.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@font-face{font-family:Nexa;src:url(../fonts/Nexa-Black.woff2) format("woff2"),url(../fonts/Nexa-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:NexaText;src:url(../fonts/NexaText-Regular.woff2) format("woff2"),url(../fonts/NexaText-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NexaText;src:url(../fonts/NexaText-Heavy.woff2) format("woff2"),url(../fonts/NexaText-Heavy.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box}::-moz-selection{background:#02382c;color:#fff}::selection{background:#02382c;color:#fff}html{scroll-behavior:smooth}body{background-color:#f4f0ec;font-family:Nexa,sans-serif;font-size:18px;font-weight:400;line-height:24px;color:#02382c;margin:0;padding:0}@media only screen and (max-width:1024px){body{font-size:16px;line-height:22px}}body.page-template-events{background-color:#edd2c5}img{margin:0;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{text-decoration:none;transition:color .25s ease-in-out 0s}a,a:hover{color:#02382c}.wrapper{width:100%;overflow:hidden}.container{max-width:1328px;margin:0 auto;padding:0 16px;position:relative}.container--narrow{max-width:960px}.typo-h1,.typo-h2,.typo-h3,.typo-h4,.typo-h5,.typo-h6,h1,h2,h3,h4,h5,h6{font-family:Nexa,sans-serif;font-weight:900;margin:0}.typo-h1,h1{font-size:78px;line-height:100%}@media only screen and (max-width:1366px){.typo-h1,h1{font-size:68px}}@media only screen and (max-width:1024px){.typo-h1,h1{font-size:58px}}@media only screen and (max-width:768px){.typo-h1,h1{font-size:36px}}.typo-h2,h2{font-size:56.8px;line-height:115%}@media only screen and (max-width:1366px){.typo-h2,h2{font-size:48px}}@media only screen and (max-width:1024px){.typo-h2,h2{font-size:42px}}@media only screen and (max-width:768px){.typo-h2,h2{font-size:36px}}.typo-h3,h3{font-size:42.6px;line-height:48px}@media only screen and (max-width:1366px){.typo-h3,h3{font-size:38px;line-height:44px}}@media only screen and (max-width:1024px){.typo-h3,h3{font-size:33px;line-height:39px}}@media only screen and (max-width:768px){.typo-h3,h3{font-size:28px;line-height:34px}}.typo-h4,h4{font-size:32px;line-height:115%}@media only screen and (max-width:1366px){.typo-h4,h4{font-size:28px}}@media only screen and (max-width:1024px){.typo-h4,h4{font-size:24px}}@media only screen and (max-width:768px){.typo-h4,h4{font-size:20px}}.typo-h5,h5{font-size:24px;line-height:115%}@media only screen and (max-width:1366px){.typo-h5,h5{font-size:22px}}@media only screen and (max-width:1024px){.typo-h5,h5{font-size:20px}}@media only screen and (max-width:768px){.typo-h5,h5{font-size:18px}}.typo-h6,h6{font-size:22px;line-height:115%}p{font-family:NexaText,serif;font-size:16px;font-weight:400;line-height:100%;margin:0}b,strong{font-weight:700}.copy-block{font-size:18px;line-height:150%;font-family:NexaText,serif}.copy-block h2,.copy-block h3,.copy-block h4,.copy-block h5,.copy-block h6{font-weight:700;margin:50px 0 30px}.copy-block ol,.copy-block p,.copy-block table,.copy-block ul{font-size:inherit;line-height:inherit;margin:30px 0}.copy-block ol li+li,.copy-block ul li+li{margin-top:8px}.copy-block ul li{padding:0 0 0 24px;position:relative}.copy-block ul li:before{content:"";border-radius:50%;background-color:#02382c;width:6px;height:6px;position:absolute;top:14px;left:2px}.copy-block ol{margin-left:24px}.copy-block ol li{list-style-type:decimal;list-style-position:outside}.copy-block *{font-family:NexaText,serif}.copy-block :first-child{margin-top:0!important}.copy-block :last-child{margin-bottom:0!important}.p-label{font-size:12px;line-height:135%}.p-label p{font-size:inherit;line-height:inherit}.p-small{font-size:16px;line-height:135%}.p-small p{font-size:inherit;line-height:inherit}.p-small p+p{margin:20px 0 0}.p-extra-small{font-size:12px;line-height:1.333;font-weight:400}.p-extra-small p{font-size:inherit;line-height:inherit}.p-small-medium{font-size:18px;line-height:150%}.p-small-medium p{font-size:inherit;line-height:inherit}.p-small-medium p+p{margin:25px 0 0}@media only screen and (max-width:768px){.p-small-medium p+p{margin:20px 0 0}}.p-medium{font-size:20px;line-height:150%}@media only screen and (max-width:1366px){.p-medium{font-size:18px}}@media only screen and (max-width:768px){.p-medium{font-size:16px}}.p-medium p{font-size:inherit;line-height:inherit}.p-medium p+p{margin:28px 0 0}@media only screen and (max-width:768px){.p-medium p+p{margin:20px 0 0}}.p-large{font-size:24px;line-height:140%}@media only screen and (max-width:1366px){.p-large{font-size:22px}}@media only screen and (max-width:768px){.p-large{font-size:20px}}.p-large p{font-size:inherit;line-height:inherit}.p-large p+p{margin:30px 0 0}.btn{border:2px solid transparent;border-radius:30px;background-color:transparent;font-weight:900;line-height:100%;display:inline-flex;transition:border-color .25s ease-in-out 0s,background-color .25s ease-in-out 0s,color .25s ease-in-out 0s}.btn,.btn--block{align-items:center}.btn--block{display:flex;width:100%;text-align:center;justify-content:center}.btn span{padding:4px 0 0}.btn svg path,.btn svg rect{transition:fill .25s ease-in-out 0s}.btn--relative{position:relative}.btn--with-dropdown{padding-right:48px!important}.btn--with-dropdown:after{content:"";display:block;position:absolute;top:50%;right:12px;transform:translateY(-50%);background-image:url(../images/icons/menu-dropdown-arrow--green.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;width:16px;height:16px}.btn--with-dropdown:hover:after{background-image:url(../images/icons/menu-dropdown-arrow.svg)}.btn--with-dropdown .btn-dropdown{pointer-events:none;opacity:0;transition:all .4s;margin-top:24px}.btn--with-dropdown:hover .btn-dropdown{pointer-events:auto;opacity:1;margin-top:2px}.btn--fixed-width{width:100%;padding-right:50px!important;position:relative}@media (max-width:767px){.btn--fixed-width{width:auto;min-width:250px}}.btn--fixed-width svg{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.btn--small{height:40px;font-size:16px;padding:0 20px}.btn--small svg{width:10px;margin:0 0 0 8px}.btn--medium{height:48px;font-size:18px;padding:0 20px}@media only screen and (max-width:1024px){.btn--medium{height:40px;font-size:16px}}.btn--medium svg{width:12px;margin:0 0 0 7px}.btn--big{height:54px;font-size:20px;padding:0 24px}@media only screen and (max-width:1024px){.btn--big{height:48px;font-size:18px;padding:0 20px}}.btn--big svg{width:16px;margin:0 0 0 9px}.btn--full-mustard{background-color:#d3b574;color:#02382c}.btn--full-mustard svg path,.btn--full-mustard svg rect{fill:#02382c}.btn--full-mustard:hover{background-color:#02382c;color:#d3b574}.btn--full-mustard:hover svg path,.btn--full-mustard:hover svg rect{fill:#d3b574}.btn--full-mustard-border,.btn--mustard{border-color:#d3b574}.btn--mustard{color:#d3b574}.btn--mustard svg path,.btn--mustard svg rect{fill:#d3b574}.btn--mustard:hover{background-color:#d3b574;color:#02382c}.btn--mustard:hover svg path,.btn--mustard:hover svg rect{fill:#02382c}.btn--full-green{background-color:#02382c;color:#d3b574}.btn--full-green svg path,.btn--full-green svg rect{fill:#d3b574}.btn--full-green:hover{background-color:#d3b574;color:#02382c}.btn--full-green:hover svg path,.btn--full-green:hover svg rect{fill:#02382c}.btn--full-green-border,.btn--green{border-color:#02382c}.btn--green{color:#02382c}.btn--green svg path,.btn--green svg rect{fill:#02382c}.btn--green:hover{background-color:#02382c;color:#d3b574}.btn--green:hover svg path,.btn--green:hover svg rect{fill:#d3b574}.btn--empty{color:#02382c}.btn--empty svg path,.btn--empty svg rect{fill:#02382c}.btn--download svg{width:18px;margin:0 0 0 8px}.btn-icon-before{border:0;display:inline-flex}.btn-icon-before,.btn-icon-before__icon{align-items:center;transition:background-color .25s ease-in-out 0s}.btn-icon-before__icon{border:2px solid #02382c;border-radius:50%;width:50px;height:50px;margin:0 16px 0 0;padding:0 0 0 3px;justify-content:center;display:flex}.btn-icon-before__icon svg{width:auto;height:16px}.btn-icon-before__icon svg path{fill:#02382c;transition:fill .25s ease-in-out 0s}.btn-icon-before__text{font-size:20px;font-weight:900;line-height:28px;color:#02382c}.btn-icon-before:hover .btn-icon-before__icon{background-color:#02382c}.btn-icon-before:hover .btn-icon-before__icon svg path{fill:#d3b574}.link{font-size:16px;font-weight:900;line-height:24px;align-items:center;display:inline-flex}.link svg{width:auto;height:10px;margin:0 0 0 10px;position:relative;bottom:1px}.link svg path{fill:#02382c}input[type=email],input[type=text]{border:2px solid #02382c;background-color:transparent;width:100%;height:48px;font-family:Nexa,sans-serif;font-size:16px;line-height:1;color:#02382c;outline:none;margin:0;padding:0 15px;box-shadow:none!important;-webkit-appearance:none}input[type=email]:focus,input[type=text]:focus{border-color:#02382c;background-color:transparent}::-webkit-input-placeholder{color:#02382c!important;opacity:1}:-moz-placeholder,::-moz-placeholder{color:#02382c!important;opacity:1}:-ms-input-placeholder{color:#02382c!important;opacity:1}button{border:2px solid #02382c;background-color:transparent;width:100%;height:48px;font-family:Nexa,sans-serif;font-size:16px;font-weight:900;line-height:1;color:#02382c;cursor:pointer;padding:0;-webkit-appearance:none;transition:background-color .25s ease-in-out 0s,color .25s ease-in-out 0s}button:hover{background-color:#02382c;color:#d3b574}.after,.before{width:100%;pointer-events:none;position:relative;z-index:5}.after svg,.before svg{width:100%;height:auto;display:block}.after svg path,.before svg path{transition:fill .25s ease-in-out 0s}.after--absolute,.before--absolute{position:absolute;left:0}@media only screen and (max-width:480px){.after--on-desktop,.before--on-desktop{display:none}}.after--on-mobile,.before--on-mobile{display:none}@media only screen and (max-width:480px){.after--on-mobile,.before--on-mobile{display:block}}.after--mirror,.before--mirror{transform:scaleX(-1)}@media only screen and (max-width:768px){.after--mirror-mobile,.before--mirror-mobile{transform:scaleX(-1)}}.before{margin:0 0 -1px}.before--revers{margin:0;top:-1px}.before--absolute{margin:0;top:-1px;bottom:auto}.before--absolute-full{margin:0;top:auto;bottom:calc(100% - 1px)}.after{margin:-1px 0 0}.after--absolute,.after--revers{margin:0;bottom:-1px}.after--absolute{top:auto}.after--absolute-full{margin:0;top:calc(100% - 1px);bottom:auto}.section-icon{pointer-events:none;position:absolute;z-index:15}.section-icon img{width:100px;height:auto}@media only screen and (max-width:1366px){.section-icon img{width:88px}}@media only screen and (max-width:1024px){.section-icon img{width:76px}}@media only screen and (max-width:768px){.section-icon img{width:64px}}.home-hero{background-size:cover;background-position:50%;width:100%;height:56.18056vw;max-height:100vh;padding:0 0 128px;justify-content:center;align-items:flex-end;display:flex;position:relative}@media only screen and (max-width:1440px){.home-hero{height:809px}}@media only screen and (max-width:1366px){.home-hero{height:770px;max-height:unset;padding:0 0 138px}}@media only screen and (max-width:1024px){.home-hero{height:715px;padding:0 0 148px}}@media only screen and (max-width:768px){.home-hero{height:660px;padding:0 0 162px}}.home-hero:after,.home-hero:before{content:"";width:100%;pointer-events:none;position:absolute;top:0;left:0}.home-hero:before{background:#000;background:linear-gradient(180deg,rgba(0,0,0,.700718),transparent);height:194px;z-index:2}.home-hero:after{background-color:rgba(0,0,0,.2);height:100%;z-index:1}.home-hero__inner{flex-direction:column;align-items:center;display:flex;position:relative;z-index:3}.home-hero__heading{text-align:center;color:#d3b574;margin:0 0 40px}@media only screen and (max-width:768px){.home-hero__heading{margin:0 0 32px}}.home-our-mission{text-align:center;padding:112px 0}.home-our-mission__title{max-width:865px;margin:0 auto 40px}.home-our-mission__content{max-width:744px;margin:0 auto}.home-main-zones{background-color:#c3cfd0;padding:80px 0 243px;transition:background-color .25s ease-in-out 0s;position:relative}@media only screen and (max-width:1366px){.home-main-zones{padding:80px 0 200px}}@media only screen and (max-width:1024px){.home-main-zones{padding:80px 0 160px}}@media only screen and (max-width:768px){.home-main-zones{padding:80px 0 120px}}.home-main-zones .section-icon{top:-112px;right:144px}@media only screen and (max-width:1366px){.home-main-zones .section-icon{top:-90px;right:100px}}@media only screen and (max-width:1024px){.home-main-zones .section-icon{top:-70px;right:60px}}@media only screen and (max-width:768px){.home-main-zones .section-icon{display:none}}.home-main-zones__item{align-items:center;display:flex}@media only screen and (max-width:768px){.home-main-zones__item{display:block}}.home-main-zones__item+.home-main-zones__item{margin:150px 0 0}.home-main-zones__item:nth-child(2n){flex-direction:row-reverse}.home-main-zones__item:nth-child(2n) .home-main-zones__item-content{padding:0 160px 0 40px}@media only screen and (max-width:1024px){.home-main-zones__item:nth-child(2n) .home-main-zones__item-content{padding:0 40px 0 0}}@media only screen and (max-width:768px){.home-main-zones__item:nth-child(2n) .home-main-zones__item-content{padding:40px 0 0}}.home-main-zones__item-image{flex:0 0 40%}.home-main-zones__item-image-inner{display:inline-block;position:relative}.home-main-zones__item-image-inner svg{max-width:100%;width:auto;height:auto;display:block;position:relative;z-index:2}.home-main-zones__item-image-inner svg path{transition:fill .25s ease-in-out 0s}.home-main-zones__item-image-inner img{width:calc(100% - 2px);height:calc(100% - 2px);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;z-index:1;top:1px;left:1px}.home-main-zones__item-content{flex:1 1 auto;padding:0 80px}@media only screen and (max-width:1024px){.home-main-zones__item-content{padding:0 0 0 40px}}@media only screen and (max-width:768px){.home-main-zones__item-content{padding:40px 0 0}}.home-main-zones__item-content h2{margin:0 0 24px}.home-main-zones__item-content .btn-icon-before{margin:40px 0 0}.explore-the-local-area{padding:68px 0 200px}@media only screen and (max-width:1366px){.explore-the-local-area{padding:60px 0 160px}}@media only screen and (max-width:1024px){.explore-the-local-area{padding:40px 0 120px}}@media only screen and (max-width:768px){.explore-the-local-area{padding:0 0 120px}}.explore-the-local-area__title{margin:0 0 60px}@media only screen and (max-width:1024px){.explore-the-local-area__title{margin:0 0 50px}}@media only screen and (max-width:768px){.explore-the-local-area__title{margin:0 0 40px}}.explore-the-local-area__slider-wrapper{position:relative}.explore-the-local-area__slider{overflow:visible}.explore-the-local-area__slider-item:hover .explore-the-local-area__slider-item-image img{transform:scale(1.05)}.explore-the-local-area__slider-item-image{height:240px;overflow:hidden}@media only screen and (max-width:1024px){.explore-the-local-area__slider-item-image{height:220px}}@media only screen and (max-width:480px){.explore-the-local-area__slider-item-image{height:190px}}.explore-the-local-area__slider-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s}.explore-the-local-area__slider-item-content{text-align:center;padding:24px 16px 0}.explore-the-local-area__slider-item-content h5{margin:0 0 16px}.explore-the-local-area__slider-item-content .btn{margin:16px 0 0}.explore-the-local-area__slider-item-content .btn--small svg{transition:margin .25s ease-in-out 0s}.explore-the-local-area__slider-item-content .btn--small:hover svg{margin:0 0 0 14px}.explore-the-local-area__navigation{width:100%;pointer-events:none;padding:0 70px;justify-content:space-between;display:flex;transform:translateY(-50%);position:absolute;z-index:2;top:50%;left:0}@media only screen and (max-width:1366px){.explore-the-local-area__navigation{width:100%;padding:0 50px}}@media only screen and (max-width:1024px){.explore-the-local-area__navigation{padding:0 30px}}@media only screen and (max-width:768px){.explore-the-local-area__navigation{display:none}}.explore-the-local-area__navigation-next,.explore-the-local-area__navigation-prev{width:60px;cursor:pointer;pointer-events:all;transition:opacity .25s ease-in-out 0s}.explore-the-local-area__navigation-next.swiper-button-disabled,.explore-the-local-area__navigation-prev.swiper-button-disabled{opacity:0;pointer-events:none}.explore-the-local-area__navigation-next svg,.explore-the-local-area__navigation-prev svg{width:100%;height:auto;display:block}.explore-the-local-area__navigation-next svg circle,.explore-the-local-area__navigation-next svg path,.explore-the-local-area__navigation-prev svg circle,.explore-the-local-area__navigation-prev svg path{transition:fill .25s ease-in-out 0s}.explore-the-local-area__navigation-next:hover svg circle,.explore-the-local-area__navigation-prev:hover svg circle{fill:#02382c}.explore-the-local-area__navigation-next:hover svg path,.explore-the-local-area__navigation-prev:hover svg path{fill:#d3b574}.header{width:100%;font-size:15px;font-weight:900;line-height:120%;letter-spacing:5%;position:absolute;z-index:100;top:0;left:0;transition:all .6s}@media only screen and (max-width:1366px){.header{font-size:14px}}.header--sticky{position:fixed;background:#fff;box-shadow:0 -1px 3px rgba(0,0,0,.2);top:-110%}.header--sticky.active{top:0}.header__wrapper{max-width:1440px;height:112px;margin:0 auto;padding:0 32px;align-items:center;display:flex}@media only screen and (max-width:1366px){.header__wrapper{height:102px}}@media only screen and (max-width:1180px){.header__wrapper{height:100px;padding:0 24px}}@media only screen and (max-width:1024px){.header__wrapper{height:92px;padding:0 18px}}.header a{color:#d3b574}.header__logo{width:144px;transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;transition:all .3s;transition-delay:.25s}.header__logo.fadeout{opacity:0;pointer-events:none;transition-delay:0s}@media only screen and (max-width:1366px){.header__logo{width:130px}}@media only screen and (max-width:1180px){.header__logo{width:120px}}@media only screen and (max-width:1024px){.header__logo{width:auto}}.header__logo img{width:100%;height:auto}@media only screen and (max-width:1024px){.header__logo img{width:auto;height:60px}}.header__left-menu-ul{display:flex}@media only screen and (max-width:1024px){.header__left-menu-ul{display:none}}.header__left-menu-li{position:relative}.header__left-menu-li+.header__left-menu-li{margin:0 0 0 30px}@media only screen and (max-width:1366px){.header__left-menu-li+.header__left-menu-li{margin:0 0 0 22px}}@media only screen and (max-width:1180px){.header__left-menu-li+.header__left-menu-li{margin:0 0 0 12px}}.header__left-menu-li:hover .header__left-menu-a.has-children:after{transform:rotate(180deg) translateY(50%)}.header__left-menu-li:hover .header__left-menu-submenu{opacity:1;pointer-events:all;top:100%}.header__left-menu-a{text-transform:uppercase;padding:22px 8px;display:block}.header__left-menu-a.has-children{letter-spacing:.075em;padding:22px 28px 22px 8px;position:relative}.header__left-menu-a.has-children:after{content:"";background-image:url(../images/icons/menu-dropdown-arrow.svg);background-size:cover;width:16px;height:16px;transform:translateY(-50%);transition:transform .25s ease-in-out 0s;position:absolute;top:calc(50% - 3px);right:8px}.header__left-menu-submenu{border-radius:10px;border-top-left-radius:0;background-color:#02382c;font-family:NexaText,serif;padding:32px 36px 32px 32px;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out 0s,top .25s ease-in-out 0s;position:absolute;top:calc(100% - 10px);left:0}.header__left-menu-submenu-li+.header__left-menu-submenu-li{margin:8px 0 0}.header__left-menu-submenu-li .header__left-menu-submenu-span{display:block;margin-top:36px}.header__left-menu-submenu-li:first-child .header__left-menu-submenu-span{margin-top:0}.header__left-menu-submenu-a,.header__left-menu-submenu-span{white-space:nowrap}.header__left-menu-submenu-span{font-size:16px;font-weight:500;line-height:150%;color:#c7cbb5}.header__left-menu-submenu-a{font-weight:400;transition:left .25s ease-in-out 0s;position:relative;left:0}.header__left-menu-submenu-a:hover{left:4px}.header__right-menu{margin:0 0 0 auto}@media only screen and (max-width:1024px){.header__right-menu{display:none}}.header__right-menu-ul{align-items:center;display:flex}.header__right-menu-li+.header__right-menu-li{margin:0 0 0 30px}@media only screen and (max-width:1366px){.header__right-menu-li+.header__right-menu-li{margin:0 0 0 22px}}@media only screen and (max-width:1180px){.header__right-menu-li+.header__right-menu-li{margin:0 0 0 12px}}.header__right-menu-a{text-transform:uppercase;letter-spacing:.075em;padding:8px;align-items:center;display:flex}.header__right-menu-a img{margin:0 6px 0 0;transition:transform .25s ease-in-out 0s;position:relative;top:-1px}.header__right-menu-a:hover img{transform:rotate(180deg)}.header__icons-menu{margin:0 0 0 30px;position:relative;top:-2px}@media only screen and (max-width:1366px){.header__icons-menu{margin:0 0 0 22px}}@media only screen and (max-width:1180px){.header__icons-menu{margin:0 0 0 16px}}@media only screen and (max-width:1024px){.header__icons-menu{display:none}}.header__icons-menu-ul{display:flex}.header__icons-menu-li{position:relative;transition:width .25s ease-in-out 0s}.header__icons-menu-li+.header__icons-menu-li{margin:0 0 0 14px}@media only screen and (max-width:1180px){.header__icons-menu-li+.header__icons-menu-li{margin:0 0 0 8px}}.header__icons-menu-li:hover .header__icons-menu-a__label{max-width:300px;opacity:1;padding-left:32px}.header__icons-menu-a{display:flex;align-items:center;border:2px solid #d3b574;border-radius:140px;text-transform:uppercase;letter-spacing:.075em;color:#d3b574;justify-content:flex-end;transition:width .25s ease-in-out 0s,opacity .25s ease-in-out 0s,padding .25s ease-in-out 0s;overflow:hidden}.header__icons-menu-a__label{display:block;max-width:0;padding:0;opacity:0;margin-top:3px;transition:all .44s}.header__icons-menu-a__icon{width:64px;height:64px;justify-content:center;align-items:center;display:flex}@media only screen and (max-width:1366px){.header__icons-menu-a__icon{width:54px;height:54px}}.header__icons-menu-a__icon img{max-width:30px;height:auto}@media only screen and (max-width:1366px){.header__icons-menu-a__icon img{max-width:24px}}.header__icons-menu-a--normal span{opacity:0;pointer-events:none;display:block;transform:translate(50%,-50%);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;position:absolute;top:calc(50% + 1px);right:60px}.header__icons-menu-a--calculate{width:auto;opacity:0;pointer-events:none;padding:0 17px 0 24px;position:absolute;top:0;right:0}.header__icons-menu-a--calculate.show{opacity:1}@media only screen and (max-width:1366px){.header__icons-menu-a--calculate{padding:0 18px 0 20px}}.header__icons-menu-a--calculate span{margin:0 14px 0 0;display:block}@media only screen and (max-width:1366px){.header__icons-menu-a--calculate span{margin:0 12px 0 0}}.header__language{margin:0 0 0 16px}@media only screen and (max-width:1024px){.header__language{margin:0}}.header__language-a{text-transform:uppercase;padding:8px;display:block}@media only screen and (max-width:1024px){.header__language-a{padding:12px 8px 4px}}.header--green a{color:#02382c}.header--green .header__left-menu-a.has-children:after{background-image:url(../images/icons/menu-dropdown-arrow--green.svg)}.header--green .header__left-menu-submenu-a{color:#d3b574}.header--green .header__icons-menu-a{border-color:#02382c;color:#02382c}.header--green .header__trigger span,.header--green .header__trigger span:after,.header--green .header__trigger span:before{background-color:#02382c}.header__trigger{width:32px;height:32px;cursor:pointer;margin:0 0 0 auto;justify-content:center;align-items:center;display:none}@media only screen and (max-width:1024px){.header__trigger{display:flex}}.header__trigger span{background-color:#d3b574;flex:0 0 19px;height:2px;position:relative}.header__trigger span:after,.header__trigger span:before{content:"";background-color:#d3b574;width:100%;height:100%;position:absolute;left:0}.header__trigger span:before{top:-6px}.header__trigger span:after{bottom:-6px}.atlas-arena-amsterdam{padding:60px 0 160px}@media only screen and (max-width:1366px){.atlas-arena-amsterdam{padding:60px 0 140px}}@media only screen and (max-width:1024px){.atlas-arena-amsterdam{padding:70px 0 120px}}@media only screen and (max-width:768px){.atlas-arena-amsterdam{padding:80px 0 100px}}.atlas-arena-amsterdam--sustainability{padding:0!important}@media (max-width:767px){.atlas-arena-amsterdam--sustainability{margin-bottom:40px}}.atlas-arena-amsterdam__wrapper{position:relative}.atlas-arena-amsterdam__header{text-align:center;margin:0 0 60px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__header{margin:0 0 50px}}@media only screen and (max-width:768px){.atlas-arena-amsterdam__header{margin:0 0 40px}}.atlas-arena-amsterdam__header h2{margin:0 0 8px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__header h2+div{display:none}}.atlas-arena-amsterdam__map{position:relative;z-index:1}.atlas-arena-amsterdam__map>img{width:100%;height:auto}@media only screen and (max-width:560px){.atlas-arena-amsterdam__map>img{width:calc(100% + 32px);margin:0 -16px;display:none}}.atlas-arena-amsterdam__map>img.on-mobile{display:none}@media only screen and (max-width:560px){.atlas-arena-amsterdam__map>img.on-mobile{display:block}}.atlas-arena-amsterdam__map-mask,.atlas-arena-amsterdam__map-numbers{width:100%;height:100%;position:absolute;top:0;left:0}@media only screen and (max-width:560px){.atlas-arena-amsterdam__map-mask,.atlas-arena-amsterdam__map-numbers{display:none}}.atlas-arena-amsterdam__map-mask g circle,.atlas-arena-amsterdam__map-mask g path,.atlas-arena-amsterdam__map-numbers g circle,.atlas-arena-amsterdam__map-numbers g path{transition:fill .25s ease-in-out 0s}.atlas-arena-amsterdam__map-mask g.active circle,.atlas-arena-amsterdam__map-mask g.is-hover circle,.atlas-arena-amsterdam__map-numbers g.active circle,.atlas-arena-amsterdam__map-numbers g.is-hover circle{fill:#d3b574}.atlas-arena-amsterdam__map-mask g.active path,.atlas-arena-amsterdam__map-mask g.is-hover path,.atlas-arena-amsterdam__map-numbers g.active path,.atlas-arena-amsterdam__map-numbers g.is-hover path{fill:#02382c}.atlas-arena-amsterdam__map-mask{z-index:2}.atlas-arena-amsterdam__map-mask__path path{fill:transparent;cursor:pointer;transition:fill .25s ease-in-out 0s}.atlas-arena-amsterdam__map-mask__path.active path,.atlas-arena-amsterdam__map-mask__path:hover path{fill:#02382c;opacity:1}.atlas-arena-amsterdam__map-numbers{pointer-events:none;z-index:3}.atlas-arena-amsterdam__popup{background-color:#02382c;width:360px;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out 0s;transform:translateY(-50%);position:absolute;z-index:4;top:50%;right:0}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup{width:100%;height:100%;opacity:1;pointer-events:all;display:none;transform:translateY(0);position:relative;top:auto;right:auto}}.atlas-arena-amsterdam__popup.is-active{opacity:1;pointer-events:all}.atlas-arena-amsterdam__popup-description a{color:inherit;text-decoration:underline}.atlas-arena-amsterdam__popup-close{width:24px;cursor:pointer;position:absolute;z-index:2;top:12px;right:12px}.atlas-arena-amsterdam__popup-close img{width:100%;height:auto}.atlas-arena-amsterdam__popup-photo{position:relative}.atlas-arena-amsterdam__popup-photo:before{content:attr(data-number);border-radius:50%;background-color:#d3b574;width:48px;height:48px;font-size:24px;font-weight:900;line-height:30px;padding:8px 0 0;justify-content:center;align-items:center;display:flex;transform:translateY(50%);position:absolute;bottom:0;right:36px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup-photo:before{right:20px}}.atlas-arena-amsterdam__popup-photo img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup-photo img{height:210px}}@media only screen and (max-width:768px){.atlas-arena-amsterdam__popup-photo img{height:173px}}.atlas-arena-amsterdam__popup-content{color:#d3b574;padding:32px 32px 28px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup-content{padding:24px 16px}}.atlas-arena-amsterdam__popup-name{color:#fff;margin:0 0 2px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup-name{padding:0 48px 0 0}}.atlas-arena-amsterdam__popup-address{margin:0 0 24px}.atlas-arena-amsterdam__popup-button{margin:24px 0 0;justify-content:flex-end;display:flex}.atlas-arena-amsterdam__popup-benefits{position:relative}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup-benefits{display:none}}.atlas-arena-amsterdam__popup-benefits .before:after{content:"";background-color:#d3b574;width:100%;height:1px;position:absolute;bottom:0;left:0}.atlas-arena-amsterdam__popup-benefits-list{background-color:#d3b574;margin:14px 0 0;padding:10px 32px 16px;display:flex;position:relative;z-index:6;justify-content:center;flex-wrap:wrap}.atlas-arena-amsterdam__popup-benefits-icon{flex:0 0 40px;position:relative;margin:0 5px 10px}.atlas-arena-amsterdam__popup-benefits-icon img{width:100%;height:auto}.atlas-arena-amsterdam__popup-benefits-icon img:hover+label{opacity:1}.atlas-arena-amsterdam__popup-benefits-icon label{background-color:#f4f0ec;font-family:NexaText,serif;font-size:12px;line-height:135%;white-space:nowrap;opacity:0;padding:8px;transition:opacity .25s ease-in-out 0s;transform:translateX(-50%);position:absolute;bottom:calc(100% + 10px);left:50%;pointer-events:none}.atlas-arena-amsterdam__popup-benefits-icon label:after{content:"";border-top:5px solid #f4f0ec;border-left:6px solid transparent;border-right:6px solid transparent;width:0;height:0;transform:translateX(-50%);position:absolute;top:100%;left:50%}.atlas-arena-amsterdam__popup--hide{display:none}.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup-photo:before{background-color:#3f8e42}.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup-content{text-align:center;padding-top:40px;padding-bottom:40px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup-content{padding-top:32px;padding-bottom:32px}}.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup-name{color:#d3b574;text-transform:uppercase;margin-bottom:12px}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup-name{padding:0}}.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup__office-space{color:#d3b574}.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup__office-space br{display:none}@media (max-width:767px){.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup__office-space br{display:inline}}.atlas-arena-amsterdam__popup--energy .atlas-arena-amsterdam__popup__energy-class{color:#3f8e42}.atlas-arena-amsterdam--working{padding:100px 0}.atlas-arena-amsterdam--working .atlas-arena-amsterdam__header{text-align:left}.atlas-arena-amsterdam__carousel{margin:40px 0 0;overflow:visible;display:none}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__carousel{display:block}}.atlas-arena-amsterdam__carousel .swiper-slide{height:auto!important}@media only screen and (max-width:1024px){.atlas-arena-amsterdam__carousel .atlas-arena-amsterdam__popup{display:block}}.news-carousel{padding:0 0 100px;position:relative;z-index:2}@media only screen and (max-width:1024px){.news-carousel{padding:0 0 90px}}@media only screen and (max-width:768px){.news-carousel{padding:0 0 80px}}.news-carousel .section-icon{top:-68px;right:144px}@media only screen and (max-width:1366px){.news-carousel .section-icon{right:100px}}@media only screen and (max-width:1024px){.news-carousel .section-icon{right:60px}}@media only screen and (max-width:768px){.news-carousel .section-icon{display:none}}.news-carousel__header{position:relative;z-index:1}.news-carousel__header--home{text-align:center;margin:0 0 80px}@media only screen and (max-width:1024px){.news-carousel__header--home{margin:0 0 64px}}.news-carousel__header--home h2{margin:0 0 24px}.news-carousel__header--home p{max-width:745px;margin:0 auto}.news-carousel__header--article,.news-carousel__header--community{margin:0 0 68px}@media only screen and (max-width:1024px){.news-carousel__header--article,.news-carousel__header--community{margin:0 0 50px}}@media only screen and (max-width:768px){.news-carousel__header--article,.news-carousel__header--community{margin:0 0 40px}}.news-carousel__header-addon{pointer-events:none;position:absolute;top:-290px;right:calc(100% - 282px)}@media only screen and (max-width:1366px){.news-carousel__header-addon{top:-220px;right:calc(100% - 240px)}}@media only screen and (max-width:1024px){.news-carousel__header-addon{display:none}}.news-carousel__header-addon img{width:703px;height:auto}@media only screen and (max-width:1366px){.news-carousel__header-addon img{width:600px}}.news-carousel__carousel-outer{position:relative}.news-carousel__carousel{max-width:848px;overflow:visible!important;margin:0 auto 0 0;position:relative;z-index:2}.news-carousel__carousel-item{height:auto}@media (max-width:767px){.news-carousel__carousel-item{background:#fff;overflow:hidden;word-wrap:break-word}}.news-carousel__carousel-item-inner{background-color:#fff;height:100%;display:flex}@media only screen and (max-width:768px){.news-carousel__carousel-item-inner{height:auto;display:block}}.news-carousel__carousel-item-inner:hover .news-carousel__carousel-item-image img{transform:scale(1.05)}.news-carousel__carousel-item-inner:hover .news-carousel__carousel-item-content h5{color:#d3b574}.news-carousel__carousel-item-image{flex:0 0 50%;overflow:hidden}.news-carousel__carousel-item-image img{width:100%;height:100%;min-height:290px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s}@media only screen and (max-width:768px){.news-carousel__carousel-item-image img{height:200px}}.news-carousel__carousel-item-content{flex:0 0 50%;text-align:center;padding:32px 24px 24px;flex-direction:column;justify-content:center;display:flex}.news-carousel__carousel-item-content time{font-family:NexaText,serif;font-size:16px;font-weight:400;line-height:135%}.news-carousel__carousel-item-content h5,.news-carousel__carousel-item-content time{margin:0 0 16px}.news-carousel__carousel-item-content h5{transition:color .25s ease-in-out 0s}.news-carousel__button{margin:76px 0 0;justify-content:flex-end;display:flex}@media only screen and (max-width:1366px){.news-carousel__button{margin:65px 0 0}}@media only screen and (max-width:1024px){.news-carousel__button{margin:55px 0 0}}@media only screen and (max-width:768px){.news-carousel__button{margin:40px 0 0;justify-content:center}}.news-carousel__navigation{width:1326px;max-width:1326px;pointer-events:none;padding:0 30px;justify-content:space-between;display:flex;transform:translateY(-50%);position:absolute;z-index:2;top:50%;left:0}@media only screen and (max-width:1366px){.news-carousel__navigation{width:100%;padding:0 50px}}@media only screen and (max-width:1024px){.news-carousel__navigation{padding:0 30px}}@media only screen and (max-width:768px){.news-carousel__navigation{display:none}}.news-carousel__navigation-next,.news-carousel__navigation-prev{width:60px;cursor:pointer;pointer-events:all;transition:opacity .25s ease-in-out 0s}.news-carousel__navigation-next.swiper-button-disabled,.news-carousel__navigation-prev.swiper-button-disabled{opacity:0;pointer-events:none}.news-carousel__navigation-next svg,.news-carousel__navigation-prev svg{width:100%;height:auto;display:block}.news-carousel__navigation-next svg circle,.news-carousel__navigation-next svg path,.news-carousel__navigation-prev svg circle,.news-carousel__navigation-prev svg path{transition:fill .25s ease-in-out 0s}.news-carousel__navigation-next:hover svg circle,.news-carousel__navigation-prev:hover svg circle{fill:#02382c}.news-carousel__navigation-next:hover svg path,.news-carousel__navigation-prev:hover svg path{fill:#d3b574}.page-template-community .news-carousel{padding:100px 0}.single-post .news-carousel{padding:30px 0 120px}@media only screen and (max-width:768px){.single-post .news-carousel{padding:80px 0 100px}}.events-carousel .section-icon{top:-92px;left:144px}@media only screen and (max-width:1366px){.events-carousel .section-icon{top:-86px;left:100px}}@media only screen and (max-width:1024px){.events-carousel .section-icon{top:-66px;left:60px}}@media only screen and (max-width:768px){.events-carousel .section-icon{left:auto;right:16px}}@media only screen and (max-width:480px){.events-carousel .section-icon{top:-56px}}.events-carousel__content{background-color:#edd2c5;padding:0 0 112px;position:relative;z-index:10}@media only screen and (max-width:1366px){.events-carousel__content{padding:25px 0 112px}}@media only screen and (max-width:1024px){.events-carousel__content{padding:52px 0 112px}}@media only screen and (max-width:768px){.events-carousel__content{padding:84px 0 112px}}.events-carousel__header{position:relative}.events-carousel__header--home{text-align:center;margin:0 0 80px}@media only screen and (max-width:1024px){.events-carousel__header--home{margin:0 0 72px}}@media only screen and (max-width:768px){.events-carousel__header--home{margin:0 0 64px}}.events-carousel__header--home h2{margin:0 0 24px}.events-carousel__header--home p{max-width:745px;margin:0 auto}.events-carousel__header--community,.events-carousel__header--event{margin:0 0 60px}@media only screen and (max-width:1024px){.events-carousel__header--community,.events-carousel__header--event{margin:0 0 50px}}@media only screen and (max-width:768px){.events-carousel__header--community,.events-carousel__header--event{margin:0 0 40px}}.events-carousel__carousel-wrapper{position:relative}.events-carousel__carousel{overflow:visible!important;position:relative}.events-carousel__carousel-item{background-color:#02382c;height:auto!important}.events-carousel__navigation{width:100%;pointer-events:none;padding:0 70px;justify-content:space-between;display:flex;transform:translateY(-50%);position:absolute;z-index:2;top:50%;left:0}@media only screen and (max-width:768px){.events-carousel__navigation{display:none}}.events-carousel__navigation-next,.events-carousel__navigation-prev{width:60px;cursor:pointer;pointer-events:all;transition:opacity .25s ease-in-out 0s}.events-carousel__navigation-next.swiper-button-disabled,.events-carousel__navigation-prev.swiper-button-disabled{opacity:0;pointer-events:none}.events-carousel__navigation-next svg,.events-carousel__navigation-prev svg{width:100%;height:auto;display:block}.events-carousel__navigation-next svg circle,.events-carousel__navigation-next svg path,.events-carousel__navigation-prev svg circle,.events-carousel__navigation-prev svg path{transition:fill .25s ease-in-out 0s}.events-carousel__navigation-next:hover svg circle,.events-carousel__navigation-prev:hover svg circle{fill:#02382c}.events-carousel__navigation-next:hover svg path,.events-carousel__navigation-prev:hover svg path{fill:#d3b574}.events-carousel__button{margin:62px 0 0}@media only screen and (max-width:1024px){.events-carousel__button{margin:55px 0 0}}@media only screen and (max-width:768px){.events-carousel__button{margin:40px 0 0}}.events-carousel__button .container{justify-content:flex-end;display:flex}@media only screen and (max-width:768px){.events-carousel__button .container{justify-content:center}}.page-template-community .section-icon{top:-124px;left:auto;right:144px}@media only screen and (max-width:1366px){.page-template-community .section-icon{top:-114px;right:100px}}@media only screen and (max-width:1024px){.page-template-community .section-icon{top:-92px;right:60px}}@media only screen and (max-width:768px){.page-template-community .section-icon{display:none}}.page-template-community .events-carousel__content{padding:36px 0 112px}@media only screen and (max-width:1024px){.page-template-community .events-carousel__content{padding:36px 0 100px}}@media only screen and (max-width:768px){.page-template-community .events-carousel__content{padding:36px 0 80px}}.newsletter{position:relative}.newsletter .section-icon{top:0;right:144px}@media only screen and (max-width:1366px){.newsletter .section-icon{right:100px}}@media only screen and (max-width:1024px){.newsletter .section-icon{top:0;right:60px}}@media only screen and (max-width:768px){.newsletter .section-icon{top:-18px;right:16px}}.newsletter__main{background-color:#d3b574;margin:-1px 0 0;padding:0 0 60px;position:relative;z-index:10}@media only screen and (max-width:1366px){.newsletter__main{padding:10px 0 60px}}@media only screen and (max-width:1024px){.newsletter__main{padding:20px 0 60px}}@media only screen and (max-width:768px){.newsletter__main{padding:30px 0 60px}}.newsletter__main h3{text-align:center;margin:0 0 16px}.newsletter__main-text{max-width:630px;text-align:center;margin:0 auto}@media only screen and (max-width:480px){.newsletter__main-text{max-width:310px}}.newsletter__main-text--smaller{padding:8px 24px 0;text-align:justify}@media only screen and (max-width:480px){.newsletter__main-text--smaller{max-width:unset}}.newsletter__main-form{max-width:460px;margin:24px auto 0}.newsletter__main-form form .mc4wp-form-fields{display:flex}.newsletter__main-form-input{flex:1 1 auto}.newsletter__main-form-input input{border-radius:30px 0 0 30px;padding:4px 20px 0 24px}.newsletter__main-form-submit button{border-radius:0 30px 30px 0;border-left:0;padding:4px 24px 0 20px}.page-template-community .newsletter .before,.page-template-home .newsletter .before,.single-event .newsletter .before,.single-post .newsletter .before{background-color:#edd2c5}.footer{background-color:#02382c}.footer__wrapper{max-width:1440px;margin:0 auto;padding:48px 48px 38px;justify-content:space-between;display:flex}@media only screen and (max-width:1366px){.footer__wrapper{padding:48px 0 38px}}@media only screen and (max-width:1024px){.footer__wrapper{padding:48px 16px 38px}}@media only screen and (max-width:768px){.footer__wrapper{padding:48px 16px;flex-wrap:wrap}}.footer__col{flex:0 0 280px}@media only screen and (max-width:1366px){.footer__col{flex:0 0 24%}}@media only screen and (max-width:1024px){.footer__col{flex:0 0 33.33333%}}@media only screen and (max-width:768px){.footer__col{flex:0 0 50%}}.footer__col--first{margin:0 auto 0 0;flex-direction:column;justify-content:center;display:flex}@media only screen and (max-width:1366px){.footer__col--first{flex:0 0 28%;margin:0}}@media only screen and (max-width:1024px){.footer__col--first{display:none}}.footer__col--second .footer__main-menu+.footer__main-menu{display:none}@media only screen and (max-width:768px){.footer__col--second .footer__main-menu+.footer__main-menu{margin:48px 0 0;display:block}}.footer__col--third .footer__additional-menu,.footer__col--third .footer__buttons,.footer__col--third .footer__text-pages{display:none}@media only screen and (max-width:768px){.footer__col--third .footer__additional-menu,.footer__col--third .footer__buttons,.footer__col--third .footer__text-pages{display:block}}@media only screen and (max-width:768px){.footer__col--third .footer__additional-menu{margin:32px 0 0}}@media only screen and (max-width:768px){.footer__col--third .footer__text-pages{margin:53px 0 0}}@media only screen and (max-width:768px){.footer__col--forth{display:none}}.footer__col--fifth{flex:0 0 100%;margin:56px 0 0;display:none}@media only screen and (max-width:768px){.footer__col--fifth{display:block}}.footer__col--fifth .footer__social-media{margin:56px 0 0;justify-content:center;display:flex}.footer__col--fifth .footer__vastint{margin:48px 0 0}.footer__col--fifth .footer__vastint img{margin:0 auto}.footer__col--menu+.footer__col--menu{margin:0 0 0 60px}@media only screen and (max-width:1366px){.footer__col--menu+.footer__col--menu{margin:0}}.footer__logo img{width:189px;height:auto;margin:0 auto}.footer__buttons{text-align:center;margin:65.5px 0 0;flex-direction:column;display:flex}@media only screen and (max-width:768px){.footer__buttons{margin:53px 0 0;text-align:left;display:block}}.footer__buttons-item+.footer__buttons-item{margin:24px 0 0}@media only screen and (max-width:768px){.footer__buttons-item+.footer__buttons-item{display:none}}.footer__buttons-item .btn--medium{height:40px;font-size:16px}.footer__main-menu{font-family:NexaText,serif;font-size:16px;font-weight:400;line-height:135%}.footer__main-menu h6{font-family:Nexa,sans-serif;font-weight:900;color:#d3b574;margin:0 0 14px}.footer__main-menu h6 a{color:inherit}.footer__main-menu a{color:#fff;display:inline-block;transition:transform .25s ease-in-out 0s}.footer__main-menu a:hover{transform:translateX(8px)}.footer__main-menu-submenu-li--span{padding:12px 0}.footer__main-menu-submenu-li--span:first-child{padding:0 0 12px}.footer__main-menu-submenu-li--a+.footer__main-menu-submenu-li--a{margin:8px 0 0}.footer__main-menu-submenu-span{letter-spacing:1px;color:#c7cbb5}.footer__additional-menu{font-size:22px;font-weight:900;line-height:115%;margin:24px 0 0}.footer__additional-menu-li+.footer__additional-menu-li{margin:12px 0 0}.footer__additional-menu-li--only-in-the-mobile-menu{display:none}.footer__additional-menu-a{color:#d3b574;display:inline-block;transition:transform .25s ease-in-out 0s}.footer__additional-menu-a:hover{color:#d3b574;transform:translateX(8px)}.footer__social-media{margin:24px 0 0}.footer__text-pages{font-family:NexaText,serif;font-size:14px;font-weight:400;line-height:135%;margin:36px 0 0}.footer__text-pages-li+.footer__text-pages-li{margin:8px 0 0}.footer__text-pages-a{color:#c7cbb5;display:inline-block;transition:transform .25s ease-in-out 0s}.footer__text-pages-a:hover{color:#c7cbb5;transform:translateX(8px)}.footer__vastint{margin:32px 0 0}.footer__vastint img{width:158px;height:auto}.footer__wedesign{margin:16px 0 0}.footer__wedesign a{color:#c7cbb5;font-family:NexaText,sans-serif;font-style:normal;font-size:12px;line-height:1.35;font-weight:400}.footer__wedesign a strong{font-weight:900}.footer__wedesign a:hover{color:#fff}@media (max-width:768px){.footer__wedesign{text-align:center!important;display:block;width:100%}}.x{color:red}.simple-hero{position:relative}.simple-hero .section-icon{top:0;left:144px}@media only screen and (max-width:1366px){.simple-hero .section-icon{left:100px}}@media only screen and (max-width:1024px){.simple-hero .section-icon{top:-6px;left:60px}}@media only screen and (max-width:768px){.simple-hero .section-icon{top:-16px;left:16px}}.simple-hero__text-wrapper{position:relative}.simple-hero__text{max-width:856px;text-align:center;margin:0 auto;padding:224px 0 112px}@media only screen and (max-width:1366px){.simple-hero__text{padding:210px 0 100px}}@media only screen and (max-width:1024px){.simple-hero__text{padding:195px 0 90px}}@media only screen and (max-width:768px){.simple-hero__text{padding:180px 0 80px}}.simple-hero__text__icon{text-align:center;margin:0 0 40px}.simple-hero__text__icon img{margin:0 auto;max-width:100px;height:auto}@media only screen and (max-width:1366px){.simple-hero__text__icon img{max-width:88px}}@media only screen and (max-width:1024px){.simple-hero__text__icon img{max-width:76px}}@media only screen and (max-width:768px){.simple-hero__text__icon img{max-width:64px}}.simple-hero__text h1{margin:0 0 40px}.simple-hero__text h1 img{max-width:100%;margin:0 auto 50px}@media only screen and (max-width:1024px){.simple-hero__text h1 img{max-height:52px}}@media only screen and (max-width:768px){.simple-hero__text h1 img{max-height:42px}}@media only screen and (max-width:480px){.simple-hero__text h1 img{max-height:32px}}.simple-hero__button{margin:40px 0 0}.simple-hero__icons{margin:40px 0 0;position:relative}.simple-hero__icons,.simple-hero__icons-inner{justify-content:center;align-items:center;display:flex}@media only screen and (max-width:768px){.simple-hero__icons-inner{display:block}}.simple-hero__icons-item{align-items:center;display:flex}.simple-hero__icons-item+.simple-hero__icons-item{margin:0 0 0 70px}@media only screen and (max-width:1024px){.simple-hero__icons-item+.simple-hero__icons-item{margin:0 0 0 40px}}@media only screen and (max-width:768px){.simple-hero__icons-item+.simple-hero__icons-item{margin:12px 0 0}}.simple-hero__icons-item-icon{margin:0 10px 0 0}.simple-hero__icons-item-text{font-size:18px;font-weight:900;line-height:150%}@media only screen and (max-width:768px){.simple-hero__icons-item-text{font-size:16px;line-height:135%}}.simple-hero__icons-item-text a{text-decoration:underline}.simple-hero__icons-list{margin:56px 0 0;justify-content:center;display:flex}@media only screen and (max-width:1024px){.simple-hero__icons-list{margin:50px 0 -40px;flex-wrap:wrap}}@media only screen and (max-width:768px){.simple-hero__icons-list{margin:40px 0 -40px}}.simple-hero__icons-list-item{margin:0 20px}@media only screen and (max-width:1366px){.simple-hero__icons-list-item{margin:0 14px}}@media only screen and (max-width:1024px){.simple-hero__icons-list-item{width:20%;margin:0 0 40px}}@media only screen and (max-width:768px){.simple-hero__icons-list-item{width:50%}}.simple-hero__icons-list-item-icon img{width:auto;height:100px;margin:0 auto 8px}@media only screen and (max-width:1366px){.simple-hero__icons-list-item-icon img{height:88px}}@media only screen and (max-width:1024px){.simple-hero__icons-list-item-icon img{height:76px}}@media only screen and (max-width:768px){.simple-hero__icons-list-item-icon img{height:64px}}.simple-hero__icons-list-item-text{font-size:18px;font-weight:900;line-height:150%;white-space:nowrap}@media only screen and (max-width:768px){.simple-hero__icons-list-item-text{font-size:16px;line-height:135%;white-space:inherit}}.simple-hero__image{position:relative;z-index:1}.simple-hero__image:after,.simple-hero__image:before{width:100%;pointer-events:none;position:absolute;top:0;left:0}.simple-hero__image:before{background:#000;background:linear-gradient(180deg,rgba(0,0,0,.700718),transparent);height:194px;z-index:2}.simple-hero__image:after{background-color:rgba(2,56,44,.05);height:100%;z-index:1}.simple-hero__image>img{width:100%;height:41.31944vw;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:1440px){.simple-hero__image>img{height:595px}}@media only screen and (max-width:1366px){.simple-hero__image>img{height:520px}}@media only screen and (max-width:1024px){.simple-hero__image>img{height:450px}}@media only screen and (max-width:768px){.simple-hero__image>img{height:375px}}.simple-hero__image--with-shadow:after,.simple-hero__image--with-shadow:before{content:""}.simple-hero__social-media{margin:48px 0 0;justify-content:center;align-items:center;display:flex}.simple-hero__social-media .social-media{margin:0 0 0 18px}@media only screen and (max-width:768px){.simple-hero__social-media{flex-wrap:wrap}.simple-hero__social-media>*{flex:0 0 100%}.simple-hero__social-media .social-media{margin:18px 0 0;justify-content:center}}.page-template-working-building .simple-hero,.page-template-working .simple-hero{background-color:#c3cfd0}.page-template-working-building .simple-hero__text,.page-template-working .simple-hero__text{max-width:744px}.page-template-working-building .simple-hero .before svg path,.page-template-working .simple-hero .before svg path{fill:#c3cfd0}.page-template-atlas-square .simple-hero__text-wrapper,.page-template-working-meeting-place .simple-hero__text-wrapper,.page-template-working-meeting-space .simple-hero__text-wrapper{background-color:#c3cfd0}.page-template-atlas-square .simple-hero__text,.page-template-working-meeting-place .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 224px}@media only screen and (max-width:1366px){.page-template-atlas-square .simple-hero__text,.page-template-working-meeting-place .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 210px}}@media only screen and (max-width:1024px){.page-template-atlas-square .simple-hero__text,.page-template-working-meeting-place .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 160px}}@media only screen and (max-width:768px){.page-template-atlas-square .simple-hero__text,.page-template-working-meeting-place .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 100px}}@media only screen and (max-width:480px){.page-template-atlas-square .simple-hero__text,.page-template-working-meeting-place .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 80px}}@media only screen and (max-width:1024px){.page-template-atlas-square .simple-hero__text h1 img,.page-template-working-meeting-place .simple-hero__text h1 img,.page-template-working-meeting-space .simple-hero__text h1 img{max-height:100px}}@media only screen and (max-width:768px){.page-template-atlas-square .simple-hero__text h1 img,.page-template-working-meeting-place .simple-hero__text h1 img,.page-template-working-meeting-space .simple-hero__text h1 img{max-height:80px}}@media only screen and (max-width:480px){.page-template-atlas-square .simple-hero__text h1 img,.page-template-working-meeting-place .simple-hero__text h1 img,.page-template-working-meeting-space .simple-hero__text h1 img{max-height:60px}}.page-template-convenience .simple-hero .section-icon{top:auto;bottom:26px;left:auto;right:144px}@media only screen and (max-width:1366px){.page-template-convenience .simple-hero .section-icon{right:100px}}@media only screen and (max-width:1024px){.page-template-convenience .simple-hero .section-icon{bottom:20px;right:60px}}@media only screen and (max-width:768px){.page-template-convenience .simple-hero .section-icon{display:none}}.page-template-convenience .simple-hero__text-wrapper{background-color:#c7cbb5}.page-template-convenience .simple-hero__text{padding:224px 0 56px}@media only screen and (max-width:1366px){.page-template-convenience .simple-hero__text{padding:210px 0 56px}}@media only screen and (max-width:1024px){.page-template-convenience .simple-hero__text{padding:160px 0 56px}}@media only screen and (max-width:480px){.page-template-convenience .simple-hero__text{padding:150px 0 56px}}.page-template-convenience .simple-hero .after svg path{fill:#c7cbb5}.page-template-convenience-atlas-minds .simple-hero,.page-template-convenience-hotspot .simple-hero,.page-template-working-meeting-space .simple-hero{background-color:#c7cbb5}.page-template-convenience-atlas-minds .simple-hero__text-wrapper .section-icon,.page-template-convenience-hotspot .simple-hero__text-wrapper .section-icon,.page-template-working-meeting-space .simple-hero__text-wrapper .section-icon{top:auto;bottom:-104px}@media only screen and (max-width:1366px){.page-template-convenience-atlas-minds .simple-hero__text-wrapper .section-icon,.page-template-convenience-hotspot .simple-hero__text-wrapper .section-icon,.page-template-working-meeting-space .simple-hero__text-wrapper .section-icon{bottom:-88px}}@media only screen and (max-width:1024px){.page-template-convenience-atlas-minds .simple-hero__text-wrapper .section-icon,.page-template-convenience-hotspot .simple-hero__text-wrapper .section-icon,.page-template-working-meeting-space .simple-hero__text-wrapper .section-icon{bottom:-74px}}@media only screen and (max-width:768px){.page-template-convenience-atlas-minds .simple-hero__text-wrapper .section-icon,.page-template-convenience-hotspot .simple-hero__text-wrapper .section-icon,.page-template-working-meeting-space .simple-hero__text-wrapper .section-icon{bottom:-50px}}.page-template-convenience-atlas-minds .simple-hero__text,.page-template-convenience-hotspot .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{max-width:744px;padding:56px 0 112px}@media only screen and (max-width:1366px){.page-template-convenience-atlas-minds .simple-hero__text,.page-template-convenience-hotspot .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 92px}}@media only screen and (max-width:1024px){.page-template-convenience-atlas-minds .simple-hero__text,.page-template-convenience-hotspot .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0 72px}}@media only screen and (max-width:480px){.page-template-convenience-atlas-minds .simple-hero__text,.page-template-convenience-hotspot .simple-hero__text,.page-template-working-meeting-space .simple-hero__text{padding:56px 0}}.page-template-convenience-atlas-minds .simple-hero__image .section-icon,.page-template-convenience-hotspot .simple-hero__image .section-icon,.page-template-working-meeting-space .simple-hero__image .section-icon{top:auto;bottom:0;left:auto;right:144px}@media only screen and (max-width:1366px){.page-template-convenience-atlas-minds .simple-hero__image .section-icon,.page-template-convenience-hotspot .simple-hero__image .section-icon,.page-template-working-meeting-space .simple-hero__image .section-icon{right:100px}}@media only screen and (max-width:1024px){.page-template-convenience-atlas-minds .simple-hero__image .section-icon,.page-template-convenience-hotspot .simple-hero__image .section-icon,.page-template-working-meeting-space .simple-hero__image .section-icon{right:60px}}@media only screen and (max-width:768px){.page-template-convenience-atlas-minds .simple-hero__image .section-icon,.page-template-convenience-hotspot .simple-hero__image .section-icon,.page-template-working-meeting-space .simple-hero__image .section-icon{display:none}}.page-template-convenience-atlas-minds .simple-hero .before svg path,.page-template-convenience-hotspot .simple-hero .before svg path,.page-template-working-meeting-space .simple-hero .before svg path{fill:#c7cbb5}.page-template-convenience-atlas-minds .simple-hero__text{max-width:744px;padding:8px 0 112px}@media only screen and (max-width:1366px){.page-template-convenience-atlas-minds .simple-hero__text{padding:8px 0 92px}}@media only screen and (max-width:1024px){.page-template-convenience-atlas-minds .simple-hero__text{padding:8px 0 72px}}@media only screen and (max-width:480px){.page-template-convenience-atlas-minds .simple-hero__text{padding:8px 0 56px}}.page-template-convenience-service--flowers .simple-hero,.page-template-convenience-service .simple-hero{background-color:#c7cbb5}.page-template-convenience-service--flowers .simple-hero .before svg path,.page-template-convenience-service .simple-hero .before svg path{fill:#c7cbb5}.page-template-community .simple-hero{background-color:#edd2c5}.page-template-community .simple-hero .before svg path{fill:#edd2c5}.page-template-news .simple-hero__text-wrapper{background-color:#edd2c5}.page-template-news .simple-hero__text-wrapper .section-icon{top:auto;bottom:-104px;left:auto;right:144px}@media only screen and (max-width:1366px){.page-template-news .simple-hero__text-wrapper .section-icon{bottom:-84px;right:100px}}@media only screen and (max-width:1024px){.page-template-news .simple-hero__text-wrapper .section-icon{bottom:-68px;right:60px}}@media only screen and (max-width:768px){.page-template-news .simple-hero__text-wrapper .section-icon{display:none}}.page-template-news .simple-hero__text{padding:224px 0 0}@media only screen and (max-width:1366px){.page-template-news .simple-hero__text{padding:210px 0 56px}}@media only screen and (max-width:1024px){.page-template-news .simple-hero__text{padding:160px 0 66px}}@media only screen and (max-width:480px){.page-template-news .simple-hero__text{padding:150px 0 66px}}.page-template-news .simple-hero .after svg path{fill:#edd2c5}.page-template-events .simple-hero__text-wrapper{background-color:#f4f0ec}.page-template-events .simple-hero__text-wrapper .section-icon{top:auto;bottom:-104px;left:auto;right:144px}@media only screen and (max-width:1366px){.page-template-events .simple-hero__text-wrapper .section-icon{bottom:-84px;right:100px}}@media only screen and (max-width:1024px){.page-template-events .simple-hero__text-wrapper .section-icon{bottom:-68px;right:60px}}@media only screen and (max-width:768px){.page-template-events .simple-hero__text-wrapper .section-icon{display:none}}.page-template-events .simple-hero__text{padding:224px 0 0}@media only screen and (max-width:1366px){.page-template-events .simple-hero__text{padding:210px 0 56px}}@media only screen and (max-width:1024px){.page-template-events .simple-hero__text{padding:160px 0 66px}}@media only screen and (max-width:480px){.page-template-events .simple-hero__text{padding:150px 0 66px}}.page-template-events .simple-hero .after svg path{fill:#f4f0ec}.page-template-atlas-square .simple-hero__image .after svg path{fill:#edd2c5}.page-template-atlas-square .simple-hero__text-wrapper{background-color:#edd2c5}.page-template-atlas-square .simple-hero__text h1 img{max-height:75px}@media only screen and (max-width:1024px){.page-template-atlas-square .simple-hero__text h1 img{max-height:60px}}@media only screen and (max-width:768px){.page-template-atlas-square .simple-hero__text h1 img{max-height:45px}}@media only screen and (max-width:480px){.page-template-atlas-square .simple-hero__text h1 img{max-height:35px}}.getting-to-atlas-arena{padding:100px 0}@media only screen and (max-width:768px){.getting-to-atlas-arena{padding:80px 0}}.getting-to-atlas-arena__title{text-align:center;margin:0 0 60px}@media only screen and (max-width:1024px){.getting-to-atlas-arena__title{margin:0 0 50px}}@media only screen and (max-width:768px){.getting-to-atlas-arena__title{margin:0 0 40px}}.getting-to-atlas-arena__tabs{border:2px solid #02382c;border-radius:30px;font-size:20px;font-weight:900;line-height:150%;overflow:hidden;margin:0 0 24px;display:flex}@media only screen and (max-width:1024px){.getting-to-atlas-arena__tabs{font-size:18px;line-height:135%}}@media only screen and (max-width:768px){.getting-to-atlas-arena__tabs{border-radius:0;border-left:0;border-right:0;width:calc(100% + 32px);font-size:16px;margin:0 -16px}}.getting-to-atlas-arena__tabs-item{flex:0 0 33.33333%;height:54px;text-align:center;cursor:pointer;padding:4px 0 0;justify-content:center;align-items:center;display:flex;transition:background-color .25s ease-in-out 0s,color .25s ease-in-out 0s}.getting-to-atlas-arena__tabs-item:first-child{border-right:1px solid #02382c}.getting-to-atlas-arena__tabs-item:nth-child(2){border-left:1px solid #02382c;border-right:1px solid #02382c}.getting-to-atlas-arena__tabs-item:nth-child(3){border-left:1px solid #02382c}.getting-to-atlas-arena__tabs-item.is-active,.getting-to-atlas-arena__tabs-item:hover{background-color:#02382c;color:#d3b574}.getting-to-atlas-arena__content{display:none;position:relative}@media only screen and (max-width:768px){.getting-to-atlas-arena__content{width:calc(100% + 32px);margin:0 -16px}}.getting-to-atlas-arena__content.is-active{display:block}.getting-to-atlas-arena__content-map{position:relative;z-index:1}.getting-to-atlas-arena__content-map img{width:100%;height:auto}@media only screen and (max-width:768px){.getting-to-atlas-arena__content-map img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}}.getting-to-atlas-arena__content-legend{background-size:contain;background-repeat:no-repeat;align-items:center;display:flex;position:absolute;z-index:2}@media only screen and (max-width:1024px){.getting-to-atlas-arena__content-legend{background-image:none;background-color:#d9d4cc;position:relative}}.getting-to-atlas-arena__content-legend h3{margin:0 0 36px}@media only screen and (max-width:1024px){.getting-to-atlas-arena__content-legend h3{margin:0 0 16px}}.getting-to-atlas-arena__content-legend--left{background-image:url(../images/getting-to-atlas-arena--legend-bg-left.svg);background-position:0;width:551.5px;height:491.5px;padding:50px 130px 0 83px;bottom:33px;left:0}@media only screen and (max-width:1180px){.getting-to-atlas-arena__content-legend--left{width:480px;height:428px;padding:10px 130px 0 40px}}@media only screen and (max-width:1024px){.getting-to-atlas-arena__content-legend--left{width:100%;height:auto;padding:24px 16px}}.getting-to-atlas-arena__content-legend--left .getting-to-atlas-arena__content-legend-list{margin:0 0 -12px;flex-wrap:wrap;display:flex}.getting-to-atlas-arena__content-legend--left .getting-to-atlas-arena__content-legend-list-item{flex:0 0 50%;margin:0 0 12px}.getting-to-atlas-arena__content-legend--right{background-image:url(../images/getting-to-atlas-arena--legend-bg-right.svg);background-position:100%;width:494.5px;height:553.5px;padding:0 57.5px 0 0;justify-content:flex-end;bottom:63.5px;right:0}@media only screen and (max-width:1180px){.getting-to-atlas-arena__content-legend--right{width:480px;height:428px;padding:0 20px 0 0;transform:translateY(50%);bottom:50%}}@media only screen and (max-width:1024px){.getting-to-atlas-arena__content-legend--right{width:100%;height:auto;padding:0;transform:translateY(0);bottom:auto}}.getting-to-atlas-arena__content-legend--right .getting-to-atlas-arena__content-legend-inner{flex:0 0 265px}@media only screen and (max-width:1024px){.getting-to-atlas-arena__content-legend--right .getting-to-atlas-arena__content-legend-inner{flex:0 0 100%;padding:24px 16px}}.getting-to-atlas-arena__content-legend--right .getting-to-atlas-arena__content-legend-list-item+.getting-to-atlas-arena__content-legend-list-item{margin:12px 0 0}.getting-to-atlas-arena__content-legend-inner{width:100%}.getting-to-atlas-arena__content-legend-list-item{align-items:center;display:flex}.getting-to-atlas-arena__content-legend-list-item-icon{flex:0 0 32px;margin:0 8px 0 0}.getting-to-atlas-arena__content-legend-list-item-icon img{width:100%;height:auto}.page-template-working .getting-to-atlas-arena__title{text-align:left}@media only screen and (max-width:768px){.page-template-working .getting-to-atlas-arena__title{text-align:center}}.plan-your-journey__wrapper{background-color:#d3b574;text-align:center;margin:-1px 0 0;padding:40px 15px 46px}.plan-your-journey__wrapper h3{margin:0 0 24px}.plan-your-journey__buttons{margin:24px 0 0;flex-wrap:wrap;justify-content:center;align-items:center;display:flex}@media only screen and (max-width:768px){.plan-your-journey__buttons{text-align:center;display:block}}.plan-your-journey__buttons-item+.plan-your-journey__buttons-item{margin:0 0 0 24px}@media only screen and (max-width:768px){.plan-your-journey__buttons-item+.plan-your-journey__buttons-item{margin:24px 0 0}}.page-template-contact .plan-your-journey{margin:0 0 120px}.half-icons-list{padding:100px 0}@media only screen and (max-width:480px){.half-icons-list{padding:32px 0}}.half-icons-list__title{margin:0 0 60px}@media only screen and (max-width:1024px){.half-icons-list__title{margin:0 0 50px}}@media only screen and (max-width:768px){.half-icons-list__title{margin:0 0 40px}}.half-icons-list__list{margin:0 0 -32px;flex-wrap:wrap;justify-content:space-between;display:flex}@media only screen and (max-width:768px){.half-icons-list__list{flex-direction:column}}.half-icons-list__list-item{flex:0 0 calc(50% - 14px);margin:0 0 32px;align-items:center;display:flex}@media only screen and (max-width:768px){.half-icons-list__list-item{flex:1 1 auto;width:100%;align-items:center}}@media only screen and (max-width:480px){.half-icons-list__list-item{margin-top:20px}}.half-icons-list__list-item-icon{flex:0 0 auto;margin:0 40px 0 0}@media only screen and (max-width:1366px){.half-icons-list__list-item-icon{margin:0 30px 0 0}}@media only screen and (max-width:768px){.half-icons-list__list-item-icon{margin:0 20px 0 0}}.half-icons-list__list-item-icon img{width:100px;height:auto}@media only screen and (max-width:1366px){.half-icons-list__list-item-icon img{width:88px}}@media only screen and (max-width:1024px){.half-icons-list__list-item-icon img{width:76px}}@media only screen and (max-width:768px){.half-icons-list__list-item-icon img{width:64px}}.half-icons-list__list-item-text{max-width:404px}@media only screen and (max-width:768px){.half-icons-list__list-item-text{max-width:unset}}@media only screen and (max-width:480px){.half-icons-list__list-item-text{padding:0}}.half-icons-list__list-item-text h2,.half-icons-list__list-item-text h3,.half-icons-list__list-item-text h4,.half-icons-list__list-item-text h5,.half-icons-list__list-item-text h6{color:#d3b574;margin:0 0 16px}@media only screen and (max-width:480px){.half-icons-list__list-item-text h2,.half-icons-list__list-item-text h3,.half-icons-list__list-item-text h4,.half-icons-list__list-item-text h5,.half-icons-list__list-item-text h6{margin:0 0 4px}}.half-icons-list__list-item-text p{font-family:Nexa,sans-serif;font-size:18px;line-height:150%}@media only screen and (max-width:768px){.half-icons-list__list-item-text p{font-size:16px;line-height:135%}}.half-icons-list__list-item-text p b,.half-icons-list__list-item-text p strong{font-weight:900}.page-template-sustainability .half-icons-list,.page-template-working .half-icons-list{padding:0}.simple-text{text-align:center;padding:100px 0;position:relative;z-index:2}.simple-text .section-icon{top:-8.33333vw;right:144px}@media only screen and (max-width:1440px){.simple-text .section-icon{top:-100px}}@media only screen and (max-width:1366px){.simple-text .section-icon{right:100px}}@media only screen and (max-width:1024px){.simple-text .section-icon{top:-80px;right:60px}}@media only screen and (max-width:768px){.simple-text .section-icon{top:-45px;right:16px}}.simple-text__title{margin:0 auto 32px}.simple-text__title--medium{margin:0 auto 24px}.simple-text__title--large{margin:0 auto 16px}.simple-text__text{max-width:630px;margin:0 auto}.simple-text__text--medium p strong{font-size:24px;font-weight:400;line-height:33.6px}.simple-text__button{margin:28px 0 0;flex-wrap:wrap;justify-content:center;display:flex}@media only screen and (max-width:768px){.simple-text__button{margin:24px 0 0}}.simple-text__button a{margin:12px 12px 0}.simple-text__contact{font-size:18px;font-weight:900;line-height:150%;margin:40px 0 -16px;flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.simple-text__contact-item{margin:0 37px 16px;align-items:center;display:flex}@media only screen and (max-width:1366px){.simple-text__contact-item{margin:0 30px 16px}}@media only screen and (max-width:1024px){.simple-text__contact-item{margin:0 20px 16px}}@media only screen and (max-width:768px){.simple-text__contact-item{margin:0 10px 16px}}@media only screen and (max-width:480px){.simple-text__contact-item{margin:0 0 16px}}.simple-text__contact-item figure{flex:0 0 50px;margin:0 8px 0 0}.simple-text__contact-item figure img{width:100%;height:auto}.simple-text__contact-item a{text-decoration:underline}.simple-text__social-media{margin:32px 0 0;justify-content:center;display:flex}.page-template-contact .simple-text{padding:0}@media only screen and (max-width:768px){.page-template-contact .simple-text{padding:80px 0 0}}.page-template-atlas-square .simple-text,.page-template-community .simple-text,.page-template-working .simple-text{padding:100px 0 0}.page-template-working .simple-text__title{max-width:630px}.page-template-working .simple-text__text .p-large p,.page-template-working .simple-text__text .p-medium p,.page-template-working .simple-text__text .p-small p{font-size:20px;line-height:150%}@media only screen and (max-width:1366px){.page-template-working .simple-text__text .p-large p,.page-template-working .simple-text__text .p-medium p,.page-template-working .simple-text__text .p-small p{font-size:18px}}.page-template-convenience-service--flowers .simple-text__title,.page-template-convenience-service .simple-text__title{max-width:750px}.page-template-events .simple-text__text,.page-template-news .simple-text__text{max-width:unset}.pictures-with-description{padding:100px 0}.pictures-with-description__wrapper{flex-wrap:wrap;justify-content:space-between;display:flex}@media only screen and (max-width:768px){.pictures-with-description__wrapper{display:block}}.pictures-with-description__item{flex:0 0 calc(50% - 12px)}@media only screen and (max-width:768px){.pictures-with-description__item+.pictures-with-description__item{margin:48px 0 0}}.pictures-with-description__item-image img{width:100%;height:496px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:1366px){.pictures-with-description__item-image img{height:468px}}@media only screen and (max-width:1024px){.pictures-with-description__item-image img{height:368px}}@media only screen and (max-width:768px){.pictures-with-description__item-image img{height:268px}}.pictures-with-description__item-description{max-width:90%;font-size:18px;font-weight:900;line-height:150%;margin:24px 0 0;padding:0 8px}@media only screen and (max-width:1366px){.pictures-with-description__item-description{margin:20px 0 0}}@media only screen and (max-width:1024px){.pictures-with-description__item-description{margin:16px 0 0}}@media only screen and (max-width:768px){.pictures-with-description__item-description{font-size:16px;line-height:135%;margin:12px 0 0}}.page-template-atlas-square .pictures-with-description{padding:100px 0 0}.page-default{background-color:#fff}.page-default__heading{background-color:#f4f0ec;text-align:center}.page-default__heading-inner{padding:224px 16px 56px}@media only screen and (max-width:1024px){.page-default__heading-inner{padding:197px 15px 56px}}@media only screen and (max-width:768px){.page-default__heading-inner{padding:172px 15px 56px}}.page-default__heading-text{max-width:744px;margin:40px auto 0}.page-default__heading-after{background-color:#fff}.page-default__heading-after svg{width:100%;height:auto;display:block}.page-default__content{max-width:794px;margin:0 auto -120px;padding:100px 16px 300px}@media only screen and (max-width:1024px){.page-default__content{padding:100px 16px 270px}}@media only screen and (max-width:768px){.page-default__content{padding:80px 16px 240px}}.office-buildings__title{margin:0 0 60px}.office-buildings__list{display:flex}.office-buildings__list-item{background-color:#02382c;flex:0 0 calc(20% - 19.5px);color:#fff;margin:0 0 0 24px}.office-buildings__list-item:first-child{margin:0}.office-buildings__list-item:hover{color:#d3b574}.office-buildings__list-item:hover:hover .office-buildings__list-item-photo img{transform:scale(1.05)}.office-buildings__list-item-photo{position:relative}.office-buildings__list-item-photo figure{height:250px;overflow:hidden}.office-buildings__list-item-photo figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s}.office-buildings__list-item-content{padding:16px 24px 24px}.office-buildings__list-item-content p{font-size:18px;line-height:150%;color:#d3b574}@media only screen and (max-width:1024px){.page-template-working .office-buildings{display:none}}.filterable-slider{padding:100px 0 0}.filterable-slider--olive{background-color:#c7cbb5;padding:64px 0 80px}.filterable-slider--olive .filterable-slider__slider-item__image{position:relative}.filterable-slider--olive .filterable-slider__slider-item__name{background:#f4f0ec;text-align:center;padding:40px 12px;font-size:32px}@media (max-width:767px){.filterable-slider--olive .filterable-slider__slider-item__name{padding:32px 12px;font-size:24px}}.filterable-slider--olive .filterable-slider__slider-item img{max-width:100%;height:auto;-o-object-fit:unset;object-fit:unset}.filterable-slider--minds .filterable-slider__slider-item__name{padding:48px 12px;line-height:1.3}@media (max-width:767px){.filterable-slider--minds .filterable-slider__slider-item__name{padding:40px 12px;font-size:24px}}@media only screen and (max-width:768px){.filterable-slider{padding:80px 0 0}}.filterable-slider--more-space{padding:128px 0}@media only screen and (max-width:768px){.filterable-slider--more-space{padding:80px 0}}.filterable-slider__text{max-width:630px;text-align:center;margin:0 auto 100px}@media only screen and (max-width:768px){.filterable-slider__text{margin:0 auto 80px}}.filterable-slider__text h2,.filterable-slider__text h3,.filterable-slider__text h4,.filterable-slider__text h5{margin:0 0 32px}.filterable-slider__categories{font-family:NexaText,serif;font-size:16px;line-height:135%;padding:24px 0;justify-content:center;display:flex}@media only screen and (max-width:768px){.filterable-slider__categories{padding:0 0 24px}}.filterable-slider__categories-label{margin:0 16px 0 0;padding:10px 0;display:flex}.filterable-slider__categories-list{font-weight:700;display:flex}@media only screen and (max-width:768px){.filterable-slider__categories-list{display:none}}.filterable-slider__categories-list-item{border-radius:30px;cursor:pointer;padding:10px 16px;transition:background-color .25s ease-in-out 0s}.filterable-slider__categories-list-item+.filterable-slider__categories-list-item{margin:0 0 0 8px}.filterable-slider__categories-list-item.is-active{background-color:#fff;pointer-events:none}.filterable-slider__categories-select{display:none;position:relative}@media only screen and (max-width:768px){.filterable-slider__categories-select{display:block}}.filterable-slider__categories-select:after{content:"";background-image:url(../images/icons/menu-dropdown-arrow--green.svg);background-size:contain;background-position:50%;width:18px;height:18px;pointer-events:none;transform:translateY(-50%);position:absolute;top:calc(50% - 1px);right:16px}.filterable-slider__categories-select select{border:2px solid #02382c;border-radius:30px;background-color:transparent;font-family:Nexa,sans-serif;font-size:16px;font-weight:700;line-height:1;height:40px;color:#02382c;cursor:pointer;outline:none;padding:5px 36px 0 20px;box-shadow:none!important;-webkit-appearance:none}.filterable-slider__slider{max-width:780px;overflow:visible;margin:0 auto}@media only screen and (max-width:768px){.filterable-slider__slider{width:calc(100% + 32px);max-width:unset;margin:0 -16px}}.filterable-slider__slider-item__description{padding:20px 8px 8px;text-align:center;font-size:18px;font-weight:400!important;font-family:Nexa Text,sans-serif}.filterable-slider__slider-item__description strong{font-size:20px;margin-bottom:8px}.filterable-slider__slider-item__links{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.filterable-slider__slider-item__links__link{flex:0 0 100%}.filterable-slider__slider-item__links__link .btn{min-width:280px;text-align:center;justify-content:center}.filterable-slider__slider-item img{width:100%;height:560px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:1366px){.filterable-slider__slider-item img{height:540px}}@media only screen and (max-width:768px){.filterable-slider__slider-item img{height:520px}}.filterable-slider__slider-nav{width:1326px;pointer-events:none;padding:0 15px;justify-content:space-between;display:flex;transform:translate(-50%,-50%);position:absolute;z-index:2;top:50%;left:50%}@media only screen and (max-width:1366px){.filterable-slider__slider-nav{width:100%}}.filterable-slider__slider-nav-item{width:60px;cursor:pointer;pointer-events:all}.filterable-slider__slider-nav-item svg{width:100%;height:auto;display:block}.filterable-slider__slider-nav-item svg circle,.filterable-slider__slider-nav-item svg path{transition:fill .25s ease-in-out 0s}.filterable-slider__slider-nav-item:hover svg circle{fill:#02382c}.filterable-slider__slider-nav-item:hover svg path{fill:#d3b574}.filterable-slider__slider-pagination{width:110px;pointer-events:none;margin:24px auto}@media only screen and (max-width:768px){.filterable-slider__slider-pagination{margin:24px auto 0}}.filterable-slider__slider-pagination-item{width:auto!important;height:10px;align-items:center;justify-content:center;display:flex}.filterable-slider__slider-pagination-item.swiper-slide-next .filterable-slider__slider-pagination-item-inner,.filterable-slider__slider-pagination-item.swiper-slide-prev .filterable-slider__slider-pagination-item-inner{width:6px;height:6px}.filterable-slider__slider-pagination-item.swiper-slide-active .filterable-slider__slider-pagination-item-inner{width:10px;height:10px}.filterable-slider__slider-pagination-item-inner{border-radius:50%;background-color:#02382c;width:3px;height:3px;transition:width .25s ease-in-out 0s,height .25s ease-in-out 0s}.page-template-working-meeting-place .filterable-slider{padding:124px 0 100px}.shape-image-list{padding:100px 0}.shape-image-list__title{margin:0 0 60px}@media only screen and (max-width:1024px){.shape-image-list__title{margin:0 0 50px}}@media only screen and (max-width:768px){.shape-image-list__title{margin:0 0 40px}}.shape-image-list__title--center{text-align:center}.shape-image-list__list{margin:0 0 -100px;flex-wrap:wrap;justify-content:space-between;display:flex}@media only screen and (max-width:768px){.shape-image-list__list{margin:0 0 -80px;display:block}}.shape-image-list__list-item{flex:0 0 calc(50% - 12px);margin:0 0 100px}@media only screen and (max-width:768px){.shape-image-list__list-item{margin:0 0 80px}}.multi-color-section__wrapper{padding:56px 0;position:relative;z-index:10}.multi-color-section--more-pb .multi-color-section__wrapper{padding-bottom:128px}.multi-color-section .contact-details,.multi-color-section .simple-text{padding:0}.multi-color-section--blue .after svg path,.multi-color-section--blue .before svg path{fill:#c3cfd0}.multi-color-section--blue .multi-color-section__wrapper{background-color:#c3cfd0}.multi-color-section--white .after svg path,.multi-color-section--white .before svg path{fill:#fff}.multi-color-section--white .multi-color-section__wrapper{background-color:#fff}.multi-color-section--olive .after svg path,.multi-color-section--olive .before svg path{fill:#c7cbb5}.multi-color-section--olive .multi-color-section__wrapper{background-color:#c7cbb5}.multi-color-section--rose .after svg path,.multi-color-section--rose .before svg path{fill:#edd2c5}.multi-color-section--rose .multi-color-section__wrapper{background-color:#edd2c5}.multi-color-section--mustard .after svg path,.multi-color-section--mustard .before svg path{fill:#d3b574}.multi-color-section--mustard .multi-color-section__wrapper{background-color:#d3b574}.page-template-working .multi-color-section--blue{margin:0 0 120px}@media only screen and (max-width:1024px){.page-template-working .multi-color-section--blue{margin:0 0 100px}}@media only screen and (max-width:768px){.page-template-working .multi-color-section--blue{margin:0 0 80px}}.page-template-working-building .multi-color-section--white{margin:100px 0 120px}@media only screen and (max-width:1024px){.page-template-working-building .multi-color-section--white{margin:100px 0}}@media only screen and (max-width:768px){.page-template-working-building .multi-color-section--white{margin:80px 0}}.page-template-convenience-hotspot .multi-color-section--olive{margin:100px 0 0}@media only screen and (max-width:768px){.page-template-convenience-hotspot .multi-color-section--olive{margin:80px 0 0}}.page-template-convenience-service--flowers .multi-color-section,.page-template-convenience-service .multi-color-section{margin:-10.76389vw 0 0}.page-template-news .multi-color-section{margin:60px 0}.find-it-here{padding:100px 0 120px}@media only screen and (max-width:1024px){.find-it-here{padding:100px 0}}@media only screen and (max-width:768px){.find-it-here{padding:80px 0}}.find-it-here__title{margin:0 0 60px}@media only screen and (max-width:1024px){.find-it-here__title{margin:0 0 50px}}@media only screen and (max-width:768px){.find-it-here__title{margin:0 0 40px}}.find-it-here__content{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:1024px){.find-it-here__content{justify-content:center}}.find-it-here__content-cols{flex:0 0 calc(50% - 12px);flex-wrap:wrap;justify-content:space-between;display:flex}@media only screen and (max-width:1024px){.find-it-here__content-cols{flex:0 0 100%}}.find-it-here__content-cols-col{flex:0 0 calc(50% - 12px)}@media only screen and (max-width:768px){.find-it-here__content-cols-col{flex:0 0 100%}}@media only screen and (max-width:768px){.find-it-here__content-cols-col+.find-it-here__content-cols-col{margin:40px 0 0}}.find-it-here__content-cols-col h5{margin:0 0 8px}.find-it-here__content-cols-col .btn{margin:16px 0 0}.find-it-here__content-image{flex:0 0 calc(50% - 12px)}@media only screen and (max-width:1024px){.find-it-here__content-image{flex:0 0 60%;margin:40px 0 0}}@media only screen and (max-width:768px){.find-it-here__content-image{flex:0 0 100%}}.find-it-here__content-image img{width:100%;height:auto}@media only screen and (max-width:480px){.find-it-here__content-image img{width:108%;margin:0 -4%}}.the-building{text-align:center;padding:60px 0 0}.the-building__header{margin:0 0 30px}@media only screen and (max-width:768px){.the-building__header{margin:0 0 4px}}.the-building__header h2{margin:0 0 16px}.the-building__content{position:relative}.the-building__image img{max-width:100%;height:auto;mix-blend-mode:multiply;margin:0 auto}@media only screen and (max-width:768px){.the-building__image img{display:none}}.the-building__image img.on-mobile{display:none}@media only screen and (max-width:768px){.the-building__image img.on-mobile{display:block}}.the-building__buttons{text-align:left;position:absolute;z-index:2;bottom:46px;left:0}@media only screen and (max-width:1024px){.the-building__buttons{margin:24px auto 0;text-align:center;position:relative;bottom:auto;left:auto;max-width:50%}}@media only screen and (max-width:768px){.the-building__buttons{max-width:unset}}.the-building__buttons-item+.the-building__buttons-item{margin:16px 0 0}.facilities{padding:100px 0 0}@media only screen and (max-width:768px){.facilities{padding:80px 0 0}}.facilities__title{margin:0 0 60px}.facilities__boxes{margin:0 0 -60px;flex-wrap:wrap;justify-content:space-between;display:flex}@media only screen and (max-width:1024px){.facilities__boxes{margin:0 0 -50px}}.facilities__boxes-item{flex:0 0 calc(50% - 12px);margin:0 0 60px;align-items:center;display:flex}@media only screen and (max-width:1024px){.facilities__boxes-item{flex:0 0 100%;margin:0 0 50px}}.facilities__boxes-item:hover .facilities__boxes-item-image img{transform:scale(1.05)}.facilities__boxes-item-image{flex:0 0 252px;overflow:hidden;margin:0 24px 0 0;position:relative}@media only screen and (max-width:1366px){.facilities__boxes-item-image{margin:0 12px 0 0}}@media only screen and (max-width:768px){.facilities__boxes-item-image{flex:0 0 200px;margin:0 10px 0 0}}@media only screen and (max-width:480px){.facilities__boxes-item-image{flex:0 0 130px}}.facilities__boxes-item-image svg{width:calc(100% + 2px);height:auto;margin:0 -1px;display:block;position:relative;z-index:2}.facilities__boxes-item-image img{width:100%;height:calc(100% - 2px);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s;position:absolute;z-index:1;top:1px;left:0}.facilities__boxes-item-text{padding:0 24px}@media only screen and (max-width:1366px){.facilities__boxes-item-text{padding:0 24px 0 12px}}@media only screen and (max-width:1024px){.facilities__boxes-item-text{padding:0 0 0 12px}}@media only screen and (max-width:768px){.facilities__boxes-item-text{padding:0 0 0 10px}}.facilities__boxes-item-text h5{margin:0 0 16px}.facilities__boxes-item-link{margin:24px 0 0}.facilities__button{margin:60px 0 0;justify-content:flex-end;display:flex}@media only screen and (max-width:1024px){.facilities__button{margin:50px 0 0}}@media only screen and (max-width:768px){.facilities__button{justify-content:center;margin:40px 0 0}}.services-list{padding:0 0 120px}@media only screen and (max-width:1024px){.services-list{padding:0 0 100px}}.services-list__title{margin:0 0 60px}@media only screen and (max-width:1024px){.services-list__title{margin:0 0 50px;margin:0 0 40px}}.services-list__list{margin:0 0 -24px;display:flex}@media only screen and (max-width:1024px){.services-list__list{flex-wrap:wrap;margin:0 0 -40px}}@media only screen and (max-width:1024px){.services-list__list--carousel{overflow:visible}}.services-list__item{flex:0 0 calc(33.33333% - 16px);margin:0 0 24px 24px}@media only screen and (max-width:1024px){.services-list__item{flex:0 0 calc(50% - 10px);margin:0 0 40px 20px}}@media only screen and (max-width:560px){.services-list__item{flex:0 0 100%;margin:0 0 40px}}.services-list__item:nth-child(3n+1){margin:0 0 24px}@media only screen and (max-width:1024px){.services-list__item:nth-child(3n+1){margin:0 0 40px 20px}}@media only screen and (max-width:560px){.services-list__item:nth-child(3n+1){margin:0 0 40px}}@media only screen and (max-width:1024px){.services-list__item:nth-child(odd){margin:0 0 40px}}.services-list__item:hover .services-list__item-image img{transform:scale(1.05)}.services-list__item-image{height:410px;overflow:hidden;position:relative}@media only screen and (max-width:1024px){.services-list__item-image{height:248px}}.services-list__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s}.services-list__item-logo{background-color:#c7cbb5;padding:26px 20px 42px;justify-content:center;align-items:center;display:flex}.services-list__item-title{padding:16px 13px 0 8px;justify-content:space-between;align-items:center;display:flex}.services-list__item-title svg{width:18px;height:auto;position:relative;top:-4px}.services-list__item-title svg path{fill:#02382c}@media (min-width:1024px){.services-list__item--higher .services-list__item-image{height:360px}.services-list__item--higher .services-list__item-logo{padding-top:52px;padding-bottom:80px}}.page-template-convenience .services-list__title{text-align:center}.page-template-convenience .services-list__list{flex-wrap:wrap;margin-left:-16px;margin-right:-16px}@media only screen and (max-width:560px){.page-template-convenience .services-list__list{margin-left:0;margin-right:0}}.page-template-convenience .services-list__item{flex:0 0 25%;padding:16px;margin:0 0 24px!important}@media only screen and (max-width:1024px){.page-template-convenience .services-list__item{flex:0 0 50%}}@media only screen and (max-width:560px){.page-template-convenience .services-list__item{flex:0 0 100%;margin:0 0 40px}}.page-template-convenience .services-list__item--3cols{flex:0 0 33.333%}@media only screen and (max-width:1024px){.page-template-convenience .services-list__item--3cols{flex:0 0 50%}}@media only screen and (max-width:560px){.page-template-convenience .services-list__item--3cols{flex:0 0 100%}}.page-template-convenience .services-list__item-image{height:248px}@media (min-width:1024px){.page-template-convenience .services-list__item--higher .services-list__item-image{height:360px}}.playground{background-color:#edd2c5;padding:0 0 120px}@media only screen and (max-width:1024px){.playground{padding:0 0 100px}}.playground__title{margin:0 0 60px}@media only screen and (max-width:1024px){.playground__title{margin:0 0 50px}}@media only screen and (max-width:768px){.playground__title{margin:0 0 40px}}.playground__content{align-items:center;display:flex}@media only screen and (max-width:768px){.playground__content{display:block}}.playground__content:hover .playground__photo img{transform:scale(1.05)}.playground__photo-wrapper{flex:0 0 49%;overflow:hidden;margin:0 16px 0 0;position:relative}@media only screen and (max-width:768px){.playground__photo-wrapper{margin:0 0 20px}}.playground__photo-wrapper svg{width:100%;height:auto;display:block;position:relative;z-index:2}.playground__photo,.playground__photo:before{width:100%;height:100%;position:absolute;z-index:1;top:0;left:0}.playground__photo:before{content:"";background-color:rgba(2,56,44,.2)}.playground__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s}.playground__logo{width:238px;transform:translate(-50%,-50%);position:absolute;z-index:3;top:50%;left:50%}@media only screen and (max-width:1366px){.playground__logo{width:220px}}@media only screen and (max-width:1024px){.playground__logo{width:190px}}@media only screen and (max-width:768px){.playground__logo{width:160px}}@media only screen and (max-width:480px){.playground__logo{width:140px}}.playground__logo img{width:100%;height:auto}.playground__copy{max-width:548px}@media only screen and (max-width:768px){.playground__copy{max-width:unset}}.playground__copy-name{margin:0 0 16px}.playground__copy-name-inner img{margin:0 0 0 24px;display:inline-block}.news-list{padding:100px 0 120px}.news-list__item{display:block}.news-list__item+.news-list__item{margin:32px 0 0}.news-list__item-inner{background-color:#fff;align-items:stretch;display:flex}@media only screen and (max-width:768px){.news-list__item-inner{padding:275px 0 0;display:block;position:relative}}@media only screen and (max-width:480px){.news-list__item-inner{padding:211px 0 0}}.news-list__item-inner:hover .news-list__item-info h4{color:#d3b574}.news-list__item-inner:hover .news-list__item-image img{transform:scale(1.05)}.news-list__item-date{flex:0 0 16.35%;font-family:NexaText,serif;font-size:16px;font-weight:400;line-height:135%;margin:0 24px 0 0;padding:40px 0 24px 32px}@media only screen and (max-width:768px){.news-list__item-date{margin:24px 0 16px;padding:0 24px}}.news-list__item-info{flex:1 1 auto;margin:0 24px 0 0;padding:40px 0 24px}@media only screen and (max-width:768px){.news-list__item-info{padding:0 24px 32px}}.news-list__item-info h4{margin:0 0 16px;transition:color .25s ease-in-out 0s}.news-list__item-info .btn{margin:16px 0 0}.news-list__item-image{flex:0 0 35.55%;min-height:275px;overflow:hidden;position:relative}@media only screen and (max-width:768px){.news-list__item-image{width:100%;height:275px;min-height:unset;position:absolute;top:0;left:0}}@media only screen and (max-width:480px){.news-list__item-image{height:211px}}.news-list__item-image .after{display:none}@media only screen and (max-width:768px){.news-list__item-image .after{display:block}}.news-list__item-image img{width:calc(100% - 2px);height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s;position:absolute;z-index:1;top:0;left:2px}@media (max-width:767px){.news-list__item-image img{position:absolute;left:0;width:100%}}.news-list__item-image>svg{width:auto;height:100%;display:block;position:relative;z-index:2}@media only screen and (max-width:768px){.news-list__item-image>svg{display:none}}.pagination{margin:60px 0 0;justify-content:center;align-items:center;display:flex}.pagination__item{font-family:Nexa,sans-serif;font-size:18px;font-weight:900;line-height:150%;position:relative}.pagination__item+.pagination__item{margin:0 0 0 24px}.pagination__item--active:after{content:"";background-color:#02382c;width:100%;height:3px;transform:translateX(-50%);position:absolute;top:100%;left:50%}.pagination__item--nav a{border:2px solid #02382c;border-radius:50%;width:48px;height:48px;justify-content:center;align-items:center;display:flex;transition:background-color .25s ease-in-out 0s;position:relative}.pagination__item--nav a img{width:auto;height:16px;pointer-events:none;transition:opacity .25s ease-in-out 0s;transform:translate(-50%,-50%);position:absolute;top:50%;left:50%}.pagination__item--nav a img.on-hover{opacity:0}.pagination__item--nav a:hover{background-color:#02382c}.pagination__item--nav a:hover img{opacity:0}.pagination__item--nav a:hover img.on-hover{opacity:1}.pagination__item--prev a img{left:calc(50% - 1px)}.pagination__item--next a img{left:calc(50% + 1px)}.single-post__wrapper{padding:112px 0 18px;align-items:flex-start;display:flex}@media only screen and (max-width:1024px){.single-post__wrapper{padding:100px 0 0;display:block}}.single-post__image-wrapper{flex:0 0 51.5%;position:relative}@media only screen and (max-width:1366px){.single-post__image-wrapper{flex:0 0 50%}}@media only screen and (max-width:1024px){.single-post__image-wrapper{width:100%;max-width:560px;margin:0 auto}}@media only screen and (max-width:768px){.single-post__image-wrapper{max-width:480px}}@media only screen and (max-width:560px){.single-post__image-wrapper{max-width:360px}}.single-post__image-wrapper svg{width:100%;height:auto;display:block;position:relative;z-index:2}.single-post__image{width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;z-index:1;top:1px;left:1px}.single-post__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.single-post__icon{width:100px;position:absolute;z-index:3;bottom:100px;right:50px}@media only screen and (max-width:1366px){.single-post__icon{width:88px;bottom:110px;right:70px}}@media only screen and (max-width:1180px){.single-post__icon{bottom:90px;right:65px}}@media only screen and (max-width:1024px){.single-post__icon{width:76px}}@media only screen and (max-width:768px){.single-post__icon{width:64px;bottom:75px}}@media only screen and (max-width:560px){.single-post__icon{bottom:45px;right:40px}}.single-post__icon img{width:100%;height:auto}.single-post__main{flex:0 0 48.5%;padding:118px 0 0 48px}@media only screen and (max-width:1366px){.single-post__main{flex:0 0 50%;padding:100px 0 0 32px}}@media only screen and (max-width:1024px){.single-post__main{margin:0 auto;padding:72px 0 48px}}@media only screen and (max-width:768px){.single-post__main{padding:72px 0}}.single-post__back{margin:0 0 32px;justify-content:center;display:flex}@media only screen and (max-width:1024px){.single-post__back{display:none}}.single-post__title{text-align:center;margin:0 0 32px}.single-post__date,.single-post__event-date{text-align:center;margin:0 0 120px}@media only screen and (max-width:1366px){.single-post__date,.single-post__event-date{margin:0 0 100px}}@media only screen and (max-width:768px){.single-post__date,.single-post__event-date{margin:0 0 80px}}.single-post__date{font-family:NexaText,serif;font-size:20px;font-weight:400;line-height:150%}.single-post__content{margin:0 0 60px}@media only screen and (max-width:768px){.single-post__content{margin:0 0 80px}}.single-post__gallery{margin:0 0 -24px;display:flex}.single-post__gallery-item{flex:0 0 calc(33.33333% - 16px);margin:0 0 24px 24px}@media only screen and (max-width:1024px){.single-post__gallery-item{flex:0 0 calc(20% - 16px);margin:0 0 20px 20px}}@media only screen and (max-width:768px){.single-post__gallery-item{flex:0 0 calc(25% - 15px);margin:0 0 20px 20px}}@media only screen and (max-width:560px){.single-post__gallery-item{flex:0 0 calc(33.33333% - 13.4px);margin:0 0 20px 20px}}.single-post__gallery-item:nth-child(3n+1){margin:0 0 24px}@media only screen and (max-width:1024px){.single-post__gallery-item:nth-child(3n+1){margin:0 0 20px 20px}}@media only screen and (max-width:1024px){.single-post__gallery-item:nth-child(5n+1){margin:0 0 20px}}@media only screen and (max-width:768px){.single-post__gallery-item:nth-child(5n+1){margin:0 0 20px 20px}}@media only screen and (max-width:768px){.single-post__gallery-item:nth-child(4n+1){margin:0 0 20px}}@media only screen and (max-width:560px){.single-post__gallery-item:nth-child(4n+1){margin:0 0 20px 20px}}@media only screen and (max-width:1024px){.single-post__gallery-item:nth-child(3n+1){margin:0 0 20px}}.single-post__gallery-item img{width:100%;height:181px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:1180px){.single-post__gallery-item img{height:160px}}@media only screen and (max-width:1024px){.single-post__gallery-item img{height:130px}}@media only screen and (max-width:480px){.single-post__gallery-item img{height:100px}}.single-post__details{display:flex}@media only screen and (max-width:560px){.single-post__details{display:block}}.single-post__details-col{flex:0 0 50%}@media only screen and (max-width:560px){.single-post__details-col+.single-post__details-col{margin:80px 0 0}}.single-post__details-col .btn{margin:16px 0 0}.single-post__share{margin:60px 0 0}@media only screen and (max-width:560px){.single-post__share{margin:80px 0 0}}.single-post__share-list{margin:16px 0 0;display:flex}.single-post__share-list-item+.single-post__share-list-item{margin:0 0 0 20px}.single-post__share-list-item a{border:2px solid #02382c;border-radius:50%;width:48px;height:48px;justify-content:center;align-items:center;display:flex;transition:background-color .25s ease-in-out 0s}.single-post__share-list-item a svg{width:26px;height:26px}.single-post__share-list-item a svg path{fill:#02382c;transition:fill .25s ease-in-out 0s}.single-post__share-list-item a:hover{background-color:#02382c}.single-post__share-list-item a:hover svg path{fill:#d3b574}.single-post__others{background-color:#edd2c5}.single-post__others .before{margin:0 0 60px}@media only screen and (max-width:1024px){.single-post__others .before{margin:0 0 40px}}@media only screen and (max-width:768px){.single-post__others .before{margin:0}}.upcoming-events{padding:60px 0}.upcoming-events__heading{margin:0 0 60px}@media only screen and (max-width:1024px){.upcoming-events__heading{margin:0 0 50px}}@media only screen and (max-width:768px){.upcoming-events__heading{margin:0 0 40px}}.upcoming-events__wrapper{margin:0 0 -24px;flex-wrap:wrap;display:flex}@media only screen and (max-width:1024px){.upcoming-events__wrapper{margin:0 0 -40px}}.upcoming-events__item{flex:0 0 calc(50% - 12px);margin:0 0 24px 24px}@media only screen and (max-width:1366px){.upcoming-events__item{flex:0 0 calc(50% - 10px);margin:0 0 24px 20px}}@media only screen and (max-width:1024px){.upcoming-events__item{flex:0 0 calc(50% - 10px);margin:0 0 40px 20px}}@media only screen and (max-width:768px){.upcoming-events__item{flex:0 0 100%;margin:0 0 24px}}.upcoming-events__item:nth-child(odd){margin:0 0 24px}@media only screen and (max-width:1024px){.upcoming-events__item:nth-child(odd){margin:0 0 40px}}.events-archive{padding:60px 0 120px;position:relative;z-index:20}.events-archive__heading{margin:0 0 60px;align-items:center;display:flex;position:relative;z-index:20}@media only screen and (max-width:1024px){.events-archive__heading{margin:0 0 50px}}@media only screen and (max-width:768px){.events-archive__heading{justify-content:space-between;margin:0 0 40px}}.events-archive__heading-select{margin:-14px 0 0 64px;position:relative}@media only screen and (max-width:768px){.events-archive__heading-select{margin:-13px 0 0}}.events-archive__heading-select-selected{border:2px solid #02382c;border-radius:30px;background-color:transparent;font-family:Nexa,sans-serif;font-size:16px;font-weight:700;line-height:1;height:40px;color:#02382c;cursor:pointer;padding:4px 16px 0 20px;align-items:center;display:flex;transition:background-color .25s ease-in-out 0s,color .25s ease-in-out 0s}.events-archive__heading-select-selected svg{width:16px;height:auto;margin:0 0 0 8px;transition:transform .25s ease-in-out 0s;position:relative;top:-2px}.events-archive__heading-select-selected svg path{fill:#02382c;transition:fill .25s ease-in-out 0s}.events-archive__heading-select-selected.is-active,.events-archive__heading-select-selected:hover{background-color:#02382c;color:#d3b574}.events-archive__heading-select-selected.is-active svg,.events-archive__heading-select-selected:hover svg{transform:rotate(-90deg)}.events-archive__heading-select-selected.is-active svg path,.events-archive__heading-select-selected:hover svg path{fill:#d3b574}.events-archive__heading-select-choice{border-radius:20px;background-color:#fff;width:140px;font-family:NexaText,serif;font-size:16px;font-weight:700;line-height:24px;padding:24px 24px 20px;display:none;position:absolute;top:calc(100% + 12px);left:0}.events-archive__heading-select-choice>:first-child{margin:0}.events-archive__heading-select-year{cursor:pointer;margin:4px 0 0}.events-archive__heading-select-year span{display:inline-block;position:relative}.events-archive__heading-select-year span:after{content:"";background-image:url(../images/icons/menu-dropdown-arrow--green.svg);background-size:contain;background-position:50%;width:14px;height:14px;pointer-events:none;transform:translateY(-50%);transition:transform .25s ease-in-out 0s,top .25s ease-in-out 0s;position:absolute;top:calc(50% - 1px);left:calc(100% + 8px)}.events-archive__heading-select-year.is-active span:after{transform:translateY(-50%) rotate(180deg);top:50%}.events-archive__heading-select-months{display:none}.events-archive__heading-select-months:first-of-type{display:block}.events-archive__heading-select-months li{cursor:pointer;padding:2px 0;transition:opacity .25s ease-in-out 0s}.events-archive__heading-select-months li:hover{opacity:.5}.events-archive__wrapper{margin:0 0 -62px;flex-wrap:wrap;display:flex;position:relative}@media only screen and (max-width:1024px){.events-archive__wrapper{margin:0 0 -40px}}.events-archive__wrapper:before{content:"";background-color:rgba(237,210,197,.5);width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out 0s;position:absolute;z-index:20;top:0;left:0}.events-archive__wrapper--is-ajax,.events-archive__wrapper--is-empty{display:none}.events-archive__wrapper.is-loading:before{opacity:1;pointer-events:all}.events-archive__item{flex:0 0 calc(33.33333% - 32px);margin:0 0 62px 48px}@media only screen and (max-width:1366px){.events-archive__item{flex:0 0 calc(33.33333% - 13.4px);margin:0 0 62px 20px}}@media only screen and (max-width:1024px){.events-archive__item{flex:0 0 calc(50% - 10px);margin:0 0 40px 20px}}@media only screen and (max-width:768px){.events-archive__item{flex:0 0 100%;margin:0 0 40px}}.events-archive__item:nth-child(3n+1){margin:0 0 62px}@media only screen and (max-width:1024px){.events-archive__item:nth-child(3n+1){margin:0 0 40px 20px}}@media only screen and (max-width:768px){.events-archive__item:nth-child(3n+1){margin:0 0 40px}}@media only screen and (max-width:1024px){.events-archive__item:nth-child(odd){margin:0 0 40px}}.events-archive__pagination{margin:62px 0 0}.social-media{align-items:center;display:flex}.social-media__item+.social-media__item{margin:0 0 0 16px}.social-media__item img{width:auto;height:48px}.social-media__item-a{border-radius:50%;border:2px solid #d3b574;width:48px;height:48px;justify-content:center;align-items:center;display:flex;transition:background-color .25s ease-in-out 0s}.social-media__item-a svg{width:26px;height:26px}.social-media__item-a svg path{fill:#d3b574;transition:fill .25s ease-in-out 0s}.social-media__item-a:hover{background-color:#d3b574}.social-media__item-a:hover svg path{fill:#02382c}.social-media--green .social-media__item-a{border:2px solid #02382c}.social-media--green .social-media__item-a svg path{fill:#02382c}.social-media--green .social-media__item-a:hover{background-color:#02382c}.social-media--green .social-media__item-a:hover svg path{fill:#d3b574}.event-box{background-color:#02382c;height:100%;flex-direction:column;display:flex}.event-box:hover .event-box__image img{transform:scale(1.05)}.event-box:hover .event-box__content{color:#d3b574}.event-box__image{padding:0 0 4px;position:relative}.event-box__image figure{height:324px;overflow:hidden}@media only screen and (max-width:1366px){.event-box__image figure{height:280px}}@media only screen and (max-width:768px){.event-box__image figure{height:210px}}.event-box__image figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .25s ease-in-out 0s}.event-box__content{flex:1 1 auto;font-size:18px;line-height:150%;text-align:center;color:#edd2c5;padding:32px 24px;flex-direction:column;display:flex;transition:color .25s ease-in-out 0s}.event-box__content time{margin:0 0 8px}.event-box__content h4{padding:0 0 16px}@media only screen and (max-width:1366px){.page-template-events .event-box__image img{height:280px}}.contact-details{padding:100px 0}@media only screen and (max-width:768px){.contact-details{padding:80px 0}}.contact-details__wrapper{max-width:856px;margin:0 auto}@media only screen and (max-width:1024px){.contact-details__wrapper{max-width:unset}}.contact-details__text{text-align:center;margin:0 0 56px}@media only screen and (max-width:768px){.contact-details__text{margin:0 0 40px}}.contact-details__text--working h3{margin:0 0 16px}.contact-details__cols{margin:0 0 -60px;flex-wrap:wrap;display:flex}@media only screen and (max-width:768px){.contact-details__cols{margin:0 0 -40px;display:block}}.contact-details__cols-item{flex:0 0 50%;margin:0 0 60px;padding:0 56px}@media only screen and (max-width:1024px){.contact-details__cols-item{padding:0}}@media only screen and (max-width:768px){.contact-details__cols-item{margin:0 0 40px}}.contact-details__cols-item-text h5{margin:0 0 8px}.contact-details__list{margin:24px 0 0}.contact-details__list-item{align-items:center;display:flex}.contact-details__list-item+.contact-details__list-item{margin:16px 0 0}.contact-details__list-item-icon{flex:0 0 50px;margin:0 8px 0 0}.contact-details__list-item-icon img{width:100%;height:auto}.contact-details__list-item-text{font-size:18px;font-weight:900;line-height:150%}@media only screen and (max-width:1024px){.contact-details__list-item-text{font-size:16px;line-height:130%}}.contact-details__list-item-text a{text-decoration:underline}@media only screen and (max-width:768px){.page-template-contact .contact-details{display:none}}.shape-image-item:hover .shape-image-item__image-photo{transform:scale(1.05)}.shape-image-item:hover .shape-image-item__text-heading img{margin:0 0 0 32px}@media (max-width:767px){.shape-image-item:hover .shape-image-item__text-heading img{margin:-4px 12px 0 0;left:12px}}.shape-image-item__image{width:100%;height:435px;overflow:hidden;margin:0 auto;position:relative}@media only screen and (max-width:1366px){.shape-image-item__image{width:400px;height:400px}}@media only screen and (max-width:1024px){.shape-image-item__image{width:300px;height:300px}}@media only screen and (max-width:768px){.shape-image-item__image{width:280px;height:280px}}.shape-image-item__image:before{content:"";background-color:rgba(2,56,44,.2);width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;z-index:2;top:1px;left:1px}.shape-image-item__image-photo{width:100%;height:100%;transition:transform .25s ease-in-out 0s;position:relative;z-index:1}.shape-image-item__image-mask,.shape-image-item__image-photo{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.shape-image-item__image-mask{width:calc(100% + 2px);height:calc(100% + 2px);position:absolute;z-index:3;top:-1px;left:-1px}.shape-image-item__image-logo{max-width:100%;transform:translate(-50%,-50%);position:absolute;z-index:4;top:50%;left:50%}@media only screen and (max-width:1366px){.shape-image-item__image-logo{max-width:80%}}@media only screen and (max-width:1024px){.shape-image-item__image-logo{max-width:60%}}.shape-image-item__text{margin:24px 0 0}.shape-image-item__text-heading img{width:18px;margin:0 0 0 24px;display:inline-block;transition:margin .25s ease-in-out 0s}@media (max-width:767px){.shape-image-item__text-heading{display:flex;justify-content:space-between}.shape-image-item__text-heading img{transition:left .25s ease-in-out 0s;margin:-4px 12px 0 0;position:relative;top:0;left:0}}.shape-image-item__text-description{max-width:548px;margin:16px 0 0}@media only screen and (max-width:768px){.shape-image-item__text-description{max-width:unset}}.tenants-say{background-color:#fff}.tenants-say__title{text-align:center;margin:0 0 96px}@media only screen and (max-width:1366px){.tenants-say__title{margin:0 0 72px}}@media only screen and (max-width:1024px){.tenants-say__title{margin:0 0 52px}}@media only screen and (max-width:768px){.tenants-say__title{margin:0 0 32px}}.tenants-say__slider-item-wrapper{max-width:776px;margin:0 auto;align-items:center;display:flex}@media only screen and (max-width:1024px){.tenants-say__slider-item-wrapper{max-width:unset;padding:0 24px}}.tenants-say__slider-item-text{border-right:1px solid rgba(0,0,0,.2);padding:0 40px 0 0}@media only screen and (max-width:768px){.tenants-say__slider-item-text{border-right:0;padding:0}}.tenants-say__slider-item-text-footer{margin:28px 0 0}@media only screen and (max-width:768px){.tenants-say__slider-item-text-footer{margin:12px 0 0;align-items:center;justify-content:space-between;display:flex}}.tenants-say__slider-item-text-footer-right{display:none}@media only screen and (max-width:768px){.tenants-say__slider-item-text-footer-right{display:block}}.tenants-say__slider-item-text-footer-right img{width:auto;height:120px}.tenants-say__slider-item-text-quote{width:36px;height:auto;margin:0 0 28px}@media only screen and (max-width:768px){.tenants-say__slider-item-text-quote{margin:0 0 20px}}.tenants-say__slider-item-text-name strong{font-weight:900}.tenants-say__slider-item-text-building{font-family:NexaText,serif}.tenants-say__slider-item-logo{padding:0 0 0 40px}@media only screen and (max-width:768px){.tenants-say__slider-item-logo{display:none}}.tenants-say__slider-nav{width:1326px;pointer-events:none;padding:0 15px;justify-content:space-between;display:flex;transform:translateX(-50%);position:absolute;z-index:2;top:62px;left:50%}@media only screen and (max-width:1366px){.tenants-say__slider-nav{width:980px}}@media only screen and (max-width:1024px){.tenants-say__slider-nav{width:100%;margin:32px 0 0;justify-content:center;transform:translateX(0);position:relative;top:auto;left:auto}}.tenants-say__slider-nav-item{width:60px;cursor:pointer;pointer-events:all}@media only screen and (max-width:1024px){.tenants-say__slider-nav-item{margin:0 10px}}.tenants-say__slider-nav-item svg{width:100%;height:auto;display:block}.tenants-say__slider-nav-item svg circle,.tenants-say__slider-nav-item svg path{transition:fill .25s ease-in-out 0s}.tenants-say__slider-nav-item:hover svg circle{fill:#02382c}.tenants-say__slider-nav-item:hover svg path{fill:#d3b574}.want-to-reserve{text-align:center}.want-to-reserve__title{margin:0 0 16px}.want-to-reserve__label{margin:40px 0 0}@media only screen and (max-width:768px){.want-to-reserve__label{margin:32px 0 0}}.want-to-reserve__contact-info{margin:16px 0 0;justify-content:center;display:flex}@media only screen and (max-width:768px){.want-to-reserve__contact-info{margin:24px 0 0}}.want-to-reserve__contact-info-inner{justify-content:center;display:flex}@media only screen and (max-width:768px){.want-to-reserve__contact-info-inner{flex-direction:column}}.want-to-reserve__contact-info-item{align-items:center;display:flex}.want-to-reserve__contact-info-item+.want-to-reserve__contact-info-item{margin:0 0 0 72px}@media only screen and (max-width:768px){.want-to-reserve__contact-info-item+.want-to-reserve__contact-info-item{margin:16px 0 0}}.want-to-reserve__contact-info-item a{text-decoration:underline}@media only screen and (max-width:768px){.want-to-reserve__contact-info-item a{text-decoration:none}}.want-to-reserve__contact-info-item-icon{flex:0 0 50px;margin:0 8px 0 0}.want-to-reserve__contact-info-item-icon img{width:100%;height:auto}.want-to-reserve__contact-info-item-text{font-size:18px;font-weight:900;line-height:150%}.mobile-menu{background-color:#02382c;width:100%;height:100vh;color:#d3b574;pointer-events:none;padding:0 16px;transition:left .25s ease-in-out 0s;position:fixed;z-index:100;top:0;left:100%}.mobile-menu.is-active{pointer-events:all;left:0}.mobile-menu a{color:#d3b574}.mobile-menu__header{border-bottom:1px solid #d3b574;height:68px;font-size:16px;font-weight:900;line-height:135%;cursor:pointer;justify-content:flex-end;align-items:center;display:flex}.mobile-menu__header span{padding:4px 44px 0 0;position:relative}.mobile-menu__header span:after{content:"";background-image:url(../images/icons/mobile-menu-close-icon.svg);background-size:cover;width:28px;height:28px;transform:translateY(-50%);position:absolute;top:50%;right:3px}.mobile-menu__content{height:calc(100% - 68px);max-height:100%;padding:16px 9px 32px 24px;overflow-y:auto;overflow-x:hidden;position:relative}.mobile-menu__menu{margin:0 0 24px}.mobile-menu__menu-li+.mobile-menu__menu-li{margin:6px 0 0}.mobile-menu__menu-a{font-size:16px;font-weight:900;line-height:24px;text-transform:uppercase;padding:10px 0;display:block;position:relative}.mobile-menu__menu-a.has-children:before{content:"";background-image:url(../images/icons/mobile-menu-arrow-right.svg);background-size:cover;width:16px;height:16px;transform:translateY(-50%);position:absolute;top:calc(50% - 4px);right:0}.mobile-menu__submenu{background-color:#02382c;width:100%;height:100%;pointer-events:none;padding:16px 9px 16px 24px;transition:left .25s ease-in-out 0s;position:absolute;z-index:10;top:0;left:100%}.mobile-menu__submenu.is-active{pointer-events:all;left:0}.mobile-menu__submenu-back{font-size:16px;font-weight:900;line-height:24px;margin:0 0 32px;position:relative}.mobile-menu__submenu-back:before{content:"";background-image:url(../images/icons/mobile-menu-arrow-left.svg);background-size:cover;width:16px;height:16px;transform:translateY(-50%);position:absolute;top:calc(50% - 3px);right:calc(100% + 8px)}.mobile-menu__submenu-title{font-size:15px;line-height:23px;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;margin:0 0 16px}.mobile-menu__submenu-li+.mobile-menu__submenu-li{margin:12px 0 0}.mobile-menu__submenu-a,.mobile-menu__submenu-span{font-family:NexaText,serif;font-size:16px;font-weight:400;line-height:24px;display:block}.mobile-menu__submenu-span{text-transform:uppercase;color:#c7cbb5}.mobile-menu__text-pages{font-family:NexaText,serif;font-size:14px;font-weight:400;line-height:135%;margin:24px 0 0}.mobile-menu__text-pages-li+.mobile-menu__text-pages-li{margin:4px 0 0}.mobile-menu__text-pages-a{color:#c7cbb5!important;padding:8px 0;display:block}.mobile-menu__text-pages-a:hover{color:#c7cbb5!important}.calendarLinks{background:#fff;position:absolute;left:0;top:100%;padding:12px;border-radius:20px;z-index:10;width:100%}.calendarLinks a{display:block;padding:6px 8px;font-family:Nexa;font-style:normal;font-weight:900;font-size:16px;line-height:1.5;transition:all .3s}.calendarLinks a:hover{opacity:.6}.newsletter-popup{opacity:0;pointer-events:none;position:fixed;z-index:200;transition:all .4s}.newsletter-popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.333)}.newsletter-popup__window{transition:all .6s;position:fixed;top:200%;left:50%;transform:translateY(-50%) translateX(-50%);width:700px;max-width:100%;background:url(../images/newsletter-popup-bg.svg) no-repeat 50% 50%;background-size:contain;padding:260px 140px 130px;min-height:700px}@media (max-width:680px){.newsletter-popup__window{background-size:cover}}@media (max-height:700px){.newsletter-popup__window{background-size:cover}}@media (max-width:767px){.newsletter-popup__window{padding-left:16px;padding-right:16px}}.newsletter-popup__container{text-align:center}.newsletter-popup__icon{position:absolute;left:12%;top:14%;transition:all .3s;transition-delay:.45s;transform:scale(0)}.newsletter-popup__close{position:absolute;top:30%;left:81%;display:block;width:32px;height:32px;background:url(../images/newsletter-close.svg) no-repeat 50% 50%;cursor:pointer;transition:all .15s}.newsletter-popup__close:hover{transform:scale(1.1)}.newsletter-popup.active{opacity:1;pointer-events:auto}.newsletter-popup.active .newsletter-popup__window{top:50%}.newsletter-popup.active .newsletter-popup__icon{transform:scale(1)}.newsletter-popup.inactive{opacity:0;pointer-events:none}.page-404{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;width:100%;margin:0 auto;padding:160px 0 64px}@media (max-width:767px){.page-404{padding-top:120px}}.page-404__image{flex:0 0 50%}.page-404__image__mask{position:relative;overflow:hidden;display:inline-block}.page-404__image__mask svg{max-width:100%;width:100%;height:auto;display:block;position:relative;z-index:2}@media (max-width:767px){.page-404__image__mask svg{width:220px}}.page-404__image__mask img{width:calc(100% - 2px);height:calc(100% - 2px);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;z-index:1;top:1px;left:1px}.page-404__contents{flex:0 0 45%;padding:100px 0}@media (max-width:1280px){.page-404__contents{padding-left:16px;padding-right:16px}}@media (max-width:767px){.page-404__contents{padding-top:24px;padding-bottom:24px}}@media (max-width:767px){.page-404__contents,.page-404__image{flex:0 0 100%}}.page-404--no-image .page-404__contents{flex:0 0 100%}.contactsList{padding-top:32px;padding-bottom:64px;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start}.contactsList__item{flex:0 0 50%;padding:24px;margin-bottom:32px}@media (max-width:767px){.contactsList__item{flex:0 0 100%;padding-left:0;padding-right:0}}.contactsList__item__name{font-size:24px;font-weight:900;line-height:1.2;margin-bottom:16px}.contactsList__item__person{font-size:18px;margin-bottom:16px;font-family:NexaText,serif}.contactsList__item__contact{display:flex;align-items:center;position:relative}.contactsList__item__contact+.contactsList__item__contact{margin-top:8px}.contactsList__item__contact:before{content:"";height:50px;width:50px;margin-right:16px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.contactsList__item__contact--phone:before{background-image:url(../images/icon--phone.svg)}.contactsList__item__contact--email:before{background-image:url(../images/icon--mail.svg)}.contactsList__item__contact a{display:block}.contactsList__item__contact a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.breeam{position:relative;margin:128px 0 64px;padding:256px 0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;text-align:center;color:#fff}@media (max-width:767px){.breeam{background-size:220%;background-position:50% 0;margin:64px 0;padding:96px 0 64px}.breeam:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:rgba(0,0,0,.25)}}.breeam__logo{margin-bottom:32px}@media (max-width:767px){.breeam__logo{margin-bottom:24px}}.breeam__logo img{display:block;margin:0 auto;max-width:100%;height:auto}@media (max-width:767px){.breeam__logo img{max-width:50%}}.breeam__contents{text-shadow:1px 1px 0 rgba(0,0,0,.16)}@media (max-width:767px){.breeam__contents{text-shadow:1px 1px 0 rgba(0,0,0,.333)}}.breeam__contents h4{margin-bottom:16px}.esgReport__contents{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.esgReport__contents__data,.esgReport__contents__image{flex:0 0 40%}@media (max-width:767px){.esgReport__contents__data,.esgReport__contents__image{flex:0 0 100%;text-align:center}}.esgReport__contents__data h4{margin-bottom:16px}@media (max-width:767px){.esgReport__contents__data h4{font-size:36px}}.esgReport__contents__data__button{margin-top:24px}@media (max-width:767px){.esgReport__contents__data{order:2}}.esgReport__contents__cover img{max-width:100%;height:auto;margin:0 auto}@media (max-width:767px){.esgReport__contents__cover{order:1;margin-bottom:16px}}.community{background:#edd2c5;padding:48px 0}.community__icon{text-align:center}.community__icon img{display:block;margin:0 auto 24px;max-width:100%;height:auto}.community__contents{text-align:center;margin-bottom:32px}.community__contents h4{margin-bottom:16px}@media (max-width:767px){.community__contents h4{font-size:24px}}.community__image{position:relative;text-align:center}.community__image img{display:block;margin:0 auto;max-width:100%;height:auto}.community__image__button{position:relative;transform:translateY(-50%)}.textWithButton{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:48px 0}@media (max-width:767px){.textWithButton{padding:16px 0}}.textWithButton__item--text{flex:0 0 40%;padding-right:32px}@media (max-width:767px){.textWithButton__item--text{flex:0 0 100%;padding-right:0}}.textWithButton__item--text p{margin-bottom:16px}.textWithButton__item--text p a{font-weight:700}.textWithButton__item--image{flex:0 0 50%}@media (max-width:767px){.textWithButton__item--image{flex:0 0 100%;margin-top:48px}}.textWithButton__item--image img{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.textWithButton__item__icon{margin-bottom:24px}@media (max-width:767px){.textWithButton__item__icon img{max-width:64px;height:auto}}.textWithButton__item__header{margin-bottom:24px}.textWithButton__item__text{margin-bottom:32px}.textWithButton__item__text__points{counter-reset:section}.textWithButton__item__text__points p{position:relative;padding-left:40px;padding-top:7px}.textWithButton__item__text__points p:before{position:absolute;top:0;left:0;width:28px;height:28px;line-height:28px;text-align:center;border-radius:28px;color:#c7cbb5;background:#02382c;counter-increment:section;content:counter(section)}.meetingSpaces__header{text-align:center;margin:80px 0}.meetingSpaces__spaces{display:flex;align-items:stretch;justify-content:flex-start;margin-left:-16px;margin-right:-16px;flex-wrap:wrap}.meetingSpaces__spaces__item{flex:0 0 50%;padding:0 16px 64px;display:flex;max-width:100%;box-sizing:border-box}@media (max-width:767px){.meetingSpaces__spaces__item{flex:0 0 100%;padding:0 0 32px}}.meetingSpaces__spaces__item__inner{background:#fff;align-self:stretch;position:relative;padding-bottom:176px}.meetingSpaces__spaces__item__image{position:relative}.meetingSpaces__spaces__item__image img{max-width:100%;height:auto}.meetingSpaces__spaces__item__image__icon{position:absolute;bottom:0;left:64px;transform:translateY(50%)}@media (max-width:767px){.meetingSpaces__spaces__item__image__icon{left:16px}}.meetingSpaces__spaces__item__image__icon img{max-width:60px;height:auto}@media (max-width:767px){.meetingSpaces__spaces__item__image__icon img{max-width:50px;margin-top:-16px}}.meetingSpaces__spaces__item__data{padding:64px}@media (max-width:1279px){.meetingSpaces__spaces__item__data{padding:32px}}@media (max-width:767px){.meetingSpaces__spaces__item__data{padding:32px 16px}}.meetingSpaces__spaces__item__data__name{margin-bottom:24px}.meetingSpaces__spaces__item__data__description p{line-height:1.4}.meetingSpaces__spaces__item__settings{display:flex;align-items:center;justify-content:space-between;margin-top:24px;flex-wrap:wrap;position:absolute;bottom:64px;width:100%;left:0;padding:0 64px}@media (max-width:1279px){.meetingSpaces__spaces__item__settings{padding:0 32px}}@media (max-width:767px){.meetingSpaces__spaces__item__settings{padding:0 16px}}.meetingSpaces__spaces__item__settings__item{flex:0 0 50%}.meetingSpaces__spaces__item__settings__item--counter{flex:0 0 40%}@media (max-width:1279px){.meetingSpaces__spaces__item__settings__item--counter{flex:0 0 50%}}.meetingSpaces__spaces__item__settings__item--summary{text-align:right}.meetingSpaces__spaces__item__button{margin-top:24px;flex:0 0 100%}.meetingSpaces__spaces__item__time{border:2px solid #444;display:flex;overflow:hidden;border-radius:30px;align-items:center;justify-content:center}.meetingSpaces__spaces__item__time__count{flex:0 0 110px;text-align:center}@media (max-width:1279px){.meetingSpaces__spaces__item__time__count{flex:0 0 80px;font-size:14px}}.meetingSpaces__spaces__item__time__button{flex:0 0 40px;position:relative;cursor:pointer;height:36px}.meetingSpaces__spaces__item__time__button:after,.meetingSpaces__spaces__item__time__button:before{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;background:#444;transform:translateY(-50%) translateX(-50%)}.meetingSpaces__spaces__item__time__button--minus{border-right:2px solid #444}.meetingSpaces__spaces__item__time__button--plus{border-left:2px solid #444}.meetingSpaces__spaces__item__time__button--plus:before{transform:translateY(-50%) translateX(-50%) rotate(90deg)}
