.center {
  text-align: center;
}
/* ### VIDEO ### */
.hero_video {
  height: calc(100vh - 135px);
  width: 100%;
  background: var(--dark-brown);
}
.hero_video .hero_title {
  color: var(--light-brown);
}
.hero_video .hero_desc {
  color: #fff;
}

.hero_video video {
  position: relative;
}
.hero_video video {
  width: -webkit-fill-available;
  display: block;
}
.main-text-block-bg {
  position: relative;
}
.main-text-block-bg::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.buttons {
  position: absolute;
  bottom: 8%;
  right: 5%;
  z-index: 100;
}
.buttons button {
  background: transparent;
  border: transparent;
}
.buttons button img {
  max-width: 80%;
  filter: invert(1);
}
.buttons > * {
  display: none;
}
.buttons .showBtn {
  display: block !important;
}
/* ### END VIDEO ### */

/* ### Main Content Styles ### */
.content-panel.hc1 {
  background-color: #ffffff;
  /* padding: 4em 0 0em 0; */
  padding: 1em 0 0 0;
}

.content-panel.hc1 .main {
  padding: 0;
}

.content-panel.hc1 .top-zone {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-panel.hc1 .top-zone .img-zone {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
  z-index: 2;
}
.sec__img {
  display: none;
}

.content-panel.hc1 .top-zone img {
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-panel.hc1 .top-zone .top-content-zone {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 46%;
}

.content-panel.hc1 .top-zone .top-content-zone h1 {
  margin-bottom: 0.656em;
}

.content-panel.hc1 .top-zone .top-content-zone h2 {
  position: relative;
  color: var(--dark-brown);
}

.content-panel.hc1 .top-zone .top-content-zone h2:after {
  content: ' ';
  display: block;
  position: relative;
  width: 7.167em;
  height: 2px;
  background-color: var(--dark-brown);
  margin: 1.344em 0;
}

.content-panel.hc1 .top-zone .top-content-zone p {
  margin-bottom: 0.9em;
}

.content-panel.hc1 .bottom-zone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-panel.hc1 .bottom-zone .text-review-panel {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 46%;
  position: relative;
  z-index: 1;
}

.content-panel.hc1 .bottom-zone .text-review-panel:before {
  content: ' ';
  background-color: #eaeaea;
  width: 100vw;
  position: absolute;
  height: 105%;
  top: -3em;
  display: block;
  z-index: -1;
  right: 0;
}

.content-panel.hc1 .bottom-zone .test-wrapper {
  position: relative;
  top: 1em;
}

.content-panel.hc1 .bottom-zone .test-wrapper:before,
.content-panel.hc1 .bottom-zone .test-wrapper:after {
  content: '';
  font-family: 'icomoon-ult';
  display: block;
  position: absolute;
  left: -0.5em;
  top: 0;
  color: #ffffff;
  font-size: 3.7em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-panel.hc1 .bottom-zone .test-wrapper:after {
  bottom: -0.4em;
  top: auto;
  left: auto;
  right: 0.7em;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.content-panel.hc1 .bottom-zone .text-review-panel p {
  color: var(--dark-brown);
  padding-top: 2em;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.content-panel.hc1 .bottom-zone .text-review-panel em {
  font-size: 1.333em;
  color: rgb(102, 102, 102);
  display: block;
}

.content-panel.hc1 .bottom-zone .bottom-text-panel {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* width: 62%; */
  z-index: 2;
  position: relative;
}

.content-panel.hc1 .bottom-zone .bottom-text-panel:after {
  content: ' ';
  /* background-image: url(/images/Quality.png); */
  width: 41.722rem;
  height: 100%;
  left: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  z-index: 3;
  top: -5.8em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-panel.hc1 .bottom-zone .bottom-text-panel img {
  margin-top: -6.6em;
}
.content-panel img {
  height: auto !important;
  max-width: 100% !important;
}
footer {
  background: var(--dark-brown);
  color: white;
}
/* 1550px Responsive */
@media screen and (max-width: 1550px) {
  .content-panel.hc1 .top-zone {
    padding: 0 2% 0 0;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel p {
    max-width: 417px;
  }

  .content-panel.hc1 .bottom-zone .test-wrapper:before,
  .content-panel.hc1 .bottom-zone .test-wrapper:after {
    left: 0.5em;
  }

  .content-panel.hc1 .bottom-zone .test-wrapper:after {
    right: 1.2em;
    left: auto;
  }
}
/* End 1550px Responsive */
/* 1400px Responsive */
@media screen and (max-width: 1400px) {
  .content-panel.hc1 .bottom-zone .text-review-panel p {
    max-width: 350px;
    font-size: 1.4em;
    padding-top: 1.2em;
  }

  .content-panel.hc1 .bottom-zone .bottom-text-panel:after {
    top: -7.8em;
  }
}
/* End 1400px Responsive */
/* 1200px Responsive */
@media screen and (max-width: 1200px) {
  .content-panel.hc1 .bottom-zone .text-review-panel p {
    font-size: 1.3em;
    max-width: 300px;
    padding-top: 1.2em;
  }

  .content-panel.hc1 .top-zone .top-content-zone p {
    font-size: 1.2em;
  }

  .content-panel.hc1 .bottom-zone .bottom-text-panel img {
    margin-top: 0;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel:before {
    display: none;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel {
    background-color: #eaeaea;
    padding-bottom: 4em;
  }

  .content-panel.hc1 .bottom-zone {
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-panel.hc1 .bottom-zone .bottom-text-panel {
    width: 100%;
  }
}
/* End 1200px Responsive */
/* 1000px Responsive */
@media screen and (max-width: 1000px) {
  .content-panel.hc1 .bottom-zone .bottom-text-panel img {
    margin-top: 0;
    /* margin-left: 1em; */
  }

  .content-panel.hc1 .top-zone .img-zone {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1em;
  }

  .content-panel.hc1 .top-zone .top-content-zone {
    width: 100%;
  }

  .content-panel.hc1 .top-zone {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-panel.hc1 {
    /* padding: 4em 2%; */
  }

  .content-panel.hc1 .top-zone .top-content-zone p {
    font-size: 1em;
  }

  .content-panel.hc1 .top-zone img {
    margin-left: 0.9em;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel p {
    font-size: 1em;
  }

  .content-panel.hc1 .bottom-zone .test-wrapper:before,
  .content-panel.hc1 .bottom-zone .test-wrapper:after {
    font-size: 2.3em;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel {
    width: 52%;
  }
}
/* End 1000px Responsive */
/* 800px Responsive */
@media screen and (max-width: 800px) {
  .content-panel.hc1 .top-zone .img-zone {
    width: 60%;
    margin-left: 0;
  }

  .content-panel.hc1 .top-zone img {
    margin-left: 0;
  }

  .content-panel.hc1 .top-zone {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-panel.hc1 .bottom-zone {
    margin-top: 2em;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel p {
    max-width: 517px;
    font-size: 1.3em;
    text-align: center;
  }

  /*   .content-panel.hc1 .bottom-zone .bottom-text-panel {
    display: none;
  } */

  .content-panel.hc1 .bottom-zone .text-review-panel {
    width: 100%;
    padding-bottom: 3em;
  }

  .content-panel.hc1 .bottom-zone .test-wrapper:after {
    bottom: 0.6em;
  }
}
/* End 800px Responsive */
@media (max-width: 768px) {
  .hero_video {
    height: calc(100vh - 236px);
  }
  .content-panel.hc1 .top-zone .top-content-zone h2 {
    margin-left: 10px;
  }
  .content-panel.hc1 .bottom-zone {
    flex-direction: column-reverse;
  }
  .pri__img {
    display: none;
  }
  .sec__img {
    display: block;
  }
}
/* 650px Responsive */
@media screen and (max-width: 650px) {
  .content-panel.hc1 .bottom-zone .test-wrapper:before,
  .content-panel.hc1 .bottom-zone .test-wrapper:after {
    display: none;
  }

  .content-panel.hc1 {
    /* padding: 3em 2%; */
  }
}
/* End 650px Responsive */
/* 450px Responsive */
@media screen and (max-width: 450px) {
  .content-panel.hc1 .top-zone .img-zone {
    width: 100%;
    margin-top: 0.5em;
  }

  .content-panel.hc1 .bottom-zone .text-review-panel p {
    max-width: 405px;
  }
}
/* End 450px Responsive */
/* ### End Main Content Styles ### */

/* ### PILLARS ### */
.pillars {
  padding-top: 50px;
  padding-bottom: 10px;
  background: var(--dark-brown);
  color: white;
}
.pillars h3 {
  font-size: 0.9375vw;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  color: var(--light-brown);
}
.pillars p {
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.pillars img {
  width: 90%;
}
/* ### END PILLARS ### */

/* ### GALLERY ### */

.dpl-panel__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
}
.dpl-panel__col {
  width: 100%;
  padding: 0 12px;
  margin-top: 24px;
}
.dpl-panel__buttonlink a.button-link {
  font-size: 14.22px;
  line-height: 16px;
}
@media screen and (min-width: 544px) {
  .dpl-panel__col {
    width: 50%;
    margin-top: 0;
  }
  .dpl-panel__col:nth-child(1n + 3) {
    margin-top: 24px;
  }
  .dpl-panel__card {
    padding-top: 206px;
  }
  .dpl-panel__title {
    font-size: 25.63px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .dpl-panel__body {
    line-height: 18px;
  }
  .dpl-panel__buttonlink {
    bottom: 30px;
  }
}
@media screen and (min-width: 1048px) {
  .dpl-panel__col {
    width: 25%;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .pillars img {
    width: 100% !important;
  }
  .pillars h3 {
    margin-top: 20px;
    padding: 0 8px;
  }
  .pillars p {
    padding: 0 8px;
  }
}
.dpl-panel__col:first-child {
  margin-top: 0;
}
.dpl-panel__card {
  width: 100%;
  height: 536px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  padding: 13.6875rem 1.5rem 5.5rem 1.5rem;
}
@media (prefers-reduced-motion) {
  .dpl-panel__card {
    transform: translateY(0);
    opacity: 1;
    animation: none;
  }
}
@media screen and (min-width: 376px) {
  .dpl-panel__card {
    animation: panels-animation 900ms cubic-bezier(0, 0, 0.4, 1) forwards;
  }
}
.dpl-panel__card:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 376px) {
  .dpl-panel__card:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.dpl-panel__card:hover,
.dpl-panel__card:focus,
.dpl-panel__card.active {
  outline: 0;
}
.dpl-panel__card:hover.dpl-panel__card:hover:before,
.dpl-panel__card:hover.dpl-panel__card:focus:before,
.dpl-panel__card:hover.dpl-panel__card.active:before,
.dpl-panel__card:focus.dpl-panel__card:hover:before,
.dpl-panel__card:focus.dpl-panel__card:focus:before,
.dpl-panel__card:focus.dpl-panel__card.active:before,
.dpl-panel__card.active.dpl-panel__card:hover:before,
.dpl-panel__card.active.dpl-panel__card:focus:before,
.dpl-panel__card.active.dpl-panel__card.active:before {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 376px) {
  .dpl-panel__card:hover .dpl-panel__title,
  .dpl-panel__card:focus .dpl-panel__title,
  .dpl-panel__card.active .dpl-panel__title {
    transform: translateY(0);
  }
  .dpl-panel__card:hover .dpl-panel__image,
  .dpl-panel__card:focus .dpl-panel__image,
  .dpl-panel__card.active .dpl-panel__image {
    transform: translate(-50%, -50%) scale(1.062);
  }
  .dpl-panel__card:hover .dpl-panel__body,
  .dpl-panel__card:focus .dpl-panel__body,
  .dpl-panel__card.active .dpl-panel__body {
    transform: translateY(0);
    opacity: 1;
  }
  .dpl-panel__card:hover .dpl-panel__buttonlink a,
  .dpl-panel__card:focus .dpl-panel__buttonlink a,
  .dpl-panel__card.active .dpl-panel__buttonlink a {
    opacity: 1;
  }
}
.dpl-panel__card-woanimation {
  width: 100%;
  height: 536px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  padding: 13.6875rem 1.5rem 5.5rem 1.5rem;
}
@media (prefers-reduced-motion) {
  .dpl-panel__card-woanimation {
    transform: translateY(0);
    opacity: 1;
    animation: none;
  }
}
@media screen and (min-width: 376px) {
  .dpl-panel__card-woanimation {
    animation: none;
  }
}
.dpl-panel__card-woanimation:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 376px) {
  .dpl-panel__card-woanimation:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.dpl-panel__card-woanimation .dpl-panel__title {
  transform: translateY(0.8125rem);
}
.dpl-panel__card-woanimation .dpl-panel__image {
  transform: translate(-50%, -50%);
}
.dpl-panel__card-woanimation .dpl-panel__body {
  transform: translateY(0);
  opacity: 1;
}
.dpl-panel__card-woanimation .dpl-panel__buttonlink a {
  opacity: 1;
}
.isEdit .dpl-panel__card:before {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.dpl-panel__card::before {
  -webkit-transform: translate3d(0, 0, 0);
}
.dpl-panel__card:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 376px) {
  .dpl-panel__card:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.dpl-panel__title {
  font-size: 28.83px;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (min-width: 376px) {
  .dpl-panel__title {
    transform: translateY(0.8125rem);
    transition: transform 300ms ease-out;
  }
}
@media screen and (min-width: 376px) {
  .isEdit .dpl-panel__title {
    transform: none;
    transition: none;
  }
}
.dpl-panel__image {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 376px) {
  .dpl-panel__image {
    transition: transform 300ms ease-out;
  }
}
@media screen and (min-width: 376px) {
  .isEdit .dpl-panel__image {
    transition: none;
  }
}
.dpl-panel__body {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (min-width: 376px) {
  .dpl-panel__body {
    opacity: 0;
    transform: translateY(4.25rem);
    transition: transform 300ms ease-out, opacity 300ms ease-out;
  }
}
@media screen and (min-width: 376px) {
  .isEdit .dpl-panel__body {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.dpl-panel__buttonlink {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1.5rem;
}
@media (prefers-reduced-motion) {
  .dpl-panel__buttonlink {
    transition: none;
  }
}
@media screen and (min-width: 376px) {
  .dpl-panel__buttonlink {
    transition: opacity 300ms ease-out;
  }
  .dpl-panel__buttonlink a {
    opacity: 0;
  }
}
.dpl-panel__buttonlink a {
  cursor: pointer;
}
.dpl-panel__buttonlink a:focus {
  opacity: 1;
}
@media screen and (min-width: 376px) {
  .isEdit .dpl-panel__buttonlink {
    opacity: 1;
    transition: none;
  }
}
.button-link,
.dpl-gallery__buttons .button {
  display: inline-block;
}
a.button-link {
  color: #316bbe;
  margin-right: 12px;
  font-size: 16px;
  background: 0;
  border: 0;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
}
a.button-link.button-link--reverse {
  width: fit-content;
  color: #fff;
}
a.button-link.button-link--reverse:active,
a.button-link.button-link--reverse:hover,
a.button-link.button-link--reverse:focus {
  color: #fff;
}
a.button-link.button-link--reverse:active::before,
a.button-link.button-link--reverse:hover::before,
a.button-link.button-link--reverse:focus::before {
  border-bottom-color: #fff;
}
a.button-link::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  bottom: -4px;
  content: '';
  border-bottom: 2px solid transparent;
}
a.button-link::after {
  content: '\e939';
  position: absolute;
  right: -4px;
  font-size: 11px;
  bottom: 2px;
  width: 0;
}
a.button-link:active,
a.button-link:hover,
a.button-link:focus {
  color: #00396c;
  text-decoration: none;
  box-shadow: none;
}
a.button-link:active::before,
a.button-link:hover::before,
a.button-link:focus::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-bottom-color: #00396c;
}
a.button-link:active {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.button-link {
  margin: 24px 0 0 24px;
  display: inline-block;
  color: #316bbe;
  white-space: nowrap;
  margin-right: 10px;
}
a.button-link::after {
  content: '>';
  font-family: monospace;
  font-weight: normal;
  font-size: 20px;
  line-height: 10px;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

/* ### END GALLERY ### */
