body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none; }

strong {
  font-weight: bold; }

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert; }

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert; }

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert; }

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset; }
::placeholder {
  color: unset; }

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none; }

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space; }

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element; }

@font-face {
  font-family: "DalaMoa-Bold";
  src: url("../fonts/DalaMoa-Bold.eot");
  src: url("../fonts/DalaMoa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DalaMoa-Bold.woff") format("woff"), url("../fonts/DalaMoa-Bold.woff2") format("woff2"), url("../fonts/DalaMoa-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "DalaMoa-Light";
  src: url("../fonts/DalaMoa-Light.eot");
  src: url("../fonts/DalaMoa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DalaMoa-Light.woff") format("woff"), url("../fonts/DalaMoa-Light.woff2") format("woff2"), url("../fonts/DalaMoa-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "DalaMoa-Medium";
  src: url("../fonts/DalaMoa-Medium.eot");
  src: url("../fonts/DalaMoa-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DalaMoa-Medium.woff") format("woff"), url("../fonts/DalaMoa-Medium.woff2") format("woff2"), url("../fonts/DalaMoa-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "DalaMoa-Regular";
  src: url("../fonts/DalaMoa-Regular.eot");
  src: url("../fonts/DalaMoa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DalaMoa-Regular.woff") format("woff"), url("../fonts/DalaMoa-Regular.woff2") format("woff2"), url("../fonts/DalaMoa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OstiaAntica-Book";
  src: url("../fonts/OstiaAntica-Book.eot");
  src: url("../fonts/OstiaAntica-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/OstiaAntica-Book.woff") format("woff"), url("../fonts/OstiaAntica-Book.woff2") format("woff2"), url("../fonts/OstiaAntica-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OstiaAntica-BookItalic";
  src: url("../fonts/OstiaAntica-BookItalic.eot");
  src: url("../fonts/OstiaAntica-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OstiaAntica-BookItalic.woff") format("woff"), url("../fonts/OstiaAntica-BookItalic.woff2") format("woff2"), url("../fonts/OstiaAntica-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OstiaAntica-Italic";
  src: url("../fonts/OstiaAntica-Italic.eot");
  src: url("../fonts/OstiaAntica-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OstiaAntica-Italic.woff") format("woff"), url("../fonts/OstiaAntica-Italic.woff2") format("woff2"), url("../fonts/OstiaAntica-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OstiaAntica-Light";
  src: url("../fonts/OstiaAntica-Light.eot");
  src: url("../fonts/OstiaAntica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OstiaAntica-Light.woff") format("woff"), url("../fonts/OstiaAntica-Light.woff2") format("woff2"), url("../fonts/OstiaAntica-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OstiaAntica-LightItalic";
  src: url("../fonts/OstiaAntica-LightItalic.eot");
  src: url("../fonts/OstiaAntica-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OstiaAntica-LightItalic.woff") format("woff"), url("../fonts/OstiaAntica-LightItalic.woff2") format("woff2"), url("../fonts/OstiaAntica-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OstiaAntica-Regular";
  src: url("../fonts/OstiaAntica-Regular.eot");
  src: url("../fonts/OstiaAntica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OstiaAntica-Regular.woff") format("woff"), url("../fonts/OstiaAntica-Regular.woff2") format("woff2"), url("../fonts/OstiaAntica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html, body {
  font-family: 'OstiaAntica-Light', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px; }

h1, h2, h3, .bold, strong {
  font-family: 'DalaMoa-Light', serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em; }

p {
  font-size: 25px;
  line-height: 1.5em;
  font-family: 'OstiaAntica-Light', sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media (max-width: 1700px) {
    p {
      font-size: 19px; } }
  @media (max-width: 1280px) {
    p {
      font-size: 17px; } }
  @media (max-width: 768px) {
    p {
      font-size: 15px; } }

.home-hero-block {
  position: relative;
  z-index: 1; }
  .home-hero-block .video-wrap {
    width: 100%;
    height: 100vh; }
    .home-hero-block .video-wrap iframe {
      min-height: 100%;
      min-width: 100%;
      aspect-ratio: 1.78;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      border: 0; }
  .home-hero-block .hero-content {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .home-hero-block .hero-content .width-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: auto;
      height: 100%; }
    .home-hero-block .hero-content .heading-font {
      color: #FCF7F2;
      font-size: 150px;
      width: 4em;
      line-height: 0.8em;
      margin: 0 0 0.5em 0; }
      @media (max-width: 1440px) {
        .home-hero-block .hero-content .heading-font {
          font-size: 120px; } }
      @media (max-width: 1280px) {
        .home-hero-block .hero-content .heading-font {
          font-size: 90px; } }
      @media (max-width: 768px) {
        .home-hero-block .hero-content .heading-font {
          font-size: 64px; } }
    .home-hero-block .hero-content .arrow-right-link {
      color: #FCF7F2;
      font-family: 'OstiaAntica-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      letter-spacing: 0.2em;
      display: flex;
      align-items: center;
      cursor: pointer; }
      @media (max-width: 768px) {
        .home-hero-block .hero-content .arrow-right-link {
          font-size: 17px;
          position: absolute;
          bottom: 2em; } }
      .home-hero-block .hero-content .arrow-right-link img {
        margin-left: 20px; }
        @media (max-width: 768px) {
          .home-hero-block .hero-content .arrow-right-link img {
            width: 42px;
            margin-left: 10px; } }

.text-image-two-col-block {
  position: relative;
  background: #FCF7F2;
  color: #486459;
  overflow: hidden;
  z-index: 2;
  padding: 125px; }
  @media (max-width: 1700px) {
    .text-image-two-col-block {
      padding: 90px; } }
  @media (max-width: 1280px) {
    .text-image-two-col-block {
      padding: 60px; } }
  @media (max-width: 768px) {
    .text-image-two-col-block {
      padding: 35px; } }
  .text-image-two-col-block .width-wrap {
    max-width: 1280px; }
  @media (max-width: 768px) {
    .text-image-two-col-block__text {
      order: 1;
      text-align: center; } }
  .text-image-two-col-block__wrap {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 85px; }
    @media (max-width: 1280px) {
      .text-image-two-col-block__wrap {
        gap: 60px; } }
    @media (max-width: 768px) {
      .text-image-two-col-block__wrap {
        grid-template-columns: 1fr; } }
  .text-image-two-col-block__image {
    grid-row: span 2; }
    @media (max-width: 768px) {
      .text-image-two-col-block__image {
        order: 2; } }
  .text-image-two-col-block__title {
    font-size: 100px;
    margin: 0 auto 0.25em; }
    @media (max-width: 1700px) {
      .text-image-two-col-block__title {
        font-size: 90px; } }
    @media (max-width: 1280px) {
      .text-image-two-col-block__title {
        font-size: 80px; } }
    @media (max-width: 768px) {
      .text-image-two-col-block__title {
        font-size: 64px; } }
  .text-image-two-col-block__links {
    align-self: self-end;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .text-image-two-col-block__links {
        order: 3; } }
    .text-image-two-col-block__links li {
      border-bottom: 1px solid #486459; }
      .text-image-two-col-block__links li a {
        display: block;
        font-family: 'OstiaAntica-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0.2em;
        padding: 1.8em 0;
        color: #486459;
        transition: all 0.4s;
        background: url("../images/arrow-right-green.svg") no-repeat right; }
        .text-image-two-col-block__links li a:hover {
          padding-left: 1em; }
        @media (max-width: 1280px) {
          .text-image-two-col-block__links li a {
            font-size: 15px; } }
        @media (max-width: 768px) {
          .text-image-two-col-block__links li a {
            background: none;
            text-align: center; } }
      .text-image-two-col-block__links li:first-child {
        border-top: 1px solid #486459; }

.homes-block {
  position: relative;
  background: #ABB7AD;
  color: #FCF7F2;
  overflow: hidden;
  z-index: 2; }
  .homes-block__title {
    font-size: 130px;
    margin: 0.4em auto 0.5em;
    text-align: center; }
    @media (max-width: 1700px) {
      .homes-block__title {
        font-size: 100px; } }
    @media (max-width: 1280px) {
      .homes-block__title {
        font-size: 80px; } }
    @media (max-width: 768px) {
      .homes-block__title {
        font-size: 64px; } }
  .homes-block__home-wrap {
    border-top: 2px solid #FCF7F2;
    padding: 60px 0;
    display: flex;
    gap: 40px; }
    @media (max-width: 1700px) {
      .homes-block__home-wrap {
        gap: 30px; } }
    @media (max-width: 900px) {
      .homes-block__home-wrap {
        flex-direction: column;
        gap: 20px;
        border: none;
        padding-top: 0; } }
  .homes-block__home-gallery-thumbs {
    flex: 0.8;
    overflow: hidden; }
    @media (max-width: 900px) {
      .homes-block__home-gallery-thumbs {
        order: 2; } }
    .homes-block__home-gallery-thumbs .swiper-wrapper {
      width: 100% !important;
      height: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media (max-width: 1700px) {
        .homes-block__home-gallery-thumbs .swiper-wrapper {
          gap: 15px; } }
      @media (max-width: 900px) {
        .homes-block__home-gallery-thumbs .swiper-wrapper {
          display: flex; } }
      .homes-block__home-gallery-thumbs .swiper-wrapper .swiper-slide {
        aspect-ratio: 1;
        cursor: pointer;
        margin: 0 !important; }
        @media (min-width: 900px) {
          .homes-block__home-gallery-thumbs .swiper-wrapper .swiper-slide {
            width: 100% !important;
            height: auto !important; } }
        .homes-block__home-gallery-thumbs .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          display: block; }
  .homes-block__home-gallery {
    flex: 3;
    overflow: hidden; }
    @media (max-width: 900px) {
      .homes-block__home-gallery {
        order: 1; } }
    .homes-block__home-gallery img {
      display: block;
      width: 100%;
      aspect-ratio: 1;
      -o-object-fit: cover;
         object-fit: cover; }
  .homes-block__home-info {
    flex: 2;
    text-align: right; }
    @media (max-width: 1700px) {
      .homes-block__home-info {
        text-align: left; } }
    @media (max-width: 900px) {
      .homes-block__home-info {
        order: 3;
        text-align: left; } }
    .homes-block__home-info__title {
      font-size: 80px;
      margin-bottom: 0.3em; }
      @media (max-width: 1700px) {
        .homes-block__home-info__title {
          font-size: 60px; } }
      @media (max-width: 1280px) {
        .homes-block__home-info__title {
          font-size: 50px; } }
    .homes-block__home-info__description {
      margin-bottom: 2em;
      margin-left: 2em;
      text-align: left; }
      @media (max-width: 900px) {
        .homes-block__home-info__description {
          margin-left: 0; } }
      .homes-block__home-info__description p {
        font-size: 18px;
        margin-bottom: 1.5em; }
        @media (max-width: 768px) {
          .homes-block__home-info__description p {
            font-size: 15px; } }
      .homes-block__home-info__description ul {
        margin-bottom: 1.5em;
        list-style: disc;
        margin-left: 1.2em; }
        .homes-block__home-info__description ul li {
          font-size: 18px;
          line-height: 1.5em; }
          @media (max-width: 768px) {
            .homes-block__home-info__description ul li {
              font-size: 15px; } }
    .homes-block__home-info__buttons a {
      display: inline-block;
      border: 1px solid #FCF7F2;
      min-width: 10em;
      text-align: center;
      font-size: 25px;
      padding: 0.7em 1em;
      margin-bottom: 0.8em;
      transition: all 0.4s; }
      .homes-block__home-info__buttons a:hover {
        background: #FCF7F2;
        color: #ABB7AD; }
      @media (max-width: 1700px) {
        .homes-block__home-info__buttons a {
          font-size: 19px; } }
      @media (max-width: 1440px) {
        .homes-block__home-info__buttons a {
          font-size: 17px; } }
      @media (max-width: 768px) {
        .homes-block__home-info__buttons a {
          font-size: 15px; } }

.location-block {
  position: relative;
  color: #FCF7F2;
  overflow: hidden;
  z-index: 2; }
  .location-block__title {
    background: #486459;
    padding: 30px 0;
    text-align: center; }
    .location-block__title h2 {
      font-size: 130px; }
      @media (max-width: 1700px) {
        .location-block__title h2 {
          font-size: 100px; } }
      @media (max-width: 1280px) {
        .location-block__title h2 {
          font-size: 80px; } }
      @media (max-width: 768px) {
        .location-block__title h2 {
          font-size: 64px; } }
  .location-block__image {
    position: relative; }
    .location-block__image img {
      display: block; }
  .location-block__description {
    position: absolute;
    right: 80px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    font-size: 26px; }
    @media (max-width: 1280px) {
      .location-block__description {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .location-block__description {
        font-size: 17px;
        position: static;
        background: #486459;
        padding: 2em 0; } }
    .location-block__description li {
      color: #486459;
      background: #FCF7F2;
      line-height: 2em;
      border-radius: 1em;
      padding: 0 1.1em;
      margin: auto;
      min-width: 20em; }

.custom-combobox {
  width: 100%;
  position: relative;
  background-color: #FCF7F2;
  color: #486459;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  border-bottom: 1px solid #486459;
  text-align: left; }
  .custom-combobox .cs-select {
    position: relative; }
  .custom-combobox .cs-dropdown {
    background: inherit;
    position: absolute;
    width: 100%;
    z-index: 999;
    border: 1px solid #486459; }
  .custom-combobox .cs-option, .custom-combobox .cs-selected {
    color: inherit;
    box-sizing: border-box;
    line-height: calc(3em - 1px);
    display: block;
    text-decoration: none;
    outline: none; }
  .custom-combobox .cs-option {
    padding: 0 .5em;
    background: inherit;
    border-bottom: 1px solid #486459;
    transition: all .4s; }
    .custom-combobox .cs-option:last-child {
      border: none; }
    .custom-combobox .cs-option:hover {
      background-color: #ABB7AD;
      color: white; }
  .custom-combobox .cs-selected {
    background: inherit;
    border: none; }
    .custom-combobox .cs-selected[value=""] {
      color: rgba(72, 100, 89, 0.5); }
  .custom-combobox .cs-hilighted {
    background-color: #ABB7AD;
    color: white; }
  .custom-combobox .cs-right {
    position: absolute;
    border-bottom: 2px solid #486459;
    border-right: 2px solid #486459;
    width: 1em;
    height: auto;
    aspect-ratio: 1;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer; }

.custom-combobox {
  font-size: 1.1em; }

.footer {
  color: #486459;
  background: #FCF7F2;
  padding: 110px 0 50px;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    .footer {
      padding: 50px 0 20px; } }
  .footer__wrap {
    display: flex;
    gap: 35px; }
    @media (max-width: 768px) {
      .footer__wrap {
        flex-direction: column;
        gap: 60px; } }
  .footer__social-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 40px; }
    .footer__social-icons .dashicons {
      font-size: 35px;
      display: inline-block;
      width: auto;
      height: auto; }
  .footer__title {
    font-size: 100px;
    margin-bottom: 0.4em; }
    @media (max-width: 1280px) {
      .footer__title {
        font-size: 80px; } }
    @media (max-width: 768px) {
      .footer__title {
        font-size: 64px; } }
  .footer__contact-info {
    line-height: 1.7em;
    margin-left: 0.3em; }
    @media (max-width: 1280px) {
      .footer__contact-info {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .footer__contact-info {
        font-size: 18px; } }
  .footer__info {
    flex: 1; }
    @media (max-width: 768px) {
      .footer__info {
        order: 2; } }
  .footer__form-wrap {
    flex: 2; }
    @media (max-width: 768px) {
      .footer__form-wrap {
        order: 1; } }
    .footer__form-wrap .footer__title {
      margin-bottom: 0.7em; }
    .footer__form-wrap__note {
      font-size: 17px;
      max-width: 23em;
      margin-top: 2em;
      line-height: 1.5em;
      color: #abb7ad; }
      .footer__form-wrap__note a {
        text-decoration: underline; }
    .footer__form-wrap__form form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      row-gap: 80px;
      -moz-column-gap: 90px;
           column-gap: 90px;
      font-size: 21px;
      color: #486459; }
      @media (max-width: 1280px) {
        .footer__form-wrap__form form {
          font-size: 17px; } }
      @media (max-width: 1080px) {
        .footer__form-wrap__form form {
          gap: 40px;
          grid-template-columns: 1fr; } }
      @media (max-width: 768px) {
        .footer__form-wrap__form form {
          font-size: 14px;
          gap: 20px; } }
      .footer__form-wrap__form form .wpcf7-form-control-wrap {
        display: block;
        width: 100%; }
        .footer__form-wrap__form form .wpcf7-form-control-wrap .wpcf7-radio {
          display: flex;
          align-items: center;
          gap: 80px;
          margin-top: 1em; }
          @media (max-width: 768px) {
            .footer__form-wrap__form form .wpcf7-form-control-wrap .wpcf7-radio {
              font-size: 18px; } }
          .footer__form-wrap__form form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
            margin: 0;
            display: flex;
            align-items: center; }
            .footer__form-wrap__form form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"] {
              width: 1em;
              aspect-ratio: 1;
              border: 1px solid #486459;
              margin-right: 1em;
              cursor: pointer; }
              .footer__form-wrap__form form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked {
                background: url("../images/checkbox-mark.svg") no-repeat center;
                background-size: contain; }
      .footer__form-wrap__form form input[type="text"],
      .footer__form-wrap__form form input[type="email"] {
        line-height: 3em;
        border-bottom: 1px solid #486459;
        width: 100%; }
        .footer__form-wrap__form form input[type="text"]::-moz-placeholder, .footer__form-wrap__form form input[type="email"]::-moz-placeholder {
          color: #ABB7AD;
          font-size: 1.1em; }
        .footer__form-wrap__form form input[type="text"]::placeholder,
        .footer__form-wrap__form form input[type="email"]::placeholder {
          color: #ABB7AD;
          font-size: 1.1em; }
      .footer__form-wrap__form form input[type="submit"] {
        background: #486459;
        color: #FCF7F2;
        padding: 1.1em 2.5em;
        cursor: pointer;
        transition: all 0.4s; }
        .footer__form-wrap__form form input[type="submit"]:hover {
          background: #ABB7AD;
          color: #486459; }
  .footer__menu {
    display: flex;
    justify-content: right;
    gap: 30px;
    align-items: center;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .footer__menu {
        justify-content: space-between; } }
    .footer__menu a {
      border-bottom: 1px solid transparent;
      transition: all 0.4s; }
      .footer__menu a:hover {
        border-color: #486459; }
  .footer .wpcf7-response-output {
    border: none !important;
    padding: 1em !important;
    margin: 1em 0 !important;
    font-size: 20px;
    background: #ABB7AD;
    color: #FCF7F2;
    grid-column: span 2; }
    @media (max-width: 768px) {
      .footer .wpcf7-response-output {
        font-size: 16px;
        grid-column: span 1; } }
  .footer .wpcf7-not-valid-tip {
    font-size: 0.8em;
    position: absolute;
    bottom: -1.4em;
    left: 0; }

.fadein-wrap {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all, 1.5s; }
  .fadein-wrap.in-view {
    top: 0;
    opacity: 1; }

.width-wrap {
  max-width: 1620px;
  width: 100%;
  margin: auto; }
  @media (max-width: 1700px) {
    .width-wrap {
      max-width: 1200px; } }
  @media (max-width: 1280px) {
    .width-wrap {
      max-width: 90%; } }

.header {
  top: 0;
  padding-top: 45px;
  width: 100%;
  position: fixed;
  z-index: 5;
  transition: all 0.5s; }
  .header__logo-wrap {
    display: flex;
    justify-content: center;
    z-index: 6;
    position: relative; }
    .header__logo-wrap .logo {
      width: 256px; }
      @media (max-width: 768px) {
        .header__logo-wrap .logo {
          width: 220px; } }
  .header__navigation {
    position: absolute;
    top: 50px;
    right: 70px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center; }
    @media (max-width: 768px) {
      .header__navigation {
        right: 5%; } }
    .header__navigation .inquire-btn {
      font-size: 18px;
      color: #FCF7F2;
      text-transform: uppercase;
      font-family: 'OstiaAntica-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.1em;
      z-index: 6;
      position: relative;
      transition: all 0.5s; }
      @media (max-width: 768px) {
        .header__navigation .inquire-btn {
          display: none; } }
    .header__navigation .burger {
      width: 41px;
      height: 22px;
      cursor: pointer;
      z-index: 6;
      position: relative;
      transition: all, 0.5s; }
      .header__navigation .burger.scrolled {
        top: 11px; }
        .header__navigation .burger.scrolled span {
          background-color: #FCF7F2; }
      .header__navigation .burger span {
        position: absolute;
        left: 0;
        height: 2px;
        background-color: #FCF7F2;
        display: block;
        transition: all, 0.3s; }
      .header__navigation .burger span:nth-of-type(1) {
        width: 41px;
        top: 10px; }
      .header__navigation .burger span:nth-of-type(2) {
        width: 41px; }
      .header__navigation .burger span:nth-of-type(3) {
        width: 41px;
        bottom: 0px; }
  .header .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all, 0.5s;
    background: #486459; }
    .header .menu-wrap .content-wrap {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 110px 45px 30px;
      box-sizing: border-box;
      z-index: 2; }
      .header .menu-wrap .content-wrap .menu {
        text-align: center; }
        .header .menu-wrap .content-wrap .menu li a {
          font-size: 5.5vh;
          font-family: 'OstiaAntica-Regular', sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.1em;
          text-transform: uppercase;
          color: #FCF7F2;
          transition: all, 0.5s;
          display: inline-block;
          margin-bottom: 0.6em; }
          @media (max-width: 480px) {
            .header .menu-wrap .content-wrap .menu li a {
              font-size: 4vh; } }
          .header .menu-wrap .content-wrap .menu li a:hover {
            opacity: 0.6; }
  .header.scroll {
    background: #486459;
    padding: 20px; }
    @media (max-width: 768px) {
      .header.scroll .header__logo-wrap {
        justify-content: left; } }
    .header.scroll .logo {
      width: 100px; }
    .header.scroll .header__navigation {
      top: 40px; }
    .header.scroll .inquire-btn {
      font-size: 16px; }

body.menu-visible .header {
  background: #486459;
  padding: 20px; }
  @media (max-width: 768px) {
    body.menu-visible .header__logo-wrap {
      justify-content: left; } }
  body.menu-visible .header .logo {
    width: 100px; }
  body.menu-visible .header__navigation {
    top: 40px; }
  body.menu-visible .header .inquire-btn {
    font-size: 16px; }

body.menu-visible .menu-wrap {
  opacity: 1;
  visibility: inherit; }

body.menu-visible .burger span {
  background-color: #FCF7F2; }

body.menu-visible .burger span:nth-of-type(1) {
  transform: translateY(0) rotate(-45deg) !important;
  width: 25px; }

body.menu-visible .burger span:nth-of-type(2) {
  opacity: 0; }

body.menu-visible .burger span:nth-of-type(3) {
  width: 25px;
  transform: translateY(-10px) rotate(45deg) !important; }
