@font-face {
  font-family: Prestige elite;
  src: url('../fonts/Prestige-Elite-Normal.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MATERIAL ICONS 36 Pt";
  src: url('../fonts/MaterialSymbolsRounded_36pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Prestigeelitestd bd;
  src: url('../fonts/PrestigeEliteStd-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf pro text;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf pro text;
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1624b6;
  --bg: #fdfdff;
  --basic-blue: #1624b6;
  --black: #000;
  --green: #00ffbc;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--blue);
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.body-black {
  background-color: var(--bg);
  color: #161616;
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.preloader {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fdfdff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-logo {
  color: var(--basic-blue);
  width: 10vw;
  max-width: 100px;
}

.main-content {
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.icon3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2vw;
  max-width: 30px;
  display: flex;
}

.icon3.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.icon3.m-b5 {
  margin-bottom: 5px;
}

.page-layout {
  min-height: 100vh;
  padding-top: 20px;
  overflow: auto;
}

.open-navigation {
  cursor: pointer;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.header {
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
  overflow: hidden;
}

.header.mobile-hide.m-tmax {
  margin-top: 5em;
}

.header.center {
  justify-content: center;
}

.column-horizontal-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-horizontal-center.start {
  justify-content: flex-start;
}

.navigation-column-left {
  z-index: 2;
  border-right: 1px solid #b3b3b3;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.navigation-column-left.mobile-hide {
  border-right-color: #5d5e61;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.navigation-column-right {
  z-index: 3;
  border-left: 1px solid #5d5e61;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.open-booking {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1rem;
  display: flex;
}

.open-booking:hover {
  background-color: var(--blue);
  color: var(--bg);
}

.home-logo {
  color: var(--blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.home-logo.homepage-desktop {
  flex-direction: column;
  height: 50px;
}

.p3 {
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 145%;
}

.p3:focus, .p3.bold {
  font-weight: 600;
}

.p3.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.p3.center:active {
  color: #333;
}

.p3.center.m-tb3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.p3.m-t15 {
  margin-top: 1.5em;
}

.p3.button {
  color: var(--blue);
  margin-top: 5px;
  margin-bottom: 5px;
}

.p3.button:hover {
  font-weight: 600;
}

.s-fullwidth-img {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-fullwidth-img.h-100vh {
  background-image: url('../images/IMG_0022-p-1600.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.h1 {
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 2.7em;
  font-weight: 600;
  line-height: 130%;
}

.h1.center {
  text-align: center;
}

.h1.center.nowrap {
  white-space: nowrap;
}

.h1.inline-block {
  display: inline-block;
}

.h1.inline-block.p-r10 {
  color: var(--basic-blue);
  margin-right: 10px;
}

.title-text {
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.c-moving-text {
  position: absolute;
  inset: auto 0% 0%;
}

.c-moving-text.no-wrap {
  z-index: 9;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  white-space: nowrap;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  bottom: 3%;
  overflow: hidden;
}

.c-moving-text.no-wrap.blue {
  background-color: var(--basic-blue);
  color: #fff5f5;
}

.c-moving-text.no-wrap.blue.position-top {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: 0% 0% auto;
}

.moving-text {
  font-size: 11px;
}

.h3 {
  color: var(--blue);
  text-align: left;
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 130%;
}

.h3.center {
  text-align: center;
}

.h3.m-tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h3.m-t20 {
  margin-top: 20px;
}

.s-padding {
  padding-top: 3em;
  padding-left: 2rem;
  padding-right: 2rem;
}

.s-box-size {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.s-box-size.s-padding {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.s-box-size.s-padding.vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.s-box-size.s-padding.vertical-center.fullwidth-mobile.p-b40 {
  padding-bottom: 6em;
}

.s-box-size.s-padding.s-mobile-padding {
  padding-bottom: 2em;
  position: relative;
}

.s-box-size.s-padding.s-mobile-padding.max-width1200 {
  max-width: 1200px;
}

.s-box-size.p-t15 {
  padding-top: 1.5rem;
}

.s-box-size.m-t40 {
  margin-top: 4em;
}

.s-box-size.m-t40.fullwidth-mobile.max-width1200 {
  max-width: 1200px;
}

.home-apartment {
  justify-content: flex-start;
  align-items: center;
  margin: 7rem auto 2em;
  display: flex;
  position: relative;
}

.home-apartment.left {
  justify-content: flex-end;
}

.arch-image {
  cursor: pointer;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 34vw;
  max-width: 450px;
  height: 43vw;
  max-height: 650px;
  display: flex;
  overflow: hidden;
}

.arch-image.half-size {
  width: 28vw;
  max-width: 350px;
  height: 34vw;
  max-height: 450px;
}

.arch-image.half-size.menu-hover-img {
  width: 40%;
  max-width: 250px;
  height: 35vh;
  margin: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.arch-image.half-size.menu-hover-img.left {
  display: none;
  inset: auto auto 0% 0%;
}

.arch-image.half-size.menu-hover-img.right {
  display: none;
  inset: auto 0% 0% auto;
}

.arch-image.home-preview-gallery {
  background-color: #0000;
  width: 70%;
  max-width: none;
  max-height: 650px;
  padding-bottom: 30px;
}

.arch-image.home-preview-gallery.cursor-auto {
  cursor: auto;
}

.arch-image.tooltip.fullwidth {
  flex: none;
  width: 100%;
  max-width: none;
}

.arch-image.tooltip.fullwidth.h-55vh {
  height: 55vh;
}

.img-cover {
  object-fit: cover;
  max-width: none;
  height: 103%;
}

.img-cover.fullwidth {
  flex: none;
  width: 100%;
  height: auto;
}

.img-cover.fullwidth.max-height {
  height: 90vh;
}

.apartment-info {
  z-index: 20;
  border: 1px solid var(--blue);
  background-color: var(--bg);
  width: 35vw;
  max-width: 400px;
  height: auto;
  padding: 2rem 1.7rem;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.apartment-info.blue-border {
  border: 1px solid var(--basic-blue);
}

.apartment-info.maxwidth-550 {
  max-width: 550px;
}

.apartment-info.maxwidth-550.blue-border {
  z-index: 2;
  border-color: var(--blue);
  background-color: var(--bg);
  width: 43%;
  max-width: none;
  position: absolute;
  top: 25%;
  left: auto;
  right: 0%;
}

.apartment-info.maxwidth-550.blue-border.in-extras {
  width: 65%;
  position: relative;
  top: 0%;
}

.apartment-info.left {
  z-index: 20;
  background-color: var(--bg);
  position: absolute;
  left: 0;
}

.btn-secondary {
  border: 1px solid var(--blue);
  color: var(--blue);
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: .7rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-secondary:hover {
  background-color: var(--blue);
  color: var(--bg);
}

.btn-secondary.m-t20 {
  margin-top: 20px;
}

.btn-secondary.m-t20:hover {
  color: var(--bg);
}

.btn-secondary.n-p1 {
  font-style: normal;
  text-decoration: none;
}

.btn-secondary.n-p1.m-t20 {
  margin-top: 2em;
}

.btn-secondary.max-width300 {
  max-width: 300px;
}

.btn-secondary.over-hero-btn {
  width: 3vw;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.sf-p1 {
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 130%;
  position: static;
}

.sf-p1.bold {
  font-weight: 600;
}

._w-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-bottom: 2em;
  display: flex;
}

.absolute {
  z-index: 9;
  position: absolute;
  inset: 0% auto auto 0%;
}

.absolute.bottom-right {
  text-align: right;
  inset: 0% 0% auto auto;
}

.absolute.title-preview-position {
  inset: 0% auto auto 0%;
}

.s-location {
  width: 100%;
  padding-top: 4em;
}

.flex-vertical-center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Sf pro text, Arial, sans-serif;
  display: flex;
  position: relative;
}

.flex-vertical-center.p-lr3 {
  padding-left: 3px;
  padding-right: 3px;
}

.flex-vertical-center.m-tb20 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.flex-vertical-center.m-tb20.email-template.hide {
  display: none;
}

.p4 {
  text-align: left;
  font-family: Sf pro text, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 130%;
}

.p4:focus {
  font-weight: 600;
}

.p4.w--current {
  text-decoration: none;
}

.p4.bold {
  font-weight: 600;
}

.p4.bold.center {
  text-align: center;
}

.p4.bold.center.height150 {
  line-height: 200%;
}

.s-fullwidth {
  margin-left: auto;
  margin-right: auto;
}

.s-fullwidth.footer {
  z-index: 991;
  background-color: #eff2f6;
  margin-top: 4em;
  position: relative;
}

.s-fullwidth.m-t4 {
  margin-top: 4em;
}

.flex-vertical-start {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.designed-by {
  justify-content: space-between;
  align-items: center;
  margin: auto 50px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  bottom: 0;
}

.columns-footer {
  border-bottom: 1px solid #e9e9e9;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column-footer-btm {
  height: 100%;
  padding: 2rem 2em 3rem;
  display: block;
}

.column-footer-btm.border {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.icon2 {
  width: 30px;
}

.h2 {
  font-family: Sf pro text, Arial, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 130%;
}

.h2.inline-block {
  display: inline-block;
}

.h2.inline-block.p-r10 {
  margin-right: 10px;
}

.main-menu {
  z-index: 999;
  border-right: 1px solid var(--basic-blue);
  background-color: #fdfdff;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 40%;
  max-width: 70%;
  height: 100%;
  padding-top: 1em;
  padding-left: 6.5em;
  padding-right: 6.5em;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 2px 10px #28282833;
}

.btn-tertiary {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em;
  display: flex;
}

.btn-tertiary:hover {
  font-weight: 600;
  text-decoration: underline;
}

.btn-tertiary.m-t15 {
  margin-top: 1.5em;
}

.btn-tertiary.white {
  color: #fff5f5;
}

.btn-tertiary.white.m-t20 {
  margin-top: 20px;
}

.m-menu-item {
  color: var(--blue);
  cursor: pointer;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: .3em;
  margin-bottom: .3em;
  padding: .3em 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.m-menu-item:hover {
  border-bottom: 2px solid var(--blue);
}

.m-menu-item.w--current {
  color: var(--blue);
}

.m-menu-item.w--current:hover {
  color: var(--blue);
  font-style: normal;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon4 {
  color: var(--blue);
  flex-direction: row;
  place-content: flex-start center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.social-item {
  color: var(--blue);
  cursor: pointer;
}

.social-item:hover {
  color: var(--black);
}

.m-b20 {
  margin-bottom: 2rem;
}

.hover {
  padding-left: 5px;
  padding-right: 5px;
}

._w-booking {
  z-index: 98;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 55vw;
  max-width: 600px;
  height: 100vh;
  padding: 10px 2rem 10px 6em;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.close-booking {
  border-right: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--bg);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 1.6rem 1rem 1.6rem 1.5rem;
  font-size: .95em;
  font-weight: 600;
  line-height: 200%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.close-booking:hover {
  background-color: var(--blue);
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 600;
}

.w_tooltip {
  background-color: #fdfdff33;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sf pro text, Arial, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.w_tooltip.hover-apart-titles {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--green);
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  inset: 0%;
}

.tooltip {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip.w--current {
  text-decoration: none;
}

.caption-1 {
  font-size: 11px;
  line-height: 100%;
}

.n-h2 {
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.9em;
  line-height: 130%;
}

.hide {
  display: none;
}

.p-tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

._w-img-cover-height {
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

._w-img-cover-height.radius {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.underline {
  text-decoration: underline;
}

.slide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.m-t3 {
  margin-top: 3em;
}

.top-mobile-nav {
  display: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header-mobile {
  display: none;
}

.open-home-wrapper {
  color: var(--blue);
}

.fullwidth {
  width: 100%;
}

.grid-auto {
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
}

.p-lr40 {
  padding: 4em;
}

.jot-form {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-social {
  background-color: var(--blue);
  color: var(--bg);
  border-radius: 100vw;
  width: 3vw;
  max-width: 35px;
  height: 3vw;
  max-height: 35px;
  padding: 7px;
}

.icon-social:hover {
  background-color: var(--black);
}

.blue {
  background-color: var(--blue);
}

.link-home {
  white-space: pre-wrap;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.mymap {
  width: 100%;
  height: 500px;
}

.tab-link {
  cursor: pointer;
  background-color: #0000;
  border-top: 1px solid #e7e7e7;
  width: 100%;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1.2rem;
}

.tab-link.w--current {
  background-color: var(--basic-blue);
  color: var(--bg);
  cursor: pointer;
}

.grid-gallery {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1500px;
  overflow: visible;
}

.gallery-lightbox {
  height: 100%;
}

.gallery-lightbox.max-h8 {
  object-fit: cover;
  max-height: 800px;
}

.gallery-thumbnail {
  object-position: 50% 50%;
  transform: rotate(0);
}

.h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

.h4.m-t20 {
  margin-top: 20px;
}

.p2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
}

.guide-filter-category {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #343d9b;
  text-transform: capitalize;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.guide-filter-category:hover {
  -webkit-text-stroke-color: #343d9b;
  border-bottom-color: #343d9b4d;
}

.guide-filter-category.w--current {
  border-bottom: 2px solid var(--blue);
  opacity: 1;
  color: var(--blue);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.guide-filter-category.hide {
  display: none;
}

.guide-filter-wrapper {
  white-space: nowrap;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: auto;
}

.guide-filter-card {
  border-radius: 5px;
  position: relative;
}

.filter-img {
  border-radius: 10px;
}

.guide-filter-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  display: grid;
  position: relative;
}

.guide-filter-tabs-content {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.filter-tag {
  background-color: #d8d8d8cf;
  border-radius: 100vh;
  margin-top: 5px;
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  display: inline-block;
  position: relative;
}

.max-height {
  height: 2000px;
  overflow: hidden;
}

.inline {
  display: inline;
}

.w_alignhorizontal {
  align-items: center;
  display: flex;
}

.image {
  overflow-wrap: normal;
  mix-blend-mode: multiply;
}

.image.espa {
  mix-blend-mode: normal;
  width: 80%;
  max-width: 400px;
  height: auto;
  margin-top: auto;
  position: relative;
}

.bold {
  font-weight: 600;
}

.m-tb20 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.gallery-slider-wrapper {
  vertical-align: baseline;
  width: auto;
  max-width: 30%;
  margin-right: 10px;
}

.gallery-slide-image {
  height: 100%;
  position: relative;
}

.gallery-image.f-height {
  object-fit: cover;
  height: 100%;
}

.center {
  text-align: center;
}

.room-features-content {
  background-color: var(--basic-blue);
  border-radius: 8px;
  max-width: 1200px;
  margin: 4em auto;
  padding: 1.5em 20px;
  box-shadow: 0 4px 5px #0003;
}

.room-features-item {
  color: var(--bg);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.05rem;
  line-height: 1.5rem;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.comparison-apartments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.divider {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 0;
}

.extra-info-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-top: 5em;
  margin-bottom: 5em;
  display: grid;
}

.extra-info-grid-2.s-padding {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contain {
  object-fit: contain;
}

.location-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-info-aparts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  padding: 1em 3em;
  display: flex;
}

.link-block, .link-block.w--current {
  color: var(--blue);
}

.close-mainmenu {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.main-menu-container {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0%;
}

._w-booking-container {
  z-index: 993;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-booking-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-flex {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-flex.flex-right {
  margin-left: auto;
  margin-right: 1em;
}

.main-header-menu {
  z-index: 99;
  background-color: #f3eff2;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.icon {
  margin-right: 0;
}

.icon.relative {
  position: relative;
}

.gallery-overview {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  position: relative;
}

.gallery-overview.m-t100 {
  margin-top: 100px;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.tabs-menu-2 {
  flex-flow: column;
  display: flex;
  position: fixed;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  background-color: #f3eff2;
  width: 530%;
  margin-top: 2em;
  padding: 2em 1em;
}

.grid-dropdown-subitems {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-b10 {
  margin-bottom: 10px;
}

.link, .link-apart {
  color: var(--blue);
  text-decoration: none;
}

.link-apart.tooltip {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.apartments-gallery {
  color: var(--bg);
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.slider-49 {
  color: var(--bg);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 55vh;
  display: flex;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.material-font-2rem {
  font-family: "MATERIAL ICONS 36 Pt", Georgia, sans-serif;
  font-size: 2rem;
  line-height: 150%;
}

.p-blue {
  background-color: var(--blue);
  margin-left: 4px;
  padding: 4px;
}

.zindex9 {
  z-index: 9;
}

.bottom-slider-nav {
  position: absolute;
  inset: auto 0% -40px;
}

.m-tb40 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.dropdown-img-aprt {
  object-fit: cover;
  border-radius: 4px;
  height: 25vh;
  margin-bottom: 1em;
}

.flex-center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.over-hero-text {
  color: var(--bg);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.text-span {
  font-size: 1.5rem;
  font-weight: 400;
}

.overhero-block {
  position: absolute;
}

@media screen and (min-width: 1920px) {
  .gallery-thumbnail._w-960 {
    width: 960px;
  }

  .guide-filter-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .gallery-image.f-height {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .preloader {
    display: none;
  }

  .preloader-logo {
    width: 11vw;
    max-width: 130px;
  }

  .main-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-content.p-t50-mobile {
    padding-top: 5rem;
  }

  .page-layout {
    padding-top: 0;
  }

  .header {
    padding-left: 1rem;
    padding-right: 1em;
  }

  .header.mobile-hide, .navigation-column-left.mobile-hide, .navigation-column-right {
    display: none;
  }

  .home-logo {
    flex-direction: row;
    width: 80px;
    height: auto;
    max-height: none;
  }

  .home-logo.homepage-desktop {
    width: auto;
  }

  .s-fullwidth-img.h-100vh {
    background-size: cover;
    height: 80vh;
  }

  .h1 {
    font-size: 2.4em;
  }

  .s-box-size.s-padding.vertical-center.fullwidth-mobile {
    width: 100%;
    max-width: none;
  }

  .s-box-size.s-padding.s-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .s-box-size.m-t40.fullwidth-mobile {
    width: 100%;
    max-width: none;
  }

  .home-apartment {
    flex-direction: column;
    margin-top: 0;
  }

  .arch-image.half-size {
    width: 35vw;
  }

  .arch-image.home-preview-gallery {
    width: 100%;
    height: 50vh;
    margin-right: auto;
    padding-bottom: 0;
  }

  .arch-image.home-preview-gallery.right {
    margin-left: auto;
    margin-right: 0;
  }

  .img-cover {
    position: static;
  }

  .img-cover.fullwidth.full-height-mobile, .img-cover.fullheight {
    width: auto;
    height: 100%;
  }

  .img-cover.fullheight.fullwidth-mobile {
    height: auto;
  }

  .img-cover.fullwidth-mobile {
    width: 100%;
    height: auto;
  }

  .apartment-info {
    width: 85vw;
    max-width: none;
    position: relative;
  }

  .apartment-info.maxwidth-550.blue-border {
    width: 65%;
    padding: 1rem 2rem;
    position: relative;
    bottom: 20px;
  }

  .apartment-info.left {
    position: relative;
  }

  .btn-secondary {
    min-width: 100px;
  }

  .btn-secondary.m-t20 {
    margin-top: 2em;
  }

  .absolute.bottom-right {
    margin-top: 100px;
    margin-right: 40px;
    position: relative;
  }

  .absolute.title-preview-position {
    margin-top: 3em;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
  }

  .flex-vertical-center {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-vertical-center.m-tb20 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .s-fullwidth.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .designed-by {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-footer {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon2.m-r5 {
    margin-right: 5px;
  }

  .main-menu {
    width: 90vw;
    min-width: auto;
    max-width: none;
    padding-left: 5em;
    padding-right: 3em;
    display: none;
    overflow: auto;
  }

  .m-menu-item {
    position: static;
  }

  .m-menu-item.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  ._w-booking {
    display: block;
    overflow: auto;
  }

  .caption-1 {
    font-size: .9em;
  }

  .p-tb20.mobile-hide {
    display: none;
  }

  ._w-img-cover-height.radius {
    width: 100%;
    height: auto;
  }

  .top-mobile-nav {
    z-index: 95;
    border-bottom: 1px solid var(--basic-blue);
    background-color: var(--bg);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 5em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .top-mobile-nav.hide {
    display: none;
  }

  .open-booking-mobile {
    background-color: var(--blue);
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    padding: 12px 25px;
    font-size: 12px;
    display: flex;
  }

  .open-navigation-mobile {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex;
  }

  .mobile-hide {
    display: none;
  }

  .header-mobile {
    z-index: 9;
    align-items: center;
    height: 5rem;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .header-mobile.center {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    position: relative;
  }

  .open-home-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid-auto {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 12px;
    margin-right: 12px;
  }

  .p-lr40 {
    padding-right: 3em;
  }

  .p-lr40.p-lr2em {
    padding-left: 2em;
    padding-right: 2em;
  }

  .mymap {
    height: 380px;
  }

  .icon-menu {
    width: 30px;
    height: 25px;
  }

  .guide-filter-grid {
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  }

  .image.espa {
    top: 10px;
  }

  .extra-info-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .columns {
    flex-flow: wrap;
  }

  .main-menu-container {
    display: block;
  }

  ._w-booking-container {
    display: none;
  }

  .menu-flex {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-header-menu {
    margin-right: 0;
    display: none;
  }

  .icon {
    margin-left: 5px;
    margin-right: auto;
    font-size: 2rem;
    position: relative;
  }

  .gallery-overview {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-2 {
    flex-flow: column;
    display: flex;
  }

  .tabs-menu-2 {
    width: 100%;
    position: relative;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-top: 0;
    padding-left: .5em;
    padding-right: .5em;
    position: relative;
  }

  .grid-dropdown-subitems {
    flex-flow: row;
  }

  .link {
    margin-right: 10px;
  }

  .slider-49 {
    height: 40vh;
  }

  .dropdown {
    margin-left: 0;
    margin-right: auto;
  }

  .link-2 {
    color: var(--blue);
    text-decoration: none;
  }

  .icon-2 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .home-apartment, .home-apartment.left {
    margin-top: 0;
  }

  .arch-image.home-preview-gallery {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .img-cover.fullwidth.full-height-mobile {
    width: auto;
    height: 100%;
  }

  .apartment-info {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .apartment-info.left, .absolute.bottom-right, .absolute.title-preview-position {
    position: relative;
  }

  .main-menu {
    width: 100vw;
    max-width: none;
    overflow: auto;
  }

  ._w-booking {
    width: 100vw;
    min-width: auto;
    max-width: none;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .guide-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-overview {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-dropdown-subitems {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .link-apart.tooltip {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .dropdown-img-aprt {
    height: 15vh;
  }
}

@media screen and (max-width: 479px) {
  .preloader {
    display: none;
  }

  .preloader-logo {
    width: 20vw;
    max-width: 160px;
  }

  .icon3 {
    width: 30px;
    max-width: none;
  }

  .header.center {
    text-align: center;
  }

  .home-logo {
    flex-direction: row;
    width: 90px;
  }

  .p3 {
    color: var(--blue);
    font-size: 1.15em;
  }

  .s-fullwidth-img {
    margin-top: 0;
  }

  .s-fullwidth-img.h-100vh {
    background-position: 50%;
  }

  .s-fullwidth-img.header-img-mobile {
    height: auto;
  }

  .h1, .h1.center {
    font-size: 1.6em;
  }

  .c-moving-text.no-wrap.blue.position-top {
    width: 100vw;
  }

  .h3 {
    font-size: 1.4em;
  }

  .s-box-size.s-padding {
    padding-top: 3em;
  }

  .s-box-size.s-padding.s-mobile-padding {
    width: 90%;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .s-box-size.m-t40.fullwidth-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-apartment {
    margin-top: 2em;
  }

  .arch-image.home-preview-gallery {
    width: 100%;
  }

  .arch-image.home-preview-gallery.right {
    height: auto;
  }

  .img-cover.fullwidth.full-height-mobile {
    width: auto;
    height: 100%;
  }

  .img-cover.fullwidth.max-height.header-img-mobile {
    height: 70%;
    margin-bottom: auto;
  }

  .img-cover.fullheight.fullwidth-mobile {
    width: 100%;
    height: auto;
  }

  .img-cover.fullwidth-mobile {
    width: 100%;
  }

  .apartment-info {
    width: 100%;
    position: relative;
  }

  .apartment-info.maxwidth-550.blue-border {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 2rem;
    right: auto;
  }

  .apartment-info.maxwidth-550.blue-border.in-extras {
    width: 85%;
    top: 0%;
  }

  .apartment-info.left {
    position: relative;
  }

  .absolute.bottom-right {
    margin-top: 2em;
    margin-right: 1em;
    position: relative;
  }

  .absolute.title-preview-position {
    margin-top: 2em;
    margin-left: 1em;
    position: relative;
  }

  .s-location {
    padding-top: 2em;
  }

  .flex-vertical-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-vertical-center.m-tb20 {
    padding-left: 0;
    padding-right: 0;
  }

  .p4 {
    line-height: 130%;
  }

  .p4.bold {
    font-weight: 600;
  }

  .s-fullwidth.footer {
    display: block;
  }

  .designed-by {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-footer {
    flex-wrap: wrap;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .column-footer-btm {
    border-top: 1px solid var(--basic-blue);
    flex: none;
  }

  .column-footer-btm.border {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    flex: none;
  }

  .icon2 {
    width: 10vw;
    max-width: 55px;
    margin: 10px;
  }

  .icon2.m-r5.hide {
    display: none;
  }

  .h2 {
    font-size: 1.3em;
  }

  .main-menu {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    padding-left: 70px;
    padding-right: 1rem;
    overflow: auto;
  }

  .m-menu-item {
    justify-content: flex-start;
    align-items: center;
  }

  .m-menu-item:hover {
    text-decoration: none;
  }

  .icon4.m-b20 {
    color: var(--bg);
  }

  ._w-booking {
    display: block;
  }

  .close-booking {
    padding-left: 1em;
    padding-right: 1em;
    position: fixed;
  }

  .tooltip {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .caption-1 {
    font-size: 11px;
  }

  ._w-img-cover-height {
    background-color: #0000;
  }

  ._w-img-cover-height.radius {
    width: 100%;
    height: auto;
  }

  .grid-3.m-t3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .top-mobile-nav {
    background-color: var(--bg);
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-mobile {
    flex-wrap: wrap;
    margin-top: 0;
    position: relative;
  }

  .header-mobile.center {
    flex-direction: column;
    justify-content: center;
  }

  .open-home-wrapper {
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-auto {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .p-lr40 {
    border-top: 1px solid #e4e4e4;
  }

  .jot-form {
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .link-home:hover {
    transform: none;
  }

  .mymap {
    height: 350px;
  }

  .grid-gallery {
    max-width: none;
  }

  .icon-menu {
    width: 25px;
    max-width: 30px;
  }

  .guide-filter-category {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 80px;
    max-width: 120px;
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0 4px;
    font-size: .8rem;
  }

  .guide-filter-category:hover {
    border-bottom-color: #fff0;
  }

  .guide-filter-wrapper {
    background-color: #ffffff1f;
    border-bottom: 1px solid #e4e4e4;
    justify-content: flex-start;
  }

  .guide-filter-grid {
    grid-template-columns: 1fr;
  }

  .guide-filter-tabs-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-slider-wrapper {
    vertical-align: top;
    max-width: 100%;
    margin-right: 0;
  }

  .gallery-image.f-height {
    object-fit: cover;
  }

  .comparison-apartments {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .extra-info-grid-2 {
    grid-column-gap: 2.3em;
    grid-row-gap: 2.3em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .extra-info-grid-2.s-padding {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-small {
    margin-bottom: 4px;
  }

  .grid-dropdown-subitems {
    flex-flow: wrap;
  }

  .link-apart.tooltip {
    border-bottom: 1px solid #cecece;
  }

  .mask {
    align-self: flex-end;
  }

  .dropdown.full-width {
    width: 100%;
    margin-right: 0;
  }

  .icon-2 {
    align-self: flex-start;
    position: relative;
    inset: 0% auto auto 0;
  }

  .h1-30px {
    font-size: 30px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-e226158a-a20c-8b0f-169f-d6cd183bae9e-3b7ac729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86f018a8-60c9-c942-f203-269abe229a09-2637d800 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0b89745-754e-885d-d4ac-9bf610c33d74-2637d800 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8a1c90c3-29a0-792e-ec74-3bf013c15fd7-2637d800 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74a9dfa4-c960-162e-b50b-254f71fddbc1-2637d800, #w-node-dc0e62b2-cb7e-dd27-12d2-132f9e992954-2637d800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd5bc849-42ed-b630-652c-530f1ce11950-0c0ed40c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_59bf37b8-992c-458d-2193-f17aaaf30fde-0c0ed40c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59bf37b8-992c-458d-2193-f17aaaf30fe4-0c0ed40c {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_59bf37b8-992c-458d-2193-f17aaaf30fee-0c0ed40c, #w-node-_59bf37b8-992c-458d-2193-f17aaaf30ff4-0c0ed40c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c463654f-823e-0984-71c8-952960aa7d43-2d63bf1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5e763637-6309-8957-7fdd-cf1e0dd02c45-2d63bf1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e763637-6309-8957-7fdd-cf1e0dd02c47-2d63bf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e763637-6309-8957-7fdd-cf1e0dd02c4b-2d63bf1b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5e763637-6309-8957-7fdd-cf1e0dd02c57-2d63bf1b, #w-node-_5e763637-6309-8957-7fdd-cf1e0dd02c59-2d63bf1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec44dce4-714b-b6ca-890a-901fae984c66-1b2900ce, #w-node-_4f7e6edb-3a0b-3681-5009-6789b5ceb841-1b2900ce, #w-node-_34fe97a9-3d1b-f1db-4983-dd6444bc8836-1b2900ce, #w-node-_42da5b58-3046-3f54-1cae-53880ea2b9c0-1b2900ce, #w-node-_6d57f27d-d3d0-e311-483b-b051470d147d-1b2900ce, #w-node-eb5b58bb-f1b7-9d15-8c56-62a48a98cf97-1b2900ce, #w-node-a9bb62c4-22b5-6b4d-3745-e44316a04b2c-1b2900ce, #w-node-_4cb927b2-5279-08e2-471a-6be67790b02a-1b2900ce, #w-node-_778e04ba-e295-c9d4-8fa6-675104f715c6-1b2900ce, #w-node-_452ec5d4-56e2-b75e-495b-89ff1d6e1299-1b2900ce, #w-node-_557bf67a-e324-45c2-db9c-91633cca10ed-1b2900ce, #w-node-d980f64d-6293-3201-ff02-b24f0e6e02f0-1b2900ce, #w-node-c88ad8ab-45b3-54cb-9262-2150bf9f911f-1b2900ce, #w-node-_8f77b184-1383-89ac-9a08-54929494fc00-1b2900ce, #w-node-_482fcc8f-3aa7-b743-af05-0f5a026f2a0c-1b2900ce, #w-node-bf305066-c539-e109-f77d-4d0264c0306d-1b2900ce, #w-node-b5a9b8ab-fbc3-91ab-e968-84c37c3eeb1a-1b2900ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be7cc0d8-2ca1-32b4-6269-e9a4e294a769-5949e6a0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-be7cc0d8-2ca1-32b4-6269-e9a4e294a773-5949e6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_604f2027-e854-4dba-6c9a-759322d468e1-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_747b2ebc-addd-17a3-2db4-4cdfeee130b7-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_9a2af154-0743-7aca-683c-846f3bcaf92c-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_2b9c89fa-a7c8-061b-ff56-fdc8f65946a4-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d9498768-8702-a568-1bdb-a4f3e580585a-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-b034a51b-d548-b7e5-43a3-2cc06500bdf8-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3e17fb3d-2284-29e8-5db6-2aaec4f3372d-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_6f600620-fcd0-f863-6d94-be0dacd0f4ca-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_38dc9a78-2a2c-3264-245a-4821f64889fd-5949e6a0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_60258b3c-be6c-407b-1280-5fb6111557e5-5949e6a0, #w-node-_5f3ceedf-921b-79e3-f3a3-e14bb950143b-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_727202fb-0099-2a45-73ef-65dc0a3779d9-5949e6a0, #w-node-_322ce2da-873c-7173-f3ff-0ec10d4aaeb8-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-cd8ab4f8-9b3b-61b1-b402-6d5c116c9353-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_2187596b-4594-818f-9d8e-b0618e0f9da9-5949e6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e548c2e8-2392-6624-57ed-126aef99fbd3-5949e6a0, #w-node-_30caf096-2bfa-6ffd-8c08-a7e29495d322-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb51-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb53-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb55-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb56-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb57-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb59-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb5b-5949e6a0, #w-node-cc02c62e-f5f8-a173-a4e0-55501450fb5c-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-cc02c62e-f5f8-a173-a4e0-55501450fb5d-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_31c42c38-5e83-8d28-aee9-b2f24e989e10-5949e6a0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_9432cf31-0eab-95ae-629e-d890a7f93a43-5949e6a0, #w-node-_474adbbc-1aac-d3a7-faaf-6cfa98ca0586-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-ee6f4379-bf24-6f88-2af3-d7188cd0e989-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ee6f4379-bf24-6f88-2af3-d7188cd0e98a-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c1f340b-e5e7-0015-8912-242d11bbff00-5949e6a0, #w-node-_71070443-737e-49ab-8eb2-f06990327720-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_64a5dc91-222f-a58d-4fd0-c638d33ef293-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_64a5dc91-222f-a58d-4fd0-c638d33ef294-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c283d16-dbf5-93a5-fb78-d35bce41001f-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-e9e3adf4-1ff8-16fd-b587-0612c88cb9ca-5949e6a0 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-a83954f4-1cbd-e7d6-557a-aa467f8639ec-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d3-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d5-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d7-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d8-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d9-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501da-5949e6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501db-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501dd-5949e6a0, #w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501de-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501df-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-e8d2a3d3-dfbc-2422-04f1-9114008f0903-5949e6a0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_739e6b60-549e-d000-126d-d9cf79c4053c-5949e6a0, #w-node-_70616b21-2798-a9d7-52ae-b070c7bfe8ed-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_6cabeed5-1c19-a516-2b56-e0ddbd6ff499-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b7c94144-68ff-a3a7-47ca-198c6e2a0dc0-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-b7c94144-68ff-a3a7-47ca-198c6e2a0dc1-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec551775-e7d7-cdea-8487-2acc0b835f03-5949e6a0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ec551775-e7d7-cdea-8487-2acc0b835f04-5949e6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80b28d93-ebdc-8a21-79f1-dbdfb4cd572c-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3da421ff-3545-dfdc-645d-c75be5eaff4a-5949e6a0, #w-node-_4abf2ed2-472c-efa7-b288-480bd36237aa-5949e6a0, #w-node-b965c8aa-1273-4b2a-b404-a1881491d50d-5949e6a0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-adcb7148-3e5e-577d-226c-72a68795cd68-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_1caa4ce0-d610-a29f-6d7b-297ddfce744e-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_1d55ae2c-2e84-71df-d037-9c4047e09d7a-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_83748fd7-a719-ca35-2804-05ef975a2434-5949e6a0 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_5cf69492-5667-1827-da79-3897f52f05bd-5949e6a0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_1caa4ce0-d610-a29f-6d7b-297ddfce7442-5949e6a0, #w-node-_1caa4ce0-d610-a29f-6d7b-297ddfce7448-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_1caa4ce0-d610-a29f-6d7b-297ddfce7444-5949e6a0 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_2a42e70d-2fb9-8162-9822-1bc03bd5ecc2-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_2a42e70d-2fb9-8162-9822-1bc03bd5ecc4-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-e6b46ca0-1fcb-350e-504a-50743f4f0938-5949e6a0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2a42e70d-2fb9-8162-9822-1bc03bd5ecc8-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-fec4b002-8d5d-14da-3b38-5159ed9d7053-5949e6a0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_0daf4484-b394-2ca5-bcad-fede8477a159-5949e6a0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_478f38db-5e57-be27-4e71-8c9b332b07f1-5949e6a0 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

@media screen and (min-width: 1920px) {
  #w-node-e0b89745-754e-885d-d4ac-9bf610c33d74-2637d800 {
    grid-row: span 1 / span 1;
  }

  #w-node-_604f2027-e854-4dba-6c9a-759322d468e1-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_9a2af154-0743-7aca-683c-846f3bcaf92c-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-b034a51b-d548-b7e5-43a3-2cc06500bdf8-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_3e17fb3d-2284-29e8-5db6-2aaec4f3372d-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_6f600620-fcd0-f863-6d94-be0dacd0f4ca-5949e6a0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_38dc9a78-2a2c-3264-245a-4821f64889fd-5949e6a0, #w-node-_60258b3c-be6c-407b-1280-5fb6111557e5-5949e6a0, #w-node-_5f3ceedf-921b-79e3-f3a3-e14bb950143b-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_727202fb-0099-2a45-73ef-65dc0a3779d9-5949e6a0, #w-node-_322ce2da-873c-7173-f3ff-0ec10d4aaeb8-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-cd8ab4f8-9b3b-61b1-b402-6d5c116c9353-5949e6a0, #w-node-_2187596b-4594-818f-9d8e-b0618e0f9da9-5949e6a0, #w-node-e548c2e8-2392-6624-57ed-126aef99fbd3-5949e6a0, #w-node-_30caf096-2bfa-6ffd-8c08-a7e29495d322-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-cc02c62e-f5f8-a173-a4e0-55501450fb51-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-cc02c62e-f5f8-a173-a4e0-55501450fb53-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-cc02c62e-f5f8-a173-a4e0-55501450fb55-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-cc02c62e-f5f8-a173-a4e0-55501450fb5d-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-ee6f4379-bf24-6f88-2af3-d7188cd0e989-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_9c1f340b-e5e7-0015-8912-242d11bbff00-5949e6a0, #w-node-_71070443-737e-49ab-8eb2-f06990327720-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_64a5dc91-222f-a58d-4fd0-c638d33ef293-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6c283d16-dbf5-93a5-fb78-d35bce41001f-5949e6a0, #w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d3-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d5-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501d7-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_1bc4be80-27d8-92f3-cfc0-64d0418501df-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_6cabeed5-1c19-a516-2b56-e0ddbd6ff499-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b7c94144-68ff-a3a7-47ca-198c6e2a0dc0-5949e6a0, #w-node-ec551775-e7d7-cdea-8487-2acc0b835f03-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_80b28d93-ebdc-8a21-79f1-dbdfb4cd572c-5949e6a0, #w-node-_1d55ae2c-2e84-71df-d037-9c4047e09d7a-5949e6a0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_83748fd7-a719-ca35-2804-05ef975a2434-5949e6a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5cf69492-5667-1827-da79-3897f52f05bd-5949e6a0 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2a42e70d-2fb9-8162-9822-1bc03bd5ecc2-5949e6a0, #w-node-_478f38db-5e57-be27-4e71-8c9b332b07f1-5949e6a0 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a8b18a8-3c6f-f6cd-fbc0-6dffbf77ae6e-4595c7a8, #w-node-_23e24b1d-2b8e-d22a-9180-d3685b5f5a22-4595c7a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f8d10f2-3c21-357e-5e78-7277b0ade76c-b0ade763 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86f018a8-60c9-c942-f203-269abe229a09-2637d800 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0b89745-754e-885d-d4ac-9bf610c33d74-2637d800 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a1c90c3-29a0-792e-ec74-3bf013c15fd7-2637d800 {
    grid-column: span 1 / span 1;
  }

  #w-node-_74a9dfa4-c960-162e-b50b-254f71fddbc1-2637d800 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dc0e62b2-cb7e-dd27-12d2-132f9e992954-2637d800 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-fd5bc849-42ed-b630-652c-530f1ce11950-0c0ed40c, #w-node-c463654f-823e-0984-71c8-952960aa7d43-2d63bf1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Prestige elite';
  src: url('../fonts/Prestige-Elite-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS 36 Pt';
  src: url('../fonts/MaterialSymbolsRounded_36pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prestigeelitestd bd';
  src: url('../fonts/PrestigeEliteStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}