@charset "UTF-8";
/* 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;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  line-height: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@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;
  }
}

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

@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Bold.eot");
  src: url("../../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gilroy-Bold.woff2") format("woff2"), url("../../fonts/Gilroy-Bold.woff") format("woff"), url("../../fonts/Gilroy-Bold.ttf") format("truetype"), url("../../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../Gilroy-SemiBold.woff2") format("woff2"), url("../../Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --container-width: calc(100% - 100px);
}

*,
*::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%;
}

html,
body {
  height: 100%;
}
@media (min-width: 992px) {
  html,
body {
    overflow: hidden;
  }
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  font-size: 18px;
}
@media (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 22px;
  }
}

a,
button {
  text-decoration: none;
}
a.btn-default,
button.btn-default {
  gap: 10px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  align-items: center;
  padding: 10px 20px;
  display: inline-flex;
  transition: 0.25s all;
  border: 1px solid #e54e13;
  background-color: #e54e13;
  font-family: "Gilroy", sans-serif;
}
a.btn-default--border,
button.btn-default--border {
  color: #000000;
  background-color: transparent;
}
a.btn-default:hover,
button.btn-default:hover {
  border-color: #005745;
  background-color: #005745;
}
a.btn-default:hover:hover,
button.btn-default:hover:hover {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  a.btn-default,
button.btn-default {
    padding: 10px 30px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/intro-layer-mobile.png");
  z-index: 100;
}
@media (min-width: 768px) {
  .intro-overlay {
    background-image: url("../../img/intro-layer.png");
  }
}

@media (min-width: 992px) {
  .main-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

.main {
  overflow: hidden;
}
@media (min-width: 992px) {
  .main {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background-color: #005745;
    touch-action: none;
    z-index: 2;
    transition: transform 0.8s ease-in-out;
  }
  .main[data-panel=center] {
    transform: translate(-33.3334%, -33.3334%);
  }
  .main[data-panel=top-left] {
    transform: translate(0, 0);
  }
  .main[data-panel=top-right] {
    transform: translate(-66.6667%, 0);
  }
  .main[data-panel=bottom-right] {
    transform: translate(-66.6667%, -66.6667%);
  }
  .main[data-panel=bottom-left] {
    transform: translate(0, -66.6667%);
  }
}

.panel {
  position: relative;
}
@media (min-width: 992px) {
  .panel {
    position: absolute;
    width: 33.3334%;
    height: 33.3334% !important;
    z-index: 2;
  }
  .panel[data-panel=center] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .panel[data-panel=top-left] {
    top: 0;
    left: 0;
  }
  .panel[data-panel=top-right] {
    top: 0;
    right: 0;
  }
  .panel[data-panel=bottom-right] {
    bottom: 0;
    right: 0;
  }
  .panel[data-panel=bottom-left] {
    bottom: 0;
    left: 0;
  }
}

.window {
  position: absolute;
  width: 33.3334%;
  height: 33.3334%;
  z-index: 2;
}
.window[data-window="0"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .window[data-window="0"] {
    cursor: none;
  }
}
@media (min-width: 992px) {
  .window[data-window="0"] .hot-spot {
    cursor: none;
  }
}
.window[data-window="1"] {
  top: 0;
  left: 0;
}
.window[data-window="2"] {
  top: 0;
  right: 0;
}
.window[data-window="3"] {
  bottom: 0;
  right: 0;
}
.window[data-window="4"] {
  bottom: 0;
  left: 0;
}

.hot-spot {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  z-index: 11;
}
@media (min-width: 992px) {
  .hot-spot {
    width: 8vw;
    height: 8vw;
    display: flex;
  }
}
@media (min-width: 1300px) {
  .hot-spot {
    width: 7vw;
    height: 7vw;
  }
}
@media (min-width: 1600px) {
  .hot-spot {
    width: 6vw;
    height: 6vw;
  }
}
.hot-spot--with-label span {
  position: absolute;
  top: 50%;
  font-size: 18px;
  font-family: "Anton", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hot-spot--with-label span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hot-spot--with-label span {
    font-size: 23px;
  }
}
@media (min-width: 1300px) {
  .hot-spot--with-label span {
    font-size: 25px;
  }
}
.hot-spot--top-left {
  top: 0;
  left: 0;
}
.hot-spot--top-left svg {
  transform: rotate(135deg);
  -webkit-animation-name: arrow-top-left;
          animation-name: arrow-top-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hot-spot--top-left span {
  top: 70%;
  left: 76%;
  line-height: 1;
}
.hot-spot--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hot-spot--top-center svg {
  transform: rotate(180deg);
}
.hot-spot--top-center span {
  top: 90%;
}
.hot-spot--top-right {
  top: 0;
  right: 0;
}
.hot-spot--top-right svg {
  transform: rotate(225deg);
  -webkit-animation-name: arrow-top-right;
          animation-name: arrow-top-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hot-spot--top-right span {
  top: 70%;
  right: 76%;
  line-height: 1;
}
.hot-spot--middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hot-spot--middle-left svg {
  transform: rotate(90deg);
}
.hot-spot--middle-left span {
  left: 75%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.hot-spot--middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hot-spot--middle-right svg {
  transform: rotate(-90deg);
}
.hot-spot--middle-right span {
  right: 75%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.hot-spot--bottom-left {
  bottom: 0;
  left: 0;
}
.hot-spot--bottom-left svg {
  transform: rotate(45deg);
}
.hot-spot--bottom-left span {
  top: unset;
  bottom: 70%;
  left: 76%;
  line-height: 1;
}
.hot-spot--bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hot-spot--bottom-center span {
  top: unset;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.hot-spot--bottom-right {
  bottom: 0;
  right: 0;
}
.hot-spot--bottom-right svg {
  transform: rotate(-45deg);
  -webkit-animation-name: arrow-bottom-right;
          animation-name: arrow-bottom-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hot-spot--bottom-right span {
  top: unset;
  bottom: 70%;
  right: 76%;
  line-height: 1;
}
.hot-spot svg {
  display: block;
  width: 60%;
  height: auto;
}

@-webkit-keyframes arrow-top-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(135deg);
  }
  33.3334% {
    transform: translate(-10%, -10%) rotate(135deg);
  }
}

@keyframes arrow-top-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(135deg);
  }
  33.3334% {
    transform: translate(-10%, -10%) rotate(135deg);
  }
}
@-webkit-keyframes arrow-top-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(225deg);
  }
  33.3334% {
    transform: translate(10%, -10%) rotate(225deg);
  }
}
@keyframes arrow-top-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(225deg);
  }
  33.3334% {
    transform: translate(10%, -10%) rotate(225deg);
  }
}
@-webkit-keyframes arrow-bottom-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0);
  }
  33.3334% {
    transform: translate(0, 10%);
  }
}
@keyframes arrow-bottom-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0);
  }
  33.3334% {
    transform: translate(0, 10%);
  }
}
@-webkit-keyframes arrow-center-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-90deg);
  }
  33.3334% {
    transform: translate(10%, 0) rotate(-90deg);
  }
}
@keyframes arrow-center-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-90deg);
  }
  33.3334% {
    transform: translate(10%, 0) rotate(-90deg);
  }
}
@-webkit-keyframes arrow-bottom-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-45deg);
  }
  33.3334% {
    transform: translate(10%, 10%) rotate(-45deg);
  }
}
@keyframes arrow-bottom-right {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(-45deg);
  }
  33.3334% {
    transform: translate(10%, 10%) rotate(-45deg);
  }
}
@-webkit-keyframes arrow-bottom-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(45deg);
  }
  33.3334% {
    transform: translate(-10%, 10%) rotate(45deg);
  }
}
@keyframes arrow-bottom-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(45deg);
  }
  33.3334% {
    transform: translate(-10%, 10%) rotate(45deg);
  }
}
@-webkit-keyframes arrow-center-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(90deg);
  }
  33.3334% {
    transform: translate(-10%, 0) rotate(90deg);
  }
}
@keyframes arrow-center-left {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(90deg);
  }
  33.3334% {
    transform: translate(-10%, 0) rotate(90deg);
  }
}
@-webkit-keyframes arrow-top-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(180deg);
  }
  33.3334% {
    transform: translate(0, -10%) rotate(180deg);
  }
}
@keyframes arrow-top-center {
  0%, 66.6667%, 100% {
    transform: translate(0, 0) rotate(180deg);
  }
  33.3334% {
    transform: translate(0, -10%) rotate(180deg);
  }
}
.window-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.window-content {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .window-content {
    width: 83.3334%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .window-content {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .window-content {
    width: 66.66667%;
  }
}
@media (min-width: 1600px) {
  .window-content {
    width: 58.3334%;
  }
}
.window-content p {
  color: #ffffff;
}

.landing-cursor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  height: auto;
  z-index: 100;
  will-change: transform;
  pointer-events: none;
}
@media (min-width: 992px) {
  .landing-cursor {
    display: block;
  }
}
.landing-cursor clipPath {
  will-change: transform;
}

.landing-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.landing-layer--1 {
  background-image: url("../../img/landing-layer-top-mobile.jpg");
  z-index: 1;
}
@media (min-width: 768px) {
  .landing-layer--1 {
    background-image: url("../../img/landing-layer-top.jpg");
  }
}
.landing-layer--2 {
  display: none;
}
@media (min-width: 992px) {
  .landing-layer--2 {
    display: block;
    -webkit-clip-path: url(#landing-cursor-image);
            clip-path: url(#landing-cursor-image);
    background-image: url("../../img/landing-layer-bottom.jpg");
    z-index: 2;
  }
}

.window-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.window-1-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.window-1-text {
  position: absolute;
  bottom: calc(9vw + 15px);
  left: calc(9vw + 15px);
  z-index: 3;
}
@media (min-width: 992px) {
  .window-1-text {
    bottom: calc(8vw + 15px);
    left: calc(8vw + 15px);
  }
}
@media (min-width: 1300px) {
  .window-1-text {
    bottom: calc(7vw + 15px);
    left: calc(7vw + 15px);
  }
}
@media (min-width: 1600px) {
  .window-1-text {
    bottom: calc(6vw + 15px);
    left: calc(6vw + 15px);
  }
}
.window-1-text h1 {
  color: #ffffff;
  font-size: 6svh;
  font-family: "Anton", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .window-1-text h1 {
    font-size: 8svh;
  }
}
.window-1-text h1 strong {
  color: #cfb5ff;
}

.window-1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
}

.window-1-overlay-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.window-1-overlay-layer--1 {
  z-index: 1;
}
.window-1-overlay-layer--1 path {
  -webkit-animation: overlay-layer-1 2.4s infinite;
          animation: overlay-layer-1 2.4s infinite;
}
.window-1-overlay-layer--2 {
  z-index: 2;
}
.window-1-overlay-layer--2 path {
  -webkit-animation: overlay-layer-2 2.4s infinite;
          animation: overlay-layer-2 2.4s infinite;
}
.window-1-overlay-layer--3 {
  z-index: 3;
}
.window-1-overlay-layer--3 path {
  -webkit-animation: overlay-layer-3 2.4s infinite;
          animation: overlay-layer-3 2.4s infinite;
}
.window-1-overlay-layer path {
  cursor: pointer;
  transform-origin: center center;
  transform-box: fill-box;
}

@-webkit-keyframes overlay-layer-1 {
  0%, 40%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  60%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}

@keyframes overlay-layer-1 {
  0%, 40%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  60%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@-webkit-keyframes overlay-layer-2 {
  0%, 20%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  40%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@keyframes overlay-layer-2 {
  0%, 20%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  40%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@-webkit-keyframes overlay-layer-3 {
  0%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  20%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
@keyframes overlay-layer-3 {
  0%, 100% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(0);
  }
  20%, 80% {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scale(1);
  }
}
.window-1-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  transform: translateY(-100%);
  transition: transform 1.2s;
}
.window-1-new.active {
  transform: translateY(0);
}
.window-1-new.active .window-1-new-text h2 {
  opacity: 1;
  transform: translateY(0);
}

.window-1-new-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.window-1-new-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.window-1-new-text {
  position: absolute;
  right: calc(9vw + 15px);
  bottom: calc(9vw + 15px);
  text-align: right;
  z-index: 3;
}
@media (min-width: 992px) {
  .window-1-new-text {
    right: calc(8vw + 15px);
    bottom: calc(8vw + 15px);
  }
}
@media (min-width: 1300px) {
  .window-1-new-text {
    right: calc(7vw + 15px);
    bottom: calc(7vw + 15px);
  }
}
@media (min-width: 1600px) {
  .window-1-new-text {
    right: calc(6vw + 15px);
    bottom: calc(6vw + 15px);
  }
}
.window-1-new-text h2 {
  color: #ffffff;
  font-size: 3.5svh;
  font-family: "Anton", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s 1s, transform 0.8s 1s;
}
@media (min-width: 768px) {
  .window-1-new-text h2 {
    font-size: 8svh;
  }
}
.window-1-new-text h2 strong {
  color: #cfb5ff;
}

.window-1-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.window-1-close-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.window-1-close-overlay-layer--1 {
  z-index: 3;
}
.window-1-close-overlay-layer--1 path {
  -webkit-animation: overlay-layer-3 2.4s infinite;
          animation: overlay-layer-3 2.4s infinite;
}
.window-1-close-overlay-layer--2 {
  z-index: 2;
}
.window-1-close-overlay-layer--2 path {
  -webkit-animation: overlay-layer-2 2.4s infinite;
          animation: overlay-layer-2 2.4s infinite;
}
.window-1-close-overlay-layer--3 {
  z-index: 1;
}
.window-1-close-overlay-layer--3 path {
  -webkit-animation: overlay-layer-1 2.4s infinite;
          animation: overlay-layer-1 2.4s infinite;
}
.window-1-close-overlay-layer path {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: center center;
  transform-box: fill-box;
}

.window-2-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.window-2-horizontal {
  position: absolute;
  right: 40px;
  bottom: calc(9vw + 30px);
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: rgba(207, 181, 255, 0.5);
  z-index: 4;
}
@media (min-width: 768px) {
  .window-2-horizontal {
    padding: 0 15px 0 calc(9vw + 120px);
  }
}
@media (min-width: 992px) {
  .window-2-horizontal {
    bottom: calc(8vw + 30px);
  }
}
@media (min-width: 1300px) {
  .window-2-horizontal {
    bottom: calc(7vw + 30px);
  }
}
@media (min-width: 1600px) {
  .window-2-horizontal {
    bottom: calc(6vw + 30px);
  }
}
.window-2-horizontal > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  z-index: 1;
  transform: translateX(100%);
}
.window-2-horizontal span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .window-2-horizontal span {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .window-2-horizontal span {
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .window-2-horizontal span {
    font-size: 30px;
  }
}
.window-2-horizontal span sup {
  vertical-align: top;
  font-size: 60%;
}

.window-2-vertical {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: calc(9vw + 30px);
  width: 60px;
  padding: 0 15px;
  background-color: rgba(207, 181, 255, 0.5);
  z-index: 3;
}
@media (min-width: 992px) {
  .window-2-vertical {
    left: calc(8vw + 30px);
  }
}
@media (min-width: 1300px) {
  .window-2-vertical {
    left: calc(7vw + 30px);
  }
}
@media (min-width: 1600px) {
  .window-2-vertical {
    left: calc(6vw + 30px);
  }
}
.window-2-vertical span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  transform: rotate(-90deg) translate(-50%, -75%);
}
@media (min-width: 768px) {
  .window-2-vertical span {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .window-2-vertical span {
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .window-2-vertical span {
    font-size: 30px;
  }
}
.window-2-vertical > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
  z-index: 1;
  transform: translateY(-40px);
}

.window-2-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: calc(9vw + 90px);
  padding-left: calc(9vw + 90px);
  z-index: 5;
}
@media (min-width: 992px) {
  .window-2-content {
    padding-left: calc(8vw + 90px);
    padding-bottom: calc(8vw + 90px);
  }
}
@media (min-width: 1300px) {
  .window-2-content {
    padding-left: calc(7vw + 90px);
    padding-bottom: calc(7vw + 90px);
  }
}
@media (min-width: 1600px) {
  .window-2-content {
    padding-left: calc(6vw + 90px);
    padding-bottom: calc(6vw + 90px);
  }
}

.window-2-inner {
  display: block;
  width: 100%;
  text-align: center;
}
.window-2-inner h2 {
  color: #ffffff;
  font-size: 8vw;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.window-2-inner h2 sup {
  vertical-align: top;
  font-size: 60%;
}
.window-2-inner h3 {
  margin-top: 0.5em;
  color: #ffffff;
  font-size: 4vw;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

.window-3-content {
  position: relative;
  display: block;
  height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .window-3-content {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .window-3-content {
    padding-bottom: 0;
  }
}

.window-3-left {
  position: relative;
  display: block;
  width: 83.3334%;
  margin-right: auto;
  padding: 80px 15px 0;
  text-align: right;
}
@media (min-width: 768px) {
  .window-3-left {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .window-3-left {
    position: absolute;
    top: 0;
    right: calc(50% + 5vw);
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0 60px 0 0;
  }
}
.window-3-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -30px;
  left: 20vw;
  background-color: #cfb5ff;
  z-index: 1;
}
@media (min-width: 768px) {
  .window-3-left:before {
    right: -45px;
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .window-3-left:before {
    right: 0;
    bottom: calc(50% - 8vw);
    left: auto;
    width: 35vw;
  }
}
.window-3-left:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20vw;
  bottom: -30px;
  left: 0;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../../img/window-3-angle.svg");
  z-index: 2;
}
@media (min-width: 768px) {
  .window-3-left:after {
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .window-3-left:after {
    bottom: calc(50% - 8vw);
    width: 10vw;
  }
}
.window-3-left h3 {
  position: relative;
  color: #ffffff;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  z-index: 3;
}
@media (min-width: 992px) {
  .window-3-left h3 {
    font-size: 3.4vw;
  }
}
.window-3-left h3 a {
  border-bottom: 1px solid #005745;
  color: #005745;
  transition: border-color 0.2s, color 0.2s;
}
.window-3-left h3 a:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.window-3-right {
  display: block;
  width: calc(100% - 30px);
  margin: 80px 0 0 auto;
  padding: 50px 50px 150px 50px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../../img/window-3-border.svg");
}
@media (min-width: 768px) {
  .window-3-right {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .window-3-right {
    position: absolute;
    top: 35%;
    left: 55%;
    bottom: 0;
    width: 45%;
    margin: 0;
    padding: 4vw 4vw 0;
  }
}
.window-3-right-intro {
  display: block;
  width: 100%;
}
.window-3-right-intro h4 {
  color: #ffffff;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .window-3-right-intro h4 {
    font-size: 3.4vw;
  }
}
.window-3-right-intro a {
  display: block;
  margin-top: 0.2em;
  text-decoration: none;
  color: #cfb5ff;
  font-size: 20px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .window-3-right-intro a {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .window-3-right-intro a {
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .window-3-right-intro a {
    font-size: 30px;
  }
}

.window-3-left-logo {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .window-3-left-logo {
    width: 180px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .window-3-left-logo {
    width: 210px;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .window-3-left-logo {
    width: 240px;
  }
}

.window-3-right-tram {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  border-top: 1px solid #cfb5ff;
  border-bottom: 1px solid #cfb5ff;
}
@media (min-width: 768px) {
  .window-3-right-tram {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .window-3-right-tram {
    margin-top: 50px;
  }
}
.window-3-right-tram p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .window-3-right-tram p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .window-3-right-tram p {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .window-3-right-tram p {
    font-size: 20px;
  }
}
.window-3-right-tram p a {
  color: #cfb5ff;
  text-decoration: none;
}

.window-3-right-footer {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.window-3-right-footer p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .window-3-right-footer p {
    font-size: 16px;
  }
}
.window-3-right-footer span {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Gilroy", sans-serif;
}
.window-3-right-footer span a {
  color: inherit;
}

.window[data-window="4"] {
  overflow: auto;
}

.window-4-content {
  position: relative;
  padding-block: 50px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .window-4-content {
    padding-block: 100px;
  }
}
.window-4-content .triangle-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 31%;
  z-index: -1;
}
.window-4-content .content-inner {
  --gutter: 35px;
  --max: 700px;
  max-width: min(100% - var(--gutter) * 2, var(--max));
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .window-4-content .content-inner {
    --gutter: max(40px, 5vw);
  }
}
@media (min-width: 992px) {
  .window-4-content .content-inner {
    --max: 850px;
  }
}
@media (min-width: 1300px) {
  .window-4-content .content-inner {
    --max: 1200px;
  }
}
@media (min-width: 1600px) {
  .window-4-content .content-inner {
    --max: 1500px;
  }
}
.window-4-content .image-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.window-4-content .image-gallery:has(.gallery-item:hover) .gallery-item:not(:hover) {
  filter: brightness(0.7);
}
@media (min-width: 768px) {
  .window-4-content .image-gallery {
    row-gap: clamp(20px, 2.5vw, 70px);
    -moz-column-gap: clamp(10px, 1.5vw, 30px);
         column-gap: clamp(10px, 1.5vw, 30px);
  }
}
@media (min-width: 992px) {
  .window-4-content .image-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.window-4-content .gallery-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  transition: filter 0.2s;
}
.window-4-content .gallery-item .media-wrapper {
  position: relative;
  aspect-ratio: 1.64;
  width: 100%;
}
.window-4-content .gallery-item .item-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.window-4-content .gallery-item .item-caption {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
@media (min-width: 768px) {
  .window-4-content .gallery-item .item-caption {
    font-size: clamp(14px, 2vw, 30px);
  }
}

.fancybox__dialog .f-panzoom__wrapper {
  width: 1200px;
  max-width: 100%;
}
.fancybox__dialog .fancybox__container {
  --gutter: 20px;
  max-width: min(100vw - var(--gutter) * 2, 1600px) !important;
  margin-inline: auto;
}
.fancybox__dialog .f-carousel__toolbar {
  padding-inline: 0 !important;
  padding-block: 20px !important;
}
.fancybox__dialog .custom-close {
  --f-button-bg: #cfb5ff !important;
  --f-button-svg-stroke-width: 0 !important;
  --f-button-hover-bg: #cfb5ff !important;
}
.fancybox__dialog .custom-close svg {
  stroke-linecap: unset;
}
.fancybox__dialog .is-arrow {
  --f-button-bg: transparent !important;
  --f-button-color: #fff !important;
  --f-button-svg-stroke-width: 0 !important;
  --f-arrow-pos: 0px !important;
  --f-button-hover-bg: transparent !important;
}
@media (min-width: 768px) {
  .fancybox__dialog .is-arrow svg {
    --f-button-svg-width: 34px;
    --f-button-svg-height: 34px;
  }
}

.custom-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 9999;
  /* 🔥 important */
}

.custom-nav button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-nav svg {
  display: block;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.fancybox__carousel {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.fancybox__carousel > .f-button.is-arrow {
  height: 18px;
  width: 15px !important;
  padding-block: 20px !important;
}

.is-horizontal .f-button.is-arrow.is-next,
.is-horizontal .f-button.is-arrow.is-prev {
  top: auto !important;
  bottom: 0 !important;
  /* or adjust like 10px for spacing */
  left: auto !important;
  transform: none !important;
  /* remove vertical centering */
}

.fancybox__carousel > .f-button.is-arrow.is-prev::before {
  width: 15px;
  height: 18px;
  top: 0px;
  right: 0px;
  inset: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/lightbox-arrow-left.svg");
}

.fancybox__carousel > .f-button.is-arrow.is-next::before {
  width: 15px;
  height: 18px;
  top: 0px;
  left: 0px;
  inset: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/lightbox-arrow-right.svg");
}

.landing-section {
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}
.landing-section .landing-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.landing-section .landing-section-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 59% 100%;
     object-position: 59% 100%;
}
@media (min-width: 992px) {
  .landing-section .landing-section-bg img {
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
.landing-section .landing-section-inner {
  max-width: calc(100% - 50px);
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 160px;
}
@media (min-width: 992px) {
  .landing-section .landing-section-inner {
    max-width: calc(100% - 150px);
    padding-block: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.landing-section .logo-fa {
  position: absolute;
  left: 50%;
  top: 80px;
  translate: -50% 0;
  width: 150px;
}
@media (min-width: 992px) {
  .landing-section .logo-fa {
    width: auto;
    height: 23px;
    top: 60px;
  }
}
.landing-section .content-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
  align-items: flex-start;
  color: #ffffff;
}
@media (min-width: 992px) {
  .landing-section .content-main {
    gap: 25px;
    width: unset;
  }
}
@media (min-width: 1300px) {
  .landing-section .content-main {
    gap: 30px;
  }
}
.landing-section .logo-vs {
  width: 100%;
  max-width: 100%;
}
.landing-section .logo-vs.logo-vs-desktop {
  display: none;
}
@media (min-width: 992px) {
  .landing-section .logo-vs.logo-vs-desktop {
    display: block;
  }
}
.landing-section .logo-vs.logo-vs-mobile {
  display: block;
}
@media (min-width: 992px) {
  .landing-section .logo-vs.logo-vs-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .landing-section .logo-vs {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  .landing-section .logo-vs {
    max-width: 1300px;
  }
}
.landing-section .main-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
}
@media (min-width: 992px) {
  .landing-section .main-group {
    font-size: 28px;
    gap: 0.5em;
  }
}
@media (min-width: 1300px) {
  .landing-section .main-group {
    font-size: 36px;
  }
}
.landing-section .text-large {
  font-family: "Anton", sans-serif;
  color: #a3d49c;
  font-size: 1.6em;
}
.landing-section .text-reg {
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: "Anton", sans-serif;
  font-weight: 700;
}

.stacker-section {
  padding-block: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .stacker-section {
    padding-top: 50px;
    padding-bottom: 150px;
    padding-inline: 150px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .stacker-section {
    padding-top: 100px;
  }
}
.stacker-section .hot-spot {
  color: #bfbfbf;
}
.stacker-section .hot-spot svg path {
  fill: currentColor;
}
.stacker-section .hot-spot span {
  color: currentColor;
}
.stacker-section .stacker-section-inner {
  display: grid;
  row-gap: 60px;
  padding: 0px 40px;
  max-width: var(--container-width);
  margin-inline: auto;
  max-width: unset;
}
@media (min-width: 768px) {
  .stacker-section .stacker-section-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0px 0px;
  }
}
@media (min-width: 992px) {
  .stacker-section .stacker-section-inner {
    max-width: unset;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (min-width: 1300px) {
  .stacker-section .stacker-section-inner {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.stacker-section .stacker-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 992px) {
  .stacker-section .stacker-content {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    place-self: start;
  }
}
@media (min-width: 1300px) {
  .stacker-section .stacker-content {
    gap: 50px;
  }
}
.stacker-section .stacker-introduction {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.stacker-section .stacker-heading {
  font-size: 72px;
  line-height: 1;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .stacker-section .stacker-heading {
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  .stacker-section .stacker-heading {
    font-size: 90px;
  }
}
.stacker-section .stacker-text {
  font-weight: 700;
  max-width: 15em;
}
.stacker-section .stacker-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .stacker-section .stacker-main {
    display: contents;
  }
}
.stacker-section .stacker-stacker {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .stacker-section .stacker-stacker {
    grid-column: 2/span 1;
    grid-row: 1/-1;
    place-self: end;
    align-items: flex-end;
  }
}
.stacker-section .stacker-stacker[data-active=stacker] .stacker-img--stacker {
  opacity: 1;
  pointer-events: all;
}
.stacker-section .stacker-stacker[data-active=stacker] .stacker-img--cross-section {
  opacity: 0;
  pointer-events: none;
}
.stacker-section .stacker-stacker[data-active=stacker] .stacker-tab[data-stacker=stacker] {
  background-color: #e54e13;
  color: #ffffff;
}
.stacker-section .stacker-stacker[data-active=cross-section] .stacker-img--stacker {
  opacity: 0;
  pointer-events: none;
}
.stacker-section .stacker-stacker[data-active=cross-section] .stacker-img--cross-section {
  opacity: 1;
  pointer-events: all;
}
.stacker-section .stacker-stacker[data-active=cross-section] .stacker-tab[data-stacker=cross-section] {
  background-color: #e54e13;
  color: #ffffff;
}
.stacker-section .stacker-container {
  position: relative;
}
@media (min-width: 992px) {
  .stacker-section .stacker-img {
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 992px) {
  .stacker-section .stacker-img {
    max-height: calc(100vh - 350px);
  }
}
.stacker-section .stacker-img--stacker {
  width: 100%;
}
.stacker-section .stacker-img--cross-section {
  position: absolute;
  bottom: 0;
  width: 120%;
  right: 0;
  max-width: unset;
  translate: 11% 0;
  opacity: 1;
}
.stacker-section .stacker-tabs {
  display: flex;
  justify-content: flex-end;
}
.stacker-section .stacker-tab {
  flex: 1;
  font-size: 14px;
  border: 1px solid #e54e13;
  line-height: 1;
  padding-block: 0.6em;
  padding-inline: 0.5em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .stacker-section .stacker-tab {
    min-width: 150px;
  }
}
.stacker-section .stacker-stats {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 20px;
  max-width: 300px;
}
.stacker-section .stacker-stats.stacker-stats-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .stacker-section .stacker-stats.stacker-stats-mobile {
    display: none;
  }
}
.stacker-section .stacker-stats.stacker-stats-desktop {
  display: none;
}
@media (min-width: 992px) {
  .stacker-section .stacker-stats.stacker-stats-desktop {
    display: flex;
  }
}
@media (min-width: 992px) {
  .stacker-section .stacker-stats {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    place-self: end start;
    max-width: unset;
    gap: 40px;
  }
}
@media (min-width: 1600px) {
  .stacker-section .stacker-stats {
    gap: 60px;
  }
}
.stacker-section .stacker-disclaimer {
  display: none;
}
.stacker-section .stacker-disclaimer p {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 0px;
}
@media (min-width: 1600px) {
  .stacker-section .stacker-disclaimer p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .stacker-section .stacker-disclaimer {
    display: block;
  }
}
.stacker-section .stacker-disclaimer-mobile {
  display: block;
}
.stacker-section .stacker-disclaimer-mobile p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .stacker-section .stacker-disclaimer-mobile {
    display: none;
  }
}
.stacker-section .stacker-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.stacker-section .stacker-stat .number {
  font-family: "Anton", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .stacker-section .stacker-stat .number {
    font-size: 1.6em;
  }
}
.stacker-section .stacker-stat .text {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}

.gallery-section {
  padding-block: 60px;
  padding-bottom: 0px;
  background-color: #005745;
}
@media (min-width: 992px) {
  .gallery-section {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-inline: 100px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .gallery-section {
    padding-bottom: 100px;
    padding-inline: 150px;
    padding-top: 150px;
  }
}
.gallery-section .hot-spot {
  color: #ffffff;
}
.gallery-section .hot-spot svg path {
  fill: currentColor;
}
.gallery-section .hot-spot span {
  color: currentColor;
}
.gallery-section .gallery-section-inner {
  --max: 700px;
  max-width: min(100% - var(--gutter) * 2, var(--max));
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .gallery-section .gallery-section-inner {
    --gutter: max(40px, 5vw);
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-section-inner {
    --max: 850px;
  }
}
@media (min-width: 1300px) {
  .gallery-section .gallery-section-inner {
    --max: 1200px;
  }
}
@media (min-width: 1600px) {
  .gallery-section .gallery-section-inner {
    --max: 1500px;
  }
}
.gallery-section .gallery-heading {
  font-size: 72px;
  line-height: 1;
  color: #cfb5ff;
  margin: 0px 0px 50px 0px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  padding: 0px 40px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .gallery-section .gallery-heading {
    padding: 0px 0px;
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-heading {
    display: none;
  }
}
.gallery-section #galley .owl-item .slide {
  width: 100%;
  position: relative;
}
.gallery-section #galley .owl-item .slide .slide-caption {
  left: 0px;
  z-index: 99;
  color: #ffffff;
  max-width: 100%;
  position: absolute;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top {
  top: 0px;
  width: 170px;
  height: 165px;
  background-position: right bottom;
  background-image: url("../../img/gallery-caption-border-top.svg");
}
.gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top .slide-caption-inner {
  padding-top: 20px;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top .slide-caption-inner {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top {
    height: 250px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 1300px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top {
    width: 430px;
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-top {
    width: 488px;
  }
}
.gallery-section #galley .owl-item .slide .slide-caption.slide-caption-bottom {
  bottom: 0px;
  width: 170px;
  height: 165px;
  background-image: url("../../img/gallery-caption-border-bottom-mobile.svg");
}
.gallery-section #galley .owl-item .slide .slide-caption.slide-caption-bottom .slide-caption-inner {
  padding-bottom: 20px;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-bottom .slide-caption-inner {
    padding-bottom: 0px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-bottom {
    height: 250px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-bottom {
    width: 400px;
    height: 300px;
    background-image: url("../../img/gallery-caption-border-bottom.svg");
  }
}
@media (min-width: 1300px) {
  .gallery-section #galley .owl-item .slide .slide-caption.slide-caption-bottom {
    width: 430px;
    height: 400px;
  }
}
.gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 15px;
  max-width: 100%;
  display: flex;
  width: 125px;
  height: 100%;
  gap: 8px;
}
.gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .heading h5 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .heading h5 {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .heading h5 {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .heading h5 {
    font-size: 51px;
  }
}
.gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .description {
  font-weight: 700;
  font-size: 6px;
}
@media (min-width: 768px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .description {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .description {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner .description {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-caption .slide-caption-inner {
    gap: 15px;
    width: 285px;
    padding-left: 30px;
  }
}
.gallery-section #galley .owl-item .slide .slide-count {
  top: 30px;
  right: 30px;
  color: #ffffff;
  font-size: 7px;
  font-weight: 700;
  position: absolute;
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-item .slide .slide-count {
    font-size: unset;
  }
}
.gallery-section #galley .owl-item .slide .slide-background {
  width: 100%;
  aspect-ratio: 21/12;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1300px) {
  .gallery-section #galley .owl-item .slide .slide-background {
    aspect-ratio: 21/10;
  }
}
.gallery-section #galley .owl-item .slide .slide-overlay {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.21%, rgba(0, 0, 0, 0.55) 100%);
}
.gallery-section #galley .custom-arrow svg {
  bottom: 15px;
  cursor: pointer;
  position: absolute;
}
@media (min-width: 992px) {
  .gallery-section #galley .custom-arrow svg {
    bottom: 1.2vw;
  }
}
.gallery-section #galley .custom-arrow.custom-next svg {
  right: 20px;
}
@media (min-width: 992px) {
  .gallery-section #galley .custom-arrow.custom-next svg {
    right: 0px;
  }
}
.gallery-section #galley .custom-arrow.custom-prev svg {
  left: 20px;
}
@media (min-width: 992px) {
  .gallery-section #galley .custom-arrow.custom-prev svg {
    left: 0px;
  }
}
.gallery-section #galley .owl-nav {
  width: 100%;
  bottom: 5px;
  height: 0px;
  position: absolute;
}
.gallery-section #galley .owl-dots {
  gap: 6px;
  display: flex;
  margin: 20px auto 0 auto;
  width: calc(100% - 115px);
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.gallery-section #galley .owl-dots .owl-dot {
  background-color: #000000;
  flex: 0 0 calc((100% - 16px) / 3);
}
.gallery-section #galley .owl-dots .owl-dot img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.5;
  aspect-ratio: 16/9;
  transition: all 0.3s ease;
}
.gallery-section #galley .owl-dots .owl-dot.active img {
  opacity: 1;
}
@media (min-width: 768px) {
  .gallery-section #galley .owl-dots .owl-dot {
    flex: 0 0 calc((100% - 24px) / 4);
  }
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-dots .owl-dot {
    flex: 0 0 calc((100% - 40px) / 6);
  }
}
@media (min-width: 1300px) {
  .gallery-section #galley .owl-dots .owl-dot {
    flex: 0 0 calc((100% - 56px) / 8);
  }
}
@media (min-width: 1600px) {
  .gallery-section #galley .owl-dots .owl-dot {
    flex: 0 0 calc((100% - 64px) / 9);
  }
}
@media (min-width: 992px) {
  .gallery-section #galley .owl-dots {
    gap: 10px;
    width: calc(100% - 75px);
  }
}
@media (min-width: 1300px) {
  .gallery-section #galley .owl-dots {
    gap: 15px;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 1600px) {
  .gallery-section #galley .owl-dots {
    gap: 20px;
    margin: 40px auto 0 auto;
  }
}
.gallery-section img.triangle-top-left,
.gallery-section svg.triangle-top-left {
  top: 0px;
  left: 0px;
  display: none;
  position: absolute;
}
@media (min-width: 992px) {
  .gallery-section img.triangle-top-left,
.gallery-section svg.triangle-top-left {
    display: block;
  }
}

.retail-section {
  overflow: hidden;
  padding-block: 60px;
  background-color: #E8E3D9;
}
@media (min-width: 992px) {
  .retail-section {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-inline: 100px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .retail-section {
    padding-top: 100px;
    padding-inline: 150px;
    padding-bottom: 150px;
  }
}
.retail-section .hot-spot {
  color: #bfbfbf;
}
.retail-section .hot-spot svg path {
  fill: currentColor;
}
.retail-section .hot-spot span {
  color: currentColor;
}
.retail-section .retail-border {
  position: absolute;
  height: calc(100% + 250px);
  left: 0px;
  top: 0px;
}
.retail-section .retail-border-two {
  position: absolute;
  height: 100%;
  left: 0px;
  bottom: 300px;
}
.retail-section .retail-section-inner {
  width: 100%;
}
.retail-section .retail-section-inner .row {
  flex-direction: column;
}
.retail-section .retail-section-inner .row .retail-section-col {
  position: relative;
}
.retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main {
  width: 100%;
}
.retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main:after {
  content: "";
  width: 1px;
  right: 0px;
  bottom: 0px;
  height: 50000px;
  position: absolute;
  background-color: #e54e13;
  display: none;
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main:after {
    display: block;
  }
}
.retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main:before {
  content: "";
  width: 1px;
  right: 0px;
  top: 0px;
  height: 50000px;
  position: absolute;
  background-color: #e54e13;
  display: none;
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main {
    width: 65%;
    padding-right: 50px;
  }
}
@media (min-width: 1300px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-main {
    width: 70%;
    padding-right: 70px;
  }
}
.retail-section .retail-section-inner .row .retail-section-col.retail-section-col-sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-sidebar .retail-section-col-inner {
    width: 365px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-sidebar {
    width: 35%;
    padding-left: 50px;
  }
}
@media (min-width: 1300px) {
  .retail-section .retail-section-inner .row .retail-section-col.retail-section-col-sidebar {
    width: 30%;
    padding-left: 70px;
  }
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap {
  margin: 55px 0px 0px 0px;
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-wrap img,
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-wrap svg {
  display: block;
  cursor: pointer;
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap {
  margin: 25px 0px 0px 0px;
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap img,
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap svg {
  display: block;
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap img.key-desktop,
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap svg.key-desktop {
  display: none;
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap img.key-desktop,
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap svg.key-desktop {
    display: block;
  }
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap img.key-mobile,
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap svg.key-mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap img.key-mobile,
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap svg.key-mobile {
    display: none;
  }
}
.retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap .key-note-mobile {
  color: #e54e13;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 25px 0px 0px 0px;
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap .key-note-mobile {
    display: none;
  }
}
@media (min-width: 1600px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap .retail-floorplan-key-wrap {
    margin: 50px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap {
    margin: 40px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap {
    margin: 45px 0px 0px 0px;
  }
}
@media (min-width: 1600px) {
  .retail-section .retail-section-inner .row .retail-section-col .retail-graphics-wrap {
    margin: 50px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner .row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .retail-section .retail-section-inner {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-section-inner {
    max-width: unset;
  }
}
.retail-section .retail-section-header {
  padding: 0px 40px;
}
.retail-section .retail-section-header .row {
  gap: 20px;
  margin: 0px 0px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .retail-section .retail-section-header .row {
    flex-direction: row;
    align-items: flex-end;
  }
}
.retail-section .retail-section-header .retail-heading {
  font-size: 72px;
  line-height: 1;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .retail-section .retail-section-header .retail-heading {
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  .retail-section .retail-section-header .retail-heading {
    font-size: 90px;
  }
}
.retail-section .retail-section-header .btn-wrap {
  display: none;
}
@media (min-width: 992px) {
  .retail-section .retail-section-header .btn-wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .retail-section .retail-section-header {
    padding: 0px 0px;
  }
}
.retail-section .retail-downloads {
  margin: 0px 0px 35px 0px;
}
.retail-section .retail-downloads.retail-downloads-desktop {
  display: none;
}
@media (min-width: 992px) {
  .retail-section .retail-downloads.retail-downloads-desktop {
    display: block;
  }
}
.retail-section .retail-downloads.retail-downloads-mobile {
  display: block;
  margin: 50px 0px 0px 0px;
}
.retail-section .retail-downloads.retail-downloads-mobile .retail-downloads-list {
  gap: 15px;
  display: flex;
  text-align: center;
  padding-top: 0px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .retail-section .retail-downloads.retail-downloads-mobile {
    display: none;
  }
}
.retail-section .retail-downloads .retail-downloads-heading {
  color: #000000;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .retail-section .retail-downloads .retail-downloads-heading {
    font-size: 2.4vw;
  }
}
.retail-section .retail-downloads .retail-downloads-list {
  padding: 15px 0px 0px 0px;
}
.retail-section .retail-downloads .retail-downloads-list .download {
  padding: 10px 0px;
  border-bottom: 1px solid #000000;
}
.retail-section .retail-downloads .retail-downloads-list .download a {
  display: flex;
  margin: 0px 0px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  flex-direction: row;
  text-decoration: none;
  justify-content: space-between;
}
.retail-section .retail-downloads .retail-downloads-list .download a svg,
.retail-section .retail-downloads .retail-downloads-list .download a img {
  width: 11px;
  height: auto;
}
@media (min-width: 992px) {
  .retail-section .retail-downloads .retail-downloads-list .download a svg,
.retail-section .retail-downloads .retail-downloads-list .download a img {
    height: 23px;
  }
}
.retail-section .retail-downloads .retail-downloads-list .download a span:last-of-type {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .retail-section .retail-downloads .retail-downloads-list .download a span:last-of-type {
    padding-right: 25%;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-downloads .retail-downloads-list .download a {
    font-size: unset;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-downloads .retail-downloads-list .download {
    padding: 10px 0px;
  }
}
@media (min-width: 1300px) {
  .retail-section .retail-downloads .retail-downloads-list .download {
    padding: 15px 0px;
  }
}
@media (min-width: 1300px) {
  .retail-section .retail-downloads {
    margin: 0px 0px 50px 0px;
  }
}
@media (min-width: 1600px) {
  .retail-section .retail-downloads {
    margin: 0px 0px 75px 0px;
  }
}
.retail-section .retail-contacts {
  gap: 25px;
  display: flex;
  padding: 0px 40px;
  flex-direction: row;
  justify-content: center;
  margin: 55px 0px 0px 0px;
}
.retail-section .retail-contacts .retail-agents.retail-agents-cbre .logo-wrap img,
.retail-section .retail-contacts .retail-agents.retail-agents-cbre .logo-wrap svg {
  width: 90px;
}
@media (min-width: 1600px) {
  .retail-section .retail-contacts .retail-agents.retail-agents-cbre .logo-wrap img,
.retail-section .retail-contacts .retail-agents.retail-agents-cbre .logo-wrap svg {
    width: unset;
  }
}
.retail-section .retail-contacts .retail-agents.retail-agents-p-three .logo-wrap img,
.retail-section .retail-contacts .retail-agents.retail-agents-p-three .logo-wrap svg {
  width: 135px;
}
@media (min-width: 1600px) {
  .retail-section .retail-contacts .retail-agents.retail-agents-p-three .logo-wrap img,
.retail-section .retail-contacts .retail-agents.retail-agents-p-three .logo-wrap svg {
    width: unset;
  }
}
.retail-section .retail-contacts .retail-agents .logo-wrap {
  margin: 0px 0px 15px 0px;
}
.retail-section .retail-contacts .retail-agents .logo-wrap img,
.retail-section .retail-contacts .retail-agents .logo-wrap svg {
  display: block;
}
.retail-section .retail-contacts .retail-agents .details {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.retail-section .retail-contacts .retail-agents .details .agent {
  font-size: 12px;
}
.retail-section .retail-contacts .retail-agents .details .agent .name {
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}
.retail-section .retail-contacts .retail-agents .details .agent .data a {
  color: #000000;
  text-decoration: none;
}
.retail-section .retail-contacts .retail-agents .details .agent .data.email {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .retail-section .retail-contacts .retail-agents .details .agent {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .retail-section .retail-contacts .retail-agents .details .agent {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .retail-section .retail-contacts {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .retail-section .retail-contacts {
    gap: 30px;
    padding: 0px 0px;
    justify-content: unset;
    flex-direction: column;
    margin-top: 0px;
  }
}
@media (min-width: 1600px) {
  .retail-section .retail-contacts {
    gap: 50px;
  }
}

.custom-gallery {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: none;
}

.custom-gallery.active {
  display: block;
}

.gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-slide.active {
  opacity: 1;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Custom Gallery */
.custom-gallery {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.custom-gallery .hot-spot {
  color: #ffffff;
}
.custom-gallery .hot-spot {
  position: absolute;
  z-index: 10;
  display: flex;
  /* no breakpoint issues */
}
.custom-gallery .gallery-close {
  top: 0px;
  top: 39px;
  right: 0px;
  cursor: pointer;
  position: absolute;
}
@media (min-width: 992px) {
  .custom-gallery .gallery-close {
    top: 27px;
  }
}
@media (min-width: 1300px) {
  .custom-gallery .gallery-close {
    top: 39px;
  }
}
.custom-gallery .gallery-prev img,
.custom-gallery .gallery-prev svg {
  left: 20px;
  bottom: 60px;
  cursor: pointer;
  position: absolute;
}
@media (min-width: 992px) {
  .custom-gallery .gallery-prev img,
.custom-gallery .gallery-prev svg {
    bottom: 50px;
  }
}
@media (min-width: 1300px) {
  .custom-gallery .gallery-prev img,
.custom-gallery .gallery-prev svg {
    bottom: 60px;
  }
}
.custom-gallery .gallery-next img,
.custom-gallery .gallery-next svg {
  right: 20px;
  bottom: 60px;
  cursor: pointer;
  position: absolute;
}
@media (min-width: 992px) {
  .custom-gallery .gallery-next img,
.custom-gallery .gallery-next svg {
    bottom: 50px;
  }
}
@media (min-width: 1300px) {
  .custom-gallery .gallery-next img,
.custom-gallery .gallery-next svg {
    bottom: 60px;
  }
}
.custom-gallery .custom-gallery-inner {
  width: 900px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  max-width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .custom-gallery .custom-gallery-inner {
    width: 700px;
  }
}
@media (min-width: 1300px) {
  .custom-gallery .custom-gallery-inner {
    width: 900px;
  }
}
@media (min-width: 1300px) {
  .custom-gallery .custom-gallery-inner {
    width: 1000px;
  }
}
.custom-gallery .gallery-slider {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 21/12;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-gallery .gallery-slider .gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.f-carousel__toolbar.is-absolute {
  padding-top: 10px !important;
}

.fancybox__thumbs {
  position: absolute !important;
  bottom: 10px !important;
  width: 100% !important;
}

.f-thumbs.is-modern .f-thumbs__slide button {
  border-radius: 0px !important;
}

.contact-section {
  color: #ffffff;
  padding: 0px 40px;
  padding-block: 60px;
  background-color: #005745;
}
@media (min-width: 992px) {
  .contact-section {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-inline: 100px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .contact-section {
    padding-bottom: 100px;
    padding-inline: 150px;
    padding-top: 150px;
  }
}
.contact-section .background-mobile {
  left: 0px;
  width: 100%;
  top: -125px;
  height: auto;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 34%, 100% 100%, 25% 100%, 0 68%);
          clip-path: polygon(0 0, 75% 0, 100% 34%, 100% 100%, 25% 100%, 0 68%);
}
@media (min-width: 768px) {
  .contact-section .background-mobile {
    top: -27.5%;
  }
}
@media (min-width: 992px) {
  .contact-section .background-mobile {
    display: none;
  }
}
.contact-section .border-mobile {
  left: 0px;
  width: 100%;
  top: 0px;
  display: block;
  position: absolute;
}
@media (min-width: 992px) {
  .contact-section .border-mobile {
    display: none;
  }
}
.contact-section .hot-spot {
  color: #ffffff;
}
.contact-section .hot-spot svg path {
  fill: currentColor;
}
.contact-section .hot-spot span {
  color: currentColor;
}
.contact-section .contact-section-inner {
  max-width: var(--container-width);
  margin-inline: auto;
  max-width: unset;
}
.contact-section .contact-section-inner.contact-section-inner-desktop {
  display: none;
}
@media (min-width: 992px) {
  .contact-section .contact-section-inner.contact-section-inner-desktop {
    display: block;
  }
}
.contact-section .contact-section-inner.contact-section-inner-mobile {
  display: block;
  position: relative;
}
.contact-section .contact-section-inner.contact-section-inner-mobile .contact-section-left {
  width: 100%;
  display: block;
  padding-top: 0px;
  padding-bottom: 60px;
}
.contact-section .contact-section-inner.contact-section-inner-mobile .contact-section-left::before {
  display: none;
}
@media (min-width: 992px) {
  .contact-section .contact-section-inner.contact-section-inner-mobile {
    display: none;
  }
}
.contact-section .contact-section-inner .contact-section-left {
  display: none;
}
@media (min-width: 992px) {
  .contact-section .contact-section-inner .contact-section-left {
    display: block;
  }
}
@media (min-width: 768px) {
  .contact-section .contact-section-inner {
    width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-inner {
    width: unset;
    margin: unset;
  }
}
.contact-section .contact-section-content {
  position: relative;
  display: block;
  height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .contact-section .contact-section-content {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-content {
    padding-bottom: 0;
  }
}
.contact-section .contact-section-left {
  position: relative;
  display: block;
  width: 83.3334%;
  margin-right: auto;
  padding: 80px 15px 0;
  text-align: right;
}
@media (min-width: 768px) {
  .contact-section .contact-section-left {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-left {
    position: absolute;
    top: 0;
    right: calc(50% + 5vw);
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 10vw 60px 0 0;
  }
}
.contact-section .contact-section-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -30px;
  left: 20vw;
  background-color: #cfb5ff;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-section .contact-section-left:before {
    right: -45px;
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-left:before {
    right: 0;
    bottom: calc(40% - 0.5vw);
    left: auto;
    width: 35vw;
  }
}
.contact-section .contact-section-left:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20vw;
  bottom: -30px;
  left: 0;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../../img/contact-section-angle.svg");
  z-index: 2;
}
@media (min-width: 768px) {
  .contact-section .contact-section-left:after {
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-left:after {
    bottom: calc(40% - 0.5vw);
    width: 10vw;
  }
}
.contact-section .contact-section-left h3 {
  position: relative;
  color: #ffffff;
  font-size: 52px;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  z-index: 3;
}
@media (min-width: 992px) {
  .contact-section .contact-section-left h3 {
    font-size: 3.4vw;
  }
}
.contact-section .contact-section-left h3 a {
  border-bottom: 1px solid #005745;
  color: #005745;
  transition: border-color 0.2s, color 0.2s;
}
.contact-section .contact-section-left h3 a:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.contact-section .downloads {
  z-index: 9;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 90px;
  background-color: #ffffff;
  padding: 35px 45px 100px 45px;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 34%, 100% 100%, 25% 100%, 0 68%);
          clip-path: polygon(0 0, 75% 0, 100% 34%, 100% 100%, 25% 100%, 0 68%);
}
.contact-section .downloads .downloads-inner .heading h4 {
  color: #005745;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .contact-section .downloads .downloads-inner .heading h4 {
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  .contact-section .downloads .downloads-inner .heading h4 {
    font-size: 2.4vw;
  }
}
.contact-section .downloads .downloads-inner .downloads-list {
  padding: 15px 0px 0px 0px;
}
.contact-section .downloads .downloads-inner .downloads-list .download {
  padding: 10px 0px;
  border-bottom: 1px solid #005745;
}
.contact-section .downloads .downloads-inner .downloads-list .download a {
  display: flex;
  margin: 0px 0px;
  font-weight: 700;
  font-size: 16px;
  color: #005745;
  flex-direction: row;
  text-decoration: none;
  justify-content: space-between;
}
.contact-section .downloads .downloads-inner .downloads-list .download a svg,
.contact-section .downloads .downloads-inner .downloads-list .download a img {
  width: 11px;
  height: auto;
}
@media (min-width: 992px) {
  .contact-section .downloads .downloads-inner .downloads-list .download a svg,
.contact-section .downloads .downloads-inner .downloads-list .download a img {
    height: 23px;
  }
}
.contact-section .downloads .downloads-inner .downloads-list .download a span:last-of-type {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-section .downloads .downloads-inner .downloads-list .download a span:last-of-type {
    padding-right: 25%;
  }
}
@media (min-width: 1300px) {
  .contact-section .downloads .downloads-inner .downloads-list .download a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-section .downloads .downloads-inner .downloads-list .download a {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .contact-section .downloads .downloads-inner .downloads-list .download {
    padding: 15px 0px;
  }
}
.contact-section .downloads .downloads-border-top {
  display: inline-block;
  width: 0;
  height: 0;
  top: 0px;
  right: 0px;
  position: absolute;
  border-style: solid;
  border-width: 0px 100px 100px 0px;
  border-color: transparent #cfb5ff transparent transparent;
}
@media (min-width: 992px) {
  .contact-section .downloads .downloads-border-top {
    display: none;
  }
}
.contact-section .downloads .downloads-border-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  left: 0px;
  bottom: 0px;
  display: none;
  position: absolute;
  border-style: solid;
  border-width: 75px 0px 0px 75px;
  border-color: transparent transparent transparent #005745;
}
@media (min-width: 992px) {
  .contact-section .downloads .downloads-border-bottom {
    border-width: 110px 0px 0px 110px;
  }
}
@media (min-width: 768px) {
  .contact-section .downloads {
    width: 720px;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 34%, 100% 100%, 15% 100%, 0 68%);
            clip-path: polygon(0 0, 85% 0, 100% 34%, 100% 100%, 15% 100%, 0 68%);
  }
}
@media (min-width: 992px) {
  .contact-section .downloads {
    z-index: 9;
    width: 350px;
    max-width: 100%;
    margin-top: 75px;
    margin-bottom: 0px;
    position: absolute;
    margin-right: -70px;
    padding: 45px 40px 110px 40px;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 34%, 100% 100%, 25% 100%, 0 68%);
            clip-path: polygon(0 0, 75% 0, 100% 34%, 100% 100%, 25% 100%, 0 68%);
    right: calc(50% + 5vw);
  }
}
@media (min-width: 1300px) {
  .contact-section .downloads {
    padding: 45px 60px 110px 60px;
    margin-top: 100px;
    width: 425px;
  }
}
@media (min-width: 1600px) {
  .contact-section .downloads {
    width: 485px;
  }
}
.contact-section .contacts-footer {
  z-index: 999;
  position: relative;
  margin-bottom: -45px;
}
.contact-section .contacts-footer .contacts-footer-inner {
  z-index: 999;
  position: relative;
  padding: 55px 35px 125px 35px;
}
.contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro {
  display: block;
}
.contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro h4 {
  color: #ffffff;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro h4 {
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro h4 {
    font-size: 2.4vw;
  }
}
.contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro a {
  display: block;
  margin-top: 0.2em;
  text-decoration: none;
  color: #cfb5ff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro a {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner .contact-footer-intro {
    display: none;
  }
}
.contact-section .contacts-footer .contacts-footer-inner .contacts-footer-logo {
  z-index: 99;
  display: block;
  width: 150px;
  height: auto;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-logo {
    width: 180px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-logo {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-logo {
    width: 240px;
  }
}
.contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  font-weight: 700;
  border-top: 1px solid #cfb5ff;
  border-bottom: 1px solid #cfb5ff;
}
@media (min-width: 768px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram {
    margin-top: 50px;
  }
}
.contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram p {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram p {
    font-size: 20px;
  }
}
.contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram p a {
  color: #cfb5ff;
  text-decoration: none;
  display: block;
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner .contacts-footer-tram p a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer .contacts-footer-inner {
    padding: 0px 0px;
  }
}
@media (min-width: 768px) {
  .contact-section .contacts-footer {
    width: 720px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: -100px;
  }
}
@media (min-width: 992px) {
  .contact-section .contacts-footer {
    left: 5vh;
    bottom: 5vh;
    width: 46%;
    position: absolute;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.contact-section .agents {
  position: relative;
  font-size: 12px;
  margin-bottom: 60px;
  font-family: "Gilroy", sans-serif;
}
.contact-section .agents .agents-inner .row {
  gap: 35px;
  margin: 0px 0px;
}
.contact-section .agents .agents-inner .row .agents-col.agents-col-cbre {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-section .agents .agents-inner .row .agents-col.agents-col-cbre .agents-col-inner .logo-wrap img,
.contact-section .agents .agents-inner .row .agents-col.agents-col-cbre .agents-col-inner .logo-wrap svg {
  width: 90px;
  height: auto;
}
@media (min-width: 1300px) {
  .contact-section .agents .agents-inner .row .agents-col.agents-col-cbre .agents-col-inner .logo-wrap img,
.contact-section .agents .agents-inner .row .agents-col.agents-col-cbre .agents-col-inner .logo-wrap svg {
    width: unset;
  }
}
.contact-section .agents .agents-inner .row .agents-col.agents-col-jll .agents-col-inner .logo-wrap img,
.contact-section .agents .agents-inner .row .agents-col.agents-col-jll .agents-col-inner .logo-wrap svg {
  width: 86px;
  height: auto;
}
@media (min-width: 1300px) {
  .contact-section .agents .agents-inner .row .agents-col.agents-col-jll .agents-col-inner .logo-wrap img,
.contact-section .agents .agents-inner .row .agents-col.agents-col-jll .agents-col-inner .logo-wrap svg {
    width: unset;
  }
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .logo-wrap {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .logo-wrap img,
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .logo-wrap svg {
  max-width: 100%;
  display: block;
}
@media (min-width: 1300px) {
  .contact-section .agents .agents-inner .row .agents-col .agents-col-inner .logo-wrap {
    height: 76px;
    margin-bottom: 30px;
  }
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details .agent {
  font-size: 12px;
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details .agent .name {
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details .agent .data a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details .agent .data.email a {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details .agent {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details .agent {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details {
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-section .agents .agents-inner .row .agents-col .agents-col-inner .details {
    gap: 25px;
  }
}
@media (min-width: 1300px) {
  .contact-section .agents .agents-inner .row {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .contact-section .agents {
    width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .contact-section .agents {
    position: absolute;
    top: 0;
    left: 55%;
    bottom: 35%;
    width: 45%;
    margin: 0;
    font-size: auto;
    padding: 5vw 0 0;
    margin-bottom: 0px;
    width: unset;
    margin: unset;
  }
}
.contact-section .contact-section-right {
  display: block;
  width: calc(100% - 30px);
  margin: 80px 0 0 auto;
  padding: 50px 50px 150px 50px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../../img/contact-section-border-v2.svg");
}
@media (min-width: 768px) {
  .contact-section .contact-section-right {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-right {
    position: absolute;
    top: 75%;
    left: 55%;
    bottom: 0;
    width: 45%;
    margin: 0;
    padding: 4vw 4vw 0;
  }
}
@media (min-width: 1300px) {
  .contact-section .contact-section-right {
    top: 70%;
  }
}
.contact-section .contact-section-right-intro {
  display: block;
  width: 100%;
}
.contact-section .contact-section-right-intro h4 {
  color: #ffffff;
  font-size: 7vw;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .contact-section .contact-section-right-intro h4 {
    font-size: 3.4vw;
  }
}
.contact-section .contact-section-right-intro a {
  display: block;
  margin-top: 0.2em;
  text-decoration: none;
  color: #cfb5ff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .contact-section .contact-section-right-intro a {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-section .contact-section-right-intro a {
    font-size: 30px;
  }
}
.contact-section .contact-section-left-logo {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-section .contact-section-left-logo {
    width: 180px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-left-logo {
    width: 210px;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .contact-section .contact-section-left-logo {
    width: 240px;
  }
}
.contact-section .contact-section-right-tram {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  border-top: 1px solid #cfb5ff;
  border-bottom: 1px solid #cfb5ff;
}
@media (min-width: 768px) {
  .contact-section .contact-section-right-tram {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-right-tram {
    margin-top: 50px;
  }
}
.contact-section .contact-section-right-tram p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .contact-section .contact-section-right-tram p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-section-right-tram p {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .contact-section .contact-section-right-tram p {
    font-size: 20px;
  }
}
.contact-section .contact-section-right-tram p a {
  color: #cfb5ff;
  text-decoration: none;
}
.contact-section .contact-section-right-footer {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.contact-section .contact-section-right-footer p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 768px) {
  .contact-section .contact-section-right-footer p {
    font-size: 16px;
  }
}
.contact-section .contact-section-right-footer span {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Gilroy", sans-serif;
}
.contact-section .contact-section-right-footer span a {
  color: inherit;
}
