@charset "UTF-8";
a, abbr, acronym, address, applet, big, blockquote, body, button, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, ins, kbd, label, legend, li, main, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  font-size: 100%;
  font: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
}

audio, canvas, iframe, img, svg, progress, video {
  display: inline-block;
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.85;
  margin: 0 0 25px 0;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Gotham";
  background-color: #FFF;
  color: #666666;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

.font50 {
  font-size: 50px;
}

.font45 {
  font-size: 45px;
}

.font40 {
  font-size: 40px;
}

.font35 {
  font-size: 35px;
}

.font25 {
  font-size: 25px;
}

.padding-none {
  padding: 0 !important;
}

.fullwidth {
  width: 100%;
}

.font-default {
  font-family: "Gotham";
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.vh100 {
  height: 100%;
}

.vh50 {
  height: 50vh;
}

.rel {
  position: relative;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margintop1em {
  margin-top: 1em;
}

.margintop100 {
  margin-top: 100px;
}

.margintop400 {
  margin-top: 400px;
}

.margintop500 {
  margin-top: 500px;
}

.margintop600 {
  margin-top: 600px;
}

.marginbottom100 {
  margin-bottom: 100px;
}

.marginbottom200 {
  margin-bottom: 200px;
}

.marginbottom300 {
  margin-bottom: 300px;
}

.marginbottom400 {
  margin-bottom: 400px;
}

.margin80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margintop80 {
  margin-top: 80px;
}

.marginbottom80 {
  margin-bottom: 80px;
}

.margin40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margintop40 {
  margin-top: 40px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.margin30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margintop30 {
  margin-top: 30px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margintop20 {
  margin-top: 20px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.margin10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margintop10 {
  margin-top: 10px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.paddingtop0 {
  padding-top: 0px !important;
}

.padding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paddingtop100 {
  padding-top: 100px;
}

.paddingbottom100 {
  padding-bottom: 100px;
}

.padding80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paddingtop80 {
  padding-top: 80px;
}

.paddingbottom80 {
  padding-bottom: 80px;
}

.padding40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddingtop40 {
  padding-top: 40px;
}

.paddingbottom40 {
  padding-bottom: 40px;
}

.padding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paddingtop30 {
  padding-top: 30px;
}

.paddingbottom30 {
  padding-bottom: 30px;
}

.padding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingtop20 {
  padding-top: 20px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

.bg_lightgrey {
  background-color: #f3f3f4;
}

.font18 {
  font-size: 18px;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.small_headline {
  font-size: 12px;
  line-height: 1;
  color: #bb957a;
  letter-spacing: 2.4px;
  font-weight: 700;
  text-transform: uppercase;
}
.small_headline.light {
  font-weight: 400;
}
.small_headline.dark_green {
  color: #334742;
}

.signature_stamp {
  width: 150px;
  height: 150px;
  position: absolute;
  left: -75px;
  top: -90px;
  background: no-repeat center/contain;
  z-index: 1;
}
.signature_stamp.se {
  background-image: url(../images/signature-se.png);
}
.signature_stamp.se.light {
  background-image: url(../images/signature-se-light.png);
}
.signature_stamp.newslttr {
  background-image: url(../images/signature-newsletter-gold.png);
}

.crop {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  padding-bottom: 16%;
  background-color: #FFF;
}
.crop.hg50 {
  padding-bottom: 0;
  height: 50%;
}

.features_item {
  margin-bottom: 10px;
}
.features_item:last-child {
  margin-bottom: 0;
}
.features_item .feat_icon {
  display: inline-block;
  height: 18px;
  margin-right: 10px;
}
.features_item .feat_icon svg,
.features_item .feat_icon img {
  width: auto;
  height: 100%;
  margin-top: -5px;
}
.features_item .feat_icon.gold svg path {
  fill: #bb957a;
}
.features_item .feat_icon.dark_green svg path {
  fill: #334742;
}
.features_item .feat_copy {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 22px;
  line-height: 1.15;
}
.features_item .feat_copy a {
  color: #bb957a;
}

.line_ornament {
  width: 1px;
  height: 130px;
  background-color: #91b7aa;
  margin: 0 auto 20px;
  position: relative;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1000ms ease;
}
.line_ornament span {
  background-color: #FFF;
  border: 1px solid #91b7aa;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  bottom: 1px;
  left: -3px;
  transform: rotate(45deg);
}
.line_ornament span:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #91b7aa;
  position: absolute;
  top: 1px;
  left: 1px;
}
.line_ornament:hover {
  color: #91b7aa;
}

.animated.line_ornament {
  transform: scaleY(1);
}

.bg_lightgrey .line_ornament span {
  background-color: #f3f3f4;
}

.block_80wdth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.snippet h3 {
  color: #334742;
  font-family: warnock-pro, serif;
  font-size: 28px;
  line-height: 1.4;
}
.snippet .line {
  width: 60px;
  height: 1px;
  background-color: #abc6bd;
  display: block;
}
.snippet.text-center .line {
  margin: 0 auto;
}

.side_two_imgs .snippet {
  margin-bottom: 30px;
}

.colours_pal .inner_colours {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.colours_pal .item_colour {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #CCC;
  margin: 5px;
}

.colours_pal.animate .item_colour {
  opacity: 0;
  transition: opacity 0.8s linear;
}

.colours_pal.animated .item_colour {
  opacity: 1;
}
.colours_pal.animated .item_colour:nth-child(1) {
  transition-delay: 500ms;
}
.colours_pal.animated .item_colour:nth-child(2) {
  transition-delay: 550ms;
}
.colours_pal.animated .item_colour:nth-child(3) {
  transition-delay: 600ms;
}
.colours_pal.animated .item_colour:nth-child(4) {
  transition-delay: 650ms;
}
.colours_pal.animated .item_colour:nth-child(5) {
  transition-delay: 700ms;
}
.colours_pal.animated .item_colour:nth-child(6) {
  transition-delay: 750ms;
}

.iframe_video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.iframe_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_module {
  width: 100%;
  padding-bottom: 70%;
  background-color: #334742;
  position: relative;
}
.map_module .mp_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: no-repeat center/contain;
}
.icon.tel.light_green {
  background-image: url(../images/icon-phone-light_green.png);
}
.icon.time.light_green {
  background-image: url(../images/icon-time-light_green.png);
}

.office_el {
  position: relative;
  padding: 30px 30px 30px 80px;
}
.office_el .symbol_marker {
  width: 33px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 18px;
  background: url(../images/outline-marker.png) no-repeat center/contain;
  font-size: 17px;
  line-height: 2.2;
  text-align: center;
  color: #91b7aa;
}
.office_el h3 {
  font-family: warnock-pro, serif;
  font-size: 24px;
  line-height: 1;
  color: #334742;
  margin-bottom: 15px;
}
.office_el .tel {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #334742;
  position: relative;
}
.office_el .dir {
  font-size: 14px;
  line-height: 1.6;
}
.office_el .icon {
  position: absolute;
  left: -28px;
  top: -2px;
}

.table_times {
  position: relative;
}
.table_times .icon {
  position: absolute;
  left: 0;
  top: -2px;
}
.table_times h2,
.table_times h3 {
  padding-left: 25px;
}
.table_times .times_wrapper {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.table_times .times_wrapper .day_el {
  padding: 16px 25px;
  font-size: 14px;
  line-height: 1;
}
.table_times .times_wrapper .day_el.current {
  background-color: rgba(145, 183, 170, 0.1);
}
.table_times .times_wrapper .day_el.current .col-5 {
  color: #91b7aa;
}
.table_times .times_wrapper .day_el .col-5 {
  font-weight: 700;
}

.data_el .dt_chip {
  width: 12px;
  height: 12px;
  background-color: #CCC;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.data_el .dt_name {
  display: inline-block;
  font-family: warnock-pro, serif;
  font-size: 16px;
  line-height: 1;
}
.data_el .dt_subtitle {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  margin-left: 22px;
  margin-top: 5px;
}
.data_el .dt_subtitle.no_chip {
  margin-left: 0;
}
.data_el .dt_subtitle .row {
  margin-left: -5px;
  margin-right: -5px;
}
.data_el .dt_subtitle .row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.standard_content.top_page {
  margin-top: 220px;
}
.standard_content h1 {
  font-family: warnock-pro, serif;
  font-size: 72px;
  line-height: 1.2;
  color: #334742;
  font-weight: 400;
  position: relative;
}
.standard_content h1:after {
  content: "";
  display: block;
  width: 110px;
  border-bottom: 6px solid #bb957a;
  margin: 35px auto 10px;
}
.standard_content .content_styles h2,
.standard_content .content_styles h3 {
  font-family: warnock-pro, serif;
  line-height: 1.25;
  color: #334742;
  font-weight: 400;
}
.standard_content .content_styles h4,
.standard_content .content_styles h5,
.standard_content .content_styles h6 {
  line-height: 1.25;
  color: #334742;
  font-weight: 700;
}
.standard_content .content_styles h2 {
  font-size: 36px;
}
.standard_content .content_styles h3 {
  font-size: 30px;
}
.standard_content .content_styles h2 + h3,
.standard_content .content_styles h3 + h4 {
  margin-top: 10px;
}
.standard_content .content_styles h4 {
  font-size: 20px;
}
.standard_content .content_styles ul,
.standard_content .content_styles ol {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}
.standard_content .content_styles ul li,
.standard_content .content_styles ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.85;
}
.standard_content .content_styles ul li:last-child,
.standard_content .content_styles ol li:last-child {
  margin-bottom: 0;
}
.standard_content .content_styles ul li::before,
.standard_content .content_styles ol li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 1px;
  color: #91b7aa;
}
.standard_content .content_styles ul:last-child,
.standard_content .content_styles ol:last-child {
  margin-bottom: 0;
}
.standard_content .content_styles a {
  color: #334742;
  border-bottom: 1px solid #91b7aa;
  padding-bottom: 2px;
  transition: border 600ms ease;
}
.standard_content .content_styles a:hover {
  border-color: #334742;
}

table.standard_table {
  width: 100%;
  margin-bottom: 30px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
table.standard_table:last-child {
  margin-bottom: 0;
}
table.standard_table tr:nth-child(odd) {
  background-color: #f3f3f4;
}
table.standard_table tr th,
table.standard_table tr td {
  padding: 15px 10px;
}
table.standard_table tr th {
  font-family: warnock-pro, serif;
  background-color: #334742;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.logo_copy {
  height: 130px;
}
.logo_copy img {
  height: 100%;
}
.logo_copy.top {
  margin-bottom: 34px;
}

.contact_phone {
  color: #334742;
  font-size: 16px;
}
.contact_phone strong {
  font-size: 18px;
}

.btns_grey_icon {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.btns_grey_icon .top_icon {
  width: 40px;
  height: 40px;
  background-color: #f3f3f4;
  margin: 0 auto 12px;
  position: relative;
  border-radius: 50%;
  transition: background 600ms ease;
}
.btns_grey_icon .top_icon span {
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 10px;
}
.btns_grey_icon .btn_name {
  font-family: "Gotham";
  color: #334742;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}
.btns_grey_icon .btn_name > span {
  color: #91b7aa;
  font-weight: 700;
  margin-left: 8px;
}
.btns_grey_icon:hover .top_icon {
  background-color: #e7e7e9;
}
.btns_grey_icon.btn_siteplan .top_icon span {
  background-image: url(../images/icon-btn-siteplan.svg);
}
.btns_grey_icon.btn_location .top_icon span {
  background-image: url(../images/icon-btn-location.svg);
}
.btns_grey_icon.btn_brochure .top_icon span {
  background-image: url(../images/icon-btn-brochure.svg);
}
.btns_grey_icon.btn_floorplans .top_icon span {
  background-image: url(../images/icon-btn-floorplans.svg);
}
.btns_grey_icon.btn_plots .top_icon span {
  background-image: url(../images/icon-btn-plots.svg);
}
.btns_grey_icon.inline_grey_icon {
  display: flex;
  align-items: center;
}
.btns_grey_icon.inline_grey_icon::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #abc6bd;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 400ms ease;
}
.btns_grey_icon.inline_grey_icon .top_icon {
  margin: 0 12px 0 0;
}
.btns_grey_icon.inline_grey_icon.active::after {
  transform: scaleX(1);
}

.tabs_modal .btns_grey_icon {
  margin: 0 30px;
  padding-bottom: 20px;
  position: relative;
}

.plain_newsletter_box {
  background-color: #334742;
  padding: 40px 0;
  position: relative;
}
.plain_newsletter_box .signature_stamp.newslttr {
  top: -115px;
}
.plain_newsletter_box form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.plain_newsletter_box form .row .field_row {
  padding-left: 7px;
  padding-right: 7px;
}

.plain_cta_box {
  text-align: center;
  height: 100%;
  position: relative;
}
.plain_cta_box.light_grey {
  background-color: #dfe0e0;
}
.plain_cta_box.light_green {
  background-color: #abc6bd;
}
.plain_cta_box .inner_cta {
  width: 100%;
}
.plain_cta_box a.link_cta {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.plain_cta_box .b_icon {
  height: 55px;
  margin-bottom: 24px;
}
.plain_cta_box .b_icon img {
  width: auto;
  height: 100%;
}
.plain_cta_box .b_title {
  font-family: warnock-pro, serif;
  font-size: 28px;
  line-height: 1;
  color: #334742;
}

.no-touchscreen .plain_cta_box .b_icon {
  transition: transform 400ms ease;
}
.no-touchscreen .plain_cta_box .b_title {
  position: relative;
}
.no-touchscreen .plain_cta_box .b_title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #334742;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 400ms ease, opacity 300ms linear;
}
.no-touchscreen .plain_cta_box:hover .b_icon {
  transform: translateY(-5px);
}
.no-touchscreen .plain_cta_box:hover .b_title::after {
  opacity: 1;
  transform: scaleX(1);
}

.field_row .litepicker-backdrop {
  display: none !important;
}

.nav_btns {
  display: flex;
  flex-wrap: wrap;
}
.nav_btns .zoom_btn {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  text-indent: -99999px;
}
.nav_btns .zoom_btn:before, .nav_btns .zoom_btn:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #bb957a;
  top: 20px;
  left: 8px;
  transition: background 400ms ease;
}
.nav_btns .zoom_btn:after {
  transform: rotate(90deg);
}
.nav_btns .zoom_btn.z_btn_out:after {
  display: none;
}
.nav_btns .zoom_btn:hover:before, .nav_btns .zoom_btn:hover:after {
  background-color: #334742;
}
.nav_btns.vertical {
  width: 40px;
}
.nav_btns.vertical .zoom_btn {
  margin: 5px 0;
}
.nav_btns.vertical .zoom_btn:last-child {
  margin-bottom: 0;
}

.nav_arrows .arrow_btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d7d8da;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 7px;
}
.nav_arrows .arrow_btn span {
  width: 16px;
  height: 12px;
  background: no-repeat center/contain;
  position: absolute;
  top: 13px;
  left: 11px;
}
.nav_arrows .arrow_btn.slick-next span {
  background-image: url(../images/nav_arrow_next.svg);
}
.nav_arrows .arrow_btn.slick-prev span {
  background-image: url(../images/nav_arrow_prev.svg);
}

.no-touchscreen .nav_arrows .arrow_btn {
  transition: border 400ms ease;
}
.no-touchscreen .nav_arrows .arrow_btn:hover {
  border-color: #91b7aa;
}

@media (max-width: 575px) {
  .wdth100_mob {
    width: 100% !important;
  }

  .plain_newsletter_box .signature_stamp {
    display: none;
  }

  .data_el .dt_subtitle .row .col-6.last {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .margin100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .margintop100 {
    margin-top: 60px;
  }

  .marginbottom100 {
    margin-bottom: 60px;
  }

  .padding100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paddingtop100 {
    padding-top: 60px;
  }

  .paddingbottom100 {
    padding-bottom: 60px;
  }

  .margin80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margintop80 {
    margin-top: 40px;
  }

  .marginbottom80 {
    margin-bottom: 40px;
  }

  .padding80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paddingtop80 {
    padding-top: 40px;
  }

  .paddingbottom80 {
    padding-bottom: 40px;
  }

  .text_center_mobile {
    text-align: center;
  }

  body {
    font-size: 14px;
  }

  .crop {
    padding-bottom: 30%;
  }

  .line_ornament {
    height: 70px;
  }

  .padd15_mob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .side_two_imgs .snippet .line {
    display: none;
  }

  .grid_vertical_imgs .snippet {
    margin-top: 30px;
  }

  .nopadd_mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .table_times {
    margin-top: 40px;
  }

  .vertical_imgs {
    margin-left: -7px;
    margin-right: -7px;
  }
  .vertical_imgs > [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .map_module {
    padding-bottom: 120%;
  }

  .standard_content.top_page {
    margin-top: 120px;
  }
  .standard_content h1 {
    font-size: 36px;
  }
  .standard_content h1:after {
    width: 80px;
    margin-top: 20px;
    border-width: 4px;
  }
  .standard_content .content_styles h2 {
    font-size: 26px;
  }
  .standard_content .content_styles h3 {
    font-size: 20px;
  }
  .standard_content .content_styles h4 {
    font-size: 16px;
  }

  .boxes_cta .row.vh100 .col-12 {
    margin-top: 15px;
  }
  .boxes_cta .animate.delay50 {
    transition-delay: 0s;
  }

  .plain_cta_box {
    padding: 40px 0;
  }

  .tabs_modal .btns_grey_icon {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .features_item .feat_copy {
    font-size: 18px;
  }

  .block_80wdth {
    padding: 0 15px;
  }

  .grid_vertical_imgs .colours_pal {
    margin-bottom: 40px;
  }

  .office_el {
    padding: 30px 0 30px 50px;
  }
  .office_el .symbol_marker {
    left: 0;
  }

  .plain_cta_box .b_title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .vertical_imgs > [class*=col-] {
    margin-bottom: 15px;
  }
  .vertical_imgs > [class*=col-]:last-child {
    margin-bottom: 0;
  }

  .snippet h3.large {
    font-size: 40px;
    line-height: 1.25;
  }

  .col-md-4:nth-child(2) > .office_el {
    transition-delay: 500ms;
  }

  .col-md-4:nth-child(3) > .office_el {
    transition-delay: 1s;
  }

  .boxes_cta .row.vh100 .col-12:first-child {
    margin-bottom: 15px;
  }
  .boxes_cta .row.vh100 .col-12:last-child {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .line_ornament {
    height: 100px;
  }

  .grid_vertical_imgs .row.align-items-center .last {
    margin-top: 30px;
  }

  .standard_content h1 {
    font-size: 40px;
  }
  .standard_content .content_styles h2 {
    font-size: 30px;
  }
  .standard_content .content_styles h3 {
    font-size: 26px;
  }
  .standard_content .content_styles h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block_80wdth {
    width: 80%;
    max-width: 1900px;
  }

  .data_el .dt_subtitle .row .col-6.last {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .side_two_imgs .snippet {
    margin-bottom: 80px;
  }

  .map_module {
    padding-bottom: 41.25%;
  }

  .plain_newsletter_box {
    padding: 80px 0;
  }
}
.index-headline h2 {
  font-size: 50px !important;
}

.border_btt {
  border-bottom: 15px solid;
}
.border_btt.gold {
  border-color: #bb957a;
}
.border_btt.green {
  border-color: #91b7aa;
}

.carousel-dot {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-right: 0.1em;
  background-color: #decbbd;
  cursor: pointer;
}

* {
  image-rendering: auto;
}

header {
  position: fixed;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0px;
  background: #334742;
  z-index: 10;
  transition: height 400ms ease;
}
header .logo {
  width: 210px;
  display: block;
  margin: 0 auto;
}
header .logo img {
  display: block;
}
header ul.nav_menu li {
  margin: auto 24px;
}
header ul.nav_menu li img.social-icon {
  width: 25px;
  padding-right: 0.5rem;
}
header .burger_device {
  display: none;
  position: absolute;
  top: 25px;
  left: 15px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  transition: transform 300ms ease, top 300ms ease;
}
header .burger_device a {
  display: block;
  width: 100%;
}
header .burger_device span {
  height: 2px;
  width: 100%;
  display: block;
  margin: 10px auto;
  position: relative;
  background-color: #FFF;
  position: absolute;
  transition: all 400ms ease;
}
header .burger_device span:first-child {
  top: 5px;
  transition: top 300ms ease 300ms, transform 300ms ease-out 100ms;
}
header .burger_device span:nth-child(2) {
  top: 15px;
  transition: opacity 300ms ease 300ms;
}
header .burger_device span:last-child {
  top: 25px;
  transition: top 300ms ease 300ms, transform 300ms ease-out 100ms;
}
header .burger_device.open {
  transition: transform 300ms ease 500ms, top 300ms ease;
  transform: rotate(45deg) translate(1px, 4px);
}
header .burger_device.open span:first-child {
  top: 10px;
  transform: rotate(0deg);
  transition: top 300ms ease 100ms, transform 300ms ease-out 500ms;
}
header .burger_device.open span:nth-child(2) {
  opacity: 0;
}
header .burger_device.open span:last-child {
  top: 10px;
  transform: rotate(90deg);
  transition: top 300ms ease 100ms, transform 300ms ease-out 700ms;
}
header .header-hbf-logo {
  max-height: 47px;
}

.scrolled header {
  height: 70px;
}
.scrolled header .burger_device {
  top: 10px;
}

@media (max-width: 767px) {
  header {
    height: 60px;
  }
  header .logo {
    width: 150px;
  }

  .scrolled header {
    height: 60px;
  }

  header .burger_device,
.scrolled header .burger_device {
    top: 5px;
  }
}
@media (max-width: 1199px) {
  header .burger_device {
    display: block;
  }
}
/* Main menu nav */
ul.nav_menu {
  list-style: none;
  display: flex;
}
ul.nav_menu li a {
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  display: inline-block;
  transition: color 600ms ease;
}
ul.nav_menu li a:hover {
  color: #91b7aa;
}

/* Mobile Menu */
.main_menu_mobile {
  position: fixed;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-top: 100px;
  padding-bottom: 30px;
  z-index: 9;
  transition: padding 400ms ease;
}
.main_menu_mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 0;
  transition: opacity 400ms ease;
}
.main_menu_mobile .green_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #334742;
  transform: translateY(-100%);
  transition: transform 400ms ease;
}
.main_menu_mobile .nav_menu {
  opacity: 0;
  transition: opacity 300ms ease;
}
.main_menu_mobile .nav_menu li a {
  padding: 15px 0;
}
.main_menu_mobile.loading .nav_menu {
  opacity: 1;
}
.main_menu_mobile.loading .green_bg {
  transform: translateY(0);
}
.main_menu_mobile.loading .overlay {
  opacity: 1;
}

.scrolled .main_menu_mobile {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .main_menu_mobile,
.scrolled .main_menu_mobile {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .main_menu_mobile.active {
    display: block;
  }
}
.btn_solid {
  display: inline-block;
  margin: 0;
  padding: 19px 20px;
  background: #abc6bd;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Gotham";
  color: #334742;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  transition: background 600ms ease;
}
.btn_solid:hover {
  background-color: #91b7aa;
}
.btn_solid:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.btn_solid.white {
  background-color: #FFF;
}
.btn_solid.white:hover {
  background-color: #91b7aa;
}
.btn_solid .icon {
  display: inline-block;
  height: 18px;
  margin-right: 14px;
}
.btn_solid .icon img {
  width: auto;
  height: 100%;
}
.btn_solid.brochure-download-btn {
  height: 50px;
}
.btn_solid.brochure-download-btn .icon img {
  height: 14px;
}
.btn_solid.explore {
  background-color: #FFF;
  transition: color 600ms ease;
}
.btn_solid.explore span {
  border: 1px solid #bb957a;
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 1px;
  transform: rotate(45deg);
}
.btn_solid.explore span:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #bb957a;
  position: absolute;
  top: 1px;
  left: 1px;
}
.btn_solid.explore:hover {
  color: #91b7aa;
}

@media (min-width: 768px) and (max-width: 991px) {
  .property .btn_solid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 575px) {
  .property .btn_solid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn_border {
  display: inline-block;
  margin: 0;
  padding: 18px 19px;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Gotham";
  color: #334742;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  border: 1px solid #334742;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  transition: border 600ms ease;
}
.btn_border:hover {
  border-color: #91b7aa;
}
.btn_border:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.btn_border .icon {
  display: inline-block;
  height: 18px;
  margin-right: 14px;
}
.btn_border .icon img {
  width: auto;
  height: 100%;
}

.view-brochure-btn {
  height: 50px;
}
.view-brochure-btn img {
  margin-top: -3px;
}

.request-brochure-btn {
  height: 56px;
}
.request-brochure-btn .icon img {
  height: 16px;
}
.request-brochure-btn-2 {
  margin-left: 0 !important;
  margin-top: 1rem;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 19px 0;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Gotham";
  color: #334742;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #91b7aa;
  position: absolute;
  left: 0;
  bottom: 10px;
  transition: background 600ms ease;
}
.btn:hover:after {
  background-color: #334742;
}
.btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.btn .icon {
  display: inline-block;
  height: 18px;
  margin-right: 14px;
}
.btn .icon img {
  width: auto;
  height: 100%;
}
.btn-no-link.white:hover {
  background-color: #FFF;
  cursor: default;
}

@media (max-width: 767px) {
  .btn.w100mob {
    width: 100%;
  }

  .wrapper_secondary_actions {
    gap: 1rem;
  }
}
.plain-cta {
  color: #334742;
  font-weight: 700;
  font-size: 18px;
}
.plain-cta:hover {
  color: #91b7aa;
}

.form_input {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  height: 44px;
  background-color: #FFF;
  font-size: 14px;
  line-height: 4;
  font-family: "Gotham";
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d6d9db;
  color: #666666;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  -webkit-appearance: none;
  transition: border 400ms ease;
}
.form_input:focus {
  border-color: #334742;
}
.form_input.error {
  border-color: #bb957a;
}
.form_input::-moz-placeholder {
  line-height: 1.2;
  padding-top: 2px;
}
.form_input:-ms-input-placeholder {
  line-height: 1.2;
  padding-top: 2px;
}
.form_input::placeholder {
  line-height: 1.2;
  padding-top: 2px;
}

select.form_input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEwIDEyIj48cGF0aCBkPSJNMTE5NiwzNDhoMTBsLTUsNVptMTAtMmgtMTBsNS01WiIgZmlsbD0iIzkxYjdhYSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE5NiAtMzQxKSIvPjwvc3ZnPgo=);
  background-repeat: no-repeat, repeat;
  background-position: right 20px center;
  background-size: 10px 12px;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}

input[type=number].form_input::-webkit-outer-spin-button,
input[type=number].form_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].form_input {
  -moz-appearance: textfield;
}

textarea.form_input {
  resize: none;
}

.field_row {
  margin-bottom: 15px;
}
.field_row:last-child {
  margin-bottom: 0;
}
.field_row label {
  display: inline-block;
  width: 100%;
  color: #334742;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
.field_row.hidden_label label {
  display: none;
}
.field_row.font14 p {
  font-size: 14px;
}
.field_row.copy a {
  text-decoration: none;
  color: #334742;
  border-bottom: 1px solid #91b7aa;
  transition: border 400ms ease;
}
.field_row.copy a:hover {
  border-color: #334742;
}

.dark_bg_input .form_input {
  border-color: transparent;
}
.dark_bg_input .form_input.error {
  border: 1px solid #bb957a;
}

.checkbox_input {
  position: absolute;
  opacity: 0;
}
.checkbox_input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #666666;
  padding: 4px 0 0 30px;
  margin: 0;
  text-transform: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transition: color 400ms ease;
}
.checkbox_input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #d6d9db;
  transition: border 400ms ease;
}
.checkbox_input + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 6px;
  height: 6px;
  transition: background 400ms ease;
}
.checkbox_input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox_input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #ddd;
}
.checkbox_input:checked + label {
  color: #334742;
}
.checkbox_input:checked + label:before {
  border-color: #334742;
}
.checkbox_input:checked + label:after {
  background: #334742;
}

.dark_bg_input .checkbox_input + label {
  color: #FFF;
}
.dark_bg_input .checkbox_input + label a {
  color: #abc6bd;
  transition: color 400ms ease;
}
.dark_bg_input .checkbox_input + label a:hover {
  color: #FFF;
}
.dark_bg_input .checkbox_input:checked + label:before {
  border-color: #abc6bd;
}
.dark_bg_input .checkbox_input:checked + label:after {
  background: #abc6bd;
}

.register-interest-engine-house .panel {
  display: block;
  position: static;
}
.register-interest-engine-house .panel .inner_panel {
  position: static;
  width: 100%;
  transform: none;
  overflow: auto;
}
.register-interest-engine-house .panel .tabs_panel .tab_head {
  justify-content: flex-start;
}
.register-interest-engine-house #register-interest-2-tabhead {
  padding-left: 3rem;
}
.register-interest-engine-house .form_input {
  padding: 13px 20px;
  font-size: 15px;
  line-height: 2;
}

#submit_enquiry {
  margin: 10px 0 40px 0;
}

.dont-miss-out {
  margin-top: 10px;
}

.panel_title {
  display: block;
  font-weight: 700;
  color: #334742;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.panel_title.subtitle {
  padding-top: 18px;
}

.panel_title.communication {
  padding-top: 30px;
}

.hero {
  width: 100%;
  padding: 260px 0 80px;
  position: relative;
  background-color: #334742;
}
.hero.fullheight {
  padding: 0;
  height: 100vh;
}
.hero.fullheight.ratio-mobile {
  padding: 90px 0;
}
.hero .bg_hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat right center/cover;
  background-color: #ccc;
}
.hero .bg_hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
}
.hero.opacity20 .bg_hero:after {
  opacity: 0.2;
}
.hero .hero_content {
  width: 100%;
  display: inline-block;
  padding-top: 100px;
}
.hero h1 {
  font-family: warnock-pro, serif;
  color: #FFF;
  font-size: 72px;
  line-height: 1.15;
}
.hero.h_property h1 {
  font-size: 100px;
}
.hero.h_property h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 1.2px;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .hero.fullheight {
    padding: 150px 0;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero.h_property h1 {
    font-size: 36px;
  }
  .hero.h_property h2 {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.9px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
  .hero .hero_content {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .hero.fullheight {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero.fullheight {
    padding: 200px 0;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero.h_property h1 {
    font-size: 48px;
  }
  .hero.h_property h2 {
    font-size: 20px;
  }
}
.intro h2 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.intro .vertical_image {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
}
.intro .vertical_image .inner_v {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc no-repeat center/cover;
}
.intro .vertical_image.stretch_h {
  padding-bottom: 0;
  height: 100%;
}
.intro .horizontal_image {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.intro .horizontal_image .inner_v {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc no-repeat center/cover;
}
.intro .vertical_image.border_btt,
.intro .horizontal_image.border_btt {
  border-bottom: 15px solid;
}
.intro .vertical_image.border_btt.gold,
.intro .horizontal_image.border_btt.gold {
  border-color: #bb957a;
}
.intro.i_property .wrapper_secondary_actions {
  justify-content: space-around;
}
.intro.i_property .btns_group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.intro.i_property .btns_group a {
  margin-left: 7px;
  margin-right: 7px;
}
.intro.i_property .btns_group a:first-child {
  margin-left: 0;
}
.intro.i_property .btns_group a:last-child {
  margin-right: 0;
}
.intro.i_property .btns_group .contact_phone {
  margin-top: 20px;
}
.intro .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

@media (max-width: 767px) {
  .intro h2 {
    font-size: 26px;
  }
  .intro .vertical_image.border_btt,
.intro .horizontal_image.border_btt {
    border-width: 10px;
  }
  .intro.i_property .wrapper_secondary_actions {
    margin-top: 30px;
  }
  .intro.i_property .wrapper_secondary_actions.wrapper_secondary_actions {
    margin-top: 0;
  }
  .intro.i_property .btns_group .btn_solid,
.intro.i_property .btns_group .btn_border {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1200px) {
  .intro .i_copy.text-center {
    text-align: left;
  }
  .intro.i_property .btns_group:not(.equal_btns) a {
    margin: 0 auto 15px;
  }
  .intro.i_property .btns_group:not(.equal_btns) a:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .intro .stylish_letter p:first-child:first-letter {
    font-family: warnock-pro, serif;
    color: #91b7aa;
    font-size: 105px;
    line-height: 0.5;
    float: left;
    margin: 30px 10px 0px 0;
  }
}
@media (max-width: 998px) {
  .intro.i_property .btns_group.equal_btns {
    flex-wrap: wrap;
  }
  .intro.i_property .btns_group.equal_btns a {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .intro.i_property .btns_group.equal_btns a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .intro .horizontal_image {
    margin-top: 40px;
  }
  .intro.i_property .btns_group:not(.equal_btns) {
    text-align: center;
  }
  .intro.i_property .btns_group:not(.equal_btns) a {
    width: calc(50% - 7px);
  }
  .intro.i_property .btns_group:not(.equal_btns) a:last-of-type {
    margin-right: 0;
  }
  .intro.i_property .contact_phone {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .intro.stamp {
    padding-top: 75px;
  }
  .intro .two_col_paragraph {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .intro.i_property .col-4.d-lg-block {
    max-width: 330px;
  }
  .intro.i_property .p_description {
    max-width: 100%;
    flex: 1;
    padding-left: 45px;
  }
}
@media (min-width: 1200px) {
  .intro .two_col_paragraph {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .intro.i_property .wrapper_secondary_actions {
    justify-content: end;
  }
  .intro.i_property .wrapper_secondary_actions .btns_grey_icon {
    margin-right: 33px;
  }
  .intro.i_property .wrapper_secondary_actions .btns_grey_icon:last-child {
    margin-right: 0;
  }
  .intro.i_property .btns_group .contact_phone {
    margin-top: 30px;
    color: #ababab;
  }
  .intro.i_property .btns_group.smaller_els a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .intro.i_property .btns_group.smaller_els a .icon {
    margin-right: 8px;
  }
  .intro.i_property .btns_group.smaller_els .contact_phone strong {
    font-size: 16px;
  }
}
.grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.grid.padd30 {
  padding-right: 15px;
  padding-left: 15px;
}
.grid .large_grid {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}
.grid.wdth95 {
  width: 95%;
  max-width: 1900px;
}

@media (max-width: 767px) {
  .grid.bg_lightgrey {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .grid.wdth95 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .grid.padd30 .property {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.property {
  margin-bottom: 60px;
}
.property .p_main_image {
  width: 100%;
  padding-bottom: 66.67%;
  position: relative;
  overflow: hidden;
}
.property .inner_p_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc no-repeat center/cover;
  -webkit-backface-visibility: hidden;
  transition: transform 600ms ease;
}
.property .p_info {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  z-index: 1;
  position: relative;
}
.property .p_info.overlap {
  background-color: #FFF;
  margin-top: -50px;
}
.property .p_info h3 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 10px;
}
.property .p_info .p_address {
  font-size: 18px;
  line-height: 1.2;
  color: #3d464d;
  width: 100%;
  display: inline-block;
}
.property .p_info .line {
  width: 24%;
  height: 3px;
  display: inline-block;
  background-color: #91b7aa;
  margin: 15px auto;
}
.property .p_info .line:last-child {
  margin-bottom: 0;
}
.property .p_info .p_price {
  font-size: 14px;
  line-height: 1.2;
  color: #3d464d;
  width: 100%;
  display: inline-block;
}
.property .p_info .p_price span {
  font-size: 16px;
  color: #334742;
}
.property .p_info h3 + .line {
  margin-top: 0;
}
.property.p_home {
  margin-bottom: 30px;
}
.property.p_home .p_main_image {
  border-bottom: 6px solid #abc6bd;
}
.property.p_show .p_info.overlap {
  background-color: #abc6bd;
}
.property.p_show .p_info .line {
  background-color: #FFF;
}
.property .link_wrapper {
  display: block;
}

.no-touchscreen .property a.link_wrapper:hover .inner_p_image {
  transform: scale(1.05);
}
.no-touchscreen .property.p_dev h3 {
  transition: color 400ms ease;
}
.no-touchscreen .property.p_dev .line {
  transition: transform 400ms ease;
}
.no-touchscreen .property.p_dev a.link_wrapper:hover .p_info h3 {
  color: #91b7aa;
}
.no-touchscreen .property.p_dev a.link_wrapper:hover .line {
  transform: scaleX(0.8);
}
.no-touchscreen .property.p_home .p_info {
  -webkit-backface-visibility: hidden;
  transition: transform 600ms ease, background 400ms ease;
}
.no-touchscreen .property.p_home a.link_wrapper:hover .p_info {
  background-color: #FFF;
  transform: translateY(-45px);
}
.no-touchscreen .property.p_show h3 {
  transition: color 400ms ease;
}
.no-touchscreen .property.p_show .line {
  transition: transform 400ms ease;
}
.no-touchscreen .property.p_show a.link_wrapper:hover .p_info h3 {
  color: #FFF;
}
.no-touchscreen .property.p_show a.link_wrapper:hover .line {
  transform: scaleX(0.8);
}

@media (max-width: 767px) {
  .property:last-child, .property.p_home:last-child {
    margin-bottom: 0;
  }
  .property.p_home .p_main_image {
    border-width: 4px;
  }
  .property .p_info {
    padding: 30px 15px;
  }
  .property .p_info h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .property .p_info .p_address,
.property .p_info .p_price span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .property .p_info h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .property .link_wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: hidden;
  }
  .property .p_info.overlap {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .property .p_info {
    width: 73%;
    padding: 60px 30px;
    margin-top: -30px;
  }
  .property .p_info.overlap {
    margin-top: -75px;
  }
}
@media (max-width: 1000px) {
  .features-tiles *:not(.signature) {
    display: block !important;
    float: unset !important;
    margin: 30px 0 !important;
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
  }
}
@media (max-width: 1300px) {
  .signature {
    display: none;
  }
}
.features-tiles {
  position: relative;
  width: 100%;
  text-align: right;
}
@media (max-width: 1199px) {
  .features-tiles {
    margin-top: 600px;
  }
}
@media (max-width: 1000px) {
  .features-tiles {
    padding: 0 15%;
    margin-top: 450px;
  }
}
@media (max-width: 700px) {
  .features-tiles {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .features-tiles .inner {
    padding: 0px !important;
    min-width: unset !important;
  }
  .features-tiles .item {
    padding-bottom: 20px !important;
  }
  .features-tiles .text {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .features-tiles .img {
    max-width: 100%;
  }
}
.features-tiles .signature {
  z-index: 10;
  position: absolute;
  pointer-events: none;
  width: 200px;
  right: 70px;
  top: -40px;
  height: auto;
  left: unset;
}
.features-tiles .inner {
  display: inline-block;
  position: relative;
  width: 70%;
  min-width: 1283px;
  padding-top: 100px;
  background-color: #f3f3f4;
}
@media (max-width: 1400px) {
  .features-tiles .inner {
    min-width: 0;
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .features-tiles .inner {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
}
.features-tiles .inner .item {
  position: relative;
  margin-bottom: 215px;
}
.features-tiles .inner .item:nth-last-of-type {
  margin-bottom: 0px !important;
}
.features-tiles .inner .item:nth-child(odd) {
  text-align: right;
  margin-right: 25%;
}
@media (max-width: 1300px) {
  .features-tiles .inner .item:nth-child(odd) {
    margin-right: 10%;
  }
}
@media (max-width: 1199px) {
  .features-tiles .inner .item:nth-child(odd) {
    margin-right: 5%;
  }
}
.features-tiles .inner .item:nth-child(odd) .img {
  left: -40px;
}
.features-tiles .inner .item:nth-child(even) {
  text-align: left;
  margin-right: 0%;
}
.features-tiles .inner .item:nth-child(even) .text {
  margin-left: 16%;
}
@media (max-width: 1300px) {
  .features-tiles .inner .item:nth-child(even) .text {
    margin-left: 10%;
  }
}
@media (max-width: 1199px) {
  .features-tiles .inner .item:nth-child(even) .text {
    margin-left: 5%;
    margin-top: 40px;
  }
}
.features-tiles .inner .item:nth-child(even) .img {
  right: 40px;
}
@media (max-width: 1199px) {
  .features-tiles .inner .item:nth-child(even) .img {
    right: 0;
    margin-top: 40px;
  }
}
.features-tiles .inner .item .text {
  width: 350px;
  display: inline-block;
}
.features-tiles .inner .item .text h3 {
  font-weight: bold;
  text-align: left;
  font-size: 40px;
  margin-bottom: 20px;
  color: #334742;
  font-family: warnock-pro, serif;
  line-height: 1.4;
}
.features-tiles .inner .item .text span {
  display: block;
  text-align: left;
  font: inherit;
  font-size: 21px;
  font-style: normal;
  vertical-align: baseline;
}
.features-tiles .inner .item .img {
  position: absolute;
  background-size: cover;
  width: 550px;
  height: 500px;
  top: -140px;
}

@media (max-width: 1200px) {
  .interiors-bottom-images.main-hero {
    min-height: 400px;
  }
}
@media (max-width: 1200px) {
  .interiors-bottom-images, .interiors-bottom-images * {
    padding-left: 0;
    padding-right: 0;
    left: unset;
    right: unset;
    width: 100%;
    text-align: center;
  }
  .interiors-bottom-images.headline_paragraph, .interiors-bottom-images *.headline_paragraph {
    padding-left: 70px !important;
  }
  .interiors-bottom-images a, .interiors-bottom-images * a {
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.interiors-bottom-images {
  position: relative;
  padding: 0 !important;
  background-color: #FFF;
}
.interiors-bottom-images .headline_paragraph {
  position: absolute;
  bottom: -120px;
  text-align: left;
  background-color: #FFF;
  max-width: 1100px;
  padding-right: 70px;
  padding-left: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0;
}
.interiors-bottom-images .headline_paragraph .fa-bold {
  font-weight: bold !important;
}
.interiors-bottom-images .headline_paragraph .btn_solid {
  position: absolute !important;
  right: 70px;
}
.interiors-bottom-images .nth-1 {
  padding-right: 10px;
}
@media (max-width: 900px) {
  .interiors-bottom-images .nth-1 {
    padding-right: 0px;
  }
}
.interiors-bottom-images .nth-2 {
  padding-left: 10px;
}
@media (max-width: 900px) {
  .interiors-bottom-images .nth-2 {
    padding-left: 0px;
  }
}

@media (max-width: 1200px) {
  .designed-by-hand,
.designed-by-hand [class*=col-] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .designed-by-hand * {
    position: relative;
  }
}
.designed-by-hand .signature_stamp {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 50px;
  left: unset;
  top: -140px;
}
.designed-by-hand .text {
  padding-left: 30px;
}
.designed-by-hand .left .vertical_image {
  width: 100%;
  height: 400px;
}

.interiors-gallery-image .carousel_headlines {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 900px) {
  .i_content_copy {
    padding: 20px !important;
  }
}
.interiors-carousel-select {
  position: absolute;
  right: 0;
  top: -200px;
  overflow-x: hidden;
  max-width: 900px;
  height: 450px;
}
.interiors-carousel-select .item-container {
  transition: 0.5s;
  display: flex;
  width: auto;
}
.interiors-carousel-select .item {
  display: inline-block;
  box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.3);
  width: 300px;
  height: 230px;
  margin-right: 25px;
}
.interiors-carousel-select .item span {
  display: block;
  background-size: cover;
  min-width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .intro .align-items-center .col-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .intro .align-items-center .col-4 a {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p_main_image .inner_p_image.hunsbury_grange {
  background-size: 135%;
}

@media screen and (min-width: 1279px) {
  .hero.hunsbury_grange div {
    background-size: 135%;
    background-position: center 62%;
  }
}

.headline_banner h3 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.headline_banner .btns_group {
  display: flex;
  flex-wrap: wrap;
}
.headline_banner .btns_group a {
  margin-left: 7px;
  margin-right: 7px;
}
.headline_banner .btns_group a:first-child {
  margin-left: 0;
}
.headline_banner .btns_group a:last-child {
  margin-right: 0;
}
.headline_banner .btns_group.equal_btns a {
  width: 270px;
}

@media (max-width: 767px) {
  .headline_banner h3 {
    font-size: 32px;
  }
  .headline_banner .btns_group a {
    margin: 0 0 15px;
  }
  .headline_banner .btns_group a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .headline_banner .btns_group.equal_btns a {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headline_banner h3 {
    font-size: 40px;
  }
}
.carousel_headlines {
  padding-left: 30px;
  padding-right: 30px;
}
.carousel_headlines .sliderContainer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.carousel_headlines .sliderContainer .rotator_headlines {
  padding: 0;
}
.carousel_headlines .sliderContainer .rot_main_img {
  width: 100%;
}
.carousel_headlines .sliderContainer .rot_main_img .img_inner {
  width: 100%;
  padding-bottom: 52%;
  background: #ccc no-repeat center/cover;
}
.carousel_headlines .sliderContainer .progress_bar_wrapper {
  padding: 0;
}
.carousel_headlines .sliderContainer .progress_bar_wrapper .item {
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
}
.carousel_headlines .sliderContainer .progress_bar_wrapper .item:last-child {
  margin-bottom: 0;
}
.carousel_headlines .sliderContainer .progress_bar_wrapper .progress_bar {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 20px;
}
.carousel_headlines .sliderContainer .progress_bar_wrapper .progress_bar .in_progress {
  background-color: #334742;
  width: 0%;
  height: 1px;
}

@media (max-width: 767px) {
  .carousel_headlines {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel_headlines .sliderContainer .progress_bar_wrapper .item {
    font-size: 22px;
    text-align: center;
  }
  .carousel_headlines .explore {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .carousel_headlines .sliderContainer .rotator_headlines {
    order: 2;
  }
  .carousel_headlines .sliderContainer .progress_bar_wrapper {
    order: 1;
  }
  .carousel_headlines .explore {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    padding-left: 24px;
    padding-right: 65px;
  }
}
@media (min-width: 1200px) {
  .carousel_headlines {
    padding-left: 60px;
    padding-right: 60px;
  }
  .carousel_headlines .sliderContainer .progress_bar_wrapper .item {
    font-size: 30px;
    padding-right: 60px;
    padding-top: 30px;
  }
  .carousel_headlines .sliderContainer .progress_bar_wrapper .progress_bar {
    margin-top: 30px;
  }
}
.craftmanship_module {
  overflow: hidden;
}

.craft_image {
  width: 100%;
  background-color: #334742;
  position: relative;
}
.craft_image:before, .craft_image:after {
  content: "";
  height: 20px;
  background: #91b7aa;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.craft_image:before {
  left: 50%;
}
.craft_image:after {
  width: 50%;
  left: 0;
}
.craft_image .cft_slide {
  width: 100%;
}
.craft_image .cft_img {
  width: 100%;
  padding-bottom: 46.88%;
  background: #ccc no-repeat center/cover;
}

.craft_box_wrapper {
  position: relative;
  z-index: 2;
}
.craft_box_wrapper .craft_box {
  background-color: #334742;
  margin-top: -60%;
}
.craft_box_wrapper .slick-list {
  overflow: unset;
}
.craft_box_wrapper .cft_info {
  width: 100%;
}
.craft_box_wrapper .cft_info .info_wrapper {
  padding-bottom: 95%;
  position: relative;
}
.craft_box_wrapper .cft_info .info_inner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.craft_box_wrapper .cft_info .stamp {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -55px;
  left: -40px;
}
.craft_box_wrapper .cft_info .stamp img {
  width: 100%;
  height: auto;
}
.craft_box_wrapper .cft_info h4 {
  color: #FFF;
  font-family: warnock-pro, serif;
  font-size: 32px;
  line-height: 1.55;
  transition: color 600ms ease;
}
.craft_box_wrapper .cft_info h4 span {
  display: block;
}
.craft_box_wrapper .cft_info .line {
  width: 110px;
  height: 6px;
  display: inline-block;
  background-color: #91b7aa;
  margin: 15px auto;
  transition: transform 400ms ease;
}
.craft_box_wrapper .cft_info p {
  color: #FFF;
}
.craft_box_wrapper .cft_info a:hover h4 {
  color: #91b7aa;
}
.craft_box_wrapper .cft_info a:hover + .line {
  transform: scaleX(0.8);
}
.craft_box_wrapper .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.craft_box_wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.craft_box_wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
.craft_box_wrapper .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #91b7aa;
  border-radius: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.6);
  transition: background 600ms ease, transform 300ms ease;
}
.craft_box_wrapper .slick-dots li button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #91b7aa;
  opacity: 0;
  border-radius: 50px;
  transition: opacity 600ms ease;
}
.craft_box_wrapper .slick-dots li.slick-active button:before {
  background-color: #FFF;
  transform: scale(1);
}
.craft_box_wrapper .slick-dots li.slick-active button:after {
  opacity: 1;
}
.craft_box_wrapper .slick-dots li:only-child {
  display: none;
}
.craft_box_wrapper .arrows .slick-arrow {
  position: absolute;
  bottom: 60px;
  padding: 10px;
  margin-bottom: -12px;
  cursor: pointer;
}
.craft_box_wrapper .arrows .slick-arrow span {
  width: 9px;
  height: 13px;
  background: no-repeat center/contain;
  display: inline-block;
}
.craft_box_wrapper .arrows .slick-arrow.slick-prev {
  left: 30%;
}
.craft_box_wrapper .arrows .slick-arrow.slick-prev span {
  background-image: url(../images/craft-arrow-prev.png);
}
.craft_box_wrapper .arrows .slick-arrow.slick-next {
  right: 30%;
}
.craft_box_wrapper .arrows .slick-arrow.slick-next span {
  background-image: url(../images/craft-arrow-next.png);
}

.single_slide .craft_box_wrapper .cft_info .info_wrapper {
  padding-bottom: 110%;
}

@media (max-width: 575px) {
  .craft_image .cft_img {
    padding-bottom: 66.67%;
  }
}
@media (min-width: 576px) {
  .craft_image:before {
    width: 510px;
    margin-left: -255px;
  }
}
@media (max-width: 767px) {
  .craft_box_wrapper .craft_box {
    margin-top: -50px;
  }
  .craft_box_wrapper .cft_info .info_inner {
    padding-top: 25px;
  }
  .craft_box_wrapper .cft_info .stamp {
    display: none;
  }
  .craft_box_wrapper .cft_info h4 {
    font-size: 24px;
  }
  .craft_box_wrapper .cft_info .line {
    width: 20%;
    height: 4px;
  }
  .craft_box_wrapper .slick-dots,
.craft_box_wrapper .arrows .slick-arrow {
    bottom: 20px;
  }
  .craft_box_wrapper .arrows .slick-arrow.slick-prev {
    left: 20%;
  }
  .craft_box_wrapper .arrows .slick-arrow.slick-next {
    right: 20%;
  }

  .single_slide .craft_box_wrapper .cft_info .info_wrapper {
    padding-bottom: 0;
  }
  .single_slide .craft_box_wrapper .cft_info .info_inner {
    position: relative;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .craft_image:before {
    width: 690px;
    margin-left: -345px;
  }

  .single_slide .craft_box_wrapper .cft_info .info_inner {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    justify-content: center;
  }
  .single_slide .craft_box_wrapper .cft_info .info_inner a:not(.btn_solid) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .craft_box_wrapper .craft_box {
    margin-top: -30%;
  }
}
@media (min-width: 992px) {
  .craft_image:before {
    width: 930px;
    margin-left: -465px;
  }
}
@media (min-width: 1200px) {
  .craft_image:before {
    width: 1140px;
    margin-left: -570px;
  }

  .craft_box_wrapper .cft_info .info_inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .craft_box_wrapper .arrows .slick-arrow.slick-prev {
    left: 34%;
  }
  .craft_box_wrapper .arrows .slick-arrow.slick-next {
    right: 34%;
  }

  .single_slide .craft_box_wrapper .cft_info .info_wrapper {
    padding-bottom: 95%;
  }
}
@media (min-width: 1500px) {
  .craft_box_wrapper .cft_info .info_inner {
    padding-top: 70px;
  }
  .craft_box_wrapper .cft_info .line {
    margin: 25px auto;
  }
  .craft_box_wrapper .slick-dots,
.craft_box_wrapper .arrows .slick-arrow {
    bottom: 80px;
  }
}
.side_image_copy .side_col_copy {
  display: flex;
}
@media screen and (max-width: 991px) {
  .side_image_copy .side_col_copy_smartmove {
    order: 2;
    padding-top: 30px;
  }
}
.side_image_copy .side_img_wrapper {
  width: 100%;
}
.side_image_copy .side_img_wrapper .s_img_inner {
  width: 100%;
  padding-bottom: 66.67%;
  background: #ccc no-repeat center/cover;
}
.side_image_copy .side_img_wrapper.pad92 .s_img_inner {
  padding-bottom: 92.5%;
}
.side_image_copy .side_info_wrapper h3 {
  font-family: warnock-pro, serif;
  font-size: 40px;
  line-height: 1.3;
  color: #334742;
  margin-bottom: 20px;
}
.side_image_copy .side_info_wrapper .subheadline {
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .side_image_copy .side_info_wrapper h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .side_col_img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .side_image_copy .side_info_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side_image_copy .side_info_wrapper .subheadline {
    font-size: 18px;
  }
}
.interiors_module {
  padding-left: 30px;
  padding-right: 30px;
}
.interiors_module .interiors_wrapper {
  margin: 0 auto;
}
.interiors_module .int_copy {
  width: 25%;
}
.interiors_module .int_copy .icon_stamp {
  height: 90px;
}
.interiors_module .int_copy .icon_stamp img {
  height: 100%;
  width: auto;
}
.interiors_module .int_copy h3 {
  font-size: 32px;
  line-height: 1.3;
  color: #334742;
  font-family: warnock-pro, serif;
}
.interiors_module .int_copy h3 span {
  display: block;
}
.interiors_module .int_slider {
  padding-left: 30px;
  padding-right: 0;
}
.interiors_module .int_panel {
  width: 20%;
  max-width: 290px;
}
.interiors_module .int_panel .i_content_panel {
  padding-left: 60px;
}
.interiors_module .int_panel .i_panel_el {
  width: 100%;
}
.interiors_module .int_panel .i_panel_el .el_panel {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.interiors_module .int_panel .i_panel_el .el_panel .panel_info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
}
.interiors_module .int_panel .i_panel_el .el_panel .inner_img {
  background: #ccc no-repeat center/cover;
}
.interiors_module .int_panel .i_panel_el .el_panel h4 {
  font-family: warnock-pro, serif;
  font-size: 24px;
  line-height: 1.3;
  color: #FFF;
}
.interiors_module .int_panel .i_panel_el .el_panel h4 span {
  display: block;
}
.interiors_module .int_panel .i_panel_el .el_panel.dark_green {
  background-color: #334742;
  color: #334742;
}
.interiors_module .int_panel .i_panel_el .el_panel.green {
  background-color: #abc6bd;
}
.interiors_module .int_panel .i_panel_el .el_panel.gold {
  background-color: #bb957a;
}
@media (max-width: 767px) {
  .interiors_module {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .interiors_module .int_copy .i_content_copy {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .interiors_module .int_copy {
    width: auto;
    order: 2;
    margin-top: 20px;
  }
  .interiors_module .int_copy .icon_stamp {
    display: none;
  }
  .interiors_module .int_copy h3 span {
    display: inline;
  }
  .interiors_module .int_slider {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .interiors_module {
    padding-left: 60px;
    padding-right: 60px;
  }
  .interiors_module .int_copy .icon_stamp {
    height: 110px;
  }
  .interiors_module .int_copy h3 {
    font-size: 36px;
  }
  .interiors_module .int_slider {
    padding-left: 60px;
  }
}
.local_area_module .la_wrapper {
  width: 100%;
  height: 550px;
  position: relative;
}
.local_area_module .la_content {
  background-color: #d9dada;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.local_area_module .la_key .data_el {
  margin-left: 15px;
  margin-right: 15px;
}
.local_area_module .la_key .data_el:first-child {
  margin-left: 0;
}
.local_area_module .la_key .data_el:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .local_area_module .la_wrapper {
    height: 400px;
  }
  .local_area_module .la_key .data_el {
    width: 50%;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .local_area_module .la_content {
    width: calc(calc(50% + 570px));
  }
}
.panel_side_solid {
  overflow: hidden;
}
.panel_side_solid .side_card {
  position: relative;
  right: -5%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .panel_side_solid .side_card {
    right: unset;
  }
}
.panel_side_solid .side_info_wrapper h3 {
  font-family: warnock-pro, serif;
  font-size: 40px;
  line-height: 1.3;
  color: #334742;
  margin-bottom: 20px;
}
.panel_side_solid .side_info_wrapper .subheadline {
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .panel_side_solid .side_info_wrapper h3 {
    font-size: 28px;
  }
  .panel_side_solid .side_info_wrapper .subheadline {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .panel_side_solid .side_text {
    order: 2;
  }
  .panel_side_solid .side_card {
    order: 1;
    margin-bottom: 25px;
  }
}
.large_carousel {
  overflow: hidden;
}
.large_carousel .large_gallery_module {
  padding-bottom: 15px;
}
.large_carousel .large_gallery_module .slick-list {
  overflow: inherit;
}
.large_carousel .large_gallery_module .pic_el {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-right: 60px;
  outline: none;
  position: relative;
}
.large_carousel .large_gallery_module .pic_el img {
  max-width: 100%;
  max-height: 100%;
}
.large_carousel .large_gallery_module .pic_el .progress_bar {
  width: 100%;
  height: 15px;
  background-color: #91b7aa;
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 1s ease, opacity 500ms linear;
}
.large_carousel .large_gallery_module .pic_el .progress_bar .in_progr_gall {
  background-color: #334742;
  width: 0%;
  height: 100%;
}
.large_carousel .large_gallery_module .pic_el.slick-current .progress_bar {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 200ms;
}
.large_carousel .bg_lightgrey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 575px) {
  .large_carousel .large_gallery_module {
    padding-bottom: 8px;
  }
  .large_carousel .large_gallery_module .slick-list {
    padding: 0 !important;
  }
  .large_carousel .large_gallery_module .pic_el {
    margin-right: 20px;
  }
  .large_carousel .large_gallery_module .pic_el .progress_bar {
    height: 8px;
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .large_carousel .large_gallery_module .pic_el {
    margin: 0 5px;
  }
}
@media (min-width: 991px) {
  .large_carousel .large_gallery_module .pic_el {
    max-width: 850px;
  }
}
@media (min-width: 1200px) {
  .large_carousel .large_gallery_module .pic_el {
    max-width: 1000px;
  }
  .large_carousel .bg_lightgrey {
    left: 60px;
    right: 60px;
  }
}
.energy-efficiency-dev-banner {
  width: 48rem;
}

.panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.panel .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 0;
  transition: opacity 400ms ease;
}
.panel .side_img {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ccc no-repeat center/auto 100%;
}
.panel .inner_panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 700px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: transform 400ms ease;
}
.panel .wrapper_panel {
  width: 100%;
  min-height: 100%;
  display: inline-block;
  background-color: #FFF;
  position: relative;
}
.panel .padd_sides_panel {
  padding-left: 60px;
  padding-right: 160px;
}
.panel .top_info {
  padding-top: 40px;
  padding-bottom: 20px;
}
.panel .top_info h3 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
}
.panel .tabs_panel .tab_head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f4;
}
.panel .tabs_panel .tab_head .tab_title span {
  color: #91b7aa;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 400ms ease;
}
.panel .tabs_panel .tab_head .tab_title span:first-child {
  margin-right: 5px;
}
.panel .tabs_panel .tab_head .tab_title.active span {
  color: #334742;
}
.panel .tabs_panel .tab_head > span {
  color: #f3f3f4;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}
.panel .tabs_panel .tab_body {
  padding-top: 20px;
  padding-bottom: 40px;
}
.panel .tabs_panel .tab_body .tab_content {
  display: none;
}
.panel .tabs_panel .tab_body .tab_content.active {
  display: block;
}
.panel .tabs_panel .tab_body .tab_content h4 {
  color: #334742;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.panel .tabs_panel .panel_nav {
  margin-top: 30px;
}
.panel .confirmation_content {
  display: none;
}
.panel .confirmation_content .tabs_panel .tab_body {
  padding-top: 60px;
}
.panel .close_panel {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  z-index: 1;
  background-color: #FFF;
  border-radius: 50%;
}
.panel .close_panel:before, .panel .close_panel:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #bb957a;
  top: 6px;
  left: 19px;
}
.panel .close_panel:before {
  transform: rotate(45deg);
}
.panel .close_panel:after {
  transform: rotate(-45deg);
}
.panel.panel_form .close_panel {
  display: none;
}
.panel.active {
  display: block;
}
.panel.loading .inner_panel {
  transform: translateX(0);
}
.panel.loading .overlay {
  opacity: 1;
}

@media (max-width: 767px) {
  .panel .inner_panel {
    width: 100%;
  }
  .panel .side_img {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    background-size: cover;
  }
  .panel .padd_sides_panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel .top_info h3 {
    font-size: 26px;
  }
  .panel .tabs_panel .tab_head .tab_title .panel_title {
    display: none;
  }
  .panel .tabs_panel .tab_head .tab_title.active .panel_title {
    display: inline-block;
  }
  .panel .tabs_panel .tab_body {
    padding-bottom: 0;
  }
  .panel .tabs_panel .tab_body .tab_content h4 {
    font-size: 16px;
  }
  .panel .tabs_panel .panel_nav {
    position: sticky;
    padding-bottom: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    border-top: 1px solid #d6d9db;
  }
  .panel .tabs_panel .panel_nav.single_button_nav {
    padding-top: 15px;
  }
  .panel .tabs_panel .panel_nav > .col-12 + .col-12 {
    margin-top: 15px;
  }
  .panel .confirmation_content .tabs_panel .tab_body {
    padding-top: 40px;
  }
  .panel.panel_form .close_panel {
    display: block;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 20;
}
.modal.active {
  display: block;
}
.modal .bg_overlay {
  position: fixed;
  background-color: #f3f3f4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: transform 400ms ease, opacity 150ms ease;
  transition-delay: 100ms;
}
.modal .close_panel {
  position: absolute;
  top: 19px;
  right: 30px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 400ms ease;
}
.modal .close_panel .cl_circle {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.modal .close_panel .cl_circle:before, .modal .close_panel .cl_circle:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #bb957a;
  top: 6px;
  left: 19px;
  transition: transform 400ms ease;
}
.modal .close_panel .cl_circle:before {
  transform: rotate(45deg);
  transition-delay: 150ms;
}
.modal .close_panel .cl_circle:after {
  transform: rotate(-45deg);
}
.modal .close_panel .cl_title {
  display: block;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
  color: #334742;
}
.modal .close_panel:hover .cl_circle:before {
  transform: rotate(-45deg);
}
.modal .close_panel:hover .cl_circle:after {
  transform: rotate(45deg);
}
.modal .panel_modal {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms ease;
}
.modal .panel_modal .m_header {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  padding-top: 20px;
}
.modal .panel_modal .m_header h4 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 48px;
  line-height: 1;
}
.modal .panel_modal .m_body {
  position: absolute;
  top: 100px;
  bottom: 80px;
  width: 100%;
  padding: 0 30px;
}
.modal .panel_modal .m_body .inner_m_body {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal .panel_modal .m_body .content_body {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #334742;
}
.modal .panel_modal .m_body .m_main_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal .panel_modal .m_body .m_main_image img {
  display: block;
  max-width: none;
  transform: translate3D(0, 0, 0) scale(0.3);
}
.modal .panel_modal .m_body .m_main_image img.ease {
  transition: transform 400ms ease;
}
@media (min-width: 992px) {
  .modal .panel_modal .m_body .m_main_image img {
    height: 250%;
    max-width: none;
    margin-right: 15rem;
  }
}
.modal .panel_modal .m_body .m_main_image.floorplan img {
  width: auto;
}
.modal .panel_modal .m_body .m_main_image.js-zoom img {
  cursor: move;
  touch-action: none;
}
.modal .panel_modal .m_body .m_main_image.adding {
  -webkit-animation: fadeInEffect 600ms linear;
  animation: fadeInEffect 600ms linear;
}
.modal .panel_modal .m_body .m_map_location {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .panel_modal .m_body .sidebar {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 270px;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.modal .panel_modal .m_body .sidebar .cont_sidebar {
  width: 100%;
  padding: 60px 30px;
  background-color: #FFF;
  border-bottom: 5px solid #91b7aa;
}
.modal .panel_modal .m_body .sidebar .cont_sidebar .data_el {
  margin-bottom: 18px;
}
.modal .panel_modal .m_body .sidebar .cont_sidebar .data_el:last-child {
  margin-bottom: 0;
}
.modal .panel_modal .m_body .sidebar .cont_sidebar.floor_plan_details {
  color: #334742;
  background-color: #91b7aa;
  border-color: #FFF;
}
.modal .panel_modal .m_body .sidebar .line {
  border-bottom: 1px solid #e6e6e6;
}
.modal .panel_modal .m_body .bottom_cont {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.modal .panel_modal .m_body .bottom_cont a,
.modal .panel_modal .m_body .bottom_cont button {
  pointer-events: auto;
}
.modal .panel_modal .m_body .bottom_cont.nav_actions {
  left: 30px;
  z-index: 1;
}
.modal .panel_modal .m_body .side_tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal .panel_modal .m_body .side_tabs ul {
  list-style: none;
}
.modal .panel_modal .m_body .side_tabs ul li {
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  float: left;
  clear: both;
}
.modal .panel_modal .m_body .side_tabs ul li a {
  font-size: 12px;
  line-height: 1;
  color: #abc6bd;
  letter-spacing: 2.4px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 52px;
}
.modal .panel_modal .m_body .side_tabs ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  top: 7px;
  left: 0;
  background-color: #FFF;
  position: absolute;
  transition: width 600ms ease;
}
.modal .panel_modal .m_body .side_tabs ul li.active a {
  color: #FFF;
}
.modal .panel_modal .m_body .side_tabs ul li.active a::before {
  width: 40px;
}
.modal .panel_modal .m_footer {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  color: #3d464d;
  font-size: 18px;
  line-height: 1.45;
}
.modal .panel_modal .m_footer ul li {
  display: inline-block;
  margin: 0 10px;
}
.modal .panel_modal .data_floor {
  display: none;
}
.modal .panel_modal .data_floor.active {
  display: block;
  -webkit-animation: fadeInEffect 600ms linear;
  animation: fadeInEffect 600ms linear;
}
.modal .panel_modal.active {
  display: block;
}
.modal.loading .bg_overlay {
  opacity: 1;
  transition-delay: 0s;
  transform: scaleY(1);
}
.modal.loading .close_panel,
.modal.loading .panel_modal {
  transition-delay: 300ms;
  opacity: 1;
}
.modal.inline_modal {
  display: block;
  position: relative;
  width: 100%;
  height: calc(145vh - 70px);
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  z-index: 0;
}
@media (max-width: 1620px) {
  .modal.inline_modal {
    height: calc(165vh - 70px);
  }
}
.modal.inline_modal .bg_overlay {
  display: none;
}
.modal.inline_modal .panel_modal.active {
  -webkit-animation: fadeInEffect 1s ease;
  animation: fadeInEffect 1s ease;
}
.modal.inline_modal .panel_modal .m_body {
  top: 0;
}
.modal.inline_modal--less-height {
  height: calc(125vh - 70px);
}

.no-touchscreen .modal .panel_modal .m_body .side_tabs ul li a {
  transition: color 600ms ease;
}
.no-touchscreen .modal .panel_modal .m_body .side_tabs ul li a:hover {
  color: #FFF;
}

@media (max-width: 575px) {
  .modal .close_panel {
    top: 20px;
    right: 15px;
  }
  .modal .close_panel .cl_title {
    display: none;
  }
  .modal .panel_modal .m_header h4 {
    font-size: 30px;
  }
  .modal .panel_modal .m_body .sidebar .cont_sidebar {
    padding: 30px;
  }
  .modal .panel_modal .m_footer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .modal .panel_modal .m_body {
    padding: 0 15px;
  }
  .modal .panel_modal .m_body .content_body {
    padding-bottom: 100%;
  }
  .modal .panel_modal .m_body .bottom_cont.nav_actions {
    margin-top: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal .panel_modal .m_body .content_body {
    padding-bottom: 66.67%;
  }
  .modal .panel_modal .m_body .bottom_cont.nav_actions {
    margin-top: 66.67%;
  }
}
@media (max-width: 991px) {
  .modal .panel_modal {
    position: relative;
    height: auto;
  }
  .modal .panel_modal .m_header {
    position: relative;
    height: auto;
    padding-bottom: 20px;
  }
  .modal .panel_modal .m_body {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .modal .panel_modal .m_body .inner_m_body,
.modal .panel_modal .m_body .content_body {
    height: auto;
    position: relative;
  }
  .modal .panel_modal .m_body .m_main_image {
    height: 80%;
    bottom: 6%;
  }
  .modal .panel_modal .m_body .m_main_image img {
    height: 250%;
    max-width: none;
    transform: translate3D(0, 0, 0) scale(0.3);
  }
  .modal .panel_modal .m_body .bottom_cont {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }
  .modal .panel_modal .m_body .bottom_cont.nav_actions {
    position: absolute;
    left: 15px;
    right: 15px;
    top: -140px;
  }
  .modal .panel_modal .m_body .sidebar {
    position: relative;
    left: 0;
    right: 0;
    bottom: auto;
    top: -30px;
    padding: 0 15px;
    width: auto;
  }
  .modal .panel_modal .m_body .side_tabs {
    position: relative;
    left: 0;
    right: 0;
    top: -30px;
    bottom: auto;
    display: block;
    padding: 0 15px;
  }
  .modal .panel_modal .m_body .side_tabs ul {
    padding-top: 20px;
    background-color: #FFF;
    display: flex;
    justify-content: space-around;
  }
  .modal .panel_modal .m_body .side_tabs ul li {
    width: auto;
    margin: 5px 10px;
    text-align: center;
  }
  .modal .panel_modal .m_body .side_tabs ul li a {
    color: #707070;
    padding-left: 0;
  }
  .modal .panel_modal .m_body .side_tabs ul li a::before {
    display: none;
  }
  .modal .panel_modal .m_body .side_tabs ul li.active a {
    color: #334742;
  }
  .modal .panel_modal .m_footer {
    position: relative;
    bottom: auto;
    height: auto;
    margin: 30px 0;
  }
  .modal .panel_modal .m_footer.no_margin_mob {
    margin-top: 0;
  }
  .modal .panel_modal#floorplans .m_body .side_tabs ul {
    background-color: #91b7aa;
  }
  .modal.inline_modal {
    height: auto;
  }
}
@media (min-width: 992px) {
  .modal .panel_modal#floorplans .m_body .m_main_image img {
    width: 120%;
    height: auto;
  }
  .modal .panel_modal#floorplans .m_body .sidebar {
    width: 280px;
  }
}
@media (min-width: 1200px) and (min-height: 800px) {
  .modal .close_panel {
    top: 34px;
  }
  .modal .panel_modal .m_header {
    height: 140px;
    padding-top: 40px;
  }
  .modal .panel_modal .m_body {
    top: 140px;
    bottom: 100px;
    padding: 0 80px;
  }
  .modal .panel_modal .m_footer {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .modal .close_panel {
    right: 80px;
  }
  .modal .panel_modal .m_body {
    padding: 0 80px;
  }
  .modal .panel_modal .m_body .sidebar {
    right: -40px;
  }
  .modal .panel_modal .m_body .side_tabs ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  #floorplans {
    height: 900px;
  }
}
.js-image-zoom-container {
  width: 100%;
  height: 100%;
  padding: 50px 300px 50px 250px;
}
.js-image-zoom-container .containerZoom {
  width: 100%;
  height: 100%;
}
.js-image-zoom-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #334742;
}

.headline_paragraph {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 767px) {
  .headline_paragraph {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headline_paragraph {
    font-size: 26px;
  }
}
.headline_title h2 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 36px;
  line-height: 1.35;
  margin: 0 auto;
}
.headline_title h2.border {
  position: relative;
}
.headline_title h2.border:after {
  content: "";
  display: block;
  width: 110px;
  border-bottom: 6px solid;
  margin: 35px auto 10px;
}
.headline_title h2.border.gold:after {
  border-color: #bb957a;
}
.headline_title h2.border.green:after {
  border-color: #91b7aa;
}
.headline_title h2.border.thin:after {
  border-width: 3px;
  margin: 25px auto;
}
.headline_title.white_font h2 {
  color: #FFF;
}
.headline_title.border {
  position: relative;
}
.headline_title.border:after {
  content: "";
  display: block;
  width: 110px;
  border-bottom: 6px solid;
  margin: 35px auto 10px;
}
.headline_title.border.gold:after {
  border-color: #bb957a;
}

@media (max-width: 767px) {
  .headline_title h2 {
    font-size: 22px;
  }
  .headline_title h2.border:after {
    width: 80px;
    margin-top: 20px;
    border-width: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headline_title h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .headline_title.h_40 h2 {
    font-size: 40px;
  }
}
.card .card_img_wrapper {
  width: 100%;
}
.card .card_img_wrapper .c_img_content {
  width: 100%;
  padding-bottom: 35%;
  background: #ccc no-repeat center/cover;
  position: relative;
}
.card .card_img_wrapper .c_img_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .card .card_img_wrapper .c_img_content {
    padding-bottom: 50%;
  }
}
.card.no_overlay .card_img_wrapper .c_img_content:after {
  opacity: 0;
}
.card h3 {
  font-family: warnock-pro, serif;
  font-size: 52px;
  line-height: 1.2;
  color: #334742;
}
.card.border_btt.dark_green .card_img_wrapper, .card.border_top.dark_green .card_img_wrapper {
  border-color: #334742;
}
.card.border_btt.green .card_img_wrapper, .card.border_top.green .card_img_wrapper {
  border-color: #91b7aa;
}
.card.border_btt.gold .card_img_wrapper, .card.border_top.gold .card_img_wrapper {
  border-color: #bb957a;
}
.card.border_btt .card_img_wrapper {
  border-bottom: 15px solid;
}
.card.border_top .card_img_wrapper {
  border-top: 15px solid;
}
.card.pad55 .card_img_wrapper .c_img_content {
  padding-bottom: 55%;
}
.card.pad56 .card_img_wrapper .c_img_content {
  padding-bottom: 56.25%;
}
.card.pad66 .card_img_wrapper .c_img_content {
  padding-bottom: 66.67%;
}
.card.pad77 .card_img_wrapper .c_img_content {
  padding-bottom: 77%;
}
.card.pad92 .card_img_wrapper .c_img_content {
  padding-bottom: 92.5%;
}
.card.pad130 .card_img_wrapper .c_img_content {
  padding-bottom: 130%;
}
.card .c_vid_info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: opacity 600ms ease;
}
.card .c_vid_info .vid_title {
  position: absolute;
  top: 40px;
  left: 0;
  line-height: 1;
  color: #FFF;
  letter-spacing: 3.2px;
  font-weight: 700;
  text-transform: uppercase;
}
.card .c_vid_info .vid_icon {
  position: absolute;
  bottom: 40px;
  right: 0;
}
.card .c_vid_info .vid_icon span {
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  letter-spacing: 2.8px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.card .c_vid_info .vid_icon span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #FFF;
  vertical-align: middle;
  margin: 0 22px;
}
.card .c_vid_info .vid_icon .v_icon_play {
  width: 80px;
  height: 80px;
  background-color: #abc6bd;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.card .c_vid_info .vid_icon .v_icon_play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -13px;
}
.card .c_vid_info .vid_icon .v_icon_play svg path {
  fill: #334742;
}
.card.video_feature .card_img_wrapper {
  position: relative;
  z-index: 1;
  transition: opacity 600ms ease;
}
.card.video_feature.active .card_img_wrapper,
.card.video_feature.active .c_vid_info {
  opacity: 0;
}
.card.video_feature.loading .card_img_wrapper {
  visibility: hidden;
}
.card.video_feature.loading .card_info .container {
  display: none;
}
.card.video_feature .iframe_video {
  position: absolute;
}

.no-touchscreen .card.video_feature {
  cursor: pointer;
}
.no-touchscreen .card.video_feature .card_img_wrapper .c_img_content:after {
  transition: opacity 600ms ease;
}
.no-touchscreen .card.video_feature .c_vid_info .vid_icon .v_icon_play {
  transition: background-color 600ms ease;
}
.no-touchscreen .card.video_feature:hover .card_img_wrapper .c_img_content:after {
  opacity: 0.5;
}
.no-touchscreen .card.video_feature:hover .c_vid_info .vid_icon .v_icon_play {
  background-color: #FFF;
}

@media (max-width: 767px) {
  .card .card_img_wrapper .c_img_content:after {
    display: none;
  }
  .card .card_info {
    margin-top: 20px;
  }
  .card .card_info h3 {
    font-size: 28px;
    text-align: center;
  }
  .card.border_btt .card_img_wrapper, .card.border_top .card_img_wrapper {
    border-width: 10px;
  }
  .card.video_feature {
    position: relative;
  }
  .card.video_feature .card_info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .card .c_vid_info .vid_title {
    font-size: 12px;
    top: 30px;
  }
  .card .c_vid_info .vid_icon {
    bottom: 30px;
  }
  .card .c_vid_info .vid_icon span {
    display: none;
  }
  .card .c_vid_info .vid_icon .v_icon_play {
    width: 50px;
    height: 50px;
  }
  .card .c_vid_info .vid_icon .v_icon_play svg {
    transform: scale(0.7);
  }

  .side_two_imgs > .row > .col-12 {
    margin-bottom: 40px;
  }
  .side_two_imgs > .row > .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card {
    position: relative;
  }
  .card .card_info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .card .card_info .c_info_inner {
    width: 60%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .card .card_info h3 {
    font-size: 52px;
    color: #FFF;
  }
  .card.bottom_title .card_info {
    align-items: flex-end;
  }
  .card.bottom_title .card_info .c_info_inner {
    width: 100%;
  }
  .card.bottom_title .card_info h3 {
    font-size: 28px;
    margin-bottom: 65px;
    position: relative;
  }
  .card.bottom_title .card_info h3:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #FFF;
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card .card_info h3 {
    font-size: 46px;
  }
  .card.bottom_title .card_info .c_info_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .card.bottom_title .card_info h3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .card .c_vid_info .vid_title {
    top: 70px;
  }
  .card .c_vid_info .vid_icon {
    bottom: 70px;
  }
}
:root {
  --litepickerMonthWidth: calc(var(--litepickerDayWidth) * 7);
  --litepickerDayIsTodayColor: #f44336;
  --litepickerDayIsInRange: #bbdefb;
  --litepickerDayIsLockedColor: #9e9e9e;
  --litepickerDayIsBookedColor: #9e9e9e;
  --litepickerDayIsStartColor: #fff;
  --litepickerDayIsStartBg: #2196f3;
  --litepickerDayWidth: 38px;
  --litepickerButtonCancelColor: #fff;
  --litepickerButtonCancelBg: #9e9e9e;
  --litepickerButtonApplyColor: #fff;
  --litepickerButtonApplyBg: #2196f3;
  --litepickerButtonResetBtn: #909090;
  --litepickerButtonResetBtnHover: #2196f3;
}

.show-week-numbers {
  --litepickerMonthWidth: calc(var(--litepickerDayWidth) * 8) ;
}

.litepicker {
  font-size: 0.8em;
  display: none;
}
.litepicker .container__main {
  display: flex;
}
.litepicker .container__months {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border: 1px solid #d6d9db;
  width: calc(var(--litepickerMonthWidth) + 10px);
}
.litepicker .container__months.columns-2 {
  width: calc((var(--litepickerMonthWidth) * 2) + 20px);
}
.litepicker .container__months.columns-3 {
  width: calc((var(--litepickerMonthWidth) * 3) + 30px);
}
.litepicker .container__months.columns-4 {
  width: calc((var(--litepickerMonthWidth) * 4) + 40px);
}
.litepicker .container__months.split-view .month-item-header .button-previous-month, .litepicker .container__months.split-view .month-item-header .button-next-month {
  visibility: visible;
}
.litepicker .container__months .month-item {
  padding: 5px;
  width: var(--litepickerMonthWidth);
  box-sizing: content-box;
}
.litepicker .container__months .month-item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
  align-items: center;
  color: #334742;
}
.litepicker .container__months .month-item-header div {
  flex: 1;
}
.litepicker .container__months .month-item-header div > .month-item-name {
  margin-right: 5px;
}
.litepicker .container__months .month-item-header div > .month-item-year {
  padding: 0;
}
.litepicker .container__months .month-item-header .reset-button {
  color: var(--litepickerButtonResetBtn);
  transition: color 400ms ease;
}
.litepicker .container__months .month-item-header .reset-button > svg,
.litepicker .container__months .month-item-header .reset-button > img {
  fill: var(--litepickerButtonResetBtn);
  pointer-events: none;
  transition: fill 400ms ease;
}
.litepicker .container__months .month-item-header .reset-button:hover {
  color: var(--litepickerButtonResetBtnHover);
}
.litepicker .container__months .month-item-header .reset-button:hover > svg {
  fill: var(--litepickerButtonResetBtnHover);
}
.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
  visibility: hidden;
  text-decoration: none;
  color: #334742;
  padding: 3px 5px;
  cursor: pointer;
  transition: color 400ms ease, border 400ms ease;
}
.litepicker .container__months .month-item-header .button-previous-month > svg,
.litepicker .container__months .month-item-header .button-previous-month > img,
.litepicker .container__months .month-item-header .button-next-month > svg,
.litepicker .container__months .month-item-header .button-next-month > img {
  fill: #334742;
  pointer-events: none;
  transition: fill 400ms ease;
}
.litepicker .container__months .month-item-header .button-previous-month:hover,
.litepicker .container__months .month-item-header .button-next-month:hover {
  color: #91b7aa;
}
.litepicker .container__months .month-item-header .button-previous-month:hover > svg,
.litepicker .container__months .month-item-header .button-next-month:hover > svg {
  fill: #91b7aa;
}
.litepicker .container__months .month-item-weekdays-row {
  display: flex;
  justify-self: center;
  justify-content: flex-start;
  color: #334742;
}
.litepicker .container__months .month-item-weekdays-row > div {
  padding: 5px 0;
  font-size: 85%;
  flex: 1;
  width: var(--litepickerDayWidth);
  text-align: center;
  font-weight: 700;
}
.litepicker .container__months .month-item:first-child .button-previous-month,
.litepicker .container__months .month-item:last-child .button-next-month {
  visibility: visible;
}
.litepicker .container__months .month-item.no-previous-month .button-previous-month,
.litepicker .container__months .month-item.no-next-month .button-next-month {
  visibility: hidden;
}
.litepicker .container__days {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  justify-content: flex-start;
  text-align: center;
}
.litepicker .container__days > div,
.litepicker .container__days > a {
  padding: 5px 0;
  width: var(--litepickerDayWidth);
}
.litepicker .container__days .day-item {
  color: #666666;
  text-align: center;
  text-decoration: none;
  transition: color 400ms ease, box-shadow 400ms ease;
  cursor: pointer;
}
.litepicker .container__days .day-item:hover {
  color: #91b7aa;
  box-shadow: inset 0 0 0 1px #91b7aa;
}
.litepicker .container__days .day-item.is-today {
  color: #bb957a;
  font-weight: 700;
}
.litepicker .container__days .day-item.is-locked {
  color: var(--litepickerDayIsLockedColor);
}
.litepicker .container__days .day-item.is-locked:hover {
  color: var(--litepickerDayIsLockedColor);
  box-shadow: none;
  cursor: default;
}
.litepicker .container__days .day-item.is-booked {
  color: var(--litepickerDayIsBookedColor);
}
.litepicker .container__days .day-item.is-booked:hover {
  color: var(--litepickerDayIsBookedColor);
  box-shadow: none;
  cursor: default;
}
.litepicker .container__days .day-item.is-in-range {
  background-color: var(--litepickerDayIsInRange);
  border-radius: 0;
}
.litepicker .container__days .day-item.is-start-date {
  color: var(--litepickerDayIsStartColor);
  background-color: var(--litepickerDayIsStartBg);
}
.litepicker .container__days .day-item.is-end-date {
  color: #FFF;
  background-color: #bb957a;
}
.litepicker .container__days .day-item.is-highlighted {
  color: #334742;
  background-color: #abc6bd;
}
.litepicker .container__days .week-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
  font-size: 85%;
}
.litepicker .container__footer {
  text-align: right;
  padding: 10px 5px;
  margin: 0 5px;
  background-color: #fafafa;
}
.litepicker .container__footer .preview-date-range {
  margin-right: 10px;
  font-size: 90%;
}
.litepicker .container__footer .button-cancel {
  background-color: var(--litepickerButtonCancelBg);
  color: var(--litepickerButtonCancelColor);
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
}
.litepicker .container__footer .button-cancel > svg,
.litepicker .container__footer .button-cancel > img {
  pointer-events: none;
}
.litepicker .container__footer .button-apply {
  background-color: var(--litepickerButtonApplyBg);
  color: var(--litepickerButtonApplyColor);
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
.litepicker .container__footer .button-apply:disabled {
  opacity: 0.7;
}
.litepicker .container__footer .button-apply > svg,
.litepicker .container__footer .button-apply > img {
  pointer-events: none;
}
.litepicker .container__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
  visibility: hidden;
}
.litepicker .container__tooltip:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.litepicker .container__tooltip:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

footer .f_top {
  background: #334742;
  border-top: 20px solid #91b7aa;
  padding: 80px 0;
}
footer .f_top .logo img {
  width: 262px;
}
footer .f_top .f_menu {
  list-style: none;
  margin-top: -10px;
}
footer .f_top .f_menu li a {
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  line-height: 1.2;
  padding: 10px 0;
  display: inline-block;
  transition: color 600ms ease;
}
footer .f_top .f_menu li a:hover {
  color: #abc6bd;
}
footer .f_top .social {
  list-style: none;
}
footer .f_top .social li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #91b7aa;
  display: inline-block;
  margin: 10px 3px;
  transition: background 600ms ease;
}
footer .f_top .social li a {
  width: 100%;
  height: 100%;
  display: flex;
}
footer .f_top .social li a img {
  width: 16px;
  margin: 0 auto;
}
footer .f_top .social li:hover {
  background: #FFF;
}
footer.landing .f_top .social {
  margin-top: 30px;
}
footer .f_bottom {
  padding: 50px 0;
}
footer .f_bottom .logos {
  list-style: none;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f_bottom .logos li {
  margin: 0 25px;
}
footer .f_bottom .legal_menu {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f_bottom .legal_menu li {
  margin: 0 9px;
}
footer .f_bottom .legal_menu li a {
  color: #334742;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  transition: color 600ms ease;
}
footer .f_bottom .legal_menu li a:hover {
  color: #91b7aa;
}
footer .f_bottom .legal_menu li:first-child {
  margin-left: 0;
}
footer .f_bottom .legal_menu li:last-child {
  margin-right: 0;
}
footer .f_bottom .copyright {
  font-size: 10px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  footer .f_top .logo {
    text-align: center;
  }
  footer .f_top .logo img {
    width: 200px;
  }
  footer .f_top .f_menu {
    margin-top: 40px;
  }
  footer .f_top .social {
    text-align: center;
  }
}
@media (max-width: 575px) {
  footer .f_bottom .logos li {
    margin: 0 10px;
  }
  footer .f_bottom .legal_menu {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  footer .f_bottom .legal_menu li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.animate.anim-fadein {
  opacity: 0;
  transition: opacity 0.8s linear;
}

.animate.anim-fadein.animated {
  opacity: 1;
}

.animate.anim-fadein_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 400ms linear, transform 800ms ease;
}

.animate.anim-fadein_up.animated {
  opacity: 1;
  transform: translate(0, 0);
}

.animate.delay50 {
  transition-delay: 500ms;
}

.animate.delay100 {
  transition-delay: 1s;
}

.animate.delay125 {
  transition-delay: 1250ms;
}

@media (max-width: 767px) {
  .property.animate.delay50 {
    transition-delay: 0s;
  }
}
@-webkit-keyframes fadeInEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.halfheight {
  height: 50vh;
}

@media (max-width: 767px) {
  .customer-care {
    max-width: 100% !important;
  }
  .customer-care .box {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.customer-care.hero .container {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.customer-care.dashboard {
  text-align: center;
}
.customer-care.dashboard .box {
  position: relative;
  width: 310px;
  height: 220px;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  background-color: #f8f4ee;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.customer-care.dashboard .box:hover .front {
  pointer-events: none;
  opacity: 0;
}
.customer-care.dashboard .box .back, .customer-care.dashboard .box .front {
  width: 100%;
  transition: 0.2s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.customer-care.dashboard .box:hover .back {
  pointer-events: unset;
  opacity: 1;
}
.customer-care.dashboard .box .front {
  pointer-events: unset;
  opacity: 1;
}
.customer-care.dashboard .box .back {
  pointer-events: none;
  opacity: 0;
}
.customer-care.dashboard .box .icon {
  width: 71px;
  height: 71px;
  background-size: cover;
}
.customer-care.dashboard .box h3 {
  margin-bottom: 20px;
  display: block;
  font-family: warnock-pro, serif;
  color: #3c436f;
  font-size: 19px;
  line-height: 1.15;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.customer-care.dashboard .box a {
  transition: 0.5s;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0px 20px;
  color: #334742;
}
.customer-care.dashboard .box a:hover {
  color: #7eb4ad;
}
@media (max-width: 767px) {
  .customer-care.dashboard .front {
    pointer-events: none !important;
    opacity: 0 !important;
  }
  .customer-care.dashboard .back {
    pointer-events: unset !important;
    opacity: 1 !important;
  }
}
.customer-care.expandable {
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .customer-care.expandable ul {
    max-width: 100% !important;
  }
}
.customer-care.expandable ul {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  display: block;
  width: 100%;
  max-width: 60%;
}
.customer-care.expandable ul li {
  width: 100%;
  text-align: left;
}
.customer-care h1, .customer-care h2, .customer-care h3, .customer-care h4, .customer-care h5, .customer-care h6 {
  font-family: "Gotham";
  margin-bottom: 20px;
}
.customer-care h1 {
  font-size: 42px;
}
.customer-care h4 {
  font-size: 21px;
}

.form-report-issue {
  text-align: left;
  position: relative;
  width: 100%;
}
.form-report-issue > *:not(a) {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}
.form-report-issue > div * {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.form-report-issue .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.form-report-issue .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.form-report-issue .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.form-report-issue .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.form-report-issue .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.form-report-issue .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.form-report-issue .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.form-report-issue .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.form-report-issue .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.form-report-issue .col-9_5 {
  width: 100%;
  flex: 0 0 82.89%;
  max-width: 82.89%;
}
.form-report-issue .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.form-report-issue .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.form-report-issue .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.form-report-issue label {
  text-align: left;
  font-family: "Gotham" !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.form-report-issue input, .form-report-issue textarea, .form-report-issue select {
  padding: 10px;
  border: 1px solid #000;
  background-color: #fff;
}
.form-report-issue input::-moz-placeholder, .form-report-issue textarea::-moz-placeholder, .form-report-issue select::-moz-placeholder {
  color: #7f7f7f;
}
.form-report-issue input:-ms-input-placeholder, .form-report-issue textarea:-ms-input-placeholder, .form-report-issue select:-ms-input-placeholder {
  color: #7f7f7f;
}
.form-report-issue input::placeholder, .form-report-issue textarea::placeholder, .form-report-issue select::placeholder {
  color: #7f7f7f;
}
.form-report-issue textarea {
  resize: none;
  min-height: 234px;
}
.form-report-issue [type=submit] {
  padding: 20px 40px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-utility {
  margin-bottom: 25px !important;
}

.expandable {
  background-color: #f1ebe5;
}
.expandable .bg-gold {
  background-color: #f1ebe5;
}
.expandable h3 {
  font-family: warnock-pro, serif;
  font-size: 40px;
  line-height: 1.3;
  color: #334742;
  margin-bottom: 20px;
}
.expandable ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.expandable ul li {
  position: relative;
  height: 75px;
  overflow: hidden;
  padding: 30px;
  transition: 0.5s;
  margin-bottom: 20px;
  background: #FFF;
}
.expandable ul li.active {
  height: auto;
}
.expandable ul li h4 {
  cursor: pointer;
  font-family: warnock-pro, serif;
  font-size: 19px;
  line-height: 1.3;
  color: #334742;
  margin-bottom: 30px;
}
.expandable ul li.active .icon:after {
  content: "-";
}
.expandable ul li .icon {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 45px;
  height: 45px;
}
.expandable ul li .icon:after {
  position: absolute;
  content: "+";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 30px;
  font-weight: bold;
}

.interiors-gallery-image {
  position: relative;
}
.interiors-gallery-image img.center {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1199px) {
  .interiors-gallery-image img.center {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .interiors-gallery-image img.center {
    height: 100px;
    width: 100px;
  }
}

.interiors-gallery {
  float: right;
  width: 85%;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 900px) {
  .interiors-gallery {
    width: 100%;
  }
  .interiors-gallery .icon_stamp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .interiors-gallery {
    display: none;
  }
}
@media (max-width: 1720px) {
  .interiors-gallery .interiors-carousel-select {
    width: 55%;
  }
}
@media (max-width: 1520px) {
  .interiors-gallery .interiors-carousel-select {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .interiors-gallery .interiors-carousel-select {
    width: 35%;
  }
}
@media (max-width: 900px) {
  .interiors-gallery .interiors-carousel-select {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .interiors-gallery {
    padding-top: 60px;
  }
}
.interiors-gallery h3 {
  font-family: warnock-pro, serif;
  font-size: 40px;
  line-height: 1.3;
  color: #334742;
  margin-bottom: 20px;
}
.interiors-gallery .text {
  font-size: 100%;
  font: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}
.interiors-gallery .i_content_copy {
  max-width: 700px;
  padding-left: 80px;
  padding-right: 80px;
}
.interiors-gallery .icon_stamp {
  position: absolute;
  top: -42%;
  left: -10%;
}
.interiors-gallery .icon_stamp_gallery {
  top: -20%;
}
@media screen and (max-width: 1199px) {
  .interiors-gallery .icon_stamp_gallery {
    top: -15%;
  }
}
.interiors-gallery .icon_stamp_image {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1199px) {
  .interiors-gallery .icon_stamp_image {
    height: 150px;
    width: 150px;
  }
}

.mini-carousel {
  transition: 0.5s;
  padding: 0 !important;
}
.mini-carousel .rot_main_img {
  width: 300px !important;
  height: 450px !important;
}
.mini-carousel .rot_main_img .inner_img {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mini-carousel .slick-track, .mini-carousel .sliderContainer, .mini-carousel .slick-list {
  display: inline;
  width: 100% !important;
  max-width: 100% !important;
}
.mini-carousel .slider {
  display: flex;
}
.mini-carousel .slider .rot_main_img {
  display: inline-block;
  margin-right: 20px;
}

/** Custom **/
.shelbourne-gallery {
  position: relative;
  overflow: hidden;
}
.shelbourne-gallery .item-container {
  display: block;
  transition: 0.5s;
  overflow: hidden;
}
.shelbourne-gallery .item {
  background-size: cover;
  display: inline-block;
}

.shelbourne-gallery.developments-gallery .item-container {
  display: block;
  height: 850px;
  width: auto;
}
.shelbourne-gallery.developments-gallery .item {
  transition: 0.5s;
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.shelbourne-gallery.developments-gallery .item.active {
  opacity: 1;
}

.shelbourne-gallery-select[for=dev-gallery] .item {
  width: 155px;
  height: 155px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  background-size: cover;
}
.shelbourne-gallery-select[for=dev-gallery] .item:hover:after {
  opacity: 0.4;
}
.shelbourne-gallery-select[for=dev-gallery] .item:after {
  transition: 0.05s;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

@media (max-width: 900px) {
  .tabs_modal a {
    margin-bottom: 20px;
  }
}
.developments-gallery-modal {
  position: relative;
  height: 1200px;
}
@media (max-width: 900px) {
  .developments-gallery-modal .m_body {
    padding: 0 !important;
  }
  .developments-gallery-modal .shelbourne-gallery.developments-gallery {
    height: 500px;
  }
  .developments-gallery-modal .shelbourne-gallery-select {
    padding: 10px;
  }
  .developments-gallery-modal .shelbourne-gallery-select .item {
    max-width: 46%;
  }
}

.signature {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url(../images/signature-se.png);
  background-size: cover;
  left: -70px;
  top: -100px;
  z-index: 10;
}

.shelbourne-gallery.intro-gallery {
  position: relative;
  height: 100%;
  width: 350px;
  right: 20px;
  cursor: pointer;
  transition: 0.1s;
  opacity: 1;
}
.shelbourne-gallery.intro-gallery * {
  height: 100%;
}
.shelbourne-gallery.intro-gallery:hover * {
  opacity: 0.8;
}
.shelbourne-gallery.intro-gallery .item-container {
  transition: 0.5s;
  display: inline-flex;
  width: auto;
}
.shelbourne-gallery.intro-gallery .item-container .item {
  background-size: cover;
  width: 300px;
  margin-right: 15px;
}

.shelbourne-gallery-control.intro-gallery {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
}
.shelbourne-gallery-control.intro-gallery.center {
  left: 50%;
  transform: translateX(-50%);
}
.shelbourne-gallery-control.intro-gallery .next, .shelbourne-gallery-control.intro-gallery .prev {
  display: inline-block;
  transition: 0.1s;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.shelbourne-gallery-control.intro-gallery .next:hover, .shelbourne-gallery-control.intro-gallery .prev:hover {
  opacity: 0.6;
}
.shelbourne-gallery-control.intro-gallery .next:not(:last-of-type), .shelbourne-gallery-control.intro-gallery .prev:not(:last-of-type) {
  margin-right: 10px;
}
.shelbourne-gallery-control.intro-gallery .prev {
  background-image: url("../images/nav_arrow_prev.svg");
}
.shelbourne-gallery-control.intro-gallery .next {
  background-image: url("../images/nav_arrow_next.svg");
}

.shelbourne-gallery-select.intro-select {
  display: none;
}

.homepage-gallery .fill-block {
  height: 515px;
  width: 15%;
}
@media (max-width: 900px) {
  .homepage-gallery h2 {
    text-align: center;
  }
}

.shelbourne-modal-gallery {
  transition: 0.6s;
  opacity: 0;
  padding: 30px;
  z-index: 10100;
  position: fixed;
  width: 90%;
  height: 90%;
  background-color: #f3f3f4;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.shelbourne-modal-gallery .modal-gallery {
  max-width: 100%;
  max-height: 90%;
  width: 100%;
  height: 100%;
}
.shelbourne-modal-gallery .modal-gallery * {
  width: 100%;
  height: 100%;
}
.shelbourne-modal-gallery .modal-gallery .item-container .item {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.shelbourne-modal-gallery .modal-gallery .item-container .item.active {
  opacity: 1;
}
.shelbourne-modal-gallery .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  background-color: #f3f3f4;
  background-image: url(../images/cancel.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.4s;
  opacity: 1;
}
.shelbourne-modal-gallery .close:hover {
  opacity: 0.5;
}

.shelbourne-modal-gallery-backdrop {
  transition: 0.6s;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.zoom-container .zoomed {
  opacity: 0;
  position: absolute;
  width: 300%;
  height: 300%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.7s;
}
.zoom-container .zoomed:hover {
  opacity: 1;
}
.zoom-container:hover img:not(.zoomImg) {
  display: none !important;
}

.font-one {
  font-family: "Gotham";
}
.font-two {
  font-family: warnock-pro, serif;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 900;
}
.font-9 {
  font-size: 9px;
}
.font-14 {
  font-size: 14px;
  line-height: 1;
}
.font-16 {
  font-size: 16px;
  line-height: 30px;
}
.font-18 {
  font-size: 18px;
  line-height: 1.1;
}
.font-20 {
  font-size: 20px;
  line-height: 1.625;
}
@media screen and (max-width: 1199px) {
  .font-20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .font-20 {
    font-size: 16px;
  }
}
.font-22 {
  font-size: 22px;
  line-height: 1.625;
}
@media screen and (max-width: 1199px) {
  .font-22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .font-22 {
    font-size: 18px;
  }
}
.font-28 {
  font-size: 28px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .font-28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .font-28 {
    font-size: 22px;
  }
}
.font-30 {
  font-size: 30px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .font-30 {
    font-size: 24px;
  }
}
.font-40 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .font-40 {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .font-40 {
    font-size: 26px;
  }
}
.font-42 {
  font-size: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .font-42 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .font-42 {
    font-size: 28px;
  }
}
.font-48 {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .font-48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .font-48 {
    font-size: 30px;
  }
}
.font-60 {
  font-size: 60px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .font-60 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .font-60 {
    font-size: 32px;
  }
}

.text-transform-none {
  text-transform: none;
}
.text-green-v1 {
  color: #334742;
}
.text-green-v2 {
  color: #91b7aa;
}
.text-dark-grey {
  color: #666666;
}
.text-grey-light {
  color: #ababab;
}
.text-white {
  color: #FFF;
}
.text-underline, .text-underline:hover {
  text-decoration: underline;
}

.bg-faint-grey {
  background-color: #f3f3f4;
}
.bg-green-v1 {
  background-color: #334742;
}
.bg-green-v2 {
  background-color: #91b7aa;
}
.bg-position-center {
  background-position: center;
}

.w-full {
  width: 100%;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .p-r-md-0 {
    padding-right: 0;
  }
}

.m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .m-t-xs-0 {
    margin-top: 0;
  }
}
.m-x-auto {
  margin: 0 auto;
}
.m-t-2 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .m-t-md-2 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .m-t-sm-2 {
    margin-top: 1.5rem;
  }
}
.m-r-1 {
  margin-right: 1rem;
}
.m-b-1 {
  margin-bottom: 1rem;
}

.lh-1-5 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}

.pointer-events-none {
  pointer-events: none;
}

.cursor-default {
  cursor: default;
}

.hidden {
  display: none;
}

.maps_marker_label {
  font-weight: bold !important;
  color: #334742 !important;
  font-size: 23px !important;
  margin-top: -63px !important;
}

.flex-col {
  flex-direction: column;
}

.hr-green-v2 {
  background: transparent;
  border-top: 6px solid #91b7aa;
  width: 100%;
  max-width: 20rem;
}
.hr-green-v2--small {
  border-top: 3px solid #91b7aa;
  max-width: 10rem;
}

.content-and-videos-section {
  padding: 60px 0;
  margin-top: 78px;
}
@media screen and (max-width: 991px) {
  .content-and-videos-section {
    padding: 30px 0;
    margin-top: 20px;
  }
}
.content-and-videos-section__videos-container {
  width: 100%;
  border-bottom: 15px solid #91b7aa;
}
@media screen and (max-width: 991px) {
  .content-and-videos-section__videos-container {
    width: 100%;
    border-bottom: 10px solid #91b7aa;
  }
}
.content-and-videos-section__videos-container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.content-and-videos-section__videos-container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-and-videos-section__content {
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .content-and-videos-section__content {
    padding-left: 15px;
  }
}
.content-and-videos-section__title {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .content-and-videos-section__title {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .content-and-videos-section__text {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-and-videos-section__text {
    text-align: center;
  }
}
.content-and-videos-section__buttons {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.content-and-videos-section__button {
  padding: 14px 15px;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .content-and-videos-section__button {
    margin: 5px 5px;
  }
}

.three-images-text-section {
  padding: 100px 0 95px 0;
}
@media screen and (max-width: 991px) {
  .three-images-text-section {
    padding: 45px 0 40px 0;
  }
}
.three-images-text-section__signature {
  max-width: 150px;
  transform: translateX(60%) translateY(-55%);
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .three-images-text-section__signature {
    max-width: 130px;
    transform: translateX(55%) translateY(-55%);
  }
}
@media screen and (max-width: 1199px) {
  .three-images-text-section__signature {
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .three-images-text-section__signature {
    max-width: 60px;
    transform: translateX(5%) translateY(-70%);
  }
}
@media screen and (max-width: 767px) {
  .three-images-text-section__signature {
    position: static;
    margin-bottom: 20px;
    transform: none;
  }
}
.three-images-text-section__title {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .three-images-text-section__title {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.three-images-text-section__text_1 {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .three-images-text-section__text_1 {
    padding-bottom: 25px;
  }
}
.three-images-text-section__text_2 {
  padding-top: 47px;
}
@media screen and (max-width: 991px) {
  .three-images-text-section__text_2 {
    padding-top: 25px;
  }
}
.three-images-text-section__image {
  padding-bottom: 9px;
}

.development-slider {
  padding: 85px 0 100px 0;
}
@media screen and (max-width: 991px) {
  .development-slider {
    padding: 30px 0 0 0;
  }
}
.development-slider__slider {
  position: relative;
  padding-top: 40px;
}
.development-slider__slider-container {
  padding: 0;
}
.development-slider__content {
  padding: 200px 0 130px 0;
}
.development-slider__content-container {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .development-slider__content-container {
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .development-slider__content {
    padding: 80px 0 45px 0;
  }
}
.development-slider__caption {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .development-slider__caption {
    padding-bottom: 30px;
  }
}
.development-slider__bottom-line {
  height: 6px;
  background-color: #9BBBAE;
  border: 1px solid #9BBBAE;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .development-slider__bottom-line {
    height: 3px;
  }
}

.slider-dots-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-dots-box button {
  color: transparent;
}

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  list-style-type: none;
  counter-reset: my-awesome-counter;
}
.slider-dots li {
  position: relative;
  height: 40px;
  width: 40px;
  counter-increment: my-awesome-counter;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .slider-dots li {
    width: 32px;
    height: 32px;
  }
}
.slider-dots li:before {
  position: absolute;
  content: counter(my-awesome-counter);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: warnock-pro, serif;
  font-size: 22px;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .slider-dots li:before {
    width: 32px;
    height: 32px;
  }
}
.slider-dots li button {
  position: relative;
}
.slider-dots li button svg {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 991px) {
  .slider-dots li button svg {
    width: 40px;
    height: 40px;
  }
}
.slider-dots li.slick-active {
  height: 76px;
  width: 76px;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .slider-dots li.slick-active {
    width: 40px;
    height: 40px;
  }
}
.slider-dots li.slick-active:before {
  height: 76px;
  width: 76px;
  opacity: 1;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .slider-dots li.slick-active:before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.slider-dots button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: 0.3s all;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .slider-dots button {
    width: 32px;
    height: 32px;
  }
}

.slider-dots-box-container {
  width: 100%;
  left: 0;
  top: 20%;
}
@media screen and (min-width: 1500px) {
  .slider-dots-box-container {
    top: 25%;
  }
}
@media screen and (min-width: 1850px) {
  .slider-dots-box-container {
    top: 30%;
  }
}
@media screen and (max-width: 991px) {
  .slider-dots-box-container {
    top: 28%;
  }
}
@media screen and (max-width: 870px) {
  .slider-dots-box-container {
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .slider-dots-box-container {
    top: auto;
    bottom: 25%;
  }
}
@media screen and (max-width: 650px) {
  .slider-dots-box-container {
    bottom: 27%;
  }
}
@media screen and (max-width: 600px) {
  .slider-dots-box-container {
    bottom: 30%;
  }
}
@media screen and (max-width: 500px) {
  .slider-dots-box-container {
    bottom: 32%;
  }
}
@media screen and (max-width: 450px) {
  .slider-dots-box-container {
    bottom: 35%;
  }
}
@media screen and (max-width: 350px) {
  .slider-dots-box-container {
    bottom: 40%;
  }
}

.slider-dots-box .slick-active button {
  width: 76px;
  height: 76px;
  border: 2px solid #223732;
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .slider-dots-box .slick-active button {
    width: 40px;
    height: 40px;
  }
}

.slider-dots-box .slick-active button:after {
  content: none;
  display: none;
}

.circle-go {
  fill: transparent;
  stroke: #9BBBAE;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation: progress 22s;
          animation: progress 22s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

figure.containerZoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
  margin: 0;
}
figure.containerZoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
figure.containerZoom.active img {
  opacity: 0;
}

.distances-section {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 991px) {
  .distances-section {
    padding: 30px 0 40px 0;
  }
}
.distances-section__title {
  padding-bottom: 20px;
}
.distances-section__subtitle {
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 991px) {
  .distances-section__subtitle {
    padding: 45px 0 20px 0;
  }
}
.distances-section__category {
  padding: 26px 0 10px 0;
}
@media screen and (max-width: 991px) {
  .distances-section__category {
    padding: 15px 0 10px 0;
  }
}
.distances-section__icon {
  height: 50px;
}
@media screen and (max-width: 991px) {
  .distances-section__icon-container {
    margin-top: 20px;
  }
}
.distances-section__min {
  top: 17px;
  left: 45%;
  font-family: warnock-pro, serif;
  font-size: 22px;
  line-height: 0.8;
}
@media screen and (max-width: 991px) {
  .distances-section__min {
    top: 37px;
    left: 46%;
  }
}
@media screen and (max-width: 767px) {
  .distances-section__min {
    left: 47%;
  }
}
@media screen and (max-width: 630px) {
  .distances-section__min {
    left: 46%;
  }
}
@media screen and (max-width: 580px) {
  .distances-section__min {
    top: 17px;
    left: 48%;
  }
}
@media screen and (max-width: 400px) {
  .distances-section__min {
    left: 47%;
  }
}

.development-alternative-layout__hero-text {
  padding-bottom: 41px;
  font-size: 66px;
  font-family: warnock-pro, serif;
  line-height: 1.2;
  text-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1199px) {
  .development-alternative-layout__hero-text.resize {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .development-alternative-layout__hero-text.resize {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .development-alternative-layout__hero-text.resize {
    font-size: 36px;
  }
}
.development-alternative-layout__bottom-line {
  height: 8px;
  background-color: #FFF;
  border: 1px solid #FFF;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .development-alternative-layout__bottom-line {
    height: 3px;
  }
}
.development-alternative-layout__logo {
  max-width: 320px;
  margin-top: 60px;
}
@media screen and (max-width: 1535px) {
  .development-alternative-layout__logo {
    max-width: 250px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .development-alternative-layout__logo {
    max-width: 200px;
  }
}

.bg_hero--alternative {
  background-size: cover !important;
  background-position: center center !important;
}

.phone-numbers-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 4px;
  margin: 10px 0 25px 0;
}

@media screen and (max-width: 991px) {
  .epc-logo {
    position: absolute;
    bottom: -120px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .epc-logo {
    position: absolute;
    top: 160px;
    width: 160px;
    right: 20px;
  }
}
.development-info-box {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .development-info-box {
    padding: 30px 0 10px 0;
  }
}
.development-info-box__line {
  height: 1px;
  background-color: #e6e6e6;
  margin: 40px 15px;
}
@media screen and (max-width: 991px) {
  .development-info-box__line {
    margin: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .development-info-box__bedrooms {
    padding-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .development-info-box__popups {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .development-info-box__popup {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .development-info-box__enquiry-btn {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .development-info-box__phone {
    padding-top: 15px;
  }
}

.intro.i_property .development.btns_group {
  margin: 0 -15px;
}
.intro.i_property .development.btns_group a {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .intro.i_property .development.btns_group a {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .available-homes-alternative {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .available-homes-alternative__container {
    padding: 0 15px;
  }
}

.hide-available-home {
  display: none;
}

.show-load-more-btn {
  display: block;
}

.available-homes-btn {
  padding: 29px 83px;
  font-size: 17px;
}
@media screen and (max-width: 991px) {
  .available-homes-btn {
    padding: 15px 30px;
    font-size: 14px;
  }
}

.view-home-roundel, .show-home-roundel {
  z-index: 50;
  top: 5px;
  left: 20px;
  width: 120px;
  height: auto;
  transition: transform 300ms ease;
}
.view-home-roundel:hover, .show-home-roundel:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1279px) {
  .view-home-roundel, .show-home-roundel {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .view-home-roundel, .show-home-roundel {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  .view-home-roundel, .show-home-roundel {
    width: 80px;
  }
}

.view-home-card {
  display: none;
  background-color: transparent;
  z-index: 1;
  top: 0;
  left: 0;
}
.view-home-card__content {
  background-color: #FFF;
  padding: 0 15px;
}
.view-home-card__button {
  background-color: #334742;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFF;
}
.view-home-card__button:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #334742;
  border: 1px solid #334742;
}

.close-view-home {
  display: none;
  color: #FFF;
  margin-top: -80px;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .close-view-home {
    margin-right: 20px;
    right: 0;
  }
}

.view-home-card--active .view-home-card, .view-home-card--active .close-view-home, .view-home-card--active .view-home-card-roundel {
  display: block;
}
.view-home-card--active .view-home-roundel {
  display: none;
}

.view-home-card-roundel {
  display: none;
  width: 180px;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .view-home-card-roundel {
    width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .view-home-card-roundel {
    width: 160px;
  }
}

.view-home-overlay {
  display: none;
  position: absolute;
  background-color: rgba(7, 7, 9, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.christmas-roundel {
  z-index: 50;
  top: 5px;
  left: 20px;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .christmas-roundel {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .christmas-roundel {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  .christmas-roundel {
    width: 80px;
  }
}
.christmas-roundel.reposition {
  left: auto;
  right: 20px;
}
.christmas-roundel.reposition__multiple {
  left: 150px;
  right: auto;
  top: 15px;
}

.help-to-buy-roundel {
  z-index: 1;
  top: 10px;
  left: 25px;
  height: 100px;
  width: auto;
  transition: transform 300ms ease;
}
.help-to-buy-roundel:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1279px) {
  .help-to-buy-roundel {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .help-to-buy-roundel {
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  .help-to-buy-roundel {
    height: 80px;
  }
}
.help-to-buy-roundel.reposition {
  left: auto;
  right: 25px;
}

.tradeup-roundel {
  z-index: 50;
  top: 5px;
  left: 20px;
  width: 120px;
  height: auto;
  transition: transform 300ms ease;
}
.tradeup-roundel:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1279px) {
  .tradeup-roundel {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .tradeup-roundel {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  .tradeup-roundel {
    width: 80px;
  }
}
.tradeup-roundel.reposition {
  left: auto;
  right: 25px;
}
.tradeup-roundel.reposition__multiple {
  left: 150px;
  right: auto;
}

.panel_modal.apartment-plots .m_body .m_main_image img {
  max-width: 80%;
}
@media screen and (max-width: 1535px) {
  .panel_modal.apartment-plots .m_body .m_main_image img {
    max-width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .panel_modal.apartment-plots .m_body .m_main_image img {
    max-width: 100%;
  }
}

.slider-background-image-and-card-on-top__dots-container {
  top: 40%;
}
@media screen and (min-width: 1800px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 45%;
  }
}
@media screen and (max-width: 1600px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 38%;
  }
}
@media screen and (max-width: 1535px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 35%;
  }
}
@media screen and (max-width: 1450px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 30%;
  }
}
@media screen and (max-width: 1350px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 28%;
  }
}
@media screen and (max-width: 1250px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 38%;
  }
}
@media screen and (max-width: 1110px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 35%;
  }
}
@media screen and (max-width: 1050px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 33%;
  }
}
@media screen and (max-width: 991px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 60%;
  }
}
@media screen and (max-width: 870px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 57%;
  }
}
@media screen and (max-width: 767px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 60%;
  }
}
@media screen and (max-width: 700px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 57%;
  }
}
@media screen and (max-width: 600px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 55%;
  }
}
@media screen and (max-width: 575px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 60%;
  }
}
@media screen and (max-width: 500px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 57%;
  }
}
@media screen and (max-width: 475px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 55%;
  }
}
@media screen and (max-width: 440px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 53%;
  }
}
@media screen and (max-width: 400px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 48%;
  }
}
@media screen and (max-width: 370px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 45%;
  }
}
@media screen and (max-width: 340px) {
  .slider-background-image-and-card-on-top__dots-container {
    top: 42%;
  }
}
.slider-background-image-and-card-on-top__slider {
  padding-top: 0;
  padding-bottom: 0;
}
.slider-background-image-and-card-on-top__slider .craft_box {
  margin-top: -85%;
}
@media screen and (max-width: 1199px) {
  .slider-background-image-and-card-on-top__slider .craft_box {
    margin-top: -60%;
  }
}
@media screen and (max-width: 991px) {
  .slider-background-image-and-card-on-top__slider .craft_box {
    margin-top: -30%;
  }
}
@media screen and (max-width: 767px) {
  .slider-background-image-and-card-on-top__slider .craft_box {
    margin-top: -50px;
  }
}
.slider-background-image-and-card-on-top__slider .craft_image {
  background-color: transparent;
}
@media screen and (max-width: 1450px) {
  .slider-background-image-and-card-on-top__slider .cft_img {
    background: unset;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1279px) {
  .slider-background-image-and-card-on-top__slider .cft_img {
    background-size: cover;
    background-position: center;
  }
}
.slider-background-image-and-card-on-top__slider .craft_image:after, .slider-background-image-and-card-on-top__slider .craft_image:before {
  content: none;
}
.slider-background-image-and-card-on-top__cft_img {
  background-position: center !important;
  background-size: cover !important;
}
.slider-background-image-and-card-on-top__caption {
  padding: 160px 90px 120px 90px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .slider-background-image-and-card-on-top__caption {
    padding: 100px 50px 50px 50px;
  }
}
.slider-background-image-and-card-on-top__line {
  width: 100px;
  margin: 100px 0 0 0 !important;
}
@media screen and (max-width: 1199px) {
  .slider-background-image-and-card-on-top__line {
    margin: 50px 0 0 0 !important;
  }
}

.part-exchange .bg_hero {
  background: no-repeat left center/cover;
}
.part-exchange__hero__box {
  background-color: #9BBBAE;
  padding: 140px 0 133px 0;
}
@media screen and (max-width: 1535px) {
  .part-exchange__hero__box {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .part-exchange__hero__box {
    padding: 50px 0;
  }
}
.part-exchange__hero__title {
  color: #334742;
  padding: 0 39px;
}
.part-exchange__hero__line {
  width: 100px;
  height: 6px;
  background-color: #FFF;
  transition: transform 400ms ease;
  display: inline-block;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .part-exchange__hero__line {
    margin-top: 30px;
  }
}
.part-exchange__hero__stamp {
  transform: translateX(-110%) translateY(-25%) rotate(-15deg);
  z-index: 2;
  width: 220px;
  height: 215px;
}
@media screen and (max-width: 1535px) {
  .part-exchange__hero__stamp {
    transform: translateX(-130%) translateY(-5%) rotate(-15deg);
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .part-exchange__hero__stamp {
    transform: translateX(-130%) translateY(-25%) rotate(-15deg);
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .part-exchange__hero__stamp {
    transform: translateX(-130%) translateY(-35%) rotate(-15deg);
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 400px) {
  .part-exchange__hero__stamp {
    transform: translateX(-100%) translateY(-35%) rotate(-15deg);
  }
}

.part-exchange-trade-up {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .part-exchange-trade-up {
    padding: 40px 0;
  }
}
.part-exchange-trade-up__title {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .part-exchange-trade-up__title {
    padding-bottom: 0;
  }
}
.part-exchange-trade-up__icon {
  max-width: 100px;
}
@media screen and (max-width: 1199px) {
  .part-exchange-trade-up__icon {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .part-exchange-trade-up__icon {
    max-width: 70px;
  }
}
.part-exchange-trade-up__column-title {
  padding-bottom: 10px;
}

.buying-home__trade-up-logo {
  width: 130px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .buying-home__trade-up-logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .buying-home__trade-up-logo {
    width: 80px;
  }
}

.content-and-image-section__side_card {
  right: -5%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .content-and-image-section__side_card {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-and-image-section__title {
    text-align: center;
  }
}
.content-and-image-section__text {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .content-and-image-section__text {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .content-and-image-section__text {
    text-align: center;
  }
}
.content-and-image-section .card.border_btt .card_img_wrapper {
  border-bottom: none;
}

.smart-move__hero-title {
  font-size: 72px;
}
@media screen and (max-width: 991px) {
  .smart-move__hero-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .smart-move__hero-title {
    font-size: 36px;
  }
}
.smart-move__underline {
  width: 100px;
  height: 6px;
  background-color: #FFF;
  transition: transform 400ms ease;
  display: inline-block;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .smart-move__underline {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .smart-move__img-content {
    flex-wrap: wrap;
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .smart-move__img-content {
    margin: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .smart-move__img-content-wrapper {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .smart-move__img-content__content {
    padding-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .smart-move__img-content__content {
    padding-top: 30px;
  }
}
.smart-move__centered-title {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .smart-move__centered-title {
    padding: 50px 0;
  }
}
.smart-move__bg-img-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .smart-move__bg-img-content {
    padding: 50px 0;
  }
}
.smart-move__bg-img-content__overlay {
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.smart-move__bg-img-content__content {
  z-index: 1;
  margin-left: 3%;
}
@media screen and (max-width: 991px) {
  .smart-move__bg-img-content__content {
    margin-left: 0;
    padding: 0 7%;
    text-align: center;
  }
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .cookie-bar {
    text-align: center;
  }
  .cookie-bar__button-container {
    padding-top: 20px;
  }
  .cookie-bar__button-container .btn_solid {
    padding: 15px;
  }
}
.cookie-bar__link {
  text-decoration: underline;
  color: #FFF;
  transition: color 600ms ease;
}
.cookie-bar__link:hover {
  color: #91b7aa;
}

.energy-efficiency-page .hero1, .energy-efficiency-page .hero3 {
  height: 1180px;
}
.energy-efficiency-page .hero1 .hero_content {
  max-width: 650px;
  text-align: left;
}
.energy-efficiency-page .hero1 h1 {
  font-size: 72px;
  margin-bottom: 25px;
}
.energy-efficiency-page .hero1 p {
  font-size: 28px;
  color: #FFF;
}
.energy-efficiency-page .hero2 {
  display: flex;
  margin-top: 70px;
}
.energy-efficiency-page .hero2 h1 {
  float: left;
  width: 47rem;
  text-align: left;
  font-size: 56px;
}
.energy-efficiency-page .hero2 .marker {
  width: 75rem;
  float: right;
}
.energy-efficiency-page .hero3 {
  margin-top: 70px;
  background-color: #000;
}
.energy-efficiency-page .hero3 .bg_hero {
  opacity: 0.6;
}
.energy-efficiency-page .hero3 h1 {
  font-size: 40px;
  margin-bottom: 80px;
}
.energy-efficiency-page .ol-list {
  position: relative;
}
.energy-efficiency-page .ol-list .marker {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 320px;
  z-index: 1;
}
.energy-efficiency-page ol {
  list-style: none;
  counter-reset: item;
}
.energy-efficiency-page ol li {
  position: relative;
  counter-increment: item;
  font-size: 16px;
  padding-left: 95px;
  display: inline-grid;
}
.energy-efficiency-page ol li:before {
  position: absolute;
  content: counter(item) ".";
  font-size: 72px;
  top: 50%;
  transform: translateY(-50%);
  font-family: warnock-pro, serif;
}
.energy-efficiency-page ol li:not(:last-of-type) {
  margin-bottom: 80px;
}
.energy-efficiency-page .energy-grade {
  display: flex;
  align-items: center;
}
.energy-efficiency-page .commitment-container {
  z-index: 2;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.energy-efficiency-page .commitment-container p {
  font-size: 16px;
}
.energy-efficiency-page .commitment-container p.font-weight-bold {
  font-weight: bold;
}
.energy-efficiency-page .commitment-container div {
  float: left;
  color: #FFF;
  z-index: 2;
  transform: translateY(-50%);
  background-color: #334742;
  padding: 35px;
  width: 838px;
  top: 50%;
}
.energy-efficiency-page .commitment-container hr {
  background: transparent;
  border-top: 6px solid #91b7aa;
  width: 100%;
  max-width: 172px;
  margin: 25px 0;
}
.energy-efficiency-page .commitment-container h2 {
  float: right;
  background-color: #f3f3f4;
  color: #334742;
  font-size: 48px;
  width: 600px;
  height: 200px;
  transform: translateY(-50%);
  top: 50%;
  font-family: warnock-pro, serif;
  position: absolute;
  right: -158px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 20px;
}
.energy-efficiency-page .benefits h2 {
  margin-bottom: 100px;
  text-align: center;
}
.energy-efficiency-page .benefits .container {
  max-width: 1520px;
}
.energy-efficiency-page .benefits ul {
  width: auto;
  display: contents;
  max-width: 100%;
  list-style: none;
  text-align: center;
}
.energy-efficiency-page .benefits ul li {
  text-align: left;
  max-width: 100%;
  width: 700px;
  margin-bottom: 30px;
  display: inline-grid;
  align-items: center;
}
.energy-efficiency-page .benefits ul li:nth-child(odd) {
  margin-right: 80px;
}
@media (max-width: 1475px) {
  .energy-efficiency-page .benefits ul li:nth-child(odd) {
    margin-right: 20px;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .benefits ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.energy-efficiency-page .benefits ul li h4 {
  display: block;
  font-size: 28px;
  margin-bottom: 30px;
}
.energy-efficiency-page .benefits ul li span {
  display: block;
  font-size: 16px;
}
.energy-efficiency-page .terms-link {
  margin-top: 50px;
  color: #6cb2eb;
  text-decoration: underline;
}
@media (max-width: 1380px) {
  .energy-efficiency-page .commitment-container div {
    float: unset;
    width: 100%;
    position: relative;
    transform: unset;
  }
  .energy-efficiency-page .commitment-container h2 {
    transform: unset;
    height: auto;
    float: unset;
    position: relative;
    left: 0;
    max-width: 100%;
    margin: 0;
    padding: 50px;
    display: grid;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .energy-efficiency-page .benefits ul {
    margin: 0 auto;
    display: block;
  }
  .energy-efficiency-page .benefits ul li {
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page {
    max-width: 100%;
    display: inline-block;
  }
  .energy-efficiency-page .marker {
    display: none;
  }
  .energy-efficiency-page .hero1, .energy-efficiency-page #hero1-energy-efficiency {
    max-height: 167%;
  }
}
@media (max-width: 1280px) and (max-width: 600px) {
  .energy-efficiency-page .hero1, .energy-efficiency-page #hero1-energy-efficiency {
    padding-bottom: 653px;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .hero1 .row, .energy-efficiency-page #hero1-energy-efficiency .row {
    padding: 45px;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .ol-list ol li {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .benefits {
    padding: 30px;
  }
  .energy-efficiency-page .benefits h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .hero3 {
    margin-top: unset;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .hero2, .energy-efficiency-page #hero2-energy-efficiency {
    margin-top: unset;
  }
  .energy-efficiency-page .hero2 .hero_content, .energy-efficiency-page #hero2-energy-efficiency .hero_content {
    display: contents;
  }
  .energy-efficiency-page .hero2 .bg_hero, .energy-efficiency-page #hero2-energy-efficiency .bg_hero {
    background-size: cover;
    background-position-x: -63rem;
  }
}
@media (max-width: 1280px) and (max-width: 991px) {
  .energy-efficiency-page .hero2 .hero_content > *, .energy-efficiency-page #hero2-energy-efficiency .hero_content > * {
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .hero2 h1, .energy-efficiency-page #hero2-energy-efficiency h1 {
    display: block;
    padding: 30px;
    float: unset;
    position: relative;
  }
}
@media (max-width: 1280px) {
  .energy-efficiency-page .hero2 img, .energy-efficiency-page #hero2-energy-efficiency img {
    width: 60rem;
    display: block;
    transform: unset;
    float: unset;
    position: relative;
  }
}
@media (max-width: 1280px) and (max-width: 1199px) {
  .energy-efficiency-page .hero2 img, .energy-efficiency-page #hero2-energy-efficiency img {
    width: 47rem;
  }
}
@media (max-width: 1280px) and (max-width: 1130px) {
  .energy-efficiency-page .hero2 img, .energy-efficiency-page #hero2-energy-efficiency img {
    width: 45rem;
  }
}

.py-50 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.green-top-border {
  border-top: 39px solid #91B7AA;
}

.energy-efficiency-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 65px 0;
}
.energy-efficiency-banner img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .energy-efficiency-banner img {
    width: 75%;
  }
}

.video-overlay {
  z-index: 999;
  position: relative;
  margin: auto;
  width: auto;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-container {
  z-index: 999;
  position: relative;
  display: none;
  margin: auto;
  width: auto;
  height: 100vh;
}

.play-video-container {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 175px;
  height: 175px;
  margin: auto;
  background-color: #334742;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.play-video-icon {
  width: 75px;
  height: 75px;
  margin: auto;
}

.play-video {
  width: 150px;
  height: 150px;
  margin: auto;
}
.play-video__label {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.development_property_video_iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #334742;
  z-index: 9999;
}

.close-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 29%;
  right: 0.5%;
  z-index: 99999;
  background-color: #f8fafc;
  cursor: pointer;
  -webkit-mask: url("/vendor/fontawesome-free/svgs/regular/times-circle.svg");
          mask: url("/vendor/fontawesome-free/svgs/regular/times-circle.svg");
}

@media (max-width: 768px) {
  .play-video-container {
    top: 37.5%;
    left: 37.5%;
    width: 100px;
    height: 100px;
  }

  .play-video-icon {
    width: 40px;
    height: 40px;
  }

  .play-video {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .play-video__label {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .close-icon {
    top: 15%;
  }

  .development_property_video_iframe {
    height: 50vh;
  }

  .video-overlay, .video-container {
    height: 50vh;
  }
}
.header-banner {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 5px;
  background-color: #91b7aa;
  color: #fff;
  font-size: 19px;
  text-align: center;
  z-index: 1;
  transition: all 400ms ease;
}
.scrolled .header-banner {
  top: 70px;
}
@media (max-width: 767px) {
  .header-banner {
    top: 60px !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-banner {
    font-size: 14px;
  }
}
.header-banner a {
  color: #fff;
  text-decoration: none;
}
.header-banner a:hover {
  color: #fff;
  text-decoration: underline;
}

.free-text-banner {
  z-index: 2;
  position: absolute;
  background: #91b7aa;
  font-size: 20px;
  padding: 15px;
  color: #334742;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
.free-text-banner p {
  margin: 0 0 15px 0;
}
.free-text-banner p:last-child {
  margin-bottom: 0;
}
.free-text-banner__container {
  position: relative;
}

.offer_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #334742;
  z-index: 1;
}
.offer_banner .offer_banner_text {
  display: block;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.link_wrapper {
  position: relative;
}

#px-banner {
  width: 100%;
  padding: 0;
}

.house-type-features-list {
  background-color: #334742;
  border-top: 5px solid #91b7aa;
  border-bottom: 5px solid #91b7aa;
  color: #fff;
  padding: 25px 15px;
  width: 100%;
}
.house-type-features-list__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.house-type-features-list__list {
  font-size: 14px;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.house-type-features-list__list li {
  margin-bottom: 5px;
}
.house-type-features-list__list li:before {
  content: "\25E6";
  display: inline-block;
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
}

.house-type-key-features-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 1000;
  padding: 0 10px;
}
.house-type-key-features-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1199px) {
  .house-type-key-features-modal__dialog {
    padding: 50px 25px;
  }
}
.house-type-key-features-modal__dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.house-type-key-features-modal__dialog__close:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bb957a;
  content: "\2715";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #bb957a;
}

.owning-new__hero-content {
  padding-top: 200px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1279px) {
  .owning-new__hero-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.owning-new__hero-content a {
  margin-top: 40px;
  font-size: 24px;
  color: white;
  padding: 19px 50px;
}
@media screen and (max-width: 1279px) {
  .owning-new__hero-content a {
    font-size: 20px;
    padding: 19px 30px;
  }
}
.owning-new .hero .owning-new__hero-title {
  font-size: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .owning-new .hero .owning-new__hero-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .owning-new .hero .owning-new__hero-title {
    font-size: 36px;
  }
}
.owning-new__rate-reducer-image {
  max-width: 200px;
  max-height: 200px;
}
@media screen and (max-width: 1279px) {
  .owning-new__rate-reducer-image {
    padding-top: 40px;
  }
}
.owning-new__centered-paragraph {
  background-color: #334742;
}
.owning-new__centered-paragraph-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .owning-new__centered-paragraph-wrapper {
    padding: 60px 0 40px 0;
    width: 100%;
  }
}
.owning-new__centered-paragraph-wrapper.intro h2 {
  color: white;
}
.owning-new__what-is-it {
  background-color: #f3f3f4;
  padding: 60px 0;
}
@media screen and (max-width: 1279px) {
  .owning-new__what-is-it {
    padding: 30px 0;
  }
}
.owning-new__what-is-it-text h2 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.owning-new__what-is-it-text p {
  text-align: center;
  color: #334742;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .owning-new__what-is-it-text p {
    width: 100%;
  }
}
.owning-new__benefits {
  padding: 80px 0;
}
@media screen and (max-width: 1279px) {
  .owning-new__benefits {
    padding: 40px 0;
  }
}
.owning-new__benefits h2 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.owning-new__benefits .owning-new__benefits-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .owning-new__benefits .owning-new__benefits-cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .owning-new__benefits .owning-new__benefits-cards-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.owning-new__benefits .owning-new__benefits-cards-wrapper .owning-new__benefits-card {
  background-color: #f3f3f4;
  padding: 60px 20px;
  grid-column: span 1/span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.owning-new__benefits .owning-new__benefits-cards-wrapper .owning-new__benefits-card-text {
  height: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .owning-new__benefits .owning-new__benefits-cards-wrapper .owning-new__benefits-card-text {
    height: 100%;
  }
}
.owning-new__benefits .owning-new__benefits-cards-wrapper .owning-new__benefits-card h3 {
  color: #334742;
  font-family: warnock-pro, serif;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
.owning-new__benefits .owning-new__benefits-card-image {
  max-width: 120px;
  max-height: 120px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .owning-new__benefits .owning-new__benefits-card-image {
    max-width: 100px;
    max-height: 100px;
  }
}
.owning-new__how-does-it-work-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.owning-new__how-does-it-work-image-wrapper, .owning-new__how-does-it-work-text-wrapper {
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .owning-new__how-does-it-work-image-wrapper, .owning-new__how-does-it-work-text-wrapper {
    width: 100%;
  }
}
.owning-new__how-does-it-work-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1279px) {
  .owning-new__how-does-it-work-image {
    max-height: 400px;
  }
}
.owning-new__how-does-it-work-text-wrapper {
  background-color: #334742;
  padding: 40px 15px 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1279px) {
  .owning-new__how-does-it-work-text-wrapper {
    padding: 40px 60px 40px 60px;
  }
}
.owning-new__how-does-it-work-text-wrapper h3 {
  color: white;
  font-family: warnock-pro, serif;
  font-size: 40px;
}
@media screen and (min-width: 1279px) {
  .owning-new__how-does-it-work-text-wrapper h3 {
    margin-bottom: 20px;
  }
}
.owning-new__how-does-it-work-point-wrapper {
  display: flex;
  gap: 16px;
  padding-top: 25px;
}
@media screen and (min-width: 1279px) {
  .owning-new__how-does-it-work-point-wrapper {
    padding-right: 40px;
  }
}
.owning-new__how-does-it-work-point-wrapper p {
  color: white;
  font-family: warnock-pro, serif;
  font-size: 18px;
  line-height: 1.4;
}
.owning-new__how-does-it-work-point-number {
  width: 40px;
  height: 40px;
  border: solid #abc6bd 4px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #abc6bd;
  font-weight: 900;
  padding-top: 4px;
  font-size: 22px;
}
.owning-new__enquire-today {
  background-color: #f3f3f4;
  padding: 60px 0;
}
@media screen and (max-width: 1279px) {
  .owning-new__enquire-today {
    padding: 40px 0 50px 0;
  }
}
.owning-new__enquire-today-wrapper {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .owning-new__enquire-today-wrapper {
    width: 100%;
  }
}
.owning-new__enquire-today-wrapper h3 {
  font-family: warnock-pro, serif;
  color: #334742;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .owning-new__enquire-today-wrapper h3 {
    line-height: 1.1;
  }
}
.owning-new__enquire-today-wrapper a {
  margin-top: 20px;
  font-size: 24px;
  color: white;
  padding: 19px 50px;
}
@media screen and (max-width: 1279px) {
  .owning-new__enquire-today-wrapper a {
    font-size: 20px;
    padding: 19px 30px;
  }
}

.register-interest-opening-banner {
  background-color: #334742;
  padding: 20px 0;
}
.register-interest-opening-banner .opening-banner-text {
  width: 100%;
  display: flex;
  justify-content: center;
}
.register-interest-opening-banner .opening-banner-text h2 {
  color: white;
  text-align: center;
  font-size: 24px;
}

.great-start h1,
.great-start h2 {
  font-family: warnock-pro, serif;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .great-start h1,
.great-start h2 {
    font-size: 40px;
  }
}
.great-start h2 {
  margin-bottom: 2rem;
}
.great-start h3,
.great-start .u-h3 {
  font-family: warnock-pro, serif;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .great-start h3,
.great-start .u-h3 {
    font-size: 35px;
  }
}
.great-start p {
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .great-start p {
    font-size: 17px;
  }
}
.great-start__brand {
  border: 1px solid #FFF;
  display: inline-block;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
}
.great-start__brand .u-h3:first-of-type {
  margin-bottom: 15px;
}
.great-start__brand .u-h3 span {
  color: #91b7aa;
}
.great-start__brand p + p::before {
  content: "";
  display: block;
  border-top: 2px solid #FFF;
  margin: 1.5rem auto;
  width: 75px;
}
.great-start__hero {
  margin-top: 60px;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .great-start__hero {
    margin-top: 0;
  }
}
.great-start__hero-content {
  background-color: rgba(51, 71, 66, 0.75);
  padding: 40px;
  position: relative;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .great-start__hero-content {
    margin-top: 100px;
    padding: 80px;
  }
}
.great-start__hero-text {
  border: 1px solid #FFF;
  padding: 1rem;
}
.great-start__hero-text h1 :nth-child(even) {
  color: #91b7aa;
}
.great-start__hero-text h1::after {
  border-bottom: 2px solid #FFF;
  margin: 1.5rem auto;
  width: 75px;
}
.great-start__hero-text h2 {
  font-size: 22px;
  color: #91b7aa;
  line-height: 1.1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .great-start__hero-text h2 {
    font-size: 30px;
  }
}
.great-start__hero-text span {
  display: block;
}
.great-start__hero-roundel {
  position: absolute;
  top: -75px;
  left: -5px;
  transform: rotate(-15deg);
  max-width: 125px;
}
@media screen and (min-width: 768px) {
  .great-start__hero-roundel {
    top: -50px;
    left: -50px;
    max-width: none;
  }
}
.great-start__text {
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .great-start__text {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .great-start__text {
    max-width: 68ch;
    margin-inline: auto;
  }
}
.great-start__text-content h2,
.great-start__text-content p {
  color: #334742;
}
.great-start__why {
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .great-start__why {
    display: flex;
    min-height: 800px;
  }
}
.great-start__why-content {
  color: #FFF;
  background-color: rgba(51, 71, 66, 0.9);
  padding: 20px;
  min-height: 100%;
  text-align: center;
}
.great-start__why-content > p {
  margin-inline: auto;
  max-width: 50ch;
}
.great-start__why-content p {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .great-start__why-content {
    padding: 80px 100px 80px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .great-start__why-content {
    width: 50%;
  }
}
.great-start__about {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .great-start__about {
    display: flex;
    padding-top: 60px;
  }
  .great-start__about > * {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.great-start__about-intro {
  padding: 0 20px 20px;
}
.great-start__about-intro p span {
  color: #abc6bd;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .great-start__about-intro {
    padding: 0 80px 60px;
  }
}
.great-start__about-who {
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding: 20px;
  position: relative;
}
.great-start__about-who::after {
  background-color: rgba(51, 71, 66, 0.75);
  content: "";
  position: absolute;
  inset: 0;
}
.great-start__about-who > * {
  position: relative;
  max-width: 70ch;
  z-index: 1;
}
.great-start__about-who p {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .great-start__about-who {
    padding: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .great-start__about-who {
    margin-top: auto;
  }
}
.great-start__steps {
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .great-start__steps {
    padding: 20px 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .great-start__steps {
    padding-block: 0;
  }
}
.great-start__steps-list {
  list-style: none;
  display: grid;
  gap: 2rem;
  padding-bottom: 60px;
  text-align: center;
}
.great-start__steps-list img {
  margin-bottom: 1rem;
  max-width: 250px;
}
.great-start__steps-list strong {
  display: block;
}
@media screen and (min-width: 768px) {
  .great-start__steps-list {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
.great-start .great-start__repayments {
  background-color: #abc6bd;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}
.great-start .great-start__repayments h2 {
  color: #3d464d;
}
.great-start .great-start__repayments p {
  max-width: 70ch;
}
@media screen and (min-width: 768px) {
  .great-start .great-start__repayments {
    padding: 60px 80px;
    gap: 80px;
  }
}
@media screen and (min-width: 992px) {
  .great-start .great-start__repayments {
    flex-direction: row;
  }
  .great-start .great-start__repayments > * {
    flex: 1;
  }
}