/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/page-home.scss ***!
  \*******************************************************************************************************************************************************************************************/
.hero-window-v2 {
  grid-column: span 12;
  position: relative;
}
.hero-window-v2 .hero-window-v2__text-block {
  background: rgb(10, 11, 10);
  display: flex;
  flex-direction: column;
  min-height: 55vh;
  position: relative;
  padding: 40px 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero-window-v2 .hero-window-v2__text-block {
    min-height: 35vh;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window-v2 .hero-window-v2__text-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.hero-window-v2 .hero-window-v2__text-block h2, .hero-window-v2 .hero-window-v2__text-block p, .hero-window-v2 .hero-window-v2__text-block .cta {
  color: #ffffff;
  grid-column: span 12;
}
.hero-window-v2 .hero-window-v2__text-block h2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .hero-window-v2 .hero-window-v2__text-block h2 {
    grid-column: span 6;
  }
}
.hero-window-v2 .hero-window-v2__text-block p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .hero-window-v2 .hero-window-v2__text-block p {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window-v2 .hero-window-v2__text-block p {
    grid-column: span 5/-1;
  }
}
@media only screen and (min-width: 768px) {
  .hero-window-v2 .hero-window-v2__text-block .cta {
    grid-column: span 6/-1;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window-v2 .hero-window-v2__text-block .cta {
    grid-column: span 4/-1;
  }
}
.hero-window-v2 .hero-window-v2__text-block .cta .cta-labels .cta-label {
  color: rgb(239, 231, 210);
}

.video-window-section {
  display: flex;
}
.video-window-section .video-window-section__panel {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}
@supports (clip: rect(0, auto, auto, 0)) {
  .video-window-section .video-window-section__panel {
    min-height: 100vh;
  }
}
@supports (clip: rect(0, auto, auto, 0)) {
  .video-window-section .video-window-section__panel .video-window-section__panel--inner-wrapper {
    clip-path: rect(auto auto auto auto);
    clip: rect(0, auto, auto, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.video-window-section .video-window-section__panel .video-window-section__video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
  background-color: #000000;
}
@supports (clip: rect(0, auto, auto, 0)) {
  .video-window-section .video-window-section__panel .video-window-section__video-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    transform: translateZ(0);
  }
}
.video-window-section .video-window-section__panel .video-window-section__video-container .video-window-section__video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.video-window-section .video-window-section__panel .video-window-section__video-container .video-window-section__video-player.video-player--mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .video-window-section .video-window-section__panel .video-window-section__video-container .video-window-section__video-player.video-player--mobile {
    display: none;
  }
}
.video-window-section .video-window-section__panel .video-window-section__video-container .video-window-section__video-player.video-player--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .video-window-section .video-window-section__panel .video-window-section__video-container .video-window-section__video-player.video-player--desktop {
    display: block;
  }
}
.video-window-section .video-window-section__panel .video_title_overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.video-window-section .video-window-section__panel .video_title_overlay img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .video-window-section .video-window-section__panel .video_title_overlay img {
    max-width: 300px;
  }
}
.video-window-section .video-window-section__panel .video_title_overlay h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
}
@media only screen and (min-width: 1200px) {
  .video-window-section .video-window-section__panel .video_title_overlay h1 {
    font-size: 60px;
    letter-spacing: 6px;
  }
}

.hero-window-v3 {
  grid-column: span 12;
  position: relative;
}
.hero-window-v3 .hero-window-v3__headings {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 80px auto 60px auto;
}
@media only screen and (min-width: 768px) {
  .hero-window-v3 .hero-window-v3__headings {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window-v3 .hero-window-v3__headings {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero-window-v3 .hero-window-v3__headings h1 {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .hero-window-v3 .hero-window-v3__headings h1 {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window-v3 .hero-window-v3__headings h1 {
    grid-column: span 5;
  }
}
.hero-window-v3 .hero-window-v3__headings p {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .hero-window-v3 .hero-window-v3__headings p {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window-v3 .hero-window-v3__headings p {
    grid-column: span 5/-1;
  }
}

.hero-window-v3__image-container {
  display: flex;
}

.hero-window-v3__image-container__panel {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

@supports (clip: rect(0, auto, auto, 0)) {
  .hero-window-v3__image-container__panel {
    min-height: 60vh;
  }
}
@supports (clip: rect(0, auto, auto, 0)) {
  .hero-window-v3__image-container__panel .area_inner_wrapper {
    clip-path: rect(auto auto auto auto round 10px);
    clip: rect(0, auto, auto, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.hero-window-v3__image-container__panel .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

@supports (clip: rect(0, auto, auto, 0)) {
  .hero-window-v3__image-container__panel .image {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    transform: translateZ(0);
  }
}
.text-image-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .text-image-block {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-block {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-block .text-image-block__text-container {
    align-self: start;
    grid-column: span 5;
    position: sticky;
    top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .text-image-block .text-image-block__text-container.reverse-layout {
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-block .text-image-block__text-container.reverse-layout {
    grid-column: span 5/-1;
  }
}
.text-image-block .text-image-block__text-container h2 {
  color: rgb(239, 231, 210);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .text-image-block .text-image-block__text-container h2 {
    margin-top: 0;
  }
}
.text-image-block .text-image-block__text-container p {
  color: rgb(239, 231, 210);
  margin-bottom: 40px;
}
.text-image-block .text-image-block__text-container .text-image-block__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.text-image-block .text-image-block__text-container .text-image-block__list li {
  border-bottom: 1px solid #8C9F95;
  padding: 10px 0;
}
.text-image-block .text-image-block__text-container .cta--hover-animate {
  grid-column: span 1/-1;
}
.text-image-block .text-image-block__image-container {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .text-image-block .text-image-block__image-container {
    order: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-block .text-image-block__image-container {
    grid-column: span 6/-1;
  }
}
@media only screen and (min-width: 768px) {
  .text-image-block .text-image-block__image-container.reverse-layout {
    order: -1;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-block .text-image-block__image-container.reverse-layout {
    grid-column: span 6;
  }
}
.text-image-block .text-image-block__image-container .image-block {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.text-image-block .text-image-block__image-container .image-block .image-block__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.text-image-block .text-image-block__image-container .image-block .image-block__image.image-block__image--square {
  aspect-ratio: 1/1;
}
.text-image-block .text-image-block__image-container .image-block .image-block__image.image-block__image--portrait {
  aspect-ratio: 3/4;
}
.text-image-block .text-image-block__image-container .image-block .image-block__image.image-block__image--landscape {
  aspect-ratio: 4/3;
}

.text-block {
  grid-column: span 12;
  position: relative;
  margin: 80px auto 60px auto;
}
@media only screen and (min-width: 768px) {
  .text-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block {
    grid-template-columns: repeat(12, 1fr);
  }
}
.text-block.text-block--corner-image {
  padding-bottom: 280px;
}
@media only screen and (min-width: 768px) {
  .text-block.text-block--corner-image {
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block.text-block--corner-image {
    padding-bottom: 320px;
  }
}
.text-block h1, .text-block h2 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .text-block h1, .text-block h2 {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block p {
    grid-column: span 5/-1;
  }
}
.text-block .cta--hover-animate {
  grid-column: span 1/-1;
}
@media only screen and (min-width: 1200px) {
  .text-block .cta--hover-animate {
    grid-column: span 5/-1;
  }
}
.text-block .text-block__corner-image {
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-block .text-block__corner-image img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .text-block .text-block__corner-image img {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block .text-block__corner-image img {
    height: 400px;
  }
}

.cross-page-promo-container {
  grid-column: span 12;
}

.cross-page-promo-container {
  padding: 0 20px;
}
.cross-page-promo-container .cross-page-promo {
  max-width: 1160px;
  margin: auto;
}

.cross-page-promo {
  background-color: rgb(10, 11, 10);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 400px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  text-decoration: none;
}
.cross-page-promo:hover img {
  transform: scale(1.03);
}
.cross-page-promo:hover .cta-label--1 {
  transform: translateY(100%);
}
.cross-page-promo:hover .cta-label--2 {
  transform: translateY(100%);
}
.cross-page-promo img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  transition: transform 0.6s ease-in-out;
  z-index: -1;
}
.cross-page-promo .cta--hover-animate .cta-1--english {
  color: rgb(239, 231, 210) !important;
}
.cross-page-promo h2 {
  color: rgb(239, 231, 210);
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 450px;
  text-align: center;
}
.cross-page-promo p {
  color: rgb(239, 231, 210);
  max-width: 450px;
  text-align: center;
}

.page-template-page-home .site-header .site-nav {
  background-color: rgba(56, 62, 72, 0);
}
.page-template-page-home .site-header .site-nav .site-logo {
  background-color: rgba(56, 62, 72, 0);
}
.page-template-page-home .site-content {
  padding-top: 0px;
}
.page-template-page-home .site-content > .grid-container {
  padding: 0px;
}

/*# sourceMappingURL=pageHome.css.map*/