@font-face {
  font-family: "Bw Gradual";
  src: url("../fonts/woff2/BwGradual-Thin.woff2") format("woff2"), url("../fonts/woff/BwGradual-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual";
  src: url("../fonts/woff2/BwGradual-Regular.woff2") format("woff2"), url("../fonts/woff/BwGradual-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual";
  src: url("../fonts/woff2/BwGradual-ExtraBold.woff2") format("woff2"), url("../fonts/woff/BwGradual-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual Bold";
  src: url("../fonts/woff2/BwGradual-Bold.woff2") format("woff2"), url("../fonts/woff/BwGradual-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #1d252d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga", "kern";
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.03em;
}

:target {
  display: block;
  position: relative;
}

.post-edit-link {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0px;
  color: #fff;
  background: #ff5c35;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

[lazy] {
  opacity: 0;
  transition: opacity 1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: opacity;
}

[lazy=loaded] {
  opacity: 1;
}

.fade-enter-active {
  animation: fade 0.5s;
}

.fade-leave-active {
  animation: fade 0.5s reverse;
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.body--exit {
  will-change: opacity;
  transition: opacity 1s;
  opacity: 0;
}

.footer {
  background: #1d252d;
  color: #fff;
  padding: 100px 0 30px;
}
.footer__wrap {
  will-change: transform;
}
.footer__ticker {
  overflow: hidden;
}
.footer__ticker-wrap {
  width: 120vw;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  animation: tickerMobile 20s linear infinite;
}
@media (min-width: 1024px) {
  .footer__ticker-wrap {
    width: 80vw;
    animation: ticker 40s linear infinite;
  }
}
.footer__ticker-image {
  display: block;
  height: 100%;
  width: auto;
}
.footer__inner {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-left: 58px;
    padding-right: 58px;
  }
}
.footer__cols {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  .footer__cols {
    display: flex;
    align-items: center;
  }
}
.footer__logo {
  margin-bottom: 20px;
  display: block;
}
.footer__logo svg {
  display: block;
  width: 100%;
  max-width: 313px;
  height: auto;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer__logo svg {
    width: 340px;
    height: 42px;
    max-width: 100%;
  }
}
.footer__address {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .footer__address {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.footer__col {
  margin-bottom: 30px;
}
.footer__links {
  position: relative;
}
@media (min-width: 1024px) {
  .footer__links {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .footer__links {
    padding-left: 50px;
    max-width: 890px;
    margin-left: auto;
  }
}
.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer__nav {
    flex-direction: row;
    margin-bottom: 0;
    transform: translateY(-100%);
  }
}
.footer__nav-item {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .footer__nav-item {
    margin-bottom: 0;
  }
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}
.footer__nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.footer__nav-link:hover {
  color: #aaa;
}
.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.footer__social-item {
  margin: 0 15px;
  padding: 0;
}
.footer__social-link svg {
  display: block;
}
.footer__copyright {
  display: flex;
  margin-bottom: 90px;
  padding-top: 28px;
}
.footer__copyright p {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .footer__copyright p {
    font-size: 14px;
    font-weight: 700;
  }
}
.footer__copyright p:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

@keyframes ticker {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-80vw);
  }
}
@keyframes tickerMobile {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120vw);
  }
}
.header {
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .header {
    height: 75px;
  }
}
.header--scrolled {
  position: fixed;
}
.header--hide:before {
  transform: translateY(-100%);
}
.header--fill .header__inner {
  background: #fff !important;
}
.header--fill .header__logo,
.header--fill .header__button {
  color: #1d252d !important;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #c4c4c4;
  padding: 20px;
  background: white;
  backdrop-filter: blur(6px);
  height: 100%;
}
@media (min-width: 1024px) {
  .header__inner {
    align-items: center;
    padding: 0 38px;
  }
}
.header--show .header__inner {
  transform: translateY(0%);
  background: #fff;
}
.header--hide .header__inner {
  transform: translateY(-200%);
}
.header__logo {
  color: #1d252d;
  transition: all 0.3s;
  transform-origin: 0 50%;
}
.header__logo svg {
  display: block;
  width: 189px;
  height: 22px;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .header__logo svg {
    width: 296px;
    height: 34px;
  }
}
.header__side {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header__link {
  font-size: 12px;
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d252d;
  margin-right: 50px;
  position: relative;
  display: none;
}
.header__link:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #1d252d;
  transition: all 0.3s;
}
.header__link:hover:before {
  transform: scaleX(0);
}
@media (min-width: 1024px) {
  .header__link {
    display: block;
  }
}
.header__button {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.home-hero {
  position: relative;
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .home-hero {
    margin-top: 75px;
  }
}
.home-hero__slider {
  position: relative;
  z-index: 0;
  height: 80vh;
  background: #ebebe9;
}
@media (min-width: 1024px) {
  .home-hero__slider {
    height: 46.875vw;
  }
}
.home-hero__logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  overflow: hidden;
}
.home-hero__logo-static {
  display: block;
}
@media (min-width: 1024px) {
  .home-hero__logo-static {
    display: none;
  }
}
.home-hero__logo-animated {
  display: none;
}
@media (min-width: 1024px) {
  .home-hero__logo-animated {
    display: block;
    width: 85%;
    height: 85%;
    margin: auto;
  }
}
.home-hero__logo-animated path {
  stroke: #fff;
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2.5;
}
.home-hero__logo svg {
  display: block;
  width: 216px;
  height: 218px;
  will-change: transform;
}
@media (min-width: 1024px) {
  .home-hero__logo svg {
    width: 100%;
    height: 100%;
  }
}
.home-hero__logoalt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.home-hero__logoalt-image {
  display: block;
  width: 237px;
  height: 247px;
}
.home-hero .swiper-container {
  width: 100%;
  height: 100%;
}
.home-hero .swiper-pagination--alt {
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .home-hero .swiper-pagination--alt {
    text-align: left;
    left: 30px !important;
  }
}
.home-hero .swiper-pagination-bullet {
  border: 1px solid #ebebe9;
  background: none;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
  opacity: 1;
  margin-right: 10px;
}
.home-hero .swiper-pagination-bullet-active {
  border-color: #ff5c35;
  background-color: #ff5c35;
}
.home-hero .slider__slide {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  opacity: 1 !important;
  transition-duration: 0 !important;
  z-index: 0;
  position: relative;
}
.home-hero .slider__slide-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 1.5s linear;
}
.home-hero .slider__slide-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(29, 37, 45, 0.2);
}
.home-hero .slider__slide-caption {
  font-weight: 800;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 15.7894736842vw;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .home-hero .slider__slide-caption {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    bottom: 4.1666666667vw;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .home-hero .slider__slide-caption {
    font-size: 19px;
  }
}

.home-outro {
  background: #1d252d;
  padding: 80px 30px;
}
.home-outro__copy {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home-outro__copy {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .home-outro__copy {
    font-size: 28px;
  }
}

.home-1 {
  background-size: cover;
  background-position: 70% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-bottom: 80vw;
}
@media (min-width: 1024px) {
  .home-1 {
    padding-bottom: 0;
    min-height: calc(100vh - 75px);
  }
}
.home-1--over {
  color: #fff;
}
.home-1--over .home-1__alpha:after {
  background: #1d252d;
}
.home-1--over .home-1__cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff5c35;
  position: relative;
  display: inline-flex;
}
.home-1--over .home-1__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #ff5c35;
  transition: all 0.3s;
}
.home-1--over .home-1__cta:hover:before {
  transform: scaleX(0);
}
.home-1--over .home-1__cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .home-1--over .home-1__cta:hover {
    cursor: pointer;
  }
  .home-1--over .home-1__cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.home-1--over .home-1__cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
.home-1__alpha {
  display: flex;
  will-change: transform;
}
.home-1__alpha:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 300%;
  width: 100%;
  background: #fff;
  transform: skewY(-40deg) translateY(-60%);
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .home-1__alpha:after {
    height: 400%;
    transform: skewY(-40deg) translateY(-72%);
  }
}
.home-1__alpha-inner {
  position: relative;
  z-index: 2;
  padding: 30px 60px 30px 30px;
}
@media (min-width: 1024px) {
  .home-1__alpha-inner {
    padding: 62px;
    padding-top: 120px;
  }
}
.home-1__headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .home-1__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .home-1__headline {
    margin-bottom: 30px;
    max-width: 500px;
  }
}
.home-1__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .home-1__body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .home-1__body {
    max-width: 500px;
  }
}
.home-1__cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d252d;
  position: relative;
  display: inline-flex;
  text-decoration: none;
  position: relative;
}
.home-1__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #1d252d;
  transition: all 0.3s;
}
.home-1__cta:hover:before {
  transform: scaleX(0);
}
.home-1__cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .home-1__cta:hover {
    cursor: pointer;
  }
  .home-1__cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.home-1__cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}

.home-2 {
  background: #1d252d;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home-2 {
    height: 100%;
    min-height: calc(100vh - 75px);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.home-2__alpha {
  display: flex;
  flex-direction: column;
  background: #1d252d;
  position: relative;
  z-index: 1;
}
.home-2__alpha-inner {
  padding: 30px;
}
@media (min-width: 1024px) {
  .home-2__alpha-inner {
    padding: 62px 62px 0;
    flex: 0;
  }
}
.home-2__alpha-morph {
  background-size: cover;
  margin-top: auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  .home-2__alpha-morph {
    flex: 0;
  }
}
.home-2__alpha-morph:hover svg,
.home-2__alpha-morph:hover div {
  opacity: 0;
}
.home-2__alpha-morph svg {
  display: block;
  width: 130%;
  height: 100%;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .home-2__alpha-morph svg {
    transform: translateX(0%);
    width: 80%;
  }
}
.home-2__alpha-morph svg path {
  fill: #fff;
  transition: all 0.3s;
  transform-origin: 50% 50%;
}
.home-2__alpha-morph svg rect {
  fill: #1d252d;
}
.home-2__alpha-morph svg + div {
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1d252d;
}
@media (min-width: 1024px) {
  .home-2__alpha-morph svg + div {
    width: 20%;
  }
}
.home-2__beta {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background: #fff;
}
.home-2__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .home-2__subhead {
    font-size: 19px;
  }
}
.home-2__headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
  max-width: 8ch;
}
@media (min-width: 1200px) {
  .home-2__headline {
    line-height: 1.1;
  }
}
.home-2__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .home-2__item {
    padding: 0 6.9444444444vw 0 9.0277777778vw;
    flex: 0 0 25%;
  }
}
.home-2__item:nth-child(2n) {
  background: #fff;
}
.home-2__item:nth-child(2n+1) {
  background: rgba(235, 235, 233, 0.3);
}
.home-2__item-headline {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #1d252d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.home-2__item-number {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  color: #ff5c35;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(150%);
}
@media (min-width: 1024px) {
  .home-2__item-number {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .home-2__item-number {
    font-size: 28px;
  }
}
.home-2__item-body {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1024px) {
  .home-2__item-body {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .home-2__item-body {
    font-size: 28px;
  }
}

.home-3 {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home-3 {
    min-height: calc(100vh - 75px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
  }
}
.home-3__alpha {
  grid-column: 1/2;
  background: #fff;
  position: relative;
}
.home-3__alpha-inner {
  padding: 30px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .home-3__alpha-inner {
    padding: 62px 62px 0;
  }
}
.home-3__alpha .secondSwiper-pagination {
  display: none;
  position: absolute;
  z-index: 10;
  right: 62px;
  top: 62px;
}
@media (min-width: 1024px) {
  .home-3__alpha .secondSwiper-pagination {
    display: block;
  }
}
.home-3__alpha .secondSwiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
  margin: auto 6px !important;
  background: transparent;
  opacity: 1;
}
.home-3__alpha .secondSwiper-pagination .swiper-pagination-bullet-active {
  background: #ff5c35;
  border-color: #ff5c35;
}
.home-3__alpha .secondSwiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.home-3__beta {
  position: relative;
}
@media (min-width: 1024px) {
  .home-3__beta {
    height: auto;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.home-3__beta .swiper-container,
.home-3__beta .swiper-slide {
  width: 100vw;
}
@media (min-width: 1024px) {
  .home-3__beta .swiper-container,
.home-3__beta .swiper-slide {
    width: 50vw;
  }
}
.home-3__beta .secondSwiper-button-next {
  position: absolute;
  z-index: 10;
  bottom: 62px;
  right: 62px;
}
.home-3__beta .secondSwiper-button-next__cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-flex;
}
.home-3__beta .secondSwiper-button-next__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #fff;
  transition: all 0.3s;
}
.home-3__beta .secondSwiper-button-next__cta:hover:before {
  transform: scaleX(0);
}
.home-3__beta .secondSwiper-button-next__cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .home-3__beta .secondSwiper-button-next__cta:hover {
    cursor: pointer;
  }
  .home-3__beta .secondSwiper-button-next__cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.home-3__beta .secondSwiper-button-next__cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
.home-3__beta .secondSwiper-button-next__cta svg path {
  fill: #fff !important;
}
.home-3__gamma {
  position: relative;
}
@media (min-width: 1024px) {
  .home-3__gamma {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.home-3__gamma .swiper-container,
.home-3__gamma .swiper-slide {
  background: #fff;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home-3__gamma .swiper-container,
.home-3__gamma .swiper-slide {
    width: 50vw;
  }
}
.home-3__gamma .swiper-pagination {
  display: block;
}
@media (min-width: 1024px) {
  .home-3__gamma .swiper-pagination {
    display: none;
  }
}
.home-3__gamma .swiper-pagination-fraction,
.home-3__gamma .swiper-pagination-custom,
.home-3__gamma .swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .home-3__gamma .swiper-pagination-fraction,
.home-3__gamma .swiper-pagination-custom,
.home-3__gamma .swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    z-index: 100;
    width: auto;
    right: 60px;
    left: auto;
    top: 20px;
    padding: 0;
  }
}
.home-3__gamma .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
  margin: auto 6px !important;
  background: transparent;
  opacity: 1;
}
.home-3__gamma .swiper-pagination-bullet-active {
  background: #ff5c35;
  border-color: #ff5c35;
}
.home-3__gamma .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.home-3__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .home-3__subhead {
    font-size: 19px;
  }
}
.home-3__headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
  max-width: 8ch;
}
@media (min-width: 1200px) {
  .home-3__headline {
    line-height: 1.1;
  }
}
.home-3__cta {
  -webkit-appearance: none;
  border-radius: none;
  display: inline-flex;
  color: #262e35;
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid #262e35;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.home-3__cta:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #ff5c35;
  transform: skewX(-45deg) scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.home-3__cta span {
  position: relative;
  z-index: 1;
}
.home-3__cta:hover {
  color: #fff;
  border-color: #ff5c35;
  cursor: pointer;
}
.home-3__cta:hover:before {
  transform: skewX(-45deg) scaleX(1.2);
}
.home-3 .swiper-container {
  height: 100%;
}
.home-3 .swiper-slide {
  min-height: 100vw;
}
@media (min-width: 1024px) {
  .home-3 .swiper-slide {
    min-height: 0;
  }
}
.home-3__property {
  padding: 30px;
  position: relative;
  flex: 1;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home-3__property {
    padding: 62px;
  }
}
.home-3__property-name {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding-bottom: 10px;
  margin: 0 0 20px;
  position: relative;
  max-width: 460px;
  order: -1;
}
@media (min-width: 1200px) {
  .home-3__property-name {
    font-size: 67px;
    line-height: 0.99;
  }
}
.home-3__property-name:after {
  content: "";
  display: block;
  height: 1px;
  background: #1d252d;
  position: absolute;
  bottom: 0;
  left: -30px;
  right: 0;
}
@media (min-width: 1024px) {
  .home-3__property-name:after {
    left: -62px;
  }
}
.home-3__property-summary {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
  max-width: 460px;
  order: 0;
}
@media (min-width: 1200px) {
  .home-3__property-summary {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .home-3__property-summary {
    margin-bottom: 0px;
  }
}
.home-3__property-actions {
  margin-bottom: 0;
  margin-top: auto;
}
.home-3__property-cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d252d;
  position: relative;
  display: inline-flex;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
.home-3__property-cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #1d252d;
  transition: all 0.3s;
}
.home-3__property-cta:hover:before {
  transform: scaleX(0);
}
.home-3__property-cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .home-3__property-cta:hover {
    cursor: pointer;
  }
  .home-3__property-cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.home-3__property-cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
.home-3__property-cta svg {
  position: absolute;
  right: -10px;
  transform: translate3d(100%, 50%, 0);
}
.home-3__property-meta {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  order: -1;
}
@media (min-width: 1024px) {
  .home-3__property-meta {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    right: 62px;
    bottom: 62px;
    transform-origin: 100% 100%;
    transform: rotate(90deg) translate3d(0%, 0%, 0);
  }
}
.home-3__property-image {
  width: 100%;
  height: 120vw;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .home-3__property-image {
    margin-bottom: 0;
    height: 100%;
  }
}

.home-4 {
  overflow: hidden;
  background: #ebebe9;
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .home-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
    padding: 115px 0;
    align-items: center;
  }
}
.home-4__alpha-inner {
  padding: 30px;
}
@media (min-width: 1024px) {
  .home-4__alpha-inner {
    padding: 0 62px;
    flex: 0;
  }
}
.home-4__beta {
  padding: 30px;
}
.home-4__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .home-4__subhead {
    font-size: 19px;
  }
}
.home-4__headline {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .home-4__headline {
    font-size: 67px;
    line-height: 0.99;
  }
}
.home-4__item {
  margin-bottom: 40px;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .home-4__item {
    padding-left: 4.1666666667vw;
    padding-right: 2.0833333333vw;
    margin-bottom: 60px;
  }
}
.home-4__item:last-child {
  margin-bottom: 0;
}
.home-4__item-headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  position: relative;
}
@media (min-width: 1200px) {
  .home-4__item-headline {
    line-height: 1.1;
  }
}
.home-4__item-headline:before {
  content: "/";
  color: #ff5c35;
  position: absolute;
  left: -30px;
}
.home-4__item-body {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}
.home-5,
.home-6 {
  padding: 100px 30px;
}
.home-5__subhead,
.home-6__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-5__subhead,
.home-6__subhead {
    font-size: 19px;
  }
}
.home-5__body,
.home-6__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .home-5__body,
.home-6__body {
    font-size: 16px;
  }
}
.home-5__logos,
.home-6__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home-5__logos,
.home-6__logos {
    max-width: 80%;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1500px) {
  .home-5__logos,
.home-6__logos {
    grid-template-columns: repeat(6, 1fr);
  }
}
.home-5__logo-image,
.home-6__logo-image {
  display: block;
  margin: auto;
}
@media (min-width: 1024px) {
  .home-5__logo-image,
.home-6__logo-image {
    max-width: 80%;
  }
}

.home-5 {
  background: #ebebe9;
}
.home-6 {
  background: #1d252d;
}
.home-6__body {
  color: #fff;
}

.home-7 {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home-7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.home-7__alpha {
  background: #ebebe9;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.home-7__alpha-inner {
  padding: 80px 30px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .home-7__alpha-inner {
    padding: 62px;
  }
}
.home-7__beta-piejs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (min-width: 1024px) {
  .home-7__beta-piejs {
    flex-wrap: nowrap;
    padding: 100px 30px;
  }
}
.home-7__beta-pie {
  width: 95vw;
  height: 95vw;
  flex: 0 0 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .home-7__beta-pie {
    width: 25vw;
    height: 25vw;
    flex: 0 0 25vw;
  }
}
.home-7__beta-legend {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .home-7__beta-legend {
    order: -1;
    margin-left: auto;
  }
}
.home-7__beta-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-7__beta-legend li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .home-7__beta-legend li {
    font-size: 16px;
  }
}
.home-7__beta-legend li span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 24px;
}
.home-7__beta-legend li:nth-child(2) span {
  border: 1px solid #1d252d;
}
.home-7__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .home-7__subhead {
    font-size: 19px;
  }
}
.home-7__body {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .home-7__body {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .home-7__body {
    font-size: 28px;
  }
}

.home-8 {
  position: relative;
}
.home-8 .swiper-slide {
  width: 100%;
  background: #fff;
}
.home-8__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .home-8__content {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.home-8__info {
  width: 100%;
  padding: 30px;
  padding-top: 60px;
  order: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .home-8__info {
    order: 1;
    padding: 100px 62px 300px;
    width: auto;
  }
}
.home-8__image {
  background-color: #ebebe9;
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
  width: 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .home-8__image {
    padding-bottom: 0;
    order: 2;
  }
}
.home-8__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .home-8__subhead {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .home-8__subhead {
    margin-bottom: 80px;
  }
}
.home-8__name {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding-bottom: 10px;
  margin: 0 0 20px;
  position: relative;
  max-width: 460px;
  order: -1;
}
@media (min-width: 1200px) {
  .home-8__name {
    font-size: 67px;
    line-height: 0.99;
  }
}
.home-8__name:after {
  content: "";
  display: block;
  height: 1px;
  background: #1d252d;
  position: absolute;
  bottom: 0;
  right: -30px;
  left: 0;
}
@media (min-width: 1024px) {
  .home-8__name:after {
    left: -62px;
    right: 0;
  }
}
.home-8__address {
  margin-bottom: 20px;
}
.home-8__meta {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  order: -1;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .home-8__meta {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    right: 62px;
    bottom: 62px;
    transform-origin: 100% 100%;
    transform: rotate(90deg) translate3d(0%, 0%, 0);
  }
}
.home-8__actions {
  margin-bottom: 0;
  margin-top: auto;
}
.home-8__cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d252d;
  position: relative;
  display: inline-flex;
  text-decoration: none;
  position: relative;
  z-index: 10;
  display: inline-flex;
}
.home-8__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #1d252d;
  transition: all 0.3s;
}
.home-8__cta:hover:before {
  transform: scaleX(0);
}
.home-8__cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .home-8__cta:hover {
    cursor: pointer;
  }
  .home-8__cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.home-8__cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
.home-8__cta svg {
  position: absolute;
  right: -10px;
  transform: translate3d(100%, 50%, 0);
}
.home-8__link {
  -webkit-appearance: none;
  border-radius: none;
  display: inline-flex;
  color: #262e35;
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid #262e35;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-left: 30px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.home-8__link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #ff5c35;
  transform: skewX(-45deg) scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.home-8__link span {
  position: relative;
  z-index: 1;
}
.home-8__link:hover {
  color: #fff;
  border-color: #ff5c35;
  cursor: pointer;
}
.home-8__link:hover:before {
  transform: skewX(-45deg) scaleX(1.2);
}
@media (min-width: 1024px) {
  .home-8__link {
    position: absolute;
    bottom: 50px;
    left: 62px;
    margin: 0;
  }
}
.home-8 .swiper-pagination {
  top: 57% !important;
}
@media (min-width: 1024px) {
  .home-8 .swiper-pagination {
    width: auto !important;
    text-align: left;
    left: 50% !important;
    top: 100px !important;
    bottom: auto !important;
    transform: translateX(-100%);
    padding-right: 62px;
    z-index: 99;
    padding-bottom: 0;
  }
}
.home-8 .swiper-pagination-bullet {
  border: 1px solid #1d252d;
  background: none;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
  opacity: 1;
}
.home-8 .swiper-pagination-bullet-active {
  border-color: #ff5c35;
  background-color: #ff5c35;
}

.page-home #app {
  padding-top: 0;
}

.team-1 {
  background: #1d252d;
  padding: 125px 30px;
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .team-1 {
    margin-top: 75px;
  }
}
.team-1__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .team-1__subhead {
    font-size: 19px;
  }
}
.team-1__body {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  max-width: 460px;
  margin: auto;
}
@media (min-width: 1024px) {
  .team-1__body {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .team-1__body {
    font-size: 28px;
  }
}

.company-1 {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1024px) {
  .company-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.company-1__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .company-1__subhead {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .company-1__subhead {
    margin-bottom: 40px;
  }
}
.company-1__headline {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .company-1__headline {
    font-size: 67px;
    line-height: 0.99;
  }
}
@media (min-width: 1024px) {
  .company-1__headline {
    margin-bottom: 40px;
  }
}
.company-1__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 265px;
}
@media (min-width: 1200px) {
  .company-1__body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .company-1__body {
    max-width: 100%;
  }
}
.company-1__largeBody {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1024px) {
  .company-1__largeBody {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .company-1__largeBody {
    font-size: 28px;
  }
}
.company-1__alpha {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 100vw;
}
@media (min-width: 1024px) {
  .company-1__alpha {
    padding-bottom: 0;
  }
}
.company-1__beta {
  width: 100%;
  background: #ebebe9;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 60px 30px 100px;
  flex: 1;
}
@media (min-width: 1024px) {
  .company-1__beta {
    padding: 200px 80px;
    overflow: hidden;
  }
}
.company-1__beta-inner {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .company-1__beta-inner {
    max-width: 520px;
  }
}
@media (min-width: 1024px) {
  .company-1 {
    margin-top: 75px;
  }
}
.company-1__body {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .company-1__body {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .company-1__body {
    font-size: 28px;
  }
}

.company-2 {
  padding: 50px;
}
@media (min-width: 1024px) {
  .company-2 {
    padding: 100px 62px;
  }
}
.company-2__infos {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .company-2__infos {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.company-2 .info {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  .company-2 .info {
    flex: 1 1 50%;
  }
}
@media (min-width: 1200px) {
  .company-2 .info {
    margin-bottom: 0px;
    flex: 0 0 25%;
  }
}
.company-2 .info:last-child {
  margin-bottom: 0;
}
.company-2 .info__number {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .company-2 .info__number {
    line-height: 1.1;
  }
}
.company-2 .info__number span {
  display: inline-block;
}
.company-2 .info__label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.company-3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1024px) {
  .company-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.company-3__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .company-3__subhead {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .company-3__subhead {
    margin-bottom: 40px;
  }
}
.company-3__headline {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .company-3__headline {
    font-size: 67px;
    line-height: 0.99;
  }
}
@media (min-width: 1024px) {
  .company-3__headline {
    margin-bottom: 40px;
  }
}
.company-3__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 265px;
}
@media (min-width: 1200px) {
  .company-3__body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .company-3__body {
    max-width: 100%;
  }
}
.company-3__largeBody {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1024px) {
  .company-3__largeBody {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .company-3__largeBody {
    font-size: 28px;
  }
}
.company-3__alpha {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 100vw;
}
@media (min-width: 1024px) {
  .company-3__alpha {
    padding-bottom: 0;
  }
}
.company-3__beta {
  width: 100%;
  background: #ebebe9;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 60px 30px 100px;
  flex: 1;
}
@media (min-width: 1024px) {
  .company-3__beta {
    padding: 200px 80px;
    overflow: hidden;
  }
}
.company-3__beta-inner {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .company-3__beta-inner {
    max-width: 520px;
  }
}
.company-3__beta {
  background: #1d252d;
  color: #fff;
}
@media (min-width: 1024px) {
  .company-3__beta {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .company-3__alpha {
    order: 2;
  }
}

.company-4 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1024px) {
  .company-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.company-4__subhead {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .company-4__subhead {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .company-4__subhead {
    margin-bottom: 40px;
  }
}
.company-4__headline {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .company-4__headline {
    font-size: 67px;
    line-height: 0.99;
  }
}
@media (min-width: 1024px) {
  .company-4__headline {
    margin-bottom: 40px;
  }
}
.company-4__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 265px;
}
@media (min-width: 1200px) {
  .company-4__body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .company-4__body {
    max-width: 100%;
  }
}
.company-4__largeBody {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1024px) {
  .company-4__largeBody {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .company-4__largeBody {
    font-size: 28px;
  }
}
.company-4__alpha {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 100vw;
}
@media (min-width: 1024px) {
  .company-4__alpha {
    padding-bottom: 0;
  }
}
.company-4__beta {
  width: 100%;
  background: #ebebe9;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 60px 30px 100px;
  flex: 1;
}
@media (min-width: 1024px) {
  .company-4__beta {
    padding: 200px 80px;
    overflow: hidden;
  }
}
.company-4__beta-inner {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .company-4__beta-inner {
    max-width: 520px;
  }
}

.contact-1,
.contact-2 {
  min-height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .contact-1,
.contact-2 {
    min-height: calc(100vh - 75px);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .contact-1--reversed .contact-1, .contact-1--reversed .contact-2__alpha,
.contact-2--reversed .contact-1,
.contact-2--reversed .contact-2__alpha {
    order: 2;
  }
}
.contact-1__alpha,
.contact-2__alpha {
  display: flex;
  align-items: center;
  background: #fff;
}
.contact-1__alpha-inner,
.contact-2__alpha-inner {
  padding: 30px;
  flex: 1;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .contact-1__alpha-inner,
.contact-2__alpha-inner {
    padding: 0 62px;
  }
}
.contact-1__beta,
.contact-2__beta {
  position: relative;
  overflow: hidden;
  background-color: #262e35;
  background-size: cover;
  min-height: 100vw;
  order: -1;
}
@media (min-width: 1024px) {
  .contact-1__beta,
.contact-2__beta {
    min-height: 0;
    order: initial;
  }
}
.contact-1__beta-inner,
.contact-2__beta-inner {
  padding: 30px 30px 20px;
}
@media (min-width: 1024px) {
  .contact-1__beta-inner,
.contact-2__beta-inner {
    padding: 62px 62px 40px;
  }
}
.contact-1__eyebrow,
.contact-2__eyebrow {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .contact-1__eyebrow,
.contact-2__eyebrow {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .contact-1__eyebrow,
.contact-2__eyebrow {
    margin-bottom: 35px;
  }
}
.contact-1__headline,
.contact-2__headline {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 50px;
  max-width: 550px;
}
@media (min-width: 1024px) {
  .contact-1__headline,
.contact-2__headline {
    font-size: calc(1vw + 0.5rem);
  }
}
@media (min-width: 1200px) {
  .contact-1__headline,
.contact-2__headline {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .contact-1__headline,
.contact-2__headline {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .contact-1__headline,
.contact-2__headline {
    line-height: 1.1;
  }
}
.contact-1__body,
.contact-2__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 10px 0;
}
@media (min-width: 1200px) {
  .contact-1__body,
.contact-2__body {
    font-size: 16px;
  }
}
.contact-1__body h3,
.contact-2__body h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .contact-1__body h3,
.contact-2__body h3 {
    font-size: 19px;
  }
}
.contact-1__body p,
.contact-2__body p {
  margin: 0 0 20px;
}
.contact-1__body ul,
.contact-2__body ul {
  margin-left: 0;
  padding-left: 20px;
}
.contact-1__body li,
.contact-2__body li {
  padding-left: 0px;
}
.contact-1__ctas,
.contact-2__ctas {
  display: flex;
  flex-wrap: wrap;
}
.contact-1__cta,
.contact-2__cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #262e35;
  position: relative;
  display: inline-flex;
  display: inline-flex;
  margin-right: 40px;
  margin-top: 5px;
}
.contact-1__cta:before,
.contact-2__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #262e35;
  transition: all 0.3s;
}
.contact-1__cta:hover:before,
.contact-2__cta:hover:before {
  transform: scaleX(0);
}
.contact-1__cta:hover,
.contact-2__cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .contact-1__cta:hover,
.contact-2__cta:hover {
    cursor: pointer;
  }
  .contact-1__cta:hover svg,
.contact-2__cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.contact-1__cta svg,
.contact-2__cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}

.contact-1 {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .contact-1 {
    margin-top: 75px;
    height: auto;
  }
}

.properties-1 {
  position: relative;
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .properties-1 {
    margin-top: 75px;
    height: auto;
  }
}
.properties-1__slide {
  padding: 30px;
  background: rgba(38, 46, 53, 0.6);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .properties-1__slide {
    padding: 62px 0;
    background: transparent;
    margin-left: auto;
  }
}
.properties-1__slide-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1.5s linear;
}
.properties-1__slide-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(29, 37, 45, 0.2);
}
.properties-1__slide-info {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100vw;
}
@media (min-width: 1024px) {
  .properties-1__slide-info {
    width: 270px;
    left: auto;
  }
}
.properties-1__slide-info:before {
  content: "";
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 160px;
  border: 0 solid transparent;
  top: auto;
  bottom: 0;
  top: auto;
  bottom: 0;
}
@media (min-width: 1024px) {
  .properties-1__slide-info:before {
    content: "";
    background: transparent;
    position: absolute;
    z-index: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 100vw;
    border-bottom: 100vw solid rgba(29, 37, 45, 0.85);
    top: auto;
    bottom: 0;
    top: auto;
    bottom: 0;
    transform: translateX(-20%);
  }
}
.properties-1__slide-featured {
  position: relative;
  z-index: 1;
  padding: 30px;
  padding: 30px;
}
@media (min-width: 1024px) {
  .properties-1__slide-featured {
    background: transparent;
    padding-bottom: 45px;
    padding-right: 45px;
    padding-left: 0;
  }
}
.properties-1__slide-label {
  font-weight: 800;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .properties-1__slide-label {
    margin: 0 0 13px;
  }
}
.properties-1__slide-headline {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .properties-1__slide-headline {
    line-height: 1.1;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .properties-1__slide-headline {
    margin: 0 0 15px;
  }
}
.properties-1__slide-cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-flex;
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.properties-1__slide-cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #fff;
  transition: all 0.3s;
}
.properties-1__slide-cta:hover:before {
  transform: scaleX(0);
}
.properties-1__slide-cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .properties-1__slide-cta:hover {
    cursor: pointer;
  }
  .properties-1__slide-cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.properties-1__slide-cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
@media (min-width: 1024px) {
  .properties-1__slide-cta {
    font-size: 14px;
  }
}
.properties-1 .swiper-container {
  width: 100%;
  height: 100%;
}
.properties-1__slider {
  position: relative;
  z-index: 0;
  height: 49.4vh;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .properties-1__slider {
    height: calc(100dvh - 175px);
  }
}

.property-1 {
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-top: 75px;
  padding-bottom: 107vw;
}
@media (min-width: 1024px) {
  .property-1 {
    margin-top: 75px;
    height: auto;
    padding-bottom: 36vw;
  }
}
.property-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(29, 37, 45, 0) 50%, rgba(29, 37, 45, 0.5));
}
.property-1__img {
  display: block;
  width: 100%;
  height: auto;
}
.property-1__info {
  position: absolute;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
@media (min-width: 1024px) {
  .property-1__info {
    left: 62px;
    bottom: 62px;
  }
}
.property-1__name {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .property-1__name {
    font-size: 67px;
    line-height: 0.99;
  }
}
@media (min-width: 1024px) {
  .property-1__name {
    bottom: 62px;
    left: 62px;
  }
}
.property-1__cta {
  font-size: 12px;
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-right: 50px;
  position: relative;
  margin-left: 3px;
}
.property-1__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #fff;
  transition: all 0.3s;
}
.property-1__cta:hover:before {
  transform: scaleX(0);
}

@media (min-width: 1024px) {
  .property-2,
.property-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
  }
}
.property-2__alpha,
.property-3__alpha {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-2__alpha-inner,
.property-3__alpha-inner {
  padding: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .property-2__alpha-inner,
.property-3__alpha-inner {
    padding: 62px;
    max-width: 700px;
  }
}
.property-2__beta,
.property-3__beta {
  position: relative;
  overflow: hidden;
  background-color: #262e35;
  background-size: cover;
}
@media (min-width: 1024px) {
  .property-2__beta,
.property-3__beta {
    height: auto;
  }
}
.property-2__beta-inner,
.property-3__beta-inner {
  padding: 30px 30px 20px;
  height: 100%;
}
@media (min-width: 1024px) {
  .property-2__beta-inner,
.property-3__beta-inner {
    padding: 62px 62px 40px;
    height: auto;
  }
}
.property-2__meta,
.property-3__meta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #262e35;
  margin: 0 0 10px;
}
.property-2__headline,
.property-3__headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 22px;
  border-top: 1px solid #262e35;
  padding-top: 20px;
  margin-left: -62px;
  padding-left: 62px;
}
@media (min-width: 1200px) {
  .property-2__headline,
.property-3__headline {
    line-height: 1.1;
  }
}
.property-2__url,
.property-3__url {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(38, 46, 53, 0.5);
  position: relative;
  display: inline-flex;
  margin: 0;
}
.property-2__url:before,
.property-3__url:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: rgba(38, 46, 53, 0.5);
  transition: all 0.3s;
}
.property-2__url:hover:before,
.property-3__url:hover:before {
  transform: scaleX(0);
}
.property-2__url:hover,
.property-3__url:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .property-2__url:hover,
.property-3__url:hover {
    cursor: pointer;
  }
  .property-2__url:hover svg,
.property-3__url:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.property-2__url svg,
.property-3__url svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
.property-2__body,
.property-3__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 10px 0;
  max-width: 475px;
}
@media (min-width: 1200px) {
  .property-2__body,
.property-3__body {
    font-size: 16px;
  }
}
.property-2__body h3,
.property-3__body h3 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.property-2__body p,
.property-3__body p {
  margin: 0 0 20px;
}
.property-2__body ul,
.property-3__body ul {
  margin-left: 0;
  padding-left: 20px;
}
.property-2__body li,
.property-3__body li {
  padding-left: 0px;
}
.property-2__cta,
.property-3__cta {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(38, 46, 53, 0.5);
  position: relative;
  display: inline-flex;
}
.property-2__cta:before,
.property-3__cta:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: rgba(38, 46, 53, 0.5);
  transition: all 0.3s;
}
.property-2__cta:hover:before,
.property-3__cta:hover:before {
  transform: scaleX(0);
}
.property-2__cta:hover,
.property-3__cta:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
  .property-2__cta:hover,
.property-3__cta:hover {
    cursor: pointer;
  }
  .property-2__cta:hover svg,
.property-3__cta:hover svg {
    transform: translate3d(110%, 50%, 0);
  }
}
.property-2__cta svg,
.property-3__cta svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}

@media (min-width: 1024px) {
  .property-2__beta-inner {
    height: 100%;
  }
}

.property-3__alpha {
  background-color: #262e35;
}
.property-3__alpha-inner {
  max-width: 100%;
}
.property-3__beta {
  background-color: rgba(235, 235, 233, 0.5);
  display: flex;
  align-items: center;
  background-size: cover;
}
.property-3__beta-inner {
  flex: 1;
}
.property-3__headline {
  margin-left: 0;
  padding-left: 0;
  margin-right: -62px;
  padding-right: 62px;
}

.property-slider {
  height: 100%;
}
.property-slider .swiper-container {
  overflow: visible;
  height: 100%;
}
.property-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
  margin: auto 6px !important;
  background: transparent;
  opacity: 1;
}
.property-slider .swiper-pagination-bullet-active {
  background: #ff5c35;
  border-color: #ff5c35;
}
.property-slider .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.property-slider .swiper-pagination {
  bottom: 0;
}
.property-slider .swiper-button-prev,
.property-slider .swiper-button-next {
  color: #ff5c35;
}
.property-slider .swiper-button-prev:after,
.property-slider .swiper-button-next:after {
  font-size: 24px;
}
.property-slider .swiper-button-prev {
  left: -54px;
}
.property-slider .swiper-button-next {
  right: -54px;
}

.property-slide {
  height: auto !important;
  padding-bottom: 50px;
}
.property-slide__image {
  position: relative;
  height: 110vw;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .property-slide__image {
    width: 100%;
    height: 100%;
  }
}

.slideshow-slide__image {
  height: 120vw;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .slideshow-slide__image {
    height: 56vw;
  }
}

.property-4 {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
  .property-4 {
    height: 56vw;
  }
}

.property-5 {
  background: #ebebe9;
  padding: 30px;
}
@media (min-width: 1024px) {
  .property-5 {
    padding: 62px;
  }
}

.properties-cards {
  overflow: hidden;
  position: relative;
}
.properties-cards__headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .properties-cards__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .properties-cards__headline {
    margin-bottom: 70px;
  }
}
.properties-cards__ctas {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .properties-cards__ctas {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
}
.properties-cards__cta {
  -webkit-appearance: none;
  border-radius: none;
  display: inline-flex;
  color: #262e35;
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid #262e35;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.properties-cards__cta:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #ff5c35;
  transform: skewX(-45deg) scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.properties-cards__cta span {
  position: relative;
  z-index: 1;
}
.properties-cards__cta:hover {
  color: #fff;
  border-color: #ff5c35;
  cursor: pointer;
}
.properties-cards__cta:hover:before {
  transform: skewX(-45deg) scaleX(1.2);
}
.properties-cards .swiper-container {
  overflow: visible;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .properties-cards .swiper-container {
    padding-bottom: 0;
  }
}
.properties-cards .swiper-button-prev,
.properties-cards .swiper-button-next {
  bottom: 0;
  top: auto;
  width: 30px;
  height: 30px;
}
.properties-cards .swiper-button-prev:after,
.properties-cards .swiper-button-next:after {
  display: none;
}
@media (min-width: 1024px) {
  .properties-cards .swiper-button-prev,
.properties-cards .swiper-button-next {
    display: none;
  }
}
.properties-cards .swiper-button-prev,
.properties-cards .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='13' viewBox='0 0 22 13' width='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.71381 5.98432c-.292892.29289-.292892.76777 0 1.06066l4.77297 4.77292c.29289.2929.76777.2929 1.06066 0 .29289-.2928.29289-.7677 0-1.0606l-4.24264-4.24265 4.24264-4.24264c.29289-.2929.29289-.76777 0-1.06066-.29289-.292896-.76777-.292896-1.06066 0zm20.53029-.21967h-19.99996v1.5h19.99996z' fill='%231d252d'/%3E%3C/svg%3E") !important;
}
.properties-cards .swiper-button-prev {
  left: 0;
}
.properties-cards .swiper-button-next {
  transform: scale(-1);
}

.property-card {
  position: relative;
  text-decoration: none;
  display: block;
}
.property-card:hover {
  cursor: pointer;
}
.property-card:hover .property-card__summary {
  opacity: 1;
}
.property-card:hover .property-card__summary:after {
  transform: skewX(-45deg) translateX(0%);
}
.property-card:hover .property-card__name {
  color: #ff5c35;
}
.property-card__info {
  padding-bottom: 135%;
  padding-bottom: 56%;
  background-color: #262e35;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 0;
  margin-bottom: 25px;
}
.property-card__summary {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  background: #262e35;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  overflow: hidden;
}
.property-card__summary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #ebebe9;
  transform-origin: 0 0;
  transition: all 0.3s;
  transform: skewX(-45deg) translateX(-100%);
}
.property-card__summary p {
  max-width: 300px;
}
.property-card__name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: all 0.3s;
  color: #262e35;
}
@media (min-width: 1200px) {
  .property-card__name {
    line-height: 1.1;
    font-size: 32px;
  }
}
.property-card__meta {
  display: block;
  margin: 10px 0 0;
  bottom: 30px;
  color: #262e35;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform-origin: 100% 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .property-card__meta {
    right: 0;
  }
}

@media (min-width: 1024px) {
  .menu.availability__links {
    width: 185px;
  }
  .menu.availability__links:hover .submenu {
    display: block;
  }
}
.menu.availability__links .form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .menu.availability__links .form__submit {
    display: block;
  }
}
.menu.availability__links .submenu {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 0;
}
.menu.availability__links .submenu .contact-2__cta {
  border: 1px solid #000;
  padding: 12px 14px 12px 18px;
  margin-top: 10px;
  margin-right: 0;
}
.menu.availability__links .submenu .contact-2__cta:after {
  content: " availability";
}
@media (min-width: 1024px) {
  .menu.availability__links .submenu .contact-2__cta:after {
    content: "";
    display: none;
  }
}
@media (min-width: 1024px) {
  .menu.availability__links .submenu .contact-2__cta {
    border: none;
    padding-left: 20px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .menu.availability__links .submenu {
    position: absolute;
    display: none;
    border: 1px solid #000;
    border-width: 0 1px 1px 1px;
  }
}

.rm-header_title {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .rm-header_title {
    padding-left: 0;
  }
}

.team-ribbon {
  background: #262e35;
  padding: 42px;
}
@media (min-width: 1024px) {
  .team-ribbon {
    padding: 42px;
  }
}
.team-ribbon__inner {
  text-align: center;
}
.team-ribbon__eyebrow {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .team-ribbon__eyebrow {
    font-size: 19px;
  }
}
.team-ribbon__body {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 910px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .team-ribbon__body {
    font-size: 16px;
  }
}

.form {
  margin-top: 32px;
  padding: 0;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .form__row {
    justify-content: space-between;
  }
}
.form__group {
  flex: 1 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .form__group {
    margin-bottom: 20px;
    flex: 0 1 49%;
  }
}
.form__group--spaced {
  margin: 40px 0;
}
.form__label {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .form__label {
    flex-wrap: nowrap;
  }
}
.form__label:last-child, .form__label:nth-last-child(2) {
  margin-bottom: 0;
}
.form__label:focus {
  outline: none;
}
.form__label-text {
  padding-top: 15px;
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  .form__label-text {
    flex: 0 0 100px;
  }
}
.form__input, .form__select, .form__textarea {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-size: 16px;
  -webkit-appearance: none;
  background: none;
  color: rgba(38, 46, 53, 0.5);
  width: 100%;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #262e35;
  box-shadow: inset 0px 0px 0px 0px #fff;
  border-radius: 0;
  padding: 15px 0px;
  transition: all 0.4s;
}
@media (min-width: 1200px) {
  .form__input, .form__select, .form__textarea {
    font-size: 16px;
  }
}
.form__input:focus, .form__select:focus, .form__textarea:focus {
  border-color: #1d252d;
  outline: none;
}
.form__input::-webkit-autofill, .form__select::-webkit-autofill, .form__textarea::-webkit-autofill {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: none;
}
.form__input::-webkit-input-placeholder, .form__input::placeholder, .form__select::-webkit-input-placeholder, .form__select::placeholder, .form__textarea::-webkit-input-placeholder, .form__textarea::placeholder {
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #262e35;
  opacity: 0.5;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .form__input::-webkit-input-placeholder, .form__input::placeholder, .form__select::-webkit-input-placeholder, .form__select::placeholder, .form__textarea::-webkit-input-placeholder, .form__textarea::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .form__input::-webkit-input-placeholder, .form__input::placeholder, .form__select::-webkit-input-placeholder, .form__select::placeholder, .form__textarea::-webkit-input-placeholder, .form__textarea::placeholder {
    font-size: 16px;
  }
}
.hasError .form__input, .hasError .form__select, .hasError .form__textarea {
  border-color: #ff5c35;
  animation: error 1s forwards;
}
.form__select {
  background: transparent url(../images/arrow-down-2.svg) no-repeat;
  background-position: calc(100% - 12px);
  background-size: 12px 8px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .form__select {
    font-size: 16px;
  }
}
.form__select option {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .form__select option {
    font-size: 16px;
  }
}
.form__textarea {
  border: 1px solid #262e35;
  padding: 10px;
  height: 150px;
}
.form__label-text + .form__textarea {
  margin-top: 15px;
}
.form__actions {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 1024px) {
  .form__actions {
    padding-left: 100px;
  }
}
.form__submit {
  position: relative;
  -webkit-appearance: none;
  border-radius: none;
  display: inline-flex;
  color: #262e35;
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid #262e35;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  margin: 0;
}
.form__submit:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #ff5c35;
  transform: skewX(-45deg) scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.form__submit span {
  position: relative;
  z-index: 1;
}
.form__submit:hover {
  color: #fff;
  border-color: #ff5c35;
  cursor: pointer;
}
.form__submit:hover:before {
  transform: skewX(-45deg) scaleX(1.2);
}
.form__sent {
  color: #262e35;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
.form__sent svg {
  margin-right: 10px;
}
@keyframes error {
  from {
    box-shadow: inset 0px 0px 0px 0px #ff5c35;
  }
  to {
    box-shadow: inset 0px -1px 0px 0px #ff5c35;
  }
}

.pb-availability {
  padding: 80px 0;
  background-color: #EBEBE9;
  text-align: center;
}
.pb-availability.commercial {
  background-color: var(--pb-color-dark);
}
.pb-availability.commercial .pb-availability__card {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), var(--pb-color-dark);
}
.pb-availability.commercial .pb-availability__card-address, .pb-availability.commercial .pb-availability__card-meta, .pb-availability.commercial .pb-availability__card-button {
  color: #fff;
}
.pb-availability.commercial .pb-availability__card-meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pb-availability.commercial .pb-availability__details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top-width: 0;
  color: #fff;
}
.pb-availability__container {
  padding: 0 44px;
}
@media (min-width: 1024px) {
  .pb-availability__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .pb-availability__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
}
.pb-availability__card {
  background-color: #fff;
}
.pb-availability__details {
  padding: 20px 10px;
  border: 2px solid #CACACA;
  border-top-width: 0;
}
.pb-availability__header h2, .pb-availability__header h3, .pb-availability__header h4, .pb-availability__header h5, .pb-availability__header h6 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.66px;
  text-transform: uppercase;
  color: var(--pb-color-accent);
}
.pb-availability__header h2 span, .pb-availability__header h3 span, .pb-availability__header h4 span, .pb-availability__header h5 span, .pb-availability__header h6 span {
  display: block;
}
@media (min-width: 1200px) {
  .pb-availability__header h2 span, .pb-availability__header h3 span, .pb-availability__header h4 span, .pb-availability__header h5 span, .pb-availability__header h6 span {
    display: inline-block;
  }
}
.pb-availability__card {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .pb-availability__card {
    margin-bottom: 0;
  }
}
.pb-availability__card-concession {
  position: absolute;
  background-color: var(--pb-color-accent);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.pb-availability__card-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
.pb-availability__card-address, .pb-availability__card-meta {
  color: #1D252D;
  font-size: 13px;
  line-height: 142%;
  letter-spacing: 0.42px;
}
.pb-availability__card-meta {
  margin: 16px 0;
  padding: 0 20px 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBE9;
}
.pb-availability__card-available, .pb-availability__card-button {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}
.pb-availability__card-available {
  color: var(--pb-color-accent);
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.9px;
  font-weight: 600;
}

.pb-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 38px;
  text-align: center;
  background-color: var(--pb-color-accent);
  color: var(--pb-color-dark);
}
@media (min-width: 1200px) {
  .pb-banner {
    padding: 30px 0;
  }
}
.pb-banner__text {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.66px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  .pb-banner__text {
    font-size: 20px;
  }
}

.pb-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 44px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.35px;
  /* 209% */
  letter-spacing: 2.66px;
  text-transform: uppercase;
  border: 1px solid var(--pb-color-accent);
  color: var(--pb-color-accent);
  transition: color 0.5s ease;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pb-button {
    margin-right: auto;
  }
  .pb-button:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -30px;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: var(--pb-color-accent);
    transform: skewX(-45deg) scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s;
  }
  .pb-button:hover {
    color: #fff;
  }
  .pb-button:hover:before {
    transform: skewX(-45deg) scaleX(1.2);
  }
}
.pb-headline {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  /* 51.36px */
  letter-spacing: 0.96px;
}
.pb-headline--2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pb-headline--40 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.8px;
}
.pb-preheader {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.35px;
  /* 174.167% */
  letter-spacing: 2.66px;
  text-transform: uppercase;
  color: var(--pb-color-accent);
}
.pb-grid {
  display: grid;
}
.pb-grid--icon {
  grid-template-columns: 30px 1fr;
  padding: 10px 0;
}
.pb-ul__clear {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pb-ul__clear li {
  margin: 3px 0;
}
.pb-link {
  text-decoration: underline;
}
.pb-link--bold {
  font-weight: 700;
}
.pb-link--row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 0;
}
.pb-padding-clear--bottom {
  padding-bottom: 0 !important;
}
.pb-padding-clear--top {
  padding-top: 0 !important;
}

.mt--10 {
  margin-top: 10px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mt--15 {
  margin-top: 15px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mt--20 {
  margin-top: 20px;
}
.mb--20 {
  margin-bottom: 20px;
}
.mt--30 {
  margin-top: 30px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mt--40 {
  margin-top: 40px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mt--50 {
  margin-top: 50px;
}
.mb--50 {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .pb-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.pb-contact__right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 38px;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.44px;
}
@media (min-width: 1200px) {
  .pb-contact__right {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .pb-contact__right-container {
    max-width: 450px;
  }
}
.pb-contact__website {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.1px;
  /* 165% */
  letter-spacing: 1.96px;
  text-transform: uppercase;
  color: var(--pb-color-accent);
}
.pb-contact__website svg path, .pb-contact__directions svg path {
  fill: var(--pb-color-accent);
}

.pb-gallery {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .pb-gallery {
    margin-top: 0;
  }
}
.pb-gallery__slideshow-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.pb-gallery__slideshow-container {
  aspect-ratio: 390/382;
}
@media (min-width: 1024px) {
  .pb-gallery__slideshow-container {
    height: calc(100dvh - 150px);
    aspect-ratio: unset;
  }
}
@media (min-width: 1200px) {
  .pb-gallery__slideshow-container {
    height: calc(100dvh - 135px);
    aspect-ratio: unset;
  }
}
.pb-gallery__slideshow-container .swiper,
.pb-gallery__slideshow-container .swiper-container {
  width: 100%;
  height: 100%;
}
.pb-gallery__slideshow-container .swiper-wrapper,
.pb-gallery__slideshow-container .swiper-slide {
  height: 100%;
}
.pb-gallery__slideshow-container .swiper-slide {
  position: relative;
}
.pb-gallery__slideshow-container .swiper-pagination {
  display: none !important;
}
.pb-gallery__slideshow-container .swiper-button-prev,
.pb-gallery__slideshow-container .swiper-button-next {
  bottom: 12px;
  left: 12px;
  right: auto;
  top: auto;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
}
.pb-gallery__slideshow-container .swiper-button-prev:after,
.pb-gallery__slideshow-container .swiper-button-next:after {
  content: "";
  width: 21px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1024px) {
  .pb-gallery__slideshow-container .swiper-button-prev,
.pb-gallery__slideshow-container .swiper-button-next {
    bottom: 25px;
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .pb-gallery__slideshow-container .swiper-button-prev,
.pb-gallery__slideshow-container .swiper-button-next {
    bottom: 50px;
    left: 50px;
  }
}
.pb-gallery__slideshow-container .swiper-button-prev:after {
  background-image: url("../images/property-builder/nav-arrow-prev.svg");
}
.pb-gallery__slideshow-container .swiper-button-next {
  left: 75px;
}
@media (min-width: 1024px) {
  .pb-gallery__slideshow-container .swiper-button-next {
    left: 88px;
  }
}
@media (min-width: 1200px) {
  .pb-gallery__slideshow-container .swiper-button-next {
    left: 120px;
  }
}
.pb-gallery__slideshow-container .swiper-button-next:after {
  background-image: url("../images/property-builder/nav-arrow-next.svg");
}

.pb-hero {
  position: relative;
  padding-top: 135px;
  height: 100dvh;
}
.pb-hero__container {
  position: relative;
  height: calc(100dvh - 135px);
}
.pb-hero__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.pb-hero__breadcrumbs {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .pb-hero__breadcrumbs {
    padding: 20px 38px;
  }
}
.pb-hero__breadcrumbs-link {
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
}
.pb-hero__breadcrumbs-link:hover {
  color: var(--pb-color-accent);
}
.pb-hero__logo {
  position: relative;
  z-index: 3;
}
.pb-hero__logo-container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.pb-hero__logo-overlay {
  background-color: black;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pb-split {
  display: grid;
  grid-template-rows: repeat(2, min-content);
}
.pb-split .pb-split__media {
  order: 2;
}
.pb-split .pb-split__text {
  order: 1;
}
@media (min-width: 1024px) {
  .pb-split {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 110px 38px;
  }
  .pb-split .pb-split__media {
    order: unset;
  }
  .pb-split .pb-split__text {
    order: unset;
  }
}
.pb-split > * {
  min-width: 0;
}
@media (min-width: 1200px) {
  .pb-split .pb-split__text {
    padding-left: 5vw;
  }
}
.pb-split.reversed .pb-split__media {
  order: 2;
}
.pb-split.reversed .pb-split__text {
  order: 1;
}
@media (min-width: 1200px) {
  .pb-split.reversed .pb-split__text {
    padding-right: 5vw;
    padding-left: 0;
  }
}
.pb-split__text {
  padding: 40px 38px;
}
@media (min-width: 1200px) {
  .pb-split__text {
    padding: 0;
  }
}
.pb-split__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pb-split__image-container {
  position: relative;
  aspect-ratio: 660/498;
  overflow: hidden;
}
.pb-split__slideshow-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pb-split__slideshow-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 10;
  opacity: 0.7;
  pointer-events: none;
}
.pb-split__slideshow-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.36px;
  color: #fff;
  z-index: 11;
}
.pb-split__slideshow-container {
  position: relative;
  aspect-ratio: 391/586;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pb-split__slideshow-container {
    aspect-ratio: 391/420;
  }
}
@media (min-width: 1200px) {
  .pb-split__slideshow-container {
    aspect-ratio: 660/498;
  }
}
.pb-split__slideshow-container .swiper,
.pb-split__slideshow-container .swiper-container {
  width: 100%;
  height: 100%;
}
.pb-split__slideshow-container .swiper-wrapper,
.pb-split__slideshow-container .swiper-slide {
  height: 100%;
}
.pb-split__slideshow-container .swiper-slide {
  position: relative;
}
.pb-split__slideshow-container .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 6px;
  z-index: 2;
}
.pb-split__slideshow-container .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.6;
}
.pb-split__slideshow-container .swiper-pagination-bullet-active {
  background: var(--pb-color-accent);
  opacity: 1;
}
.pb-split__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pb-split__list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.44px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .pb-split__list li {
    margin-bottom: 14px;
  }
}
.pb-split__list li:before {
  content: "/";
  color: var(--pb-color-accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
  letter-spacing: 0.44px;
}
.pb-split__list-neighborhood {
  margin-bottom: 20px !important;
}
.pb-split__list-neighborhood li {
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .pb-split__list-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 0;
  }
}
.pb-split__list-icons li {
  grid-template-columns: 50px 1fr;
  font-size: 16px;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .pb-split__list-icons li {
    margin-bottom: 0;
  }
}
.pb-split__list-icons li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/property-builder/icon-fitness.svg");
}
.pb-split__list-icons li.fitness:before {
  background-image: url("../images/property-builder/icon-fitness.svg");
}
.pb-split__list-icons li.gaming:before {
  background-image: url("../images/property-builder/icon-gaming.svg");
}
.pb-split__list-icons li.microphone:before {
  background-image: url("../images/property-builder/icon-microphone.svg");
}
.pb-split__list-icons li.sauna:before {
  background-image: url("../images/property-builder/icon-sauna.svg");
}
.pb-split__list-icons li.swimming:before {
  background-image: url("../images/property-builder/icon-swimming.svg");
}
.pb-split__list-icons li.yoga:before {
  background-image: url("../images/property-builder/icon-yoga.svg");
}

.pb-nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 75px;
  z-index: 10;
  background-color: var(--pb-color-dark);
  color: var(--pb-color-accent);
}
.pb-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .pb-nav__container {
    display: grid;
    grid-template-columns: 15% 1fr 15%;
    padding: 0 38px;
  }
}
.pb-nav__menu {
  display: none;
}
@media (min-width: 1200px) {
  .pb-nav__menu {
    display: flex;
    flex-direction: row;
    justify-self: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
.pb-nav__menu-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.8px;
  /* 165% */
  letter-spacing: 1.68px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  color: #fff;
}
.pb-nav__menu-link--contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pb-color-accent);
}
.pb-nav__menu-link--contact svg path {
  fill: var(--pb-color-accent);
}
.pb-nav__menu-link:hover {
  color: var(--pb-color-accent);
}
.pb-nav__property-name {
  font-size: 22px;
  font-weight: 500;
  color: var(--pb-color-accent);
}
@media (min-width: 1200px) {
  .pb-nav__property-name {
    font-size: 19px;
  }
}
.pb-nav__contact {
  justify-self: flex-end;
}

.pb-neighborhood__header {
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  /* 24.3px */
  letter-spacing: 0.36px;
  margin-bottom: 6px;
  display: block;
}
.pb-neighborhood__ul {
  margin: 3px 0;
}
.pb-neighborhood__ul li {
  margin: 3px 0;
  font-size: 16px;
  line-height: 135%;
  /* 24.3px */
  letter-spacing: 0.36px;
}

.pb-overview {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .pb-overview {
    flex-direction: row;
    min-height: 60vh;
  }
}
.pb-overview__left {
  position: relative;
  z-index: 2;
  background-color: #1d252d;
  background-size: 100%;
  background-repeat: repeat;
  color: #fff;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
}
@media (min-width: 1024px) {
  .pb-overview__left {
    flex: 0 0 70%;
    margin-right: -18vw;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  }
}
.pb-overview__content {
  padding: 80px 38px 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
}
@media (min-width: 1024px) {
  .pb-overview__content {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .pb-overview__content {
    max-width: 680px;
    padding: 0 clamp(2.5rem, 5vw, 4rem);
  }
}
.pb-overview__content p {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.44px;
}
.pb-overview__right {
  position: relative;
  flex: 1 1 auto;
  z-index: 1;
  margin-top: -40vw;
}
@media (min-width: 1200px) {
  .pb-overview__right {
    margin-top: 0;
  }
}
.pb-overview__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Login page */
.login {
  height: 100vh;
  background: #bababa;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login h1 a {
  background-image: url(../images/logo-black.svg);
  background-size: contain;
  background-position: center;
  width: 270px;
  height: 120px;
  margin-bottom: 0;
  color: #1d252d;
}

.login #login {
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 70px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.login form {
  box-shadow: none;
  border: 0;
}

.login .button.button-large {
  height: auto !important;
  line-height: 1 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
/* Your styles here */
.news {
  min-height: 100vh;
}
.news__header {
  background-color: #1d252d;
  color: #fff;
  height: auto;
  padding: 105px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
@media (min-width: 1024px) {
.news__header {
    height: 400px;
    padding: 75px 62px 62px;
    gap: 36px;
}
}
.news__header h1 {
  font-size: 12px;
  color: #ff5c35;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
.news__header h1 {
    font-size: 14px;
}
}
.news__header p {
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 1024px) {
.news__header p {
    font-size: 40px;
}
}
.news__filters {
  position: sticky;
  top: 75px;
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: #ebebe9;
  padding: 0 30px;
}
.news__filters.stuck {
  height: 50px;
}
@media (min-width: 1024px) {
.news__filters {
    padding: 0 62px;
    height: 100px;
}
.news__filters.stuck {
    height: 60px;
}
}
.news__filters-link {
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  color: rgba(29, 37, 45, 0.5);
  transition: color 0.5s, opacity 0.5s;
  text-decoration: none;
  margin-right: 20px;
}
@media (min-width: 1024px) {
.news__filters-link {
    margin-right: 3vw;
    font-size: 22px;
    cursor: pointer;
}
}
.news__filters-link:hover {
  color: #1d252d;
  opacity: 0.8;
}
.news__filters-link.active {
  opacity: 1;
  color: #1d252d;
}
.news__listings {
  padding: 30px;
}
@media (min-width: 1024px) {
.news__listings {
    padding: 62px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
}
}
.news__card {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
.news__card {
    margin-bottom: 50px;
}
}
.news__card-link {
  text-decoration: none;
  color: #1d252d;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}
.news__card-filter, .news__card-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.news__card-filter {
  color: #ff5c35;
}
.news__card-filter.orange {
  color: #ff5c35;
}
.news__card-image {
  display: block;
}
.news__card-image-container {
  aspect-ratio: 600/338;
  overflow: hidden;
}
.news__card-title {
  font-size: 16px;
}
@media (min-width: 1024px) {
.news__card-title {
    font-size: 20px;
}
}
.news__card-date {
  font-size: 13px;
}
.news__card-more {
  font-size: 13px;
  text-decoration: underline;
}
@media (min-width: 1024px) {
.news__card-more {
    font-size: 14px;
}
}
.news__pagination {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.news__pagination .page-numbers {
  margin: 30px 0;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #1d252d !important;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
.news__pagination .page-numbers {
    height: 60px;
    width: 60px;
}
}
.news__pagination .page-numbers:hover {
  border-color: #262e35;
}
.news__pagination .page-numbers.active {
  border: 1px solid #ff5c35;
}
.news__pagination .page-numbers.single {
  border-color: #aaa;
  color: #999 !important;
  pointer-events: none;
}
.news__pagination .page-numbers.next, .news__pagination .page-numbers.prev {
  display: none;
}
.sidebar {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sidebar:before {
  content: "";
  background: rgba(29, 37, 45, 0.5);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
}
.sidebar__button {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 18px;
  border: 0;
  background: transparent;
  height: 75px;
}
@media (min-width: 1024px) {
.sidebar__button {
    height: 75px;
    top: 0;
    right: 18px;
}
}
.sidebar__button:hover {
  cursor: pointer;
}
.sidebar__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 24px;
  transform-origin: 50% 50%;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
.sidebar__icon {
    width: 36px;
    height: 24px;
}
}
.sidebar__icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #1d252d;
  transform-origin: 100% 50%;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
.sidebar__icon span {
    height: 4px;
}
}
.sidebar__icon span:nth-child(1) {
  transform: scaleX(0.8);
}
.sidebar__icon span:nth-child(3) {
  transform: scaleX(1.2);
}
@media (min-width: 1200px) {
.sidebar__icon:hover {
    cursor: pointer;
}
.sidebar__icon:hover span {
    transform-origin: 50% 50%;
}
.sidebar__icon:hover span:nth-child(1) {
    transform: scaleX(1);
}
.sidebar__icon:hover span:nth-child(3) {
    transform: scaleX(1);
}
}
.body--sidebar .sidebar__icon {
  justify-content: center;
}
.body--sidebar .sidebar__icon span {
  background: #1d252d;
  transform-origin: 50% 50%;
}
.body--sidebar .sidebar__icon span:nth-child(1) {
  transform: translateY(50%) rotate(45deg);
}
.body--sidebar .sidebar__icon span:nth-child(2) {
  display: none;
}
.body--sidebar .sidebar__icon span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 1200px) {
.body--sidebar .sidebar__icon:hover span {
    transform-origin: 50% 50%;
}
.body--sidebar .sidebar__icon:hover span:nth-child(1) {
    transform: translateY(50%) rotate(45deg);
}
.body--sidebar .sidebar__icon:hover span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
}
}
.sidebar__content {
  display: flex;
  background: #ebebe9;
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media (min-width: 1024px) {
.sidebar__content {
    width: 70%;
}
}
.sidebar__content > div {
  width: 100%;
}
.sidebar__nav {
  margin: auto;
  padding: 0;
  list-style: none;
  width: 80%;
}
@media (min-width: 1024px) {
.sidebar__nav {
    width: 640px;
}
}
.sidebar__nav-item {
  margin-bottom: 20px;
}
.sidebar__nav-item.availability {
  margin-bottom: 15px;
}
.sidebar__nav-item.availability.top {
  margin-top: 40px;
}
@media (min-width: 1024px) {
.sidebar__nav-item {
    padding-left: 45px;
}
.sidebar__nav-item.availability {
    display: none;
}
}
.sidebar__nav-link {
  color: #262e35;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 1024px) {
.sidebar__nav-link {
    font-size: 58px;
}
}
.sidebar__nav-link:hover {
  color: #ff5c35;
  cursor: pointer;
}
.sidebar__nav-link:hover span {
  display: block;
  width: 40px;
}
@media (min-width: 1024px) {
.sidebar__nav-link:hover span {
    width: 70px;
}
}
.sidebar__nav-link:hover svg path {
  fill: #ff5c35;
}
.sidebar__nav-link span {
  display: block;
  overflow: hidden;
  width: 0;
  transition: all 0.5s ease-in-out;
}
.sidebar__nav-link svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
.sidebar__nav-link svg {
    width: 50px;
    height: 50px;
}
}
.sidebar__links {
  position: absolute;
  top: 35px;
  left: 44px;
}
@media (min-width: 1024px) {
.sidebar__links {
    display: none;
}
}
.sidebar__link {
  font-size: 12px;
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d252d;
  margin-right: 50px;
  position: relative;
}
.sidebar__link:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #1d252d;
  transition: all 0.3s;
}
.sidebar__link:hover:before {
  transform: scaleX(0);
}
.sidebar-enter-active {
  animation: slide 0.5s;
}
.sidebar-leave-active {
  animation: slide 0.5s reverse;
}
@keyframes slide {
0% {
    transform: translateX(20px);
}
100% {
    transform: translateX(0);
}
}
.body--sidebar {
  overflow: hidden;
}
.team-bio-mini {
  margin-bottom: 65px;
}
.team-bio-mini__position {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #262e35;
  margin: 0;
  border-bottom: 1px solid #1d252d;
  margin: 0 -30px 15px 0;
  padding-bottom: 10px;
}
.team-bio-mini__name {
  font-size: 51px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
}
.team-bio-mini--active .team-bio-mini__more svg {
  transform: translate3d(100%, 50%, 0) scaleX(-1);
}
.team-bio-mini--active .team-bio-mini__bio {
  max-height: 100vh;
}
.team-bio-mini__more {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #262e35;
  position: relative;
  display: inline-flex;
}
.team-bio-mini__more:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.1em;
  background: #262e35;
  transition: all 0.3s;
}
.team-bio-mini__more:hover:before {
  transform: scaleX(0);
}
.team-bio-mini__more:hover {
  color: #ff5c35;
}
@media (min-width: 1024px) {
.team-bio-mini__more:hover {
    cursor: pointer;
}
.team-bio-mini__more:hover svg {
    transform: translate3d(110%, 50%, 0);
}
}
.team-bio-mini__more svg {
  position: absolute;
  right: -10px;
  transition: all 0.3s;
  transform: translate3d(100%, 50%, 0);
}
.team-bio-mini__bio {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}
.team-simple {
  background: #fff;
  padding: 80px 32px;
}
.team-large {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  height: calc(100vh - 75px);
}
.team-large__side {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ebebe9;
}
.team-large__side-items {
  padding-top: 62px;
  padding-bottom: 31px;
  padding-left: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
.team-large__side-items {
    padding-left: 10.4166666667vw;
}
}
@media (min-width: 1500px) {
.team-large__side-items {
    padding-left: 200px;
}
}
.team-large__side-item {
  margin: 20px 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.team-large__side-item:hover, .team-large__side-item--active:hover {
  cursor: pointer;
  color: #ff5c35;
}
.team-large__side-item:hover .team-large__side-name,
.team-large__side-item:hover .team-large__side-position, .team-large__side-item--active:hover .team-large__side-name,
.team-large__side-item--active:hover .team-large__side-position {
  color: #ff5c35;
}
.team-large__side-item:hover .team-large__side-line, .team-large__side-item--active:hover .team-large__side-line {
  width: 30px;
}
@media (min-width: 1024px) {
.team-large__side-item:hover .team-large__side-line, .team-large__side-item--active:hover .team-large__side-line {
    width: 50px;
}
}
.team-large__side-item:hover .team-large__side-line path, .team-large__side-item--active:hover .team-large__side-line path {
  fill: #ff5c35;
}
.team-large__side-item--active {
  color: rgba(38, 46, 53, 0.5);
}
.team-large__side-item--active .team-large__side-name,
.team-large__side-item--active .team-large__side-position {
  color: rgba(38, 46, 53, 0.5);
}
.team-large__side-item--active .team-large__side-line {
  width: 30px;
}
@media (min-width: 1024px) {
.team-large__side-item--active .team-large__side-line {
    width: 50px;
}
}
.team-large__side-item--active .team-large__side-line path {
  fill: rgba(38, 46, 53, 0.5);
}
.team-large__side-name {
  font-size: 27px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin: 0;
  transition: all 0.3s;
}
.team-large__side-line {
  display: block;
  overflow: hidden;
  width: 0;
  transition: all 0.5s;
}
.team-large__side-line svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
.team-large__side-line svg {
    width: 42px;
    height: 42px;
}
}
.team-large__side-line path {
  fill: #262e35;
  transition: all 0.3s;
}
.team-large__side-position {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.3s;
}
.team-large__scroller {
  background: #fff;
  overflow: auto;
  display: block;
  height: calc(100vh - 75px);
  height: 100%;
}
.team-large__scroller-inner {
  min-height: calc(100vh - 75px);
  min-height: 110vh;
  height: 100%;
  padding: 110px 50px 75px 110px;
}
@media (min-width: 1500px) {
.team-large__scroller-inner {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
}
}
.team-large__details {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.team-large__details-inner {
  padding: 110px 50px 75px 110px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  align-items: flex-start;
}
@media (min-width: 1500px) {
.team-large__details-inner {
    grid-template-columns: 1fr 1fr;
}
}
.team-large__details-position {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1d252d;
  margin: 0 -50px 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d252d;
}
@media (min-width: 1500px) {
.team-large__details-position {
    grid-column: 1/3;
    grid-row: 1/2;
}
}
.team-large__details-name {
  font-size: 51px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
  padding-right: 30px;
}
@media (min-width: 1500px) {
.team-large__details-name {
    grid-column: 1/2;
    grid-row: 2/3;
}
}
.team-large__details-bio {
  margin: 0;
}
@media (min-width: 1500px) {
.team-large__details-bio {
    grid-column: 2/3;
    grid-row: 2/3;
}
}
.page-expertise .team-large__side {
  background: #f2f2f1;
}
.page-expertise .team-large__details {
  background: #fff;
}

.property-item {
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
.property-item {
    border-top: 1px solid #262e35;
    flex-wrap: nowrap;
    padding-bottom: 73px;
    align-items: center;
}
}
@media (min-width: 1024px) {
.property-item--active {
    cursor: pointer;
}
.property-item--active .property-item__summary {
    opacity: 1;
}
.property-item--active .property-item__summary:after {
    transform: skewX(-45deg) translateX(-50%);
}
.property-item--active .property-item__summary p {
    transform: translateX(0);
}
.property-item--active .property-item__image {
    transform: scale(1.1);
}
.property-item--active .property-item__cta {
    background: #ff5c35;
    color: #fff;
    border-color: #ff5c35;
    cursor: pointer;
}
.property-item--active .property-item__cta:before {
    transform: skewX(-45deg) scaleX(1.2);
}
}
@media (min-width: 1024px) {
.property-item:nth-child(2n) .property-item__alpha {
    order: 2;
}
}
@media (min-width: 1024px) {
.property-item:nth-child(2n) .property-item__beta {
    padding-left: 0;
}
}
.property-item__alpha {
  flex: 1 1 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding-bottom: 51%;
}
@media (min-width: 1024px) {
.property-item__alpha {
    margin: 0;
    padding-bottom: 37%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
}
.property-item__beta {
  flex: 1 1 100%;
  padding: 30px 0 30px 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
.property-item__beta {
    padding: 30px;
    flex-basis: 50%;
}
}
.property-item__image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.property-item__summary {
  display: none;
}
@media (min-width: 1024px) {
.property-item__summary {
    transition: all 0.3s;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(38, 46, 53, 0.85);
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
}
}
.property-item__summary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 25%;
  background: #fff;
  transform-origin: 0 0;
  transition: all 0.3s;
  transform: skewX(-45deg) translateX(-100%);
}
.property-item__summary p {
  padding: 64px 52px;
  max-width: 422px;
  margin: 0;
  transition: all 0.3s;
  transform: translateX(-20px);
}
.property-item__name {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  border-top: 1px solid #262e35;
  padding-top: 10px;
  margin-right: -30px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
.property-item__name {
    border-top: 0;
    padding-top: 0;
}
}
.property-item__meta {
  font-weight: 800;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.property-item__cta {
  -webkit-appearance: none;
  border-radius: none;
  display: inline-flex;
  color: #262e35;
  font-family: "Bw Gradual", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid #262e35;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.property-item__cta:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #ff5c35;
  transform: skewX(-45deg) scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.property-item__cta span {
  position: relative;
  z-index: 1;
}
.property-item__cta:hover {
  color: #fff;
  border-color: #ff5c35;
  cursor: pointer;
}
.property-item__cta:hover:before {
  transform: skewX(-45deg) scaleX(1.2);
}
.properties__filters {
  padding: 15px 30px;
  background: #ebebe9;
}
@media (min-width: 1024px) {
.properties__filters {
    padding: 0;
    margin-bottom: 44px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
    width: 100%;
}
}
.properties__filters--fixed {
  position: fixed;
  z-index: 10;
  top: 75px;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
.properties__filters--fixed {
    height: 60px;
}
}
.properties__filters--fixed + * {
  padding-top: 180px;
}
.properties__filters-label {
  font-weight: 800;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #1d252d;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
.properties__filters-label {
    display: none;
}
}
.properties__filters-arrow {
  margin-left: 10px;
}
.properties__filters-items {
  background-color: #ebebe9;
  list-style: none;
  margin: 0 -30px;
  padding: 0 30px;
}
@media (min-width: 1024px) {
.properties__filters-items {
    background: none;
    padding: 0;
    display: flex !important;
    justify-content: space-around;
    flex: 1;
    max-width: 1000px;
    margin: auto;
}
}
.properties__filters-selected {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
.properties__filters-selected {
    display: none;
}
}
.properties__filter {
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(29, 37, 45, 0.5);
  transition: all 0.3s;
  padding: 3px 0;
}
@media (min-width: 1200px) {
.properties__filter {
    font-size: 22px;
    padding: 0;
}
}
.properties__filter--active {
  opacity: 1;
  color: #1d252d;
}
.properties__filter:hover {
  cursor: pointer;
  opacity: 1;
  color: #262e35;
}
.properties__list {
  display: block;
}
@media (min-width: 1024px) {
.properties__list {
    padding: 0 62px;
    margin: auto;
}
}
.properties__list-anchor {
  display: block;
}
.logo-wire__mobile {
  display: block;
}
@media (min-width: 1024px) {
.logo-wire__mobile {
    display: none;
}
}
.logo-wire__mobile img {
  max-width: 200px;
}
.logo-wire__large {
  display: none;
}
@media (min-width: 1024px) {
.logo-wire__large {
    display: block;
}
}
#logoFollow {
  width: 120vw;
  height: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 1024px) {
#logoFollow {
    width: 90vw;
    height: 60vw;
}
}
#imgRef {
  opacity: 0;
}
@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-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;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
100% {
    transform: rotate(360deg);
}
}
