@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Rozha+One");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Custom Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
/*
* General styles
*/
* {
  box-sizing: border-box;
}

.ease, .btn a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html.hide-scroll, body.hide-scroll {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "freight-text-pro", sans-serif;
  color: #212322;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}

/* Container */
.container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* H-tags */
h1, .h1 {
  font-size: 51px;
  line-height: 50px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 76px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 126px;
    line-height: 120px;
    font-family: "contralto-big", sans-serif;
  }
}
h1.h1-mob-small, .h1.h1-mob-small {
  font-size: 44px;
}
@media only screen and (min-width: 768px) {
  h1.h1-mob-small, .h1.h1-mob-small {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  h1.h1-mob-small, .h1.h1-mob-small {
    font-size: 126px;
  }
}

h2, .h2 {
  font-size: 44px;
  line-height: 50px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 78px;
    line-height: 100px;
    font-family: "contralto-big", sans-serif;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 42px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 44px;
    line-height: 60px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 34px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 34px;
    line-height: 46px;
  }
}

h5, .h5 {
  font-size: 23px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  font-weight: 300;
}

h6, .h6 {
  font-size: 21px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  font-weight: 300;
}
h6.title-with-letter-spacing, .h6.title-with-letter-spacing {
  font-size: 18px;
  letter-spacing: 10.8px;
}
@media only screen and (min-width: 1024px) {
  h6.title-with-letter-spacing, .h6.title-with-letter-spacing {
    font-size: 21px;
    letter-spacing: 12.6px;
  }
}

/* Class for text-transform to Uppercase */
.uppercase {
  text-transform: uppercase;
}

.link-animated-arrow {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  column-gap: 20px;
  color: #212322;
  font-size: 34px;
  line-height: 46px;
  font-weight: 300;
  font-family: "contralto-small", sans-serif;
}
.link-animated-arrow.large {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
  font-size: 44px;
  line-height: 50px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .link-animated-arrow.large {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .link-animated-arrow.large {
    font-family: "contralto-big", sans-serif;
    font-size: 78px;
    line-height: 100px;
  }
}
.link-animated-arrow.large .link-arrow {
  width: 58px;
  height: 58px;
}
.link-animated-arrow.large:hover .link-arrow svg path, .link-animated-arrow.large:hover .link-arrow svg line {
  stroke-width: 0.5;
}
.link-animated-arrow.white {
  color: #fff;
}
.link-animated-arrow.white .link-arrow {
  background: transparent;
  border: 1px solid #fff;
}
.link-animated-arrow.white .link-arrow svg {
  width: 25px;
  height: 25px;
}
.link-animated-arrow.white:hover .link-arrow {
  border: 1px solid #212322;
}
.link-animated-arrow.light-green .link-arrow {
  background: #9ABE3A;
  border: 1px solid #9ABE3A;
}
.link-animated-arrow.light-green .link-arrow svg path, .link-animated-arrow.light-green .link-arrow svg line {
  stroke: #212322;
}
.link-animated-arrow.light-green:hover .link-arrow {
  background: #4D6543;
}
.link-animated-arrow.light-green:hover .link-arrow svg path, .link-animated-arrow.light-green:hover .link-arrow svg line {
  stroke: #9ABE3A;
}
.link-animated-arrow .link-arrow {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #212322;
  border: 1px solid #212322;
  border-radius: 100%;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.link-animated-arrow .link-arrow svg {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 15px;
  height: 15px;
  transition: all .3s ease-in-out;
}
.link-animated-arrow .link-arrow svg path, .link-animated-arrow .link-arrow svg line {
  transition: stroke .3s ease-in-out;
}
.link-animated-arrow:hover .link-arrow {
  background: #fff;
}
.link-animated-arrow:hover .link-arrow svg {
  transform: translate(0, -50%) scale(2.1);
}
.link-animated-arrow:hover .link-arrow svg path, .link-animated-arrow:hover .link-arrow svg line {
  stroke: #212322;
  stroke-width: 0.7;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #0070CD;
}
.btn.btn-primary a {
  color: #fff;
}

/* Patterns Animation */
.svg-animated {
  animation: strokeOffset var(--animation-time) linear forwards;
}

@keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}
.ui-selectmenu-button.ui-button {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border-radius: 0;
  border-bottom: 1px solid #4D6543;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .ui-selectmenu-button.ui-button {
    max-width: 210px;
  }
}
.ui-selectmenu-button.ui-button[aria-expanded="true"] .ui-selectmenu-icon.ui-icon {
  transform: rotate(180deg) translateY(50%);
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  background-image: url("../images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 7px;
  transition: transform .3s ease-in-out;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  color: #4D6543;
  margin-right: 18px;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content {
  overflow: hidden auto;
  max-height: 400px;
  background-color: #fff;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item {
  flex: 0 1 100%;
  border: none;
  background-color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #4D6543;
  font-family: "freight-text-pro", sans-serif;
  cursor: pointer;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-of-type {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-of-type .ui-menu-item-wrapper {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-of-type .ui-menu-item-wrapper.ui-state-active {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  color: #4D6543;
  background: rgba(164, 200, 225, 0.2);
}

.ui-selectmenu-open {
  display: block;
}

.incentive-bar {
  background: #fff;
  overflow: hidden;
  z-index: 99;
  transition: height .3s ease-in-out;
}
.incentive-bar.animation {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}
.incentive-bar.fixed {
  position: fixed;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.incentive-bar__title-box {
  text-align: center;
  padding: 10px 0 14px;
  cursor: pointer;
}
.incentive-bar__title {
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
  font-size: 28px;
  display: inline;
  position: relative;
}
.incentive-bar__title:before, .incentive-bar__title:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 55px;
  height: 2px;
  background: #9F6D47;
  transition: width .3s ease-in-out;
}
.incentive-bar__title:before {
  right: calc(100% + 20px);
}
.incentive-bar__title:after {
  left: calc(100% + 20px);
}
.incentive-bar__title.active:before, .incentive-bar__title.active:after {
  width: 50vw;
}
.incentive-bar__content {
  padding: 48px 0 24px;
  font-family: "freight-text-pro", sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.incentive-bar__content h1, .incentive-bar__content .h1, .incentive-bar__content h2, .incentive-bar__content .h2, .incentive-bar__content h3, .incentive-bar__content .h3, .incentive-bar__content h4, .incentive-bar__content .h5, .incentive-bar__content h6, .incentive-bar__content .h6 {
  padding-bottom: 22px;
}
@media only screen and (min-width: 1024px) {
  .incentive-bar__content {
    font-size: 15px;
    line-height: 24px;
  }
}
.incentive-bar__content a {
  color: inherit;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .incentive-bar__content a:hover {
    color: #9F6D47;
  }
}
.incentive-bar__btn-box {
  text-align: center;
}
.incentive-bar__close-btn {
  display: inline-block;
  margin-top: 52px;
  font-family: "mundial", sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .incentive-bar__close-btn:hover {
    cursor: pointer;
    color: #9F6D47;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
  padding: 10px 0;
}
.header.home-page .logo {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.header.animation {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.header.fixed {
  position: fixed;
  background: #212322;
  visibility: visible;
  opacity: 1;
}
.header.fixed .logo {
  visibility: visible;
  opacity: 1;
}
.header.with-incentive-bar {
  transition: top .3s ease-in-out;
}
.header.dark {
  background: #212322;
}
.header.green {
  background: #4D6543;
}
.header.blue {
  background: #A4C8E1;
}
.header.blue .logo svg path {
  fill: #212322;
}
.header.blue .header-content .priority-navigation ul li a {
  color: #212322;
}
.header.blue #nav-trigger:not(.active) {
  border: 1px solid #212322;
}
.header.blue #nav-trigger:not(.active) .trigger-wrap span {
  background-color: #212322;
}
.header.blue #nav-trigger:not(.active):hover {
  background: #212322;
}
.header.blue #nav-trigger:not(.active):hover .trigger-wrap span {
  background-color: #fff;
}
.header.hover-brown .logo:hover svg path {
  fill: #9F6D47;
}
.header.hover-brown .priority-navigation ul li a:hover {
  color: #9F6D47;
}
.header.hover-green .logo:hover svg path {
  fill: #4D6543;
}
.header.hover-green .priority-navigation ul li a:hover {
  color: #4D6543;
}
.header.hover-light-green .logo:hover svg path {
  fill: #9ABE3A;
}
.header.hover-light-green .priority-navigation ul li a:hover {
  color: #9ABE3A;
}
.header.hover-light-blue .logo:hover svg path {
  fill: #A4C8E1;
}
.header.hover-light-blue .priority-navigation ul li a:hover {
  color: #A4C8E1;
}
.header .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .header .container {
    padding: 0 25px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.header__wrapper .logo {
  position: relative;
  max-width: 120px;
  max-height: 30px;
}
.header__wrapper .logo svg path {
  transition: fill .2s ease-in-out;
}
.header__wrapper .logo__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__wrapper .logo.green:hover svg path {
  fill: #4D6543;
}
.header__wrapper .logo.light-blue:hover svg path {
  fill: #A4C8E1;
}
.header .header-content {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .header .header-content {
    column-gap: 45px;
  }
}
.header .priority-navigation {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .priority-navigation {
    display: block;
  }
}
.header .priority-navigation ul li a {
  color: #fff;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
}
.header .priority-navigation ul li a:hover {
  color: #9F6D47;
}

#nav-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 100%;
}
#nav-trigger #nav-trigger-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  #nav-trigger #nav-trigger-text {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(calc(-100% - 12px));
    font-size: 11.5px;
    letter-spacing: 3.45px;
    line-height: 1;
    color: #9ABE3A;
    font-weight: 600;
    font-family: "mundial", sans-serif;
    text-transform: uppercase;
  }
}
#nav-trigger .trigger-wrap {
  position: relative;
  width: 42px;
  height: 14px;
}
#nav-trigger .trigger-wrap span {
  background-color: #fff;
  margin: 0 auto;
  display: block;
  top: 6.5px;
  height: 1px;
  position: absolute;
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav-trigger .trigger-wrap span:first-child {
  top: 0px;
}
#nav-trigger .trigger-wrap span:last-child {
  top: 13px;
}
#nav-trigger.active {
  z-index: 10;
  border: 1px solid #9ABE3A;
}
#nav-trigger.active .trigger-wrap span {
  background-color: #9ABE3A;
}
#nav-trigger.active .trigger-wrap span:first-child, #nav-trigger.active .trigger-wrap span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 7px;
}
#nav-trigger.active .trigger-wrap span:nth-child(2) {
  opacity: 0;
  top: 12px;
}
#nav-trigger.active .trigger-wrap span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#nav-trigger.active:hover {
  background: #212322;
}
#nav-trigger.active:hover .trigger-wrap span {
  background-color: #9ABE3A;
}
#nav-trigger:hover {
  background: #fff;
}
#nav-trigger:hover .trigger-wrap {
  position: relative;
  width: 42px;
  height: 14px;
}
#nav-trigger:hover .trigger-wrap span {
  background-color: #212322;
}
@media only screen and (min-width: 1024px) {
  #nav-trigger:hover .trigger-wrap span {
    width: 40px;
  }
}

#navigation-container {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column-reverse;
  background-color: #fff;
  width: 100%;
  right: -100%;
  height: 100vh;
  z-index: 7;
  overflow: scroll;
  transition: all .45s ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #navigation-container {
    max-height: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation-container {
    flex-direction: row;
  }
}
#navigation-container.active {
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#navigation-container .decoration-block {
  position: relative;
  display: block;
  background: #212322;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 580px) {
  #navigation-container .decoration-block {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation-container .decoration-block {
    width: 50%;
    height: 100%;
  }
}
#navigation-container .decoration-block svg {
  position: absolute;
  left: 50%;
  top: -375px;
  transform: translateX(-50%);
  width: 100%;
  height: 900px;
}
@media only screen and (min-width: 580px) {
  #navigation-container .decoration-block svg {
    top: -445px;
    height: 1100px;
  }
}
@media only screen and (min-width: 768px) {
  #navigation-container .decoration-block svg {
    top: -640px;
    height: 1400px;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation-container .decoration-block svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    min-width: 900px;
    height: auto;
  }
}
#navigation-container .inner-container {
  width: 100%;
  height: calc(100% - 150px);
  padding: 70px 50px 90px;
  overflow-y: auto;
}
@media only screen and (min-width: 580px) {
  #navigation-container .inner-container {
    height: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1024px) {
  #navigation-container .inner-container {
    display: flex;
    align-items: center;
    padding: 0 0 0 calc((100% - 1144px) / 2);
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #navigation-container .inner-container .inner-navigation {
    padding: 0 0 0 25px;
  }
}
#navigation-container .inner-container .inner-navigation li {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  #navigation-container .inner-container .inner-navigation li {
    margin: 0 0 50px;
  }
}
#navigation-container .inner-container .inner-navigation li a {
  position: relative;
  padding: 0 0 10px;
  color: #4D6543;
  font-size: 18px;
  letter-spacing: 10.8px;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
}
#navigation-container .inner-container .inner-navigation li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  background: #9ABE3A;
  transition: opacity .5s ease-in-out, width .4s ease-in-out;
}
#navigation-container .inner-container .inner-navigation li a:hover:before {
  width: calc(100% - 5px);
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  #navigation-container .inner-container .inner-navigation li a:hover:before {
    width: calc(100% - 10px);
  }
}
#navigation-container .inner-container nav.navigation {
  width: 100%;
}
#navigation-container .inner-container nav.navigation .menu-main-menu {
  font-family: "contralto-big", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li {
  display: block;
  line-height: 1.1;
  border-bottom: 1px solid #111;
  border-top: 1px solid #313131;
}
@media only screen and (min-width: 768px) {
  #navigation-container .inner-container nav.navigation .menu-main-menu li {
    width: auto;
    padding: 0 0 30px;
  }
}
#navigation-container .inner-container nav.navigation .menu-main-menu li:hover > a {
  color: #95d0f2;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 5%;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children a.chevron-up::after {
  content: "\f077";
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children ul li a::after {
  content: "";
}

.footer {
  background: #212322;
  padding: 50px 0 30px;
  margin: auto 0 0;
}
.footer__logo {
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    width: 110px;
    height: 110px;
  }
}
.footer .footer-info {
  border-bottom: 1px solid #fff;
  padding: 0 0 35px;
  margin: 0 0 35px;
}
.footer .footer-info .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-info .container {
    padding: 0 25px;
  }
}
.footer .footer-info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-info__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer .footer-info__right {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer .footer-info__right {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-info__right {
    max-width: 610px;
    padding: 0 15px;
  }
}
.footer .footer-info__right-title {
  width: 100%;
  color: #fff;
  margin: 0 0 20px;
  transition: color .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .footer .footer-info__right-title {
    width: 60%;
    margin: 0 0 50px;
  }
}
.footer .footer-info__right-title:hover {
  color: #A4C8E1;
}
.footer .footer-info__right-socials {
  width: 100%;
  display: flex;
  column-gap: 20px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-info__right-socials {
    width: 40%;
    margin: 0;
  }
}
.footer .footer-info__right-icon {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 100%;
  background: #4D6543;
  border: 1px solid transparent;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.footer .footer-info__right-icon a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.footer .footer-info__right-icon:hover {
  background: transparent;
  border-color: #fff;
}
.footer .footer-info__right-connect {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer .footer-info__right-connect {
    width: 60%;
  }
}
.footer .footer-info__right-connect .phone a {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  transition: color .3s ease-in-out;
}
.footer .footer-info__right-connect .phone a:hover {
  color: #A4C8E1;
}
.footer .footer-info__right-copyright {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
}
.footer .footer-info__right-links {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer .footer-info__right-links {
    width: 40%;
  }
}
.footer .footer-info__right-privacy {
  width: 100%;
}
.footer .footer-info__right-privacy a {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  transition: color .3s ease-in-out;
}
.footer .footer-info__right-privacy a:hover {
  color: #A4C8E1;
}
.footer .footer-connect__title {
  color: #fff;
  margin: 0 0 50px;
}
.footer .footer-connect .phone a {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  transition: color .3s ease-in-out;
}
.footer .footer-connect .phone a:hover {
  color: #A4C8E1;
}
.footer .footer-connect__copyright {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
}
.footer .footer-socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.footer .footer-socials__icons {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.footer .footer-socials__icon {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 100%;
  background: #4D6543;
  transition: background-color .3s ease-in-out;
}
.footer .footer-socials__icon a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.footer .footer-socials__icon:hover {
  background: #A4C8E1;
}
.footer .footer-socials__privacy a {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  transition: color .3s ease-in-out;
}
.footer .footer-socials__privacy a:hover {
  color: #A4C8E1;
}
.footer .footer-bottom .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-bottom .container {
    padding: 0 25px;
  }
}
.footer .footer-bottom__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 45px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-bottom__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer .footer-bottom__left {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-bottom__left {
    width: auto;
  }
}
.footer .footer-bottom__external-link-box {
  display: flex;
  align-items: flex-end;
  width: fit-content;
}
.footer .footer-bottom__external-link {
  color: #fff;
  transition: color .3s ease-in-out;
}
.footer .footer-bottom__external-link:hover {
  color: #A4C8E1;
}
.footer .footer-bottom__right {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom__right {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-bottom__right {
    max-width: 610px;
    padding: 0 15px;
  }
}
.footer .footer-bottom__sales-company {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-bottom__sales-company {
    width: 60%;
  }
}
.footer .footer-bottom__sales-company svg {
  max-width: 285px;
  max-height: 40px;
}
.footer .footer-bottom__sales-company svg path {
  transition: fill .3s ease-in-out;
}
.footer .footer-bottom__sales-company a:hover svg path {
  fill: #A4C8E1;
}
.footer .footer-bottom__ada-logo {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-bottom__ada-logo {
    display: flex;
    align-items: flex-end;
    width: 40%;
  }
}
.footer .footer-bottom__ada-logo svg {
  max-width: 50px;
  max-height: 20px;
}

#home {
  overflow: hidden;
  /* Hero Section */
  /* Content After Hero Section */
  /* Image Content Link */
}
#home .home-hero {
  position: relative;
  padding: 80px 0 0;
  background: #212322;
}
@media only screen and (min-width: 768px) {
  #home .home-hero {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  #home .home-hero {
    padding: 115px 0 0;
  }
}
#home .home-hero .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero .container {
    padding: 0 25px;
  }
}
#home .home-hero__wrapper {
  position: relative;
  z-index: 15;
}
#home .home-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 175px;
  margin: 0 auto 50px;
  text-align: center;
  background: #212322;
}
@media only screen and (min-width: 768px) {
  #home .home-hero__logo {
    width: 115px;
    height: 205px;
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero__logo {
    width: 155px;
    height: 175px;
    margin: 0 auto 30px;
  }
}
#home .home-hero__logo svg {
  width: 105px;
  height: 145px;
}
@media only screen and (min-width: 768px) {
  #home .home-hero__logo svg {
    width: 105px;
    height: 145px;
  }
}
#home .home-hero__video-box video {
  width: 100%;
  height: 100%;
}
#home .home-hero__image-box img {
  max-width: 1317px;
  max-height: 740px;
  min-height: 375px;
}
#home .home-hero__pattern {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero__pattern {
    position: absolute;
    display: block;
    left: 50%;
    top: -115px;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  #home .home-hero__pattern svg {
    position: absolute;
    left: -50%;
    width: 200%;
    height: 85%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  #home .home-hero__pattern svg {
    height: 100%;
  }
}

@media only screen and (min-width: 1680px) {
  #home .home-hero__pattern {
    top: -115px;
  }
}
#home .home-hero__pattern_mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero__pattern_mobile {
    display: none;
  }
}
#home .home-hero__pattern_mobile svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 110%;
  height: auto;
}
#home .home-hero-content {
  position: relative;
  padding: 145px 0 80px;
  margin: -40px 0 30px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content {
    padding: 180px 0 100px;
    margin: -140px 0 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content {
    padding: 380px 0 120px;
    margin: -240px 0 120px;
  }
}
#home .home-hero-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background: #FAF4E8;
}
#home .home-hero-content:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 45%;
  transform: translateX(-50%);
  width: 170%;
  height: 70%;
  background: #FAF4E8;
  border-radius: 100%;
}
@media only screen and (min-width: 580px) {
  #home .home-hero-content:after {
    bottom: 40%;
  }
}
@media only screen and (min-width: 768px) {
  #home .home-hero-content:after {
    width: 140%;
    height: 110%;
  }
}
@media only screen and (min-width: 940px) {
  #home .home-hero-content:after {
    width: 140%;
    height: 190%;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content:after {
    bottom: 0;
    width: 120%;
    height: 150%;
  }
}
@media only screen and (min-width: 1440px) {
  #home .home-hero-content:after {
    height: 180%;
  }
}
@media only screen and (min-width: 1680px) {
  #home .home-hero-content:after {
    height: 235%;
  }
}
@media only screen and (min-width: 1920px) {
  #home .home-hero-content:after {
    height: 300%;
  }
}
#home .home-hero-content__wrapper {
  position: relative;
  z-index: 10;
}
#home .home-hero-content__wrapper.item-animated:before {
  height: 60px;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content__wrapper.item-animated:before {
    height: 110px;
  }
}
#home .home-hero-content__wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -115px;
  height: 0;
  width: 2px;
  background: #9F6D47;
  transition: height .5s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content__wrapper:before {
    top: -150px;
  }
}
#home .home-hero-content__before-title {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2.7px;
  line-height: 30px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-content__before-title {
    margin: 0 0 25px;
  }
}
#home .home-hero-content__title {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content__title {
    margin: 0 0 55px;
  }
}
#home .home-hero-content__icon-box {
  margin: 0 0 140px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-content__icon-box {
    margin: 0 0 60px;
  }
}
#home .home-hero-content__icon-box svg {
  width: 68px;
  height: 68px;
}
#home .home-hero-content__copy-box {
  max-width: 750px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-content__copy-box {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-content__copy-box {
    font-size: 26px;
  }
}
#home .image-content-link.home-first {
  margin: 0;
  padding: 0 0 100px;
}
#home .image-content-link.home-first:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(55% - 1px);
  width: 100%;
  height: 65%;
  background: #FAF4E8;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #home .image-content-link.home-first:before {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-first:before {
    display: none;
  }
}
#home .image-content-link.home-first:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #FAF4E8;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-first:after {
    display: none;
  }
}
#home .image-content-link.home-first .image-content-link__link-box {
  margin: 0;
}
#home .image-content-link.home-first .image-content-link__bottom-pattern {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #home .image-content-link.home-first .image-content-link__bottom-pattern {
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-first .image-content-link__bottom-pattern {
    height: 250px;
  }
}
#home .image-content-link.home-first .image-content-link__bottom-pattern svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  object-fit: cover;
}
#home .image-content-link.home-first .image-content-link__bottom-pattern svg line, #home .image-content-link.home-first .image-content-link__bottom-pattern svg path {
  stroke-width: 5px;
}
@media only screen and (min-width: 768px) {
  #home .image-content-link.home-first .image-content-link__bottom-pattern svg line, #home .image-content-link.home-first .image-content-link__bottom-pattern svg path {
    stroke-width: 2px;
  }
}
#home .image-content-link.home-first .image-content-link__right-pattern {
  display: none;
}
@media only screen and (min-width: 768px) {
  #home .image-content-link.home-first .image-content-link__right-pattern {
    position: absolute;
    display: block;
    top: -150px;
    right: -25px;
    width: 210px;
    height: 100%;
    max-height: 1155px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-first .image-content-link__right-pattern {
    width: 290px;
  }
}
#home .image-content-link.home-second {
  padding: 110px 0 0;
  margin: 0 0 360px;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-second {
    margin: 0 0 260px;
  }
  #home .image-content-link.home-second:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 55%;
    width: 100%;
    height: 1400px;
    background: #FAF4E8;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
  }
  #home .image-content-link.home-second:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 40%;
    height: 15%;
    width: 100%;
    background: #FAF4E8;
    z-index: -1;
  }
}
#home .image-content-link.home-second .image-content-link__title {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-second .image-content-link__title {
    color: #212322;
  }
}
#home .image-content-link.home-second .image-content-link__copy-box {
  color: #fff;
}
#home .image-content-link.home-second .image-content-link__link {
  color: #fff;
}
#home .image-content-link.home-second .image-content-link__link span {
  background: #fff;
  border-color: #fff;
}
#home .image-content-link.home-second .image-content-link__link span svg path, #home .image-content-link.home-second .image-content-link__link span svg line {
  stroke: #212322;
}
#home .image-content-link.home-second .image-content-link__link:hover span {
  background: #212322;
}
#home .image-content-link.home-second .image-content-link__link:hover span svg path, #home .image-content-link.home-second .image-content-link__link:hover span svg line {
  stroke: #fff;
}
#home .image-content-link.home-second .image-content-link__background-bottom-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-second .image-content-link__background-bottom-pattern {
    top: 60%;
    height: 1400px;
  }
}
#home .image-content-link.home-second .image-content-link__background-bottom-pattern:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212322;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-second .image-content-link__background-bottom-pattern:before {
    height: 50%;
  }
}
#home .image-content-link.home-second .image-content-link__background-bottom-pattern:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 390px;
  background: #212322;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-second .image-content-link__background-bottom-pattern:after {
    top: calc(50% - 1px);
    height: 75%;
  }
}
@media only screen and (min-width: 1366px) {
  #home .image-content-link.home-second .image-content-link__background-bottom-pattern:after {
    top: calc(50% - 1px);
    height: 100%;
  }
}
#home .image-content-link.home-third {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  #home .image-content-link.home-third {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-third {
    margin: 0 0 165px;
  }
}
#home .image-content-link.home-third .image-content-link__title {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-third .image-content-link__title {
    text-align: right;
    color: #fff;
  }
}
#home .image-content-link.home-third .image-content-link__left-pattern {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-third .image-content-link__left-pattern {
    position: absolute;
    display: block;
    left: 0;
    top: -230px;
    width: 100%;
    max-width: 350px;
    height: 750px;
    z-index: 10;
  }
}
#home .image-content-link.home-third .image-content-link__mobile-pattern {
  position: absolute;
  left: -25px;
  top: -270px;
  width: calc(100% + 25px);
  height: auto;
}
@media only screen and (min-width: 480px) {
  #home .image-content-link.home-third .image-content-link__mobile-pattern svg path, #home .image-content-link.home-third .image-content-link__mobile-pattern svg line {
    stroke-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  #home .image-content-link.home-third .image-content-link__mobile-pattern {
    top: -350px;
    left: -50px;
    width: calc(100% + 50px);
  }
}
@media only screen and (min-width: 1024px) {
  #home .image-content-link.home-third .image-content-link__mobile-pattern {
    display: none;
  }
}

#residences {
  overflow: hidden;
  /* Residences Hero Section */
  /* Image & Content ( Singe Image ) */
  /* Residences Description */
  /* Banner Section */
}
#residences .residences-hero {
  position: relative;
  padding: 70px 0 0;
  margin: 0 0 195px;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-hero {
    margin: 0 0 125px;
    padding: 80px 0 0;
  }
}
#residences .residences-hero .container {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-hero .container {
    padding: 0 25px;
  }
}
#residences .residences-hero__dark-path {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #residences .residences-hero__dark-path {
    padding: 0 310px 0 0;
    overflow: hidden;
  }
  #residences .residences-hero__dark-path:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 310px;
    height: 400px;
    background: #212322;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
  }
}
@media only screen and (min-width: 1440px) {
  #residences .residences-hero__dark-path {
    width: 100%;
    padding: 0 400px 0 0;
  }
}
#residences .residences-hero__dark-path:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212322;
}
@media only screen and (min-width: 768px) {
  #residences .residences-hero__dark-path:after {
    width: calc(100% - 310px);
  }
}
#residences .residences-hero:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -185px;
  width: 312px;
  height: 312px;
  background: #212322;
  clip-path: polygon(0 100%, 0 0, 100% 0);
}
@media only screen and (min-width: 768px) {
  #residences .residences-hero:after {
    bottom: calc(-30vw + 10px);
    width: 30vw;
    height: 30vw;
  }
}
@media only screen and (min-width: 1024px) {
  #residences .residences-hero:after {
    bottom: calc(-25vw + 10px);
    width: 25vw;
    height: 25vw;
  }
}
#residences .residences-hero__wrapper {
  position: relative;
  text-align: center;
  z-index: 10;
}
#residences .residences-hero__logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-hero__logo {
    width: 110px;
    height: 110px;
    margin: 0 auto 40px;
  }
}
#residences .residences-hero__logo svg path {
  fill: #9F6D47;
}
#residences .residences-hero__title {
  margin: 0 0 22px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-hero__title {
    margin: 0 0 50px;
  }
}
#residences .residences-hero__image {
  display: flex;
  width: 100%;
}
#residences .residences-hero__image img {
  min-height: 375px;
}
#residences .residences-hero__pattern {
  display: none;
}
@media only screen and (min-width: 768px) {
  #residences .residences-hero__pattern {
    position: absolute;
    display: block;
    right: -35px;
    top: -35px;
    width: 325px;
    height: 470px;
    z-index: 5;
    transform: rotate(-7deg);
  }
}
@media only screen and (min-width: 1440px) {
  #residences .residences-hero__pattern {
    top: -95px;
    right: -75px;
  }
}
#residences .image-with-content {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #residences .image-with-content.first:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -150px;
    width: 600px;
    height: 600px;
    background: #FAF4E8;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
  }
}
@media only screen and (min-width: 1920px) {
  #residences .image-with-content.first:before {
    width: 1500px;
    height: 800px;
  }
}
#residences .image-with-content.first .image-with-content__image {
  margin: 0;
}
#residences .image-with-content.single-image {
  margin: 0 0 5px;
}
@media only screen and (min-width: 1024px) {
  #residences .image-with-content.single-image {
    margin: 0 0 75px;
  }
}
@media only screen and (min-width: 1024px) {
  #residences .image-with-content.single-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 75px);
    background: #FAF4E8;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  }
}
#residences .image-with-content.single-image .image-with-content__image {
  margin: 0;
}
#residences .image-with-content.single-image .image-with-content__pattern {
  display: none;
}
@media only screen and (min-width: 768px) {
  #residences .image-with-content.single-image .image-with-content__pattern {
    width: 100%;
    max-width: 250px;
    height: 650px;
  }
}
@media only screen and (min-width: 1024px) {
  #residences .image-with-content.single-image .image-with-content__pattern {
    position: absolute;
    display: block;
    left: 0;
    top: -390px;
    width: 100%;
    max-width: 410px;
    height: 780px;
  }
}
#residences .image-with-content__pattern {
  display: none;
}
@media only screen and (min-width: 768px) {
  #residences .image-with-content__pattern {
    position: absolute;
    left: 0;
    top: -35%;
    display: block;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #residences .image-with-content__pattern {
    top: -25%;
  }
}
@media only screen and (min-width: 1680px) {
  #residences .image-with-content__pattern {
    max-height: 1000px;
  }
}
@media only screen and (min-width: 1920px) {
  #residences .image-with-content__pattern {
    top: -32%;
  }
}
#residences .image-with-content__pattern svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 450%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #residences .image-with-content__pattern svg {
    position: static;
    width: 100%;
    height: 100%;
  }
}
#residences .residences-description {
  position: relative;
  padding: 70px 0 40px;
}
@media only screen and (min-width: 768px) {
  #residences .residences-description {
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #residences .residences-description {
    padding: 140px 0 150px;
    background: #FAF4E8;
  }
}
#residences .residences-description:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 300px;
  width: 200%;
  height: calc(100% - 300px);
  background: #FAF4E8;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
@media only screen and (min-width: 768px) {
  #residences .residences-description:before {
    left: -50%;
    top: 0;
    width: 150%;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #residences .residences-description:before {
    display: none;
  }
}
#residences .residences-description .container {
  width: 100%;
  max-width: 872px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-description .container {
    padding: 0 25px;
  }
}
#residences .residences-description__wrapper {
  position: relative;
  z-index: 10;
}
#residences .residences-description__list {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-description__list {
    row-gap: 140px;
  }
}
#residences .residences-description__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media only screen and (min-width: 768px) {
  #residences .residences-description__list-item {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 80px;
  }
}
#residences .residences-description__list-item:nth-of-type(even) {
  justify-content: flex-end;
}
#residences .residences-description__list-item:nth-of-type(odd) {
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  #residences .residences-description__list-item:nth-of-type(odd) {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  #residences .residences-description__list-item:first-of-type {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
#residences .residences-description__list-info {
  max-width: 430px;
}
#residences .residences-description__list-icon {
  width: 124px;
  height: 124px;
}
#residences .residences-description__list-title {
  margin: 0 0 25px;
  font-size: 23px;
  letter-spacing: 12.65px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #residences .residences-description__list-title {
    margin: 0 0 40px;
  }
}
#residences .residences-description__list-copy {
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
}
#residences .banner-section {
  background: #4D6543;
  padding: 45px 0 0;
}
@media only screen and (min-width: 768px) {
  #residences .banner-section {
    padding: 0;
  }
}
#residences .banner-section__pattern {
  border-top: 1px solid #9ABE3A;
}
@media only screen and (min-width: 768px) {
  #residences .banner-section__pattern {
    border-top: none;
  }
}

#amenities {
  overflow: hidden;
  /* Amenities Hero */
  /* Content Section */
  /* Image & Content */
  /* Gallery Section */
  /* Banner Section */
}
#amenities .amenities-hero {
  position: relative;
  padding: 70px 0 0;
  margin: 0 0 200px;
}
@media only screen and (min-width: 1024px) {
  #amenities .amenities-hero {
    padding: 80px 0 0;
    margin: 0 0 125px;
  }
}
#amenities .amenities-hero:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: calc(-25vw + 20% + 10px);
  width: calc(25vw + 20%);
  height: calc(25vw + 20%);
  background: #4D6543;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media only screen and (min-width: 768px) {
  #amenities .amenities-hero:after {
    bottom: calc(-25vw + 10px);
  }
}
#amenities .amenities-hero__green-path {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #amenities .amenities-hero__green-path {
    padding: 0 310px 0 0;
    overflow: hidden;
  }
  #amenities .amenities-hero__green-path:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    height: 400px;
    background: #4D6543;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
@media only screen and (min-width: 1440px) {
  #amenities .amenities-hero__green-path {
    width: 100%;
    padding: 0 400px 0 0;
  }
}
#amenities .amenities-hero__green-path:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4D6543;
}
@media only screen and (min-width: 768px) {
  #amenities .amenities-hero__green-path:after {
    width: calc(100% - 310px);
  }
}
#amenities .amenities-hero:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -220px;
  width: 312px;
  height: 312px;
  background: #4D6543;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media only screen and (min-width: 768px) {
  #amenities .amenities-hero:after {
    bottom: calc(-30vw + 10px);
    width: 30vw;
    height: 30vw;
  }
}
@media only screen and (min-width: 1024px) {
  #amenities .amenities-hero:after {
    bottom: calc(-25vw + 10px);
    width: 25vw;
    height: 25vw;
  }
}
#amenities .amenities-hero .container {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #amenities .amenities-hero .container {
    padding: 0 25px;
  }
}
#amenities .amenities-hero__wrapper {
  position: relative;
  text-align: center;
  z-index: 10;
}
#amenities .amenities-hero__logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1024px) {
  #amenities .amenities-hero__logo {
    width: 110px;
    height: 110px;
    margin: 0 auto 40px;
  }
}
#amenities .amenities-hero__logo svg path {
  fill: #A4C8E1;
}
#amenities .amenities-hero__title {
  margin: 0 0 22px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #amenities .amenities-hero__title {
    margin: 0 0 50px;
  }
}
#amenities .amenities-hero__image {
  display: flex;
}
#amenities .amenities-hero__image img {
  min-height: 375px;
}
#amenities .amenities-hero__pattern {
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
  width: 325px;
  height: 170px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  #amenities .amenities-hero__pattern {
    display: none;
  }
}
#amenities .content-section {
  position: relative;
  margin: 0 0 35px;
  z-index: 15;
}
#amenities .content-section .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #amenities .content-section .container {
    padding: 0 25px;
  }
}
#amenities .content-section__title {
  color: #4D6543;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #amenities .content-section__title {
    margin: 0 0 45px;
  }
}
#amenities .content-section__copy {
  width: 100%;
  max-width: 790px;
  margin: 0 0 0 auto;
  font-size: 18.5px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  line-height: 32px;
}
@media only screen and (min-width: 580px) {
  #amenities .content-section__copy {
    padding: 0 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #amenities .content-section__copy {
    padding: 0 250px 0 0;
  }
}
#amenities .image-with-content {
  position: relative;
  margin: 0 0 70px;
}
@media only screen and (min-width: 1024px) {
  #amenities .image-with-content {
    margin: 0 0 140px;
  }
}
#amenities .image-with-content.first .image-with-content__top-block {
  max-width: 890px;
  margin: 0 0 95px;
}
@media only screen and (min-width: 1024px) {
  #amenities .image-with-content.first .image-with-content__top-block {
    margin: 0 0 140px auto;
  }
}
#amenities .image-with-content.first .image-with-content__title {
  margin: 0;
  color: #4D6543;
}
#amenities .image-with-content.first .image-with-content__image {
  position: relative;
}
#amenities .image-with-content.first .image-with-content__image:before {
  content: '';
  position: absolute;
  left: -200px;
  top: -20px;
  width: calc(100vw - 150px);
  height: calc(100vw - 150px);
  min-width: 450px;
  min-height: 450px;
  background: #FAF4E8;
  clip-path: circle(50% at 50% 50%);
}
@media only screen and (min-width: 768px) {
  #amenities .image-with-content.first .image-with-content__image:before {
    left: -350px;
    top: -75%;
    width: 930px;
    height: 930px;
  }
}
@media only screen and (min-width: 1920px) {
  #amenities .image-with-content.first .image-with-content__image:before {
    top: -50%;
  }
}
#amenities .image-with-content.first .image-with-content__image:after {
  content: '';
  position: absolute;
  left: -200px;
  bottom: -20px;
  width: calc(100vw - 150px);
  height: calc(100vw - 150px);
  min-width: 450px;
  min-height: 450px;
  background: #FAF4E8;
  clip-path: circle(50% at 50% 50%);
}
@media only screen and (min-width: 768px) {
  #amenities .image-with-content.first .image-with-content__image:after {
    left: -350px;
    bottom: -75%;
    width: 930px;
    height: 930px;
  }
}
@media only screen and (min-width: 1920px) {
  #amenities .image-with-content.first .image-with-content__image:after {
    bottom: -50%;
  }
}
#amenities .image-with-content.first .image-with-content__image img {
  position: relative;
  z-index: 10;
}
#amenities .image-with-content.first .image-with-content__bottom-block {
  position: relative;
  max-width: 650px;
  z-index: 10;
}
#amenities .image-with-content.first .image-with-content__pattern {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  z-index: 15;
}
@media only screen and (min-width: 580px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: 65px;
  }
}
@media only screen and (min-width: 1440px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: -10px;
  }
}
@media only screen and (min-width: 1680px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: -50px;
  }
}
@media only screen and (min-width: 1920px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: -65px;
  }
}
@media screen and (min-width: 2000px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: -65px;
  }
}
@media screen and (min-width: 2200px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: -100px;
  }
}
@media screen and (min-width: 2400px) {
  #amenities .image-with-content.first .image-with-content__pattern {
    top: -150px;
  }
}
#amenities .image-with-content.first .image-with-content__pattern svg path, #amenities .image-with-content.first .image-with-content__pattern svg line {
  stroke-width: 5px;
}
@media only screen and (min-width: 580px) {
  #amenities .image-with-content.first .image-with-content__pattern svg path, #amenities .image-with-content.first .image-with-content__pattern svg line {
    stroke-width: 2px;
  }
}
#amenities .image-with-content.second .image-with-content__bottom-block {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #amenities .image-with-content.third:after {
    content: '';
    position: absolute;
    left: -25%;
    top: 10%;
    height: 2px;
    width: 150%;
    background: #4D6543;
    transform: rotate(-43.3deg);
  }
}
@media only screen and (min-width: 1260px) {
  #amenities .image-with-content.third:after {
    top: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  #amenities .image-with-content.third:after {
    transform: rotate(-39deg);
  }
}
@media only screen and (min-width: 1680px) {
  #amenities .image-with-content.third:after {
    top: 20%;
    transform: rotate(-35.5deg);
  }
}
@media only screen and (min-width: 1920px) {
  #amenities .image-with-content.third:after {
    top: 10%;
    transform: rotate(-28.5deg);
  }
}
@media screen and (min-width: 2000px) {
  #amenities .image-with-content.third:after {
    top: 100px;
  }
}
@media screen and (min-width: 2200px) {
  #amenities .image-with-content.third:after {
    top: 200px;
  }
}
#amenities .image-with-content.third:before {
  content: '';
  position: absolute;
  right: 0;
  top: -260px;
  width: calc(100% + 250px);
  height: 1350px;
  background: #FAF4E8;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
@media only screen and (min-width: 1024px) {
  #amenities .image-with-content.third:before {
    width: 1490px;
    top: -400px;
    height: 2800px;
  }
}
@media only screen and (min-width: 1440px) {
  #amenities .image-with-content.third:before {
    width: 1730px;
  }
}
@media only screen and (min-width: 1680px) {
  #amenities .image-with-content.third:before {
    width: 1970px;
  }
}
@media only screen and (min-width: 1920px) {
  #amenities .image-with-content.third:before {
    width: 2610px;
  }
}
#amenities .image-with-content.third .image-with-content__bottom-block {
  margin: 0 0 0 auto;
}
#amenities .image-with-content.third .image-with-content__pattern {
  position: absolute;
  left: 0;
  top: 0;
}
#amenities .image-with-content.fourth .image-with-content__bottom-block {
  margin: 0 auto;
}
#amenities .image-with-content.fourth .image-with-content__pattern {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #amenities .image-with-content.fourth .image-with-content__pattern {
    position: absolute;
    display: block;
    left: 0;
    top: -40%;
  }
}
#amenities .gallery-images {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  #amenities .gallery-images__gallery {
    display: grid;
    grid-template-rows: repeat(8, 70px);
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
    grid-template-areas: ". . . . . . . . c c c ." ". . . . . . . . c c c ." ". . . . b b b b c c c ." "a a a a b b b b c c c ." "a a a a b b b b c c c . " "a a a a b b b b e e e e " ". . d d b b b b e e e e " ". . d d . . . . e e e e " ". . d d . . . . . . . . ";
  }
}
#amenities .banner-section {
  background: #833921;
  padding: 45px 0 0;
}
@media only screen and (min-width: 768px) {
  #amenities .banner-section {
    padding: 0;
  }
}
#amenities .banner-section__pattern {
  border-top: 1px solid #A4C8E1;
}
@media only screen and (min-width: 768px) {
  #amenities .banner-section__pattern {
    border-top: none;
  }
}

#floorplans {
  /* Floor Plans Hero */
  /* Floor Plans Section */
}
#floorplans .floorplans-hero {
  position: relative;
  padding: 75px 0 85px;
  margin: 0 0 100px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-hero {
    margin: 0 0 160px;
  }
}
#floorplans .floorplans-hero:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 175%;
  height: 140%;
  background: #4D6543;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  #floorplans .floorplans-hero:before {
    width: 140%;
    height: 170%;
  }
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-hero:before {
    width: 110%;
    height: 190%;
  }
}
@media only screen and (min-width: 1440px) {
  #floorplans .floorplans-hero:before {
    width: 105%;
    height: 235%;
  }
}
@media only screen and (min-width: 1920px) {
  #floorplans .floorplans-hero:before {
    width: 110%;
    height: 285%;
  }
}
#floorplans .floorplans-hero__wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}
#floorplans .floorplans-hero__logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-hero__logo {
    width: 110px;
    height: 110px;
    margin: 0 auto 40px;
  }
}
#floorplans .floorplans-hero__logo svg path {
  fill: #9ABE3A;
}
#floorplans .floorplans-hero__title {
  color: #fff;
  margin: 0 0 110px;
}
#floorplans .floorplans-hero__copy {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  #floorplans .floorplans-hero__copy {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-hero__copy {
    font-size: 32px;
    line-height: 56px;
  }
}
#floorplans .floorplans-section {
  margin: 0 0 160px;
}
#floorplans .floorplans-section .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-section .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-section .container {
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
    padding: 0 22px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  #floorplans .floorplans-section .container {
    padding: 0 25px;
  }
}

#floorplans .floorplans-section__tab {
  padding: 40px 0 0;
}
#floorplans .floorplans-section__tab:last-child {
  margin: 0;
}
#floorplans .floorplans-section__tab.active {
  background: #FAF4E8;
}
#floorplans .floorplans-section__tab.active .floorplans-section__tab-head {
  border-bottom-color: transparent;
}
#floorplans .floorplans-section__tab-head {
  border-bottom: 1px solid #212322;
  transition: border-bottom-color .2s ease;
}
#floorplans .floorplans-section__tab-title {
  position: relative;
  text-transform: capitalize;
  padding: 0 50px 0 0;
}
#floorplans .floorplans-section__tab-button {
  position: absolute;
  right: 0;
  top: 90%;
  transform: translateY(-10%);
  width: 42px;
  height: 42px;
  background: #212322;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #floorplans .floorplans-section__tab-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
#floorplans .floorplans-section__tab-button:before, #floorplans .floorplans-section__tab-button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all .3s ease-in-out;
}
#floorplans .floorplans-section__tab-button:before {
  width: 20px;
  height: 1px;
}
#floorplans .floorplans-section__tab-button:after {
  width: 1px;
  height: 20px;
}
#floorplans .floorplans-section__tab-button.active:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#floorplans .floorplans-section__tab-button:hover {
  cursor: pointer;
  border-color: #212322;
  background: #fff;
}
#floorplans .floorplans-section__tab-button:hover:before, #floorplans .floorplans-section__tab-button:hover:after {
  background: #212322;
}
#floorplans .floorplans-section__tab-button:hover:before {
  width: 100%;
}
#floorplans .floorplans-section__tab-button:hover:after {
  height: 100%;
}
#floorplans .floorplans-section__tab-price {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  line-height: 40px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
#floorplans .floorplans-section__tab-data {
  max-width: 1082px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-section__tab-data {
    padding: 50px 25px 0;
  }
}
#floorplans .floorplans-section__tab-filter {
  margin: 0 0 15px;
}
#floorplans .floorplans-section__tab-filter-title {
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-weight: 600;
  color: #4D6543;
  font-family: "mundial", sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#floorplans .floorplans-section__tab-posts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  #floorplans .floorplans-section__tab-posts {
    padding: 0 0 45px;
  }
}
#floorplans .floorplans-section__tab-data-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: inherit;
  background: #fff;
  padding: 22px 18px;
}
@media only screen and (min-width: 768px) {
  #floorplans .floorplans-section__tab-data-inner {
    width: calc(50% - 8px);
    padding: 32px 42px;
  }
}
#floorplans .floorplans-section__tab-data-title-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin: 0 0 25px;
}
#floorplans .floorplans-section__tab-data-title {
  color: #4D6543;
  font-size: 34px;
  letter-spacing: 20.4px;
  font-weight: 700;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
#floorplans .floorplans-section__tab-data-link span {
  width: 42px;
  height: 42px;
}
#floorplans .floorplans-section__tab-data-link:hover {
  cursor: pointer;
}
#floorplans .floorplans-section__tab-data-rooms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #A4C8E1;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-section__tab-data-rooms {
    column-gap: 20px;
  }
}
#floorplans .floorplans-section__tab-data-rooms span {
  color: #4D6543;
  font-size: 13.5px;
  letter-spacing: 1.35px;
  line-height: 30px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
#floorplans .floorplans-section__tab-data-rooms-exteriror {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-section__tab-data-rooms-exteriror {
    column-gap: 20px;
  }
}
#floorplans .floorplans-section__tab-data-interior, #floorplans .floorplans-section__tab-data-terrace {
  color: #4D6543;
  font-size: 16px;
  font-family: "freight-text-pro", sans-serif;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  #floorplans .floorplans-section__tab-data-interior {
    margin: 0 0 8px;
  }
}
#floorplans .floorplans-section__tab-data-image {
  margin: 60px 0 0;
}
#floorplans .floorplans-section__tab-data-image img {
  max-width: 468px;
  max-height: 358px;
}
#floorplans .floorplans-section__tab-data-collapse {
  padding: 0 0 15px;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-family: "mundial", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #floorplans .floorplans-section__tab-data-collapse {
    display: none;
  }
}
#floorplans .floorplans-section__tab-data-collapse:hover {
  cursor: pointer;
}

#floorplans-single .floor-plans-single {
  padding: 75px 0 0;
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single {
    padding: 40px 0 0;
  }
}
#floorplans-single .floor-plans-single__back-to-search {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single__back-to-search {
    padding: 0 25px;
  }
}
#floorplans-single .floor-plans-single__back-to-search-link {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #212322;
  transition: color .3s ease-in-out;
}
#floorplans-single .floor-plans-single__back-to-search-link:hover {
  color: #4D6543;
}
#floorplans-single .floor-plans-single__back-to-search-link:hover .floor-plans-single__back-to-search-link-arrow svg path, #floorplans-single .floor-plans-single__back-to-search-link:hover .floor-plans-single__back-to-search-link-arrow svg line {
  stroke: #4D6543;
}
#floorplans-single .floor-plans-single__back-to-search-link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
#floorplans-single .floor-plans-single__back-to-search-link-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 16px;
  height: 16px;
  transition: top .3s ease-in-out;
}
#floorplans-single .floor-plans-single__back-to-search-link-arrow svg path, #floorplans-single .floor-plans-single__back-to-search-link-arrow svg line {
  stroke: #212322;
  transition: stroke .3s ease-in-out;
}
#floorplans-single .floor-plans-single .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single .container {
    padding: 0 25px;
  }
}
#floorplans-single .floor-plans-single__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 90px;
  padding: 75px 0 0;
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single__wrapper {
    padding: 115px 0 0;
    gap: 80px;
  }
}
#floorplans-single .floor-plans-single__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #floorplans-single .floor-plans-single__content {
    width: calc(40% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single__content {
    width: calc(32% - 40px);
  }
}
#floorplans-single .floor-plans-single__title {
  color: #4D6543;
  letter-spacing: 20.4px;
  font-weight: 700;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
  margin: 0 0 45px;
}
#floorplans-single .floor-plans-single__rooms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #A4C8E1;
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single__rooms {
    column-gap: 15px;
  }
}
@media only screen and (min-width: 1260px) {
  #floorplans-single .floor-plans-single__rooms {
    column-gap: 20px;
  }
}
#floorplans-single .floor-plans-single__rooms span {
  color: #4D6543;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 30px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
#floorplans-single .floor-plans-single__rooms-exteriror {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single__rooms-exteriror {
    column-gap: 15px;
  }
}
@media only screen and (min-width: 1260px) {
  #floorplans-single .floor-plans-single__rooms-exteriror {
    column-gap: 20px;
  }
}
#floorplans-single .floor-plans-single__interior-sq-ft, #floorplans-single .floor-plans-single__exterior-sq-ft {
  color: #4D6543;
  font-size: 18.5px;
  font-family: "freight-text-pro", sans-serif;
  line-height: 32px;
  font-weight: 500;
}
#floorplans-single .floor-plans-single__interior-sq-ft {
  margin: 0 0 8px;
}
#floorplans-single .floor-plans-single__plan-key {
  margin: 75px 0 40px;
}
#floorplans-single .floor-plans-single__file, #floorplans-single .floor-plans-single__email {
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 768px) {
  #floorplans-single .floor-plans-single__file, #floorplans-single .floor-plans-single__email {
    padding: 0;
  }
}
#floorplans-single .floor-plans-single__file {
  margin: 0 0 30px;
}
#floorplans-single .floor-plans-single__file-link, #floorplans-single .floor-plans-single__email-link {
  position: relative;
  padding: 0 0 0 52px;
  font-size: 15px;
  letter-spacing: 2.7px;
  line-height: 30px;
  font-weight: 600;
  color: #4D6543;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
#floorplans-single .floor-plans-single__file-link:hover .floor-plans-single__file-link-arrow svg, #floorplans-single .floor-plans-single__email-link:hover .floor-plans-single__file-link-arrow svg {
  top: 60%;
}
#floorplans-single .floor-plans-single__file-link:hover .floor-plans-single__email-link-arrow svg, #floorplans-single .floor-plans-single__email-link:hover .floor-plans-single__email-link-arrow svg {
  top: 40%;
  left: 60%;
}
#floorplans-single .floor-plans-single__file-link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #4D6543;
  border-radius: 100%;
}
#floorplans-single .floor-plans-single__file-link-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 16px;
  height: 16px;
  transition: top .3s ease-in-out;
}
#floorplans-single .floor-plans-single__email-link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #4D6543;
  border-radius: 100%;
}
#floorplans-single .floor-plans-single__email-link-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  transition: top .3s ease-in-out, left .3s ease-in-out;
}
#floorplans-single .floor-plans-single__image {
  display: none;
  padding: 45px 0 0;
}
@media only screen and (min-width: 768px) {
  #floorplans-single .floor-plans-single__image {
    display: block;
    width: calc(60% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  #floorplans-single .floor-plans-single__image {
    width: calc(68% - 40px);
  }
}
#floorplans-single .floor-plans-single__image img {
  height: auto;
}
#floorplans-single .floor-plans-single__image_mobile {
  width: 100%;
  margin: 70px 0 65px;
}
@media only screen and (min-width: 768px) {
  #floorplans-single .floor-plans-single__image_mobile {
    display: none;
  }
}
#floorplans-single .floor-plans-single__description {
  width: 100%;
  padding: 40px 0 65px;
  background: #FAF4E8;
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
}

#contact {
  overflow: hidden;
  /* Contact Hero */
  /* Contact Form Section */
}
#contact .contact-hero {
  position: relative;
  padding: 70px 0;
  background: #A4C8E1;
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero {
    padding: 140px 0 80px;
  }
}
#contact .contact-hero:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero:before {
    width: 180px;
    height: 180px;
  }
}
#contact .contact-hero__logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero__logo {
    width: 110px;
    height: 110px;
    margin: 0 auto 40px;
  }
}
#contact .contact-hero__logo svg path {
  fill: #4D6543;
}
#contact .contact-hero__pre-title-text {
  margin: 0 0 110px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero__pre-title-text {
    margin: 0 0 160px;
  }
}
#contact .contact-hero__title {
  color: #4D6543;
}
#contact .contact-hero__pattern {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 100%;
  height: 100%;
  max-height: 250px;
}
#contact .contact-hero__pattern svg {
  position: absolute;
  right: -5px;
  top: 50%;
  width: calc(150% + 5px);
  height: auto;
  transform: translateY(-50%);
}
@media only screen and (min-width: 580px) {
  #contact .contact-hero__pattern svg {
    width: calc(100% + 5px);
  }
}
#contact .contact-hero__pattern svg line, #contact .contact-hero__pattern svg path {
  stroke-width: 5px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-hero__pattern svg line, #contact .contact-hero__pattern svg path {
    stroke-width: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero__pattern svg line, #contact .contact-hero__pattern svg path {
    stroke-width: 2px;
  }
}
#contact .contact-form {
  padding: 75px 0 100px;
}
@media only screen and (min-width: 1024px) {
  #contact .contact-form {
    padding: 115px 0 165px;
  }
}
#contact .contact-form__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-form__wrapper {
    flex-direction: row;
    column-gap: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact-form__wrapper {
    column-gap: 215px;
  }
}
#contact .contact-form__info {
  width: 100%;
  max-width: 340px;
  color: #4D6543;
}
#contact .contact-form__phone-title, #contact .contact-form__address-title {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
#contact .contact-form__phone {
  margin: 0 0 70px;
}
#contact .contact-form__phone .phone a {
  font-size: 38px;
  font-weight: 300;
  font-family: "contralto-small", sans-serif;
  color: #4D6543;
  transition: color .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #contact .contact-form__phone .phone a {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact-form__phone .phone a {
    font-size: 58px;
  }
}
#contact .contact-form__phone .phone a:hover {
  color: #9ABE3A;
}
#contact .contact-form__address-title {
  margin: 0 0 15px;
  line-height: 1.5;
}
#contact .contact-form__address a {
  font-size: 28px;
  font-weight: 300;
  font-family: "contralto-small", sans-serif;
  color: #4D6543;
  transition: color .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #contact .contact-form__address a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact-form__address a {
    font-size: 34px;
  }
}
#contact .contact-form__address a:hover {
  color: #9ABE3A;
}
#contact .contact-form__address p {
  margin: 0 0 10px;
}
#contact .contact-form__address p:last-of-type {
  margin: 0;
}
#contact .contact-form__form {
  width: 100%;
  max-width: 490px;
}
@media only screen and (min-width: 1024px) {
  #contact .contact-form__form {
    margin: 0 0 0 auto;
  }
}
#contact .contact-form__form .gform_wrapper.gravity-theme .gform_heading {
  max-width: 255px;
  font-size: 24px;
  line-height: 35px;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-form__form .gform_wrapper.gravity-theme .gform_heading {
    max-width: none;
    font-size: 26px;
    line-height: 42px;
    margin: 0 0 75px;
  }
}
#contact .contact-form__form .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields {
  grid-row-gap: 40px;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields .gfield {
  position: relative;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields .gfield:not(.lb_notes) label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #212322;
  font-family: "mundial", sans-serif;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields .gfield:not(.lb_notes) label.active-label {
  top: -10px;
  transform: translateY(0);
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields .gfield:not(.lb_notes) label .gfield_required {
  color: #212322;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields label {
  color: #212322;
  font-family: "mundial", sans-serif;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-weight: 600;
  text-transform: uppercase;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields label .gfield_required {
  color: #212322;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields input, #contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields textarea {
  font-size: 26px;
  font-family: "contralto-small", sans-serif;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields input {
  padding: 14px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #212322;
  border-radius: 0;
  line-height: 1;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields input::placeholder, #contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields textarea::placeholder {
  color: #212322;
  font-family: "contralto-small", sans-serif;
  font-size: 18px;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_fields textarea::placeholder {
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gfield_visibility_hidden {
  position: absolute !important;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_footer {
  align-items: center;
  column-gap: 20px;
  margin: 50px 0 0;
  padding: 0;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_footer button[type="submit"] {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_footer button[type="submit"]:hover {
  cursor: pointer;
}
#contact .contact-form__form .gform_wrapper.gravity-theme form .gform_footer img {
  width: 25px;
  height: 25px;
}

#thank-you {
  /* Thank You Hero Section */
  /* Thank You Content */
}
#thank-you .hero-thank-you {
  position: relative;
  padding: 100px 0 60px;
  background: #A4C8E1;
}
@media only screen and (min-width: 1024px) {
  #thank-you .hero-thank-you {
    padding: 150px 0 80px;
  }
}
#thank-you .hero-thank-you:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  #thank-you .hero-thank-you:before {
    width: 180px;
    height: 180px;
  }
}
#thank-you .hero-thank-you__title {
  color: #4D6543;
}
#thank-you .hero-thank-you__pattern {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 100%;
  height: 100%;
  max-height: 250px;
}
#thank-you .hero-thank-you__pattern svg {
  position: absolute;
  right: -5px;
  top: 50%;
  width: calc(100% + 5px);
  height: auto;
  transform: translateY(-50%);
}
#thank-you .hero-thank-you__pattern svg line, #thank-you .hero-thank-you__pattern svg path {
  stroke-width: 5px;
}
@media only screen and (min-width: 768px) {
  #thank-you .hero-thank-you__pattern svg line, #thank-you .hero-thank-you__pattern svg path {
    stroke-width: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #thank-you .hero-thank-you__pattern svg line, #thank-you .hero-thank-you__pattern svg path {
    stroke-width: 2px;
  }
}
#thank-you .content-thank-you {
  padding: 50px 0 120px;
}
@media only screen and (min-width: 1024px) {
  #thank-you .content-thank-you {
    padding: 115px 0 155px;
  }
}
#thank-you .content-thank-you__content {
  width: 100%;
  max-width: 540px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  font-style: italic;
  font-family: "freight-text-pro", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #thank-you .content-thank-you__content {
    font-size: 26px;
    line-height: 42px;
  }
}

#privacy-policy {
  /* Privacy Policy Hero */
  /* Privacy Policy Rules */
}
#privacy-policy .hero-privacy-policy {
  position: relative;
  padding: 70px 0 60px;
  background: #212322;
}
@media only screen and (min-width: 1024px) {
  #privacy-policy .hero-privacy-policy {
    padding: 150px 0 80px;
  }
}
#privacy-policy .hero-privacy-policy:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  #privacy-policy .hero-privacy-policy:before {
    width: 180px;
    height: 180px;
  }
}
#privacy-policy .hero-privacy-policy__title {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #privacy-policy .hero-privacy-policy__title {
    text-align: center;
  }
}
#privacy-policy .hero-privacy-policy__pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#privacy-policy .hero-privacy-policy__pattern svg {
  position: absolute;
  left: -50%;
  bottom: -30px;
  width: 150%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #privacy-policy .hero-privacy-policy__pattern svg {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #privacy-policy .hero-privacy-policy__pattern svg {
    bottom: -50px;
  }
}
@media only screen and (min-width: 1440px) {
  #privacy-policy .hero-privacy-policy__pattern svg {
    bottom: -100px;
  }
}
@media only screen and (min-width: 1920px) {
  #privacy-policy .hero-privacy-policy__pattern svg {
    bottom: -150px;
  }
}
#privacy-policy .hero-privacy-policy__pattern svg line, #privacy-policy .hero-privacy-policy__pattern svg path {
  stroke-width: 5px;
  stroke: #A4C8E1;
}
@media only screen and (min-width: 580px) {
  #privacy-policy .hero-privacy-policy__pattern svg line, #privacy-policy .hero-privacy-policy__pattern svg path {
    stroke-width: 2px;
  }
}
#privacy-policy .privacy-policy-rules {
  padding: 50px 0 120px;
}
@media only screen and (min-width: 1024px) {
  #privacy-policy .privacy-policy-rules {
    padding: 85px 0 100px;
  }
}
#privacy-policy .privacy-policy-rules__copy ol {
  padding: 0 0 0 15px;
  list-style: decimal;
}
#privacy-policy .privacy-policy-rules__copy ol ol, #privacy-policy .privacy-policy-rules__copy ol ul {
  padding: 10px 0 0 35px;
}
#privacy-policy .privacy-policy-rules__copy ul {
  padding: 0 0 0 15px;
  list-style: circle;
}
#privacy-policy .privacy-policy-rules__copy ul ol, #privacy-policy .privacy-policy-rules__copy ul ul {
  padding: 10px 0 0 35px;
}
#privacy-policy .privacy-policy-rules__copy p, #privacy-policy .privacy-policy-rules__copy ul, #privacy-policy .privacy-policy-rules__copy ol {
  font-size: 16px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  line-height: 26px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #privacy-policy .privacy-policy-rules__copy p, #privacy-policy .privacy-policy-rules__copy ul, #privacy-policy .privacy-policy-rules__copy ol {
    font-size: 18.5px;
    line-height: 32px;
  }
}
#privacy-policy .privacy-policy-rules__copy p a, #privacy-policy .privacy-policy-rules__copy ul a, #privacy-policy .privacy-policy-rules__copy ol a {
  color: #212322;
  text-decoration: underline;
  transition: color .3s ease-in-out;
}
#privacy-policy .privacy-policy-rules__copy p a:hover, #privacy-policy .privacy-policy-rules__copy ul a:hover, #privacy-policy .privacy-policy-rules__copy ol a:hover {
  color: #E87200;
}
#privacy-policy .privacy-policy-rules__copy h6 {
  padding: 30px 0 0;
  margin: 0 0 5px;
  font-size: 18px;
  letter-spacing: 10.8px;
  font-weight: 700;
  text-transform: uppercase;
}

#neighborhood {
  overflow: hidden;
  /* Neighborhood Hero */
  /* Neighborhood Content */
  /* Neighborhood Map */
  /* Neighborhood Content With Image */
  /* Banner Section */
}
#neighborhood .neighborhood-hero {
  position: relative;
  padding: 70px 0 0;
  margin: 0 0 200px;
  background: #4D6543;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero {
    padding: 80px 0 0;
    margin: 0 0 85px;
    background: transparent;
  }
  #neighborhood .neighborhood-hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 75%;
    background: #212322;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: -1;
  }
}
#neighborhood .neighborhood-hero:before {
  content: '';
  position: absolute;
  bottom: -215px;
  right: 0;
  width: 312px;
  height: 312px;
  background: #4D6543;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero:before {
    left: -50px;
    right: unset;
    top: 0;
    bottom: unset;
    width: calc(100% + 50px);
    height: 150%;
  }
}
#neighborhood .neighborhood-hero .container {
  padding: 0;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero .container {
    padding: 0 25px;
  }
}
#neighborhood .neighborhood-hero__wrapper {
  position: relative;
  z-index: 10;
}
#neighborhood .neighborhood-hero__logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero__logo {
    width: 110px;
    height: 110px;
    margin: 0 auto 40px;
  }
}
#neighborhood .neighborhood-hero__logo svg path {
  fill: #9ABE3A;
}
#neighborhood .neighborhood-hero__title {
  color: #fff;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero__title {
    margin: 0 0 50px;
  }
}
#neighborhood .neighborhood-hero__image {
  position: relative;
  display: flex;
  z-index: 5;
}
#neighborhood .neighborhood-hero__image img {
  min-height: 375px;
}
#neighborhood .neighborhood-hero__pattern {
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
  width: 325px;
  height: 170px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero__pattern {
    display: none;
  }
}
#neighborhood .neighborhood-hero__pattern svg path {
  stroke: #9ABE3A;
}
#neighborhood .neighborhood-content {
  position: relative;
  margin: 0 0 100px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content {
    margin: 0 0 150px;
  }
}
#neighborhood .neighborhood-content__title {
  width: 100%;
  max-width: 575px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content__title {
    margin: 0 0 45px;
  }
}
#neighborhood .neighborhood-content__copy {
  width: 100%;
  max-width: 650px;
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
}
#neighborhood .neighborhood-content__pattern {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content__pattern {
    position: absolute;
    display: block;
    right: -200px;
    top: -100px;
    width: 100%;
    max-width: 540px;
    height: 1000px;
  }
}
#neighborhood .neighborhood-map {
  position: relative;
  margin: 0 0 70px;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map {
    margin: 0 0 150px;
  }
}
#neighborhood .neighborhood-map .container {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  padding: 0 0px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map .container {
    padding: 0 0px;
  }
}
#neighborhood .neighborhood-map__top-copy {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 35px 22px 0;
  margin: 0 0 60px;
  font-size: 24px;
  line-height: 43px;
  font-style: italic;
  font-family: "freight-text-pro", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__top-copy {
    padding: 45px 0 0;
    font-size: 32px;
    line-height: 56px;
  }
}
#neighborhood .neighborhood-map__top-copy:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  width: 75px;
  height: 5px;
  background: #9ABE3A;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__top-copy:before {
    width: 95px;
    left: 0;
  }
}
#neighborhood .neighborhood-map__big-map-text {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 11.5px;
  letter-spacing: 3.45px;
  font-family: "mundial", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__big-map-text {
    display: none;
  }
}
#neighborhood .neighborhood-map__big-map {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__big-map {
    margin: 0;
  }
}
#neighborhood .neighborhood-map__big-map img {
  max-width: 1094px;
  max-height: 568px;
  min-height: 195px;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__big-map img {
    object-fit: cover;
  }
}
#neighborhood .neighborhood-map__info {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__info {
    flex-direction: row;
    align-items: flex-end;
    column-gap: 70px;
    padding: 0;
  }
}
#neighborhood .neighborhood-map__info-content {
  width: 100%;
  max-width: 430px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-map__small-map {
    margin: -60px 0 40px;
  }
}
@media only screen and (min-width: 1260px) {
  #neighborhood .neighborhood-map__small-map {
    margin: -60px 0 40px -60px;
  }
}
#neighborhood .neighborhood-map__small-map img {
  object-fit: contain;
  max-width: 544px;
  max-height: 362px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__small-map img {
    object-fit: cover;
  }
}
#neighborhood .neighborhood-map__title {
  font-size: 21px;
  letter-spacing: 11.55px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-map__title {
    font-size: 23px;
    letter-spacing: 12.65px;
    margin: 0 0 40px;
  }
}
#neighborhood .neighborhood-map__copy {
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
}
#neighborhood .neighborhood-content-with-image {
  position: relative;
  padding: 0 0 120px;
  background: #FAF4E8;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image {
    padding: 0 0 75px;
    background: transparent;
  }
}
#neighborhood .neighborhood-content-with-image:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 220px;
  height: 220px;
  background: #FAF4E8;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image:before {
    bottom: 0;
    width: calc(100% + 50px);
    height: 1400px;
  }
}
#neighborhood .neighborhood-content-with-image .container {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  padding: 0 0px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image .container {
    padding: 0 25px;
  }
}
#neighborhood .neighborhood-content-with-image__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
#neighborhood .neighborhood-content-with-image__title, #neighborhood .neighborhood-content-with-image__copy {
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image__title, #neighborhood .neighborhood-content-with-image__copy {
    padding: 0;
    max-width: 650px;
    width: 100%;
  }
}
#neighborhood .neighborhood-content-with-image__title {
  font-size: 21px;
  letter-spacing: 11.55px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image__title {
    order: unset;
    font-size: 23px;
    letter-spacing: 12.65px;
    margin: 0 0 30px;
  }
}
#neighborhood .neighborhood-content-with-image__copy {
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  order: 3;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image__copy {
    order: unset;
    margin: 0 0 45px;
  }
}
#neighborhood .neighborhood-content-with-image__image {
  margin: 0 0 40px;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-content-with-image__image {
    margin: 0;
    order: unset;
  }
}
#neighborhood .neighborhood-content-with-image__image img {
  max-width: 1094px;
  max-height: 568px;
  min-height: 250px;
}
#neighborhood .banner-section {
  background: #9F6D47;
  padding: 45px 0 0;
}
@media only screen and (min-width: 768px) {
  #neighborhood .banner-section {
    padding: 0;
  }
}
#neighborhood .banner-section__pattern {
  border-top: 1px solid #212322;
}
@media only screen and (min-width: 768px) {
  #neighborhood .banner-section__pattern {
    border-top: none;
  }
}

.image-content-link {
  position: relative;
  margin: 0 0 15px;
}
.image-content-link .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 0px;
}
@media only screen and (min-width: 1024px) {
  .image-content-link .container {
    padding: 0 25px;
  }
}
.image-content-link__wrapper {
  position: relative;
  z-index: 10;
}
.image-content-link__title {
  margin: 0 0 25px;
  max-width: 710px;
  padding: 0 22px;
}
@media only screen and (min-width: 768px) {
  .image-content-link__title {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-content-link__title {
    padding: 0;
  }
}
.image-content-link__title.right {
  margin: 0 0 20px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .image-content-link__title.right {
    text-align: right;
    margin: 0 0 45px auto;
  }
}
.image-content-link__image-box {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .image-content-link__image-box {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-content-link__image-box {
    margin: 0 0 50px;
  }
}
.image-content-link__image-box img {
  max-width: 1094px;
  max-height: 568px;
  min-height: 250px;
}
.image-content-link__info {
  max-width: 650px;
  padding: 0 22px;
}
@media only screen and (min-width: 768px) {
  .image-content-link__info {
    margin: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-content-link__info {
    max-width: 600px;
    margin: 0 0 0 100px;
    padding: 0;
  }
}
.image-content-link__copy-box {
  margin: 0 0 25px;
  font-size: 22px;
  line-height: 38px;
  font-weight: 350;
}
@media only screen and (min-width: 768px) {
  .image-content-link__copy-box {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-content-link__copy-box {
    margin: 0 0 45px;
  }
}
.image-content-link__link-box {
  margin: 0 0 25px;
}

.image-with-content__wrapper {
  position: relative;
  z-index: 10;
}
.image-with-content__top-block {
  position: relative;
  max-width: 800px;
  margin: 0 0 40px auto;
  padding: 0;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .image-with-content__top-block {
    padding: 0 65px 0 25px;
    margin: 0 0 70px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .image-with-content__top-block {
    margin: 0 0 110px auto;
  }
}
.image-with-content__title {
  margin: 0 0 25px;
}
@media only screen and (min-width: 1024px) {
  .image-with-content__title {
    margin: 0 0 45px;
    text-align: right;
  }
}
.image-with-content__copy {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 32px;
  font-family: "freight-text-pro", sans-serif;
  max-width: 485px;
  padding: 0 25px 0 0;
}
@media only screen and (min-width: 1024px) {
  .image-with-content__copy {
    margin: 0 0 0 auto;
  }
}
.image-with-content__image {
  display: flex;
  margin: 0 0 40px;
}
@media only screen and (min-width: 1024px) {
  .image-with-content__image {
    margin: 0 0 60px;
  }
}
.image-with-content__image.left {
  padding: 0 calc((100% - 1140px) / 2) 0 0;
}
.image-with-content__image.right {
  padding: 0 0 0 calc((100% - 1140px) / 2);
  justify-content: flex-end;
}
.image-with-content__image img {
  max-width: 1230px;
  max-height: 568px;
  min-height: 250px;
}
@media only screen and (min-width: 1440px) {
  .image-with-content__image img {
    max-width: none;
    max-height: none;
  }
}
.image-with-content__bottom-container {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .image-with-content__bottom-container {
    padding: 0 25px;
  }
}
.image-with-content__bottom-block {
  width: 100%;
  max-width: 450px;
}
.image-with-content__text-title {
  font-size: 21px;
  letter-spacing: 11.55px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .image-with-content__text-title {
    font-size: 23px;
    letter-spacing: 12.65px;
    margin: 0 0 40px;
  }
}
.image-with-content__text {
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 500;
}

.banner-section__wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner-section__wrapper {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 calc((100% - 1366px) / 2) 0 0;
  }
}
.banner-section__pattern {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .banner-section__pattern {
    width: 60%;
  }
}
.banner-section__pattern path, .banner-section__pattern line {
  stroke-width: 3px;
}
@media only screen and (min-width: 768px) {
  .banner-section__pattern path, .banner-section__pattern line {
    stroke-width: 2px;
  }
}
.banner-section__link-box {
  width: 100%;
  max-width: 640px;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .banner-section__link-box {
    padding: 25px 15px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-section__link-box {
    padding: 0 15px;
  }
}

.gallery-images {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .gallery-images {
    margin: 0 0 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-images {
    margin: 0 0 200px;
  }
}
.gallery-images .container {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 0px;
}
@media only screen and (min-width: 1024px) {
  .gallery-images .container {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-images .container {
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 22px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .gallery-images .container {
    padding: 0 25px;
  }
}

.gallery-images__wrapper {
  padding: 0 0 0 22px;
}
@media only screen and (min-width: 1024px) {
  .gallery-images__wrapper {
    padding: 0;
  }
}
.gallery-images__copy-box {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 35px 0 0 0;
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 43px;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .gallery-images__copy-box {
    font-size: 32px;
    line-height: 56px;
    margin: 0;
    padding: 45px 0 0 0;
  }
}
.gallery-images__copy-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 6px;
  background: #9F6D47;
}
@media only screen and (min-width: 1024px) {
  .gallery-images__copy-box:before {
    width: 95px;
  }
}
.gallery-images__gallery .slick-list {
  padding: 0 45px 0 0;
}
@media only screen and (min-width: 1024px) {
  .gallery-images__gallery {
    display: grid;
    grid-template-rows: repeat(8, 70px);
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
    grid-template-areas: ". . . . . . . . c c c c" "a a a a . . . . c c c c" "a a a a b b b b c c c c" "a a a a b b b b e e e . " ". d d d b b b b e e e . " ". d d d b b b b e e e . " ". d d d b b b b . . . . " ". d d d . . . . . . . . ";
  }
}
.gallery-images__gallery-image {
  position: relative;
  margin: 0 4px;
}
@media only screen and (min-width: 1024px) {
  .gallery-images__gallery-image {
    margin: 0;
  }
}
.gallery-images__gallery-image:before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.gallery-images__gallery-image img {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .gallery-images__gallery-image:nth-of-type(1) {
    grid-area: a;
  }
  .gallery-images__gallery-image:nth-of-type(2) {
    grid-area: d;
  }
  .gallery-images__gallery-image:nth-of-type(3) {
    grid-area: b;
  }
  .gallery-images__gallery-image:nth-of-type(4) {
    grid-area: c;
  }
  .gallery-images__gallery-image:nth-of-type(5) {
    grid-area: e;
  }
}
