/*!**************************************************************************************************************************************************************************************!*\
  !*** 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/main.scss ***!
  \**************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
/*!******************************************************************************************************************************************************************************************!*\
  !*** 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/main.scss (1) ***!
  \******************************************************************************************************************************************************************************************/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* 
  11. Disable blue highlight on button and anchor clicks
*/
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Izakaya";
  src: url(fonts/izakaya-font.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manoptica";
  src: url(fonts/DB-Manoptica-Bd-v3.2.1.woff) format("woff ");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.izakaya-font {
  font-family: "Izakaya", sans-serif;
}

.manoptica-font {
  font-family: "Manoptica", sans-serif;
}
.manoptica-font.bold {
  font-weight: 700 !important;
}

h1, .heading-1--standard {
  color: rgb(239, 231, 210);
  /* H1/Standard/Tablet-Mobile */
  font-family: "Manoptica", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 140% */
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 1200px) {
  h1, .heading-1--standard {
    /* H1/Standard/Desktop */
    font-family: "Manoptica", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 62px; /* 140% */
    letter-spacing: 0.7px;
  }
}

.heading-1--invidual-projects {
  color: rgb(239, 231, 210);
  /* H1/Indv Projects Titles/Desktop */
  font-family: "Manoptica", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 98px; /* 140% */
  letter-spacing: 1.4px;
}

.heading-1--contact {
  color: rgb(239, 231, 210);
  /* H1/Contact/Tablet-Mobile */
  font-family: "Manoptica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 140% */
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 1200px) {
  .heading-1--contact {
    /* H1/Contact/Desktop */
    font-family: "Manoptica", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px; /* 140% */
    letter-spacing: 0.5px;
  }
}

h2, .heading-2--standard {
  color: rgb(239, 231, 210);
  /* H2/Standard/Tablet-Mobile */
  font-family: "Manoptica", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 175% */
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 1200px) {
  h2, .heading-2--standard {
    /* H2/Standard/Desktop */
    font-family: "Manoptica", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 62px; /* 140% */
    letter-spacing: 0.5px;
  }
}

.heading-2--bottom-cta {
  color: rgb(239, 231, 210);
  /* H2/Bottom CTA/Tablet-Mobile */
  font-family: "Manoptica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 140% */
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 1200px) {
  .heading-2--bottom-cta {
    /* H2/Bottom CTA/Desktop */
    font-family: "Manoptica", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 49px; /* 140% */
    letter-spacing: 0.7px;
  }
}

h3, .heading-3--standard {
  color: rgb(239, 231, 210);
  /* H3/Standard/Tablet-Mobile */
  font-family: "Manoptica", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.34px;
}
@media only screen and (min-width: 1200px) {
  h3, .heading-3--standard {
    /* H3/Standard/Destkop */
    font-family: "Manoptica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 140% */
    letter-spacing: 0.4px;
  }
}

p, .paragraph--standard {
  color: rgb(239, 231, 210);
  /* P1/Desktop */
  font-family: "Manoptica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 142.857% */
  letter-spacing: 0.28px;
}

.paragraph-2--standard {
  color: rgb(239, 231, 210);
  /* P2/Desktop */
  font-family: "Manoptica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 0.2px;
}

.cta-1--english {
  color: rgb(239, 231, 210);
  /* CTA 01/English/Desktop */
  font-family: "Manoptica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 140% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cta-1--japanese {
  color: rgb(239, 231, 210);
  /* CTA 01/Japanese/Desktop */
  font-family: "Manoptica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 140% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Grid system */
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12 equal columns */
  column-gap: 20px; /* Gutter space */
  margin: 0 auto; /* Centre the grid */
  padding: 0 20px; /* Outer margins (left & right) */
  box-sizing: border-box; /* Ensure padding is included in width */
  width: 100%;
}

.no-padding {
  padding: 0;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.site-header .site-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header .site-nav-container .site-nav {
  background-color: rgb(10, 11, 10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav {
    flex-direction: row;
  }
}
.site-header .site-nav-container .site-nav .site-logo {
  background-color: rgb(10, 11, 10);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  padding-left: 0;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.site-header .site-nav-container .site-nav .site-logo .site-logo__container {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  padding-left: 20px;
}
.site-header .site-nav-container .site-nav .site-logo .site-logo__container .website-logo {
  height: 40px;
  max-height: 40px;
  transition: color 0.3s ease, max-height 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-logo .site-logo__container .website-logo {
    max-height: 80px;
  }
}
.site-header .site-nav-container .site-nav .site-logo .site-nav__toggle {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-logo .site-nav__toggle {
    display: none;
  }
}
.site-header .site-nav-container .site-nav .site-logo .site-nav__toggle .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.site-header .site-nav-container .site-nav .site-logo .site-nav__toggle .menu-toggle .menu-toggle__text {
  color: #ffffff;
  transition: color 0.3s ease;
}
.site-header .site-nav-container .site-nav .site-menu {
  background-color: rgb(10, 11, 10);
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -270px;
  left: 0;
  width: 100%;
  transition: top 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-menu {
    align-content: center;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    top: initial;
    left: initial;
    width: auto;
  }
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-menu .site-nav__list {
    flex-direction: row;
    gap: 80px;
  }
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item a {
  text-decoration: none;
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item .menu-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item .menu-labels {
    height: auto;
    max-height: 14px;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label {
  color: #ffffff;
  display: block;
  text-decoration: none;
  transition: transform 0.6s ease;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label {
    color: #ffffff;
  }
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label.menu-label--en {
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label.menu-label--jp {
  transition: transform 0.6s ease;
}
.site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item.active .menu-label {
  color: rgb(239, 231, 210);
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .site-menu .site-nav__list .menu-item.active .menu-label {
    color: rgb(239, 231, 210);
  }
}
.site-header .site-nav-container .site-nav.is-open .site-logo {
  background-color: rgb(10, 11, 10) !important;
}
.site-header .site-nav-container .site-nav.is-open .site-logo .website-logo {
  color: rgb(239, 231, 210);
}
.site-header .site-nav-container .site-nav.is-open .site-logo .site-nav__toggle .menu-toggle .menu-toggle__text {
  color: rgb(239, 231, 210);
}
.site-header .site-nav-container .site-nav.is-open .site-menu {
  top: 100%;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav-container .site-nav .menu-item:hover .menu-label--en {
    opacity: 0;
    transform: translateY(100%);
  }
  .site-header .site-nav-container .site-nav .menu-item:hover .menu-label--jp {
    transform: translateY(100%);
  }
}

.footer__rounded-corner-footer {
  align-self: start;
  position: sticky;
  top: 54px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(10px);
  z-index: 1;
}
.footer__rounded-corner-footer:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 26px;
  background-color: rgb(255, 250, 236);
}
@media only screen and (min-width: 1440px) {
  .footer__rounded-corner-footer {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.site-footer {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1440px) {
  .site-footer {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.site-footer .footer__container {
  background-color: rgb(10, 11, 10);
  border-radius: 10px;
}
.site-footer .footer__container .grid-container {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .grid-container {
    min-height: 425px;
  }
}
.site-footer .footer__container .footer__connect-with-us {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__connect-with-us {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer__container .footer__connect-with-us {
    grid-column: span 4;
  }
}
.site-footer .footer__container .footer__connect-with-us h2 {
  color: rgb(239, 231, 210);
}
.site-footer .footer__container .footer__connect-with-us p {
  color: rgb(239, 231, 210);
  margin: 60px 0 40px 0;
}
.site-footer .footer__container .footer__connect-with-us .cta--hover-animate .cta-labels .cta-label--1 {
  color: rgb(239, 231, 210);
}
.site-footer .footer__container .footer__connect-with-us .cta--hover-animate .cta-labels .cta-label--2 {
  color: rgb(239, 231, 210);
}
.site-footer .footer__container .footer__contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: span 12;
  margin: 80px 0px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__contact-details {
    align-items: end;
    grid-column: span 3/-1;
    margin: initial;
  }
}
.site-footer .footer__container .footer__contact-details a {
  color: rgb(239, 231, 210);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer__container .footer__contact-details a p {
  color: rgb(239, 231, 210);
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__contact-details a p {
    text-align: end;
  }
}
.site-footer .footer__container .footer__contact-details p {
  color: rgb(239, 231, 210);
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__contact-details p {
    text-align: end;
  }
}
.site-footer .footer__container .footer__logo-and-links {
  display: flex;
  flex-direction: row;
  grid-column: span 12;
  justify-content: space-between;
}
.site-footer .footer__container .footer__logo-and-links .footer__logo {
  align-self: end;
}
.site-footer .footer__container .footer__logo-and-links .footer__logo img {
  width: 40px;
}
.site-footer .footer__container .footer__logo-and-links .footer__link-container {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 20px;
}
.site-footer .footer__container .footer__logo-and-links .footer__link-container .cta--hover-animate .cta-labels .cta-label--1 {
  color: rgb(239, 231, 210);
}
.site-footer .footer__container .footer__logo-and-links .footer__link-container .cta--hover-animate .cta-labels .cta-label--2 {
  color: rgb(239, 231, 210);
}

.resdiary-container {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
  animation: fade-out 0.5s ease forwards;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    display: flex;
  }
  99% {
    opacity: 0;
    display: flex;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.resdiary-container iframe {
  border: none;
  max-width: 540px;
  height: 640px;
}
.resdiary-container.active {
  display: flex;
  opacity: 1;
  animation: fade-in 0.5s ease forwards;
}
.resdiary-container .iframe-container {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 540px;
  max-height: 640px;
}
.resdiary-container .iframe-container .resdiary-container__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
}

.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;
  }
}

.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-image-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column: span 12;
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) {
  .text-image-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-list {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .text-image-list .text-image-list__text-container {
    order: 1;
    position: sticky;
    top: 120px;
    align-self: start;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-list .text-image-list__text-container {
    align-self: start;
    grid-column: span 6;
    position: sticky;
    top: 120px;
    height: auto !important;
  }
}
.text-image-list .text-image-list__text-container h2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .text-image-list .text-image-list__text-container h2 {
    margin-top: 0;
  }
}
.text-image-list .text-image-list__text-container h2.text-image-list--no-text {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .text-image-list .text-image-list__text-container h2.text-image-list--no-text {
    margin-bottom: 200px;
  }
}
.text-image-list .text-image-list__text-container p {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .text-image-list .text-image-list__text-container p {
    max-width: 450px;
  }
}
.text-image-list .text-image-list__text-container .image-block {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .text-image-list .text-image-list__text-container .image-block {
    display: initial;
  }
}
@media only screen and (min-width: 768px) {
  .text-image-list .text-image-list__image-container {
    grid-column: span 2;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-list .text-image-list__image-container {
    display: none;
  }
}
.text-image-list .text-image-list__image-container .image-block {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.text-image-list .text-image-list__image-container .image-block .image-block__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.text-image-list .text-image-list__list-container {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .text-image-list .text-image-list__list-container {
    margin-top: 0px;
    order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-list .text-image-list__list-container {
    grid-column: span 4/-1;
    position: initial;
    top: initial;
  }
}
.text-image-list .text-image-list__list-container .text-image-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .text-image-list .text-image-list__list-container .text-image-list__list .text-image-list__list-item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.text-image-list .text-image-list__list-container .text-image-list__list .text-image-list__list-item .text-image-list__list-item__sticky-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .text-image-list .text-image-list__list-container .text-image-list__list .text-image-list__list-item .text-image-list__list-item__sticky-wrapper {
    position: sticky;
    top: 120px;
  }
}
.text-image-list .text-image-list__list-container .text-image-list__list .text-image-list__list-item .text-image-list__list-item__sticky-wrapper .text-image-list__list-item__content-wrapper {
  padding-bottom: 40px;
}
.text-image-list .text-image-list__list-container .text-image-list__list .text-image-list__list-item .text-image-list__list-item__sticky-wrapper .text-image-list__list-item-text {
  border-bottom: 1px solid #5F796B;
  padding: 20px 0 40px 0;
}

.image-window {
  grid-column: span 12;
  position: relative;
}

.image-window__image-container {
  display: flex;
  margin-top: -10px;
}

.image-window__image-container__panel {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

@supports (clip: rect(0, auto, auto, 0)) {
  .image-window__image-container__panel {
    min-height: 60vh;
  }
  .image-window__image-container__panel.window--small {
    min-height: 40vh;
  }
  .image-window__image-container__panel.window--half {
    min-height: 50vh;
  }
  .image-window__image-container__panel.window--large {
    min-height: 70vh;
  }
  .image-window__image-container__panel.window--full {
    min-height: 100vh;
  }
}
@supports (clip: rect(0, auto, auto, 0)) {
  .image-window__image-container__panel .area_inner_wrapper {
    clip-path: rect(auto auto auto auto);
    clip: rect(0, auto, auto, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.image-window__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)) {
  .image-window__image-container__panel .image {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    transform: translateZ(0);
  }
  .image-window__image-container__panel.window--small .image {
    height: 55vh;
  }
  .image-window__image-container__panel.window--half .image {
    height: 68vh;
  }
  .image-window__image-container__panel.window--large .image {
    height: 80vh;
  }
  .image-window__image-container__panel.window--full .image {
    height: 100vh;
  }
}
.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;
}

.hero-window {
  grid-column: span 12;
  position: relative;
  margin-bottom: 20px;
}
.hero-window .hero-window__headings {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: calc(40vh - 120px);
}
@media only screen and (min-width: 768px) {
  .hero-window .hero-window__headings {
    gap: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-window .hero-window__headings {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: -4px;
  }
}
.hero-window .hero-window__window-area {
  display: none;
  border: 1px solid rgb(239, 231, 210);
  border-radius: 10px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero-window .hero-window__rounded-corner--top {
  align-self: start;
  position: sticky;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(10px);
}
.hero-window .hero-window__rounded-corner--top:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: rgb(239, 231, 210);
}

.admin-bar .hero-window__rounded-corner--top {
  top: 100px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .hero-window__rounded-corner--top {
    top: 86px;
  }
}

.hero-window__window-area__video-container {
  display: none;
}

.video_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.panel_number_0 {
  display: flex;
}

.feature_panels section {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0;
  margin: 0 0 50px;
}

.full_bleed_panel {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

@supports (clip: rect(0, auto, auto, 0)) {
  .full_bleed_panel.parallax-clip-forced.parallax-enabled {
    min-height: 100vh;
  }
}
@supports (clip: rect(0, auto, auto, 0)) {
  .device-handheld-ios .full_bleed_panel.parallax-enabled .area_inner_wrapper, .full_bleed_panel.parallax-clip-forced.parallax-enabled .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;
  }
}
.full_bleed_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;
}

.platform-iphone .full_bleed_panel.parallax-enabled .image, .platform-ipad .full_bleed_panel.parallax-enabled .image, .platform-ios .full_bleed_panel.parallax-enabled .image {
  background-attachment: scroll;
}

@supports (clip: rect(0, auto, auto, 0)) {
  .device-handheld-ios .full_bleed_panel.parallax-enabled .image, .full_bleed_panel.parallax-clip-forced.parallax-enabled .image {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    transform: translateZ(0);
  }
}
.full_bleed_panel .image .video_background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.full_bleed_panel .image .video_background .fade-in {
  opacity: 1;
}

.full_bleed_panel .image .video_background video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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);
  }
}
body {
  background-color: rgb(10, 11, 10);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
body.loaded {
  opacity: 1;
}
body.no-js {
  opacity: 1;
}

.site-content {
  background-color: rgb(10, 11, 10);
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
.site-content .text-image-block {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
.site-content .text-block {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1440px) {
  .site-content {
    margin: 0 auto;
  }
}

a {
  -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus, select:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.spacer {
  height: 100vh;
}

.cta--hover-animate {
  display: block;
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.cta--hover-animate .cta-labels {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  height: auto;
  max-height: 14px;
  overflow: hidden;
  position: relative;
}
.cta--hover-animate .cta-labels .cta-label {
  display: block;
  text-decoration: none;
}
.cta--hover-animate .cta-labels .cta-label.cta-label--1 {
  color: rgb(239, 231, 210);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.cta--hover-animate .cta-labels .cta-label.cta-label--2 {
  color: rgb(239, 231, 210);
  transition: transform 0.6s ease;
}
.cta--hover-animate:hover .cta-label--1 {
  opacity: 0;
  transform: translateY(100%);
}
.cta--hover-animate:hover .cta-label--2 {
  transform: translateY(100%);
}
.cta--hover-animate.hover .cta-label--1 {
  opacity: 0;
  transform: translateY(100%);
}
.cta--hover-animate.hover .cta-label--2 {
  transform: translateY(100%);
}

.image-block__image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-block__image.image-block__image--square {
  aspect-ratio: 1/1;
}
.image-block__image.image-block__image--portrait {
  aspect-ratio: 3/4;
}
.image-block__image.image-block__image--landscape {
  aspect-ratio: 4/3;
}

.page-404 {
  background-color: rgb(10, 11, 10);
  display: flex;
  grid-column: span 12;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.page-404 h1 {
  margin-bottom: 60px;
}

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