/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  line-height: 1;
  cursor: pointer;
}

fieldset {
  border: none;
}

input {
  background-color: transparent;
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(51397ece37782604acef.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(9ced692b9436db6be1ff.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Stack Sans Text";
  font-style: normal;
  font-weight: 300;
  src: url(3537bb3ce9d24e23bfa0.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Stack Sans Text";
  font-style: normal;
  font-weight: 600;
  src: url(1385308691138b2a2b5e.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stack-sans-text-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Stack Sans Text";
  font-style: normal;
  font-weight: 700;
  src: url(831aac1db8772aff2325.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --transition-speed: 0.3s;
  --layout-grid-columns: 10;
  --layout-grid-column-gap: 0px;
  --layout-grid-row-gap: 0px;
}

:root {
  --color-main: #2f3d43;
  --color-surface-1: #e9e6e0;
  --color-accent: #c31824;
}

.text-main {
  color: var(--color-main);
}

.text-surface-1 {
  color: var(--color-surface-1);
}

.text-accent {
  color: var(--color-accent);
}

.text-white {
  color: #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Uppercase link with chevron icon (mask + currentColor for hover) */
.link-chevron {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-speed) ease;
}
.link-chevron:hover:not(.link-chevron--swap) {
  color: var(--color-accent);
  text-decoration: underline;
}
.link-chevron::before {
  content: "";
  width: 17.721px;
  height: 14.807px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask-image: url(542832bbc713cca1bcb6.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url(542832bbc713cca1bcb6.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

/* Chevron before text (default), icon mirrored horizontally (e.g. points left) */
.link-chevron--mirror::before {
  transform: scaleX(-1);
}

/* Two-line swap: default label ↔ alternate (e.g. CTA ↔ mail / phone number) */
.link-chevron--swap {
  text-decoration: none;
}
.link-chevron--swap:hover {
  color: inherit;
  text-decoration: none;
}
.link-chevron--swap.is-hover {
  color: var(--color-accent);
  text-decoration: none;
}
.link-chevron--swap.is-hover .link-chevron__label--hover {
  text-decoration: underline;
}

.link-chevron__label-wrap {
  display: inline-grid;
  grid-template-areas: "stack";
  align-items: center;
  justify-items: start;
}

.link-chevron__label-wrap > .link-chevron__label {
  grid-area: stack;
  transition: opacity var(--transition-speed) ease;
}

.link-chevron__label--default {
  opacity: 1;
}

.link-chevron__label--hover {
  opacity: 0;
}

.link-chevron--swap.is-hover .link-chevron__label--default {
  opacity: 0;
}

.link-chevron--swap.is-hover .link-chevron__label--hover {
  opacity: 1;
}

.link-chevron__label--no-case {
  text-transform: none;
  font-weight: bold;
  white-space: nowrap;
}

.topline {
  font-family: "Montserrat", serif;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .topline {
    margin-bottom: 0.4em;
  }
}

.headline-2 {
  font-family: "Montserrat", serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--color-main);
  font-weight: 700;
  line-height: 1.1;
}

.text-sm {
  font-size: 0.95rem;
}

.bodytext p:not(:last-child) {
  margin-bottom: 1.5em;
}
.bodytext a {
  text-decoration: underline;
}
.bodytext a:hover {
  color: var(--color-accent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 15px;
  height: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  height: 2000px;
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Stack Sans Text", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media screen and (min-width: 981px) {
  .u-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    -moz-column-gap: var(--layout-grid-column-gap);
         column-gap: var(--layout-grid-column-gap);
    row-gap: var(--layout-grid-row-gap);
  }
}

@media screen and (min-width: 981px) {
  .u-grid--layout {
    grid-template-columns: minmax(0, 0.6fr) repeat(8, minmax(0, 1fr)) minmax(0, 0.6fr);
  }
}

[class*=u-md-col-] {
  grid-column: 1/-1;
}

@media screen and (min-width: 981px) {
  .u-md-col-start-1 {
    grid-column-start: 1;
  }
  .u-md-col-end-1 {
    grid-column-end: 1;
  }
  .u-md-col-start-2 {
    grid-column-start: 2;
  }
  .u-md-col-end-2 {
    grid-column-end: 2;
  }
  .u-md-col-start-3 {
    grid-column-start: 3;
  }
  .u-md-col-end-3 {
    grid-column-end: 3;
  }
  .u-md-col-start-4 {
    grid-column-start: 4;
  }
  .u-md-col-end-4 {
    grid-column-end: 4;
  }
  .u-md-col-start-5 {
    grid-column-start: 5;
  }
  .u-md-col-end-5 {
    grid-column-end: 5;
  }
  .u-md-col-start-6 {
    grid-column-start: 6;
  }
  .u-md-col-end-6 {
    grid-column-end: 6;
  }
  .u-md-col-start-7 {
    grid-column-start: 7;
  }
  .u-md-col-end-7 {
    grid-column-end: 7;
  }
  .u-md-col-start-8 {
    grid-column-start: 8;
  }
  .u-md-col-end-8 {
    grid-column-end: 8;
  }
  .u-md-col-start-9 {
    grid-column-start: 9;
  }
  .u-md-col-end-9 {
    grid-column-end: 9;
  }
  .u-md-col-start-10 {
    grid-column-start: 10;
  }
  .u-md-col-end-10 {
    grid-column-end: 10;
  }
  .u-md-col-start-11 {
    grid-column-start: 11;
  }
  .u-md-col-end-11 {
    grid-column-end: 11;
  }
  .u-md-col-span-1 {
    grid-column: span 1;
  }
  .u-md-col-span-2 {
    grid-column: span 2;
  }
  .u-md-col-span-3 {
    grid-column: span 3;
  }
  .u-md-col-span-4 {
    grid-column: span 4;
  }
  .u-md-col-span-5 {
    grid-column: span 5;
  }
  .u-md-col-span-6 {
    grid-column: span 6;
  }
  .u-md-col-span-7 {
    grid-column: span 7;
  }
  .u-md-col-span-8 {
    grid-column: span 8;
  }
  .u-md-col-span-9 {
    grid-column: span 9;
  }
  .u-md-col-span-10 {
    grid-column: span 10;
  }
}
.container {
  box-sizing: content-box;
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .container {
    padding-inline: 32px;
  }
}

.section {
  margin-bottom: clamp(80px, 11vw, 160px);
  scroll-margin-top: 150px;
}

@media screen and (min-width: 1201px) {
  .section--bottomspace-xl {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 1201px) {
  .section--bottomspace-2xl {
    margin-bottom: 280px;
  }
}

.hero {
  position: relative;
  z-index: 50;
  width: 100%;
  background-color: var(--color-main);
}
@media screen and (max-width: 768px) {
  .hero {
    margin-bottom: 60px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 40%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, var(--color-main), transparent);
}

.hero__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.hero__audio-toggle {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 9999px;
  color: #fff;
}

.hero__audio-icon {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  filter: brightness(0) invert(1);
}

.hero__audio-icon[hidden] {
  display: none !important;
}

.page-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .page-header {
    padding: 48px 0;
  }
}

.header-fixed .page-header {
  position: fixed;
  z-index: 25;
  padding: 16px 0;
  background-color: #fff;
  color: var(--color-main);
}

.page-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-header .logo {
  width: 250px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .page-header .logo {
    width: clamp(300px, 30vw, 380px);
  }
}

@media screen and (max-width: 980px) {
  @keyframes page-header-menu-item-in {
    from {
      opacity: 0;
      transform: translateY(-14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .page-header--nav-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: var(--color-main);
  }
  .page-header--nav-open .page-header__inner {
    background-color: #f7f6f5;
    margin: -32px;
    padding: 32px;
    padding-bottom: 24px;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(1) {
    animation: page-header-menu-item-in 0.42s ease 0.06s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(2) {
    animation: page-header-menu-item-in 0.42s ease 0.13s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(3) {
    animation: page-header-menu-item-in 0.42s ease 0.2s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(4) {
    animation: page-header-menu-item-in 0.42s ease 0.27s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(5) {
    animation: page-header-menu-item-in 0.42s ease 0.34s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(6) {
    animation: page-header-menu-item-in 0.42s ease 0.41s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(7) {
    animation: page-header-menu-item-in 0.42s ease 0.48s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(8) {
    animation: page-header-menu-item-in 0.42s ease 0.55s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(9) {
    animation: page-header-menu-item-in 0.42s ease 0.62s both;
  }
  .page-header--nav-open .page-header__menu > li:nth-child(10) {
    animation: page-header-menu-item-in 0.42s ease 0.69s both;
  }
}
@media screen and (max-width: 980px) {
  .page-header__nav {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 980px) {
  .page-header:not(.page-header--nav-open) .page-header__nav {
    display: none;
  }
}

.page-header__menu {
  display: flex;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .page-header__menu {
    flex-direction: column;
    align-items: center;
    font-size: 1.1rem;
  }
  .page-header__menu li {
    width: 100%;
    text-align: center;
  }
  .page-header__menu li:not(:last-child) {
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 981px) {
  .page-header__menu {
    gap: clamp(40px, 6vw, 80px);
  }
}

@media screen and (max-width: 980px) {
  .page-header__nav-cluster {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

.page-header__burger {
  display: none;
  position: relative;
  width: 28px;
  height: 20px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .page-header__burger {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .page-header__burger {
    display: none;
  }
}

.page-header__burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  border-radius: 1px;
  background-color: currentColor;
  transition: transform var(--transition-speed) ease, opacity var(--transition-speed) ease, top var(--transition-speed) ease, bottom var(--transition-speed) ease, margin-top var(--transition-speed) ease;
}

.page-header__burger-line:nth-child(1) {
  top: 0;
}

.page-header__burger-line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.page-header__burger-line:nth-child(3) {
  bottom: 0;
}

.page-header--nav-open .page-header__burger-line:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}

.page-header--nav-open .page-header__burger-line:nth-child(2) {
  opacity: 0;
}

.page-header--nav-open .page-header__burger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}

.page-header__burger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media screen and (max-width: 980px) {
  .fast-facts__container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 980px) {
  .fast-facts__content {
    display: contents;
  }
}
@media screen and (min-width: 981px) {
  .fast-facts__content {
    padding-right: 24px;
  }
}

@media screen and (max-width: 980px) {
  .fast-facts__header {
    order: 1;
  }
}

.fast-facts__headline {
  margin-bottom: 32px;
}

@media screen and (max-width: 980px) {
  .fast-facts__media {
    order: 2;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 980px) {
  .fast-facts__list {
    order: 3;
  }
}

.fast-facts__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 981px) {
  .fast-facts__image {
    height: 100%;
  }
}

.fast-facts__item:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .fast-facts__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.fast-facts__item-label {
  margin-bottom: 0.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-main);
}

.fast-facts__item-value {
  font-weight: 300;
}

.image-text__bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: -32px;
  left: -24px;
  background-color: var(--color-surface-1);
  pointer-events: none;
}
@media screen and (min-width: 981px) {
  .image-text__bg {
    left: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .image-text__bg {
    bottom: 32px;
  }
}

.image-text__inner {
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 1200px) {
  .image-text__inner {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 981px) {
  .image-text--reverse .image-text__bg {
    left: 0;
    bottom: 0;
    top: 64px;
    right: 80px;
  }
}

.image-text__headline {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .image-text__headline {
    margin-bottom: 32px;
  }
}

.image-text:not(.image-text--reverse) .image-text__media {
  margin-top: 32px;
}
@media screen and (min-width: 1201px) {
  .image-text:not(.image-text--reverse) .image-text__media {
    margin-top: 64px;
  }
}

@media screen and (max-width: 980px) {
  .image-text__media {
    aspect-ratio: 3/2;
    margin-left: -24px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 981px) {
  .image-text__media {
    grid-row: 1;
    grid-column: 1/6;
  }
}

@media screen and (max-width: 980px) {
  .image-text--reverse .image-text__media {
    margin-top: 32px;
  }
}
@media screen and (min-width: 981px) {
  .image-text--reverse .image-text__media {
    grid-column: 6/11;
  }
}

.image-text__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .image-text__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.image-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 48px;
}
@media screen and (max-width: 980px) {
  .image-text__content {
    padding-right: 24px;
  }
}
@media screen and (min-width: 981px) {
  .image-text__content {
    grid-row: 1;
    grid-column: 6/11;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .image-text__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1201px) {
  .image-text__content {
    grid-column: 7/10;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 981px) {
  .image-text--reverse .image-text__content {
    padding-top: 176px;
    padding-bottom: 100px;
    grid-column: 1/6;
  }
}
@media screen and (min-width: 1201px) {
  .image-text--reverse .image-text__content {
    grid-column: 2/5;
  }
}

.image-text[data-animate]:not(.image-text--reverse) .image-text__bg {
  width: 65%;
  transition: all 1s;
}

.image-text[data-animate].image-text--visible:not(.image-text--reverse) .image-text__bg {
  width: 100%;
}

.image-text[data-animate] .image-text__content {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s, opacity 2s;
}

.image-text[data-animate].image-text--visible .image-text__content {
  transform: translateX(0);
  opacity: 1;
}

.image-text.image-text--reverse[data-animate] .image-text__bg {
  width: auto;
  transform: scaleX(0.65);
  transform-origin: right center;
  transition: transform 1s;
}

.image-text.image-text--reverse[data-animate].image-text--visible .image-text__bg {
  transform: scaleX(1);
}

.image-text.image-text--reverse[data-animate] .image-text__content {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1s, opacity 2s;
}

.image-text.image-text--reverse[data-animate].image-text--visible .image-text__content {
  transform: translateX(0);
  opacity: 1;
}

.figures__list {
  display: flex;
  gap: clamp(24px, 6vw, 96px);
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .figures__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .figures__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .figures__list {
    margin-top: 64px;
  }
}

.figures__item-label-value {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: clamp(3rem, 5vw, 4.375rem);
  color: var(--color-main);
  margin-bottom: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .figures__item-label-value {
    margin-bottom: 0.35em;
  }
}

@media screen and (max-width: 768px) {
  .figures__item-label-text {
    max-width: 400px;
    margin: 0 auto;
  }
}

.figures .odometer {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-variant-numeric: tabular-nums;
}

.odometer__digit {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  line-height: 1;
  vertical-align: top;
}

.odometer__strip {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transform: translateY(0);
  transition-property: transform;
  transition-duration: 1.15s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.odometer__sym {
  flex: 0 0 1em;
  height: 1em;
  line-height: 1;
}

.odometer__sep {
  display: inline-block;
  line-height: 1;
}

.figures--odometer-active .odometer__strip {
  transform: translateY(calc(-1 * var(--digit) * 1em));
}

@media (prefers-reduced-motion: reduce) {
  .odometer__strip {
    transition: none !important;
  }
  .figures--odometer-active .odometer__strip {
    transform: translateY(calc(-1 * var(--digit) * 1em));
  }
}
@media screen and (max-width: 980px) {
  .map-section__media {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 981px) {
  .map-section__media {
    grid-row: 1;
    grid-column: 1/7;
  }
}

@media screen and (min-width: 981px) {
  .map-section__content {
    grid-row: 1;
    grid-column: 7/11;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .map-section__content {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1201px) {
  .map-section__content {
    grid-column: 8/11;
  }
}

.map-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-section__headline {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .map-section__headline {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 981px) {
  .map-section__headline {
    margin-bottom: 40px;
  }
}

.map-section__distance {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.map-section__distance-header {
  margin-bottom: 16px;
}

.map-section__distance-headline {
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
}

.map-section__distance-item {
  flex: 1;
}

.map-section__distance-row {
  display: flex;
}

.map-section__distance-col:first-child {
  flex: 0 0 45px;
}

.map-section__distance-line {
  display: block;
  width: 27px;
  height: 4px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: var(--color-main);
}

.map-section__distance-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.map-section__distance-link {
  margin-top: 22px;
}

.site-plan__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .site-plan__inner {
    flex-direction: row;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
  }
}
@media screen and (min-width: 981px) {
  .site-plan__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) repeat(8, minmax(0, 1fr)) minmax(0, 0.6fr);
    -moz-column-gap: var(--layout-grid-column-gap);
         column-gap: var(--layout-grid-column-gap);
    row-gap: var(--layout-grid-row-gap);
    align-items: center;
  }
}

.site-plan__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: site-plan-item;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 16px;
  align-content: start;
}
@media screen and (min-width: 769px) {
  .site-plan__list {
    row-gap: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .site-plan__list {
    flex: 1 1 45%;
    min-width: 0;
  }
}
@media screen and (min-width: 981px) {
  .site-plan__list {
    grid-column: 1/7;
    grid-row: 1;
    flex: unset;
    padding-right: 32px;
  }
}

.site-plan__item {
  counter-increment: site-plan-item;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 24px);
  font-family: "Montserrat", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--color-main);
  line-height: 1.1;
}
@media screen and (max-width: 580px) {
  .site-plan__item {
    font-size: 0.85rem;
  }
}
.site-plan__item::before {
  content: counter(site-plan-item);
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main);
  color: #fff;
  font-family: "Montserrat", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 981px) {
  .site-plan__item::before {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .site-plan__media {
    order: -1;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .site-plan__media {
    order: unset;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .site-plan__media {
    flex: 1 1 45%;
    min-width: 0;
  }
}
@media screen and (min-width: 981px) {
  .site-plan__media {
    grid-column: 7/11;
    grid-row: 1;
    min-width: 0;
  }
}

.site-plan__image {
  width: 100%;
  height: auto;
}

.floorplans__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .floorplans__nav {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .floorplans__nav {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .floorplans__nav {
    gap: 32px;
  }
}

.floorplans__nav-item {
  display: flex;
  padding: 16px;
  border: 2px solid var(--color-main);
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  opacity: 0.4;
  transition: opacity 1s ease;
}
@media screen and (min-width: 769px) {
  .floorplans__nav-item {
    padding: 24px 32px;
  }
}
.floorplans__nav-item:hover {
  opacity: 0.8;
}
.floorplans__nav-item:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 2px;
}

.floorplans__nav-item.is-active {
  opacity: 1;
}

.floorplans__nav-label {
  font-size: 2.7rem;
  width: 50px;
}
@media screen and (min-width: 981px) {
  .floorplans__nav-label {
    width: 30%;
  }
}

.floorplans__nav-title {
  font-weight: 700;
}

.floorplans__nav-text {
  font-weight: 300;
}

.floorplans__media {
  position: relative;
  min-height: 400px;
}
@media screen and (min-width: 581px) {
  .floorplans__media {
    min-height: 545px;
  }
}

.floorplans__media-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.floorplans__media-item.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.floorplans__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .floorplans__icon-col {
    margin-top: -60px;
  }
}

.contact-section__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .contact-section__links {
    margin-bottom: 32px;
  }
}

.page-footer {
  background-color: #f7f6f5;
  padding: 56px 0;
}
@media screen and (min-width: 769px) {
  .page-footer {
    padding: 112px 0;
  }
}

.page-footer__inner {
  position: relative;
}

.page-footer__company-topline {
  margin-bottom: 16px;
}

.page-footer__company-logo {
  width: 230px;
  height: auto;
}

.page-footer__company-address {
  margin-top: 16px;
}
@media screen and (min-width: 981px) {
  .page-footer__company-address {
    margin-top: 32px;
  }
}
.page-footer__company-address > div {
  margin-bottom: 0.1em;
}

.page-footer__menu {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 980px) {
  .page-footer__menu {
    margin-top: 40px;
  }
}
.page-footer__menu a:hover {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-footer__logos {
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .page-footer__logos {
    margin-top: 40px;
  }
}
@media screen and (min-width: 981px) {
  .page-footer__logos {
    padding-left: 50px;
  }
}

.page-footer__logo {
  width: 140px;
  height: auto;
}

.page-footer__to-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 32px;
}
@media screen and (min-width: 981px) {
  .page-footer__to-top {
    margin-top: 0;
  }
}

.page-footer__to-top-link {
  white-space: nowrap;
  position: absolute;
  width: 0;
  right: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 980px) {
  .page-footer__to-top-link {
    top: 0;
  }
}
.page-footer__to-top-link:hover {
  text-decoration: none !important;
}

/*# sourceMappingURL=bundle-v1.css.map*/