/* line 1, scss/base/_typography.scss */
.page-title {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  margin-bottom: 2rem;
  line-height: 5rem; }
  @media only screen and (max-width: 768px) {
    /* line 1, scss/base/_typography.scss */
    .page-title {
      font-size: 4rem;
      line-height: 4.4rem; } }
  /* line 12, scss/base/_typography.scss */
  .page-title span {
    color: #D4C17E; }

/* line 17, scss/base/_typography.scss */
.page-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 2rem; }

/* line 22, scss/base/_typography.scss */
.block-title {
  color: #42495A;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 22, scss/base/_typography.scss */
    .block-title {
      font-size: 38px; } }

/* line 34, scss/base/_typography.scss */
.block-text {
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 29px; }
  @media only screen and (max-width: 768px) {
    /* line 34, scss/base/_typography.scss */
    .block-text {
      line-height: 26px; } }

/* line 44, scss/base/_typography.scss */
.block-subtitle {
  color: #C4C4C4;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: capitalize; }

/* line 53, scss/base/_typography.scss */
.block-link {
  color: black;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic; }

/* line 1, scss/base/_base.scss */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

/* line 9, scss/base/_base.scss */
html {
  height: 100%;
  overflow-x: hidden; }

/* line 15, scss/base/_base.scss */
body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  position: relative; }
  @media only screen and (max-width: 992px) {
    /* line 15, scss/base/_base.scss */
    body {
      padding: 0; } }

/* line 28, scss/base/_base.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* line 34, scss/base/_base.scss */
.line {
  width: 47px;
  height: 5px;
  background-color: #D4C17E; }

/* line 40, scss/base/_base.scss */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 53, scss/base/_base.scss */
.loader {
  width: 15rem;
  height: 15rem;
  animation: spin 1s linear infinite; }

/* ----- FOR IE ----- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 65, scss/base/_base.scss */
  .apartment-grid {
    display: flex !important;
    justify-content: space-between; }
  /* line 69, scss/base/_base.scss */
  .card {
    width: 30% !important; }
  /* line 72, scss/base/_base.scss */
  .nav-logo img {
    height: 50%; }
  /* line 75, scss/base/_base.scss */
  .article-list {
    display: flex;
    flex-wrap: wrap; }
  /* line 79, scss/base/_base.scss */
  .article-list-item {
    width: 33.33%; }
  /* line 82, scss/base/_base.scss */
  .article-list-item:first-child {
    width: 100%; } }

/* ----- FOR IOS DEVICES ----- */
/* line 92, scss/base/_base.scss */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

/* line 95, scss/base/_base.scss */
*, ::after, ::before {
  box-sizing: border-box; }

/* line 99, scss/base/_base.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 105, scss/base/_base.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 109, scss/base/_base.scss */
body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff; }

/* line 116, scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/* line 121, scss/base/_base.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 125, scss/base/_base.scss */
b, strong {
  font-weight: bolder; }

/* line 128, scss/base/_base.scss */
a {
  color: #000;
  text-decoration: none;
  background-color: transparent; }

/* line 134, scss/base/_base.scss */
a:hover {
  text-decoration: none !important; }

/* line 138, scss/base/_base.scss */
a:not([href]):not([tabindex]) {
  text-decoration: none; }

/* line 141, scss/base/_base.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 146, scss/base/_base.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 150, scss/base/_base.scss */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 154, scss/base/_base.scss */
button {
  border-radius: 0; }

/* line 157, scss/base/_base.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 164, scss/base/_base.scss */
button, input {
  overflow: visible; }

/* line 168, scss/base/_base.scss */
button, select {
  text-transform: none; }

/* line 171, scss/base/_base.scss */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

/* line 175, scss/base/_base.scss */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

/* line 178, scss/base/_base.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

/* line 182, scss/base/_base.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 186, scss/base/_base.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 189, scss/base/_base.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

/* line 195, scss/base/_base.scss */
.h1, h1 {
  font-size: 2.5rem; }

/* line 199, scss/base/_base.scss */
.h2, h2 {
  font-size: 2rem; }

/* line 203, scss/base/_base.scss */
.h3, h3 {
  font-size: 1.75rem; }

/* line 206, scss/base/_base.scss */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 576px) {
  /* line 213, scss/base/_base.scss */
  .container {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 576px) {
  /* line 220, scss/base/_base.scss */
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  /* line 226, scss/base/_base.scss */
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  /* line 232, scss/base/_base.scss */
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  /* line 238, scss/base/_base.scss */
  .container {
    max-width: 1140px; } }

@media (min-width: 1800px) {
  /* line 244, scss/base/_base.scss */
  .container {
    max-width: 1400px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* line 1, scss/components/_navigation.scss */
.nav {
  width: 100%;
  height: 80px; }
  @media only screen and (max-width: 480px) {
    /* line 1, scss/components/_navigation.scss */
    .nav {
      height: 60px; } }
  /* line 9, scss/components/_navigation.scss */
  .nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px; }
    @media only screen and (min-width: 1800px) {
      /* line 9, scss/components/_navigation.scss */
      .nav-row {
        padding: 0 80px; } }
    @media only screen and (max-width: 1200px) {
      /* line 9, scss/components/_navigation.scss */
      .nav-row {
        padding: 0 40px; } }
    @media only screen and (max-width: 480px) {
      /* line 9, scss/components/_navigation.scss */
      .nav-row {
        padding: 0 10px; } }
  /* line 30, scss/components/_navigation.scss */
  .nav-logo img {
    width: 137px; }
    @media only screen and (max-width: 480px) {
      /* line 30, scss/components/_navigation.scss */
      .nav-logo img {
        width: 100px; } }
  /* line 38, scss/components/_navigation.scss */
  .nav-logo-mob {
    display: none; }
    /* line 41, scss/components/_navigation.scss */
    .nav-logo-mob img {
      width: 120px; }
    /* line 43, scss/components/_navigation.scss */
    .nav-logo-mob.open {
      position: fixed;
      top: 20px;
      left: 30px;
      z-index: 110;
      display: block; }
  /* line 55, scss/components/_navigation.scss */
  .nav-menu {
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none; }
    @media only screen and (max-width: 1200px) {
      /* line 55, scss/components/_navigation.scss */
      .nav-menu {
        width: 100vw;
        min-height: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -10;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        transition: opacity .2s, min-height .2s; }
        /* line 71, scss/components/_navigation.scss */
        .nav-menu::-webkit-scrollbar {
          display: none; } }
    /* line 76, scss/components/_navigation.scss */
    .nav-menu.open {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      min-height: 100vh;
      height: auto;
      background-color: #42495A;
      display: flex;
      flex-direction: column;
      padding-top: 20%;
      opacity: 1;
      visibility: visible; }
      @media only screen and (max-width: 480px) {
        /* line 76, scss/components/_navigation.scss */
        .nav-menu.open {
          padding-top: 140px; } }
    /* line 97, scss/components/_navigation.scss */
    .nav-menu-item {
      display: flex;
      align-items: center;
      height: 100%; }
      /* line 102, scss/components/_navigation.scss */
      .nav-menu-item:not(:last-child) {
        margin-right: 20px; }
        @media only screen and (min-width: 1800px) {
          /* line 102, scss/components/_navigation.scss */
          .nav-menu-item:not(:last-child) {
            margin-right: 40px; } }
        @media only screen and (max-width: 1200px) {
          /* line 102, scss/components/_navigation.scss */
          .nav-menu-item:not(:last-child) {
            margin-right: 0; } }
      @media only screen and (max-width: 1200px) {
        /* line 97, scss/components/_navigation.scss */
        .nav-menu-item {
          width: 200px;
          height: 40px;
          align-items: flex-start;
          margin-right: 0; } }
      /* line 120, scss/components/_navigation.scss */
      .nav-menu-item__link {
        color: black;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        text-transform: uppercase; }
        @media only screen and (min-width: 1800px) {
          /* line 120, scss/components/_navigation.scss */
          .nav-menu-item__link {
            font-size: 16px; } }
        @media only screen and (max-width: 1200px) {
          /* line 120, scss/components/_navigation.scss */
          .nav-menu-item__link {
            color: white;
            font-family: "Playfair Display", serif;
            font-size: 16px; } }
  /* line 139, scss/components/_navigation.scss */
  .nav-social {
    display: flex;
    align-items: center; }
    /* line 144, scss/components/_navigation.scss */
    .nav-social-item:not(:last-child) {
      margin-right: 20px; }

/* line 151, scss/components/_navigation.scss */
#nav-menu-icon {
  display: none; }
  @media only screen and (max-width: 1200px) {
    /* line 151, scss/components/_navigation.scss */
    #nav-menu-icon {
      display: block; } }

/* line 159, scss/components/_navigation.scss */
#nav-menu-close {
  display: none; }
  /* line 162, scss/components/_navigation.scss */
  #nav-menu-close.open {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 110;
    display: block; }

/* line 1, scss/components/_breadcrumbs.scss */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 1, scss/components/_breadcrumbs.scss */
    .breadcrumbs {
      margin-bottom: 30px; } }

/* line 12, scss/components/_breadcrumbs.scss */
.breadcrumbs-item {
  color: #d6d6d6;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin-right: 10px;
  text-transform: uppercase; }

/* line 1, scss/components/_header.scss */
.header {
  width: calc(100% - 80px);
  margin: 0 auto 80px; }
  @media only screen and (min-width: 1800px) {
    /* line 1, scss/components/_header.scss */
    .header {
      width: calc(100% - 160px);
      height: calc(100vh - 80px); } }
  @media only screen and (max-width: 1200px) {
    /* line 1, scss/components/_header.scss */
    .header {
      width: calc(100% - 80px);
      height: calc(100vh - 80px); } }
  @media only screen and (max-width: 480px) {
    /* line 1, scss/components/_header.scss */
    .header {
      width: calc(100% - 20px);
      height: calc(100vh - 60px);
      margin: 0 auto 40px; } }

/* line 2, scss/components/_filter.scss */
.filter-container {
  background: #FFFFFF;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: -30px;
  margin-bottom: 80px;
  padding: 35px 160px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 1200px) {
    /* line 2, scss/components/_filter.scss */
    .filter-container {
      padding: 35px 60px; } }
  @media only screen and (max-width: 768px) {
    /* line 2, scss/components/_filter.scss */
    .filter-container {
      padding: 20px 40px; } }
  @media only screen and (max-width: 480px) {
    /* line 2, scss/components/_filter.scss */
    .filter-container {
      padding: 20px; } }

/* line 25, scss/components/_filter.scss */
.filter-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }

/* line 31, scss/components/_filter.scss */
.filter-item {
  width: 24%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1200px) {
    /* line 31, scss/components/_filter.scss */
    .filter-item {
      width: 30%; } }
  @media only screen and (max-width: 992px) {
    /* line 31, scss/components/_filter.scss */
    .filter-item {
      width: 48%; } }
  @media only screen and (max-width: 768px) {
    /* line 31, scss/components/_filter.scss */
    .filter-item {
      width: 46%;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 480px) {
    /* line 31, scss/components/_filter.scss */
    .filter-item {
      width: 100%; } }
  /* line 56, scss/components/_filter.scss */
  .filter-item-input {
    display: flex;
    align-items: center;
    width: 24%;
    height: 40px;
    padding-left: 16px;
    background: #FDFDFD;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border: none; }
    /* line 67, scss/components/_filter.scss */
    .filter-item-input:focus {
      outline: none; }
  @media only screen and (max-width: 480px) {
    /* line 72, scss/components/_filter.scss */
    .filter-item-title {
      width: 50%; } }
  /* line 77, scss/components/_filter.scss */
  .filter-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background-color: #D4C17E;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize; }
    /* line 89, scss/components/_filter.scss */
    .filter-item-btn:hover {
      cursor: pointer; }

/* line 96, scss/components/_filter.scss */
.select-item {
  width: 100%;
  position: relative; }
  /* line 100, scss/components/_filter.scss */
  .select-item.small {
    width: 48%; }
    /* line 103, scss/components/_filter.scss */
    .select-item.small:not(:last-child) {
      margin-right: 4%; }
  /* line 108, scss/components/_filter.scss */
  .select-item-active {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 16px;
    background: #FDFDFD;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 8px; }
  /* line 118, scss/components/_filter.scss */
  .select-item-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 10;
    width: 16px;
    height: 16px;
    background: url("../img/icons/icon-dropdown.svg") no-repeat center;
    background-size: contain; }

/* line 131, scss/components/_filter.scss */
.select-list {
  position: absolute;
  top: 40px;
  max-height: 0;
  width: 100%;
  overflow-y: scroll;
  opacity: 0;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  transition: all .3s;
  z-index: 20; }
  /* line 143, scss/components/_filter.scss */
  .select-list::-webkit-scrollbar {
    width: 2px; }
  /* line 147, scss/components/_filter.scss */
  .select-list::-webkit-scrollbar-track {
    background-color: #ffffff; }
  /* line 152, scss/components/_filter.scss */
  .select-list::-webkit-scrollbar-thumb {
    background: #a7a9ac;
    border-radius: 1px; }
  /* line 157, scss/components/_filter.scss */
  .select-list::-webkit-scrollbar-thumb:hover {
    background: #a7a9ac; }
  /* line 161, scss/components/_filter.scss */
  .select-list.open {
    max-height: 200px;
    opacity: 1;
    transition: all .3s; }
  /* line 167, scss/components/_filter.scss */
  .select-list__item {
    display: flex;
    align-items: center;
    height: 30px;
    padding-left: 16px;
    font-size: 14px;
    transition: all .2s;
    background-color: white; }
    /* line 176, scss/components/_filter.scss */
    .select-list__item:hover {
      cursor: pointer;
      background-color: #D4C17E;
      color: white; }

/* line 1, scss/components/_popup.scss */
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  overflow-y: scroll;
  transition: visibility .1s; }
  @media only screen and (max-width: 768px) {
    /* line 1, scss/components/_popup.scss */
    .popup {
      align-items: flex-start; } }
  /* line 19, scss/components/_popup.scss */
  .popup.open {
    visibility: visible; }
  /* line 23, scss/components/_popup.scss */
  .popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  /* line 32, scss/components/_popup.scss */
  .popup-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 800px;
    height: auto;
    min-height: 400px;
    padding: 40px 80px;
    border-radius: 8px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: -3px 2px 109px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      /* line 32, scss/components/_popup.scss */
      .popup-container {
        width: 100%;
        min-height: 200px;
        height: auto;
        padding: 20px;
        overflow-y: scroll; } }
  /* line 59, scss/components/_popup.scss */
  .popup-close {
    color: #42495A;
    font-family: "Inter", sans-serif;
    width: 16px;
    height: 16px;
    background: url("../img/icon-close.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px; }
    /* line 70, scss/components/_popup.scss */
    .popup-close:hover {
      cursor: pointer; }
  /* line 75, scss/components/_popup.scss */
  .popup-title {
    color: #42495A;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
  /* line 84, scss/components/_popup.scss */
  .popup-text {
    font-size: 16px;
    margin-bottom: 20px; }
  /* line 90, scss/components/_popup.scss */
  .popup-btn-row {
    display: flex;
    justify-content: space-evenly;
    width: 300px;
    margin: 0 auto; }
  /* line 97, scss/components/_popup.scss */
  .popup-btn-delete, .popup-btn-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 3.6rem;
    color: #fff;
    font-size: 1.6rem; }
    /* line 107, scss/components/_popup.scss */
    .popup-btn-delete:hover, .popup-btn-cancel:hover {
      cursor: pointer; }
  /* line 111, scss/components/_popup.scss */
  .popup-btn-delete {
    background-color: #42495A; }
  /* line 114, scss/components/_popup.scss */
  .popup-btn-cancel {
    background-color: #f1f2f2; }
  /* line 119, scss/components/_popup.scss */
  .popup .btn {
    float: right;
    display: inline-block;
    text-align: center; }
  /* line 125, scss/components/_popup.scss */
  .popup-success {
    font-size: 2rem; }

@media only screen and (max-width: 480px) {
  /* line 129, scss/components/_popup.scss */
  .popup-delete {
    width: 320px;
    height: auto;
    padding: 30px; }
    /* line 135, scss/components/_popup.scss */
    .popup-delete .popup-btn-row {
      width: 100%; } }

/* line 1, scss/components/_pagination.scss */
.pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  /* line 7, scss/components/_pagination.scss */
  .pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: #D4C17E;
    border-radius: 8px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize; }
    /* line 19, scss/components/_pagination.scss */
    .pagination-btn:hover {
      cursor: pointer; }
    /* line 21, scss/components/_pagination.scss */
    .pagination-btn.disabled {
      background: #EFEFEF;
      pointer-events: none; }

/* line 1, scss/components/_spinners.scss */
.preload {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background-color: white;
  transition: z-index .9s, opacity .9s; }
  /* line 13, scss/components/_spinners.scss */
  .preload.show {
    opacity: 1;
    transition: z-index .3s, opacity .3s;
    z-index: 100; }
  /* line 19, scss/components/_spinners.scss */
  .preload img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px; }

/* line 29, scss/components/_spinners.scss */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

/* line 35, scss/components/_spinners.scss */
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

/* line 39, scss/components/_spinners.scss */
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px; }

/* line 49, scss/components/_spinners.scss */
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

/* line 52, scss/components/_spinners.scss */
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

/* line 56, scss/components/_spinners.scss */
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

/* line 59, scss/components/_spinners.scss */
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

/* line 63, scss/components/_spinners.scss */
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

/* line 66, scss/components/_spinners.scss */
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

/* line 70, scss/components/_spinners.scss */
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

/* line 73, scss/components/_spinners.scss */
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

/* line 77, scss/components/_spinners.scss */
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

/* line 80, scss/components/_spinners.scss */
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

/* line 84, scss/components/_spinners.scss */
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

/* line 87, scss/components/_spinners.scss */
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

/* line 91, scss/components/_spinners.scss */
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

/* line 94, scss/components/_spinners.scss */
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

/* line 98, scss/components/_spinners.scss */
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

/* line 101, scss/components/_spinners.scss */
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

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

/* line 114, scss/components/_spinners.scss */
.sk-circle {
  width: 24px;
  height: 24px;
  position: relative; }

/* line 120, scss/components/_spinners.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

/* line 127, scss/components/_spinners.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

/* line 138, scss/components/_spinners.scss */
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

/* line 142, scss/components/_spinners.scss */
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

/* line 146, scss/components/_spinners.scss */
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 150, scss/components/_spinners.scss */
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

/* line 154, scss/components/_spinners.scss */
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

/* line 158, scss/components/_spinners.scss */
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 162, scss/components/_spinners.scss */
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

/* line 166, scss/components/_spinners.scss */
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

/* line 170, scss/components/_spinners.scss */
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 174, scss/components/_spinners.scss */
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

/* line 178, scss/components/_spinners.scss */
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

/* line 182, scss/components/_spinners.scss */
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

/* line 185, scss/components/_spinners.scss */
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

/* line 188, scss/components/_spinners.scss */
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

/* line 191, scss/components/_spinners.scss */
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

/* line 194, scss/components/_spinners.scss */
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

/* line 197, scss/components/_spinners.scss */
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

/* line 200, scss/components/_spinners.scss */
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

/* line 203, scss/components/_spinners.scss */
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

/* line 206, scss/components/_spinners.scss */
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

/* line 209, scss/components/_spinners.scss */
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

/* line 212, scss/components/_spinners.scss */
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* line 1, scss/components/_gallery.scss */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  /* line 6, scss/components/_gallery.scss */
  .gallery-item {
    width: 18%;
    height: 260px !important;
    overflow: hidden;
    border-radius: 8px; }
    /* line 12, scss/components/_gallery.scss */
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* line 17, scss/components/_gallery.scss */
.gallery-pages {
  margin-bottom: 70px; }
  /* line 19, scss/components/_gallery.scss */
  .gallery-pages-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px; }
    @media only screen and (max-width: 1200px) {
      /* line 19, scss/components/_gallery.scss */
      .gallery-pages-items {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 768px) {
      /* line 19, scss/components/_gallery.scss */
      .gallery-pages-items {
        grid-template-columns: repeat(1, 1fr); } }
  /* line 31, scss/components/_gallery.scss */
  .gallery-pages-item__img {
    width: 100%;
    height: 350px; }
    @media only screen and (max-width: 768px) {
      /* line 31, scss/components/_gallery.scss */
      .gallery-pages-item__img {
        height: 270px; } }
    /* line 37, scss/components/_gallery.scss */
    .gallery-pages-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  /* line 44, scss/components/_gallery.scss */
  .gallery-pages-item__text {
    width: 90%;
    height: 119px;
    margin: -50px auto 0;
    z-index: 10;
    position: relative;
    padding: 30px 18px 15px;
    background: #FFFFFF;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  /* line 58, scss/components/_gallery.scss */
  .gallery-pages-item__title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center; }
  /* line 65, scss/components/_gallery.scss */
  .gallery-pages-item__read {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 16px;
    line-height: 29px;
    text-align: center; }

/* line 75, scss/components/_gallery.scss */
.gallery-page {
  margin-bottom: 94px; }
  /* line 77, scss/components/_gallery.scss */
  .gallery-page-top {
    display: flex;
    flex-direction: column; }
  /* line 81, scss/components/_gallery.scss */
  .gallery-page__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 29px;
    text-transform: capitalize;
    color: #42495A; }
  /* line 89, scss/components/_gallery.scss */
  .gallery-page__text {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
    line-height: 29px;
    padding-top: 15px; }
  /* line 96, scss/components/_gallery.scss */
  .gallery-page-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px; }
  /* line 106, scss/components/_gallery.scss */
  .gallery-page-item {
    width: 49%;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      /* line 106, scss/components/_gallery.scss */
      .gallery-page-item {
        width: 100%; } }
    /* line 112, scss/components/_gallery.scss */
    .gallery-page-item:nth-child(even) {
      margin-top: -120px; }
      @media only screen and (max-width: 768px) {
        /* line 112, scss/components/_gallery.scss */
        .gallery-page-item:nth-child(even) {
          margin-top: 20px; } }
    /* line 118, scss/components/_gallery.scss */
    .gallery-page-item__img {
      width: 100%;
      height: 450px; }
      @media only screen and (max-width: 992px) {
        /* line 118, scss/components/_gallery.scss */
        .gallery-page-item__img {
          height: 200px; } }
      @media only screen and (max-width: 768px) {
        /* line 118, scss/components/_gallery.scss */
        .gallery-page-item__img {
          height: 250px; } }
      /* line 127, scss/components/_gallery.scss */
      .gallery-page-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px; }

/* line 1, scss/components/_footer.scss */
.footer {
  width: 100%;
  background-color: #42495A;
  padding: 30px 0 10px; }
  /* line 6, scss/components/_footer.scss */
  .footer-row {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      /* line 6, scss/components/_footer.scss */
      .footer-row {
        flex-direction: column; } }
  /* line 15, scss/components/_footer.scss */
  .footer-logo {
    margin-bottom: 40px; }
    /* line 18, scss/components/_footer.scss */
    .footer-logo img {
      width: 140px; }
  /* line 21, scss/components/_footer.scss */
  .footer-address {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-bottom: 40px; }
  /* line 30, scss/components/_footer.scss */
  .footer-social {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    /* line 35, scss/components/_footer.scss */
    .footer-social-item {
      margin-right: 20px; }
  /* line 40, scss/components/_footer.scss */
  .footer-right {
    display: flex; }
    @media only screen and (max-width: 768px) {
      /* line 40, scss/components/_footer.scss */
      .footer-right {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 480px) {
      /* line 40, scss/components/_footer.scss */
      .footer-right {
        flex-direction: column; } }
  /* line 53, scss/components/_footer.scss */
  .footer-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px; }
  /* line 60, scss/components/_footer.scss */
  .footer-contact-block {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px; }
    /* line 69, scss/components/_footer.scss */
    .footer-contact-block a {
      color: white; }

/* line 73, scss/components/_footer.scss */
.copyright {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 81, scss/components/_footer.scss */
  .copyright a {
    color: white;
    font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    /* line 86, scss/components/_footer.scss */
    .copyright .realization {
      margin-top: 10px; } }
  /* line 91, scss/components/_footer.scss */
  .copyright .realization img {
    margin-top: 5px; }
  @media only screen and (max-width: 1200px) {
    /* line 73, scss/components/_footer.scss */
    .copyright {
      flex-direction: column;
      align-items: flex-start; } }

/* line 1, scss/pages/_home.scss */
.home-slider {
  height: 100%; }
  /* line 6, scss/pages/_home.scss */
  .home-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 9, scss/pages/_home.scss */
  .home-slider-nav {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10; }
    /* line 16, scss/pages/_home.scss */
    .home-slider-nav .button-prev,
    .home-slider-nav .button-next {
      width: 60px;
      height: 60px;
      background-size: cover; }
      /* line 22, scss/pages/_home.scss */
      .home-slider-nav .button-prev:hover,
      .home-slider-nav .button-next:hover {
        cursor: pointer; }
    /* line 27, scss/pages/_home.scss */
    .home-slider-nav .button-prev {
      background: url("../img/btn-prev.svg") no-repeat center;
      margin-right: 10px; }
    /* line 31, scss/pages/_home.scss */
    .home-slider-nav .button-next {
      background: url("../img/btn-next.svg") no-repeat center; }
  /* line 36, scss/pages/_home.scss */
  .home-slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    max-width: 740px;
    background: rgba(66, 73, 90, 0.95);
    padding: 30px 130px 50px;
    color: white; }
    @media only screen and (min-width: 1800px) {
      /* line 36, scss/pages/_home.scss */
      .home-slider-content {
        padding: 30px 130px 50px 190px; } }
    @media only screen and (max-width: 1200px) {
      /* line 36, scss/pages/_home.scss */
      .home-slider-content {
        font-size: 60px; } }
    @media only screen and (max-width: 992px) {
      /* line 36, scss/pages/_home.scss */
      .home-slider-content {
        max-width: 80%;
        padding: 30px 100px 50px; } }
    @media only screen and (max-width: 768px) {
      /* line 36, scss/pages/_home.scss */
      .home-slider-content {
        padding: 30px; } }
    @media only screen and (max-width: 480px) {
      /* line 36, scss/pages/_home.scss */
      .home-slider-content {
        max-width: 90%; } }
    /* line 71, scss/pages/_home.scss */
    .home-slider-content .title {
      font-family: "Playfair Display", serif;
      font-size: 80px;
      font-weight: 700;
      line-height: 74px; }
      @media only screen and (max-width: 1200px) {
        /* line 71, scss/pages/_home.scss */
        .home-slider-content .title {
          font-size: 60px; } }
      @media only screen and (max-width: 768px) {
        /* line 71, scss/pages/_home.scss */
        .home-slider-content .title {
          font-size: 54px;
          line-height: 60px; } }
      @media only screen and (max-width: 480px) {
        /* line 71, scss/pages/_home.scss */
        .home-slider-content .title {
          font-size: 40px;
          line-height: 50px; } }
    /* line 92, scss/pages/_home.scss */
    .home-slider-content .subtitle {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      line-height: 29px;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 480px) {
        /* line 92, scss/pages/_home.scss */
        .home-slider-content .subtitle {
          font-size: 14px;
          line-height: 24px; } }

/* line 106, scss/pages/_home.scss */
.main-investments {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 160px; }
  @media only screen and (max-width: 992px) {
    /* line 106, scss/pages/_home.scss */
    .main-investments {
      flex-direction: column;
      margin-bottom: 80px; } }
  @media only screen and (max-width: 768px) {
    /* line 106, scss/pages/_home.scss */
    .main-investments {
      margin-bottom: 40px; } }
  /* line 121, scss/pages/_home.scss */
  .main-investments .line {
    margin-bottom: 30px; }
  /* line 125, scss/pages/_home.scss */
  .main-investments-content {
    width: 40%;
    padding: 0 20px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      /* line 125, scss/pages/_home.scss */
      .main-investments-content {
        width: 40%; } }
    @media only screen and (max-width: 992px) {
      /* line 125, scss/pages/_home.scss */
      .main-investments-content {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      /* line 125, scss/pages/_home.scss */
      .main-investments-content {
        padding: 0; } }
    /* line 142, scss/pages/_home.scss */
    .main-investments-content .block-text {
      margin-bottom: 60px; }
  /* line 147, scss/pages/_home.scss */
  .main-investments-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 54%; }
    @media only screen and (max-width: 992px) {
      /* line 147, scss/pages/_home.scss */
      .main-investments-row {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      /* line 147, scss/pages/_home.scss */
      .main-investments-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 80px; } }
  /* line 165, scss/pages/_home.scss */
  .main-investments-item {
    position: relative;
    width: 48%;
    height: 500px; }
    /* line 170, scss/pages/_home.scss */
    .main-investments-item:first-child {
      margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      /* line 165, scss/pages/_home.scss */
      .main-investments-item {
        width: 300px;
        height: 400px; } }
    /* line 179, scss/pages/_home.scss */
    .main-investments-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    /* line 183, scss/pages/_home.scss */
    .main-investments-item__label {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      transform: translateY(50%);
      width: 80%;
      background-color: white;
      padding: 10px 30px; }
      /* line 194, scss/pages/_home.scss */
      .main-investments-item__label .title {
        color: black;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 500; }
      /* line 201, scss/pages/_home.scss */
      .main-investments-item__label .subtitle {
        color: black;
        font-size: 16px; }

/* line 209, scss/pages/_home.scss */
.main-about {
  position: relative;
  margin-bottom: 120px; }
  @media only screen and (max-width: 1200px) {
    /* line 209, scss/pages/_home.scss */
    .main-about {
      margin-bottom: 220px; } }
  @media only screen and (max-width: 768px) {
    /* line 209, scss/pages/_home.scss */
    .main-about {
      margin-bottom: 280px; } }
  @media only screen and (max-width: 480px) {
    /* line 209, scss/pages/_home.scss */
    .main-about {
      height: 380px;
      margin-bottom: 300px; } }
  /* line 226, scss/pages/_home.scss */
  .main-about-image {
    width: 80%; }
    @media only screen and (max-width: 1200px) {
      /* line 226, scss/pages/_home.scss */
      .main-about-image {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      /* line 226, scss/pages/_home.scss */
      .main-about-image {
        height: 300px; } }
    /* line 237, scss/pages/_home.scss */
    .main-about-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 242, scss/pages/_home.scss */
  .main-about-content {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 640px;
    background-color: white;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
    padding: 65px; }
    @media only screen and (max-width: 1200px) {
      /* line 242, scss/pages/_home.scss */
      .main-about-content {
        right: 50%;
        transform: translateX(50%); } }
    @media only screen and (max-width: 992px) {
      /* line 242, scss/pages/_home.scss */
      .main-about-content {
        padding: 30px 50px; } }
    @media only screen and (max-width: 768px) {
      /* line 242, scss/pages/_home.scss */
      .main-about-content {
        width: 80%; } }
    @media only screen and (max-width: 480px) {
      /* line 242, scss/pages/_home.scss */
      .main-about-content {
        width: 86%;
        padding: 20px 30px; } }
    /* line 272, scss/pages/_home.scss */
    .main-about-content .line {
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        /* line 272, scss/pages/_home.scss */
        .main-about-content .line {
          margin-bottom: 20px; } }

/* line 282, scss/pages/_home.scss */
.main-articles {
  margin-bottom: 200px; }
  @media only screen and (max-width: 480px) {
    /* line 282, scss/pages/_home.scss */
    .main-articles {
      margin-bottom: 60px; } }
  /* line 289, scss/pages/_home.scss */
  .main-articles-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      /* line 289, scss/pages/_home.scss */
      .main-articles-top {
        flex-direction: column;
        text-align: center; } }
  /* line 301, scss/pages/_home.scss */
  .main-articles-row {
    display: flex;
    flex-wrap: wrap; }
  /* line 306, scss/pages/_home.scss */
  .main-articles-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%; }
    @media only screen and (max-width: 768px) {
      /* line 306, scss/pages/_home.scss */
      .main-articles-item {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      /* line 306, scss/pages/_home.scss */
      .main-articles-item {
        width: 100%;
        margin-bottom: 20px; } }
    /* line 321, scss/pages/_home.scss */
    .main-articles-item__img {
      width: 100%;
      height: 380px;
      margin-bottom: 14px; }
      @media only screen and (max-width: 992px) {
        /* line 321, scss/pages/_home.scss */
        .main-articles-item__img {
          height: 260px; } }
      /* line 330, scss/pages/_home.scss */
      .main-articles-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 333, scss/pages/_home.scss */
    .main-articles-item__category {
      color: #C4C4C4;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.1em;
      margin-bottom: 7px; }
    /* line 343, scss/pages/_home.scss */
    .main-articles-item__title {
      color: black;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 992px) {
        /* line 343, scss/pages/_home.scss */
        .main-articles-item__title {
          font-size: 16px; } }

/* line 356, scss/pages/_home.scss */
.main-bottom {
  width: 100%;
  position: relative;
  height: 140px;
  background: linear-gradient(180deg, #EFEFEF -11.28%, rgba(239, 239, 239, 0) 90.31%); }
  @media only screen and (max-width: 480px) {
    /* line 356, scss/pages/_home.scss */
    .main-bottom {
      height: auto; } }
  /* line 366, scss/pages/_home.scss */
  .main-bottom-banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 1000px;
    background: #D4C17E;
    padding: 30px 45px 36px;
    color: white;
    font-family: "Playfair Display", serif; }
    @media only screen and (max-width: 1200px) {
      /* line 366, scss/pages/_home.scss */
      .main-bottom-banner {
        width: 920px; } }
    @media only screen and (max-width: 992px) {
      /* line 366, scss/pages/_home.scss */
      .main-bottom-banner {
        width: 700px; } }
    @media only screen and (max-width: 768px) {
      /* line 366, scss/pages/_home.scss */
      .main-bottom-banner {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      /* line 366, scss/pages/_home.scss */
      .main-bottom-banner {
        position: unset;
        transform: none;
        flex-direction: column; } }
    /* line 399, scss/pages/_home.scss */
    .main-bottom-banner__title, .main-bottom-banner__text {
      display: flex;
      align-items: center;
      width: 44%; }
      @media only screen and (max-width: 480px) {
        /* line 399, scss/pages/_home.scss */
        .main-bottom-banner__title, .main-bottom-banner__text {
          width: 100%; } }
    /* line 410, scss/pages/_home.scss */
    .main-bottom-banner__title {
      color: white;
      font-size: 46px;
      font-weight: 700;
      justify-content: flex-end; }
      @media only screen and (max-width: 992px) {
        /* line 410, scss/pages/_home.scss */
        .main-bottom-banner__title {
          text-align: center; } }
      @media only screen and (max-width: 768px) {
        /* line 410, scss/pages/_home.scss */
        .main-bottom-banner__title {
          font-size: 40px;
          line-height: 52px; } }
      @media only screen and (max-width: 480px) {
        /* line 410, scss/pages/_home.scss */
        .main-bottom-banner__title {
          margin-bottom: 20px; } }
    /* line 430, scss/pages/_home.scss */
    .main-bottom-banner__text {
      font-size: 16px; }
    /* line 434, scss/pages/_home.scss */
    .main-bottom-banner__line {
      height: 90px;
      width: 2px;
      background-color: white;
      margin: 0 40px; }
      @media only screen and (max-width: 480px) {
        /* line 434, scss/pages/_home.scss */
        .main-bottom-banner__line {
          display: none; } }

/* line 2, scss/pages/_investments.scss */
.investments-header {
  width: 100%;
  padding: 0 80px;
  margin: 0 auto 60px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    /* line 2, scss/pages/_investments.scss */
    .investments-header {
      height: 220px;
      padding: 0 40px; } }
  @media only screen and (max-width: 992px) {
    /* line 2, scss/pages/_investments.scss */
    .investments-header {
      margin: 0 auto 40px; } }
  @media only screen and (max-width: 768px) {
    /* line 2, scss/pages/_investments.scss */
    .investments-header {
      padding: 0; } }
  /* line 21, scss/pages/_investments.scss */
  .investments-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 23, scss/pages/_investments.scss */
  .investments-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize; }
    @media only screen and (min-width: 1800px) {
      /* line 23, scss/pages/_investments.scss */
      .investments-header-title {
        font-size: 72px; } }
    @media only screen and (max-width: 992px) {
      /* line 23, scss/pages/_investments.scss */
      .investments-header-title {
        font-size: 48px; } }
    @media only screen and (max-width: 768px) {
      /* line 23, scss/pages/_investments.scss */
      .investments-header-title {
        text-align: center; } }

/* line 49, scss/pages/_investments.scss */
.investments-description {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 60px; }

/* line 56, scss/pages/_investments.scss */
.investments-list {
  width: 100%;
  margin-bottom: 120px; }

/* line 61, scss/pages/_investments.scss */
.investments-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px; }
  @media only screen and (max-width: 992px) {
    /* line 61, scss/pages/_investments.scss */
    .investments-item {
      align-items: flex-start; } }
  @media only screen and (max-width: 768px) {
    /* line 61, scss/pages/_investments.scss */
    .investments-item {
      flex-direction: column; } }
  /* line 76, scss/pages/_investments.scss */
  .investments-item:nth-of-type(2n) {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      /* line 76, scss/pages/_investments.scss */
      .investments-item:nth-of-type(2n) {
        flex-direction: column; } }
    /* line 83, scss/pages/_investments.scss */
    .investments-item:nth-of-type(2n) .investments-item__content {
      padding-left: 0; }
  /* line 88, scss/pages/_investments.scss */
  .investments-item__img {
    width: 48%; }
    @media only screen and (max-width: 768px) {
      /* line 88, scss/pages/_investments.scss */
      .investments-item__img {
        width: 100%;
        margin-bottom: 20px; } }
    /* line 96, scss/pages/_investments.scss */
    .investments-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 99, scss/pages/_investments.scss */
  .investments-item__content {
    width: 48%;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      /* line 99, scss/pages/_investments.scss */
      .investments-item__content {
        width: 100%;
        padding-left: 0; } }
    /* line 108, scss/pages/_investments.scss */
    .investments-item__content .line {
      margin-bottom: 40px; }
  /* line 113, scss/pages/_investments.scss */
  .investments-item .block-text {
    margin-bottom: 80px; }
  /* line 117, scss/pages/_investments.scss */
  .investments-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border-radius: 8px;
    background-color: #D4C17E;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-style: italic;
    transition: all .5s; }
    /* line 129, scss/pages/_investments.scss */
    .investments-item__link:hover {
      border: 2px solid #D4C17E;
      background-color: white;
      color: #D4C17E; }

/* line 2, scss/pages/_investment-page.scss */
.investment-header {
  width: calc(100% - 160px);
  margin: 0 auto 60px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    /* line 2, scss/pages/_investment-page.scss */
    .investment-header {
      width: calc(100% - 80px);
      height: calc(100vh - 80px); } }
  @media only screen and (max-width: 992px) {
    /* line 2, scss/pages/_investment-page.scss */
    .investment-header {
      margin: 0 auto 40px; } }
  @media only screen and (max-width: 480px) {
    /* line 2, scss/pages/_investment-page.scss */
    .investment-header {
      width: 100%;
      height: calc(100vh - 60px);
      margin: 0 auto 40px; } }
  /* line 22, scss/pages/_investment-page.scss */
  .investment-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 27, scss/pages/_investment-page.scss */
.investment-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    /* line 27, scss/pages/_investment-page.scss */
    .investment-block {
      flex-direction: column; } }
  /* line 38, scss/pages/_investment-page.scss */
  .investment-block.row-reverse {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      /* line 38, scss/pages/_investment-page.scss */
      .investment-block.row-reverse {
        flex-direction: column; } }
  /* line 46, scss/pages/_investment-page.scss */
  .investment-block__img {
    width: 50%; }
    @media only screen and (max-width: 992px) {
      /* line 46, scss/pages/_investment-page.scss */
      .investment-block__img {
        width: 40%; } }
    @media only screen and (max-width: 768px) {
      /* line 46, scss/pages/_investment-page.scss */
      .investment-block__img {
        width: 100%;
        margin-bottom: 40px; } }
    /* line 58, scss/pages/_investment-page.scss */
    .investment-block__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 61, scss/pages/_investment-page.scss */
  .investment-block__content {
    width: 46%; }
    @media only screen and (max-width: 992px) {
      /* line 61, scss/pages/_investment-page.scss */
      .investment-block__content {
        width: 56%; } }
    @media only screen and (max-width: 768px) {
      /* line 61, scss/pages/_investment-page.scss */
      .investment-block__content {
        width: 100%; } }
    /* line 72, scss/pages/_investment-page.scss */
    .investment-block__content .title {
      color: #42495A;
      font-family: "Playfair Display", serif;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px; }
    /* line 80, scss/pages/_investment-page.scss */
    .investment-block__content .text {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        /* line 80, scss/pages/_investment-page.scss */
        .investment-block__content .text {
          margin-bottom: 40px; } }
      /* line 89, scss/pages/_investment-page.scss */
      .investment-block__content .text strong {
        display: inline-block;
        font-weight: 500; }
      /* line 94, scss/pages/_investment-page.scss */
      .investment-block__content .text p {
        margin-bottom: 0; }

/* line 101, scss/pages/_investment-page.scss */
.investment-row {
  display: flex;
  width: 100%;
  height: 360px; }
  @media only screen and (max-width: 992px) {
    /* line 101, scss/pages/_investment-page.scss */
    .investment-row {
      flex-wrap: wrap;
      height: auto; } }

/* line 112, scss/pages/_investment-page.scss */
.investment-quotation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: url("../img/invest-quote-bg.png") no-repeat center;
  background-size: cover;
  padding: 0 80px;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic; }
  @media only screen and (max-width: 1200px) {
    /* line 112, scss/pages/_investment-page.scss */
    .investment-quotation {
      font-size: 24px; } }
  @media only screen and (max-width: 992px) {
    /* line 112, scss/pages/_investment-page.scss */
    .investment-quotation {
      width: 100%;
      height: 300px; } }
  @media only screen and (max-width: 768px) {
    /* line 112, scss/pages/_investment-page.scss */
    .investment-quotation {
      height: auto;
      padding: 40px 30px;
      font-size: 22px; } }
  /* line 138, scss/pages/_investment-page.scss */
  .investment-quotation__img {
    width: 25%;
    height: 100%; }
    @media only screen and (max-width: 992px) {
      /* line 138, scss/pages/_investment-page.scss */
      .investment-quotation__img {
        width: 50%;
        height: 300px; } }
    @media only screen and (max-width: 768px) {
      /* line 138, scss/pages/_investment-page.scss */
      .investment-quotation__img {
        height: 200px; } }
    /* line 150, scss/pages/_investment-page.scss */
    .investment-quotation__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* line 154, scss/pages/_investment-page.scss */
.investment-icons {
  display: flex;
  justify-content: space-between;
  background-color: #42495A;
  padding: 100px 46px 20px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 992px) {
    /* line 154, scss/pages/_investment-page.scss */
    .investment-icons {
      flex-direction: column;
      padding: 40px; } }
  /* line 166, scss/pages/_investment-page.scss */
  .investment-icons__title {
    max-width: 230px;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700; }
    @media only screen and (max-width: 992px) {
      /* line 166, scss/pages/_investment-page.scss */
      .investment-icons__title {
        margin-bottom: 40px; } }
  /* line 178, scss/pages/_investment-page.scss */
  .investment-icons__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 330px); }
    @media only screen and (max-width: 992px) {
      /* line 178, scss/pages/_investment-page.scss */
      .investment-icons__list {
        width: 100%; } }
  /* line 189, scss/pages/_investment-page.scss */
  .investment-icons__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
    margin-bottom: 90px; }
    @media only screen and (max-width: 768px) {
      /* line 189, scss/pages/_investment-page.scss */
      .investment-icons__item {
        width: 46%;
        padding: 25px;
        margin-bottom: 60px; } }
    /* line 202, scss/pages/_investment-page.scss */
    .investment-icons__item img {
      margin-bottom: 14px; }
    /* line 206, scss/pages/_investment-page.scss */
    .investment-icons__item span {
      color: white;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      max-width: 245px; }

/* line 215, scss/pages/_investment-page.scss */
.investment-time {
  flex-direction: column;
  padding: 50px 46px; }
  /* line 219, scss/pages/_investment-page.scss */
  .investment-time__title {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px; }
  /* line 228, scss/pages/_investment-page.scss */
  .investment-time__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly; }
  /* line 234, scss/pages/_investment-page.scss */
  .investment-time__item {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px; }
    /* line 243, scss/pages/_investment-page.scss */
    .investment-time__item .time {
      font-size: 24px;
      font-weight: 300;
      margin: 5px 0; }
      /* line 248, scss/pages/_investment-page.scss */
      .investment-time__item .time strong {
        font-weight: 600; }
    /* line 253, scss/pages/_investment-page.scss */
    .investment-time__item .destination {
      font-size: 16px;
      font-weight: 300;
      text-align: center; }

/* line 261, scss/pages/_investment-page.scss */
.investment-bottom {
  width: 100%;
  padding: 130px 0;
  margin-bottom: 50px;
  background: url("../img/invest-bottom.png") no-repeat center;
  background-size: cover;
  position: relative; }
  /* line 269, scss/pages/_investment-page.scss */
  .investment-bottom-2 {
    background: url("../img/invest-bottom-2.jpg") no-repeat center;
    background-size: cover; }
  /* line 274, scss/pages/_investment-page.scss */
  .investment-bottom-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D4C17E;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 28px; }
    @media only screen and (max-width: 1200px) {
      /* line 274, scss/pages/_investment-page.scss */
      .investment-bottom-label {
        width: 920px; } }
    @media only screen and (max-width: 992px) {
      /* line 274, scss/pages/_investment-page.scss */
      .investment-bottom-label {
        width: 700px; } }
    @media only screen and (max-width: 768px) {
      /* line 274, scss/pages/_investment-page.scss */
      .investment-bottom-label {
        display: flex;
        flex-direction: column;
        width: 100%; } }
    /* line 302, scss/pages/_investment-page.scss */
    .investment-bottom-label__title {
      margin-bottom: 0;
      font-size: 28px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        /* line 302, scss/pages/_investment-page.scss */
        .investment-bottom-label__title {
          margin-bottom: 10px; } }
    /* line 312, scss/pages/_investment-page.scss */
    .investment-bottom-label span {
      margin: 0 18px; }
      @media only screen and (max-width: 768px) {
        /* line 312, scss/pages/_investment-page.scss */
        .investment-bottom-label span {
          display: none; } }
    /* line 320, scss/pages/_investment-page.scss */
    .investment-bottom-label__link {
      color: white; }
      @media only screen and (max-width: 768px) {
        /* line 320, scss/pages/_investment-page.scss */
        .investment-bottom-label__link {
          font-size: 20px; } }

/* line 1, scss/pages/_apartments.scss */
.apartment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 992px) {
    /* line 1, scss/pages/_apartments.scss */
    .apartment-grid {
      display: flex;
      flex-direction: column; } }

/* line 13, scss/pages/_apartments.scss */
.apartments-header {
  margin-bottom: 0; }

/* line 17, scss/pages/_apartments.scss */
.card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #EFEFEF; }
  /* line 23, scss/pages/_apartments.scss */
  .card-img {
    width: 100%;
    height: 380px;
    border-radius: 8px;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      /* line 23, scss/pages/_apartments.scss */
      .card-img {
        height: 320px; } }
    @media only screen and (max-width: 768px) {
      /* line 23, scss/pages/_apartments.scss */
      .card-img {
        height: 240px; } }
    /* line 37, scss/pages/_apartments.scss */
    .card-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  /* line 40, scss/pages/_apartments.scss */
  .card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px; }
    @media only screen and (max-width: 768px) {
      /* line 40, scss/pages/_apartments.scss */
      .card-info {
        padding: 14px; } }
    @media only screen and (max-width: 480px) {
      /* line 40, scss/pages/_apartments.scss */
      .card-info {
        flex-direction: column;
        align-items: flex-start; } }
    /* line 55, scss/pages/_apartments.scss */
    .card-info__title {
      font-family: "Poppins", sans-serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        /* line 55, scss/pages/_apartments.scss */
        .card-info__title {
          font-size: 20px; } }
    /* line 66, scss/pages/_apartments.scss */
    .card-info__subtitle {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px; }
    /* line 74, scss/pages/_apartments.scss */
    .card-info__labels {
      display: flex; }
      @media only screen and (max-width: 768px) {
        /* line 74, scss/pages/_apartments.scss */
        .card-info__labels {
          flex-direction: column; } }
      /* line 81, scss/pages/_apartments.scss */
      .card-info__labels-status {
        color: white;
        font-size: 13px;
        padding: 3px 8px;
        border-radius: 4px;
        margin-right: 5px; }
        @media only screen and (max-width: 768px) {
          /* line 81, scss/pages/_apartments.scss */
          .card-info__labels-status {
            margin-bottom: 5px; } }
        /* line 92, scss/pages/_apartments.scss */
        .card-info__labels-status.available {
          background-color: #D4C17E; }
        /* line 96, scss/pages/_apartments.scss */
        .card-info__labels-status.reservation {
          background-color: #c4c4c4; }
        /* line 100, scss/pages/_apartments.scss */
        .card-info__labels-status.sold {
          background-color: #9D444F; }
      /* line 105, scss/pages/_apartments.scss */
      .card-info__labels-investment {
        color: white;
        font-size: 13px;
        padding: 3px 8px;
        border-radius: 4px;
        background-color: #42495A; }

/* line 2, scss/pages/_apartment-page.scss */
.apartment-header {
  width: 100%;
  height: 480px;
  padding: 0 40px;
  position: relative; }
  @media only screen and (min-width: 1800px) {
    /* line 2, scss/pages/_apartment-page.scss */
    .apartment-header {
      padding: 0 80px; } }
  @media only screen and (max-width: 480px) {
    /* line 2, scss/pages/_apartment-page.scss */
    .apartment-header {
      padding: 0 10px; } }
  /* line 16, scss/pages/_apartment-page.scss */
  .apartment-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 18, scss/pages/_apartment-page.scss */
  .apartment-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: capitalize; }

/* line 32, scss/pages/_apartment-page.scss */
.apartment-info {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px;
  margin-top: -60px;
  margin-bottom: 80px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    /* line 32, scss/pages/_apartment-page.scss */
    .apartment-info {
      flex-direction: column; } }
  /* line 48, scss/pages/_apartment-page.scss */
  .apartment-info-row {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      /* line 48, scss/pages/_apartment-page.scss */
      .apartment-info-row {
        flex-direction: column; } }
  /* line 57, scss/pages/_apartment-page.scss */
  .apartment-info-img {
    width: 48%;
    height: 480px;
    margin-bottom: 40px; }
    /* line 62, scss/pages/_apartment-page.scss */
    .apartment-info-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media only screen and (max-width: 992px) {
      /* line 57, scss/pages/_apartment-page.scss */
      .apartment-info-img {
        width: 46%; } }
    @media only screen and (max-width: 768px) {
      /* line 57, scss/pages/_apartment-page.scss */
      .apartment-info-img {
        width: 100%;
        height: auto; } }
  /* line 74, scss/pages/_apartment-page.scss */
  .apartment-info-content {
    width: 48%; }
    @media only screen and (max-width: 768px) {
      /* line 74, scss/pages/_apartment-page.scss */
      .apartment-info-content {
        width: 100%;
        margin-bottom: 30px; } }
  /* line 83, scss/pages/_apartment-page.scss */
  .apartment-info-title {
    color: #42495A;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px; }
  /* line 92, scss/pages/_apartment-page.scss */
  .apartment-info-subtitle {
    display: inline-block;
    color: #42495A;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px; }
  /* line 101, scss/pages/_apartment-page.scss */
  .apartment-info-line {
    width: 80%;
    height: 1px;
    background-color: #D4C17E;
    margin-bottom: 20px; }
  /* line 108, scss/pages/_apartment-page.scss */
  .apartment-info-item {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 5px; }
    /* line 113, scss/pages/_apartment-page.scss */
    .apartment-info-item strong {
      font-weight: 500; }
    /* line 114, scss/pages/_apartment-page.scss */
    .apartment-info-item span {
      font-weight: 300; }
  /* line 117, scss/pages/_apartment-page.scss */
  .apartment-info-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    padding-top: 30px;
    border-top: 1px solid #D4C17E; }
    @media only screen and (max-width: 768px) {
      /* line 117, scss/pages/_apartment-page.scss */
      .apartment-info-contact {
        flex-direction: column;
        align-items: flex-start;
        margin: 0; } }
    /* line 131, scss/pages/_apartment-page.scss */
    .apartment-info-contact__title {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-right: 40px; }
      @media only screen and (max-width: 768px) {
        /* line 131, scss/pages/_apartment-page.scss */
        .apartment-info-contact__title {
          margin-bottom: 20px; } }
    /* line 142, scss/pages/_apartment-page.scss */
    .apartment-info-contact__item {
      display: inline-block;
      margin-bottom: 10px; }
      /* line 146, scss/pages/_apartment-page.scss */
      .apartment-info-contact__item:not(:last-child) {
        margin-right: 20px; }
      /* line 150, scss/pages/_apartment-page.scss */
      .apartment-info-contact__item img {
        margin-right: 10px; }
      /* line 154, scss/pages/_apartment-page.scss */
      .apartment-info-contact__item span {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500; }

/* line 163, scss/pages/_apartment-page.scss */
.apartment-top {
  background: linear-gradient(0deg, #EFEFEF -11.28%, rgba(239, 239, 239, 0) 90.31%);
  padding-bottom: 80px;
  margin-bottom: 80px; }

/* line 169, scss/pages/_apartment-page.scss */
.apartment-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    /* line 169, scss/pages/_apartment-page.scss */
    .apartment-block {
      flex-direction: column; } }
  /* line 178, scss/pages/_apartment-page.scss */
  .apartment-block-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px; }
  /* line 185, scss/pages/_apartment-page.scss */
  .apartment-block-content {
    width: 46%; }
    @media only screen and (max-width: 768px) {
      /* line 185, scss/pages/_apartment-page.scss */
      .apartment-block-content {
        width: 100%;
        margin-bottom: 40px; } }
  /* line 194, scss/pages/_apartment-page.scss */
  .apartment-block-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px; }
  /* line 200, scss/pages/_apartment-page.scss */
  .apartment-block-map {
    width: 100%; }
    /* line 203, scss/pages/_apartment-page.scss */
    .apartment-block-map iframe {
      width: 100%;
      height: 300px; }

/* line 210, scss/pages/_apartment-page.scss */
.apartment-other {
  margin-bottom: 240px; }
  /* line 213, scss/pages/_apartment-page.scss */
  .apartment-other-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px; }

/* line 226, scss/pages/_apartment-page.scss */
#apartment-reserve-btn {
  width: 210px;
  margin-top: 20px;
  margin-bottom: 40px; }
  /* line 231, scss/pages/_apartment-page.scss */
  #apartment-reserve-btn:hover {
    cursor: pointer; }
  /* line 233, scss/pages/_apartment-page.scss */
  #apartment-reserve-btn.disabled {
    border: none;
    background-color: #000;
    opacity: .2; }
    /* line 238, scss/pages/_apartment-page.scss */
    #apartment-reserve-btn.disabled:hover {
      cursor: unset; }
  /* line 241, scss/pages/_apartment-page.scss */
  #apartment-reserve-btn.sold {
    border: none;
    background-color: #9D444F; }
    /* line 245, scss/pages/_apartment-page.scss */
    #apartment-reserve-btn.sold:hover {
      cursor: unset; }

/* line 1, scss/pages/_pages.scss */
.page-content {
  margin-bottom: 60px; }
  /* line 4, scss/pages/_pages.scss */
  .page-content h2, .page-content h3 {
    color: #42495A;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media only screen and (max-width: 480px) {
      /* line 4, scss/pages/_pages.scss */
      .page-content h2, .page-content h3 {
        font-size: 30px; } }
  /* line 16, scss/pages/_pages.scss */
  .page-content h4 {
    color: #42495A;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
  /* line 24, scss/pages/_pages.scss */
  .page-content p span {
    font-size: 16px; }
  /* line 28, scss/pages/_pages.scss */
  .page-content em {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-style: italic; }
  /* line 34, scss/pages/_pages.scss */
  .page-content p {
    margin-bottom: 5px; }
  /* line 38, scss/pages/_pages.scss */
  .page-content-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      /* line 38, scss/pages/_pages.scss */
      .page-content-row {
        flex-direction: column-reverse;
        margin-bottom: 60px; } }
    /* line 48, scss/pages/_pages.scss */
    .page-content-row__text {
      width: 46%;
      font-size: 16px;
      line-height: 29px; }
      @media only screen and (max-width: 768px) {
        /* line 48, scss/pages/_pages.scss */
        .page-content-row__text {
          width: 100%; } }
      /* line 57, scss/pages/_pages.scss */
      .page-content-row__text p {
        margin-bottom: 15px; }
    /* line 62, scss/pages/_pages.scss */
    .page-content-row__img {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        /* line 62, scss/pages/_pages.scss */
        .page-content-row__img {
          width: 100%;
          margin-bottom: 40px; } }
      /* line 70, scss/pages/_pages.scss */
      .page-content-row__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

/* line 75, scss/pages/_pages.scss */
.page-bottom {
  position: relative;
  height: 400px;
  margin-bottom: 150px; }
  /* line 80, scss/pages/_pages.scss */
  .page-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 82, scss/pages/_pages.scss */
  .page-bottom-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 60%;
    background: rgba(212, 193, 126, 0.95);
    padding: 30px 70px;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-style: italic; }
    @media only screen and (max-width: 768px) {
      /* line 82, scss/pages/_pages.scss */
      .page-bottom-content {
        width: 90%; } }
    @media only screen and (max-width: 480px) {
      /* line 82, scss/pages/_pages.scss */
      .page-bottom-content {
        width: 100%;
        padding: 20px; } }

/* line 108, scss/pages/_pages.scss */
.finance-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px; }
  /* line 112, scss/pages/_pages.scss */
  .finance-logo img {
    width: 280px; }

/* line 1, scss/pages/_articles.scss */
.article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 40px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    /* line 1, scss/pages/_articles.scss */
    .article-list {
      display: flex;
      flex-direction: column; } }
  /* line 12, scss/pages/_articles.scss */
  .article-list-title {
    color: #42495A;
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 992px) {
      /* line 12, scss/pages/_articles.scss */
      .article-list-title {
        font-size: 50px;
        margin-bottom: 40px; } }
  /* line 26, scss/pages/_articles.scss */
  .article-list-item {
    display: flex;
    flex-direction: column;
    align-items: center; }
    /* line 31, scss/pages/_articles.scss */
    .article-list-item__img {
      width: 100%;
      height: 380px;
      margin-bottom: 14px; }
      @media only screen and (max-width: 992px) {
        /* line 31, scss/pages/_articles.scss */
        .article-list-item__img {
          height: 260px; } }
      /* line 40, scss/pages/_articles.scss */
      .article-list-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 43, scss/pages/_articles.scss */
    .article-list-item__category {
      color: #C4C4C4;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.1em;
      margin-bottom: 7px; }
    /* line 53, scss/pages/_articles.scss */
    .article-list-item__title {
      color: #42495A;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 700; }
    /* line 60, scss/pages/_articles.scss */
    .article-list-item:first-child {
      grid-column: 1 / 4;
      height: 500px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        /* line 60, scss/pages/_articles.scss */
        .article-list-item:first-child {
          height: auto;
          margin-bottom: 30px; } }
      /* line 70, scss/pages/_articles.scss */
      .article-list-item:first-child .article-list-item__img {
        width: 50%;
        height: 100%;
        align-self: start; }
        @media only screen and (max-width: 992px) {
          /* line 70, scss/pages/_articles.scss */
          .article-list-item:first-child .article-list-item__img {
            width: 70%; } }
        @media only screen and (max-width: 768px) {
          /* line 70, scss/pages/_articles.scss */
          .article-list-item:first-child .article-list-item__img {
            width: 100%;
            height: 260px; } }
      /* line 85, scss/pages/_articles.scss */
      .article-list-item:first-child .article-list-item__content {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 380px;
        background: #FFFFFF;
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          /* line 85, scss/pages/_articles.scss */
          .article-list-item:first-child .article-list-item__content {
            display: block;
            position: unset;
            width: auto;
            height: auto;
            box-shadow: unset;
            transform: unset; } }
      /* line 112, scss/pages/_articles.scss */
      .article-list-item:first-child .article-list-item__title {
        font-size: 32px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          /* line 112, scss/pages/_articles.scss */
          .article-list-item:first-child .article-list-item__title {
            font-size: 18px;
            margin-bottom: 0; } }
      /* line 122, scss/pages/_articles.scss */
      .article-list-item:first-child .article-list-item__text {
        font-family: "Playfair Display", serif;
        font-size: 16px;
        font-style: italic;
        text-align: center;
        max-width: 70%; }
        @media only screen and (max-width: 768px) {
          /* line 122, scss/pages/_articles.scss */
          .article-list-item:first-child .article-list-item__text {
            display: none; } }

/* line 139, scss/pages/_articles.scss */
.media {
  margin: 63px 0; }
  /* line 141, scss/pages/_articles.scss */
  .media-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px; }
    @media only screen and (max-width: 1200px) {
      /* line 141, scss/pages/_articles.scss */
      .media-items {
        grid-template-columns: repeat(1, 1fr); } }
  /* line 149, scss/pages/_articles.scss */
  .media-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EFEFEF;
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      /* line 149, scss/pages/_articles.scss */
      .media-item {
        flex-direction: column;
        padding-right: 0; } }
    /* line 158, scss/pages/_articles.scss */
    .media-item__img {
      width: 254px;
      height: 235px;
      position: relative; }
      @media only screen and (max-width: 1800px) {
        /* line 158, scss/pages/_articles.scss */
        .media-item__img {
          width: 200px;
          height: 200px; } }
      @media only screen and (max-width: 768px) {
        /* line 158, scss/pages/_articles.scss */
        .media-item__img {
          width: 100%;
          max-height: 250px; } }
      /* line 171, scss/pages/_articles.scss */
      .media-item__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 8px; }
    /* line 178, scss/pages/_articles.scss */
    .media-item__category {
      position: absolute;
      top: 20%;
      left: 0;
      width: 57px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      line-height: 15px;
      color: #FFFFFF; }
    /* line 193, scss/pages/_articles.scss */
    .media-item__text {
      width: 55%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      @media only screen and (max-width: 1200px) {
        /* line 193, scss/pages/_articles.scss */
        .media-item__text {
          width: 70%;
          margin-left: 20px; } }
      @media only screen and (max-width: 768px) {
        /* line 193, scss/pages/_articles.scss */
        .media-item__text {
          width: 100%;
          margin-top: 20px;
          margin-left: 0;
          padding: 5px; } }
    /* line 209, scss/pages/_articles.scss */
    .media-item__title {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #42495A; }
    /* line 218, scss/pages/_articles.scss */
    .media-item__secondary {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 23px;
      color: #000000; }
      @media only screen and (max-width: 768px) {
        /* line 218, scss/pages/_articles.scss */
        .media-item__secondary {
          margin-top: 15px; } }
  /* line 230, scss/pages/_articles.scss */
  .media .line {
    width: 47px;
    border-bottom: 4px solid #D4C17E;
    margin-top: 8px; }

/* line 237, scss/pages/_articles.scss */
.media-page {
  margin-bottom: 30px; }
  /* line 239, scss/pages/_articles.scss */
  .media-page-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media only screen and (max-width: 992px) {
      /* line 239, scss/pages/_articles.scss */
      .media-page-content {
        flex-direction: column; } }
  /* line 247, scss/pages/_articles.scss */
  .media-page-left {
    width: 49%; }
    @media only screen and (max-width: 992px) {
      /* line 247, scss/pages/_articles.scss */
      .media-page-left {
        width: 100%; } }
  /* line 253, scss/pages/_articles.scss */
  .media-page-right {
    width: 49%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media only screen and (max-width: 992px) {
      /* line 253, scss/pages/_articles.scss */
      .media-page-right {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      /* line 253, scss/pages/_articles.scss */
      .media-page-right {
        flex-direction: column; } }
    /* line 264, scss/pages/_articles.scss */
    .media-page-right iframe {
      width: 100%;
      min-height: 400px;
      max-height: 450px; }
      @media only screen and (max-width: 480px) {
        /* line 264, scss/pages/_articles.scss */
        .media-page-right iframe {
          min-height: 250px; } }
  /* line 273, scss/pages/_articles.scss */
  .media-page__gallery {
    width: 78%; }
    @media only screen and (max-width: 768px) {
      /* line 273, scss/pages/_articles.scss */
      .media-page__gallery {
        width: 100%; } }
    /* line 278, scss/pages/_articles.scss */
    .media-page__gallery__img {
      width: 100%;
      height: 392px !important; }
      @media only screen and (max-width: 768px) {
        /* line 278, scss/pages/_articles.scss */
        .media-page__gallery__img {
          height: 275px !important; } }
      /* line 284, scss/pages/_articles.scss */
      .media-page__gallery__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px; }
    /* line 291, scss/pages/_articles.scss */
    .media-page__gallery-thumbs {
      width: 19%;
      height: 393px; }
      @media only screen and (max-width: 768px) {
        /* line 291, scss/pages/_articles.scss */
        .media-page__gallery-thumbs {
          width: 100%;
          margin-top: 20px;
          height: 200px; } }
      /* line 299, scss/pages/_articles.scss */
      .media-page__gallery-thumbs-img {
        height: 121px !important; }
        /* line 303, scss/pages/_articles.scss */
        .media-page__gallery-thumbs-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }
  /* line 312, scss/pages/_articles.scss */
  .media-page__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 29px;
    color: #42495A;
    margin-top: 30px; }
  /* line 320, scss/pages/_articles.scss */
  .media-page__secondary {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-top: 50px; }
  /* line 328, scss/pages/_articles.scss */
  .media-page__text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    margin-top: 40px; }
  /* line 335, scss/pages/_articles.scss */
  .media-page__category {
    width: 58px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF; }
  /* line 348, scss/pages/_articles.scss */
  .media-page__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 354, scss/pages/_articles.scss */
  .media-page__video {
    width: 100%;
    max-height: 350px;
    background: #FFFFFF;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
    @media only screen and (max-width: 1800px) {
      /* line 354, scss/pages/_articles.scss */
      .media-page__video {
        box-shadow: none; } }
    @media only screen and (max-width: 992px) {
      /* line 354, scss/pages/_articles.scss */
      .media-page__video {
        max-height: fit-content; } }
    /* line 366, scss/pages/_articles.scss */
    .media-page__video video {
      width: 100%;
      height: 100%; }
    /* line 370, scss/pages/_articles.scss */
    .media-page__video audio {
      width: 100%; }

/* line 1, scss/pages/_article-page.scss */
.article-page {
  margin-bottom: 80px; }

/* line 5, scss/pages/_article-page.scss */
.article-top {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  position: relative; }
  @media only screen and (max-width: 992px) {
    /* line 5, scss/pages/_article-page.scss */
    .article-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: auto; } }
  /* line 18, scss/pages/_article-page.scss */
  .article-top-image {
    width: 50%;
    height: 100%;
    align-self: start; }
    @media only screen and (max-width: 992px) {
      /* line 18, scss/pages/_article-page.scss */
      .article-top-image {
        width: 100%;
        height: 480px; } }
    /* line 28, scss/pages/_article-page.scss */
    .article-top-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 31, scss/pages/_article-page.scss */
  .article-top-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    @media only screen and (max-width: 992px) {
      /* line 31, scss/pages/_article-page.scss */
      .article-top-content {
        position: unset;
        transform: unset;
        width: 80%;
        height: auto;
        padding: 20px;
        margin-top: -140px; } }
    @media only screen and (max-width: 480px) {
      /* line 31, scss/pages/_article-page.scss */
      .article-top-content {
        width: 100%; } }
  /* line 62, scss/pages/_article-page.scss */
  .article-top-title {
    color: #42495A;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px; }
  /* line 70, scss/pages/_article-page.scss */
  .article-top-text {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
    max-width: 70%; }
    @media only screen and (max-width: 480px) {
      /* line 70, scss/pages/_article-page.scss */
      .article-top-text {
        max-width: 100%; } }

/* line 84, scss/pages/_article-page.scss */
.article-content {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 60px; }

/* line 91, scss/pages/_article-page.scss */
.article-gallery {
  margin-bottom: 60px; }

/* line 1, scss/pages/_meetings.scss */
.meetings-page {
  position: relative;
  width: calc(100% - 160px);
  margin: 0 auto 60px; }
  @media only screen and (max-width: 1200px) {
    /* line 1, scss/pages/_meetings.scss */
    .meetings-page {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 992px) {
    /* line 1, scss/pages/_meetings.scss */
    .meetings-page {
      margin: 0 auto 40px; } }
  @media only screen and (max-width: 480px) {
    /* line 1, scss/pages/_meetings.scss */
    .meetings-page {
      width: 100%;
      margin: 0 auto 40px; } }
  /* line 19, scss/pages/_meetings.scss */
  .meetings-page-image {
    width: 50%;
    height: 800px; }
    @media only screen and (max-width: 1200px) {
      /* line 19, scss/pages/_meetings.scss */
      .meetings-page-image {
        width: 70%; } }
    @media only screen and (max-width: 992px) {
      /* line 19, scss/pages/_meetings.scss */
      .meetings-page-image {
        width: 100%;
        height: 300px; } }
    @media only screen and (max-width: 768px) {
      /* line 19, scss/pages/_meetings.scss */
      .meetings-page-image {
        height: 240px; } }
    /* line 36, scss/pages/_meetings.scss */
    .meetings-page-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 39, scss/pages/_meetings.scss */
  .meetings-page-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    background: #FFFFFF;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 50px 0;
    margin-right: 80px; }
    @media only screen and (max-width: 1200px) {
      /* line 39, scss/pages/_meetings.scss */
      .meetings-page-content {
        width: 70%; } }
    @media only screen and (max-width: 992px) {
      /* line 39, scss/pages/_meetings.scss */
      .meetings-page-content {
        transform: unset;
        position: relative;
        width: 90%;
        margin: -50px auto 0;
        z-index: 10; } }
    @media only screen and (max-width: 768px) {
      /* line 39, scss/pages/_meetings.scss */
      .meetings-page-content {
        width: 100%; } }
  /* line 75, scss/pages/_meetings.scss */
  .meetings-page-title {
    color: #42495A;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px; }
  /* line 83, scss/pages/_meetings.scss */
  .meetings-page-text {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
    width: 70%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      /* line 83, scss/pages/_meetings.scss */
      .meetings-page-text {
        width: 90%; } }

/* line 1, scss/pages/_contact.scss */
#contact-form {
  width: 70%; }
  @media only screen and (max-width: 1200px) {
    /* line 1, scss/pages/_contact.scss */
    #contact-form {
      width: 90%; } }

/* line 8, scss/pages/_contact.scss */
.contact-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    /* line 8, scss/pages/_contact.scss */
    .contact-form {
      flex-direction: column; } }
  /* line 18, scss/pages/_contact.scss */
  .contact-form textarea {
    width: 60%;
    background-color: #F9F9F9;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 14px;
    font-family: "Inter", sans-serif;
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      /* line 18, scss/pages/_contact.scss */
      .contact-form textarea {
        width: 100%;
        margin-bottom: 10px; } }
    /* line 32, scss/pages/_contact.scss */
    .contact-form textarea:focus {
      outline: none;
      border-color: #42495A; }
  /* line 38, scss/pages/_contact.scss */
  .contact-form-col {
    display: flex;
    flex-direction: column;
    width: 36%; }
    @media only screen and (max-width: 768px) {
      /* line 38, scss/pages/_contact.scss */
      .contact-form-col {
        width: 100%; } }
  /* line 48, scss/pages/_contact.scss */
  .contact-form-input {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 14px;
    background-color: #F9F9F9;
    border-radius: 8px;
    border: 1px solid transparent;
    font-family: "Inter", sans-serif;
    font-size: 14px; }
    /* line 59, scss/pages/_contact.scss */
    .contact-form-input:focus {
      outline: none;
      border-color: #42495A; }
  /* line 65, scss/pages/_contact.scss */
  .contact-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: #D4C17E;
    border-radius: 8px;
    border: 1px solid #D4C17E;
    color: white;
    font-family: "Inter", sans-serif;
    transition: background-color .3s; }
    /* line 76, scss/pages/_contact.scss */
    .contact-form-btn:hover {
      background-color: #c7af58; }
    /* line 80, scss/pages/_contact.scss */
    .contact-form-btn:focus {
      outline: #D4C17E; }
    /* line 84, scss/pages/_contact.scss */
    .contact-form-btn.disabled {
      opacity: .6;
      pointer-events: none; }
  /* line 90, scss/pages/_contact.scss */
  .contact-form-message {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 14px; }
    /* line 96, scss/pages/_contact.scss */
    .contact-form-message.success {
      color: green; }
    /* line 97, scss/pages/_contact.scss */
    .contact-form-message.error {
      color: red; }
  /* line 100, scss/pages/_contact.scss */
  .contact-form-container {
    width: 1000px;
    margin: 80px auto -20px;
    padding: 36px 150px 50px;
    background: #FFFFFF;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      /* line 100, scss/pages/_contact.scss */
      .contact-form-container {
        width: auto; } }
    @media only screen and (max-width: 992px) {
      /* line 100, scss/pages/_contact.scss */
      .contact-form-container {
        padding: 30px 40px 50px; } }
    /* line 118, scss/pages/_contact.scss */
    .contact-form-container #contact-form {
      width: 100%; }
    /* line 122, scss/pages/_contact.scss */
    .contact-form-container .contact-title {
      font-size: 32px;
      text-transform: unset;
      margin-bottom: 20px;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        /* line 122, scss/pages/_contact.scss */
        .contact-form-container .contact-title {
          font-size: 24px; } }

/* line 135, scss/pages/_contact.scss */
.contact-header {
  margin: 0 auto; }

/* line 139, scss/pages/_contact.scss */
.contact-title {
  color: #42495A;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  width: 1000px; }
  @media only screen and (max-width: 992px) {
    /* line 139, scss/pages/_contact.scss */
    .contact-title {
      font-size: 30px; } }
  @media only screen and (max-width: 480px) {
    /* line 139, scss/pages/_contact.scss */
    .contact-title {
      font-size: 26px; } }
  /* line 155, scss/pages/_contact.scss */
  .contact-title--sm {
    color: #42495A;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700; }
    @media only screen and (max-width: 480px) {
      /* line 155, scss/pages/_contact.scss */
      .contact-title--sm {
        font-size: 26px; } }

/* line 167, scss/pages/_contact.scss */
.contact .contact-title {
  margin: 0 auto 50px; }

/* line 171, scss/pages/_contact.scss */
.contact-col {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif; }
  @media only screen and (max-width: 992px) {
    /* line 171, scss/pages/_contact.scss */
    .contact-col {
      margin-bottom: 20px; } }
  /* line 179, scss/pages/_contact.scss */
  .contact-col span {
    font-size: 16px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 992px) {
      /* line 179, scss/pages/_contact.scss */
      .contact-col span {
        margin-bottom: 5px; } }

/* line 189, scss/pages/_contact.scss */
.contact-top {
  width: calc(100% - 160px);
  margin: 0 auto 60px;
  padding: 70px 0;
  background: linear-gradient(0deg, #F8F9FA 69.57%, rgba(239, 239, 239, 0) 94.07%); }
  @media only screen and (max-width: 1200px) {
    /* line 189, scss/pages/_contact.scss */
    .contact-top {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 992px) {
    /* line 189, scss/pages/_contact.scss */
    .contact-top {
      margin: 0 auto 40px; } }
  @media only screen and (max-width: 480px) {
    /* line 189, scss/pages/_contact.scss */
    .contact-top {
      width: 100%;
      margin: 0 auto 40px; } }
  /* line 208, scss/pages/_contact.scss */
  .contact-top-wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto; }
    @media only screen and (max-width: 1200px) {
      /* line 208, scss/pages/_contact.scss */
      .contact-top-wrap {
        width: auto;
        padding: 0 60px; } }
    @media only screen and (max-width: 992px) {
      /* line 208, scss/pages/_contact.scss */
      .contact-top-wrap {
        flex-direction: column; } }
    /* line 223, scss/pages/_contact.scss */
    .contact-top-wrap .contact-title {
      width: 50%; }
      @media only screen and (max-width: 1200px) {
        /* line 223, scss/pages/_contact.scss */
        .contact-top-wrap .contact-title {
          width: auto; } }
      @media only screen and (max-width: 992px) {
        /* line 223, scss/pages/_contact.scss */
        .contact-top-wrap .contact-title {
          margin-bottom: 30px; } }

/* line 237, scss/pages/_contact.scss */
.contact-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 20px auto;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: white;
  padding: 30px 60px; }
  @media only screen and (max-width: 1200px) {
    /* line 237, scss/pages/_contact.scss */
    .contact-block {
      width: auto; } }
  @media only screen and (max-width: 768px) {
    /* line 237, scss/pages/_contact.scss */
    .contact-block {
      flex-direction: column;
      padding: 30px 40px; } }
  /* line 257, scss/pages/_contact.scss */
  .contact-block span {
    color: #42495A;
    font-family: "Inter", sans-serif; }
  /* line 262, scss/pages/_contact.scss */
  .contact-block .contact-col {
    width: 50%; }
    @media only screen and (max-width: 992px) {
      /* line 262, scss/pages/_contact.scss */
      .contact-block .contact-col {
        width: 100%; } }

/* line 271, scss/pages/_contact.scss */
.contact-link {
  color: #D4C17E;
  margin-bottom: 5px; }
  /* line 275, scss/pages/_contact.scss */
  .contact-link img {
    margin-right: 5px; }

/* line 280, scss/pages/_contact.scss */
.contact-map {
  width: 100%;
  height: 370px;
  background: url("../img/contact-map.png") no-repeat center;
  background-size: cover; }
  @media only screen and (max-width: 1200px) {
    /* line 280, scss/pages/_contact.scss */
    .contact-map {
      height: 300px; } }

/* line 291, scss/pages/_contact.scss */
.input-error {
  border-color: red !important; }
