.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:Basis Grotesque Pro;src:url(../fonts/BasisGrotesquePro-Light.woff2) format("woff2"),url(../fonts/BasisGrotesquePro-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Basis Grotesque Pro;src:url(../fonts/BasisGrotesquePro-Regular.woff2) format("woff2"),url(../fonts/BasisGrotesquePro-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Basis Grotesque Pro;src:url(../fonts/BasisGrotesquePro-Medium.woff2) format("woff2"),url(../fonts/BasisGrotesquePro-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Basis Grotesque Pro;src:url(../fonts/BasisGrotesquePro-Bold.woff2) format("woff2"),url(../fonts/BasisGrotesquePro-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Basis Grotesque Pro;src:url(../fonts/BasisGrotesquePro-Black.woff2) format("woff2"),url(../fonts/BasisGrotesquePro-Black.woff) format("woff");font-weight:900;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);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{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{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,picture,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:#000;color:#fff}::selection{background:#000;color:#fff}html{font-size:62.5%;line-height:62.5%;letter-spacing:62.5%!important;scroll-behavior:smooth;--sal-duration:0.75s}body{background-color:#fff;font-family:Basis Grotesque Pro,sans-serif;font-size:2rem;font-weight:400;line-height:2.8rem;letter-spacing:0!important;color:#000;margin:0;padding:100px 0 0}@media only screen and (max-width:1024px){body{font-size:1.6rem;line-height:2rem;padding:64px 0 0}}body.home{padding:0}a{text-decoration:none}img{width:100%;height:auto;margin:0;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wrapper{width:100%;overflow:hidden}.container{width:100%;padding:0 11.388vw}@media only screen and (max-width:1366px){.container{padding:0 40px}}@media only screen and (max-width:1024px){.container{padding:0 20px}}h1,h2,h3,h4{font-family:Basis Grotesque Pro,sans-serif;font-weight:500;margin:0}h1{font-size:9.6rem;line-height:10rem}@media only screen and (max-width:1366px){h1{font-size:7.2rem;line-height:7.6rem}}@media only screen and (max-width:1024px){h1{font-size:6rem;line-height:6.4rem}}@media only screen and (max-width:768px){h1{font-size:4.8rem;line-height:5.2rem}}@media only screen and (max-width:480px){h1{font-size:4.2rem;line-height:4.6rem}}h2{font-size:3.2rem;line-height:3.8rem;letter-spacing:-.13rem!important}@media only screen and (max-width:1366px){h2{font-size:3rem;line-height:3.6rem}}@media only screen and (max-width:1024px){h2{letter-spacing:0!important}}@media only screen and (max-width:768px){h2{font-size:2.8rem;line-height:3.4rem}}h2 sup{font-size:1rem;line-height:1.4rem;position:relative;bottom:17px;right:3px}h2.is-as-h1{font-size:9.6rem;line-height:10rem;letter-spacing:-.25rem!important}@media only screen and (max-width:1366px){h2.is-as-h1{font-size:7.2rem;line-height:7.6rem}}@media only screen and (max-width:1024px){h2.is-as-h1{font-size:6rem;line-height:6.4rem;letter-spacing:0!important}}@media only screen and (max-width:768px){h2.is-as-h1{font-size:4.8rem;line-height:5.2rem}}@media only screen and (max-width:480px){h2.is-as-h1{font-size:4.2rem;line-height:4.6rem}}h3{font-size:2.4rem;line-height:3.1rem}h4{font-size:1.6rem;font-weight:400;line-height:2rem}p{margin:0}b,strong{font-weight:700}.copy-block--team h2,.copy-block--team h3,.copy-block--team h4{margin:60px 0 30px}@media only screen and (max-width:1024px){.copy-block--team h2,.copy-block--team h3,.copy-block--team h4{margin:50px 0 30px}}@media only screen and (max-width:768px){.copy-block--team h2,.copy-block--team h3,.copy-block--team h4{margin:40px 0 30px}}@media only screen and (max-width:480px){.copy-block--team h2,.copy-block--team h3,.copy-block--team h4{margin:30px 0}}.copy-block--team h2{font-size:9.6rem;line-height:10rem;letter-spacing:-.25rem!important}@media only screen and (max-width:1366px){.copy-block--team h2{font-size:7.2rem;line-height:7.6rem}}@media only screen and (max-width:1024px){.copy-block--team h2{font-size:6rem;line-height:6.4rem;letter-spacing:0!important}}@media only screen and (max-width:768px){.copy-block--team h2{font-size:4.8rem;line-height:5.2rem}}@media only screen and (max-width:480px){.copy-block--team h2{font-size:4.2rem;line-height:4.6rem}}.copy-block--team h3{font-size:3.2rem;line-height:3.8rem;letter-spacing:-.13rem!important}@media only screen and (max-width:1366px){.copy-block--team h3{font-size:3rem;line-height:3.6rem}}@media only screen and (max-width:1024px){.copy-block--team h3{letter-spacing:0!important}}@media only screen and (max-width:768px){.copy-block--team h3{font-size:2.8rem;line-height:3.4rem}}.copy-block--team h4{font-size:2.4rem;line-height:3.1rem}@media only screen and (max-width:768px){.copy-block--team h4{font-size:2rem;line-height:2.6rem}}.copy-block--team h4 a{color:#000;overflow:hidden;display:inline-block;position:relative}.copy-block--team h4 a:after{content:"";background-color:#000;width:100%;height:1px;transition:transform .25s ease-in-out 0s;position:absolute;bottom:4px;left:0}.copy-block--team h4 a:hover:after{transform:translateX(-100%)}.copy-block--team p{font-size:1.6rem;line-height:2rem}.copy-block h2,.copy-block p{margin:0 0 40px}@media only screen and (max-width:768px){.copy-block h2,.copy-block p{margin:0 0 30px}}.copy-block--p-largest p{font-size:2.4rem;line-height:3.2rem}@media only screen and (max-width:1600px){.copy-block--p-largest p{font-size:2.2rem;line-height:3rem}}@media only screen and (max-width:1366px){.copy-block--p-largest p{font-size:2rem;line-height:2.8rem}}@media only screen and (max-width:1024px){.copy-block--p-largest p{font-size:1.8rem;line-height:2.4rem}}.copy-block--p-large p{font-size:2rem;line-height:2.8rem}@media only screen and (max-width:1024px){.copy-block--p-large p{font-size:1.6rem;line-height:2rem}}.copy-block--p-medium p{font-size:1.6rem;line-height:2rem}.copy-block--p-small p{font-size:1.4rem;line-height:2rem}.copy-block--text-page h4{font-size:1.8rem;font-weight:500;line-height:2.8rem}.copy-block--text-page h2,.copy-block--text-page h3,.copy-block--text-page h4{margin:60px 0 30px}@media only screen and (max-width:1024px){.copy-block--text-page h2,.copy-block--text-page h3,.copy-block--text-page h4{margin:50px 0 30px}}@media only screen and (max-width:768px){.copy-block--text-page h2,.copy-block--text-page h3,.copy-block--text-page h4{margin:40px 0 30px}}@media only screen and (max-width:480px){.copy-block--text-page h2,.copy-block--text-page h3,.copy-block--text-page h4{margin:30px 0}}.copy-block--text-page p{font-size:1.6rem;line-height:2.4rem;margin:0 0 30px}@media only screen and (max-width:1024px){.copy-block--text-page p{font-size:1.6rem;line-height:2rem}}.copy-block>:first-child{margin-top:0!important}.copy-block>:last-child{margin-bottom:0!important}.link{text-decoration:none;color:#000;overflow:hidden;padding:4px 0;display:block;position:relative}.link:before{content:"";background-color:#fff;width:100%;height:1px;transform:translateX(-100%);transition:transform .25s ease-in-out 0s;position:absolute;bottom:0;left:0}.link:hover:before{transform:translateX(0)}.link--cookies{padding:2px 0}.link--cookies:before{transform:translateX(0)}.link--cookies:hover:before{transform:translateX(-100%)}.btn{font-size:2rem;font-weight:400;line-height:2.8rem;color:#000;overflow:hidden;padding:7px 0 8px 20px;align-items:center;display:inline-block;position:relative}@media only screen and (max-width:1024px){.btn{font-size:1.6rem;line-height:3rem}}.btn:before{content:"";background-color:#000;width:100%;height:1px;transform:translateX(-100%);transition:transform .25s ease-in-out 0s;bottom:0}.btn:before,.btn svg{position:absolute;left:0}.btn svg{width:9px;height:auto;top:18px}@media only screen and (max-width:1024px){.btn svg{top:17px}}.btn:hover:before{transform:translateX(0)}.btn--small{padding:0 0 0 20px}.btn--small svg{top:5px}.navigation{display:flex}.navigation__next,.navigation__prev{border:1px solid #000;border-radius:50%;width:40px;height:40px;cursor:pointer;overflow:hidden;transition:opacity .25s ease-in-out 0s;position:relative}.navigation__next:after,.navigation__next:before,.navigation__prev:after,.navigation__prev:before{content:"";background-size:contain;background-position:50%;background-repeat:no-repeat;width:100%;height:16.5px;transform:translateY(-50%);transition:transform .25s ease-in-out 0s;position:absolute;top:50%;left:0}.navigation__next.swiper-button-disabled,.navigation__prev.swiper-button-disabled{opacity:.5;pointer-events:none}.navigation__prev:after,.navigation__prev:before{background-image:url(../images/icons/arrow-left.svg)}.navigation__prev:after{left:100%}.navigation__prev:hover:after,.navigation__prev:hover:before{transform:translate(-100%,-50%)}.navigation__next{margin:0 0 0 10px}.navigation__next:after,.navigation__next:before{background-image:url(../images/icons/arrow-right.svg)}.navigation__next:after{left:-100%}.navigation__next:hover:after,.navigation__next:hover:before{transform:translate(100%,-50%)}.navigation--white .navigation__next,.navigation--white .navigation__prev{border-color:#fff}.navigation--white .navigation__prev:after,.navigation--white .navigation__prev:before{background-image:url(../images/icons/arrow-left--white.svg)}.navigation--white .navigation__next:after,.navigation--white .navigation__next:before{background-image:url(../images/icons/arrow-right--white.svg)}.header{width:100%;height:100px;pointer-events:none;padding:0 40px;justify-content:space-between;align-items:center;display:flex;position:fixed;z-index:10;top:0;left:0}@media only screen and (max-width:1024px){.header{height:64px;padding:0 20px}}@media only screen and (max-width:768px){.header{transition:background-color .25s ease-in-out 0s}}.header.is-dark .header__trigger span,.header.is-sticky .header__trigger span{background-color:#000}.header.is-dark .header__logo svg.is-long path{fill:#000}@media only screen and (max-width:1024px){.header.is-dark .header__logo svg.is-short g path{fill:#000}}.header.is-dark .header__languages-item a{color:#000}@media only screen and (max-width:768px){.header.is-sticky{background-color:#fff}}.header.is-sticky .header__logo svg.is-long{opacity:0;transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;transform:translateX(10px)}.header.is-sticky .header__logo svg.is-short{opacity:1;transition:opacity .25s ease-in-out .15s,transform .25s ease-in-out .15s;transform:translateX(0)}@media only screen and (max-width:1024px){.header.is-sticky .header__logo svg.is-short g path{fill:#000}}.header.is-sticky .header__languages{opacity:0;pointer-events:none}.header__logo{flex:0 0 123px;pointer-events:all;position:relative}@media only screen and (max-width:1024px){.header__logo{flex:0 0 auto;height:30px}}.header__logo svg.is-long{width:100%;height:auto;display:block;transition:opacity .25s ease-in-out .15s,transform .25s ease-in-out .15s;transform:translateX(0);position:relative}.header__logo svg.is-long path{transition:fill .25s ease-in-out 0s}@media only screen and (max-width:1024px){.header__logo svg.is-long{display:none}}.header__logo svg.is-short{width:auto;height:100%;opacity:0;display:block;transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;transform:translateX(-10px);position:absolute;top:0;left:0}@media only screen and (max-width:1024px){.header__logo svg.is-short{height:calc(100% - 6px);opacity:1;transform:translateX(0);position:relative;top:auto;left:auto}}.header__logo svg.is-short g path{transition:fill .25s ease-in-out 0s}@media only screen and (max-width:1024px){.header__logo svg.is-short g path{fill:#fff}}.header__languages{pointer-events:all;margin:0 28px 0 auto;transition:opacity .25s ease-in-out 0s}@media only screen and (max-width:1024px){.header__languages{display:none}}.header__languages-item{font-size:2rem;line-height:2.8rem}.header__languages-item a{color:#fff}.header__trigger{width:18px;height:18px;cursor:pointer;pointer-events:all;position:relative}.header__trigger span{border-radius:50%;background-color:#fff;width:6px;height:6px;transition:background-color .25s ease-in-out 0s,opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;position:absolute}.header__trigger span:first-child{top:0;left:0}.header__trigger span:nth-child(2){top:0;right:0}.header__trigger span:nth-child(3){bottom:0;left:0}.header__trigger span:nth-child(4){bottom:0;right:0}.header__trigger:hover span:first-child{transform:translate(6px,6px) scale(2)}.header__trigger:hover span:nth-child(2){opacity:0;transform:translate(-6px,6px) scale(2)}.header__trigger:hover span:nth-child(3){opacity:0;transform:translate(6px,-6px) scale(2)}.header__trigger:hover span:nth-child(4){opacity:0;transform:translate(-6px,-6px) scale(2)}.menu{background-color:#16181e;opacity:0;pointer-events:none;display:flex;transition:opacity .25s ease-in-out 0s;position:fixed;z-index:100;top:0;right:0;bottom:0;left:0}.menu.is-active{opacity:1;pointer-events:all}.menu.is-active .menu__header-logo{opacity:1;pointer-events:all;transform:translateY(0);transition:opacity .5s ease-in-out .4s,transform .5s ease-in-out .4s}.menu.is-active .menu__header-languages{opacity:1;pointer-events:all;transform:translateY(0);transition:opacity .5s ease-in-out .55s,transform .5s ease-in-out .55s}@media only screen and (max-width:1024px){.menu.is-active .menu__header-languages{transition:opacity .5s ease-in-out .75s,transform .5s ease-in-out .75s}}.menu.is-active .menu__header-trigger{opacity:1;pointer-events:all;transform:translateY(0);transition:opacity .5s ease-in-out .7s,transform .5s ease-in-out .7s}.menu.is-active .menu__left{opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out .25s,transform .5s ease-in-out .25s}.menu.is-active .menu__email{opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out .85s,transform .5s ease-in-out .85s}.menu.is-active .menu__footer{pointer-events:all}.menu.is-active .menu__social-media{opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out 1s,transform .5s ease-in-out 1s}.menu.is-active .menu__right-block:first-child{opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out .5s,transform .5s ease-in-out .5s}.menu.is-active .menu__right-block:nth-child(2){opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out .65s,transform .5s ease-in-out .65s}.menu.is-active .menu__right-block:nth-child(3){opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out .8s,transform .5s ease-in-out .8s}.menu.is-active .menu__footer{opacity:1;transform:translateX(0);transition:opacity .5s ease-in-out .25s,transform .5s ease-in-out .25s}.menu__header{width:100%;height:100px;pointer-events:none;padding:0 40px;justify-content:space-between;align-items:center;display:flex;position:absolute;z-index:20;top:0;left:0}@media only screen and (max-width:1024px){.menu__header{height:64px;padding:0 20px}}.menu__header-logo{flex:0 0 123px;opacity:0;transform:translateY(-10px);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;position:relative}@media only screen and (max-width:1024px){.menu__header-logo{flex:0 0 auto;height:30px}}.menu__header-logo svg{width:100%;display:block}@media only screen and (max-width:1024px){.menu__header-logo svg{display:none}}.menu__header-logo img{width:auto;height:calc(100% - 6px);display:none}@media only screen and (max-width:1024px){.menu__header-logo img{display:block}}.menu__header-languages{opacity:0;margin:0 28px 0 auto;transform:translateY(-10px);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s}@media only screen and (max-width:1024px){.menu__header-languages{display:none}}.menu__header-languages-item{font-size:2rem;line-height:2.8rem}.menu__header-languages-item a{color:#fff}.menu__header-trigger{width:18px;height:18px;justify-content:center;align-items:center;display:flex;cursor:pointer;opacity:0;transform:translateY(-10px);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s}.menu__header-trigger span{width:16px;height:2px;position:relative}.menu__header-trigger span:after,.menu__header-trigger span:before{content:"";background-color:#fff;width:100%;height:100%;position:absolute;left:0}.menu__header-trigger span:before{transform:rotate(-45deg)}.menu__header-trigger span:after{transform:rotate(45deg)}.menu__left{background-size:cover;background-position:50%;flex:0 0 55%;height:100%;font-size:1.6rem;line-height:2rem;padding:0 35px 32px;justify-content:space-between;align-items:flex-end;display:flex;opacity:0;transform:translateX(-50px);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;position:relative}@media only screen and (max-width:1024px){.menu__left{display:none}}.menu__left a{font-size:1.6rem;line-height:2rem;color:#fff;overflow:hidden;padding:0 0 3px;display:inline-block;position:relative}.menu__left a:after{content:"";background-color:#fff;width:100%;height:1px;transform:translateX(-100%);transition:transform .25s ease-in-out 0s;position:absolute;bottom:0;left:0}.menu__left a:hover:after{transform:translateX(0)}.menu__email,.menu__social-media{opacity:0;transform:translateY(-10px);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s}.menu__social-media{line-height:0;display:flex}.menu__social-media-item+.menu__social-media-item{margin:0 0 0 20px}@media only screen and (max-width:1366px){.menu__social-media-item+.menu__social-media-item{margin:0 0 0 16px}}.menu__right{flex:1 1 auto;padding:0 35px 0 124px;align-items:center;display:flex;position:relative}@media only screen and (max-width:1366px){.menu__right{padding:0 35px 0 60px}}@media only screen and (max-width:1024px){.menu__right{padding:0 20px}}.menu__right-inner{padding:0 0 60px}.menu__right-block{opacity:0;transform:translateY(-10px);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s}.menu__right-block+.menu__right-block{margin:42px 0 0}@media only screen and (max-width:1024px){.menu__right-block+.menu__right-block{margin:30px 0 0}}.menu__right-block-title{font-size:1.6rem;line-height:2rem;color:#969696}@media only screen and (max-width:1024px){.menu__right-block-title{font-size:1.4rem}}.menu__right-block-list{font-size:3.2rem;line-height:3.8rem;margin:22px 0 0}@media only screen and (max-width:1366px){.menu__right-block-list{font-size:2.8rem;line-height:3.5rem;margin:16px 0 0}}@media only screen and (max-width:1024px){.menu__right-block-list{font-size:2.4rem;line-height:3.1rem;margin:10px 0 0}}@media only screen and (max-width:480px){.menu__right-block-list{font-size:2.2rem;line-height:2.8rem;margin:8px 0 0}}.menu__right-block-list-item a{color:#fff;display:inline-block;transform-origin:0 50%;transition:opacity .25s ease-in-out 0s}.menu__right-block-list-item a:hover{opacity:.5}.menu__right-links{padding:0 35px 0 124px;align-items:center;gap:30px;display:flex;position:absolute;bottom:32px;left:0}@media only screen and (max-width:1366px){.menu__right-links{padding:0 35px 0 60px}}@media only screen and (max-width:1024px){.menu__right-links{width:100%;padding:0 20px;justify-content:flex-end;bottom:72px}}@media only screen and (max-width:480px){.menu__right-links{gap:24px}}.menu__right-links-item a{font-size:1.6rem;line-height:2.8rem;color:#fff;align-items:center;gap:8px;display:flex;transition:opacity .25s ease-in-out 0s}.menu__right-links-item a img{width:14px;position:relative;bottom:1px}.menu__right-links-item a:hover{opacity:.5}.menu__footer{display:none}@media only screen and (max-width:1024px){.menu__footer{border-top:1px solid hsla(0,0%,100%,.5);width:100%;height:54px;opacity:0;pointer-events:none;padding:0 20px;justify-content:space-between;align-items:center;display:flex;transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;transform:translateY(30px);position:absolute;z-index:20;bottom:0;left:0}}.menu__footer a{font-size:1.6rem;line-height:2.8rem;color:#fff;opacity:.5}.menu__footer .menu__header-languages{margin:0;display:block}.menu__footer .menu__header-languages-item{font-size:1.6rem;line-height:2.8rem}.post-box{color:#000;display:block;position:relative}.post-box,.post-box__cover{width:100%;height:100%}.post-box__cover img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.post-box__overlay{width:100%;height:100%;text-align:center;opacity:0;pointer-events:none;padding:0 0 42px;justify-content:center;align-items:flex-end;display:flex;transition:opacity .25s ease-in-out 0s;position:absolute;top:0;left:0}@media only screen and (max-width:1366px){.post-box__overlay{padding:0 0 40px}}@media only screen and (max-width:1024px){.post-box__overlay{padding:0 0 30px}}.post-box--overlay .post-box__overlay,.post-box:hover .post-box__overlay{opacity:1}.post-box--overlay:hover .post-box__overlay{opacity:0}.entrust{font-size:3.2rem;line-height:3.8rem;letter-spacing:-.13rem!important;text-align:center;padding:160px 0}@media only screen and (max-width:1366px){.entrust{font-size:3rem;line-height:3.6rem;padding:140px 0}}@media only screen and (max-width:1024px){.entrust{padding:120px 0}}@media only screen and (max-width:768px){.entrust{font-size:2.8rem;line-height:3.4rem;padding:100px 0}}@media only screen and (max-width:480px){.entrust{padding:80px 0}}.entrust br{display:none}@media only screen and (max-width:768px){.entrust br{display:block}}.entrust a{font-weight:500;color:#000;overflow:hidden;padding:6px 0 8px;display:inline-block;position:relative}.entrust a:after{content:"";background-color:#000;width:100%;height:1px;transition:transform .25s ease-in-out 0s;position:absolute;bottom:0;left:0}.entrust a:hover:after{transform:translateX(-100%)}.contact{background-color:#969696;padding:132px 0 92px}@media only screen and (max-width:1024px){.contact{padding:112px 0 85px}}@media only screen and (max-width:768px){.contact{padding:78px 0}}@media only screen and (max-width:480px){.contact{padding:62px 0}}.contact__wrapper{display:flex}@media only screen and (max-width:768px){.contact__wrapper{display:block}}.contact__left{flex:0 0 34.35%}@media only screen and (max-width:1366px){.contact__left{flex:0 0 30%}}@media only screen and (max-width:1024px){.contact__left{flex:0 0 25%}}.contact__heading{transform-origin:0 0;transform:rotate(-90deg) translateX(-100%);display:inline-block}@media only screen and (max-width:768px){.contact__heading{margin:0 0 36px;transform:rotate(0) translateX(0)}}.contact__right{flex:1 1 auto}.contact__contact-data{border-bottom:1px solid #000;width:75.28%;margin:0 0 52px;padding:0 0 52px}@media only screen and (max-width:1366px){.contact__contact-data{width:85%}}@media only screen and (max-width:1024px){.contact__contact-data{width:100%;margin:0 0 42px;padding:0 0 36px}}@media only screen and (max-width:768px){.contact__contact-data{padding:0 0 30px}}.contact__contact-data-link+.contact__contact-data-link{margin:12px 0 0}@media only screen and (max-width:768px){.contact__contact-data-link+.contact__contact-data-link{margin:6px 0 0}}.contact__contact-data-link a{font-size:3.2rem;font-weight:500;line-height:3.8rem;color:#000;overflow:hidden;display:inline-block;position:relative}@media only screen and (max-width:1366px){.contact__contact-data-link a{font-size:3rem;line-height:3.6rem}}@media only screen and (max-width:1024px){.contact__contact-data-link a{font-size:2.8rem;line-height:3.4rem}}@media only screen and (max-width:768px){.contact__contact-data-link a{font-size:2.6rem;line-height:3.2rem}}@media only screen and (max-width:480px){.contact__contact-data-link a{font-size:2.2rem;line-height:2.8rem}}.contact__contact-data-link a:after{content:"";background-color:#000;width:100%;height:1px;transform:translateX(-100%);transition:transform .25s ease-in-out 0s;position:absolute;bottom:0;left:0}.contact__contact-data-link a:hover:after{transform:translateX(0)}.contact__columns{display:flex}.contact__columns-col{flex:0 0 50%}@media only screen and (max-width:480px){.contact__columns-col{flex:0 0 62%}}@media only screen and (max-width:480px){.contact__columns-col:last-child{flex:0 0 38%}}.contact__columns-col:last-child .contact__columns-col-title{padding:0 0 0 24px}.contact__columns-col:last-child .contact__columns-col-title:before{left:0}.contact__columns-col-title{margin:0 0 32px;position:relative}@media only screen and (max-width:1024px){.contact__columns-col-title{margin:0 0 24px}}@media only screen and (max-width:768px){.contact__columns-col-title{padding:0 0 0 24px}}.contact__columns-col-title:before{content:"";border-radius:50%;background-color:#000;width:8px;height:8px;position:absolute;top:10px;left:-24px}@media only screen and (max-width:1024px){.contact__columns-col-title:before{width:7px;height:7px;top:6px}}@media only screen and (max-width:768px){.contact__columns-col-title:before{left:0}}.contact__columns-col-list li{font-size:1.6rem;line-height:2rem;display:block}.contact__columns-col-list li+li{margin:-6px 0 0}.contact__columns-col-list li .btn{font-size:inherit;line-height:inherit;transition:opacity .25s ease-in-out 0s}.contact__columns-col-list li .btn:before{content:unset}.contact__columns-col-list li .btn:hover{opacity:.5}.footer{border-top:1px solid rgba(0,0,0,.1);background-color:#969696;font-size:1.4rem;line-height:2rem;padding:20px 0}.footer__wrapper{justify-content:space-between;display:flex}@media only screen and (max-width:768px){.footer__wrapper{display:block}}.footer a{color:#000}.footer__left{display:flex}@media only screen and (max-width:768px){.footer__left{display:block}}.footer__menu{display:flex}@media only screen and (max-width:768px){.footer__menu{margin:0 0 12px}}.footer__menu-item{margin:0 0 0 6px}@media only screen and (max-width:768px){.footer__menu-item{margin:0}}@media only screen and (max-width:768px){.footer__menu-item+.footer__menu-item{margin:0 0 0 8px}}.footer__menu-item a{opacity:.4;transition:opacity .25s ease-in-out 0s}.footer__menu-item a:hover{opacity:1}.footer__right a{opacity:1;transition:opacity .25s ease-in-out 0s}.footer__right a:hover{opacity:.4}.categories{padding:64px 0 92px}@media only screen and (max-width:1366px){.categories{padding:60px 0 84px}}@media only screen and (max-width:1024px){.categories{padding:56px 0 76px}}@media only screen and (max-width:768px){.categories{padding:52px 0 50px}}@media only screen and (max-width:480px){.categories{padding:42px 0 36px}}.categories__list{display:flex}@media only screen and (max-width:768px){.categories__list{flex-wrap:wrap;justify-content:space-between}}.categories__list a{color:#000}.categories__list-item{position:relative}@media only screen and (max-width:768px){.categories__list-item{flex:0 0 calc(50% - 10px);margin:0 0 12px}}@media only screen and (max-width:480px){.categories__list-item{flex:0 0 100%}}.categories__list-item+.categories__list-item{margin:0 0 0 54px}@media only screen and (max-width:768px){.categories__list-item+.categories__list-item{margin:0 0 12px}}.categories__list-item.is-active .categories__list-item-link,.categories__list-item:hover .categories__list-item-link{opacity:1}.categories__list-item.is-active .categories__list-item-link:after,.categories__list-item:hover .categories__list-item-link:after{transform:translateX(0)}.categories__list-item.is-active .categories__list-item-count,.categories__list-item:hover .categories__list-item-count{opacity:1}.categories__list-item-link{text-transform:lowercase;color:#000;opacity:.5;overflow:hidden;padding:9px 0;display:block;transition:opacity .25s ease-in-out 0s;position:relative}@media only screen and (max-width:768px){.categories__list-item-link{padding:4px 0}}.categories__list-item-link:after{content:"";background-color:#000;width:100%;height:1px;transform:translateX(-100%);transition:transform .25s ease-in-out 0s;position:absolute;bottom:0;left:0}.categories__list-item-count{font-size:1.2rem;line-height:1.2rem;opacity:.5;pointer-events:none;transition:opacity .25s ease-in-out 0s;position:absolute;top:2px;left:calc(100% + 1px)}@media only screen and (max-width:768px){.categories__list-item-count{left:auto;right:0}}.project-box{color:#000;display:block}.project-box__image{overflow:hidden}.project-box__image img{transition:transform .35s ease-in-out 0s}.project-box__title{font-size:1.6rem;line-height:2rem;margin:22px 0 0;justify-content:space-between;display:flex}.project-box__title span{color:#969696;padding:0 0 0 15px}@media only screen and (max-width:480px){.project-box__title span{display:none}}.project-box:hover .project-box__image img{transform:scale(1.1)}.cookies{background-color:#000;width:340px;color:#fff;padding:32px 36px;position:fixed;z-index:80;bottom:28px;right:28px}.cookies.is-hidden{display:none}.cookies__text{margin:0 0 22px}.cookies__buttons{align-items:center;display:flex}.cookies__buttons a{font-size:1.4rem;line-height:2rem;color:#fff}.cookies__buttons a.button{flex:0 0 114px;text-align:center;margin:0 38px 0 0;padding:5px 0;transition:background-color .25s ease-in-out 0s,color .25s ease-in-out 0s}.cookies__buttons a.button:first-child{border:1px solid #fff}.cookies__buttons a.button:hover{background-color:#fff;color:#000}.home-hero{background-size:cover;background-position:50%;height:100vh;color:#fff;padding:0 40px 67px;align-items:flex-end;display:flex;position:relative}@media only screen and (max-width:1366px){.home-hero{padding:0 40px 80px}}@media only screen and (max-width:1024px){.home-hero{padding:0 20px 120px}}@media only screen and (max-width:768px){.home-hero h1 span{margin:0 0 12px;display:inline-block}}@media only screen and (max-width:768px){.home-hero h1 span:last-of-type{margin:0}}.home-hero__image,.home-hero__video{width:100%;height:100%;position:absolute;z-index:1;top:0;left:0}.home-hero__image img{width:100%;height:100%}.home-hero__image img,.home-hero__video{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:768px){.home-hero__video--desktop{display:none}}.home-hero__video--mobile{display:none}@media only screen and (max-width:768px){.home-hero__video--mobile{display:block}}.home-hero__heading{position:relative;z-index:2}.home-offer{margin:0 0 134px}@media only screen and (max-width:1024px){.home-offer{margin:0 0 122px}}@media only screen and (max-width:768px){.home-offer{margin:0}}.home-offer__header{text-align:center;padding:162px 40px}@media only screen and (max-width:1366px){.home-offer__header{padding:142px 40px}}@media only screen and (max-width:1024px){.home-offer__header{padding:122px 20px}}@media only screen and (max-width:768px){.home-offer__header{padding:102px 20px}}@media only screen and (max-width:480px){.home-offer__header{padding:82px 20px}}.home-offer__sections-item{align-items:center;display:flex}@media only screen and (max-width:768px){.home-offer__sections-item{flex-direction:column-reverse}}.home-offer__sections-item+.home-offer__sections-item{margin:72px 0 0}@media only screen and (max-width:768px){.home-offer__sections-item+.home-offer__sections-item{margin:0}}.home-offer__sections-item:nth-child(2n){flex-direction:row-reverse}@media only screen and (max-width:768px){.home-offer__sections-item:nth-child(2n){flex-direction:column-reverse}}.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-copy{padding:20px 15.555vw 0 8.6111vw}@media only screen and (max-width:1366px){.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-copy{padding:0 7vw}}@media only screen and (max-width:1024px){.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-copy{padding:0 20px}}@media only screen and (max-width:768px){.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-copy{padding:46px 20px 30px}}.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-photo{flex:0 0 35.7638%}@media only screen and (max-width:1366px){.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-photo{flex:0 0 40%}}@media only screen and (max-width:1024px){.home-offer__sections-item:nth-child(2n) .home-offer__sections-item-photo{flex:0 0 45%}}.home-offer__sections-item-copy{flex:1 1 auto;padding:0 9.1667vw 20px 11.388vw}@media only screen and (max-width:1366px){.home-offer__sections-item-copy{padding:0 7vw}}@media only screen and (max-width:1024px){.home-offer__sections-item-copy{padding:0 20px}}@media only screen and (max-width:768px){.home-offer__sections-item-copy{padding:46px 20px 30px}}.home-offer__sections-item-copy .copy-block{max-width:542px}@media only screen and (max-width:768px){.home-offer__sections-item-copy .copy-block{max-width:unset}}.home-offer__sections-item-copy .btn{margin:48px 0 0}@media only screen and (max-width:1366px){.home-offer__sections-item-copy .btn{margin:36px 0 0}}@media only screen and (max-width:768px){.home-offer__sections-item-copy .btn{margin:24px 0 0}}.home-offer__sections-item-photo{flex:0 0 55.55%}@media only screen and (max-width:1024px){.home-offer__sections-item-photo{flex:0 0 55%}}.home-motto{margin:134px 0 192px;color:#fff;position:relative}@media only screen and (max-width:1366px){.home-motto{margin:134px 0 172px}}@media only screen and (max-width:1024px){.home-motto{margin:122px 0 152px}}@media only screen and (max-width:768px){.home-motto{margin:0 0 132px}}@media only screen and (max-width:480px){.home-motto{margin:0 0 92px}}.home-motto__photo img{height:95vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:1024px){.home-motto__photo img{height:90vh}}@media only screen and (max-width:768px){.home-motto__photo img{height:82.5vh}}@media only screen and (max-width:480px){.home-motto__photo img{height:75vh}}.home-motto__motto{width:100%;position:absolute;bottom:80px;left:0}@media only screen and (max-width:1024px){.home-motto__motto{bottom:70px}}@media only screen and (max-width:768px){.home-motto__motto{bottom:60px}}@media only screen and (max-width:480px){.home-motto__motto{bottom:50px}}.home-gallery{margin:192px 0 128px}@media only screen and (max-width:1366px){.home-gallery{margin:172px 0 128px}}@media only screen and (max-width:1024px){.home-gallery{margin:152px 0 122px}}@media only screen and (max-width:768px){.home-gallery{margin:132px 0 102px}}@media only screen and (max-width:480px){.home-gallery{margin:92px 0 82px}}.home-gallery__wrapper{align-items:flex-start;display:flex}@media only screen and (max-width:1024px){.home-gallery__wrapper{display:block}}.home-gallery__left{flex:0 0 42.625%;padding:0 102px 0 0;position:relative;z-index:2}@media only screen and (max-width:1366px){.home-gallery__left{padding:0 80px 0 0}}@media only screen and (max-width:1024px){.home-gallery__left{margin:0 0 48px;padding:0}}.home-gallery__navigation{margin:52px 0 0}@media only screen and (max-width:1024px){.home-gallery__navigation{margin:42px 0 0}}.home-gallery__right{flex:1 1 auto;position:relative;z-index:1}.home-gallery__slider{max-width:537px;overflow:visible;margin:0;padding:8px 0 0}@media only screen and (max-width:1366px){.home-gallery__slider{max-width:460px}}@media only screen and (max-width:1024px){.home-gallery__slider{max-width:60%}}@media only screen and (max-width:768px){.home-gallery__slider{max-width:70%}}.home-gallery__slider-slide{opacity:0;transition:opacity .25s ease-in-out 0s}.home-gallery__slider-slide.swiper-slide-active,.home-gallery__slider-slide.swiper-slide-next,.home-gallery__slider-slide.swiper-slide-next+.swiper-slide{opacity:1}.home-numbers{margin:128px 0 160px}@media only screen and (max-width:1024px){.home-numbers{margin:122px 0 152px}}@media only screen and (max-width:768px){.home-numbers{margin:102px 0 132px}}@media only screen and (max-width:480px){.home-numbers{margin:82px 0 112px}}.home-numbers__wrapper{align-items:flex-start;display:flex}@media only screen and (max-width:480px){.home-numbers__wrapper{display:block}}.home-numbers__left{flex:0 0 42.625%;position:relative}@media only screen and (max-width:768px){.home-numbers__left{flex:0 0 25%}}.home-numbers__heading{transform-origin:0 0;transform:rotate(-90deg) translateX(-100%);position:absolute;top:0;left:0}@media only screen and (max-width:480px){.home-numbers__heading{margin:0 0 36px;transform:rotate(0deg) translateX(0);position:relative;top:auto;left:auto}}.home-numbers__right{flex:1 1 auto}.home-numbers__text{max-width:638px;font-size:2rem;line-height:2.8rem}@media only screen and (max-width:1024px){.home-numbers__text{font-size:1.6rem;line-height:2rem}}.home-numbers__text span{font-size:9.6rem;font-weight:500;line-height:10rem;display:inline-block}@media only screen and (max-width:1366px){.home-numbers__text span{font-size:7.2rem;line-height:7.6rem}}@media only screen and (max-width:1024px){.home-numbers__text span{font-size:6rem;line-height:6.4rem}}@media only screen and (max-width:768px){.home-numbers__text span{font-size:5.6rem;line-height:6rem}}@media only screen and (max-width:480px){.home-numbers__text span{font-size:4.8rem;line-height:5.2rem}}.home-priorities{background-color:#16181e;color:#fff;margin:160px 0 0;position:relative}@media only screen and (max-width:1024px){.home-priorities{margin:152px 0 0}}@media only screen and (max-width:768px){.home-priorities{margin:132px 0 0}}@media only screen and (max-width:480px){.home-priorities{margin:112px 0 0}}.home-priorities:after{content:"";background-color:#fff;width:11.388vw;height:100%;position:absolute;top:0;right:0}@media only screen and (max-width:1366px){.home-priorities:after{width:40px}}@media only screen and (max-width:1024px){.home-priorities:after{width:20px}}@media only screen and (max-width:768px){.home-priorities:after{display:none}}.home-priorities__slider{z-index:1}@media only screen and (max-width:768px){.home-priorities__slider{overflow:visible}}.home-priorities__slider-slide{pointer-events:none;display:flex;transition:opacity .25s ease-in-out 0s}@media only screen and (max-width:768px){.home-priorities__slider-slide{flex-direction:column-reverse}}.home-priorities__slider-slide.swiper-slide-active{pointer-events:all}.home-priorities__slider-slide-text{flex:0 0 42.625%;padding:0 0 80px;align-items:flex-end;display:flex}@media only screen and (max-width:1024px){.home-priorities__slider-slide-text{padding:0 0 62px}}.home-priorities__slider-slide-text p{max-width:260px}@media only screen and (max-width:1600px){.home-priorities__slider-slide-text p{max-width:215px}}.home-priorities__slider-slide-photo{flex:1 1 auto;height:80vh}@media only screen and (max-width:768px){.home-priorities__slider-slide-photo{width:calc(100% + 40px);height:90vw;margin:0 -20px 60px}}.home-priorities__slider-slide-photo img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.home-priorities__static{width:100%;pointer-events:none;padding:66px 0 0;position:absolute;z-index:2;top:0;left:0}@media only screen and (max-width:768px){.home-priorities__static{padding:66px 0 60px;position:relative;top:auto;left:auto}}.home-priorities__static>*{pointer-events:all}.home-priorities__static-text h2{font-size:4rem;line-height:4.6rem;letter-spacing:-.1rem!important}@media only screen and (max-width:1600px){.home-priorities__static-text h2{font-size:3.2rem;line-height:3.8rem}}@media only screen and (max-width:1366px){.home-priorities__static-text h2{font-size:3rem;line-height:3.6rem}}@media only screen and (max-width:1024px){.home-priorities__static-text h2{letter-spacing:0!important}}@media only screen and (max-width:768px){.home-priorities__static-text h2{font-size:2.8rem;line-height:3.4rem}}.home-priorities__navigation{margin:60px 0 0}@media only screen and (max-width:1024px){.home-priorities__navigation{margin:42px 0 0}}.home-press__header{margin:142px 0}@media only screen and (max-width:1024px){.home-press__header{margin:122px 0}}@media only screen and (max-width:768px){.home-press__header{margin:102px 0}}@media only screen and (max-width:480px){.home-press__header{margin:82px 0}}.home-press__header-wrapper{display:flex}@media only screen and (max-width:768px){.home-press__header-wrapper{display:block}}.home-press__heading{flex:0 0 42.625%}@media only screen and (max-width:768px){.home-press__heading{margin:0 0 36px}}.home-press__text{flex:1 1 auto}.home-press__text-inner{max-width:384px}@media only screen and (max-width:768px){.home-press__text-inner{max-width:unset}}.home-press__slider>.swiper-wrapper{height:auto!important;transition-timing-function:linear}.home-press__slider-slide{width:14.28571%!important;height:auto!important}@media only screen and (max-width:1600px){.home-press__slider-slide{width:16.66667%!important}}@media only screen and (max-width:1366px){.home-press__slider-slide{width:20%!important}}@media only screen and (max-width:1024px){.home-press__slider-slide{width:25%!important}}@media only screen and (max-width:768px){.home-press__slider-slide{width:33.33333%!important}}@media only screen and (max-width:480px){.home-press__slider-slide{width:50%!important}}.home-awards{padding:134px 0 0}@media only screen and (max-width:1024px){.home-awards{padding:122px 0 0}}@media only screen and (max-width:768px){.home-awards{padding:102px 0 0}}@media only screen and (max-width:480px){.home-awards{padding:82px 0 0}}.home-awards__wrapper{align-items:flex-start;display:flex}@media only screen and (max-width:768px){.home-awards__wrapper{display:block}}.home-awards__left{flex:0 0 42.625%;position:relative;z-index:2}.home-awards__heading{max-width:250px}@media only screen and (max-width:768px){.home-awards__heading{max-width:unset}}.home-awards__heading-text{display:none}@media only screen and (max-width:768px){.home-awards__heading-text{margin:36px 0 0;display:block}}.home-awards__navigation{margin:52px 0 0}@media only screen and (max-width:1024px){.home-awards__navigation{margin:42px 0 0}}.home-awards__right{flex:1 1 auto;position:relative;z-index:1}.home-awards__text{max-width:440px}@media only screen and (max-width:768px){.home-awards__text{display:none}}.home-awards__slider{max-width:360px;overflow:visible;margin:128px 0 0}@media only screen and (max-width:1366px){.home-awards__slider{max-width:320px;margin:113px 0 0}}@media only screen and (max-width:1024px){.home-awards__slider{max-width:280px;margin:98px 0 0}}@media only screen and (max-width:768px){.home-awards__slider{max-width:60%;margin:83px 0 0}}@media only screen and (max-width:480px){.home-awards__slider{max-width:70%;margin:78px 0 0}}.home-awards__slider-slide{opacity:0;transition:opacity .25s ease-in-out 0s}.home-awards__slider-slide.swiper-slide-active,.home-awards__slider-slide.swiper-slide-next,.home-awards__slider-slide.swiper-slide-next+.swiper-slide{opacity:1}.home-process{background-color:#16181e;color:#fff;padding:108px 0 90px}@media only screen and (max-width:1024px){.home-process{padding:90px 0}}@media only screen and (max-width:768px){.home-process{padding:80px 0}}@media only screen and (max-width:480px){.home-process{padding:70px 0}}.home-process__header{margin:0 0 148px}@media only screen and (max-width:1366px){.home-process__header{margin:0 0 128px}}@media only screen and (max-width:1024px){.home-process__header{margin:0 0 108px}}@media only screen and (max-width:768px){.home-process__header{margin:0 0 88px}}@media only screen and (max-width:480px){.home-process__header{margin:0 0 68px}}.home-process__heading{max-width:85.7%}@media only screen and (max-width:1024px){.home-process__heading{max-width:90%}}@media only screen and (max-width:768px){.home-process__heading{max-width:100%}}.home-process__text{max-width:52.158%;color:#969696;margin:42px 0 0}@media only screen and (max-width:1024px){.home-process__text{max-width:75%}}@media only screen and (max-width:768px){.home-process__text{max-width:85%}}@media only screen and (max-width:480px){.home-process__text{max-width:100%}}.home-process__content{display:flex}.home-process__left{flex:0 0 15%;flex-direction:column;justify-content:space-between;display:flex;position:relative;z-index:2}@media only screen and (max-width:1024px){.home-process__left{flex:0 0 20%}}@media only screen and (max-width:480px){.home-process__left{display:none}}.home-process__left:before{content:"";background-color:#fff;width:68px;height:1px;transform:translateY(-50%);position:absolute;top:50%;left:0}@media only screen and (max-width:1366px){.home-process__left:before{width:60px}}@media only screen and (max-width:1024px){.home-process__left:before{width:50px}}@media only screen and (max-width:768px){.home-process__left:before{width:40px}}@media only screen and (max-width:480px){.home-process__left:before{width:20px}}.home-process__label{font-size:2.4rem;line-height:3.2rem;color:#fff;display:inline-block;opacity:.3;transition:opacity .25s ease-in-out 0s;position:absolute;left:0}@media only screen and (max-width:1024px){.home-process__label{font-size:2rem;line-height:2.8rem}}.home-process__label.is-active{opacity:1}.home-process__label:first-child{top:0}.home-process__label:first-child span{text-transform:lowercase;transform-origin:0 0;transform:rotate(-90deg) translateX(-100%);display:inline-block}.home-process__label:last-child{bottom:0}.home-process__label:last-child span{transform-origin:0 0;transform:rotate(-90deg) translateX(-20px);display:inline-block}.home-process__right{max-width:85%;flex:1 1 auto;position:relative;z-index:1}@media only screen and (max-width:1024px){.home-process__right{max-width:80%}}@media only screen and (max-width:480px){.home-process__right{max-width:100%}}.home-process__right:after,.home-process__right:before{content:"";width:calc(100% + 11.388vw);pointer-events:none;transform:translateY(-50%);position:absolute;top:50%;left:0}.home-process__right:before{background-color:#fff;height:1px;z-index:2}.home-process__right:after{background-image:url(../images/home-process__line.svg);background-repeat:repeat-x;height:40px;z-index:1}.home-process__slider{overflow:visible}@media only screen and (max-width:480px){.home-process__slider{max-width:80%;margin:0;padding:70px 0 0}}.home-process__slider-slide{width:100%;height:520px;opacity:0;flex-shrink:0;display:flex;transition:opacity .25s ease-in-out 0s;position:relative}.home-process__slider-slide:after{content:"";border-radius:50%;background-color:#fff;width:40px;height:40px;opacity:0;pointer-events:none;transform:translateY(-50%) scale(0);transition:opacity .25s ease-in-out 0s,transform .25s ease-in-out 0s;position:absolute;top:50%;left:0}@media only screen and (max-width:768px){.home-process__slider-slide:after{width:30px;height:30px}}.home-process__slider-slide.swiper-slide-active{opacity:1}.home-process__slider-slide.swiper-slide-active:after{opacity:1;transform:translateY(-50%) scale(1)}.home-process__slider-slide.swiper-slide-next{opacity:.3}.home-process__slider-slide h2{font-weight:400;margin:0 0 24px}@media only screen and (max-width:768px){.home-process__slider-slide h2{margin:0 0 18px}}.home-process__slider-slide p{height:110px;font-size:1.8rem;line-height:2.6rem}@media only screen and (max-width:1024px){.home-process__slider-slide p{height:90px;font-size:1.6rem;line-height:2rem}}@media only screen and (max-width:768px){.home-process__slider-slide p{height:125px}}.home-process__slider-slide--reverse{flex-direction:column-reverse}.home-process__slider-slide--reverse:after{transform:translateY(50%);top:auto;bottom:50%}.home-process__slider-slide--reverse.swiper-slide-active:after{transform:translateY(50%) scale(1)}.home-process__slider-slide-inner{max-width:405px}@media only screen and (max-width:768px){.home-process__slider-slide-inner{max-width:300px}}@media only screen and (max-width:480px){.home-process__slider-slide-inner{max-width:100%}}.home-process__slider-slide-label{display:none}@media only screen and (max-width:480px){.home-process__slider-slide-label{margin:0 0 10px;display:block}}.home-process__navigation{width:100%;justify-content:flex-end;display:flex;position:absolute;z-index:100;top:-6px;left:0}@media only screen and (max-width:480px){.home-process__navigation{justify-content:flex-start;top:-22px}}.home-clients{padding:30px 0}.home-clients__wrapper{align-items:center;display:flex}@media only screen and (max-width:768px){.home-clients__wrapper{display:block}}.home-clients__title{flex:0 0 180px;font-size:1.6rem;line-height:2rem;white-space:nowrap}@media only screen and (max-width:1024px){.home-clients__title{flex:0 0 150px}}@media only screen and (max-width:768px){.home-clients__title{display:none}}.home-clients__slider{max-width:calc(100% - 180px);flex:1 1 auto;overflow:visible}@media only screen and (max-width:1024px){.home-clients__slider{max-width:calc(100% - 150px)}}@media only screen and (max-width:768px){.home-clients__slider{max-width:unset}}.home-clients__slider-slide{opacity:0;transition:opacity .25s ease-in-out 0s}.home-clients__slider-slide.swiper-slide-active,.home-clients__slider-slide.swiper-slide-next,.home-clients__slider-slide.swiper-slide-next+.swiper-slide,.home-clients__slider-slide.swiper-slide-next+.swiper-slide+.swiper-slide,.home-clients__slider-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide{opacity:1}.home-clients__slider-slide img{width:auto;height:129px;margin:0 0 0 auto}@media only screen and (max-width:1024px){.home-clients__slider-slide img{height:115px}}@media only screen and (max-width:768px){.home-clients__slider-slide img{margin:0 auto}}.home-testimonials{padding:34px 0 0}@media only screen and (max-width:1366px){.home-testimonials{padding:0}}.home-testimonials__wrapper{align-items:flex-start;display:flex}@media only screen and (max-width:768px){.home-testimonials__wrapper{display:block}}.home-testimonials__left{flex:0 0 42.625%;padding:0 20px 0 0;position:relative;z-index:2}@media only screen and (max-width:768px){.home-testimonials__left{margin:0 0 58px;padding:0}}.home-testimonials__heading{max-width:355px}@media only screen and (max-width:768px){.home-testimonials__heading{max-width:unset}}@media only screen and (max-width:768px){.home-testimonials__heading br{display:none}}.home-testimonials__navigation{margin:52px 0 0}@media only screen and (max-width:1024px){.home-testimonials__navigation{margin:42px 0 0}}.home-testimonials__right{flex:1 1 auto;position:relative;z-index:1}.home-testimonials__slider{max-width:382px;overflow:visible;margin:0}@media only screen and (max-width:1366px){.home-testimonials__slider{max-width:360px}}@media only screen and (max-width:1024px){.home-testimonials__slider{max-width:300px}}@media only screen and (max-width:768px){.home-testimonials__slider{max-width:260px}}.home-testimonials__slider-slide{background-color:#f6f6f6;height:auto;opacity:0;pointer-events:none;margin:0;padding:84px 64px 45px;flex-direction:column;display:flex;transition:opacity .25s ease-in-out 0s}@media only screen and (max-width:1366px){.home-testimonials__slider-slide{padding:60px 40px 35px}}@media only screen and (max-width:1024px){.home-testimonials__slider-slide{padding:40px 30px 30px}}@media only screen and (max-width:768px){.home-testimonials__slider-slide{padding:35px 20px 30px}}.home-testimonials__slider-slide.swiper-slide-active,.home-testimonials__slider-slide.swiper-slide-next,.home-testimonials__slider-slide.swiper-slide-next+.swiper-slide{opacity:1;pointer-events:all}.home-testimonials__slider-slide-text{margin:0 0 auto}.home-testimonials__slider-slide-logo{margin:70px 0 0}@media only screen and (max-width:1366px){.home-testimonials__slider-slide-logo{margin:55px 0 0}}@media only screen and (max-width:1024px){.home-testimonials__slider-slide-logo{margin:40px 0 0}}@media only screen and (max-width:768px){.home-testimonials__slider-slide-logo{margin:30px 0 0}}.home-testimonials__slider-slide-logo img{width:auto;height:43px}@media only screen and (max-width:1024px){.home-testimonials__slider-slide-logo img{height:36px}}.home-testimonials__slider-slide-signature{font-size:1.6rem;line-height:2rem;margin:30px 0 0}@media only screen and (max-width:768px){.home-testimonials__slider-slide-signature{margin:20px 0 0}}.posts-header{margin:0 0 124px}@media only screen and (max-width:1366px){.posts-header{margin:0 0 110px}}@media only screen and (max-width:1024px){.posts-header{margin:0 0 95px}}@media only screen and (max-width:768px){.posts-header{margin:0 0 70px}}@media only screen and (max-width:480px){.posts-header{margin:0 0 60px}}.posts-header__wrapper{justify-content:space-between;display:flex}@media only screen and (max-width:480px){.posts-header__wrapper{display:block}}.posts-header__heading{flex:1 1 auto}.posts-header__description{flex:0 0 443px}@media only screen and (max-width:1024px){.posts-header__description{flex:0 0 360px}}@media only screen and (max-width:768px){.posts-header__description{flex:0 0 260px}}@media only screen and (max-width:480px){.posts-header__description{margin:30px 0 0}}.posts-header--team{margin:0;padding:100px 0 0}@media only screen and (max-width:1024px){.posts-header--team{padding:95px 0 0}}@media only screen and (max-width:768px){.posts-header--team{padding:70px 0 0}}@media only screen and (max-width:480px){.posts-header--team{padding:60px 0 0}}.posts-header--team .posts-header__wrapper{margin:0 0 124px}@media only screen and (max-width:1366px){.posts-header--team .posts-header__wrapper{margin:0 0 110px}}@media only screen and (max-width:1024px){.posts-header--team .posts-header__wrapper{margin:0 0 95px}}@media only screen and (max-width:768px){.posts-header--team .posts-header__wrapper{margin:0 0 70px}}@media only screen and (max-width:480px){.posts-header--team .posts-header__wrapper{margin:0 0 60px}}.posts-header--team .posts-header__description{flex:0 0 536px}@media only screen and (max-width:1024px){.posts-header--team .posts-header__description{flex:0 0 360px}}@media only screen and (max-width:768px){.posts-header--team .posts-header__description{flex:0 0 260px}}@media only screen and (max-width:480px){.posts-header--team .posts-header__description{margin:30px 0 0}}.posts-list{flex-wrap:wrap;display:flex}.posts-list__item{flex:0 0 14.28571%}@media only screen and (max-width:1600px){.posts-list__item{flex:0 0 16.66667%}}@media only screen and (max-width:1366px){.posts-list__item{flex:0 0 20%}}@media only screen and (max-width:1024px){.posts-list__item{flex:0 0 25%}}@media only screen and (max-width:768px){.posts-list__item{flex:0 0 33.33333%}}@media only screen and (max-width:480px){.posts-list__item{flex:0 0 50%}}.post-header{margin:0 0 124px}@media only screen and (max-width:1366px){.post-header{margin:0 0 110px}}@media only screen and (max-width:1024px){.post-header{margin:0 0 95px}}@media only screen and (max-width:768px){.post-header{margin:0 0 70px}}@media only screen and (max-width:480px){.post-header{margin:0 0 60px}}.post-sections__image{margin:0 0 40px}@media only screen and (max-width:1024px){.post-sections__image{margin:0 0 20px}}.post-sections__text{margin:124px 0}@media only screen and (max-width:1366px){.post-sections__text{margin:110px 0}}@media only screen and (max-width:1024px){.post-sections__text{margin:95px 0}}@media only screen and (max-width:768px){.post-sections__text{margin:70px 0}}@media only screen and (max-width:480px){.post-sections__text{margin:60px 0}}.post-sections__text-inner{max-width:40%;margin:0 0 0 auto}@media only screen and (max-width:1024px){.post-sections__text-inner{max-width:50%}}@media only screen and (max-width:768px){.post-sections__text-inner{max-width:75%}}@media only screen and (max-width:480px){.post-sections__text-inner{max-width:100%}}.post-sections>:last-child{margin-bottom:0!important}.projects-all-list.is-home{margin:160px 0 0}@media only screen and (max-width:1366px){.projects-all-list.is-home{margin:140px 0 0}}@media only screen and (max-width:1024px){.projects-all-list.is-home{margin:120px 0 0}}@media only screen and (max-width:768px){.projects-all-list.is-home{margin:100px 0 0}}@media only screen and (max-width:480px){.projects-all-list.is-home{margin:80px 0 0}}.projects-all-list__header{margin:0 0 46px}@media only screen and (max-width:768px){.projects-all-list__header{margin:0 0 36px}}.projects-all-list__wrapper{margin:0 0 -40px;flex-wrap:wrap;display:flex}@media only screen and (max-width:1024px){.projects-all-list__wrapper{margin:0 0 -30px}}.projects-all-list__item{flex:0 0 calc(20% - 24px);margin:0 0 40px 30px}@media only screen and (max-width:1600px){.projects-all-list__item{flex:0 0 calc(25% - 22.5px)}}@media only screen and (max-width:1024px){.projects-all-list__item{flex:0 0 calc(33.33333% - 13.4px);margin:0 0 30px 20px}}@media only screen and (max-width:768px){.projects-all-list__item{flex:0 0 calc(50% - 10px)}}.projects-all-list__item:nth-child(5n+1){margin:0 0 40px}@media only screen and (max-width:1600px){.projects-all-list__item:nth-child(5n+1){margin:0 0 40px 30px}}@media only screen and (max-width:1024px){.projects-all-list__item:nth-child(5n+1){margin:0 0 30px 20px}}@media only screen and (max-width:1600px){.projects-all-list__item:nth-child(4n+1){margin:0 0 40px}}@media only screen and (max-width:1024px){.projects-all-list__item:nth-child(4n+1){margin:0 0 30px 20px}}@media only screen and (max-width:1024px){.projects-all-list__item:nth-child(3n+1){margin:0 0 30px}}@media only screen and (max-width:768px){.projects-all-list__item:nth-child(3n+1){margin:0 0 30px 20px}}@media only screen and (max-width:768px){.projects-all-list__item:nth-child(odd){margin:0 0 30px}}.projects-category-hero{background-size:cover;background-position:50%;min-height:70vh;color:#fff;padding:100px 0;justify-content:center;align-items:flex-end;display:flex}@media only screen and (max-width:1600px){.projects-category-hero{padding:88px 0}}@media only screen and (max-width:1366px){.projects-category-hero{padding:80px 0}}@media only screen and (max-width:1024px){.projects-category-hero{min-height:50vh;align-items:center;padding:40px 0}}.projects-category-hero h1{letter-spacing:-.25rem!important}.projects-category-text-columns{margin:118px 0}@media only screen and (max-width:768px){.projects-category-text-columns{margin:102px 0}}@media only screen and (max-width:480px){.projects-category-text-columns{margin:82px 0}}.projects-category-text-columns__wrapper{flex-wrap:wrap;justify-content:space-between;display:flex}.projects-category-text-columns__column{flex:0 0 calc(50% - 15px)}@media only screen and (max-width:1024px){.projects-category-text-columns__column{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.projects-category-text-columns__column{flex:0 0 100%}}@media only screen and (max-width:768px){.projects-category-text-columns__column+.projects-category-text-columns__column{margin:48px 0 0}}.projects-category-text-columns__column-inner{max-width:80%}@media only screen and (max-width:1024px){.projects-category-text-columns__column-inner{max-width:unset}}.projects-category-most-popular{margin:118px 0}@media only screen and (max-width:768px){.projects-category-most-popular{margin:102px 0}}@media only screen and (max-width:480px){.projects-category-most-popular{margin:82px 0}}.projects-category-most-popular__header{margin:0 0 46px}@media only screen and (max-width:768px){.projects-category-most-popular__header{margin:0 0 36px}}.projects-category-most-popular__wrapper{margin:0 0 -68px;flex-wrap:wrap;justify-content:space-between;display:flex}@media only screen and (max-width:768px){.projects-category-most-popular__wrapper{margin:0 0 -48px}}.projects-category-most-popular__item{flex:0 0 calc(50% - 15px);margin:0 0 68px}@media only screen and (max-width:768px){.projects-category-most-popular__item{flex:0 0 100%;margin:0 0 48px}}.projects-category-most-popular__item:nth-child(3){flex:0 0 100%}.projects-also-check{margin:118px 0 0}.projects-also-check__wrapper{margin:78px 0 0;justify-content:space-between;display:flex}@media only screen and (max-width:1366px){.projects-also-check__wrapper{margin:72px 0 0}}@media only screen and (max-width:1024px){.projects-also-check__wrapper{margin:64px 0 0}}@media only screen and (max-width:768px){.projects-also-check__wrapper{margin:56px 0 0}}@media only screen and (max-width:480px){.projects-also-check__wrapper{margin:48px 0 0}}.projects-also-check__item{flex:0 0 calc(50% - 15px);color:#000}@media only screen and (max-width:1024px){.projects-also-check__item{flex:0 0 calc(50% - 10px)}}.projects-also-check__item:nth-child(2n){text-align:right}.projects-also-check__item h2{margin:0 0 24px}@media only screen and (max-width:480px){.projects-also-check__item h2{font-size:2.2rem;line-height:2.8rem}}.projects-also-check__item:hover .projects-also-check__item-thumb img{transform:scale(1.1)}.projects-also-check__item-thumb{overflow:hidden}.projects-also-check__item-thumb img{transition:transform .75s ease-in-out 0s}.project-title{margin:0 0 90px}@media only screen and (max-width:1366px){.project-title{margin:0 0 80px}}@media only screen and (max-width:1024px){.project-title{margin:0 0 70px}}@media only screen and (max-width:768px){.project-title{margin:0 0 60px}}@media only screen and (max-width:480px){.project-title{margin:0 0 50px}}.project-title__featured-image{margin:90px 0 0}@media only screen and (max-width:1366px){.project-title__featured-image{margin:80px 0 0}}@media only screen and (max-width:1024px){.project-title__featured-image{margin:70px 0 0}}@media only screen and (max-width:768px){.project-title__featured-image{margin:60px 0 0}}@media only screen and (max-width:480px){.project-title__featured-image{margin:50px 0 0}}.project-infos{margin:90px 0 70px}@media only screen and (max-width:768px){.project-infos{margin:80px 0 70px}}@media only screen and (max-width:480px){.project-infos{margin:70px 0}}.project-infos__wrapper{justify-content:space-between;display:flex}@media only screen and (max-width:768px){.project-infos__wrapper{display:block}}.project-infos__col{flex:0 0 40%;font-size:1.6rem;line-height:2rem}@media only screen and (max-width:1366px){.project-infos__col{flex:0 0 45%}}@media only screen and (max-width:1024px){.project-infos__col{flex:0 0 400px;margin:0 0 0 20px}}@media only screen and (max-width:768px){.project-infos__col{margin:48px 0 0}}.project-infos__col h2{margin:0 0 40px}@media only screen and (max-width:1024px){.project-infos__col:first-child{flex:1 1 auto;margin:0}}.project-infos__list-row{display:flex}.project-infos__list-row+.project-infos__list-row{margin:2px 0 0}.project-infos__list-row:last-child{margin:24px 0 0}.project-infos__list-row span:first-child{flex:0 0 43%;padding:0 15px 0 0}@media only screen and (max-width:768px){.project-infos__list-row span:first-child{flex:0 0 40%}}.project-infos__list-row span sup{font-size:60%;position:relative;bottom:25%}.project-sections{margin:70px 0 118px}@media only screen and (max-width:1366px){.project-sections{margin:70px 0 100px}}@media only screen and (max-width:1024px){.project-sections{margin:70px 0 90px}}@media only screen and (max-width:768px){.project-sections{margin:70px 0 80px}}@media only screen and (max-width:480px){.project-sections{margin:70px 0}}.project-sections section{margin:36px 0}@media only screen and (max-width:1366px){.project-sections section{margin:30px 0}}@media only screen and (max-width:768px){.project-sections section{margin:20px 0}}.project-sections__two-photo{justify-content:space-between;display:flex}@media only screen and (max-width:768px){.project-sections__two-photo{flex-direction:column}}.project-sections__two-photo a{flex:0 0 calc(50% - 15px)}@media only screen and (max-width:1024px){.project-sections__two-photo a{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.project-sections__two-photo a+a{margin:20px 0 0}}.project-sections__three-photo{justify-content:space-between;display:flex}@media only screen and (max-width:768px){.project-sections__three-photo{display:block}}.project-sections__three-photo-col{flex:0 0 calc(50% - 15px)}@media only screen and (max-width:1024px){.project-sections__three-photo-col{flex:0 0 calc(50% - 10px)}}.project-sections__three-photo-col a figure{height:100%}.project-sections__three-photo-col a figure img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:768px){.project-sections__three-photo-col:first-child{margin:0 0 20px}}.project-sections__three-photo-col:first-child a{height:100%;display:block}.project-sections__three-photo-col:last-child a{height:calc(50% - 15px);display:block}@media only screen and (max-width:1024px){.project-sections__three-photo-col:last-child a{height:calc(50% - 10px)}}.project-sections__three-photo-col:last-child a+a{margin:30px 0 0}@media only screen and (max-width:1024px){.project-sections__three-photo-col:last-child a+a{margin:20px 0 0}}.project-sections__photo-text{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:768px){.project-sections__photo-text{margin:20px 0 0!important;display:block}}.project-sections__photo-text-photo{flex:0 0 50%}@media only screen and (max-width:1024px){.project-sections__photo-text-photo{flex:0 0 calc(50% - 10px)}}.project-sections__photo-text-text{flex:0 0 40%}@media only screen and (max-width:1024px){.project-sections__photo-text-text{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.project-sections__photo-text-text{margin:36px 0 80px}}@media only screen and (max-width:480px){.project-sections__photo-text-text{margin:70px 0}}.project-sections__columns-text{margin:130px 0!important;justify-content:space-between;display:flex}@media only screen and (max-width:1366px){.project-sections__columns-text{margin:115px 0!important}}@media only screen and (max-width:1024px){.project-sections__columns-text{margin:100px 0!important}}@media only screen and (max-width:768px){.project-sections__columns-text{margin:85px 0!important;display:block}}@media only screen and (max-width:480px){.project-sections__columns-text{margin:70px 0!important}}.project-sections__columns-text-col{flex:0 0 40%}@media only screen and (max-width:1024px){.project-sections__columns-text-col{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.project-sections__columns-text-col+.project-sections__columns-text-col{margin:36px 0 0}}.project-sections__right-text{margin:130px 0!important;justify-content:flex-end;display:flex}@media only screen and (max-width:1366px){.project-sections__right-text{margin:115px 0!important}}@media only screen and (max-width:1024px){.project-sections__right-text{margin:100px 0!important}}@media only screen and (max-width:768px){.project-sections__right-text{margin:85px 0!important;display:block}}@media only screen and (max-width:480px){.project-sections__right-text{margin:70px 0!important}}.project-sections__right-text-text{flex:0 0 40%}@media only screen and (max-width:1024px){.project-sections__right-text-text{flex:0 0 calc(50% - 10px)}}.contact-title{margin:70px 0 80px}@media only screen and (max-width:480px){.contact-title{margin:70px 0}}.contact-sections{margin:0 0 130px}@media only screen and (max-width:1366px){.contact-sections{margin:0 0 110px}}@media only screen and (max-width:1024px){.contact-sections{margin:0 0 95px}}@media only screen and (max-width:768px){.contact-sections{margin:0 0 70px}}@media only screen and (max-width:480px){.contact-sections{margin:0 0 60px}}.contact-sections__info{margin:70px 0}@media only screen and (max-width:1024px){.contact-sections__info{margin:64px 0}}@media only screen and (max-width:480px){.contact-sections__info{margin:56px 0}}.contact-sections__info-wrapper{display:flex}@media only screen and (max-width:768px){.contact-sections__info-wrapper{display:block}}.contact-sections__info-col{flex:0 0 40%;padding:0 30px 0 0}@media only screen and (max-width:1024px){.contact-sections__info-col{padding:0 20px 0 0}}@media only screen and (max-width:768px){.contact-sections__info-col{padding:0}}@media only screen and (max-width:768px){.contact-sections__info-col:first-child{margin:0 0 30px}}.contact-sections__info-col:first-child h2{max-width:350px}@media only screen and (max-width:768px){.contact-sections__info-col:first-child h2{max-width:unset}}.contact-sections__info-col:last-child{flex:1 1 auto;padding:0}.contact-sections__info-col a,.contact-sections__info-col p{-webkit-appearance:none}.contact-sections__info-col a{color:#000;overflow:hidden;display:inline-block;position:relative}.contact-sections__info-col a:after{content:"";background-color:#000;width:100%;height:1px;transform:translateX(0);transition:transform .25s ease-in-out 0s;position:absolute;bottom:0;left:0}.contact-sections__info-col a:hover:after{transform:translateX(-100%)}.contact-sections__photo{margin:70px 0}.contact-sections__photo img{height:60vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media only screen and (max-width:768px){.contact-sections__photo img{height:35vh}}.contact-sections>:first-child{margin-top:0!important}.contact-sections>:last-child{margin-bottom:0!important}.text-page__title{margin:90px 0}@media only screen and (max-width:1024px){.text-page__title{margin:80px 0}}@media only screen and (max-width:768px){.text-page__title{margin:70px 0}}@media only screen and (max-width:480px){.text-page__title{margin:60px 0}}.text-page__content{margin:90px 0 0}@media only screen and (max-width:1024px){.text-page__content{margin:80px 0 0}}@media only screen and (max-width:768px){.text-page__content{margin:70px 0 0}}@media only screen and (max-width:480px){.text-page__content{margin:60px 0 0}}.text-page__content-inner{max-width:64.75%}@media only screen and (max-width:1366px){.text-page__content-inner{max-width:75%}}@media only screen and (max-width:1024px){.text-page__content-inner{max-width:100%}}.team-sections__section{margin:90px 0}@media only screen and (max-width:768px){.team-sections__section{margin:70px 0}}@media only screen and (max-width:480px){.team-sections__section{margin:60px 0}}.team-sections__section:last-child{margin:90px 0 0}@media only screen and (max-width:768px){.team-sections__section:last-child{margin:70px 0 0}}@media only screen and (max-width:480px){.team-sections__section:last-child{margin:60px 0 0}}.team-sections__section--right-text{justify-content:flex-end;display:flex}@media only screen and (max-width:768px){.team-sections__section--right-text{display:block}}.team-sections__section--right-text .team-sections__section-inner{flex:0 0 40%}@media only screen and (max-width:1024px){.team-sections__section--right-text .team-sections__section-inner{flex:0 0 calc(50% - 10px)}}.team-sections__section--photo-columns{justify-content:space-between;display:flex}@media only screen and (max-width:768px){.team-sections__section--photo-columns{display:block}}.team-sections__section--photo-columns .team-sections__section-col{flex:0 0 calc(50% - 15px)}@media only screen and (max-width:1024px){.team-sections__section--photo-columns .team-sections__section-col{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.team-sections__section--photo-columns .team-sections__section-col+.team-sections__section-col{margin:20px 0 0}}.team-sections__section--photo-columns .team-sections__section-col figure+figure{margin:30px 0 0}@media only screen and (max-width:768px){.team-sections__section--photo-columns .team-sections__section-col figure+figure{margin:20px 0 0}}.team-sections__section--text-columns{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:768px){.team-sections__section--text-columns{display:block}}.team-sections__section--text-columns .team-sections__section-col{flex:0 0 40%}@media only screen and (max-width:1024px){.team-sections__section--text-columns .team-sections__section-col{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.team-sections__section--text-columns .team-sections__section-col+.team-sections__section-col{margin:20px 0 0}}.team-sections__section--text-columns-normal{justify-content:space-between;display:flex}@media only screen and (max-width:768px){.team-sections__section--text-columns-normal{display:block}}.team-sections__section--text-columns-normal .team-sections__section-col{flex:0 0 40%}@media only screen and (max-width:1024px){.team-sections__section--text-columns-normal .team-sections__section-col{flex:0 0 calc(50% - 10px)}}@media only screen and (max-width:768px){.team-sections__section--text-columns-normal .team-sections__section-col+.team-sections__section-col{margin:48px 0 0}}.team-sections__section--team{display:flex}@media only screen and (max-width:768px){.team-sections__section--team{display:block}}.team-sections__section--team .team-sections__section-col{flex:1 1 auto}.team-sections__section--team .team-sections__section-col:first-child{flex:0 0 35.5%;padding:0 50px 0 0}@media only screen and (max-width:768px){.team-sections__section--team .team-sections__section-col:first-child{padding:0 0 30px}}.team-sections__section--team ul li{display:flex}.team-sections__section--team ul li span{flex:1 1 auto}.team-sections__section--team ul li span:first-child{flex:0 0 40%;padding:0 10px 0 0}.goverlay{background:#16181e!important}.gclose,.gnext,.gprev{background-color:transparent!important;opacity:.75!important;transition:opacity .25s ease-in-out 0s}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.25!important}.gclose:hover,.gnext:hover,.gprev:hover{opacity:1!important}.gprev{left:20px!important}.gclose,.gnext{right:20px!important}.gslide-media{position:relative;z-index:10}.gclose.gclose--custom{background:none!important;display:none}@media only screen and (max-width:768px){.gclose.gclose--custom{width:100%!important;height:100%!important;pointer-events:all!important;display:block;position:absolute!important;z-index:5!important;top:0!important;left:0!important}}[data-sal]{transition-duration:.2s;transition-delay:0s;transition-duration:var(--sal-duration,.2s);transition-delay:var(--sal-delay,0s);transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration="200"]{transition-duration:.2s}[data-sal][data-sal-duration="250"]{transition-duration:.25s}[data-sal][data-sal-duration="300"]{transition-duration:.3s}[data-sal][data-sal-duration="350"]{transition-duration:.35s}[data-sal][data-sal-duration="400"]{transition-duration:.4s}[data-sal][data-sal-duration="450"]{transition-duration:.45s}[data-sal][data-sal-duration="500"]{transition-duration:.5s}[data-sal][data-sal-duration="550"]{transition-duration:.55s}[data-sal][data-sal-duration="600"]{transition-duration:.6s}[data-sal][data-sal-duration="650"]{transition-duration:.65s}[data-sal][data-sal-duration="700"]{transition-duration:.7s}[data-sal][data-sal-duration="750"]{transition-duration:.75s}[data-sal][data-sal-duration="800"]{transition-duration:.8s}[data-sal][data-sal-duration="850"]{transition-duration:.85s}[data-sal][data-sal-duration="900"]{transition-duration:.9s}[data-sal][data-sal-duration="950"]{transition-duration:.95s}[data-sal][data-sal-duration="1000"]{transition-duration:1s}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}[data-sal][data-sal-duration="2000"]{transition-duration:2s}[data-sal][data-sal-delay="50"]{transition-delay:.05s}[data-sal][data-sal-delay="100"]{transition-delay:.1s}[data-sal][data-sal-delay="150"]{transition-delay:.15s}[data-sal][data-sal-delay="200"]{transition-delay:.2s}[data-sal][data-sal-delay="250"]{transition-delay:.25s}[data-sal][data-sal-delay="300"]{transition-delay:.3s}[data-sal][data-sal-delay="350"]{transition-delay:.35s}[data-sal][data-sal-delay="400"]{transition-delay:.4s}[data-sal][data-sal-delay="450"]{transition-delay:.45s}[data-sal][data-sal-delay="500"]{transition-delay:.5s}[data-sal][data-sal-delay="550"]{transition-delay:.55s}[data-sal][data-sal-delay="600"]{transition-delay:.6s}[data-sal][data-sal-delay="650"]{transition-delay:.65s}[data-sal][data-sal-delay="700"]{transition-delay:.7s}[data-sal][data-sal-delay="750"]{transition-delay:.75s}[data-sal][data-sal-delay="800"]{transition-delay:.8s}[data-sal][data-sal-delay="850"]{transition-delay:.85s}[data-sal][data-sal-delay="900"]{transition-delay:.9s}[data-sal][data-sal-delay="950"]{transition-delay:.95s}[data-sal][data-sal-delay="1000"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-timing-function:linear}[data-sal][data-sal-easing=ease]{transition-timing-function:ease}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-sal|=fade]{opacity:0;transition-property:opacity}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}[data-sal|=slide]{opacity:0;transition-property:opacity,transform}[data-sal=slide-up]{transform:translateY(10%)}[data-sal=slide-up-text]{transform:translateY(50%)}[data-sal=slide-down]{transform:translateY(-10%)}[data-sal=slide-left]{transform:translateX(10%)}[data-sal=slide-right]{transform:translateX(-10%)}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}[data-sal=zoom-in]{transform:scale(.5)}[data-sal=zoom-out]{transform:scale(1.1)}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}[data-sal|=flip]{backface-visibility:hidden;transition-property:transform}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}
