/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.wide-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .wide-container {
    max-width: 792px;
  }
}
@media (min-width: 992px) {
  .wide-container {
    max-width: 1056px;
  }
}
@media (min-width: 1300px) {
  .wide-container {
    max-width: 1287px;
  }
}
@media (min-width: 1600px) {
  .wide-container {
    max-width: 1617px;
  }
}

.fluid-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .fluid-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fluid-container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .fluid-container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .fluid-container {
    max-width: 1470px;
  }
}
@media (min-width: 768px) {
  .fluid-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

@font-face {
  font-family: "Aux Mono";
  src: url("../../fonts/AuxMono-Regular.eot");
  src: url("../../fonts/AuxMono-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/AuxMono-Regular.woff2") format("woff2"), url("../../fonts/AuxMono-Regular.woff") format("woff"), url("../../fonts/AuxMono-Regular.ttf") format("truetype"), url("../../fonts/AuxMono-Regular.svg#AuxMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cosmo";
  src: url("../../fonts/Cosmo-Regular.eot");
  src: url("../../fonts/Cosmo-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Cosmo-Regular.woff2") format("woff2"), url("../../fonts/Cosmo-Regular.woff") format("woff"), url("../../fonts/Cosmo-Regular.ttf") format("truetype"), url("../../fonts/Cosmo-Regular.svg#Cosmo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --container-width: calc(100% - 60px);
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(720px - 60px);
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: calc(960px - 60px);
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: calc(1170px - 60px);
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: calc(1470px - 60px);
  }
}

::-moz-selection {
  color: #ffffff;
  background-color: #000000;
}

::selection {
  color: #ffffff;
  background-color: #000000;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: interstate, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

p:not(:first-of-type) {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cosmo", sans-serif;
  font-size: 16px;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 21px;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.text-grad {
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-outline {
  color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.page-wrapper {
  overflow-x: clip;
  padding-top: 120px;
}
@media (min-width: 1300px) {
  .page-wrapper {
    padding-top: 200px;
  }
}

.shape-wrapper {
  position: absolute;
}
.shape-wrapper img {
  display: block;
}

.rellax {
  transition: transform 0.8s;
}

.anchor {
  position: relative;
  top: -40px;
  height: 0;
  width: 0;
  visibility: hidden;
}

.button {
  display: flex;
  position: relative;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  padding-left: 10px;
  padding-top: 3px;
  font-size: 14px;
  border: 1px solid #000000;
  font-family: "Aux Mono", monospace;
  height: 36px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .button {
    font-size: 15px;
  }
}
@media (min-width: 1300px) {
  .button {
    font-size: 16px;
    height: 44px;
  }
}
.button:after {
  content: "";
  background-image: url("../../img/graphics/down-arrow.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media (min-width: 1300px) {
  .button:after {
    height: 16px;
    width: 16px;
    right: 12px;
  }
}
.button--grad {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #06caec, #6ef692);
}
.button--white {
  color: #ffffff;
}
.button--white:after {
  filter: invert(1);
}

.arrow-grad-circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: linear-gradient(45deg, #06caec, #6ef692);
  border-radius: 50%;
  position: relative;
}
@media (min-width: 1300px) {
  .arrow-grad-circle {
    height: 35px;
    width: 35px;
  }
}
.arrow-grad-circle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  background-image: url("../../img/graphics/down-arrow.svg");
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.arrow-grad-circle-prev {
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .arrow-grad-circle-prev {
    left: 5%;
    transform: none;
  }
}
@media (min-width: 768px) {
  .arrow-grad-circle-next {
    transform: scaleX(-1);
    right: 5%;
  }
}

.swiper-mobile {
  position: relative;
  overflow-x: hidden;
  margin-top: 50px;
}
.swiper-mobile--sustainability .swiper-button--arrows {
  transform: translateY(calc(-50% - 55px)) scaleX(-1) !important;
}
.swiper-mobile--sustainability .swiper-button--arrows-next {
  transform: translateY(calc(-50% - 55px)) !important;
  right: 6%;
  left: auto;
}
.swiper-mobile .swiper-wrapper .swiper-slide {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.swiper-mobile .swiper-wrapper .slider-inner {
  width: 100%;
}
.swiper-mobile .swiper-wrapper .slide-square-outer {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.swiper-mobile .swiper-wrapper .slide-square {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiper-mobile .swiper-wrapper .slide-square img {
  width: 80%;
  height: auto;
}
.swiper-mobile .swiper-wrapper .slide-square-text {
  padding: 0 20px;
}
.swiper-mobile .swiper-wrapper .slide-below {
  color: #000000;
  font-family: "Aux Mono", monospace;
  height: 70px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 10px;
  padding: 0 10px;
}
.swiper-mobile .swiper-button::after {
  content: "";
}
.swiper-mobile .swiper-button--arrows {
  height: 20px;
  width: 20px;
  top: 50%;
  margin: 0;
  background-image: url("../../img/graphics/arrow-right-grad.svg");
  transform: translateY(calc(-50% - 20px)) scaleX(-1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-mobile .swiper-button--arrows-prev {
  left: 6%;
  right: auto;
}
.swiper-mobile .swiper-button--arrows-next {
  transform: translateY(calc(-50% - 20px));
  right: 6%;
  left: auto;
}
.swiper-mobile .swiper-nav-extra {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 20px;
  margin-top: 20px;
}
.swiper-mobile .swiper-nav-extra .swiper-button {
  display: inline-block;
  background-image: url("../../img/graphics/arrow-short-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  width: 5px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  position: relative;
}
.swiper-mobile .swiper-nav-extra .swiper-button-prev {
  transform: scaleX(-1);
}
.swiper-mobile .swiper-nav-extra span {
  font-size: 13px;
  padding: 0 4px;
  padding-top: 1px;
  display: inline-block;
  font-family: "Aux Mono", monospace;
}

.lightbox {
  position: fixed;
  opacity: 0;
  z-index: -9999;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
}
.lightbox .lightbox-content {
  width: 90%;
}
.lightbox .lightbox-content img {
  width: 100%;
  height: auto;
  display: block;
}
.lightbox.open {
  display: flex;
  opacity: 1;
  z-index: 9999;
}

header {
  height: 120px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1300px) {
  header {
    height: 200px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
header.mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000 !important;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 99999;
  overflow-y: scroll;
}
@media (min-width: 1300px) {
  header.mobile {
    display: none;
  }
}
header.mobile .header-desktop-content {
  height: 120px;
}
header.mobile .header-overlay {
  opacity: 1;
  z-index: 9999;
  display: block;
}
header.mobile .header-ark {
  filter: brightness(100);
}
header.mobile .nav-hamburger-wrapper {
  background-color: #000000 !important;
}
header.mobile .nav-hamburger-wrapper .nav-hamburger span {
  background-color: #ffffff !important;
}
header .header-desktop-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 99999;
}
@media (min-width: 1300px) {
  header .header-desktop-content {
    display: block;
  }
}
header .header-desktop-content .header-desktop-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-desktop-content .header-desktop-top .header-ark {
  display: block;
}
@media (min-width: 1300px) {
  header .header-desktop-content .header-desktop-top .header-ark {
    width: 106px;
    height: auto;
  }
}
header .header-desktop-content .header-desktop-top .header-hmrsmth {
  display: none;
}
@media (min-width: 1300px) {
  header .header-desktop-content .header-desktop-top .header-hmrsmth {
    display: block;
    text-transform: uppercase;
    font-family: "Aux Mono", monospace;
    font-size: 14px;
  }
}
header .header-desktop-content .nav-desktop {
  display: none;
}
@media (min-width: 1300px) {
  header .header-desktop-content .nav-desktop {
    display: block;
    margin-top: 30px;
  }
}
header .header-desktop-content .nav-desktop .menu {
  display: flex;
  justify-content: center;
}
header .header-desktop-content .nav-desktop .menu > li {
  position: relative;
  flex: 1;
  text-align: left;
}
header .header-desktop-content .nav-desktop .menu > li:not(:first-of-type) {
  margin-left: 10px;
}
@media (min-width: 1600px) {
  header .header-desktop-content .nav-desktop .menu > li:not(:first-of-type) {
    margin-left: 14px;
  }
}
header .header-desktop-content .nav-desktop .menu > li.current-menu-item > a {
  border: 2px solid;
  border-image-slice: 2;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #06caec, #6ef692);
}
header .header-desktop-content .nav-desktop .menu > li.menu-item-has-children:hover ul {
  display: block;
}
header .header-desktop-content .nav-desktop .menu > li.menu-item-has-children > a:after {
  content: "";
  background-image: url("../../img/graphics/down-arrow.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 1300px) {
  header .header-desktop-content .nav-desktop .menu > li.menu-item-has-children > a:after {
    height: 16px;
    width: 16px;
    right: 12px;
  }
}
header .header-desktop-content .nav-desktop .menu > li > a {
  display: flex;
  position: relative;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  padding-left: 10px;
  padding-top: 3px;
  font-size: 14px;
  border: 1px solid #000000;
  font-family: "Aux Mono", monospace;
  height: 36px;
  background: #ffffff;
}
@media (min-width: 992px) {
  header .header-desktop-content .nav-desktop .menu > li > a {
    font-size: 12px;
    height: 40px;
  }
}
@media (min-width: 1600px) {
  header .header-desktop-content .nav-desktop .menu > li > a {
    font-size: 15px;
    height: 40px;
  }
}
header .header-desktop-content .nav-desktop .menu > li > a:hover {
  border-color: transparent;
  background: transparent;
}
header .header-desktop-content .nav-desktop .menu > li > a:hover:before {
  opacity: 1;
}
header .header-desktop-content .nav-desktop .menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #06caec 0%, #6ef692 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}
header .header-desktop-content .nav-desktop .menu > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
header .header-desktop-content .nav-desktop .menu > li ul li {
  margin-top: 5px;
}
header .header-desktop-content .nav-desktop .menu > li ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: "Aux Mono", monospace;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 992px) {
  header .header-desktop-content .nav-desktop .menu > li ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  header .header-desktop-content .nav-desktop .menu > li ul li a {
    font-size: 15px;
  }
}
header .header-desktop-content .nav-desktop .menu > li ul li a:hover {
  color: #000000;
  background-color: transparent;
}
header .header-desktop-content .nav-desktop .menu > li ul li a:hover:before {
  opacity: 1;
}
header .header-desktop-content .nav-desktop .menu > li ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #06caec 0%, #6ef692 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}
header .header-desktop-content .nav-hamburger-wrapper {
  width: 40px;
  height: 40px;
  position: relative;
  color: #fff;
  background: #ffffff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1300px) {
  header .header-desktop-content .nav-hamburger-wrapper {
    display: none;
  }
}
header .header-desktop-content .nav-hamburger-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, #06caec, #6ef692);
}
header .header-desktop-content .nav-hamburger {
  width: 18px;
  height: 11px;
  position: relative;
  transform: rotate(0deg) translateX(-50%) translateY(-50%);
  transition: 0.5s ease-in-out;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
}
header .header-desktop-content .nav-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .header-desktop-content .nav-hamburger span:nth-child(1) {
  top: 0px;
}
header .header-desktop-content .nav-hamburger span:nth-child(2), header .header-desktop-content .nav-hamburger span:nth-child(3) {
  top: 5px;
}
header .header-desktop-content .nav-hamburger span:nth-child(4) {
  top: 10px;
}
header .header-desktop-content .nav-hamburger.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}
header .header-desktop-content .nav-hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
header .header-desktop-content .nav-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header-desktop-content .nav-hamburger.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
header .header-overlay {
  opacity: 0;
  z-index: -1;
  position: relative;
  width: 100%;
  flex: 1;
  display: none;
}
header .header-overlay .container {
  height: 100%;
}
header .header-overlay .header-mobile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 40px;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ffffff;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li:not(:first-of-type) {
  margin-top: 12px;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li.current-menu-item {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #06caec, #6ef692);
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li.active {
  padding-bottom: 0;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li.active ul {
  display: block;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li:hover {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #06caec, #6ef692);
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li > a {
  flex: 1;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: "Aux Mono", monospace;
  background-color: #000000;
}
@media (min-width: 1300px) {
  header .header-overlay .header-mobile-content .nav-mobile > ul > li > a {
    font-size: 15px;
    height: 40px;
  }
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li ul {
  display: none;
  width: 100%;
  margin-top: 16px;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li ul li {
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li ul li:first-of-type {
  margin-top: 0;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li ul li:last-of-type {
  border: none;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li ul li a {
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-family: "Aux Mono", monospace;
  background-color: #000000;
}
header .header-overlay .header-mobile-content .nav-mobile > ul > li ul li a:hover {
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
header .header-overlay .header-mobile-content .header-hmrsmth {
  text-transform: uppercase;
  font-family: "Aux Mono", monospace;
  font-size: 14px;
  color: #ffffff;
  margin-top: 40px;
}

.mobile-nav-expand {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/graphics/down-arrow-white.svg");
  cursor: pointer;
}

.scroll-down header {
  position: fixed;
  transform: translate3d(0, -100%, 0);
}

.scroll-up header {
  position: fixed;
  filter: drop-shadow(0 -10px 20px #aaaaaa);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

footer {
  background: #000000;
  padding: 50px 0;
  color: #ffffff;
}
@media (min-width: 1600px) {
  footer {
    padding: 60px 0;
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 992px) {
  footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-content--mobile {
  align-items: flex-start;
}
@media (min-width: 992px) {
  footer .footer-content--mobile {
    display: none !important;
  }
}
footer .footer-content--mobile-contact {
  display: none;
}
footer .footer-content--desktop {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-content--desktop {
    display: flex;
  }
}
footer .footer-content .footer-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
footer .footer-content .hmrsmth {
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}
footer .footer-content nav {
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer .footer-content nav {
    margin-top: 0;
    margin-bottom: -3px;
  }
}
footer .footer-content nav .sub-menu {
  display: none !important;
}
footer .footer-content nav ul li {
  display: block;
  line-height: 1.6;
}
footer .footer-content nav ul li a {
  display: inline-block;
  color: #ffffff;
  font-family: "Aux Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1300px) {
  footer .footer-content nav ul li a {
    font-size: 14px;
  }
}
footer .footer-content nav ul li a::before {
  content: "// ";
  position: relative;
}
footer .footer-content nav ul li a:hover {
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
footer .footer-content nav ul li a:hover::before {
  content: "// ";
  position: relative;
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  footer .footer-content .footer-left-col-2 {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  footer .footer-content .footer-left-col-2 {
    margin-left: 30px;
  }
}
@media (min-width: 1300px) {
  footer .footer-content .footer-left-col-2 {
    margin-left: 40px;
    margin-bottom: -5px;
  }
}
footer .footer-content .footer-ark-logo {
  display: inline-block;
  height: 40px;
  width: auto;
}
@media (min-width: 1300px) {
  footer .footer-content .footer-ark-logo {
    height: 56px;
  }
}
footer .footer-content .footer-note {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 1300px) {
  footer .footer-content .footer-note {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  footer .footer-content .footer-note {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  footer .footer-content .footer-note {
    margin-top: 20px;
  }
}
@media (min-width: 1300px) {
  footer .footer-content .footer-note {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  footer .footer-content .footer-note .address-extra {
    display: block;
  }
}
@media (min-width: 992px) {
  footer .footer-content .footer-note .address-extra {
    display: inline;
  }
}
footer .footer-content .footer-note a {
  color: #ffffff;
  font-size: 12px;
}
@media (min-width: 1300px) {
  footer .footer-content .footer-note a {
    font-size: 14px;
  }
}
footer .footer-content .footer-note a:hover {
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
footer .footer-content .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-content h3,
footer .footer-content a {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 1300px) {
  footer .footer-content h3,
footer .footer-content a {
    font-size: 14px;
  }
}
footer .footer-content .architecture {
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer .footer-content .architecture {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  footer .footer-content .architecture {
    margin-top: 0;
  }
}
footer .footer-content .architecture img {
  margin-top: 10px;
  display: block;
  width: auto;
}
@media (min-width: 1300px) {
  footer .footer-content .architecture img {
    height: 24px;
  }
}
footer .footer-content .more-info {
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer .footer-content .more-info {
    margin-top: 35px;
  }
}
footer .footer-content .more-info .agents {
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .footer-content .more-info .agents {
    display: flex;
    margin-top: 0px;
    align-items: flex-end;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  footer .footer-content .more-info .agents {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1300px) {
  footer .footer-content .more-info .agents {
    margin-top: 20px;
  }
}
footer .footer-content .more-info .agents .agent:not(:first-of-type) {
  margin-top: 20px;
}
footer .footer-content .more-info .agents .agent a {
  display: inline-block;
  margin-top: 10px;
}
footer .footer-content .more-info .agents .agent a:hover {
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
footer .footer-content .more-info .agents .agent img {
  display: block;
}
footer .footer-content .more-info .agents .agent.savills img, footer .footer-content .more-info .agents .agent.frost-meadowcroft img {
  height: 60px;
  width: auto;
}
@media (min-width: 1300px) {
  footer .footer-content .more-info .agents .agent.savills img, footer .footer-content .more-info .agents .agent.frost-meadowcroft img {
    height: 70px;
  }
}
@media (min-width: 768px) {
  footer .footer-content .more-info .agents .agent.cushman-wakefield, footer .footer-content .more-info .agents .agent.frost-meadowcroft {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  footer .footer-content .more-info .agents .agent.cushman-wakefield, footer .footer-content .more-info .agents .agent.frost-meadowcroft {
    margin-left: 35px;
  }
}
footer .footer-content .more-info .agents .agent.cushman-wakefield img {
  height: 30px;
  width: auto;
}
@media (min-width: 1300px) {
  footer .footer-content .more-info .agents .agent.cushman-wakefield img {
    height: 34px;
  }
}

.page-template-page-contact .footer-content--mobile-regular {
  display: none;
}
.page-template-page-contact .footer-content--mobile-contact {
  display: flex;
  padding: 60px 0;
}
.page-template-page-contact .footer-content--mobile-contact .architecture {
  margin-top: 0;
}
.page-template-page-contact .footer-content--mobile-contact .more-info .agent-cols {
  margin-top: 30px;
}
.page-template-page-contact .footer-content--mobile-contact .more-info .agent-cols .agent-col {
  margin-top: 50px;
}
.page-template-page-contact .footer-content--mobile-contact .more-info .agent-cols .agent-col .agents .agent {
  font-size: 14px;
}
.page-template-page-contact .footer-content--mobile-contact .more-info .agent-cols .agent-col .agents .agent a {
  margin: 0;
  font-size: 14px;
}
.page-template-page-contact .footer-content--mobile-contact .footer-ark-logo {
  margin-top: 60px;
}

.full-carousel .full-carousel-inner {
  position: relative;
}
@media (min-width: 768px) {
  .full-carousel .full-carousel-inner {
    display: grid;
    grid-template-columns: 1fr var(--container-width) 1fr;
  }
}
.full-carousel .grey-block {
  position: relative;
}
@media (min-width: 768px) {
  .full-carousel .grey-block {
    display: block;
    background-color: #f5f5f5;
    grid-column: 1;
    grid-row: 1;
  }
}
.full-carousel .swiper-container {
  overflow: hidden;
}
@media (min-width: 768px) {
  .full-carousel .swiper-container {
    grid-column: 2/span 2;
  }
}
.full-carousel .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16/10;
}
@media (min-width: 768px) {
  .full-carousel .swiper-slide {
    aspect-ratio: 2;
    max-height: 80vh;
  }
}
.full-carousel .swiper-controls {
  display: flex;
  padding-block: 10px;
  padding-inline: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .full-carousel .swiper-controls {
    padding-inline: 0;
    padding-right: 30px;
    grid-column: 2/span 2;
  }
}
@media (min-width: 1300px) {
  .full-carousel .swiper-controls {
    padding-block: 20px;
  }
}
@media (min-width: 1600px) {
  .full-carousel .swiper-controls {
    padding-right: 60px;
  }
}
.full-carousel .swiper-pagination {
  display: flex;
  position: unset;
  gap: 6px;
}
@media (min-width: 1300px) {
  .full-carousel .swiper-pagination {
    gap: 9px;
  }
}
.full-carousel .swiper-pagination-bullet {
  aspect-ratio: 1;
  height: 10px;
  width: auto;
  border: 1px solid #000000;
  margin: 0 !important;
  background: transparent;
  opacity: 1;
}
@media (min-width: 1300px) {
  .full-carousel .swiper-pagination-bullet {
    height: 12px;
  }
}
.full-carousel .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #06caec, #6ef692);
  border: unset;
}
.full-carousel .swiper-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}
.full-carousel .swiper-nav .swiper-button {
  position: unset;
  width: auto;
  margin: 0;
  height: auto;
}
.full-carousel .swiper-nav .swiper-button-prev {
  transform: scaleX(-1);
}
.full-carousel .swiper-nav .swiper-button:after {
  content: unset;
}
.full-carousel .swiper-nav .swiper-button svg {
  display: block;
  height: 10px;
  width: auto;
}
@media (min-width: 1300px) {
  .full-carousel .swiper-nav .swiper-button svg {
    height: 14px;
  }
}
.full-carousel .swiper-nav span {
  display: inline-block;
  font-size: 13px;
  font-family: "Aux Mono", monospace;
  line-height: 1;
  position: relative;
  bottom: -0.05em;
}
@media (min-width: 1300px) {
  .full-carousel .swiper-nav span {
    font-size: 18px;
  }
}
.full-carousel .full-carousel-img-shape {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: auto;
  z-index: 9;
  max-width: 500px;
  transform: translateX(100%) translateY(100%);
  transition: 1s 0.2s;
}
@media (min-width: 768px) {
  .full-carousel .full-carousel-img-shape {
    transition-delay: 0.8s;
  }
}
.full-carousel .full-carousel-img-shape-2 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40vw;
  height: auto;
  z-index: 9;
  max-width: 700px;
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
  transform: translateX(-100%);
  transition: 1s 0.2s;
}
@media (min-width: 768px) {
  .full-carousel .full-carousel-img-shape-2 {
    transition-delay: 0.8s;
    display: block;
  }
}
.full-carousel.in-view .full-carousel-img-shape {
  transform: translateX(40%) translateY(-45%);
}
.full-carousel.in-view .full-carousel-img-shape-2 {
  transform: translateX(-30%);
}

.content-section {
  text-align: left;
}
.content-section h2 {
  font-family: "Aux Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(10px);
}
@media (min-width: 768px) {
  .content-section h2 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .content-section h2 {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .content-section h2 {
    font-size: 18px;
  }
}
.content-section h3 {
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  font-size: 34px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 0.95;
  opacity: 0;
  transform: translateX(10px);
}
@media (min-width: 768px) {
  .content-section h3 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .content-section h3 {
    font-size: 76px;
  }
}
@media (min-width: 1300px) {
  .content-section h3 {
    font-size: 90px;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .content-section h3 {
    font-size: 95px;
  }
}
.content-section .bold-intro-text {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  margin-top: 30px;
  opacity: 0;
  transform: translateX(10px);
}
@media (min-width: 992px) {
  .content-section .bold-intro-text {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .content-section .bold-intro-text {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .content-section .bold-intro-text {
    font-size: 21px;
  }
}
.content-section .bold-intro-text p {
  line-height: 1.4;
}
.content-section .intro-text {
  margin-top: 20px;
  line-height: 1.6;
  opacity: 0;
  transform: translateX(10px);
}
@media (min-width: 1300px) {
  .content-section .intro-text {
    font-size: 17px;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .content-section .intro-text {
    font-size: 18px;
  }
}
.content-section p {
  line-height: 1.67;
}

.stylised-list {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .stylised-list li {
    padding-left: 38px;
  }
}
@media (min-width: 992px) {
  .stylised-list li {
    padding-left: 45px;
  }
}
@media (min-width: 1300px) {
  .stylised-list li {
    padding-left: 54px;
  }
}
.stylised-list li:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .stylised-list li:not(:first-of-type) {
    margin-top: 26px;
  }
}
.stylised-list li::before {
  content: "// ";
  font-family: "Aux Mono", monospace;
  position: relative;
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .stylised-list li::before {
    margin-left: -37px;
  }
}
@media (min-width: 992px) {
  .stylised-list li::before {
    margin-left: -43px;
  }
}
@media (min-width: 1300px) {
  .stylised-list li::before {
    margin-left: -50px;
  }
}

.banner-section {
  overflow-x: clip;
}
.banner-section .banner {
  position: relative;
}
@media (min-width: 768px) {
  .banner-section .banner {
    max-height: calc(100vh - 120px + 10px);
  }
}
@media (min-width: 1300px) {
  .banner-section .banner {
    max-height: calc(100vh - 200px + 10px);
  }
}
.banner-section .banner .banner-outer {
  height: 0;
  overflow: hidden;
  padding-top: 68.5714285714%;
}
.banner-section .banner .banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .banner-section .banner .banner-inner {
    overflow: hidden;
  }
}
.banner-section .banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
  filter: blur(5px);
  transition: 0.8s 0.5s;
}
.banner-section .banner .banner-image.in-view {
  transform: scale(1);
  filter: blur(0);
}
.banner-section .banner .banner-inner-slideable {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.banner-section .banner .banner-inner-slideable.in-view img {
  transform: scale(1);
  filter: blur(0);
}
.banner-section .banner .banner-inner-slideable img {
  height: 100%;
  width: auto;
  transform: scale(1.05);
  filter: blur(5px);
  transition: 0.8s 0.5s;
}
.banner-section .banner .banner-inner-slideable input {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  -webkit-appearance: none;
  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 75%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  outline: none;
}
@media (min-width: 768px) {
  .banner-section .banner .banner-inner-slideable input {
    bottom: max(50px, 6%);
    height: 3px;
  }
}
.banner-section .banner .banner-inner-slideable input::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #06caec, #6ef692);
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .banner-section .banner .banner-inner-slideable input::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
  }
}
.banner-section .banner .banner-inner-slideable input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #06caec, #6ef692);
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .banner-section .banner .banner-inner-slideable input::-moz-range-thumb {
    width: 18px;
    height: 18px;
  }
}
.banner-section .banner-arrow {
  display: none;
  position: absolute;
  left: 12%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  z-index: 10;
  -webkit-animation: bounce 4s infinite;
          animation: bounce 4s infinite;
}
@media (min-width: 768px) {
  .banner-section .banner-arrow {
    display: block;
  }
}
.banner-section .banner-arrow img {
  display: block;
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .banner-section .banner-arrow img {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .banner-section .banner-arrow img {
    width: 60px;
  }
}
@media (min-width: 1300px) {
  .banner-section .banner-arrow img {
    width: 70px;
  }
}
.banner-section .banner-arrow--right {
  right: 12%;
  left: auto;
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1, 1.05) translate(0px, 50%);
  }
  8% {
    transform: scale(1, 0.9) translate(0px, calc(50% + 5px));
  }
  19% {
    transform: scale(1, 1.05) translate(0px, calc(50% - 15px));
  }
  25% {
    transform: scale(1, 1.05) translate(0px, 50%);
  }
  100% {
    transform: scale(1, 1.05) translate(0px, 50%);
  }
}
.banner-section .swiper-banner {
  height: 100%;
  overflow: hidden;
  display: none;
}
.banner-section .swiper-banner.active {
  display: block;
}
.banner-section .swiper-banner .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.banner-section .swiper-banner .swiper-wrapper .swiper-slide-active {
  transform: scale(1.05);
  filter: blur(5px);
  transition: 0.8s 0.5s;
}
.banner-section .swiper-banner .swiper-wrapper.in-view .swiper-slide-active {
  transform: scale(1);
  filter: blur(0);
}
.banner-section .swiper-banner .swiper-nav {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -34px;
  right: 30px;
  z-index: 999;
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-nav {
    display: block;
    width: 100%;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 999;
  }
}
.banner-section .swiper-banner .swiper-nav span {
  display: inline-block;
  padding: 0 2px;
  font-size: 13px;
  font-family: "Aux Mono", monospace;
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-nav span {
    display: none;
  }
}
.banner-section .swiper-banner .swiper-button {
  height: 12px;
  width: 6px;
  display: inline-block;
  background: url("../../img/graphics/arrow-short-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-button {
    height: 30px;
    width: 30px;
    background: linear-gradient(45deg, #06caec, #6ef692);
    border-radius: 50%;
    position: absolute;
  }
}
@media (min-width: 1300px) {
  .banner-section .swiper-banner .swiper-button {
    height: 35px;
    width: 35px;
  }
}
.banner-section .swiper-banner .swiper-button:after {
  content: "";
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    height: 40%;
    background-image: url("../../img/graphics/down-arrow.svg");
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.banner-section .swiper-banner .swiper-button-prev {
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-button-prev {
    left: 5%;
    transform: none;
  }
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-button-next {
    transform: scaleX(-1);
    right: 5%;
  }
}
.banner-section .swiper-banner .swiper-pagination {
  bottom: -34px !important;
  width: auto !important;
  left: 30px !important;
  display: inline-block;
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-pagination {
    right: 3% !important;
    bottom: 1.5% !important;
    left: auto !important;
  }
}
.banner-section .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #000000;
  opacity: 1;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
}
@media (min-width: 768px) {
  .banner-section .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .banner-section .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.banner-section .swiper-banner .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .banner-section .swiper-banner .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 9px !important;
  }
}
.banner-section .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background: linear-gradient(to right, #06caec, #6ef692);
}
.banner-section .video-tour {
  display: none;
  background: #f5f5f5;
  height: 100%;
  width: 100%;
}
.banner-section .video-tour .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.banner-section .video-tour.active {
  display: block;
}
.banner-section .banner-buttons {
  position: absolute;
  bottom: 0;
  left: 4%;
  z-index: 10;
  display: flex;
}
.banner-section .banner-buttons .banner-button {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  line-height: 1;
  font-family: "Aux Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .banner-section .banner-buttons .banner-button {
    font-size: 13px;
    height: 38px;
    width: 170px;
  }
}
@media (min-width: 1300px) {
  .banner-section .banner-buttons .banner-button {
    font-size: 15px;
    width: 210px;
    height: 52px;
  }
}
.banner-section .banner-buttons .banner-button:not(:first-of-type) {
  margin-left: 4px;
}
@media (min-width: 992px) {
  .banner-section .banner-buttons .banner-button:not(:first-of-type) {
    margin-left: 6px;
  }
}
.banner-section .banner-buttons .banner-button::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.banner-section .banner-buttons .banner-button.active, .banner-section .banner-buttons .banner-button:hover {
  color: #000000;
}
.banner-section .banner-buttons .banner-button.active::before, .banner-section .banner-buttons .banner-button:hover::before {
  opacity: 1;
}

.video-scroll {
  position: absolute;
  bottom: 40px;
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, #06caec 0%, #6ef692 100%);
  position: absolute;
  left: 40px;
  top: 40px;
  cursor: pointer;
}

.mute-video {
  background: linear-gradient(90deg, #06caec 0%, #6ef692 100%);
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f028";
  color: #000000;
}

.unmute-video {
  background: linear-gradient(90deg, #06caec 0%, #6ef692 100%);
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f6a9";
  color: #000000;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 200px;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .banner-video {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .banner-video {
    height: 100%;
  }
}

.home-line {
  position: fixed;
  top: 0;
  right: 0;
  width: 110%;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
.home-line path {
  stroke-dasharray: 3655.271;
  stroke-dashoffset: -3655.271;
  transition: stroke-dashoffset 0.1s;
}

.video-banner {
  display: relative;
}
.video-banner .video-outer {
  position: relative;
}
.video-banner .video-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
}
.video-banner .video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-banner .video-inner .video-play {
  display: none;
  width: 10%;
  height: auto;
}
@media (min-width: 768px) {
  .video-banner .video-inner .video-play {
    width: 8.4%;
  }
}
.video-banner .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-intro {
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .home-intro {
    padding: 120px 0;
  }
}
@media (min-width: 1300px) {
  .home-intro {
    padding: 180px 0;
  }
}
@media (min-width: 1600px) {
  .home-intro {
    padding: 200px 0;
  }
}
.home-intro::after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.home-intro .intro-content {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .home-intro .intro-content {
    max-width: 720px;
  }
}
.home-intro h2 {
  font-size: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s 0.4s;
}
@media (min-width: 1300px) {
  .home-intro h2 {
    font-size: 38px;
  }
}
.home-intro .intro-text {
  margin-top: 26px;
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s 0.8s;
}
@media (min-width: 768px) {
  .home-intro .intro-text {
    width: 95%;
  }
}
@media (min-width: 1300px) {
  .home-intro .intro-text {
    margin-top: 30px;
    font-size: 30px;
  }
}
.home-intro .circle-grad {
  z-index: -1;
  display: block;
  height: 50px;
  width: auto;
  position: absolute;
  bottom: -2%;
  left: -4%;
  opacity: 0;
  transition: 1s 0s;
}
@media (min-width: 992px) {
  .home-intro .circle-grad {
    height: 75px;
  }
}
@media (min-width: 1300px) {
  .home-intro .circle-grad {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .home-intro .circle-grad {
    height: 100px;
  }
}
.home-intro.in-view .circle-grad,
.home-intro.in-view h2,
.home-intro.in-view .intro-text {
  transform: translateY(0);
  opacity: 1;
}

.home-static-banner-shape-1 {
  position: absolute;
  top: -12%;
  left: 14%;
  width: 12%;
  height: auto;
}

.home-static-banner-shape-2 {
  position: absolute;
  bottom: -10%;
  right: 24%;
  width: 12%;
  height: auto;
}

.home-grid {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .home-grid {
    padding-top: 50px;
  }
}
@media (min-width: 1300px) {
  .home-grid {
    padding-top: 70px;
  }
}
@media (min-width: 1600px) {
  .home-grid {
    padding-top: 90px;
  }
}
.home-grid .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media (min-width: 992px) {
  .home-grid .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.home-grid .grid-container .grid-item {
  height: 180px;
  background: #e9e9e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.home-grid .grid-container .grid-item.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item:nth-of-type(1) {
    transition: 1s calc((1 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(2) {
    transition: 1s calc((2 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(3) {
    transition: 1s calc((3 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(4) {
    transition: 1s calc((4 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(5) {
    transition: 1s calc((5 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(6) {
    transition: 1s calc((6 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(7) {
    transition: 1s calc((7 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(8) {
    transition: 1s calc((8 -1) * 0.25s);
  }
  .home-grid .grid-container .grid-item:nth-of-type(9) {
    transition: 1s calc((9 -1) * 0.25s);
  }
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item {
    height: 300px;
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item {
    height: 320px;
    padding: 30px;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item {
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .home-grid .grid-container .grid-item {
    height: 440px;
    padding: 34px;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--1 {
    grid-row: auto/auto !important;
    grid-column: auto/span 1 !important;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--2 {
    grid-row: auto/auto !important;
    grid-column: auto/span 2 !important;
  }
}
.home-grid .grid-container .grid-item--grad-left::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--grad-left::after {
    width: 67%;
  }
}
.home-grid .grid-container .grid-item--grad-right::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--grad-right::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--grad-right::after {
    width: 67%;
  }
}
.home-grid .grid-container .grid-item--grad-bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--grad-bottom::after {
    height: 67%;
  }
}
.home-grid .grid-container .grid-item--terraces {
  grid-column: auto/span 2;
}
.home-grid .grid-container .grid-item--terraces .grid-item-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--terraces .grid-item-content {
    justify-content: flex-start;
  }
}
.home-grid .grid-container .grid-item--terraces .grid-item-content .number-4 {
  font-family: "Cosmo", sans-serif;
  font-size: 100px;
  line-height: 0.7;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--terraces .grid-item-content .number-4 {
    font-size: 140px;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--terraces .grid-item-content .number-4 {
    margin: 0;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--terraces .grid-item-content .number-4 {
    font-size: 240px;
  }
}
.home-grid .grid-container .grid-item--terraces .grid-item-content .info {
  order: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 300px;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--terraces .grid-item-content .info {
    order: 1;
    margin-left: 20px;
    display: block;
    height: auto;
  }
}
.home-grid .grid-container .grid-item--terraces .grid-item-content .info h3 {
  margin-top: 20px;
}
.home-grid .grid-container .grid-item--connections {
  grid-column: auto/span 1;
}
.home-grid .grid-container .grid-item--connections .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-grid .grid-container .grid-item--connections .grid-item-content h3 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--connections .grid-item-content h3 {
    font-size: 40px !important;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--connections .grid-item-content h3 {
    font-size: 65px !important;
  }
}
.home-grid .grid-container .grid-item--accommodation {
  grid-column: auto/span 2;
}
.home-grid .grid-container .grid-item--accommodation .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--accommodation .grid-item-content {
    justify-content: flex-end;
    height: auto;
  }
}
.home-grid .grid-container .grid-item--accommodation .grid-item-content h3 {
  margin-top: 10px;
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--accommodation .grid-item-content h3 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--accommodation .grid-item-content h3 {
    width: 80%;
  }
}
.home-grid .grid-container .grid-item--contact {
  grid-column: 2/span 1;
  grid-row: 2/auto;
}
.home-grid .grid-container .grid-item--contact .grid-item-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #000000;
  height: 100%;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--contact .grid-item-content {
    justify-content: flex-end;
    height: auto;
    text-align: right;
  }
}
.home-grid .grid-container .grid-item--contact .grid-item-content h3 {
  margin-top: 20px;
}
.home-grid .grid-container .grid-item--contact .grid-item-content img {
  height: auto;
  width: 100%;
  margin-top: 8px;
  transform: scaleX(-1);
  max-width: 200px;
  display: inline-block;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--contact .grid-item-content img {
    margin-top: 16px;
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--contact .grid-item-content img {
    margin-top: 20px;
    transform: none;
    max-width: 86%;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--contact .grid-item-content img {
    margin-top: 29px;
  }
}
.home-grid .grid-container .grid-item--downloads {
  grid-column: auto/span 1;
}
.home-grid .grid-container .grid-item--downloads .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
  align-items: flex-start;
}
.home-grid .grid-container .grid-item--downloads .grid-item-content h3 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--downloads .grid-item-content h3 {
    margin-top: 20px;
  }
}
.home-grid .grid-container .grid-item--downloads .grid-item-content img {
  height: 37%;
  width: auto;
}
.home-grid .grid-container .grid-item--culture {
  grid-column: auto/span 1;
}
.home-grid .grid-container .grid-item--culture .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-grid .grid-container .grid-item--culture .grid-item-content h3 {
  margin-top: 10px;
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--culture .grid-item-content h3 {
    margin-top: 20px;
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--culture .grid-item-content h3 {
    font-size: 30px !important;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--culture .grid-item-content h3 {
    font-size: 37px !important;
  }
}
.home-grid .grid-container .grid-item--hmrsmth {
  grid-column: 2/span 1;
  grid-row: 4/auto;
}
.home-grid .grid-container .grid-item--hmrsmth .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-grid .grid-container .grid-item--hmrsmth .grid-item-content h3 {
  font-size: 44px !important;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--hmrsmth .grid-item-content h3 {
    font-size: 60px !important;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--hmrsmth .grid-item-content h3 {
    font-size: 46px !important;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--hmrsmth .grid-item-content h3 .mobile-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--hmrsmth .grid-item-content h3 {
    font-size: 40px;
  }
}
.home-grid .grid-container .grid-item--hmrsmth .grid-item-content p {
  margin-top: 12px;
  width: 90%;
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--hmrsmth .grid-item-content p {
    margin-top: 20px;
  }
}
.home-grid .grid-container .grid-item--up-the-tempo {
  grid-column: auto/span 1;
}
.home-grid .grid-container .grid-item--up-the-tempo .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--up-the-tempo .grid-item-content {
    justify-content: space-between;
    height: 100%;
  }
}
.home-grid .grid-container .grid-item--up-the-tempo .grid-item-content h3 {
  font-size: 24px !important;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--up-the-tempo .grid-item-content h3 {
    font-size: 40px !important;
    margin-top: 20px;
  }
}
.home-grid .grid-container .grid-item--up-the-tempo .grid-item-content p {
  margin-top: 12px;
  width: 90%;
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--up-the-tempo .grid-item-content p {
    margin-top: 20px;
  }
}
.home-grid .grid-container .grid-item--floorplans {
  grid-column: auto/span 2;
}
.home-grid .grid-container .grid-item--floorplans .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item--floorplans .grid-item-content {
    align-items: flex-end;
    text-align: right;
  }
}
.home-grid .grid-container .grid-item--floorplans .grid-item-content h3 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--floorplans .grid-item-content h3 {
    font-size: 30px !important;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item--floorplans .grid-item-content h3 {
    font-size: 37px !important;
  }
}
.home-grid .grid-container .grid-item--floorplans .grid-item-content h3 .text-grad {
  font-size: 55px;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item--floorplans .grid-item-content h3 .text-grad {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .home-grid .grid-container .grid-item--floorplans .grid-item-content h3 .text-grad {
    font-size: 130px;
  }
}
.home-grid .grid-container .grid-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  mix-blend-mode: multiply;
}
.home-grid .grid-container .grid-item:hover.grid-item-hover--white .text-grad {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.home-grid .grid-container .grid-item:hover.grid-item-hover--black .text-grad {
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.home-grid .grid-container .grid-item .grid-item-content-wrapper {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.home-grid .grid-container .grid-item .grid-item-content-wrapper .grid-item-content {
  width: 100%;
  height: 100%;
}
.home-grid .grid-container .grid-item .grid-item-content-wrapper h2 {
  font-family: "Aux Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper h2 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper h2 {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper h2 {
    font-size: 17px;
  }
}
.home-grid .grid-container .grid-item .grid-item-content-wrapper h3 {
  font-size: 19px;
  line-height: 1;
}
@media (min-width: 768px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper h3 {
    line-height: 1.1;
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper h3 {
    font-size: 37px;
  }
}
.home-grid .grid-container .grid-item .grid-item-content-wrapper p {
  display: none;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper p {
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 1300px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .home-grid .grid-container .grid-item .grid-item-content-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .home-grid.in-view .grid-item {
    opacity: 1;
  }
}

.aerial-map {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .aerial-map {
    padding-top: 60px;
  }
}
@media (min-width: 1300px) {
  .aerial-map {
    padding-top: 120px;
  }
}
.aerial-map .interactive-aerial {
  position: relative;
  display: block;
  width: 100%;
}
.aerial-map .interactive-aerial-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.aerial-map .interactive-aerial-image img {
  display: block;
  width: 100%;
  height: auto;
}
.aerial-map .interactive-aerial-buttons {
  display: none;
}
@media (min-width: 768px) {
  .aerial-map .interactive-aerial-buttons {
    display: block;
    position: absolute;
    bottom: 4%;
    left: 4%;
    z-index: 30;
    display: flex;
  }
}
.aerial-map .interactive-aerial-buttons .filter-button {
  width: 140px;
  text-align: center;
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: relative;
  transition: 0.2s;
}
@media (min-width: 1300px) {
  .aerial-map .interactive-aerial-buttons .filter-button {
    width: 160px;
    height: 34px;
    font-size: 14px;
  }
}
.aerial-map .interactive-aerial-buttons .filter-button:not(:first-of-type) {
  margin-left: 8px;
}
@media (min-width: 1300px) {
  .aerial-map .interactive-aerial-buttons .filter-button:not(:first-of-type) {
    margin-left: 10px;
  }
}
.aerial-map .interactive-aerial-buttons .filter-button::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.aerial-map .interactive-aerial-buttons .filter-button:hover {
  background-color: transparent;
  color: #000000;
}
.aerial-map .interactive-aerial-buttons .filter-button:hover::before {
  opacity: 1;
}
.aerial-map .interactive-aerial-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .aerial-map .interactive-aerial-overlay {
    display: block;
  }
}
.aerial-map .interactive-aerial-overlay svg {
  display: block;
  width: 100%;
  height: 100%;
}
.aerial-map .interactive-aerial-overlay .aerial-label {
  display: none;
}
.aerial-map .interactive-aerial-overlay .aerial-label.active {
  display: block;
}
.aerial-map .interactive-aerial-overlay .aerial-point {
  cursor: pointer;
}
.aerial-map .interactive-aerial-overlay .aerial-point path {
  -webkit-animation: aerial-point 2s ease-in-out infinite;
          animation: aerial-point 2s ease-in-out infinite;
}
@-webkit-keyframes aerial-point {
  0% {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    transform: scale(0);
  }
  33.3334%, 66.6667% {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes aerial-point {
  0% {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    transform: scale(0);
  }
  33.3334%, 66.6667% {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    transform: scale(1.4);
  }
}

.explore-more .explore-more-inner {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .explore-more .explore-more-inner {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .explore-more .explore-more-inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .explore-more .explore-more-intro {
    text-align: left;
  }
}
.explore-more .explore-more-intro .intro-text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .explore-more .explore-more-intro .intro-text {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .explore-more .explore-more-intro .intro-text {
    width: 45%;
  }
}
.explore-more .explore-more-intro h2 {
  transition: 1s 0s;
}
.explore-more .explore-more-intro h3 {
  transition: 1s 0.4s;
}
.explore-more .explore-more-intro .intro-text {
  transition: 1s 0.8s;
}
.explore-more .explore-more-shape {
  display: block;
  position: absolute;
  top: -60px;
  right: -25%;
  height: auto;
  width: 220px;
  z-index: 999;
  transform-origin: right;
  transform: rotate(-60deg) translateX(100%);
  transition: 1.2s 0.8s;
}
@media (min-width: 768px) {
  .explore-more .explore-more-shape {
    width: 57%;
  }
}
.explore-more .explore-more-grid {
  margin-top: 40px;
  display: grid;
  row-gap: 40px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .explore-more .explore-more-grid {
    max-width: 600px;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .explore-more .explore-more-grid {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    max-width: 800px;
    row-gap: 60px;
    margin-top: 90px;
  }
}
@media (min-width: 1300px) {
  .explore-more .explore-more-grid {
    row-gap: 80px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 110px;
    max-width: 950px;
  }
}
.explore-more .explore-more-grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.explore-more .explore-more-grid .grid-item .number {
  font-size: 86px;
  line-height: 0.9;
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (min-width: 1300px) {
  .explore-more .explore-more-grid .grid-item .number {
    font-size: 110px;
  }
}
.explore-more .explore-more-grid .grid-item .unit {
  font-family: "Aux Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .explore-more .explore-more-grid .grid-item .unit {
    font-size: 18px;
  }
}
.explore-more .explore-more-grid .grid-item .desc {
  margin-top: 10px;
  font-size: 13px;
  width: 90%;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .explore-more .explore-more-grid .grid-item .desc {
    font-size: 15px;
    margin-top: 20px;
  }
}
.explore-more.in-view h2,
.explore-more.in-view h3,
.explore-more.in-view .intro-text {
  opacity: 1;
  transform: translateY(0);
}
.explore-more.in-view .explore-more-shape {
  transform: rotate(0) translateX(0);
}

.travel-map {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .travel-map {
    padding-bottom: 60px;
  }
}
.travel-map.active .travel-map-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.travel-map.active .travel-map-overlay {
  opacity: 0;
}
.travel-map .wide-container {
  position: relative;
}
.travel-map .travel-map-outer {
  height: 0;
  overflow: hidden;
  padding-top: 85.15625%;
  position: relative;
}
.travel-map .travel-map-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.travel-map .travel-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.travel-map .travel-map-routes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.travel-map .travel-map-routes .hover-box {
  opacity: 0;
}
.travel-map .travel-map-routes .travel-route {
  opacity: 0;
}
.travel-map .travel-map-routes .travel-route.active {
  opacity: 1;
}

@-webkit-keyframes walking {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes walking {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.travel-map-floating-shape {
  display: none;
}
@media (min-width: 768px) {
  .travel-map-floating-shape {
    display: block;
    position: absolute;
    bottom: -10%;
    right: 6%;
    width: 14%;
    height: auto;
    max-width: 280px;
    z-index: 999;
  }
}
.right-track {
  background-color: #f5f5f5;
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .right-track {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .right-track {
    padding-top: 110px;
    padding-bottom: 160px;
  }
}
.right-track .container {
  position: relative;
}
.right-track .right-track-intro {
  text-align: left;
}
@media (min-width: 768px) {
  .right-track .right-track-intro {
    text-align: left;
  }
}
.right-track .right-track-intro .intro-text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .right-track .right-track-intro .intro-text {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .right-track .right-track-intro .intro-text {
    width: 40%;
  }
}
.right-track .right-track-intro h2 {
  transition: 1s 0s;
}
.right-track .right-track-intro h3 {
  transition: 1s 0.4s;
}
.right-track .right-track-intro .intro-text {
  transition: 1s 0.8s;
}
.right-track .right-track-shape {
  display: none;
}
@media (min-width: 768px) {
  .right-track .right-track-shape {
    display: block;
    position: absolute;
    bottom: -26%;
    right: -20%;
    width: 52%;
    height: auto;
    transform-origin: right;
    transform: translateX(100%) rotate(60deg);
    transition: 1.6s 0.8s;
  }
}
@media (min-width: 1300px) {
  .right-track .right-track-shape {
    bottom: -40%;
  }
}
.right-track .right-track-shape-2 {
  display: none;
}
@media (min-width: 768px) {
  .right-track .right-track-shape-2 {
    display: block;
    position: absolute;
    bottom: -34%;
    left: -16%;
    width: 20%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .right-track .right-track-shape-2 {
    bottom: -40%;
  }
}
@media (min-width: 1300px) {
  .right-track .right-track-shape-2 {
    bottom: -40%;
  }
}
.right-track .right-track-shape-mobile {
  display: block;
  position: absolute;
  top: -50px;
  right: -13%;
  width: 40%;
  height: auto;
  z-index: 999;
  transform: rotate(-50deg) translateX(50%);
  transition: 1.2s 0.8s;
}
@media (min-width: 768px) {
  .right-track .right-track-shape-mobile {
    display: none;
  }
}
.right-track.in-view h2,
.right-track.in-view h3,
.right-track.in-view .intro-text {
  opacity: 1;
  transform: translateY(0);
}
.right-track.in-view .right-track-shape {
  transform: translateX(0) rotate(0);
}
.right-track.in-view .right-track-shape-mobile {
  transform: rotate(0) translateX(0);
}

.stations {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .stations {
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .stations {
    margin-top: 220px;
  }
}
@media (min-width: 1300px) {
  .stations {
    margin-top: 260px;
  }
}
.stations .stations-content {
  display: none;
}
@media (min-width: 768px) {
  .stations .stations-content {
    display: block;
  }
}
.stations .stations-content .stations-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.6s linear;
}
.stations .stations-content .stations-row:not(:first-of-type) {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .stations .stations-content .stations-row:not(:first-of-type) {
    margin-top: 160px;
  }
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row:not(:first-of-type) {
    margin-top: 260px;
  }
}
.stations .stations-content .stations-row::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.stations .stations-content .stations-row--circle-hammersmith-city .station-border {
  transform: rotate(45deg);
  background: linear-gradient(to right, #ffd300 50%, #f3a9bb 50% 100%);
}
.stations .stations-content .stations-row--district .station-border {
  background: #00782a;
}
.stations .stations-content .stations-row--piccadilly .station-border {
  background: #003688;
}
.stations .stations-content .stations-row .station {
  width: 30px;
  height: 30px;
  position: relative;
}
.stations .stations-content .stations-row .station:nth-of-type(1) {
  transform: scale(0);
  transition: transform 0.5s calc((1 -1) * 0.1s + 0.5s);
}
.stations .stations-content .stations-row .station:nth-of-type(2) {
  transform: scale(0);
  transition: transform 0.5s calc((2 -1) * 0.1s + 0.5s);
}
.stations .stations-content .stations-row .station:nth-of-type(3) {
  transform: scale(0);
  transition: transform 0.5s calc((3 -1) * 0.1s + 0.5s);
}
.stations .stations-content .stations-row .station:nth-of-type(4) {
  transform: scale(0);
  transition: transform 0.5s calc((4 -1) * 0.1s + 0.5s);
}
.stations .stations-content .stations-row .station:nth-of-type(5) {
  transform: scale(0);
  transition: transform 0.5s calc((5 -1) * 0.1s + 0.5s);
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station {
    width: 40px;
    height: 40px;
  }
}
.stations .stations-content .stations-row .station .station-outer {
  height: 100%;
  width: 100%;
}
.stations .stations-content .stations-row .station .station-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #06caec, #6ef692);
  text-align: center;
}
.stations .stations-content .stations-row .station .station-inner::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background-color: #ffffff;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station .station-inner::after {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
.stations .stations-content .stations-row .station .station-inner .name {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station .station-inner .name {
    bottom: 50px;
    font-size: 20px;
  }
}
.stations .stations-content .stations-row .station .station-inner .station-under {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  font-size: 16px;
  width: 150px;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station .station-inner .station-under {
    top: 56px;
    font-size: 20px;
  }
}
.stations .stations-content .stations-row .station .station-inner .station-under .duration-number {
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station .station-inner .station-under .duration-number {
    font-size: 50px;
  }
}
.stations .stations-content .stations-row .station .station-inner .station-under .duration-unit {
  font-size: 12px;
  margin-top: 4px;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station .station-inner .station-under .duration-unit {
    font-size: 14px;
    margin-top: 8px;
  }
}
.stations .stations-content .stations-row .station .station-inner .station-under .lines {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station .station-inner .station-under .lines {
    margin-top: 8px;
  }
}
.stations .stations-content .stations-row .station .station-inner .station-under .lines span:not(:first-of-type) {
  margin-left: 4px;
}
.stations .stations-content .stations-row .station .station-border {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.stations .stations-content .stations-row .station--hammersmith .station-border {
  position: relative;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
}
@media (min-width: 1300px) {
  .stations .stations-content .stations-row .station--hammersmith .station-border {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
  }
}
.stations .stations-content .stations-row .station--hammersmith .station-inner::after {
  content: none;
}
.stations .stations-content .stations-row.in-view {
  transform: scaleX(1);
}
.stations .stations-content .stations-row.in-view .station {
  transform: scale(1);
}
@media (min-width: 768px) {
  .stations .stations-content-mobile {
    display: none;
  }
}
.stations .stations-content-mobile .dropdowns .dropdown.active .dropdown-content {
  display: block;
}
.stations .stations-content-mobile .dropdowns .dropdown.active .dropdown-button {
  border: none;
  background: linear-gradient(to right, #06caec, #6ef692);
}
.stations .stations-content-mobile .dropdowns .dropdown:not(:first-of-type) {
  margin-top: 12px;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-button {
  height: 46px;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-content {
  display: none;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-content .dropdown-station {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #000000;
  align-items: center;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-content .dropdown-station .name {
  font-family: "Aux Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-content .dropdown-station .lines {
  display: flex;
  margin-top: 5px;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-content .dropdown-station .lines span:not(:first-of-type) {
  margin-left: 4px;
}
.stations .stations-content-mobile .dropdowns .dropdown .dropdown-content .dropdown-station .number {
  font-family: "Cosmo", sans-serif;
  font-size: 32px;
  text-transform: lowercase;
}
.stations .times-disclaimer {
  font-size: 14px;
  color: #838383;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .stations .times-disclaimer {
    margin-top: 40px;
  }
}
@media (min-width: 1300px) {
  .stations .times-disclaimer {
    margin-top: 50px;
  }
}
.stations .line-key {
  display: none;
  width: 100%;
  grid-auto-flow: row;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  font-family: "Aux Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 160px;
  gap: 10px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 768px) {
  .stations .line-key {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: none;
    grid-auto-flow: column;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (min-width: 992px) {
  .stations .line-key {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (min-width: 1300px) {
  .stations .line-key {
    font-size: 14px;
    margin-top: 270px;
    gap: 16px;
  }
}
.stations .line-key .line {
  display: flex;
  align-items: center;
}
.stations .line-key .line .key-wrapper {
  height: 100%;
  display: inline-flex;
  width: 20px;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1300px) {
  .stations .line-key .line .key-wrapper {
    width: 24px;
  }
}

.tube {
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@media (min-width: 1300px) {
  .tube {
    width: 14px;
    height: 14px;
  }
}
.tube.bakerloo {
  background: #b36305;
}
.tube.central {
  background: #e32017;
}
.tube.circle {
  background: #ffd300;
}
.tube.district {
  background: #00782a;
}
.tube.hammersmith-city {
  background: #f3a9bb;
}
.tube.jubilee {
  background: #a0a5a9;
}
.tube.metropolitan {
  background: #9b0056;
}
.tube.northern {
  background: #000000;
}
.tube.piccadilly {
  background: #003688;
}
.tube.victoria {
  background: #0098d4;
}

.overground {
  width: 15px;
  height: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1300px) {
  .overground {
    width: 17px;
    height: 14px;
  }
}
.overground.dlr {
  background-image: url("../../img/connections/line-dlr.svg");
}
.overground.lo {
  background-image: url("../../img/connections/line-overground.svg");
}
.overground.el {
  background-image: url("../../img/connections/line-el.svg");
}
.overground.nr {
  background-image: url("../../img/connections/line-nr.svg");
}

.lines-bg--contact {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -10;
}
.lines-bg--contact .container {
  position: relative;
  height: 100%;
}
.lines-bg--contact img {
  position: absolute;
  width: 100%;
  height: auto;
}

.contact-form-section {
  background: #f5f5f5;
  position: relative;
}
.contact-form-section.in-view h2,
.contact-form-section.in-view h3,
.contact-form-section.in-view .intro-text {
  opacity: 1;
  transform: translateY(0);
}
.contact-form-section .contact-form-outer {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .contact-form-section .contact-form-outer {
    position: relative;
  }
}
@media (min-width: 768px) {
  .contact-form-section .contact-form-outer {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .contact-form-section .contact-form-outer {
    padding: 120px 0;
  }
}
@media (min-width: 1300px) {
  .contact-form-section .contact-form-outer {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .contact-form-section .contact-form-outer {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}
.contact-form-section .contact-form-section-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-form-section .contact-form-section-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact-form-section .contact-form-section-wrapper h2 {
  transition: 1s 0s;
}
.contact-form-section .contact-form-section-wrapper h3 {
  transition: 1s 0.4s;
}
.contact-form-section .contact-form-section-wrapper .intro-text {
  transition: 1s 0.8s;
}
@media (min-width: 768px) {
  .contact-form-section .contact-form-section-wrapper .left {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .contact-form-section .contact-form-section-wrapper .left .intro-text {
    width: 90%;
  }
}
@media (min-width: 1300px) {
  .contact-form-section .contact-form-section-wrapper .left .intro-text {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .contact-form-section .contact-form-section-wrapper .right {
    width: 40%;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .contact-form-section .contact-form-section-wrapper .right {
    width: 35%;
  }
}
.contact-form-section .form-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact-form-section .form-wrapper {
    margin: 0;
  }
}
.contact-form-section .form-wrapper .nf-form-cont .nf-form-title {
  display: none;
}
.contact-form-section .form-wrapper .nf-form-cont form .nf-form-fields-required {
  display: none;
}
.contact-form-section .form-wrapper .nf-form-cont form .nf-form-content {
  padding: 0;
  max-width: 1000px;
}
.contact-form-section .form-wrapper .nf-form-cont form .nf-form-content .nf-field-label {
  display: none;
}
.contact-form-section .form-wrapper .nf-form-cont .nf-after-field {
  display: none;
}
.contact-form-section .form-wrapper .nf-form-cont .nf-form-errors {
  display: none;
}
.contact-form-section .form-wrapper .nf-form-cont .nf-field-element::after {
  display: none;
}
.contact-form-section .form-wrapper .nf-form-cont .nf-error .ninja-forms-field {
  border: none;
}
.contact-form-section .form-wrapper .nf-form-cont .nf-field-container {
  margin-bottom: 14px;
}
@media (min-width: 1300px) {
  .contact-form-section .form-wrapper .nf-form-cont .nf-field-container {
    margin-bottom: 16px;
  }
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container {
  margin-bottom: 10px;
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap {
  flex-wrap: wrap;
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label {
  display: flex;
  margin-top: 16px;
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  margin-left: 0;
  padding-left: 40px;
  color: #7a7a7a;
}
@media (min-width: 1300px) {
  .contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label {
    font-size: 12px;
  }
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label::after {
  background: #d8d8d8;
  border-color: #7a7a7a;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label::before {
  left: 3px;
  top: 0;
  bottom: auto;
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-description {
  order: -1;
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  text-align: justify;
}
@media (min-width: 768px) {
  .contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-description {
    margin-right: 0;
  }
}
.contact-form-section .form-wrapper .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-description a {
  color: #000000;
  text-decoration: underline;
}
.contact-form-section .form-wrapper .nf-form-cont input[type=text],
.contact-form-section .form-wrapper .nf-form-cont input[type=email] {
  background: #f5f5f5;
  border: none;
  border: 1px solid #000000 !important;
  padding: 8px 0;
  padding-left: 14px;
  color: #000000;
  font-size: 16px;
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  height: 48px;
}
@media (min-width: 1300px) {
  .contact-form-section .form-wrapper .nf-form-cont input[type=text],
.contact-form-section .form-wrapper .nf-form-cont input[type=email] {
    height: 60px;
  }
}
.contact-form-section .form-wrapper .nf-form-cont input[type=text]::-moz-placeholder, .contact-form-section .form-wrapper .nf-form-cont input[type=email]::-moz-placeholder {
  color: #000000;
}
.contact-form-section .form-wrapper .nf-form-cont input[type=text]:-ms-input-placeholder, .contact-form-section .form-wrapper .nf-form-cont input[type=email]:-ms-input-placeholder {
  color: #000000;
}
.contact-form-section .form-wrapper .nf-form-cont input[type=text]::placeholder,
.contact-form-section .form-wrapper .nf-form-cont input[type=email]::placeholder {
  color: #000000;
}
.contact-form-section .form-wrapper .nf-form-cont .submit-container {
  margin-bottom: 0;
}
.contact-form-section .form-wrapper .nf-form-cont .submit-container input {
  width: 100%;
  text-transform: uppercase;
  font-family: "Aux Mono", monospace;
  line-height: 0;
  font-size: 16px;
  cursor: pointer;
  padding-left: 15px;
  text-align: left;
  background: linear-gradient(to right, #06caec, #6ef692);
  color: #000000;
}
@media (min-width: 1300px) {
  .contact-form-section .form-wrapper .nf-form-cont .submit-container input {
    height: 60px;
  }
}
.contact-form-section .form-wrapper .nf-form-cont .submit-container input:hover {
  background: #000000;
  color: #ffffff;
}

.find-out-more {
  background-color: #202020;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .find-out-more {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .find-out-more {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .find-out-more {
    padding-top: 300px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1600px) {
  .find-out-more {
    padding-top: 320px;
  }
}
.find-out-more h3,
.find-out-more a,
.find-out-more div {
  color: #ffffff;
}
@media (min-width: 1300px) {
  .find-out-more .find-out-more-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.find-out-more .find-out-more-wrapper h3 {
  transition: 1s 0s;
}
.find-out-more .find-out-more-wrapper .intro-text {
  transition: 1s 0.4s;
}
.find-out-more .find-out-more-wrapper.in-view h2,
.find-out-more .find-out-more-wrapper.in-view h3,
.find-out-more .find-out-more-wrapper.in-view .intro-text {
  opacity: 1;
  transform: translateY(0);
}
.find-out-more .find-out-more-wrapper.in-view .downloads h3,
.find-out-more .find-out-more-wrapper.in-view .downloads .button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media (min-width: 992px) {
  .find-out-more .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.find-out-more .left h3 {
  margin: 0 !important;
}
.find-out-more .left .downloads {
  margin-top: 30px;
}
.find-out-more .left .downloads h3 {
  font-size: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s 0.4s;
}
@media (min-width: 768px) {
  .find-out-more .left .downloads h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .find-out-more .left .downloads h3 {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .find-out-more .left .downloads h3 {
    font-size: 24px;
  }
}
.find-out-more .left .downloads .download-buttons {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .find-out-more .left .downloads .download-buttons {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .find-out-more .left .downloads .download-buttons {
    margin-top: 30px;
    width: 280px;
  }
}
@media (min-width: 1300px) {
  .find-out-more .left .downloads .download-buttons {
    width: 310px;
  }
}
.find-out-more .left .downloads .download-buttons .button {
  position: relative;
  background-color: transparent;
  z-index: 1;
  height: 46px;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-10px);
}
.find-out-more .left .downloads .download-buttons .button:nth-of-type(1) {
  transition: 1s calc((1 - 1) * 0.2s + 0.8s);
}
.find-out-more .left .downloads .download-buttons .button:nth-of-type(2) {
  transition: 1s calc((2 - 1) * 0.2s + 0.8s);
}
.find-out-more .left .downloads .download-buttons .button:nth-of-type(3) {
  transition: 1s calc((3 - 1) * 0.2s + 0.8s);
}
.find-out-more .left .downloads .download-buttons .button:not(:first-of-type) {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .find-out-more .left .downloads .download-buttons .button:not(:first-of-type) {
    margin-top: 20px;
  }
}
.find-out-more .left .downloads .download-buttons .button::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.find-out-more .left .downloads .download-buttons .button:hover {
  border: 1px solid transparent;
  color: #000000;
}
.find-out-more .left .downloads .download-buttons .button:hover::before {
  opacity: 1;
}
.find-out-more .left .downloads .download-buttons .button:hover::after {
  filter: invert(0);
}
.find-out-more .right {
  display: none;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .find-out-more .right {
    display: inline-flex;
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .find-out-more .right {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .find-out-more .right .agent-cols {
    display: flex;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .find-out-more .right .agent-cols .agent-col {
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .find-out-more .right .agent-cols .agent-col {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .find-out-more .right .agent-cols .agent-col:nth-of-type(2) {
    width: 240px;
  }
}
.find-out-more .right .agent-cols .agent-col:not(:first-of-type) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .find-out-more .right .agent-cols .agent-col:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .find-out-more .right .agent-cols .agent-col .logo-wrapper {
    height: 70px;
    display: flex;
    align-items: flex-end;
  }
}
.find-out-more .right .agent-cols .agent-col .logo-wrapper img {
  display: block;
}
.find-out-more .right .agent-cols .agent-col .agents {
  margin-top: 20px;
}
.find-out-more .right .agent-cols .agent-col .agents .agent {
  margin-top: 14px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .find-out-more .right .agent-cols .agent-col .agents .agent {
    font-size: 14px;
  }
}
.find-out-more .right .agent-cols .agent-col .agents .agent a:hover {
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.find-out-more .right-bottom {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .find-out-more .right-bottom {
    display: flex;
    margin-top: 30px;
  }
}
.find-out-more .right-bottom h3,
.find-out-more .right-bottom address {
  font-size: 12px;
  font-family: "Interstate", sans-serif;
}
@media (min-width: 992px) {
  .find-out-more .right-bottom h3,
.find-out-more .right-bottom address {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .find-out-more .right-bottom .architecture {
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .find-out-more .right-bottom .architecture {
    width: 220px;
  }
}
.find-out-more .right-bottom .architecture h3 {
  font-weight: 300;
  text-transform: none;
}
.find-out-more .right-bottom .architecture img {
  margin-top: 10px;
}
.find-out-more .right-bottom address {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .find-out-more .right-bottom address {
    margin: 0;
  }
}

.find-out-more-map {
  margin-top: 60px;
}
@media (min-width: 1300px) {
  .find-out-more-map {
    margin-top: 110px;
  }
}
.find-out-more-map .map-wrapper .map {
  width: 100%;
  height: 400px;
}
@media (min-width: 1300px) {
  .find-out-more-map .map-wrapper .map {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .find-out-more-map .map-wrapper .map {
    height: 700px;
  }
}
.find-out-more-map .address-mobile {
  font-size: 14px;
  font-family: "Interstate", sans-serif;
  font-weight: 700;
  margin-top: 26px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .find-out-more-map .address-mobile {
    display: none;
  }
}

.contact-shape-1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: auto;
  z-index: 999;
  transform: translateX(-20%) translateY(50%);
}
@media (min-width: 768px) {
  .contact-shape-1 {
    width: 42%;
    transform: translateX(-70%) translateY(50%);
  }
}
@media (min-width: 1600px) {
  .contact-shape-1 {
    width: 38%;
  }
}
.contact-shape-1 img {
  width: 100%;
  height: auto;
  transform-origin: left;
  transform: translateX(-100%) rotate(60deg);
  transition: 1.2s;
}
.contact-shape-1.in-view img {
  transform: translateX(0) rotate(0);
}

.contact-shape-2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  height: auto;
  z-index: 999;
  transform: translateX(20%) translateY(50%);
}
@media (min-width: 768px) {
  .contact-shape-2 {
    transform: translateX(70%) translateY(50%);
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .contact-shape-2 {
    width: 36%;
  }
}
.contact-shape-2 img {
  width: 100%;
  height: auto;
  transform-origin: right;
  transform: translateX(100%) translateY(-50%);
  transition: 1.2s;
}
.contact-shape-2.in-view img {
  transform: translateX(0) translateY(0);
}

.cgi-download.in-view h2,
.cgi-download.in-view h3,
.cgi-download.in-view .intro-text {
  opacity: 1;
  transform: translateY(0);
}
.cgi-download.in-view .download-buttons h3,
.cgi-download.in-view .download-buttons .button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cgi-download .download-buttons {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cgi-download .download-buttons {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .cgi-download .download-buttons {
    margin-top: 30px;
  }
}
.cgi-download .download-buttons .button {
  position: relative;
  background-color: transparent;
  z-index: 1;
  height: 46px;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-10px);
}
.cgi-download .download-buttons .button:nth-of-type(1) {
  transition: 1s calc((1 - 1) * 0.2s + 0.8s);
}
.cgi-download .download-buttons .button:nth-of-type(2) {
  transition: 1s calc((2 - 1) * 0.2s + 0.8s);
}
.cgi-download .download-buttons .button:nth-of-type(3) {
  transition: 1s calc((3 - 1) * 0.2s + 0.8s);
}
.cgi-download .download-buttons .button:not(:first-of-type) {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .cgi-download .download-buttons .button:not(:first-of-type) {
    margin-top: 20px;
  }
}
.cgi-download .download-buttons .button::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.cgi-download .download-buttons .button:hover {
  border: 1px solid transparent;
  color: #000000;
}
.cgi-download .download-buttons .button:hover::before {
  opacity: 1;
}
.cgi-download .download-buttons .button:hover::after {
  filter: invert(0);
}

.gallery-intro {
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .gallery-intro {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .gallery-intro {
    padding: 110px 0;
  }
}
@media (min-width: 1300px) {
  .gallery-intro {
    padding: 180px 0;
  }
}
.gallery-intro h3 {
  transition: 1s 0s;
}
.gallery-intro .bold-intro-text {
  transition: 1s 0.4s;
}
.gallery-intro .intro-text {
  transition: 1s 0.8s;
}
.gallery-intro .intro-text,
.gallery-intro .bold-intro-text {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .gallery-intro .intro-text,
.gallery-intro .bold-intro-text {
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .gallery-intro .intro-text,
.gallery-intro .bold-intro-text {
    width: 45%;
  }
}
.gallery-intro h3 {
  margin: 0;
}
.gallery-intro .bold-intro-text {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .gallery-intro .bold-intro-text {
    margin-top: 40px;
  }
}
@media (min-width: 1300px) {
  .gallery-intro .bold-intro-text {
    margin-top: 60px;
  }
}
.gallery-intro .content-section {
  position: relative;
}
.gallery-intro .content-section.in-view h2,
.gallery-intro .content-section.in-view h3,
.gallery-intro .content-section.in-view .bold-intro-text,
.gallery-intro .content-section.in-view .intro-text {
  opacity: 1;
  transform: translateY(0);
}
.gallery-intro .content-section.in-view .gallery-shape-1 {
  transform: rotate(0) translateX(0);
}

.gallery-grid-carousel {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .gallery-grid-carousel {
    display: none;
  }
}
.gallery-grid-carousel .swiper-gallery {
  position: relative;
  overflow: hidden;
}
.gallery-grid-carousel .swiper-gallery .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
@media (min-width: 768px) {
  .gallery-grid-carousel .swiper-gallery .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}
.gallery-grid-carousel .swiper-gallery .swiper-button {
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background-image: url("../../img/graphics/arrow-right-grad.svg");
  transform: translateY(calc(-50% - 20px)) scaleX(-1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-grid-carousel .swiper-gallery .swiper-button::after {
  content: "";
}
.gallery-grid-carousel .swiper-gallery .swiper-button-prev {
  left: 5%;
  right: auto;
}
.gallery-grid-carousel .swiper-gallery .swiper-button-next {
  transform: translateY(calc(-50% - 20px));
  right: 5%;
  left: auto;
}
.gallery-grid-carousel .swiper-gallery .swiper-nav-extra {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 20px;
  margin-top: 20px;
}
.gallery-grid-carousel .swiper-gallery .swiper-nav-extra .swiper-button {
  display: inline-block;
  background-image: url("../../img/graphics/arrow-short-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  width: 5px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  position: relative;
  transform: none;
}
.gallery-grid-carousel .swiper-gallery .swiper-nav-extra .swiper-button-prev {
  transform: scaleX(-1);
}
.gallery-grid-carousel .swiper-gallery .swiper-nav-extra span {
  font-size: 13px;
  padding: 0 4px;
  padding-top: 1px;
  display: inline-block;
  font-family: "Aux Mono", monospace;
}

.gallery-grid {
  display: none;
}
@media (min-width: 992px) {
  .gallery-grid {
    display: block;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .gallery-grid {
    padding-bottom: 140px;
  }
}
.gallery-grid .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
  gap: 10px;
}
@media (min-width: 1300px) {
  .gallery-grid .grid-wrapper {
    grid-auto-rows: 400px;
    gap: 16px;
  }
}
@media (min-width: 1600px) {
  .gallery-grid .grid-wrapper {
    grid-auto-rows: 500px;
  }
}
.gallery-grid .grid-wrapper .grid-item {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}
.gallery-grid .grid-wrapper .grid-item--col-2 {
  grid-column: auto/span 2;
}
.gallery-grid .grid-wrapper .grid-item--row-2 {
  grid-row: auto/span 2;
}
@media (min-width: 992px) {
  .gallery-grid .grid-wrapper .grid-item {
    opacity: 0;
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(1) {
    transition: opacity 1s calc((1 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(2) {
    transition: opacity 1s calc((2 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(3) {
    transition: opacity 1s calc((3 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(4) {
    transition: opacity 1s calc((4 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(5) {
    transition: opacity 1s calc((5 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(6) {
    transition: opacity 1s calc((6 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(7) {
    transition: opacity 1s calc((7 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(8) {
    transition: opacity 1s calc((8 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(9) {
    transition: opacity 1s calc((9 -1) * 0.25s);
  }
  .gallery-grid .grid-wrapper .grid-item:nth-of-type(10) {
    transition: opacity 1s calc((10 -1) * 0.25s);
  }
}
.gallery-grid.in-view .grid-item {
  opacity: 1;
}

.gallery-shape-1 {
  display: block;
  position: absolute;
  top: -20%;
  right: -30%;
  height: auto;
  width: 40%;
  z-index: 99;
  transform-origin: right;
  transform: rotate(-50deg) translateX(50%);
  transition: 1.4s 0.8s;
}
@media (min-width: 768px) {
  .gallery-shape-1 {
    width: 30%;
    right: -5%;
    top: 0;
    transform: none;
    transition: none;
    transition: initial;
  }
}

.gallery-shape-2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: -14%;
  height: auto;
  width: 14%;
  z-index: 999;
}
@media (min-width: 768px) {
  .gallery-shape-2 {
    right: 14%;
    bottom: -20%;
  }
}
@media (min-width: 1300px) {
  .gallery-shape-2 {
    bottom: -26%;
  }
}

.building-intro {
  padding-top: 40px;
  padding-bottom: 90px;
  position: relative;
}
@media (min-width: 768px) {
  .building-intro {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1300px) {
  .building-intro {
    padding-top: 90px;
    padding-bottom: 140px;
  }
}
.building-intro .building-intro-wrapper h2 {
  transition: 1s 0s;
}
@media (min-width: 992px) {
  .building-intro .building-intro-wrapper h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .building-intro .building-intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .building-intro .building-intro-wrapper .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.building-intro .building-intro-wrapper .left h3 {
  transition: 1s 0.4s;
}
@media (min-width: 992px) {
  .building-intro .building-intro-wrapper .right {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .building-intro .building-intro-wrapper .right {
    width: 35%;
    padding-right: 70px;
  }
}
.building-intro .building-intro-wrapper .right .intro-text {
  transition: 1s 0.8s;
  text-wrap: pretty;
}
.building-intro .building-intro-wrapper .right .bold-intro-text {
  transition: 1s 1.2s;
  text-wrap: pretty;
}
.building-intro .intro-buttons {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.building-intro .intro-buttons--left {
  display: none;
}
@media (min-width: 992px) {
  .building-intro .intro-buttons--left {
    display: inline-flex;
  }
}
.building-intro .intro-buttons--right {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .building-intro .intro-buttons--right {
    display: none;
  }
}
.building-intro .intro-buttons .button {
  background: linear-gradient(to right, #06caec, #6ef692);
  border: none;
  padding: 0.6em 2em;
  padding-top: 0.7em;
}
.building-intro .intro-buttons .button::after {
  content: unset;
}
.building-intro.in-view h2,
.building-intro.in-view h3,
.building-intro.in-view .intro-text,
.building-intro.in-view .bold-intro-text {
  opacity: 1;
  transform: translateY(0);
}
.building-intro--fitted-suites .building-intro-wrapper .right .intro-text {
  transition: 1s 1.2s;
}
.building-intro--fitted-suites .building-intro-wrapper .right .bold-intro-text {
  transition: 1s 0.8s;
}

.building-intro-shape {
  display: none;
}
@media (min-width: 992px) {
  .building-intro-shape {
    display: block;
    position: absolute;
    bottom: 7%;
    left: 9%;
    width: 12%;
    max-width: 220px;
    height: auto;
  }
}

.building-img-shape-1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 25%;
  transform: translateX(-100%);
  transition: 1s;
}
@media (min-width: 768px) {
  .building-img-shape-1 {
    transform: translateX(-100%);
    transition-delay: 0.8s;
  }
}
@media (min-width: 1600px) {
  .building-img-shape-1 {
    transform: translateX(-100%);
  }
}

.building-img-shape-2 {
  display: block;
  position: absolute;
  right: 0;
  top: -12%;
  width: 25%;
  max-width: 220px;
  height: auto;
  transform: translateX(100%) translateY(100%);
  transition: 1s 0.2s;
}
@media (min-width: 768px) {
  .building-img-shape-2 {
    transition-delay: 0.8s;
  }
}

.building-text-image-section {
  position: relative;
}
.building-text-image-section .text-image--grey {
  background-color: #f5f5f5;
}
.building-text-image-section .text-image .text-image-image {
  position: relative;
  width: 100%;
  height: 240px;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-image {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .building-text-image-section .text-image .text-image-image {
    height: 500px;
  }
}
@media (min-width: 1300px) {
  .building-text-image-section .text-image .text-image-image {
    height: 640px;
  }
}
@media (min-width: 1600px) {
  .building-text-image-section .text-image .text-image-image {
    height: 700px;
  }
}
.building-text-image-section .text-image .text-image-image .image-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-image .image-inner {
    width: calc(100vw - (100vw - 720px + 60px + 18px) / 2);
  }
}
@media (min-width: 992px) {
  .building-text-image-section .text-image .text-image-image .image-inner {
    width: calc(100vw - (100vw - 960px + 60px + 18px) / 2);
  }
}
@media (min-width: 1300px) {
  .building-text-image-section .text-image .text-image-image .image-inner {
    width: calc(100vw - (100vw - 1170px + 60px + 18px) / 2);
  }
}
@media (min-width: 1600px) {
  .building-text-image-section .text-image .text-image-image .image-inner {
    width: calc(100vw - (100vw - 1470px + 60px + 18px) / 2);
  }
}
.building-text-image-section .text-image .text-image-image .image-enlarge {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-image .image-enlarge {
    display: none;
  }
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-image--right-aligned .image-inner {
    right: 0;
    left: auto;
    transform: translateX(100%);
    transition: 1.4s 0s;
  }
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-image--left-aligned .image-inner {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    transition: 1.4s 0s;
  }
}
.building-text-image-section .text-image .text-image-text {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1300px) {
  .building-text-image-section .text-image .text-image-text {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1300px) {
  .building-text-image-section .text-image .text-image-text {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text--right-aligned .numbers {
    order: -1;
  }
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .main-content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .main-content h2 {
  transition: 1s 0s;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .main-content h2 {
    display: inline-block !important;
    transition: 1s 0.4s;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .main-content h3 {
  transition: 1s 0.4s;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .main-content h3 {
    display: inline-block !important;
    transition: 1s 0.8s;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .main-content .intro-text {
  transition: 1s 0.8s;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .main-content .intro-text {
    width: 0;
    min-width: 100%;
    margin-top: 0;
    transition: 1s 1.2s;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .numbers {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers {
    margin: 0;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper {
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s 1.2s;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper {
    flex-direction: column;
    align-items: center;
    transition: 1s 1.6s;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper:not(:first-of-type) {
    margin-top: 30px;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper .number {
  font-size: 80px;
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  display: inline-block;
  line-height: 0.8;
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (min-width: 992px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper .number {
    font-size: 120px;
  }
}
@media (min-width: 1300px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper .number {
    font-size: 160px;
  }
}
.building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper .unit {
  display: inline-block;
  font-family: "Aux Mono", monospace;
  font-size: 17px;
  text-transform: uppercase;
  margin-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper .unit {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .building-text-image-section .text-image .text-image-text .text-image-text-content .numbers .number-wrapper .unit {
    font-size: 18px;
  }
}
.building-text-image-section .text-image.in-view h2,
.building-text-image-section .text-image.in-view h3,
.building-text-image-section .text-image.in-view .intro-text,
.building-text-image-section .text-image.in-view .number-wrapper {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.building-text-image-section .text-image.in-view .image-inner {
  transform: translateX(0) !important;
}
.building-text-image-section .text-image.in-view .building-img-shape-1 {
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .building-text-image-section .text-image.in-view .building-img-shape-1 {
    transform: translateX(-30%);
  }
}
@media (min-width: 1600px) {
  .building-text-image-section .text-image.in-view .building-img-shape-1 {
    transform: translateX(-20%);
  }
}
.building-text-image-section .text-image.in-view .building-img-shape-2 {
  transform: translateX(0) translateY(0);
}

.details-intro {
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .details-intro {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .details-intro {
    padding: 100px 0;
  }
}
@media (min-width: 1300px) {
  .details-intro {
    padding: 120px 0;
  }
}
.details-intro h2 {
  transition: 1s 0s;
}
.details-intro h3 {
  transition: 1s 0.4s;
}
.details-intro .bold-intro-text,
.details-intro .intro-text {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .details-intro .bold-intro-text,
.details-intro .intro-text {
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .details-intro .bold-intro-text,
.details-intro .intro-text {
    width: 45%;
  }
}
.details-intro .bold-intro-text {
  transition: 1s 0.8s;
}
@media (min-width: 1300px) {
  .details-intro .bold-intro-text {
    margin-top: 60px;
  }
}
.details-intro .intro-text {
  transition: 1s 1.2s;
}
.details-intro.in-view .bold-intro-text,
.details-intro.in-view .intro-text,
.details-intro.in-view h2,
.details-intro.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}
.details-intro.in-view .details-shape-2 img {
  transform: rotate(0);
}

.accommodation-schedule {
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .accommodation-schedule {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .accommodation-schedule {
    padding: 100px 0;
  }
}
@media (min-width: 1300px) {
  .accommodation-schedule {
    padding: 120px 0;
  }
}
.accommodation-schedule h2 {
  transition: 1s 0s;
}
.accommodation-schedule h3 {
  transition: 1s 0.4s;
}
.accommodation-schedule .text-outline {
  -webkit-text-fill-color: transparent;
}
.accommodation-schedule .bold-intro-text,
.accommodation-schedule .intro-text {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .accommodation-schedule .bold-intro-text,
.accommodation-schedule .intro-text {
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .accommodation-schedule .bold-intro-text,
.accommodation-schedule .intro-text {
    width: 45%;
  }
}
.accommodation-schedule .bold-intro-text {
  transition: 1s 0.8s;
}
@media (min-width: 1300px) {
  .accommodation-schedule .bold-intro-text {
    margin-top: 60px;
  }
}
.accommodation-schedule .intro-text {
  transition: 1s 1.2s;
}
.accommodation-schedule .accommodation-schedule-inner {
  margin-bottom: 15px;
  padding: 30px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-schedule-inner {
    margin-bottom: 0;
    padding: 65px 0;
  }
}
@media (min-width: 1300px) {
  .accommodation-schedule .accommodation-schedule-inner {
    padding: 75px 0;
  }
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row {
  display: flex;
  margin-bottom: 7px;
  cursor: pointer;
  position: relative;
  transition: 0.1s;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row:not(:last-of-type):hover {
  background-color: #dbdbdb;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row:last-of-type {
  background: linear-gradient(90deg, #06caec 0%, #6ef692 100%);
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row.active .accommodation-schedule-grid-col {
  font-weight: 600;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row .accommodation-schedule-grid-col {
  font-weight: 300;
  width: 33.333%;
  text-align: left;
  padding: 10px;
  display: flex;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}
@media (min-width: 768px) {
  .accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row .accommodation-schedule-grid-col {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row .accommodation-schedule-grid-col {
    padding: 10px 0 10px 35px;
  }
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row .accommodation-schedule-grid-col:last-of-type {
  border-right: 2px solid #000000;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row .accommodation-schedule-grid-col.heading {
  font-family: "Aux Mono", monospace;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border: 0 solid #ffffff;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row .accommodation-schedule-grid-col.heading:nth-of-type(2) {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row:first-of-type {
  border-bottom: 0;
}
.accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row:first-of-type .availability-schedule-grid-col {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid .accommodation-row:first-of-type .availability-schedule-grid-col {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .accommodation-schedule .accommodation-schedule-inner .accommodation-schedule-grid {
    padding: unset;
  }
}
.accommodation-schedule.in-view .bold-intro-text,
.accommodation-schedule.in-view .intro-text,
.accommodation-schedule.in-view h2,
.accommodation-schedule.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}
.accommodation-schedule.in-view .details-shape-2 img {
  transform: rotate(0);
}

.details-banner-shape {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 55%;
  width: auto;
  z-index: 99;
  top: -20%;
  right: -13%;
}
@media (min-width: 768px) {
  .details-banner-shape {
    top: -10%;
  }
}

.details-shape-1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23%;
  width: auto;
  transform: translateX(-20%) translateY(20%) rotate(90deg);
  z-index: 99;
}
@media (min-width: 768px) {
  .details-shape-1 {
    left: auto;
    right: 3%;
    height: 19%;
    transform: translateY(20%);
  }
}
@media (min-width: 1300px) {
  .details-shape-1 {
    transform: translateY(50%);
  }
}
.details-shape-1 img {
  height: 100%;
  width: auto;
}

.details-shape-2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 40%;
  z-index: 99;
  transform: translateY(40%) translateX(30%);
}
@media (min-width: 768px) {
  .details-shape-2 {
    max-width: 500px;
    width: 30%;
    transform: translateY(20%) translateX(10%);
  }
}
@media (min-width: 992px) {
  .details-shape-2 {
    width: 40%;
    transform: translateY(25%) translateX(10%);
  }
}
.details-shape-2 img {
  width: 100%;
  height: auto;
  transform: rotate(100deg);
  transform-origin: right;
  transition: 1.2s 1.6s;
}

.stacker {
  position: relative;
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .stacker {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .stacker {
    padding: 120px 0;
  }
}

.stacker-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
}
.stacker-header:after, .stacker-header:before {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  height: 1px;
  background-color: #000000;
}
.stacker-header:before {
  top: 0;
}
.stacker-header:after {
  bottom: 0;
}

.stacker-title {
  display: block;
  font-size: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  .stacker-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .stacker-title {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .stacker-title {
    font-size: 40px;
  }
}

.stacker-arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.stacker-arrow {
  display: block;
}
.stacker-arrow svg {
  display: block;
  width: 50px;
  height: auto;
}

.stacker-main {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .stacker-main {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .stacker-main {
    margin-top: 50px;
  }
}
.stacker-main:has(.under-plan-text) .stacker-key-wrapper {
  padding-top: 20px;
}

.stacker-slider {
  display: block;
  width: 100%;
}
.stacker-slider .slide,
.stacker-slider .slides {
  width: 100%;
}
.stacker-slider .slides:after {
  content: "";
  display: table;
  clear: both;
}

.stacker-inner {
  display: block;
  width: 100%;
}

.stacker-details {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .stacker-details {
    width: 83.3334%;
  }
}
@media (min-width: 992px) {
  .stacker-details {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .stacker-details {
    width: 66.6667%;
  }
}
@media (min-width: 1600px) {
  .stacker-details {
    width: 58.3334%;
  }
}
.stacker-details table {
  width: 100%;
}
.stacker-details tr:first-of-type td {
  padding-top: 0;
}
.stacker-details tr:last-of-type td {
  padding-bottom: 0;
}
.stacker-details td {
  width: 60%;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-family: "Aux Mono", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .stacker-details td {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .stacker-details td {
    font-size: 16px;
  }
}
.stacker-details td .wrap {
  display: flex;
  justify-content: flex-end;
}
.stacker-details td .sep {
  margin: 0 25px;
}
.stacker-details td:first-of-type {
  width: 40%;
  padding-left: 0;
  text-align: left;
}
.stacker-details td:last-of-type {
  padding-right: 0;
  text-align: right;
}

.stacker-content {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .stacker-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.stacker-levels {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .stacker-levels {
    width: 41.6667%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .stacker-levels {
    width: 33.3334%;
  }
}
.stacker-levels svg {
  display: block;
  width: 100%;
}
.stacker-levels.in-view .stacker-level {
  transform: translateX(0);
}

[data-level="3"] .let {
  display: none;
}

.stacker-level {
  display: block;
  cursor: pointer;
  transform: translateX(-100%);
}
.stacker-level:nth-of-type(1) {
  transition: 1s calc((1 -1) * 0.2s);
}
.stacker-level:nth-of-type(2) {
  transition: 1s calc((2 -1) * 0.2s);
}
.stacker-level:nth-of-type(3) {
  transition: 1s calc((3 -1) * 0.2s);
}
.stacker-level:nth-of-type(4) {
  transition: 1s calc((4 -1) * 0.2s);
}
.stacker-level:nth-of-type(5) {
  transition: 1s calc((5 -1) * 0.2s);
}
.stacker-level:nth-of-type(6) {
  transition: 1s calc((6 -1) * 0.2s);
}
.stacker-level:nth-of-type(7) {
  transition: 1s calc((7 -1) * 0.2s);
}
.stacker-level:nth-of-type(8) {
  transition: 1s calc((8 -1) * 0.2s);
}
.stacker-level:nth-of-type(9) {
  transition: 1s calc((9 -1) * 0.2s);
}
.stacker-level:nth-of-type(10) {
  transition: 1s calc((10 -1) * 0.2s);
}
.stacker-level:nth-of-type(11) {
  transition: 1s calc((11 -1) * 0.2s);
}
.stacker-level.active .stacker-level-background, .stacker-level:hover .stacker-level-background {
  fill: url("#stacker-gradient") !important;
}
.stacker-level.active .let, .stacker-level:hover .let {
  display: block;
}
.stacker-level--ignore {
  cursor: initial;
}
.stacker-level .stacker-level-background {
  fill: #f5f5f5 !important;
}

.stacker-plan {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .stacker-plan {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .stacker-plan {
    width: 58.3334%;
  }
}
.stacker-plan img {
  display: block;
  width: 100%;
  height: auto;
}

.stacker-key {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .stacker-key {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .stacker-key {
    margin-top: 80px;
  }
}

.stacker-key-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .stacker-key-item {
    width: auto;
    margin-bottom: 16px;
    margin-top: 0;
    margin-right: 30px;
  }
}
.stacker-key-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stacker-key-item:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .stacker-key-item:last-of-type {
    margin-right: 0;
  }
}

.stacker-key-box {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #000;
}
.stacker-key-box--green {
  background-color: #a8fabe;
}
.stacker-key-box--pale-green {
  background-color: #e2fde8;
}
.stacker-key-box--pale-blue {
  background-color: #ccf4fb;
}
.stacker-key-box--light-grey {
  background-color: #e5e5e5;
}
.stacker-key-box--stripey-green {
  background: repeating-linear-gradient(-45deg, #a8fabe, #a8fabe 6px, #999999 1px, #999999 7px);
}
.stacker-key-box--teal {
  background-color: #487e82;
}
.stacker-key-box--blue {
  background-color: #9beaf7;
}
.stacker-key-box--aqua {
  background-color: #2ebdcc;
}

.stacker-key-label {
  display: block;
  max-width: 400px;
}
@media (min-width: 768px) {
  .stacker-key-label {
    max-width: none;
  }
}
.stacker-key-label span {
  display: block;
  color: #000000;
  font-size: 14px;
  font-family: "Aux Mono", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .stacker-key-label span {
    font-size: 18px;
  }
}

.under-plan-text {
  font-family: "Aux Mono", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
}
@media (min-width: 1300px) {
  .under-plan-text {
    font-size: 18px;
  }
}

.flexible-space-mobile {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .flexible-space-mobile {
    display: none;
  }
}
.flexible-space-mobile .space-image {
  height: auto;
  width: 100%;
}
.flexible-space-mobile .space-intro {
  padding-top: 40px;
}
.flexible-space-mobile .space-intro h2 {
  transition: 1s 0s;
}
.flexible-space-mobile .space-intro h3 {
  transition: 1s 0.4s;
}
.flexible-space-mobile .space-intro .intro-text {
  transition: 1s 0.8s;
}
.flexible-space-mobile.in-view .intro-text,
.flexible-space-mobile.in-view h2,
.flexible-space-mobile.in-view h3 {
  transform: translateY(0);
  opacity: 1;
}

.flexible-space-desktop {
  display: none;
}
@media (min-width: 768px) {
  .flexible-space-desktop {
    display: block;
    height: 600px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .flexible-space-desktop {
    height: 750px;
  }
}
@media (min-width: 1300px) {
  .flexible-space-desktop {
    height: 900px;
  }
}
.flexible-space-desktop .flexible-space-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flexible-space-desktop .flexible-space-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(-88.5%);
  transition: transform 1s;
}
.flexible-space-desktop .flexible-space-overlay.open {
  transform: translateX(0);
}
.flexible-space-desktop .flexible-space-overlay.open .arrow-grad-circle {
  transform: scaleX(1);
}
.flexible-space-desktop .flexible-space-overlay .arrow-grad-circle {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  cursor: pointer;
  transition: 1s;
}
@media (min-width: 1300px) {
  .flexible-space-desktop .flexible-space-overlay .arrow-grad-circle {
    height: 40px;
    width: 40px;
  }
}
.flexible-space-desktop .flexible-space-overlay .intro-text,
.flexible-space-desktop .flexible-space-overlay h2,
.flexible-space-desktop .flexible-space-overlay h3 {
  opacity: 1;
  transform: translateY(0);
}
.flexible-space-desktop .flexible-space-overlay .intro-text {
  margin-top: 40px;
}
.flexible-space-desktop .flexible-space-content {
  color: #ffffff;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .flexible-space-desktop .flexible-space-content {
    margin-top: 90px;
  }
}
@media (min-width: 1300px) {
  .flexible-space-desktop .flexible-space-content {
    margin-top: 110px;
  }
}
@media (min-width: 1600px) {
  .flexible-space-desktop .flexible-space-content {
    margin-top: 130px;
  }
}
.flexible-space-desktop .flexible-space-content .stylised-list {
  width: 70%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .flexible-space-desktop .flexible-space-content .stylised-list {
    font-size: 21px;
  }
}
@media (min-width: 1300px) {
  .flexible-space-desktop .flexible-space-content .stylised-list {
    width: 60%;
    font-size: 24px;
  }
}

.specification {
  padding-top: 40px;
}
.specification h2 {
  transition: 1s 0s;
}
.specification h3 {
  transition: 1s 0.4s;
}
@media (min-width: 1300px) {
  .specification {
    padding-top: 160px;
  }
}
.specification.in-view h2,
.specification.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}

.specification-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  grid-auto-rows: 54px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .specification-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .specification-grid {
    gap: 12px;
    grid-auto-rows: 68px;
  }
}
@media (min-width: 1300px) {
  .specification-grid {
    grid-auto-rows: 80px;
  }
}
.specification-grid .grid-item {
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 13px;
  opacity: 0;
}
@media (min-width: 992px) {
  .specification-grid .grid-item {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .specification-grid .grid-item {
    font-size: 20px;
  }
}
.specification-grid .grid-item:nth-of-type(1) {
  transition: opacity 1s calc((1 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(2) {
  transition: opacity 1s calc((2 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(3) {
  transition: opacity 1s calc((3 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(4) {
  transition: opacity 1s calc((4 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(5) {
  transition: opacity 1s calc((5 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(6) {
  transition: opacity 1s calc((6 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(7) {
  transition: opacity 1s calc((7 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(8) {
  transition: opacity 1s calc((8 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(9) {
  transition: opacity 1s calc((9 - 1) * 0.12s);
}
.specification-grid .grid-item:nth-of-type(10) {
  transition: opacity 1s calc((10 - 1) * 0.12s);
}
@media (min-width: 768px) {
  .specification-grid .grid-item:nth-of-type(1) {
    transition: opacity 1s calc((1 - 1) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(2) {
    transition: opacity 1s calc(((10* 2) - 2) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(3) {
    transition: opacity 1s calc((3 - 1) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(4) {
    transition: opacity 1s calc(((10* 2) - 4) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(5) {
    transition: opacity 1s calc((5 - 1) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(6) {
    transition: opacity 1s calc(((10* 2) - 6) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(7) {
    transition: opacity 1s calc((7 - 1) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(8) {
    transition: opacity 1s calc(((10* 2) - 8) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(9) {
    transition: opacity 1s calc((9 - 1) * 0.08s);
  }
  .specification-grid .grid-item:nth-of-type(10) {
    transition: opacity 1s calc(((10* 2) - 10) * 0.08s);
  }
}
.specification-grid.in-view .grid-item {
  opacity: 1;
}

.sustainability {
  margin-top: 70px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sustainability {
    padding-bottom: 110px;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .sustainability {
    padding-bottom: 140px;
    margin-top: 130px;
  }
}
@media (min-width: 1300px) {
  .sustainability {
    padding-bottom: 170px;
    margin-top: 160px;
  }
}
@media (min-width: 768px) {
  .sustainability .swiper-mobile--sustainability {
    display: none;
  }
}
.sustainability .sustainability-intro h2 {
  transition: 1s 0s;
}
.sustainability .sustainability-intro h3 {
  transition: 1s 0.4s;
}
.sustainability.in-view .sustainability-intro h2,
.sustainability.in-view .sustainability-intro h3 {
  transform: translateY(0);
  opacity: 1;
}
.sustainability.in-view .grid-item {
  opacity: 1 !important;
}
.sustainability .sustainability-grid {
  display: none;
}
@media (min-width: 768px) {
  .sustainability .sustainability-grid {
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .sustainability .sustainability-grid {
    margin-top: 80px;
  }
}
.sustainability .sustainability-grid .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (min-width: 992px) {
  .sustainability .sustainability-grid .grid-wrapper {
    gap: 14px;
  }
}
@media (min-width: 1300px) {
  .sustainability .sustainability-grid .grid-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .sustainability .sustainability-grid .grid-wrapper {
    gap: 26px;
  }
}
.sustainability .sustainability-grid .grid-wrapper .grid-item {
  background: #000000;
  display: grid;
  padding: 10%;
  position: relative;
  opacity: 0;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:nth-of-type(1) {
  transition: opacity 1s calc((1 -1) * 0.25s + 0.4s);
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:nth-of-type(2) {
  transition: opacity 1s calc((2 -1) * 0.25s + 0.4s);
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:nth-of-type(3) {
  transition: opacity 1s calc((3 -1) * 0.25s + 0.4s);
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:nth-of-type(4) {
  transition: opacity 1s calc((4 -1) * 0.25s + 0.4s);
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:nth-of-type(5) {
  transition: opacity 1s calc((5 -1) * 0.25s + 0.4s);
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:hover::after {
  opacity: 1;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:hover img {
  opacity: 0;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item:hover .grid-item-text {
  opacity: 1;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item::before,
.sustainability .sustainability-grid .grid-wrapper .grid-item img {
  grid-area: 1/1/2/2;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}
.sustainability .sustainability-grid .grid-wrapper .grid-item .grid-item-text {
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  line-height: 1.2;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .sustainability .sustainability-grid .grid-wrapper .grid-item .grid-item-text {
    font-size: 24px;
    padding: 0 20px;
  }
}
@media (min-width: 1300px) {
  .sustainability .sustainability-grid .grid-wrapper .grid-item .grid-item-text {
    font-size: 30px;
    padding: 0 30px;
  }
}
.sustainability .sustainability-grid .grid-wrapper .grid-item .grid-item-text strong {
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .sustainability .sustainability-grid .grid-wrapper .grid-item--smaller-text .grid-item-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sustainability .sustainability-grid .grid-wrapper .grid-item--smaller-text .grid-item-text {
    font-size: 17px;
  }
}
@media (min-width: 1300px) {
  .sustainability .sustainability-grid .grid-wrapper .grid-item--smaller-text .grid-item-text {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .sustainability .sustainability-grid .grid-wrapper .grid-item--smaller-text .grid-item-text {
    font-size: 22px;
  }
}

.details-footer {
  position: relative;
}
.details-footer .details-footer-grey {
  width: 100%;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 50vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .details-footer .details-footer-grey {
    height: 186px;
  }
}
@media (min-width: 992px) {
  .details-footer .details-footer-grey {
    height: 240px;
  }
}
@media (min-width: 1300px) {
  .details-footer .details-footer-grey {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .details-footer .details-footer-grey {
    height: 340px;
  }
}
.details-footer .details-footer-image {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (min-width: 768px) {
  .details-footer .details-footer-image {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .details-footer .details-footer-image {
    height: 480px;
  }
}
@media (min-width: 1300px) {
  .details-footer .details-footer-image {
    height: 560px;
  }
}
@media (min-width: 1600px) {
  .details-footer .details-footer-image {
    height: 660px;
  }
}

.location-banner-shape-1 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: auto;
  z-index: 99;
  top: -10%;
  right: -16%;
}

.location-banner-shape-2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  width: auto;
  z-index: 99;
  transform: translateY(50%) translateX(-20%);
}
@media (min-width: 768px) {
  .location-banner-shape-2 {
    display: none;
  }
}
.location-banner-shape-2 img {
  height: 100%;
  width: auto;
}

.location-carousel-section {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .location-carousel-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .location-carousel-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .location-carousel-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .location-carousel-section {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
.location-carousel-section .location-carousel-row {
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row {
    padding-bottom: 0;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .location-carousel-section .location-carousel-row {
    height: 490px;
  }
}
@media (min-width: 1300px) {
  .location-carousel-section .location-carousel-row {
    height: 580px;
  }
}
@media (min-width: 1300px) {
  .location-carousel-section .location-carousel-row {
    height: 640px;
  }
}
.location-carousel-section .location-carousel-row:nth-of-type(2n) {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row:nth-of-type(2n) {
    background-color: #ffffff;
  }
}
.location-carousel-section .location-carousel-row:not(:first-of-type) {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row:not(:first-of-type) {
    padding: 0;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .location-carousel-section .location-carousel-row:not(:first-of-type) {
    margin-top: 90px;
  }
}
@media (min-width: 1300px) {
  .location-carousel-section .location-carousel-row:not(:first-of-type) {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row--reverse .row-text-content {
    float: right;
  }
  .location-carousel-section .location-carousel-row--reverse .carousel-row-carousel {
    right: auto;
    left: 0;
    transform: translateX(-100%) !important;
  }
}
.location-carousel-section .location-carousel-row .carousel-row-text .row-text-content h3 {
  transition: 1s 0.4s;
}
.location-carousel-section .location-carousel-row .carousel-row-text .row-text-content .intro-text {
  transition: 1s 0.8s;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row .carousel-row-text .row-text-content {
    width: 51%;
  }
}
@media (min-width: 1300px) {
  .location-carousel-section .location-carousel-row .carousel-row-text .row-text-content {
    width: 49%;
  }
}
.location-carousel-section .location-carousel-row .carousel-row-text h3 {
  margin-top: 0;
}
.location-carousel-section .location-carousel-row .carousel-row-carousel {
  margin-top: 50px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row .carousel-row-carousel {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45vw;
    padding: 0;
    transform: translateX(100%);
    transition: 1.2s;
  }
}
@media (min-width: 1300px) {
  .location-carousel-section .location-carousel-row .carousel-row-carousel {
    width: 46vw;
  }
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-button {
  height: 12px;
  width: 6px;
  display: inline-block;
  background: url("../../img/graphics/arrow-short-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-button:after {
  content: "";
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-button-prev {
  transform: scaleX(-1);
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination {
  width: auto !important;
  display: inline-block;
  position: relative;
  margin-top: 16px;
  bottom: 0 !important;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination {
    left: 5%;
  }
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #000000;
  opacity: 1;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
}
@media (min-width: 768px) {
  .location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
}
@media (min-width: 992px) {
  .location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 9px !important;
  }
}
.location-carousel-section .location-carousel-row .carousel-row-carousel .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background: linear-gradient(to right, #06caec, #6ef692);
}
.location-carousel-section .location-carousel-row.in-view .carousel-row-carousel {
  transform: translateX(0) !important;
}
.location-carousel-section .location-carousel-row.in-view .row-text-content h3,
.location-carousel-section .location-carousel-row.in-view .row-text-content .intro-text {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.swiper-location {
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .swiper-location {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .swiper-location .swiper-wrapper {
    height: calc(100% - 44px);
  }
}
.swiper-location .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
@media (min-width: 768px) {
  .swiper-location .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}
.swiper-location .swiper-nav {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 999;
  margin-top: 14px;
  float: right;
}
@media (min-width: 768px) {
  .swiper-location .swiper-nav {
    right: 5%;
  }
}
.swiper-location .swiper-nav span {
  display: inline-block;
  padding: 0 2px;
  font-size: 13px;
  font-family: "Aux Mono", monospace;
}

.location-logo-grid {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #202020;
}
@media (min-width: 768px) {
  .location-logo-grid {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .location-logo-grid {
    padding: 160px 0;
  }
}
@media (min-width: 1300px) {
  .location-logo-grid {
    padding: 200px 0;
  }
}
@media (min-width: 768px) {
  .location-logo-grid .location-grid-intro {
    display: none;
  }
}
.location-logo-grid .location-grid-intro h2,
.location-logo-grid .location-grid-intro h3 {
  color: #ffffff;
}
.location-logo-grid .location-grid-intro h2 {
  transition: 1s 0s;
}
.location-logo-grid .location-grid-intro h3 {
  transition: 1s 0.4s;
}
.location-logo-grid .location-grid-intro.in-view h2,
.location-logo-grid .location-grid-intro.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}
.location-logo-grid .grid-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .location-logo-grid .grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1300px) {
  .location-logo-grid .grid-wrapper {
    max-width: 1000px;
  }
}
@media (min-width: 1300px) {
  .location-logo-grid .grid-wrapper {
    max-width: 1100px;
  }
}
.location-logo-grid .grid-wrapper .grid-item {
  display: grid;
  padding: 14%;
  position: relative;
  background-color: #202020;
}
.location-logo-grid .grid-wrapper .grid-item::before,
.location-logo-grid .grid-wrapper .grid-item img {
  grid-area: 1/1/2/2;
  opacity: 0;
}
.location-logo-grid .grid-wrapper .grid-item::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(3n + 4)::after {
  content: "";
  position: absolute;
  display: block;
  width: 22%;
  height: 22%;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  background-color: #202020;
}
@media (min-width: 992px) {
  .location-logo-grid .grid-wrapper .grid-item:nth-of-type(3n + 4)::after {
    content: none;
  }
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(3n + 5)::after {
  content: "";
  position: absolute;
  display: block;
  width: 22%;
  height: 22%;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  background-color: #202020;
}
@media (min-width: 992px) {
  .location-logo-grid .grid-wrapper .grid-item:nth-of-type(3n + 5)::after {
    content: none;
  }
}
@media (min-width: 992px) {
  .location-logo-grid .grid-wrapper .grid-item:nth-of-type(4n + 5)::after {
    content: "";
    position: absolute;
    display: block;
    width: 22%;
    height: 22%;
    right: 0;
    top: 0;
    transform: translateX(50%) translateY(-50%);
    background-color: #202020;
  }
  .location-logo-grid .grid-wrapper .grid-item:nth-of-type(4n + 6)::after {
    content: "";
    position: absolute;
    display: block;
    width: 22%;
    height: 22%;
    right: 0;
    top: 0;
    transform: translateX(50%) translateY(-50%);
    background-color: #202020;
  }
  .location-logo-grid .grid-wrapper .grid-item:nth-of-type(4n + 7)::after {
    content: "";
    position: absolute;
    display: block;
    width: 22%;
    height: 22%;
    right: 0;
    top: 0;
    transform: translateX(50%) translateY(-50%);
    background-color: #202020;
  }
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(1) img {
  transition: 0.5s calc((1 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(2) img {
  transition: 0.5s calc((2 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(3) img {
  transition: 0.5s calc((3 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(4) img {
  transition: 0.5s calc((4 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(5) img {
  transition: 0.5s calc((5 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(6) img {
  transition: 0.5s calc((6 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(7) img {
  transition: 0.5s calc((7 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(8) img {
  transition: 0.5s calc((8 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(9) img {
  transition: 0.5s calc((9 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(10) img {
  transition: 0.5s calc((10 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(11) img {
  transition: 0.5s calc((11 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(12) img {
  transition: 0.5s calc((12 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(13) img {
  transition: 0.5s calc((13 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(14) img {
  transition: 0.5s calc((14 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(15) img {
  transition: 0.5s calc((15 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(16) img {
  transition: 0.5s calc((16 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(17) img {
  transition: 0.5s calc((17 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(18) img {
  transition: 0.5s calc((18 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(19) img {
  transition: 0.5s calc((19 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(20) img {
  transition: 0.5s calc((20 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(21) img {
  transition: 0.5s calc((21 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(22) img {
  transition: 0.5s calc((22 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(23) img {
  transition: 0.5s calc((23 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(24) img {
  transition: 0.5s calc((24 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(25) img {
  transition: 0.5s calc((25 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(26) img {
  transition: 0.5s calc((26 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(27) img {
  transition: 0.5s calc((27 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(28) img {
  transition: 0.5s calc((28 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item:nth-of-type(29) img {
  transition: 0.5s calc((29 - 1) * 0.1s);
}
.location-logo-grid .grid-wrapper .grid-item img {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0.8);
}
.location-logo-grid .grid-wrapper.in-view .grid-item img {
  opacity: 1;
  transform: scale(1);
}

.company-map {
  position: relative;
}
@media (min-width: 768px) {
  .company-map {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .company-map {
    padding-bottom: 80px;
  }
}
@media (min-width: 1300px) {
  .company-map {
    padding-bottom: 100px;
  }
}
.company-map .wide-container {
  position: relative;
}
.company-map .interactive-map-inner {
  display: block;
}
.company-map .interactive-map-inner .interactive-map-wrap {
  position: relative;
}
.company-map .interactive-map-inner .interactive-map-wrap img {
  width: 100%;
  height: auto;
}
.company-map .interactive-map-inner .interactive-map-wrap svg {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
}
.company-map .interactive-map-inner .interactive-map-wrap.in-view .interactive-map-marker {
  opacity: 1 !important;
}
.company-map .map-ark-logo.hidden {
  display: none;
}
.company-map .interactive-map-marker {
  cursor: pointer;
  opacity: 0;
}
.company-map .interactive-map-marker:nth-of-type(1) {
  transition: 0.5s calc((1 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(2) {
  transition: 0.5s calc((2 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(3) {
  transition: 0.5s calc((3 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(4) {
  transition: 0.5s calc((4 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(5) {
  transition: 0.5s calc((5 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(6) {
  transition: 0.5s calc((6 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(7) {
  transition: 0.5s calc((7 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(8) {
  transition: 0.5s calc((8 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(9) {
  transition: 0.5s calc((9 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(10) {
  transition: 0.5s calc((10 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(11) {
  transition: 0.5s calc((11 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(12) {
  transition: 0.5s calc((12 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(13) {
  transition: 0.5s calc((13 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(14) {
  transition: 0.5s calc((14 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(15) {
  transition: 0.5s calc((15 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(16) {
  transition: 0.5s calc((16 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(17) {
  transition: 0.5s calc((17 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(18) {
  transition: 0.5s calc((18 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(19) {
  transition: 0.5s calc((19 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(20) {
  transition: 0.5s calc((20 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(21) {
  transition: 0.5s calc((21 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(22) {
  transition: 0.5s calc((22 - 1) * 0.1s);
}
.company-map .interactive-map-marker:nth-of-type(23) {
  transition: 0.5s calc((23 - 1) * 0.1s);
}
.company-map .interactive-map-marker foreignObject {
  display: none;
}
.company-map .interactive-map-marker tspan {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.company-map .interactive-map-marker .info-box {
  border: 3px solid;
  border-image-slice: 3;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #06caec, #6ef692);
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 15px;
}
.company-map .interactive-map-marker.active {
  display: block;
}
.company-map .interactive-map-marker.active foreignObject {
  display: block;
}
.company-map .interactive-map-marker.hidden {
  display: none;
}

.occupiers-desktop {
  display: none;
}
@media (min-width: 768px) {
  .occupiers-desktop {
    display: block;
    background-color: #f5f5f5;
    position: relative;
  }
}
.occupiers-desktop .occupiers-content-outer {
  position: relative;
}
@media (min-width: 768px) {
  .occupiers-desktop .occupiers-content-outer {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .occupiers-desktop .occupiers-content-outer {
    padding-top: 90px;
  }
}
@media (min-width: 1300px) {
  .occupiers-desktop .occupiers-content-outer {
    padding-top: 100px;
  }
}
.occupiers-desktop .occupiers-content-outer.in-view h2,
.occupiers-desktop .occupiers-content-outer.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}
.occupiers-desktop .occupiers-content-outer.in-view .filter-button {
  opacity: 1 !important;
}
.occupiers-desktop .occupiers-content-inner h2 {
  width: 100%;
  margin-bottom: 30px;
  transition: 1s 0s;
}
.occupiers-desktop .occupiers-content-inner h3 {
  margin: 0;
  transition: 1s 0.4s;
}
.occupiers-desktop .occupiers-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  grid-auto-rows: 36px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .occupiers-desktop .occupiers-filter-grid {
    grid-auto-rows: 36px;
    margin-top: 70px;
  }
}
@media (min-width: 1300px) {
  .occupiers-desktop .occupiers-filter-grid {
    gap: 10px;
    margin-top: 80px;
    grid-template-columns: repeat(7, 1fr);
  }
}
.occupiers-desktop .occupiers-filter-grid .grid-item {
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Aux Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  .occupiers-desktop .occupiers-filter-grid .grid-item {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .occupiers-desktop .occupiers-filter-grid .grid-item {
    font-size: 15px;
  }
}
.occupiers-desktop .occupiers-filter-grid .grid-item.show-all {
  grid-row: 1/span 2;
  grid-column: 4/span 1;
}
@media (min-width: 1300px) {
  .occupiers-desktop .occupiers-filter-grid .grid-item.show-all {
    grid-row: auto/auto;
    grid-column: auto/auto;
  }
}
.occupiers-desktop .occupiers-filter-grid .grid-item::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #06caec, #6ef692);
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.occupiers-desktop .occupiers-filter-grid .grid-item.active, .occupiers-desktop .occupiers-filter-grid .grid-item:hover {
  border: none;
  color: #000000;
}
.occupiers-desktop .occupiers-filter-grid .grid-item.active::before, .occupiers-desktop .occupiers-filter-grid .grid-item:hover::before {
  opacity: 1;
}

.location-occupiers-shape-1 {
  display: none;
}
@media (min-width: 768px) {
  .location-occupiers-shape-1 {
    display: block;
    position: absolute;
    transform: translateY(70%) translateX(5%);
    height: auto;
    bottom: 0;
    left: 0;
    width: 14%;
    z-index: 99;
  }
}
.location-occupiers-shape-1 img {
  width: 100%;
  height: auto;
}

.location-occupiers-shape-2 {
  display: none;
}
.location-occupiers-shape-2.in-view {
  transform: rotate(0) translateX(0) !important;
}
@media (min-width: 768px) {
  .location-occupiers-shape-2 {
    display: block;
    position: absolute;
    bottom: -25%;
    right: -35%;
    height: auto;
    width: 57%;
    z-index: 99;
    transform-origin: top right;
    transform: rotate(-130deg);
    transition: 1.4s 0.7s;
  }
}
@media (min-width: 1600px) {
  .location-occupiers-shape-2 {
    bottom: -40%;
  }
}

.privacy h2,
.privacy h3,
.privacy .intro-text {
  opacity: 1;
  transform: translate(0);
}
.privacy .privacy-top {
  background-color: #f5f5f5;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .privacy .privacy-top {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .privacy .privacy-top {
    padding-top: 120px;
  }
}
@media (min-width: 1300px) {
  .privacy .privacy-top {
    padding-top: 160px;
  }
}
.privacy .privacy-top .privacy-row {
  padding-top: 0;
}
.privacy h1 {
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  font-size: 34px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 0.95;
}
@media (min-width: 768px) {
  .privacy h1 {
    font-size: 56px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .privacy h1 {
    font-size: 76px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1300px) {
  .privacy h1 {
    font-size: 90px;
    margin-top: 30px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1600px) {
  .privacy h1 {
    font-size: 95px;
  }
}
@media (min-width: 1300px) {
  .privacy .privacy-row {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .privacy .privacy-row {
    padding: 100px 0;
  }
}
@media (min-width: 1300px) {
  .privacy .privacy-row {
    padding: 120px 0;
  }
}
.privacy .privacy-row:nth-of-type(2n) {
  background-color: #f5f5f5;
}
.privacy .privacy-row .intro-text > *:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .privacy .privacy-row .intro-text ul li {
    padding-left: 38px;
  }
}
@media (min-width: 992px) {
  .privacy .privacy-row .intro-text ul li {
    padding-left: 45px;
  }
}
@media (min-width: 1300px) {
  .privacy .privacy-row .intro-text ul li {
    padding-left: 54px;
  }
}
.privacy .privacy-row .intro-text ul li::before {
  content: "// ";
  font-family: "Aux Mono", monospace;
  position: relative;
  background: -webkit-linear-gradient(left, #06caec, #6ef692);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .privacy .privacy-row .intro-text ul li::before {
    margin-left: -37px;
  }
}
@media (min-width: 992px) {
  .privacy .privacy-row .intro-text ul li::before {
    margin-left: -43px;
  }
}
@media (min-width: 1300px) {
  .privacy .privacy-row .intro-text ul li::before {
    margin-left: -50px;
  }
}
.privacy .privacy-row h2 {
  font-family: "Cosmo", sans-serif;
  text-transform: lowercase;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 0.95;
}
@media (min-width: 768px) {
  .privacy .privacy-row h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .privacy .privacy-row h2 {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .privacy .privacy-row h2 {
    font-size: 45px;
  }
}

.stacker-section {
  margin-block: 50px;
}
@media (min-width: 992px) {
  .stacker-section {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.stacker-section .stacker-levels {
  padding: 0;
}
.stacker-section .stacker-levels svg {
  pointer-events: none;
}
.stacker-section .stacker-levels svg .stacker-level :hover {
  cursor: auto;
}
.stacker-section .stacker-plan {
  padding: 0;
  position: relative;
}
.stacker-section .stacker-header {
  padding-inline: 0;
}
.stacker-section .stacker-header::before, .stacker-section .stacker-header::after {
  left: 0;
  right: 0;
}

.promo-section {
  margin: 0px 0px 15px 0px;
}
.promo-section .promo-section-background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.promo-section .promo-section-background .promo-section-inner {
  padding: 50px 30px;
}
.promo-section .promo-section-background .promo-section-inner .row {
  margin: 0px 0px;
  align-items: center;
  max-width: 100%;
  width: 885px;
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col.promo-section-col-heading {
  width: 100%;
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col.promo-section-col-heading {
    width: calc(100% - 450px);
  }
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col.promo-section-col-about {
  width: 100%;
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col.promo-section-col-about {
    width: 450px;
  }
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .heading h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 992px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .heading h2 {
    margin: 0px 0px;
  }
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .description {
  max-width: 100%;
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .description p {
  color: #000000;
  font-size: 14px;
}
@media (min-width: 992px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .description p {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .description p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .description {
    width: 450px;
  }
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .description {
    width: unset;
  }
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .button {
  border-color: #ffffff;
  margin: 20px 0px 0px 0px;
  background-color: #ffffff;
  display: inline-flex;
  padding: 3px 50px;
  line-height: 1;
  color: #000000;
}
.promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .button:after {
  display: none;
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row .promo-section-col .promo-section-col-inner .button {
    margin: 40px 0px 0px 0px;
  }
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner .row {
    margin: 0px 0px 0px 75px;
  }
}
@media (min-width: 992px) {
  .promo-section .promo-section-background .promo-section-inner {
    padding: 75px 50px;
  }
}
@media (min-width: 1300px) {
  .promo-section .promo-section-background .promo-section-inner {
    padding: 75px 0px;
  }
}
@media (min-width: 992px) {
  .promo-section .promo-section-background {
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .promo-section {
    margin: 0px 0px 50px 0px;
  }
}

#floorplan-stacker-section {
  background-color: #f5f5f5;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row {
  margin: 0px 0px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col.stacker-col-menu {
  width: 280px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col.stacker-col-floorplans {
  width: calc(100% - 280px);
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item {
  padding: 15px 10px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-header {
  cursor: pointer;
  font-family: "Cosmo", sans-serif;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-header .row {
  margin: 0px 0px;
  align-items: center;
  justify-content: space-between;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-header .row .stacker-menu-item-header-heading .heading {
  font-size: 21px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-header .row .stacker-menu-item-header-level .unit {
  font-size: 10px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-main {
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-main .description {
  font-family: "Aux Mono", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-main .btn-wrap .button {
  padding: 3px 20px;
  display: inline-flex;
  margin: 15px 0px 0px 0px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-main .btn-wrap .button::after {
  display: none;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item .stacker-menu-item-main:before {
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item.active {
  background: var(--ARK-Gradient, linear-gradient(90deg, #06CAEC 0.04%, #6EF692 100%));
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item.active .stacker-menu-item-header {
  color: #ffffff;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item.active .stacker-menu-item-main {
  display: block;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item.active .stacker-menu-item-main .btn-wrap .button {
  color: #ffffff;
  border-color: #ffffff;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-menu .stacker-menu-item:last-of-type {
  margin-bottom: 0px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans {
  padding-left: 70px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans .stacker-floorplan {
  display: none;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans .stacker-floorplan .stacker-floorplan-inner .stacker-floorplan-type {
  display: none;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans .stacker-floorplan .stacker-floorplan-inner .stacker-floorplan-type img,
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans .stacker-floorplan .stacker-floorplan-inner .stacker-floorplan-type svg {
  max-width: 100%;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans .stacker-floorplan .stacker-floorplan-inner .stacker-floorplan-type.active {
  display: block;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .stacker-floorplans .stacker-floorplan.active {
  display: block;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter {
  display: flex;
  justify-content: flex-end;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter .filter-label {
  font-size: 14px;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: "Aux Mono", sans-serif;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 16px;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #000000;
  background-color: transparent;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 1px;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #CCC;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter input:checked + .slider {
  background-color: #3dcca1;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter input:checked + .slider:before {
  background-color: #ffffff;
}
#floorplan-stacker-section .stacker-section-inner .stacker .row .stacker-col .stacker-col-inner .toggle-filter input:checked + .slider:before {
  transform: translateX(21px);
}
