* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #172C54;
}

@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

body.modal-open {
  overflow: hidden;
}

p {
  text-align: left;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #172C54;
  font-size: 1.15rem;
  line-height: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/***SECTION + CONTAINS***/
section.padSml {
  padding: 4.5rem 0;
}

section.padMed {
  padding: 6rem 0;
}

section.padLrg {
  padding: 7.5rem 0;
}

@media all and (max-width: 1024px) {
  section.padSml {
    padding: 4rem 0;
  }
  section.padMed {
    padding: 5rem 0;
  }
  section.padLrg {
    padding: 6.25rem 0;
  }
}

@media all and (max-width: 767px) {
  section.padSml {
    padding: 3.5rem 0;
  }
  section.padMed {
    padding: 4.25rem 0;
  }
  section.padLrg {
    padding: 5rem 0;
  }
}

.contain {
  width: calc(100% - 2rem);
  max-width: 1250px;
  margin: 0 auto;
}

.contain.--xxxl {
  max-width: 1650px;
}

.contain.--xxl {
  max-width: 1500px;
}

.contain.--lrg {
  max-width: 1400px;
}

.contain.--med {
  max-width: 1220px;
}

.contain.--sml {
  max-width: 950px;
}

.flex-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrapper.--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.--item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}

.plx-wrap .plx-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  z-index: -2;
}

.plx-wrap .plx-bg-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

.link-off-btn {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(23, 44, 84, 0.5);
  background-color: rgba(23, 44, 84, 0);
  border-radius: 4rem;
  padding: 1.25rem 1.8rem;
  transition: border-color .3s ease, background-color .3s ease;
  width: max-content;
}

.link-off-btn img {
  width: 2.3rem;
  height: auto;
  transform: translateX(0);
  will-change: transform;
  transition: transform .3s ease;
}

.link-off-btn p {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: -0.02em;
  transition: color .3s ease;
  transform: translateX(0);
  will-change: transform;
  transition: transform .3s ease, color .3s ease;
}

.link-off-btn:hover img {
  transform: translateX(10px);
}

.link-off-btn:hover p {
  transform: translateX(-10px);
}

.link-off-btn.--wte:hover {
  background-color: #172C54;
  border-color: #172C54;
}

.link-off-btn.--wte:hover p {
  color: #1AB3FF;
}

@media all and (min-width: 768px) {
  .--desktop-hide {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .--desktop-hide {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 768px) {
  .--mobile-hide {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 767px) {
  .--mobile-hide {
    display: none !important;
  }
}

.inner #s1-pin-wrap {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 500px;
}

@media all and (max-width: 1024px) {
  .inner #s1-pin-wrap {
    height: 425px;
  }
}

@media all and (max-width: 1024px) {
  .inner #s1-pin-wrap {
    height: 325px;
  }
}

.inner .s1 {
  position: relative;
  overflow: hidden;
  background: #132341;
  height: 100%;
}

.inner .s1 .hero-text {
  height: 100%;
  position: relative;
  z-index: 2;
}

.inner .s1 .hero-mesh {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 1;
  width: 100vw;
  height: 100%;
  background: url(/i/interior-hero.svg) center/cover no-repeat;
}

.inner .s1 .hero-mesh svg {
  display: none !important;
}

.inner .s1 .contain {
  padding: 8rem 0 6rem;
  position: relative;
  z-index: 3;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.inner .s1 .contain h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 10vw, 5.7rem);
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
}

.inner .s1 .contain .text-line {
  height: 1.09em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.inner .s1 .contain .text-line span {
  display: block;
  position: absolute;
  transform: translate3d(-50%, 100%, 0);
  will-change: transform;
  top: 0;
  left: 50%;
  width: 100%;
  text-align: center;
}

.inner .s1.--active .contain .text-line span {
  transform: translate3d(-50%, 0, 0);
  transition: all .75s ease .15s;
}

#page-content {
  position: relative;
  z-index: 2;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: .8rem 0;
  transition: background-color .3s ease, border-bottom-color .3s ease;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

header .contain {
  position: relative;
  z-index: 103;
}

header .contain .logo {
  width: 40%;
  max-width: 250px;
  aspect-ratio: 300/70;
  height: auto;
  background: url(/i/logo-wt.svg) center/cover no-repeat;
  transition: background-image .25s ease;
  will-change: background-image;
}

header .contain .wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  gap: 2rem;
}

header .contain .nav-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 1rem;
  list-style-type: none;
  max-width: 800px;
}

header .contain .nav-links li.hidden {
  display: none;
}

header .contain .nav-links li {
  font-size: .85rem;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  transition: color .3s ease;
  letter-spacing: 0.02em;
}

header .contain .nav-links a {
  color: inherit;
}

header .contain .nav-links li:hover, header .contain .nav-links li.selNav {
  color: #1AB3FF;
}

header .contain .dropdown-parent {
  cursor: default;
  position: relative;
  padding-right: .7rem;
}

header .contain .dropdown-parent::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '+';
}

header .contain .dropdown-parent.hovered {
  color: #1AB3FF;
}

header .contain .dropdown-parent.hovered ul {
  height: auto;
  transition: opacity .5s ease;
  opacity: 1;
}

header .contain .dropdown-parent ul {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #0B162B;
  width: max-content;
  border-radius: 5px;
  z-index: 1;
}

header .contain .dropdown-parent ul li {
  padding: 1.5rem 1.5rem 0;
  color: #fff;
}

header .contain .dropdown-parent ul li:last-child {
  padding-bottom: 1.5rem;
}

header .contain .dropdown-parent ul li, header .contain .dropdown-parent ul li > a {
  font-size: .95rem;
}

header .contain .menu_container {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 13px;
  z-index: 1000;
  cursor: pointer;
}

header .contain .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

header .contain .menu_container #menu_btn i {
  transition: all 0.2s ease-out, background-color .2s ease;
  height: 1px;
  width: 32px;
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  left: 0;
}

header .contain .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}

header .contain .menu_container #menu_btn i:nth-child(2) {
  top: 6px;
}

header .contain .menu_container #menu_btn i:nth-child(2) {
  top: 12px;
}

header .mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background-color: #0B162B;
  transition: height .75s ease-in-out;
  z-index: 102;
}

header .mobile-nav .mobile-wrapper {
  height: 100vh;
  width: 100%;
  padding: 120px 1rem 120px;
}

header .mobile-nav .dropdown-parent::before, header .mobile-nav .dropdown-parent > a {
  display: none !important;
}

header .mobile-nav li::before, header .mobile-nav .nav-links > li:last-child::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  border-top: 1px solid #8FA9D9;
  transform: scaleX(0);
  will-change: transform;
  transform-origin: left center;
  transition: transform .25s ease;
}

header .mobile-nav .nav-links > li:last-child::after {
  top: auto;
  bottom: 0;
}

header .mobile-nav ul {
  list-style-type: none;
}

header .mobile-nav li.fade::before, header .mobile-nav .nav-links > li.fade:last-child::after {
  transform: scaleX(1);
}

header .mobile-nav .nav-links > li.fade:last-child::after {
  transition-delay: .1s;
}

header .mobile-nav li, header .mobile-nav li > a {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  position: relative;
  transition: color .3s ease;
  white-space: nowrap;
}

header .mobile-nav li:hover, header .mobile-nav li.selNav > a, header .mobile-nav li > a:hover, header .mobile-nav li > a.selNav > a {
  color: #8FA9D9;
}

header .mobile-nav li > a {
  display: inline-block;
  padding: calc(5px + 1vh) 0;
  opacity: 0;
}

header .mobile-nav li.fade a {
  opacity: 1;
  transition: opacity 1s ease .35s;
}

header.scroll {
  background-color: #fff;
  border-bottom-color: #8FA9D9;
}

header.scroll .contain .logo {
  background-image: url(/i/logo.svg);
}

header.scroll .contain .nav-links li {
  color: #0B162B;
}

header.scroll .contain .nav-links li.selNav, header.scroll .contain .nav-links li:hover {
  color: #1AB3FF;
}

header.scroll .contain .dropdown-parent li {
  color: #fff;
}

header.scroll .contain .dropdown-parent li:hover, header.scroll .contain .dropdown-parent li.selNav {
  color: #1AB3FF;
}

header.scroll .menu_container #menu_btn i {
  background-color: #0B162B;
}

.--menu-open, .white-header.--menu-open {
  overflow: hidden;
}

.--menu-open header .contain .logo, .white-header.--menu-open header .contain .logo {
  background-image: url(/i/logo-wt.svg);
}

.--menu-open header .mobile-nav, .white-header.--menu-open header .mobile-nav {
  height: 100vh;
  transition: height .75s ease-in-out;
}

.--menu-open header .menu_container #menu_btn i, .white-header.--menu-open header .menu_container #menu_btn i {
  transition: all 0.2s ease-out, background-color .2s ease;
  width: 90%;
  top: 50% !important;
  left: 50%;
  background-color: #fff;
  transform-origin: center;
}

.--menu-open header .menu_container #menu_btn i:nth-child(1), .white-header.--menu-open header .menu_container #menu_btn i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.--menu-open header .menu_container #menu_btn i:nth-child(2), .white-header.--menu-open header .menu_container #menu_btn i:nth-child(2) {
  opacity: 0;
}

.--menu-open header .menu_container #menu_btn i:nth-child(3), .white-header.--menu-open header .menu_container #menu_btn i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media all and (max-width: 1024px) {
  header .contain .menu_container {
    display: block;
  }
  header .contain .wrapper .nav-links {
    display: none;
  }
}

footer {
  background-color: #091122;
  position: relative;
  overflow: hidden;
}

footer .footer-inner {
  position: relative;
  z-index: 3;
}

footer .logomark-wrap {
  position: absolute;
  width: auto;
  height: 100%;
  aspect-ratio: 443/322;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

footer .logomark-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .contain {
  max-width: 1340px;
  position: relative;
}

footer .footer-top .contain::before, footer .footer-top .contain::after, footer .footer-bottom .contain::before, footer .footer-bottom .contain::after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background: rgba(143, 169, 217, 0.4);
}

footer .footer-top .contain::before, footer .footer-bottom .contain::before {
  right: auto;
  left: 0;
}

footer .footer-top .contain {
  height: 3.5rem;
}

footer .footer-nav-border {
  position: relative;
}

footer .footer-nav-border::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(143, 169, 217, 0.3);
}

footer .footer-nav-border::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(143, 169, 217, 0.3);
}

footer .footer-grid-cols {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: calc(100% / 6);
  padding: 1.5rem 1rem;
  position: relative;
  min-height: 200px;
}

footer .footer-col::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(143, 169, 217, 0.4);
}

footer .footer-col:last-child::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  background: rgba(143, 169, 217, 0.4);
}

footer .footer-col .footer-col-heading, footer .footer-col .footer-col-heading > a {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: .8rem;
  color: #fff;
  text-transform: capitalize;
  display: block;
}

footer .footer-col ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
  padding-left: .4rem;
}

footer .footer-col ul li a {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  transition: color .3s ease;
}

footer .footer-col ul li a:hover {
  color: #fff;
}

footer .fd-t, footer .fd-b, footer .fd-t-r, footer .fd-b-r {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #283244;
  transform: rotate(45deg);
  z-index: 2;
  font-style: normal;
  display: block;
  box-shadow: 0 0 0 4px #0B162B;
}

footer .fd-t {
  top: -2px;
  left: -2px;
}

footer .fd-b {
  bottom: -2px;
  left: -2px;
}

footer .fd-t-r {
  top: -2px;
  left: auto;
  right: -2px;
}

footer .fd-b-r {
  bottom: -2px;
  left: auto;
  right: -2px;
}

@media all and (min-width: 1101px) {
  footer .footer-col:not(:last-child) .fd-t-r,
  footer .footer-col:not(:last-child) .fd-b-r {
    display: none;
  }
}

footer .footer-bottom {
  position: relative;
}

footer .footer-bottom .contain {
  padding: 1rem 0;
}

footer .footer-bottom .footer-copy {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

@media all and (max-width: 1100px) {
  footer .footer-nav-border::before, footer .footer-nav-border::after {
    display: none;
  }
  footer .footer-grid-cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid rgba(143, 169, 217, 0.3);
    border-bottom: 1px solid rgba(143, 169, 217, 0.3);
  }
  footer .footer-col {
    flex: 0 0 33.333%;
    white-space: normal;
    border-top: 1px solid rgba(143, 169, 217, 0.3);
    border-left: 1px solid rgba(143, 169, 217, 0.3);
    border-right: none;
    border-bottom: none;
  }
  footer .footer-col::before, footer .footer-col:last-child::after {
    display: none;
  }
  footer .fd-t, footer .fd-b, footer .fd-t-r, footer .fd-b-r {
    display: block;
  }
  footer .footer-bottom::before {
    display: none;
  }
}

@media all and (max-width: 767px) {
  footer .footer-col {
    flex: 0 0 50%;
  }
}

#shade {
  display: none;
  position: fixed;
  z-index: 998;
  background: rgba(45, 47, 49, 0.6);
  backdrop-filter: blur(17px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
