.imp-ui-layers-menu-wrap {
  display: none;
}

.hs-arrow {
  display: none;
}

.site_header .main-header-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #4C9EAA 0%, #ced2d2 100%);
  margin: 0;
  background-size: cover;
  height: 100vh;
}
.site_header .main-header-block .building {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
}
.site_header .main-header-block .main-image-block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.site_header .main-header-block .circle {
  position: absolute;
  width: 420px;
  height: 420px;
  background: #dfcdb7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-72%, -75%);
  -webkit-transform: translate(-72%, -75%);
  -moz-transform: translate(-72%, -75%);
  -ms-transform: translate(-72%, -75%);
  -o-transform: translate(-72%, -75%);
}
.site_header .main-header-block .container {
  width: 80vw !important;
  max-width: 1208px;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
}
.site_header .main-header-block .main-text {
  position: relative;
  z-index: 4;
}
.site_header .main-header-block .main-text .large {
  white-space: nowrap;
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 6rem;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: .5rem;
}
.site_header .main-header-block .main-text .small {
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  color: white;
  margin-top: 8px;
  margin-bottom: 40px;
  width: 120%;
}
.site_header .main-header-block .main-text-buttons {
  display: flex;
  justify-content: space-between;
  width: 90%;
  min-width: 528px;
}
.site_header .main-header-block .button-decoration {
  font-size: 15px;
  margin-left: 20px;
}
.site_header .main-header-block .main-header-second-column {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.site_header .main-header-block .grey-button {
  color: #231F20;
  background: #DFCDB7;
}
.site_header .main-header-block .bottom-header-text {
  position: absolute;
  bottom: 5%;
  z-index: 4;
}
.site_header .main-header-block .dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 56px;
}
.site_header .main-header-block .dropdown svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.site_header .main-header-block .dropdown svg path {
  fill: white;
}
.site_header .main-header-block .dropdown .description {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: white;
}
.site_header .main-header-block .dropdown .decoration {
  margin-left: 10px;
}
.site_header .main-header-block .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  background: #4C9EAA;
  width: 100%;
  height: auto;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  color: white;
  top: 100%;
  z-index: 10;
}
.site_header .main-header-block .dropdown .dropdown-content .content-conainer {
  cursor: pointer;
  padding: 4px 24px;
}
.site_header .main-header-block .dropdown .dropdown-content .content-conainer:hover {
  background: #f7f5f2;
  color: #4C9EAA;
}
.site_header .main-header-block .dropdown .dropdown-content .content-conainer p {
  margin: 0;
}
.site_header .main-header-block .dropdown .dropdown-content .active {
  background: #f7f5f2;
  color: #4C9EAA;
}
.site_header .main-header-block .dropdown .dropdown-content-open {
  display: block;
}
@media screen and (min-width: 1560px) {
  .site_header .main-header-block .building {
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .site_header .main-header-block .main-text-block {
    padding-left: unset;
  }
  .site_header .main-header-block .main-text .large {
    font-size: 76px;
  }
  .site_header .main-header-block .circle {
    width: 202px;
    height: 202px;
    transform: translate(-19%, -135%);
  }
  .site_header .main-header-block .building {
    height: 100%;
  }
}
@media screen and (max-width: 990px) {
  .site_header .main-header-block .main-text .small {
    width: 100%;
  }
  .site_header .main-header-block .building {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .site_header .main-header-block .main-text-buttons {
    width: 100%;
    height: 150px;
    flex-direction: column;
    min-width: unset;
  }
  .site_header .main-header-block .main-text-button {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .site_header .main-header-block .main-text .small {
    font-size: 20px;
  }
  .site_header .main-header-block .main-text .large {
    font-size: 40px;
    white-space: nowrap;
  }
  .site_header .main-header-block .main-text-block {
    padding-bottom: 36px;
  }
  .site_header .main-header-block .main-header-second-column .sticker {
    width: 140px;
    height: 141px;
  }
  .site_header .main-header-block .main-header-second-column .sticker > p {
    font-size: 18px;
  }
  .site_header .main-header-block .bottom-header-text {
    width: 216px;
    height: 40px;
  }
  .site_header .main-header-block .building {
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  .site_header .main-header-block .container {
    padding-top: 7%;
  }
}

.site_main .container {
  width: 80vw !important;
  max-width: 1208px;
}
.site_main .project-info {
  min-height: 400px;
  height: auto;
  padding-top: 168px;
}
.site_main .project-info .section-text-title {
  color: #4C9EAA;
}
.site_main .project-info .project-info-general > p {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #4C9EAA;
  margin: 0;
  text-transform: uppercase;
}
.site_main .project-info .project-info-ref {
  display: flex;
  align-items: center;
  color: #231F20;
  text-decoration: none;
}
.site_main .project-info .project-info-ref:hover {
  color: #4C9EAA;
}
.site_main .project-info .project-info-ref span {
  font-size: 15px;
  margin-left: 22px;
}
.site_main .project-info .project-info-second {
  font-family: Oswald, sans-serif;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #5C6668;
  position: relative;
}
.site_main .project-info .project-info-second > p {
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #5C6668;
}
.site_main .project-info .project-info-second > a {
  margin-top: 50px;
  font-size: 20px;
  text-decoration: none;
  color: black;
}
.site_main .project-info .waves {
  position: absolute;
  right: 0;
  bottom: -60%;
  width: 389px;
}
.site_main .project-info .waves img {
  width: 100%;
}
/**
 * Office Retail Redesign
 */
 /**
  * Utilities Start
  */
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
.position-absolute {
  position: absolute !important;
}
.position-relative {
  position: relative !important;
}
.title-color-primary {
  color: #231F20 !important;
}
/**
  * Utilities End
  */

.site_header .main-header-block .primary-text {
  position: relative;
  z-index: 4;
}
.site_header .main-header-block .primary-text p {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  font-size: 24px;
}
.site_header .main-header-block .arrow-down {
  position: relative;
  z-index: 4;
  margin-top: 120px;
}
.page-template-template-office_retail .section-text-main {
  width: 100%;
  max-width: 700px;
}
.page-template-template-office_retail .section-text-main p {
  font-size: 24px;
}
.page-template-template-office_retail .site_main .project-info {
  padding-block: 120px;
  min-height: unset;
}
.page-template-template-office_retail .cards {
  padding: 10.5rem 0 8rem;
}
.page-template-template-office_retail p.benefits-title {
  text-align: left;
  margin-bottom: 24px;
}
.page-template-template-office_retail .benefits-description {
  font-size: 18px;
  display: block;
  width: 585px;
  margin-bottom: 80px;
  color: #5C6668;
  line-height: 28.8px;
}
.page-template-template-office_retail .benefits-description b {
  font-weight: 700;
}
.page-template-template-office_retail .card__box h4 {
  font-size: 2.5rem;
  font-weight: 800;
}
.page-template-template-office_retail .card__box .link span {
  font-size: 1.5rem;
  font-weight: 700;
}
.page-template-template-office_retail .card__box .link svg {
  width: 10px;
}
.page-template-template-office_retail .about-map-text .section-text-title {
  margin-bottom: 24px;
}
.page-template-template-office_retail .about-map-text .section-text-main{
  font-size: 24px;
}
.page-template-template-office_retail .site_main .about-map .about-map-tabs {
  margin-top: 72px;
}
.page-template-template-office_retail .contacts .contact-checkbox-input {
  margin-top: 24px;
}
.page-template-template-office_retail .contacts .control__indicator {
  background-color: #F7F5F2;
}
.page-template-template-office_retail .contacts .contact-inputs .placeholder-text {
  background-color: #F7F5F2;
}
.page-template-template-office_retail .contacts .description-refs .description {
  font-size: 14px;
}
.page-template-template-office_retail .contacts button.contact-submit-button {
  margin-top: 40px;
}
.benefits .benefits-card.noborder {
  border-right: 0;
}
.primyte-header-wave {
    --mask: radial-gradient(147.92px at 50% 202.5px,#000 99%,#0000 101%) calc(50% - 150px) 0/300px 100%,
    radial-gradient(147.92px at 50% -127.5px,#0000 99%,#000 101%) 50% 75px/300px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background: #ffffff;
    height: 200px;
    position: absolute;
    z-index: 3453543;
    width: -webkit-fill-available;
    top: -119px;
    width: 100%;
}
.primyte-header-wave-mobile {
  --mask:
  radial-gradient(53.34px at 50% 75.25px,#000 99%,#0000 101%) calc(50% - 70px) 0/140px 100%,
  radial-gradient(53.34px at 50% -40.25px,#0000 99%,#000 101%) 50% 35px/140px 100% repeat-x;
-webkit-mask: var(--mask);
        mask: var(--mask);
    background: #ffffff;
    height: 200px;
    position: absolute;
    z-index: 999;
    width: -webkit-fill-available;
    top: -119px;
    width: 100%;
}
/**
 * Office Retail Redesign End
 */
@media screen and (max-width: 1560px) {
  .site_main .project-info .project-info-general > p {
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 990px) {
  .site_main .project-info {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .site_main .project-info .project-info-general > p {
    font-size: 32px;
  }
  .site_main .project-info .project-info-second {
    margin-top: 24px;
  }
  .site_main .project-info .project-info-second > p {
    font-size: 18px;
  }
  .site_main .waves {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .site_main .project-info {
    padding-top: 88px;
  }
  .site_main .project-info .waves {
    width: 247px;
  }
}
@media screen and (max-width: 414px) {
  .site_main .project-info .waves {
    right: -30%;
    bottom: -20%;
  }
}

.cards {
  padding: 0 0 8rem;
}
@media screen and (max-width: 990px) {
  .cards {
    padding: 0 0 4rem;
  }
}

.card__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 500px;
  padding: 4rem;
}
.card__box .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.card__box .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all ease-out 0.6s;
}
.card__box h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  font-family: Axis Extra, sans-serif;
  text-align: center;
}
.card__box .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
}
.card__box .link svg {
  margin: 6px 0 0 10px;
}
.card__box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__box:hover .cover img {
  transform: scale(1.03);
}
@media screen and (max-width: 990px) {
  .card__box {
    min-height: 300px;
    margin: 1rem 0;
  }
}

.benefits {
  background: #F7F5F2;
  width: 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0 5rem;
}
.benefits .benefits-row-two {
  margin: 0 0 3rem;
}
.benefits .benefits-title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #231F20;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 90px;
}
.benefits .benefits-card {
  width: 376px;
  min-height: 300px;
  border-right: 2px solid #dfcdb7;
  padding-right: 40px;
}
.benefits .card-4 {
  border-right: 0px;
}
.benefits .benefit-circle {
  background: #dfcdb7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 90px;
  position: absolute;
  right: 47%;
  top: 20%;
  height: 90px;
}
.benefits .white {
  background: #ffffff;
  mix-blend-mode: screen;
}
.benefits .benefits-card-image {
  height: 130px;
  position: relative;
}
.benefits .benefits-card-image img {
  position: absolute;
  bottom: 0;
}
.benefits .benefits-card-text {
  margin-top: 48px;
}
.benefits .benefits-card-text .title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 33.6px;
  color: #231F20;
  text-transform: uppercase;
}
.benefits .benefits-card-text .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
  font-family: Oswald, sans-serif;
}
@media screen and (max-width: 990px) {
  .benefits .card-2 {
    border-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .benefits {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .benefits .card-1,
.benefits .card-3 {
    border-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .benefits .benefits-container {
    padding-top: unset;
    padding-bottom: unset;
  }
  .benefits .benefits-title {
    text-align: left;
  }
  .benefits .benefits-row-two {
    justify-content: start !important;
  }
  .benefits .benefits-card {
    width: 100%;
  }
  .benefits .benefit-circle {
    right: unset;
    left: 10%;
    top: 18%;
  }
}

/*# sourceMappingURL=retail.css.map */
