/**
  * Clear after floats
*/
/**
  * Convert font-size from px to rem with px fallback
  * @param $size - the value in pixel you want to convert
  * Credit - http://bit.ly/1H7jo0n
  * e.g. p { @include fontSize(12px); }
*/
/**
  * Function for converting a px based font-size to rem.
*/
/**
  * Mixin that will include the fall back px declaration
  * as well as the calculated rem value.
*/
/**
  * Apply clearfix to this classes by default
*/
.clear,
.group {
  zoom: 1;
}
.clear:before, .clear:after,
.group:before,
.group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after,
.group:after {
  clear: both;
}

/**
  * Responsive mixins
*/
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
    #COLOUR-VARIABLES
\*------------------------------------*/
/**
  * One of the best reasons to use Sass is variables.
  * They help keep your code DRY, which makes it easy to maintain and change.
  * However, with colors, it's easy for your variables to get out of hand.
  *
  * Solution - Use Name that colour - http://bit.ly/1KCISUE
  * Name your variables after colors like you were trying to do, but without the naming difficulty
  * Suggestion by David Walsh - http://bit.ly/1I62ZLL
*/
/*------------------------------------*\
    #FONT-FAMILIES
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

.js #flash {
  display: none;
}

body {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border: none;
}

a {
  transition: all, 0.25s, linear;
  text-decoration: none;
}

img,
video,
audio,
iframe,
object {
  max-width: 100%;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
}

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

sup {
  top: -9px;
}

button {
  outline: none;
}

object {
  display: block;
}

strong {
  font-weight: bold;
}

/**
  * So to avoid duplicate CSS declarations we have decided to add some single classes
  * Its all for the BEM methodology
*/
.caps {
  text-transform: uppercase;
}

.primary {
  color: #B79E90;
}
.primary--bg {
  background: #B79E90;
}

.dark {
  color: #2C2C2C;
}
.dark--bg {
  background: #2C2C2C;
}

.light {
  color: #ffffff;
}
.light--bg {
  background: #ffffff;
}

.object-fit {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  object-fit: cover;
}

.object-contain {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  object-fit: contain;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("../fonts/TiemposHeadline-Light.eot");
  src: url("../fonts/TiemposHeadline-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposHeadline-Light.woff2") format("woff2"), url("../fonts/TiemposHeadline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "National Book";
  src: url("../fonts/National-Book.eot");
  src: url("../fonts/National-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Book.woff2") format("woff2"), url("../fonts/National-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "National";
  src: url("../fonts/National-Medium.eot");
  src: url("../fonts/National-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Medium.woff2") format("woff2"), url("../fonts/National-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TiemposFine-Regular.eot");
  src: url("../fonts/TiemposFine-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposFine-Regular.woff2") format("woff2"), url("../fonts/TiemposFine-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TiemposFine-RegularItalic.eot");
  src: url("../fonts/TiemposFine-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposFine-RegularItalic.woff2") format("woff2"), url("../fonts/TiemposFine-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Fine Light";
  src: url("../fonts/tiempos-fine-web-light.eot");
  src: url("../fonts/tiempos-fine-web-light.eot?#iefix") format("embedded-opentype"), url("../fonts/tiempos-fine-web-light.woff2") format("woff2"), url("../fonts/tiempos-fine-web-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../fonts/TiemposHeadline-LightItalic.eot");
  src: url("../fonts/TiemposHeadline-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposHeadline-LightItalic.woff2") format("woff2"), url("../fonts/TiemposHeadline-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TiemposFine-LightItalic.eot");
  src: url("../fonts/TiemposFine-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposFine-LightItalic.woff2") format("woff2"), url("../fonts/TiemposFine-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "National";
  src: url("../fonts/National-Semibold.eot");
  src: url("../fonts/National-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Semibold.woff2") format("woff2"), url("../fonts/National-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.tiempos-headline {
  font-family: "Tiempos Headline";
  font-weight: 300;
  font-style: normal;
}
.tiempos-headline--italic {
  font-style: italic;
}

.tiempos-fine {
  font-family: "Tiempos Fine";
  font-weight: normal;
  font-style: normal;
}
.tiempos-fine--light {
  font-weight: 300;
}
.tiempos-fine--italic {
  font-style: italic;
}

.national {
  font-family: "National";
  font-weight: 500;
  font-style: normal;
}
.national p {
  font-family: "National";
  font-weight: 500;
  font-style: normal;
}
.national--semi {
  font-weight: 600;
}

.national-book {
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
}

.alpha {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1194px) {
  .alpha {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (min-width: 1366px) {
  .alpha {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1601px) {
  .alpha {
    font-size: 80px;
    line-height: 90px;
  }
}

.charlie {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.42px;
}
@media screen and (min-width: em("1024px")) {
  .charlie {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.4px;
  }
}
@media screen and (min-width: em("1366px")) {
  .charlie {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: -0.4px;
  }
}

.base-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
  color: #000000;
  font-family: "National Book" sans-serif;
}
.base-text a {
  color: #B79E90;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .base-text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}

.small-text {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 5px;
}

html {
  overscroll-behavior: none;
}

.no-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.preload {
  transition: opacity 0.5s linear;
  pointer-events: none;
}
.preload.active {
  opacity: 1;
}

body {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.45px;
  color: #000000;
  font-family: "National Book", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.container--1385 {
  max-width: 1385px;
  padding: 0 30px;
}
@media screen and (min-width: 1366px) {
  .container--1385 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1601px) {
  .container--1385 {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1900px) {
  .container--1385 {
    padding: 0;
  }
}
.container--1405 {
  max-width: 1405px;
  padding: 0 30px;
}
@media screen and (min-width: 1366px) {
  .container--1405 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1601px) {
  .container--1405 {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1900px) {
  .container--1405 {
    padding: 0;
  }
}
.container--1455 {
  max-width: 1455px;
  padding: 0 30px;
}
@media screen and (min-width: 1366px) {
  .container--1455 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1601px) {
  .container--1455 {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1900px) {
  .container--1455 {
    padding: 0;
  }
}
.container--1670 {
  max-width: 1670px;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .container--1670 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1366px) {
  .container--1670 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1601px) {
  .container--1670 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1900px) {
  .container--1670 {
    padding: 0;
  }
}
.container--1700 {
  max-width: 1700px;
  padding: 0 30px;
}
@media screen and (min-width: 1366px) {
  .container--1700 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1601px) {
  .container--1700 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1900px) {
  .container--1700 {
    padding: 0;
  }
}
.container--1740 {
  max-width: 1740px;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .container--1740 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1366px) {
  .container--1740 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1601px) {
  .container--1740 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1900px) {
  .container--1740 {
    padding: 0;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

body.ie .header {
  top: -60px;
}
body.ie .header__nav {
  position: relative;
  top: -30px;
}
body.ie .header__tel {
  position: relative;
  top: -30px;
}
body.ie .hero {
  max-height: auto;
}
body.ie .our-roots__slider-wrapper .slider-wrapper__top .slider-wrapper__diamond {
  display: none;
}
body.ie .service {
  overflow-x: hidden;
  height: auto;
}
body.ie .service-list__left {
  display: block;
}
body.ie .service-intro__left {
  max-width: 800px;
}
body.ie .project__grey {
  background: #4c4c4c;
}
body.ie .project-grey__top .textarea {
  max-width: 840px;
}
body.ie .project-grey__bottom .textarea {
  max-width: 700px;
}
body.ie .commercial__cs2 .bg {
  background: #000000;
}
@media screen and (min-width: 1366px) {
  body.ie .footer__content {
    max-width: calc(100% - 450px);
  }
}
@media screen and (min-width: 1601px) {
  body.ie .footer__content {
    max-width: calc(100% - 580px);
  }
}
@media screen and (min-width: 1900px) {
  body.ie .footer__content {
    max-width: calc(100% - 780px);
  }
}

.btn {
  font-family: "Tiempos Headline";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 5px;
  color: #2C2C2C;
  position: relative;
  padding: 18px 28px 16px;
  text-transform: uppercase;
  transition: all 0.9s ease-in-out;
  box-shadow: inset 0 0 0 2px #2C2C2C;
  transition: color 0.25s 0.08333333s;
  background: transparent;
  cursor: poiniter;
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 18px;
    line-height: 22px;
  }
}
.btn::before, .btn::after {
  content: "";
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 0 solid #2C2C2C;
  pointer-events: none;
  transition-property: border-color, width, height;
  transition-duration: 0.25s; /* .25s for border-color, .25s for width, .25s for height */
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
  /* A bottom border of button have to be hidden through 0.25s so I use the 0.25s value as the second argument */
  transition-delay: 0.35s, 0.25s, 0s; /* .35s for border-color, .25s for width, 0s for height */
}
.btn::after {
  border-top-width: 2px;
  border-right-width: 2px;
  /* A right border of button have to be hidden through 0.25s so I use the 0.25s value as the third argument */
  transition-delay: 0.35s, 0s, 0.25s; /* .35s for border-color, 0s for width, .25s for height */
}
.btn:hover {
  color: #A68675;
  cursor: pointer;
}
.btn:hover::before, .btn:hover::after {
  width: 100%;
  height: 100%;
  border-color: #A68675;
  /* Changing border color don't have to be smooth so I use the 0s value as the first argument */
  transition-duration: 0s, 0.25s, 0.25s; /* 0s for border-color, .25s for width, .25s for height */
}
.btn:hover::before {
  /* A left border of button have to be showed through 0.25s so I use the 0.25s value as the third argument */
  transition-delay: 0s, 0s, 0.25s; /* 0s for border-color, 0s for width, .25s for height */
}
.btn:hover::after {
  /* A top border of button have to be showed through 0.25s so I use the 0.25s value as the second argument */
  transition-delay: 0s, 0.25s, 0s; /* 0s for border-color, .25s for width, 0s for height */
}
.btn--center {
  text-align: center;
  margin: 0 auto;
  display: table;
}
.btn--gold {
  color: #A68675;
  box-shadow: inset 0 0 0 2px #A68675;
}
.btn--light {
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.btn--light:hover {
  color: #ffffff;
}
.btn--solid {
  color: black;
  background-color: white;
  opacity: 90%;
}
.btn--solid:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.75);
}
.btn--bronze-solid {
  color: white;
  background-color: #A68675;
  box-shadow: inset 0 0 0 2px #A68675;
  transition: all 0.4s ease-in-out;
}
.btn--bronze-solid:hover {
  color: black;
  background-color: white;
}
.btn--bronze-solid::before, .btn--bronze-solid::after {
  border: none;
}
.btn--default-solid-white {
  color: #2c2c2c;
  background-color: white;
  opacity: 90%;
  transition: all 0.4s ease-in-out;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.btn--default-solid-white:hover {
  color: white;
  background: none;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.btn--default-solid-white::before, .btn--default-solid-white::after {
  border-color: white !important;
}
.btn--default-solid-bronze {
  color: white;
  background-color: #A68675;
  transition: all 0.4s ease-in-out;
  border: none;
  box-shadow: inset 0 0 0 2px #A68675;
}
.btn--default-solid-bronze:hover {
  color: black;
  background: none;
}
.btn--default-solid-bronze::before, .btn--default-solid-bronze::after {
  border: #A68675;
}
.btn--default-solid-bronze-grey {
  color: #2c2c2c;
  background-color: #A68675;
  transition: all 0.4s ease-in-out;
  border: none;
  box-shadow: inset 0 0 0 2px #A68675;
}
.btn--default-solid-bronze-grey:hover {
  color: white;
}
.btn--default-solid-bronze-grey::before, .btn--default-solid-bronze-grey::after {
  border: #A68675;
}
.btn--default-opaque-white {
  color: black;
  border: none;
  background-color: white;
  transition: all 0.4s ease-in-out;
  opacity: 90%;
}
.btn--default-opaque-white:hover {
  color: black;
  border: none;
  background: white;
  opacity: 60%;
}
.btn--default-opaque-white::before, .btn--default-opaque-white::after {
  border: none;
}
.btn--default-opaque-white-no-stroke {
  color: black;
  border: none;
  background-color: white;
  transition: all 0.4s ease-in-out;
  opacity: 90%;
}
.btn--default-opaque-white-no-stroke:hover {
  color: black;
  border: none;
  background: white;
  opacity: 60%;
}
.btn--default-opaque-white-no-stroke::before, .btn--default-opaque-white-no-stroke::after {
  border: none;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 54px 0 0;
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 40px 0 0;
  }
}
.header--slide-up {
  transform: translateY(-200px);
}
.header--active {
  background: #ffffff;
  border-bottom: 1px solid #B79E90;
  padding: 20px 0;
}
.header--active .header__logo svg {
  fill: #2C2C2C;
}
.header--active .header__nav ul li a {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .header--active .header__nav ul li a {
    color: #2C2C2C;
  }
}
.header > .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header > .flex {
    align-items: center;
  }
}
.header__logo {
  width: auto;
  height: auto;
  display: none;
}
@media screen and (min-width: 1194px) {
  .header__logo {
    display: block;
    width: 100px;
  }
}
.header__logo svg {
  fill: #ffffff;
}
.header__logo--mobile {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
}
@media screen and (min-width: 1194px) {
  .header__logo--mobile {
    display: none;
  }
}
.header__logo--mobile svg {
  width: 55px;
}
.header__nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    background: #2C2C2C;
    left: 0;
  }
}
.header__nav.active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: block;
    margin-top: 20px;
  }
}
.header__nav ul {
  padding-top: 180px;
}
@media screen and (min-width: 1024px) {
  .header__nav ul {
    padding-top: 0;
    margin-top: -5px;
  }
}
.header__nav ul li {
  font-family: "National";
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: table;
  margin: 0 32px 0;
  text-align: left;
  padding-bottom: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .header__nav ul li {
    margin: 0 10px 0;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1194px) {
  .header__nav ul li {
    margin: 0 10px 0;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1366px) {
  .header__nav ul li {
    margin: 0 10px 0;
  }
}
@media screen and (min-width: 1601px) {
  .header__nav ul li {
    margin: 0 22px 0;
    letter-spacing: 6px;
  }
}
.header__nav ul li.menu-item-has-children {
  margin-right: 0px !important;
}
@media screen and (min-width: 1024px) {
  .header__nav ul li.menu-item-has-children {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1194px) {
  .header__nav ul li.menu-item-has-children {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1366px) {
  .header__nav ul li.menu-item-has-children {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1601px) {
  .header__nav ul li.menu-item-has-children {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: #B79E90;
    position: absolute;
    bottom: 23px;
    left: -2px;
    transition: width 0.25s linear;
  }
}
.header__nav ul li.menu-item-has-children::before {
  content: url("../images/svg/menu-icon.svg");
  position: absolute;
  right: -15px;
  top: 0;
}
.header__nav ul li.current_page_item::after, .header__nav ul li.current-menu-ancestor::after, .header__nav ul li:hover::after {
  width: 100%;
}
.header__nav ul li a {
  color: #ffffff;
}
.header__nav ul li .sub-menu {
  display: none;
  position: relative;
  top: 100%;
  left: -50px;
  width: 100vw;
  padding: 0px 40px 0;
  z-index: 100;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .header__nav ul li .sub-menu {
    position: absolute;
    background: #ffffff;
    width: calc(100% + 100px);
    padding: 5px 22px 5px;
  }
}
.header__nav ul li .sub-menu li {
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  text-align: left;
  padding: 0px;
  margin: 0 0 10px 30px;
  letter-spacing: 0.4px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header__nav ul li .sub-menu li {
    border-bottom: 2px solid #d8d8d8;
    padding: 15px 0;
    width: auto;
    display: block;
    margin: 0 0 0px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav ul li .sub-menu li:first-child {
    margin-top: 20px;
  }
}
.header__nav ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.header__nav ul li .sub-menu li::after {
  bottom: -2px;
}
.header__nav ul li .sub-menu li a {
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .header__nav ul li .sub-menu li a {
    color: #000000;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav ul li:hover .sub-menu {
    display: block;
  }
}
.header .header__contact-button-container .btn {
  padding: 14px, 16px, 14px, 16px;
}
.header .header__contact-button-container .contact-us-button {
  font-family: Test Tiempos Headline;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 4px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header .header__contact-button-container {
    display: none;
  }
}
.header__tel {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 3.5px;
  color: #ffffff;
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__tel {
    display: block;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
.header__tel::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 23px;
  left: 0;
}

body.term-residential,
body.post-type-archive-project,
body.tax-service {
  padding-top: 120px;
}
body.term-residential .header__logo svg,
body.post-type-archive-project .header__logo svg,
body.tax-service .header__logo svg {
  fill: #2C2C2C;
}
body.term-residential.no-scroll .header__logo svg,
body.post-type-archive-project.no-scroll .header__logo svg,
body.tax-service.no-scroll .header__logo svg {
  fill: #ffffff;
}
@media screen and (min-width: 1024px) {
  body.term-residential,
  body.post-type-archive-project,
  body.tax-service {
    padding-top: 80px;
  }
  body.term-residential .header__logo svg,
  body.post-type-archive-project .header__logo svg,
  body.tax-service .header__logo svg {
    fill: #2C2C2C;
  }
  body.term-residential .header__nav ul li.menu-item-has-children::before,
  body.post-type-archive-project .header__nav ul li.menu-item-has-children::before,
  body.tax-service .header__nav ul li.menu-item-has-children::before {
    content: url("../images/svg/menu-icon-dark.svg");
  }
  body.term-residential .header__nav ul li a,
  body.post-type-archive-project .header__nav ul li a,
  body.tax-service .header__nav ul li a {
    color: #2C2C2C;
  }
  body.term-residential .header__tel,
  body.post-type-archive-project .header__tel,
  body.tax-service .header__tel {
    color: #2C2C2C;
  }
  body.term-residential .header__tel::after,
  body.post-type-archive-project .header__tel::after,
  body.tax-service .header__tel::after {
    background: #2C2C2C;
  }
}
@media screen and (min-width: 1366px) {
  body.term-residential,
  body.post-type-archive-project,
  body.tax-service {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1601px) {
  body.term-residential,
  body.post-type-archive-project,
  body.tax-service {
    padding-top: 100px;
  }
}

body.term-commercial {
  padding-top: 0;
}

.burger-btn {
  overflow: visible;
  cursor: pointer;
  fill: #A68675;
  display: block;
  width: 23px;
  height: 22px;
  align-self: center;
  justify-self: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn--1, .burger-btn--2, .burger-btn--3 {
  transition: 0.2s;
  transform-origin: center center;
}
.burger-btn.active .burger-btn--1 {
  transform: translate(-7px, 7px) rotate(45deg);
}
.burger-btn.active .burger-btn--2 {
  transform: translateX(20px);
  opacity: 0;
}
.burger-btn.active .burger-btn--3 {
  transform: translate(-7px, -7px) rotate(-45deg);
}

.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-size: cover !important;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero {
    max-height: unset;
  }
}
@media screen and (min-width: 1300px) and (max-height: 800px) {
  .hero {
    height: 800px;
  }
}
.hero .btn {
  margin-top: 50px;
}
.hero__img {
  position: absolute;
  top: 0;
  left: 0;
}
.hero__content {
  width: 100%;
  position: relative;
  top: 50px;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 40px;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    width: auto;
    padding: 0;
    left: 130px;
    text-align: left;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1194px) {
  .hero__content {
    left: 130px;
  }
}
@media screen and (min-width: 1366px) {
  .hero__content {
    left: 150px;
    top: 0px;
  }
}
@media screen and (min-width: 1601px) {
  .hero__content {
    left: 180px;
  }
}
@media screen and (min-width: 1900px) {
  .hero__content {
    left: 230px;
  }
}
.hero__intro-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .hero__intro-title {
    font-size: 20px;
    line-height: 23px;
  }
}
.hero__home-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  max-width: 450px;
  font-family: "Tiempos Fine";
  opacity: 0.9;
  font-style: italic;
  color: white;
}
@media screen and (min-width: 1024px) {
  .hero__home-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 650px;
  }
}
.hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1300px) and (max-height: 800px) {
  .hero__title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
.hero__subtitle {
  font-family: "Tiempos Fine";
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .hero__subtitle {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.09px;
  }
}
.hero__overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .scroll-down {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1194px) {
  .hero .scroll-down {
    display: block;
  }
}
.hero .scroll-down p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 7px;
  position: relative;
}
.hero .scroll-down p::before {
  content: "";
  width: 2px;
  height: 100px;
  background: #B79E90;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scrollHeight;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.home .hero {
  justify-content: center;
  align-items: center;
}
.home .hero__content {
  top: 20px;
  left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .home .hero__content {
    top: -50px;
  }
}
.home .hero__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  max-width: 300px;
  padding: 20px 0;
  margin-bottom: 0;
  white-space: wrap;
}
@media screen and (min-width: 1024px) {
  .home .hero__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3px;
    max-width: 600px;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  .home .hero__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3px;
    max-width: 600px;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
.home .hero__subtitle {
  font-size: 110px;
  line-height: 133px;
  letter-spacing: 7px;
}
.home .hero__subtitle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  opacity: 0.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  font-family: "Tiempos Fine";
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  line-height: 76px;
  letter-spacing: 3.2px;
}
@media screen and (min-width: 1024px) {
  .home .hero__subtitle::before {
    content: "";
    font-size: 50px;
    line-height: 86px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1366px) {
  .home .hero__subtitle::before {
    font-size: 30px;
    line-height: 0;
    letter-spacing: 7px;
  }
}
.home .hero__subtitle-mobile {
  display: block;
  font-size: 40px;
  line-height: 20px;
  margin-top: 0px;
  font-style: italic;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .home .hero__subtitle-mobile {
    display: none;
  }
}

@keyframes scrollHeight {
  from {
    height: 50px;
  }
  50% {
    height: 90px;
  }
  to {
    height: 50px;
  }
}
.page-template-template-service .hero__title {
  font-size: 34px;
  line-height: 0px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  .page-template-template-service .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-template-service .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}
.page-template-template-service .hero__title h1 {
  padding-top: 20px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .page-template-template-service .hero__title h1 {
    padding-top: 0px;
    line-height: 110px;
  }
}
.page-template-template-service .hero__content {
  max-width: 800px;
}

.page-template-template-sustainability .hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  .page-template-template-sustainability .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-template-sustainability .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}

body.single-post .hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  body.single-post .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  body.single-post .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}

body.page-template-template-project-flow .hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-template-project-flow .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  body.page-template-template-project-flow .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}

body.page-template-template-residential .hero__title,
body.term-residential .hero__title,
body.term-commercial .hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-template-residential .hero__title,
  body.term-residential .hero__title,
  body.term-commercial .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  body.page-template-template-residential .hero__title,
  body.term-residential .hero__title,
  body.term-commercial .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}

body.single-project .hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  body.single-project .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  body.single-project .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}

body.page-template-template-aftercare .hero__title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-template-aftercare .hero__title {
    hyphens: none;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  body.page-template-template-aftercare .hero__title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  background: #2c2c2c;
}
@media screen and (min-width: 1024px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__content {
  padding: 75px 40px 40px;
  width: 100%;
  max-width: 1800px;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin: 125px auto;
  padding: 0px 30px;
}
.footer__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .footer__logos {
    align-items: center;
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logos {
    justify-content: flex-start;
    align-items: center;
  }
}
.footer__logos img {
  margin-left: auto;
}
.footer__logos img:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .footer__logos img {
    margin: 0px;
  }
}
.footer__logos img.img1 {
  width: 62px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .footer__logos img.img1 {
    width: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__logos img.img1 {
    width: 80px;
  }
}
@media screen and (min-width: 1601px) {
  .footer__logos img.img1 {
    width: 80px;
  }
}
@media screen and (min-width: 1900px) {
  .footer__logos img.img1 {
    width: 80px;
  }
}
.footer__logos img.img2 {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logos img.img2 {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logos img.img2 {
    width: 120px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__logos img.img2 {
    width: 130px;
  }
}
@media screen and (min-width: 1601px) {
  .footer__logos img.img2 {
    width: 130px;
  }
}
@media screen and (min-width: 1900px) {
  .footer__logos img.img2 {
    width: 150px;
  }
}
.footer__logos img.img3 {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logos img.img3 {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logos img.img3 {
    width: 120px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__logos img.img3 {
    width: 130px;
  }
}
@media screen and (min-width: 1601px) {
  .footer__logos img.img3 {
    width: 130px;
  }
}
@media screen and (min-width: 1900px) {
  .footer__logos img.img3 {
    width: 150px;
  }
}
.footer__logos img.img4 {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logos img.img4 {
    width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logos img.img4 {
    width: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__logos img.img4 {
    width: 100px;
  }
}
@media screen and (min-width: 1601px) {
  .footer__logos img.img4 {
    width: 100px;
  }
}
@media screen and (min-width: 1900px) {
  .footer__logos img.img4 {
    width: 130px;
  }
}
.footer__logos img:last-child {
  margin-right: 0;
}
.footer-heading-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.footer-heading-content p {
  font-size: 64px;
  line-height: 1;
}
.footer-heading-content .footer-logo {
  width: 60px;
}
.footer-heading-content .contact-us-button {
  max-width: fit-content;
  padding: 22px 28px 20px;
}
.footer-contact-content {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-contact-content {
    gap: 50px;
  }
}
.footer .contact-us-title {
  font-family: National;
  color: #737373;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 4px;
  text-align: left;
  text-transform: uppercase;
}
.footer-content__contact-info {
  width: 100%;
  max-width: 425px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-content__contact-info {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content__contact-info {
    max-width: 235px;
  }
}
@media screen and (min-width: 1194px) {
  .footer-content__contact-info {
    max-width: 425px;
  }
}
.footer-content__contact-info .alpha {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .footer-content__contact-info .alpha {
    margin-bottom: 80px;
  }
}
.footer-content__contact-info .phone-and-email-container .phone-number {
  color: #ffffff;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 3px;
}
.footer-content__contact-info .phone-and-email-container .phone-number:hover {
  color: #B79E90;
}
.footer-content__contact-info .phone-and-email-container .email-address {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: left;
  color: white;
}
.footer-content__contact-info .phone-and-email-container .email-address:hover {
  color: #B79E90;
}
.footer-content__contact-info .workshop-address-container {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-content__contact-info .workshop-address-container .workshop-address P {
  font-family: National;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
}
.footer-content__contact-info .workshop-address-container .google-link a {
  color: #737373;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}
.footer-content__contact-info .workshop-address-container .google-link a:hover {
  color: white;
}
.footer-content__contact-info .contact-us-social-links {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer-content__contact-info .contact-us-social-links .social-link img {
  transition: fill 0.3s;
}
.footer-content__contact-info .contact-us-social-links .social-link:hover img {
  filter: invert(73%) sepia(6%) saturate(1073%) hue-rotate(337deg) brightness(89%) contrast(86%);
}
.footer .footer-navigation-container {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .footer-navigation-container {
    width: 100%;
  }
}
.footer-navigation-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-navigation-content {
    gap: 50px;
  }
}
.footer-content__services {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-content__services .footer-nav-title {
  font-family: National;
  color: #737373;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 4px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .footer-content__services .footer__nav {
    margin-top: 0px;
  }
}
.footer-content__services .footer__nav ul {
  column-count: 2;
}
@media (max-width: 1024px) {
  .footer-content__services .footer__nav ul {
    column-count: 1;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content__services .footer__nav ul {
    column-count: 1;
    column-gap: 0px;
  }
}
.footer-content__services .footer__nav ul li {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .footer-content__services .footer__nav ul li {
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 35px;
  }
}
.footer-content__services .footer__nav ul li a {
  color: #ffffff;
}
.footer-content__services .footer__nav ul li:hover a {
  color: #B79E90;
}
.footer-content__services .footer__nav .menu-footer-menu-container .menu .menu-item {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}
.footer-content__services .footer__nav .menu-footer-menu-2-container .menu .menu-item {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}
.footer-content__information {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 30px;
}
.footer-content__information .footer-nav-title {
  font-family: National;
  color: #737373;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 4px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .footer-content__information .footer__nav {
    margin-top: 0px;
  }
}
.footer-content__information .footer__nav ul {
  column-count: 2;
}
@media (max-width: 1024px) {
  .footer-content__information .footer__nav ul {
    column-count: 1;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content__information .footer__nav ul {
    column-count: 1;
    column-gap: 0px;
  }
}
.footer-content__information .footer__nav ul li {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .footer-content__information .footer__nav ul li {
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 35px;
  }
}
.footer-content__information .footer__nav ul li a {
  color: #ffffff;
}
.footer-content__information .footer__nav ul li:hover a {
  color: #B79E90;
}
.footer-content__information .footer__nav .menu-footer-menu-container .menu .menu-item {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}
.footer-content__information .footer__nav .menu-footer-menu-2-container .menu .menu-item {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}
.footer .footer-footer {
  display: flex;
  flex-direction: row;
  gap: 50px;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .footer .footer-footer {
    flex-direction: column-reverse;
    position: static;
  }
}
.footer .footer-footer .copywrite-title {
  font-family: National;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #737373;
}
@media (max-width: 1024px) {
  .footer .footer-contact-content,
  .footer .footer-navigation-content {
    flex-direction: column;
  }
}

.cookies {
  width: calc(100% - 60px);
  padding: 30px 25px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99999;
  box-shadow: none;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: box-shadow, 0.4s, ease;
  background: #ffffff;
  color: #2C2C2C;
}
@media screen and (min-width: em("1024px")) {
  .cookies {
    width: 450px;
    padding: 40px 35px;
    bottom: 60px;
    left: 60px;
  }
}
.cookies:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all, 0.4s, ease-in-out;
}
.cookies__text {
  position: relative;
  transform: translateX(40px);
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  line-height: 26px;
  transition: all, 0.2s, ease;
  margin-bottom: 15px;
}
.cookies__close {
  position: relative;
  transform: translateX(40px);
  opacity: 0;
  visibility: hidden;
  transition: all, 0.2s, ease;
}
.cookies a {
  color: #B79E90;
}

.cookies.cookies-alert {
  box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.2);
  transition-delay: box-shadow, 0.4s, ease, 0.4s;
}
.cookies.cookies-alert:before {
  transform: translateX(0);
  transition: all, 0.4s, ease-in-out;
}
.cookies.cookies-alert .cookies__text {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: all, 0.4s, ease, 0.4s;
}
.cookies.cookies-alert .cookies__close {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: all, 0.4s, ease, 0.45s;
}

.cookies.cookies-hide {
  width: 0;
  padding: 0;
  display: none;
}

.sticky-social {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
  writing-mode: tb-rl;
  transform: rotate(-180deg) translateX(-50%);
  position: fixed;
  top: 38%;
  left: 26px;
  height: auto;
  text-align: center;
  z-index: 1000;
  display: none;
}
@media screen and (min-width: 1024px) {
  .sticky-social {
    display: block;
  }
}
.sticky-social a {
  text-decoration: none;
  color: #B79E90;
  position: relative;
}
.sticky-social a::after {
  content: "";
  width: 1px;
  height: 0;
  background: #B79E90;
  position: absolute;
  bottom: 8px;
  left: -3px;
  transition: height 0.25s linear;
}
.sticky-social a:hover::after {
  height: calc(100% - 8px);
}
.sticky-social span {
  height: 20px;
  width: 2px;
  background: #B79E90;
  margin: 20px 0;
  display: inline-block;
}

.sticky-email {
  width: 52px;
  height: 52px;
  border: 2px solid #B79E90;
  border-radius: 80px;
  position: relative;
  top: 0;
  right: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.25s linear;
}
@media screen and (min-width: 1024px) {
  .sticky-email {
    position: fixed;
    top: auto;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1366px) {
  .sticky-email {
    bottom: 50px;
    right: 50px;
  }
}
@media screen and (min-width: 1601px) {
  .sticky-email {
    bottom: 50px;
    right: 50px;
  }
}
@media screen and (min-width: 1900px) {
  .sticky-email {
    bottom: 50px;
    right: 50px;
  }
}
.sticky-email:hover {
  background: rgba(44, 44, 44, 0.9);
}
.sticky-email svg {
  width: 22px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .sticky-email svg {
    width: 33px;
    height: 24px;
  }
}

.img-with-text-box {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .img-with-text-box {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.img-with-text-box__content {
  width: calc(100% - 40px);
  height: auto;
  z-index: 2;
  padding: 60px 20px 60px 40px;
}
@media screen and (min-width: 1024px) {
  .img-with-text-box__content {
    width: 100%;
    max-width: 650px;
    padding: 60px 60px 60px;
    position: absolute;
    top: 80px;
    left: 120px;
  }
}
@media screen and (min-width: 1194px) {
  .img-with-text-box__content {
    width: 100%;
    max-width: 780px;
    padding: 80px 80px 80px;
    position: absolute;
    top: 105px;
    left: 120px;
  }
}
@media screen and (min-width: 1601px) {
  .img-with-text-box__content {
    width: 100%;
    max-width: 880px;
    padding: 125px 110px 130px;
    position: absolute;
    top: 145px;
    left: 140px;
  }
}
.img-with-text-box__content .small-text {
  margin-bottom: 10px;
}
.img-with-text-box__content .title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 5px;
  margin-bottom: 59px;
}
@media screen and (min-width: 1024px) {
  .img-with-text-box__content .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 10px;
    margin-bottom: 40px;
  }
}
.img-with-text-box__content .text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .img-with-text-box__content .text {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 5px;
    margin-bottom: 100px;
  }
}
.img-with-text-box__line {
  width: 100%;
  max-width: 880px;
  height: 500px;
  border: 2px solid #dccdc3;
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1024px) {
  .img-with-text-box__line {
    display: block;
    max-width: 620px;
    height: 380px;
    top: 40px;
    left: 180px;
  }
}
@media screen and (min-width: 1194px) {
  .img-with-text-box__line {
    max-width: 780px;
    height: 460px;
    top: 70px;
    left: 210px;
  }
}
@media screen and (min-width: 1601px) {
  .img-with-text-box__line {
    max-width: 880px;
    height: 500px;
    top: 100px;
    left: 240px;
  }
}
.img-with-text-box__img {
  position: relative;
  right: 0;
  top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .img-with-text-box__img {
    top: -60px;
    max-width: 770px;
  }
}
@media screen and (min-width: 1194px) {
  .img-with-text-box__img {
    max-width: 900px;
  }
}
@media screen and (min-width: 1366px) {
  .img-with-text-box__img {
    max-width: 1050px;
  }
}
@media screen and (min-width: 1601px) {
  .img-with-text-box__img {
    max-width: 1345px;
  }
}

.page-template-template-our-roots .img-with-text-box {
  background: linear-gradient(90deg, rgb(255, 255, 255) 40px, rgb(242, 238, 233) 40px, rgb(242, 238, 233) 100%);
}
@media screen and (min-width: 1024px) {
  .page-template-template-our-roots .img-with-text-box {
    background: rgb(242, 238, 233);
  }
}
.page-template-template-our-roots .img-with-text-box__content {
  background: #000000;
}
.page-template-template-our-roots .img-with-text-box__content .title {
  color: #ffffff;
}
.page-template-template-our-roots .img-with-text-box__content .text {
  color: #f2eee9;
}
.page-template-template-service .img-with-text-box {
  margin-bottom: 110px;
  margin-top: 60px;
}
.page-template-template-service .img-with-text-box__content {
  background: #4c4c4c;
}
.page-template-template-service .img-with-text-box__content .title {
  color: #ffffff;
}
.page-template-template-service .img-with-text-box__content .text {
  color: #f2eee9;
}
body.blog .img-with-text-box {
  background: #f2eee9;
  margin-bottom: 110px;
  margin-top: 60px;
}
body.blog .img-with-text-box__content {
  background: #000000;
}
body.blog .img-with-text-box__content .title {
  color: #ffffff;
}
body.blog .img-with-text-box__content .text {
  color: #f2eee9;
}
body.blog .img-with-text-box__content .btn {
  color: #f2eee9;
}

body.single-post .img-with-text-box {
  margin-bottom: 110px;
  margin-top: 60px;
}
body.single-post .img-with-text-box__content {
  background: #4c4c4c;
}
body.single-post .img-with-text-box__content .title {
  color: #ffffff;
}
body.single-post .img-with-text-box__content .text {
  color: #f2eee9;
}
body.single-post .img-with-text-box__content .btn {
  color: #f2eee9;
}

body.page-template-template-residential .img-with-text-box,
body.term-residential .img-with-text-box,
body.post-type-archive-project .img-with-text-box,
body.tax-service .img-with-text-box {
  margin-bottom: 0px;
  margin-top: 60px;
}
body.page-template-template-residential .img-with-text-box__content,
body.term-residential .img-with-text-box__content,
body.post-type-archive-project .img-with-text-box__content,
body.tax-service .img-with-text-box__content {
  background: #4c4c4c;
}
body.page-template-template-residential .img-with-text-box__content .title,
body.term-residential .img-with-text-box__content .title,
body.post-type-archive-project .img-with-text-box__content .title,
body.tax-service .img-with-text-box__content .title {
  color: #ffffff;
}
body.page-template-template-residential .img-with-text-box__content .text,
body.term-residential .img-with-text-box__content .text,
body.post-type-archive-project .img-with-text-box__content .text,
body.tax-service .img-with-text-box__content .text {
  color: #f2eee9;
}
body.page-template-template-residential .img-with-text-box__content .btn,
body.term-residential .img-with-text-box__content .btn,
body.post-type-archive-project .img-with-text-box__content .btn,
body.tax-service .img-with-text-box__content .btn {
  color: #f2eee9;
}

body.page-template-template-commercial .img-with-text-box,
body.term-commercial .img-with-text-box {
  margin-bottom: 0px;
  margin-top: 60px;
  background: #737373;
}
body.page-template-template-commercial .img-with-text-box__content,
body.term-commercial .img-with-text-box__content {
  background: #f2eee9;
}
body.page-template-template-commercial .img-with-text-box__content .title,
body.term-commercial .img-with-text-box__content .title {
  color: #2C2C2C;
}
body.page-template-template-commercial .img-with-text-box__content .text,
body.term-commercial .img-with-text-box__content .text {
  color: #2C2C2C;
}
body.page-template-template-commercial .img-with-text-box__content .btn,
body.term-commercial .img-with-text-box__content .btn {
  color: #2C2C2C;
}

.text-block {
  text-align: center;
  padding: 75px 0 45px;
}
@media screen and (min-width: 1024px) {
  .text-block {
    padding: 100px 75px 100px;
  }
}
@media screen and (min-width: 1194px) {
  .text-block {
    padding: 120px 0 120px;
  }
}
@media screen and (min-width: 1366px) {
  .text-block {
    padding: 165px 0 165px;
  }
}
.text-block .small-text {
  margin-bottom: 30px;
}
.text-block .alpha {
  margin-bottom: 35px;
}
.text-block .base-text {
  max-width: 900px;
  margin: 0 auto 50px;
}
.text-block--service-cat {
  padding-bottom: 20px;
}

.text-block-faqs {
  text-align: left;
  padding: 75px 0 45px;
}
@media screen and (min-width: 1024px) {
  .text-block-faqs {
    padding: 100px 75px 100px;
  }
}
@media screen and (min-width: 1194px) {
  .text-block-faqs {
    padding: 120px 0 120px;
  }
}
@media screen and (min-width: 1366px) {
  .text-block-faqs {
    padding: 165px 0 165px;
  }
}
.text-block-faqs .alpha {
  text-align: center;
}
.text-block-faqs .base-text h1, .text-block-faqs .base-text h2, .text-block-faqs .base-text h3, .text-block-faqs .base-text h4, .text-block-faqs .base-text h5, .text-block-faqs .base-text h6 {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "National";
  font-weight: 600;
  text-transform: uppercase;
  color: #A68675;
}
.text-block-faqs .base-text p {
  margin-bottom: 20px;
}
.text-block-faqs .base-text ul {
  margin-bottom: 20px;
}
.text-block-faqs .base-text ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 25px;
}

.form__input {
  margin-bottom: 30px;
}
.form__input label {
  color: white;
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.form__input input {
  background: white;
  border-radius: 0;
  appearance: none;
  height: 60px;
  border: 0;
  color: #2C2C2C;
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-top: 8px;
  text-indent: 20px;
  width: 100%;
}
.form__input input:focus {
  outline: 0;
}
.form__input--full {
  width: 100%;
}
.form__input--full input {
  width: 100%;
}
.form__input--full textarea {
  width: 100%;
  background: white;
  border-radius: 0;
  appearance: none;
  height: 160px;
  border: 0;
  color: #2C2C2C;
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-top: 8px;
  padding: 20px;
}
.form__input--full textarea:focus {
  outline: 0;
}
.form__input--two-col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .form__input--two-col {
    flex-direction: row;
    justify-content: space-between;
  }
}
.form__input--two-col label {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .form__input--two-col label {
    width: calc(50% - 25px);
    display: block;
    float: left;
  }
}
.form__input--two-col label span {
  display: block;
}
.form__input--two-col label:first-child {
  margin-right: 0px;
}
@media screen and (min-width: 1024px) {
  .form__input--two-col label:first-child {
    margin-right: 50px;
  }
}
.form__btn {
  position: relative;
  display: table;
}
.form__btn::after {
  content: "";
  width: calc(100% + 0px);
  height: 2px;
  background: #B79E90;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.9s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .form__btn::after {
    width: calc(100% + 100px);
  }
}
.form__btn:hover::after {
  width: calc(100% - 30px);
}
.form__btn:hover input {
  letter-spacing: 7px;
}

.wpcf7-submit {
  font-family: "Tiempos Headline";
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 5px;
  color: #B79E90;
  position: relative;
  padding-bottom: 18px;
  text-transform: uppercase;
  transition: all 0.9s ease-in-out;
  background-color: transparent;
  border: 0;
}
.wpcf7-submit:focus {
  outline: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0;
  color: #ffffff;
}

.select-wrapper {
  position: relative;
  display: block;
  margin: 0 auto 50px;
  width: 100%;
  max-width: calc(100% - 40px) !important;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .select-wrapper {
    width: auto;
    display: table;
  }
}
.select-wrapper .service-select {
  width: 100%;
}
.select-wrapper svg {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 14px;
  height: 14px;
  fill: #A68675;
}

.service-select,
.service-select-2 {
  font-family: "Tiempos Headline";
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 5px;
  color: #A68675;
  position: relative;
  padding: 20px 38px 18px 28px;
  text-transform: uppercase;
  transition: all 0.9s ease-in-out;
  border: 2px #A68675 solid;
  transition: color 0.25s;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto 50px;
  text-align: center;
  -webkit-appearance: none;
  text-align-last: center;
}
.service-select:focus,
.service-select-2:focus {
  outline: 0;
}

.service-select, .service-select-3 {
  font-family: "Tiempos Headline";
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 5px;
  position: relative;
  padding: 20px 38px 18px 28px;
  text-transform: uppercase;
  transition: all 0.9s ease-in-out;
  border: 2px #A68675 solid;
  transition: color 0.25s;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto 50px;
  text-align: center;
  -webkit-appearance: none;
  text-align-last: center;
  color: white;
  background-color: #A68675;
  box-shadow: inset 0 0 0 2px #A68675;
}
.service-select:focus, .service-select-3:focus {
  outline: 0;
}

#compute_select {
  display: none;
}

.image-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .image-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.image-box__item {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .image-box__item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    height: 400px;
  }
}
@media screen and (min-width: 1194px) {
  .image-box__item {
    height: 460px;
  }
}
@media screen and (min-width: 1366px) {
  .image-box__item {
    height: 550px;
  }
}
@media screen and (min-width: 1601px) {
  .image-box__item {
    height: 650px;
  }
}
.image-box__item::before, .image-box__item::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.image-box__item.draw {
  transition: color 0.5s;
}
.image-box__item.draw::before, .image-box__item.draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.image-box__item.draw::before {
  top: 0;
  left: 0;
}
.image-box__item.draw::after {
  bottom: 0;
  right: 0;
}
.image-box__item.draw:hover {
  color: #A68675;
}
.image-box__item.draw:hover::before, .image-box__item.draw:hover::after {
  width: 100%;
  height: 100%;
}
.image-box__item.draw:hover::before {
  border-top-color: #A68675;
  border-right-color: #A68675;
  transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}
.image-box__item.draw:hover::after {
  border-bottom-color: #A68675;
  border-left-color: #A68675;
  transition: border-color 0s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.75s;
}
.image-box__item.meet:hover {
  color: #A68675;
}
.image-box__item.meet::after {
  top: 0;
  left: 0;
}
.image-box__item.meet:hover::before {
  border-top-color: #A68675;
  border-right-color: #A68675;
}
.image-box__item.meet:hover::after {
  border-bottom-color: #A68675;
  border-left-color: #A68675;
  transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
}
.image-box-item__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.image-box-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 35px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .image-box-item__content {
    padding: 0 80px 65px;
  }
}
@media screen and (min-width: 1194px) {
  .image-box-item__content {
    padding: 0 80px 87px;
  }
}
@media screen and (min-width: 1366px) {
  .image-box-item__content {
    padding: 0 120px 87px;
  }
}
.image-box-item__content .category {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 4.5px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .image-box-item__content .category {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 5px;
  }
}
.image-box-item__content .title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .image-box-item__content .title {
    font-size: 45px;
    line-height: 50px;
  }
}

.loadmore-wrapper button {
  margin: 0 auto;
  display: table;
  background: transparent;
}

.loadmore-btn-container {
  padding: 65px 0 20px;
}
@media screen and (min-width: 1024px) {
  .loadmore-btn-container {
    padding: 115px 0;
  }
}

.loadmore-wrapper .image-box {
  margin-bottom: 100px;
}

.feature-project {
  width: 100%;
  height: auto;
  max-width: 1800px;
  margin: 75px 0 75px 0px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .feature-project {
    margin: 190px 0 490px 90px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1194px) {
  .feature-project {
    margin: 190px 0 490px 90px;
  }
}
@media screen and (min-width: 1366px) {
  .feature-project {
    margin: 190px 0 450px 90px;
  }
}
@media screen and (min-width: 1440px) {
  .feature-project {
    margin: 190px 0 490px 90px;
  }
}
@media screen and (min-width: 1601px) {
  .feature-project {
    margin: 190px 0 490px 90px;
  }
}
@media screen and (min-width: 1900px) {
  .feature-project {
    margin: 190px 0 490px auto;
  }
}
.feature-project .btn {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 45px;
  display: table;
}
@media screen and (min-width: 1024px) {
  .feature-project .btn {
    position: absolute;
    bottom: -100px;
    right: 35%;
    left: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .feature-project .btn {
    right: 25%;
  }
}
@media screen and (min-width: 1601px) {
  .feature-project .btn {
    right: 32%;
  }
}
@media screen and (min-width: 1900px) {
  .feature-project .btn {
    right: 35%;
  }
}
.feature-project__left {
  margin-right: 0;
  max-width: 700px;
  position: relative;
  padding: 75px 30px 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .feature-project__left {
    margin-right: 80px;
    padding: 0;
  }
}
.feature-project__left .small-text {
  margin-bottom: 20px;
}
.feature-project__left .title {
  margin-bottom: 45px;
}
.feature-project__left .base-text {
  margin-bottom: 45px;
}
.feature-project__left .base-text p {
  margin-bottom: 1rem;
}
.feature-project__left .testimonial-box {
  position: absolute;
  bottom: -280px;
  right: -200px;
  padding: 60px;
  background: #ffffff;
  width: 100%;
  max-width: 605px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .feature-project__left .testimonial-box {
    display: block;
  }
}
@media screen and (min-width: 1194px) {
  .feature-project__left .testimonial-box {
    bottom: -250px;
    max-width: 570px;
    padding: 45px;
    right: -20px;
  }
}
@media screen and (min-width: 1366px) {
  .feature-project__left .testimonial-box {
    bottom: -280px;
    right: -200px;
  }
}
@media screen and (min-width: 1440px) {
  .feature-project__left .testimonial-box {
    bottom: -320px;
    max-width: 570px;
    padding: 45px;
  }
}
@media screen and (min-width: 1601px) {
  .feature-project__left .testimonial-box {
    bottom: -400px;
    max-width: 605px;
    padding: 60px;
  }
}
@media screen and (min-width: 1900px) {
  .feature-project__left .testimonial-box {
    bottom: -325px;
  }
}
.feature-project__left .testimonial-box::after {
  content: "";
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  position: absolute;
  top: -22px;
  left: -22px;
  border: 2px solid #A68675;
}
.feature-project__left .testimonial-box .text {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 5px;
  margin-bottom: 40px;
  color: #737373;
}
.feature-project__left .testimonial-box .by {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 5px;
}
.feature-project__left .testimonial-box .position {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.feature-project__right {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .feature-project__right {
    width: 57.5%;
    height: 865px;
  }
}
.feature-project__right .overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 1.5s ease-out;
}
.feature-project__right img {
  /* Add your image styles here */
}
.feature-project .feature-project__right.aos-animate .overlay {
  left: 100%;
}

.testimonials {
  width: 100%;
  height: auto;
  max-width: 1800px;
  display: flex;
  flex-direction: row;
  margin: 125px auto;
  position: relative;
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .testimonials {
    flex-direction: column;
    margin: 75px 0px;
  }
}
.testimonials__left {
  order: 1;
  margin-right: 0px;
  max-width: 750px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}
@media screen and (max-width: 767px) {
  .testimonials__left {
    padding: 0px 0px;
  }
}
.testimonials__left .testimonials-text-content {
  margin: 0px 0px 45px 0px;
}
.testimonials__left .small-text {
  margin-bottom: 20px;
}
.testimonials__left .title {
  margin-bottom: 45px;
}
.testimonials__left .base-text p {
  margin-bottom: 1rem;
}
.testimonials__left .testimonial-box-container {
  background: none;
  width: 100%;
  display: flex;
  position: relative;
  left: 250px;
}
@media screen and (max-width: 1200px) {
  .testimonials__left .testimonial-box-container {
    position: static;
    left: 0px;
  }
}
.testimonials__left .testimonial-box-container .testimonial-box-inner {
  width: 100%;
  padding: 30px;
  border: 2px solid #A68675;
}
@media screen and (max-width: 767px) {
  .testimonials__left .testimonial-box-container .testimonial-box-inner {
    padding: 0px;
  }
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider {
  padding: 30px;
  background: white;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  width: 63px;
  height: 64px;
  border-radius: 100%;
  background-color: #A68675;
  cursor: pointer;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow:hover {
  background-color: #2C2C2C;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow.slick-prev {
  left: -119px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="64" viewBox="0 0 63 64" fill="none"><circle cx="31.5" cy="32" r="31.5" fill="none"/><path d="M34 40.5L25 32L34 23.5" stroke="white" stroke-width="2" stroke-linecap="square"/></svg>');
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow.slick-next {
  right: -119px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="64" viewBox="0 0 63 64" fill="none"><circle cx="31.5" cy="32" r="31.5" fill="none"/><path d="M29 40.5L38 32L29 23.5" stroke="white" stroke-width="2" stroke-linecap="square"/></svg>');
}
@media screen and (max-width: 1024px) {
  .testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow {
    top: calc(100% + 60px);
    transform: translateY(0px);
  }
  .testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow.slick-prev {
    left: calc(50% - 3px);
    transform: translateX(-100%);
  }
  .testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow.slick-next {
    left: calc(50% + 3px);
  }
}
@media screen and (max-width: 767px) {
  .testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-arrow {
    top: calc(100% + 16px);
  }
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list {
  background: white;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list .testimonial_slide {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 60px;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list .testimonial_slide .quotation-mark {
  margin-bottom: 20px;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list .testimonial_slide .testimonial-quote p {
  color: var(--Grey, #737373);
  font-family: Test Tiempos Fine;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list .testimonial_slide .testimonial-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list .testimonial_slide .testimonial-author .by {
  font-family: National;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 4px;
  text-align: left;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-list .testimonial_slide .testimonial-author .position {
  font-family: National;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 4px;
  text-align: left;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-dots {
  display: flex;
  margin: 0;
  padding: 0px 0px 60px 0px;
  list-style-type: none;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-dots li {
  margin: 0 0.25rem;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: solid 1px #A68675;
  border-radius: 100%;
  font-size: 0;
}
.testimonials__left .testimonial-box-container .testimonial-box-inner #testimonials_slider .slick-dots li.slick-active button {
  background-color: #A68675;
}
@media screen and (max-width: 1200px) {
  .testimonials__left {
    order: 2;
  }
}
.testimonials__right {
  order: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.testimonials__right .overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 1.5s ease-out;
}
.testimonials__right img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767) {
  .testimonials__right img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1200px) {
  .testimonials__right {
    order: 1;
  }
}
.testimonials .testimonials__right.aos-animate .overlay {
  left: 100%;
}

.two-column {
  width: 100%;
  overflow: hidden;
  display: block;
}
.two-column__intro {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 75px;
}
@media screen and (min-width: 1024px) {
  .two-column__intro {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1194px) {
  .two-column__intro {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1366px) {
  .two-column__intro {
    padding-top: 165px;
  }
}
@media screen and (min-width: 1024px) {
  .two-column__intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.two-column__intro .tree-illustration {
  position: absolute;
  top: 50px;
  left: 150px;
  z-index: 5;
  max-height: 1420px;
}
@media screen and (min-width: 1024px) {
  .two-column__intro .tree-illustration {
    top: -120px;
    max-height: 1220px;
  }
}
@media screen and (min-width: 1194px) {
  .two-column__intro .tree-illustration {
    top: -120px;
    max-height: 1220px;
    left: 56.5%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1366px) {
  .two-column__intro .tree-illustration {
    top: -120px;
    max-height: 1220px;
    left: 54.5%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1601px) {
  .two-column__intro .tree-illustration {
    top: -150px;
    left: 51.5%;
    transform: translateX(-50%);
    max-height: 1420px;
  }
}
@media screen and (min-width: 1900px) {
  .two-column__intro .tree-illustration {
    top: -150px;
    left: 45%;
    transform: translateX(-50%);
  }
}
.two-column-content__left {
  width: 100%;
  max-width: 650px;
  margin: 0 0 90px;
  position: relative;
  z-index: 10;
  padding: 0 70px 0 40px;
}
@media screen and (min-width: 1024px) {
  .two-column-content__left {
    margin: 0 125px 0 125px;
    padding: 0;
  }
}
.two-column-content__left .small-text {
  margin-bottom: 20px;
}
.two-column-content__left .alpha {
  margin-bottom: 40px;
}
.two-column-content__left .base-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .two-column-content__left .btn {
    display: block;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
}
.two-column-content__right {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 1024px) {
  .two-column-content__right {
    max-width: 735px;
    height: 500px;
    display: block;
  }
}
@media screen and (min-width: 1194px) {
  .two-column-content__right {
    max-width: 765px;
    height: 500px;
  }
}
@media screen and (min-width: 1366px) {
  .two-column-content__right {
    max-width: 765px;
    height: 650px;
  }
}
@media screen and (min-width: 1601px) {
  .two-column-content__right {
    max-width: 785px;
    height: 750px;
  }
}
@media screen and (min-width: 1900px) {
  .two-column-content__right {
    max-width: 990px;
    height: 850px;
  }
}
.two-column-content__right img {
  width: 100%;
  height: 100%;
}

.home-st-banner {
  position: fixed;
  z-index: 10000;
  cursor: pointer;
}
.home-st-banner--desktop {
  display: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .home-st-banner--desktop {
    display: block;
  }
}
.home-st-banner--desktop img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-st-banner--desktop img {
    display: block;
    width: 100px;
    height: 500px;
  }
}
.home-st-banner--mobile {
  display: block;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .home-st-banner--mobile {
    display: none;
  }
}
.home-st-banner--mobile img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .home-st-banner--mobile img {
    display: none;
  }
}

.home {
  width: 100vw;
  overflow-x: hidden;
  display: block;
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
.slider-wrapper__intro {
  text-align: center;
  padding: 75px 30px 0px 30px;
  margin: 0 auto 75px;
}
.slider-wrapper__intro .small-text {
  margin-bottom: 30px;
}
.slider-wrapper__intro .title {
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider-wrapper__intro {
    margin: 0px 0px 20px 0px;
    padding: 75px 30px 0px 30px;
  }
}
.slider-wrapper__inner {
  width: 100%;
  background: #ffffff url("../images/slider-bg-new.jpg");
  background-size: cover;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content {
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-list {
    margin: 0px 40px;
  }
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow {
  position: absolute;
  top: 35%;
  font-size: 0px;
  width: 63px;
  height: 64px;
  border-radius: 100%;
  background-color: #A68675;
  cursor: pointer;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow:hover {
  background-color: #2C2C2C;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow.slick-prev {
  left: 0%;
  transform: translate(-100%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="64" viewBox="0 0 63 64" fill="none"><circle cx="31.5" cy="32" r="31.5" fill="none"/><path d="M34 40.5L25 32L34 23.5" stroke="white" stroke-width="2" stroke-linecap="square"/></svg>');
}
@media only screen and (max-width: 766px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow.slick-prev {
    left: 50%;
    top: 85%;
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow.slick-prev {
    left: calc(100% - 110px);
    top: 79%;
  }
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow.slick-next {
  left: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="64" viewBox="0 0 63 64" fill="none"><circle cx="31.5" cy="32" r="31.5" fill="none"/><path d="M29 40.5L38 32L29 23.5" stroke="white" stroke-width="2" stroke-linecap="square"/></svg>');
}
@media only screen and (max-width: 766px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow.slick-next {
    left: 50%;
    top: 85%;
    transform: translateX(10%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow.slick-next {
    left: calc(100% - 90px);
    top: 79%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-arrow {
    top: 98%;
  }
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-dots {
  display: flex;
  margin: 0px 40px 0 40px;
  padding-bottom: 50px;
  list-style-type: none;
  padding: 0px 10px 100px 0px;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-dots li {
  margin: 0 0.25rem;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-dots button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border: solid 1px black;
  border-radius: 100%;
  font-size: 0;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slick-dots li.slick-active button {
  background-color: black;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-dots {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slick-dots {
    justify-content: center;
  }
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slide {
  padding: 100px 10px 50px 10px;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slide .slider-element-container {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-bottom: 26px;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slide .slider-element-container .slider-element-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.slider-wrapper-inner__container .slider-wrapper-inner__content .slide .slider-element-container .slider-element-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slide {
    padding: 50px 0px 50px 0px;
  }
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slide .slider-element-container {
    padding-bottom: 0px;
  }
  .slider-wrapper-inner__container .slider-wrapper-inner__content .slide .slide {
    padding: 0px;
  }
}
.slider-wrapper .slider-button-container {
  margin: 50px 0px;
}
.slider-wrapper .slider-button-container .slider-show-more-button {
  position: static;
  display: block;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slider-button-container .slider-show-more-button {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .big-boxes > .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.big-boxes .slick-track {
  height: 500px;
}
.big-boxes .slick-track::after {
  content: "";
  clear: both;
  display: table;
}
.big-boxes .mobile-slider__dots-2 {
  margin: 25px auto 0px;
}
@media screen and (min-width: 1024px) {
  .big-boxes .mobile-slider__dots-2 {
    display: none;
  }
}
.big-boxes .mobile-slider__dots-2 button {
  overflow: hidden;
  text-indent: -999999px;
  background: transparent;
  border: 0;
}
.big-boxes .mobile-slider__dots-2 .slick-dots {
  display: table;
  margin: auto;
}
.big-boxes .mobile-slider__dots-2 li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #a68675;
  display: inline-block;
  margin-right: 20px;
}
.big-boxes .mobile-slider__dots-2 li.slick-active {
  background: #a68675;
}
.big-boxes .mobile-slider__dots-2 button {
  overflow: hidden;
  text-indent: -999999px;
  background: transparent;
  border: 0;
}
.big-boxes__item {
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 35px;
  background: #2C2C2C;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .big-boxes__item {
    width: calc(50% - 5px);
    padding: 60px 60px 60px;
    height: 380px;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1194px) {
  .big-boxes__item {
    padding: 60px 60px 60px;
    height: 460px;
  }
}
@media screen and (min-width: 1366px) {
  .big-boxes__item {
    padding: 110px 60px 60px;
    height: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .big-boxes__item {
    padding: 110px 80px 80px;
    height: 500px;
  }
}
@media screen and (min-width: 1601px) {
  .big-boxes__item {
    padding: 115px 115px;
    height: 650px;
  }
}
@media screen and (min-width: 1900px) {
  .big-boxes__item {
    padding: 115px 150px;
    height: 650px;
  }
}
.big-boxes__item::before {
  background: black;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.big-boxes-item__border {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .big-boxes-item__border {
    display: none;
  }
}
.big-boxes-item__border::before, .big-boxes-item__border::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.big-boxes-item__border.draw {
  transition: color 0.5s;
}
.big-boxes-item__border.draw::before, .big-boxes-item__border.draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.big-boxes-item__border.draw::before {
  top: 0;
  left: 0;
}
.big-boxes-item__border.draw::after {
  bottom: 0;
  right: 0;
}
.big-boxes-item__border.draw:hover {
  color: #A68675;
}
.big-boxes-item__border.draw:hover::before, .big-boxes-item__border.draw:hover::after {
  width: 100%;
  height: 100%;
}
.big-boxes-item__border.draw:hover::before {
  border-top-color: #A68675;
  border-right-color: #A68675;
  transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}
.big-boxes-item__border.draw:hover::after {
  border-bottom-color: #A68675;
  border-left-color: #A68675;
  transition: border-color 0s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.75s;
}
.big-boxes-item__border.meet:hover {
  color: white;
}
.big-boxes-item__border.meet::after {
  top: 0;
  left: 0;
}
.big-boxes-item__border.meet:hover::before {
  border-top-color: white;
  border-right-color: white;
}
.big-boxes-item__border.meet:hover::after {
  border-bottom-color: white;
  border-left-color: white;
  transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
}
.big-boxes-item__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  transform: scale(1);
  transition: all 1.4s linear;
}
.big-boxes .aos-animate .big-boxes-item__img {
  transform: scale(1.05);
}
.big-boxes-item__text {
  position: relative;
  z-index: 1;
}
.big-boxes-item__text .small-text {
  margin-bottom: 20px;
}
.big-boxes-item__text .title {
  font-size: 36px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .big-boxes-item__text .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1194px) {
  .big-boxes-item__text .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .big-boxes-item__text .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.big-boxes__textblock {
  margin: 100px auto 0;
  display: block;
  max-width: 910px;
  text-align: center;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .big-boxes__textblock {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1366px) {
  .big-boxes__textblock {
    padding: 0;
  }
}
.big-boxes__textblock p {
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
}

.our-roots {
  width: 100%;
  overflow: hidden;
  padding-top: 90px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .our-roots {
    padding-top: 180px;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots {
    padding-top: 225px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots {
    padding-top: 265px;
  }
}
.our-roots__intro {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .our-roots__intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.our-roots__intro .tree-illustration {
  position: absolute;
  top: 50px;
  left: 150px;
  z-index: 5;
  max-height: 1420px;
}
@media screen and (min-width: 1024px) {
  .our-roots__intro .tree-illustration {
    top: -120px;
    max-height: 1220px;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__intro .tree-illustration {
    top: -120px;
    max-height: 1220px;
    left: 56.5%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__intro .tree-illustration {
    top: -120px;
    max-height: 1220px;
    left: 54.5%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__intro .tree-illustration {
    top: -150px;
    left: 51.5%;
    transform: translateX(-50%);
    max-height: 1420px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots__intro .tree-illustration {
    top: -150px;
    left: 45%;
    transform: translateX(-50%);
  }
}
.our-roots-intro__left {
  width: 100%;
  max-width: 650px;
  margin: 0 0 90px;
  position: relative;
  z-index: 10;
  padding: 0 70px 0 40px;
}
@media screen and (min-width: 1024px) {
  .our-roots-intro__left {
    margin: 0 125px 0 125px;
    padding: 0;
  }
}
.our-roots-intro__left .small-text {
  margin-bottom: 20px;
}
.our-roots-intro__left .alpha {
  margin-bottom: 40px;
}
.our-roots-intro__left .base-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .our-roots-intro__left .btn {
    display: block;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
}
.our-roots-intro__right {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 1024px) {
  .our-roots-intro__right {
    max-width: 735px;
    height: 500px;
    display: block;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots-intro__right {
    max-width: 765px;
    height: 500px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots-intro__right {
    max-width: 765px;
    height: 650px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots-intro__right {
    max-width: 785px;
    height: 750px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots-intro__right {
    max-width: 990px;
    height: 850px;
  }
}
.our-roots-intro__right img {
  width: 100%;
  height: 100%;
}
.our-roots__intro-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .our-roots__intro-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 225px;
  }
}
.our-roots-intro__left-2 {
  width: calc(100% + 80px);
  max-width: 800px;
  height: 425px;
  overflow: hidden;
  margin: 0;
  position: relative;
  left: -40px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .our-roots-intro__left-2 {
    height: 950px;
    margin: 0 100px 0 40px;
    left: 10px;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots-intro__left-2 {
    height: 970px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots-intro__left-2 {
    height: 1100px;
    left: 0px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots-intro__left-2 {
    max-width: 610px;
    height: 1100px;
    margin: 0 100px 0 40px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots-intro__left-2 {
    max-width: 780px;
    height: 1100px;
    margin: 0 100px 0 40px;
  }
}
.our-roots-intro__left-2 img {
  width: 100%;
  height: 100%;
}
.our-roots-intro__right-2 {
  margin-top: 80px;
  width: 100%;
  max-width: 755px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .our-roots-intro__right-2 {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots-intro__right-2 {
    max-width: 755px;
  }
}
.our-roots-intro__right-2 .alpha {
  margin-bottom: 40px;
}
.our-roots-intro__right-2 .alpha span {
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 991px) {
  .our-roots-intro__right-2 .alpha span {
    display: block;
  }
}
.our-roots-intro__right-2 .base-text {
  margin-bottom: 50px;
}
.our-roots__slider-wrapper {
  width: 100%;
  margin: 100px auto 60px;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper {
    max-width: 1740px;
    margin: 0 auto 200px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__top {
  color: #ffffff;
  position: relative;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__top {
    background: #4c4c4c;
    top: -80px;
    z-index: -1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.our-roots__slider-wrapper .slider-wrapper__top .intro-text {
  background: #4c4c4c;
  width: 100%;
  padding: 80px 40px 110px;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text {
    max-width: 655px;
    margin-left: 90px;
    padding: 180px 0 130px 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text {
    max-width: 560px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text {
    max-width: 620px;
    margin-left: 100px;
    padding: 220px 0 160px 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text {
    max-width: 655px;
    margin-left: 160px;
    padding: 290px 0 190px 0;
  }
}
.our-roots__slider-wrapper .slider-wrapper__top .intro-text p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 5.33px;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text p {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 6px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text p {
    font-size: 26px;
    line-height: 68px;
    letter-spacing: 9px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__slider-wrapper .slider-wrapper__top .intro-text p {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 10px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__top .image-slider {
  width: calc(100% - 80px);
  height: 540px;
  position: relative;
  overflow: hidden;
  top: -50px;
  box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__top .image-slider {
    width: 710px;
    height: 680px;
    bottom: -80px;
    top: auto;
    margin: 0 50px 0 0;
    align-self: flex-end;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__slider-wrapper .slider-wrapper__top .image-slider {
    height: 570px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__top .image-slider {
    width: 550px;
    height: 880px;
    margin: 0 110px 0 0;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__slider-wrapper .slider-wrapper__top .image-slider {
    width: 590px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots__slider-wrapper .slider-wrapper__top .image-slider {
    width: 710px;
    height: 880px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__top .image-slider .slick-track::after {
  content: "";
  clear: both;
  display: table;
}
.our-roots__slider-wrapper .slider-wrapper__top .image-slider .slick-track .slick-slide {
  float: left;
}
.our-roots__slider-wrapper .slider-wrapper__top .slider-wrapper__diamond {
  position: absolute;
  top: -90px;
  right: -200px;
  height: auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__top .slider-wrapper__diamond {
    width: 500px;
    display: block;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__slider-wrapper .slider-wrapper__top .slider-wrapper__diamond {
    width: 640px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__top .slider-wrapper__diamond {
    width: auto;
  }
}
.our-roots__slider-wrapper .slider-wrapper__dots {
  width: calc(100% - 70px);
  height: 20px;
  background: url("../images/slider-dots-bg.png") repeat-x;
  background-position: left center;
  margin: 10px auto 0px;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__dots {
    max-width: 800px;
    margin: 100px auto 100px;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__slider-wrapper .slider-wrapper__dots {
    max-width: 940px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__dots {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__slider-wrapper .slider-wrapper__dots {
    max-width: 1410px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots__slider-wrapper .slider-wrapper__dots {
    max-width: 1610px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__dots .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  top: 2px;
}
.our-roots__slider-wrapper .slider-wrapper__dots .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #A68675;
  display: inline-block;
  background: #ffffff;
  cursor: pointer;
}
.our-roots__slider-wrapper .slider-wrapper__dots .slick-dots li.slick-active {
  background: #A68675;
}
.our-roots__slider-wrapper .slider-wrapper__dots .slick-dots li button {
  overflow: hidden;
  text-indent: -999999px;
  background: transparent;
  border: 0;
}
.our-roots__slider-wrapper .slider-wrapper__bottom {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom {
    max-width: 800px;
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom {
    max-width: 960px;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom {
    max-width: 1150px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom {
    max-width: 1410px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom {
    max-width: 1630px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__bottom .intro-text-2 {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .intro-text-2 {
    display: block;
    margin-right: 50px;
    max-width: 860px;
  }
}
@media screen and (min-width: 1194px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .intro-text-2 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1601px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .intro-text-2 {
    margin-right: 190px;
    max-width: 680px;
  }
}
@media screen and (min-width: 1900px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .intro-text-2 {
    margin-right: 210px;
    max-width: 660px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__bottom .intro-text-2 p span {
  display: block;
  font-style: italic;
  font-weight: 300;
}
.our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider {
  width: calc(100% - 80px);
  max-width: 590px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider {
    width: 100%;
    max-width: 620px;
    margin: 0;
  }
}
@media screen and (min-width: 1366px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider {
    max-width: 590px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider .slick-track::after {
  content: "";
  clear: both;
  display: table;
}
.our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider .slick-track .slick-slide {
  float: left;
}
.our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider__item .position {
  color: #A68675;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 4.5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider__item .position {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 5px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider__item .name {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 7px;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider__item .name {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 10px;
  }
}
.our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider__item .bio {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .our-roots__slider-wrapper .slider-wrapper__bottom .bio-slider__item .bio {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}

.service {
  width: 100%;
  overflow: hidden;
  /* Styling for navigation dots */
}
.service .text-block-2 {
  padding-top: 75px;
}
.service__bg {
  background: #f2eee9;
  background: linear-gradient(to top, #fff 120px, #fff 120px, #f2eee9 120px, #f2eee9 100%);
  margin-bottom: 120px;
}
.service__intro {
  width: calc(100% + 80px);
  left: -40px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .service__intro {
    width: 100%;
    left: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.service__intro--padding {
  padding-top: 75px;
}
@media screen and (min-width: 1024px) {
  .service__intro--padding {
    padding-top: 125px;
  }
}
@media screen and (min-width: 1601px) {
  .service__intro--padding {
    padding-top: 200px;
  }
}
.service-intro__diamond {
  position: absolute;
  top: -90px;
  left: 51%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (min-width: 1024px) {
  .service-intro__diamond {
    display: block;
  }
}
.service-intro__diamond svg {
  width: 320px;
  height: 390px;
  fill: #A68675;
  stroke-width: 2px;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .service-intro__diamond svg {
    width: 250px;
    height: 320px;
  }
}
@media screen and (min-width: 1366px) {
  .service-intro__diamond svg {
    width: 320px;
    height: 390px;
  }
}
.service-intro__left {
  padding: 90px 40px 0px;
}
@media screen and (min-width: 1024px) {
  .service-intro__left {
    padding: 120px 40px 120px 80px;
  }
}
@media screen and (min-width: 1194px) {
  .service-intro__left {
    padding: 150px 40px 150px 80px;
  }
}
@media screen and (min-width: 1366px) {
  .service-intro__left {
    padding: 130px 40px 200px 80px;
  }
}
@media screen and (min-width: 1601px) {
  .service-intro__left {
    padding: 190px 0 200px;
  }
}
.service-intro__left .alpha {
  margin-bottom: 42px;
}
.service-intro__left .alpha span {
  font-weight: 300;
  font-style: italic;
  display: block;
}
.service-intro__left .base-text p {
  margin-bottom: 20px;
}
.service-intro__img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .service-intro__img {
    max-width: 500px;
    height: 800px;
    top: -40px;
    right: 0px;
    width: 100%;
    left: auto;
  }
}
@media screen and (min-width: 1194px) {
  .service-intro__img {
    max-width: 605px;
    height: 760px;
    top: -40px;
    right: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .service-intro__img {
    max-width: 700px;
    height: 975px;
    top: -40px;
    right: 0px;
  }
}
@media screen and (min-width: 1601px) {
  .service-intro__img {
    max-width: 790px;
    height: 975px;
    top: -40px;
    right: -125px;
  }
}
@media screen and (min-width: 1900px) {
  .service-intro__img {
    max-width: 895px;
    height: 880px;
    top: -40px;
    right: -125px;
  }
}
.service__showcase-img {
  position: relative;
  margin-top: 60px;
  z-index: 2;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
}
@media screen and (min-width: 1024px) {
  .service__showcase-img {
    width: 100%;
    position: relative;
    left: 0px;
  }
}
.service__showcase-img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .service__showcase-img img {
    max-width: 750px;
    margin-left: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 1194px) {
  .service__showcase-img img {
    max-width: 900px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .service__showcase-img img {
    max-width: 1060px;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .service__showcase-img img {
    max-width: 1100px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1601px) {
  .service__showcase-img img {
    max-width: 1250px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1900px) {
  .service__showcase-img img {
    max-width: 1160px;
    margin-left: 70px;
  }
}
.service__showcase-img .text-box {
  display: none;
  width: 100%;
  max-width: 380px;
  position: absolute;
  top: -170px;
  right: 0;
  background: #ffffff;
  padding: 90px 40px 85px;
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 8px;
  color: #2C2C2C;
}
@media screen and (min-width: 1024px) {
  .service__showcase-img .text-box {
    display: block;
    padding: 60px 40px 55px;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 7px;
    top: -220px;
  }
}
@media screen and (min-width: 1366px) {
  .service__showcase-img .text-box {
    padding: 90px 40px 85px;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 8px;
    top: -230px;
  }
}
@media screen and (min-width: 1900px) {
  .service__showcase-img .text-box {
    top: -170px;
  }
}
@media screen and (min-width: 1601px) {
  .service__showcase-img .text-box {
    top: -170px;
  }
}
.service__showcase-img .text-box::after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  left: -15px;
  top: -15px;
  border: 2px solid #a68675;
  position: absolute;
}
.service-showcase__diamond-1 {
  position: absolute;
  top: -80px;
  left: -400px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1024px) {
  .service-showcase__diamond-1 {
    display: block;
    left: -180px;
  }
}
@media screen and (min-width: 1366px) {
  .service-showcase__diamond-1 {
    left: -230px;
  }
}
@media screen and (min-width: 1601px) {
  .service-showcase__diamond-1 {
    left: -400px;
  }
}
.service-showcase__diamond-1 svg {
  width: 450px;
  height: 555px;
  fill: #A68675;
  stroke-width: 2px;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .service-showcase__diamond-1 svg {
    width: 350px;
    height: 455px;
  }
}
@media screen and (min-width: 1366px) {
  .service-showcase__diamond-1 svg {
    width: 450px;
    height: 555px;
  }
}
.service-showcase__diamond-2 {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 1024px) {
  .service-showcase__diamond-2 {
    display: block;
    right: -70px;
  }
}
@media screen and (min-width: 1366px) {
  .service-showcase__diamond-2 {
    right: -120px;
  }
}
.service-showcase__diamond-2 svg {
  width: 158px;
  height: 193px;
  fill: #A68675;
  stroke-width: 3px;
  opacity: 0.4;
}
.service__list {
  display: flex;
  flex-direction: column;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .service__list {
    flex-direction: row;
    width: 100%;
    position: relative;
    left: 0px;
    margin-bottom: 125px;
  }
}
@media screen and (min-width: 1366px) {
  .service__list {
    margin-bottom: 225px;
  }
}
.service-list__left {
  width: 100%;
  background: #4c4c4c;
  padding: 65px 40px 65px;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .service-list__left {
    width: 55%;
    padding: 80px 40px 80px 60px;
  }
}
@media screen and (min-width: 1601px) {
  .service-list__left {
    width: 55%;
    padding: 100px 80px 120px;
  }
}
@media screen and (min-width: 1900px) {
  .service-list__left {
    width: 55%;
    padding: 100px 160px 120px;
  }
}
.service-list__left .text {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 5px;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .service-list__left .text {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 8px;
  }
}
@media screen and (min-width: 1366px) {
  .service-list__left .text {
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 8px;
  }
}
@media screen and (min-width: 1601px) {
  .service-list__left .text {
    font-size: 30px;
    line-height: 73px;
    letter-spacing: 8px;
  }
}
.service-list__nav {
  width: 100%;
  padding: 65px 40px 0px;
}
@media screen and (min-width: 1024px) {
  .service-list__nav {
    width: 50%;
    padding: 100px 0 50px 50px;
  }
}
@media screen and (min-width: 1601px) {
  .service-list__nav {
    width: 50%;
    padding: 125px 0 125px 95px;
  }
}
@media screen and (min-width: 1900px) {
  .service-list__nav {
    width: 50%;
    padding: 125px 0 125px 125px;
  }
}
.service-list__nav ul {
  position: relative;
}
.service-list__nav ul.dot-pos-113::after {
  top: -2px;
}
.service-list__nav ul.dot-pos-140::after {
  top: 80px;
}
.service-list__nav ul.dot-pos-142::after {
  top: 165px;
}
.service-list__nav ul.dot-pos-144::after {
  top: 250px;
}
.service-list__nav ul.dot-pos-146::after {
  top: 330px;
}
.service-list__nav ul.dot-pos-149::after {
  top: 415px;
}
.service-list__nav ul.dot-pos-151::after {
  top: 498px;
}
.service-list__nav ul.dot-pos-153::after {
  top: 579px;
}
.service-list__nav ul li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 7.71px;
  margin-bottom: 65px;
  position: relative;
  display: table;
  margin-left: 0px;
}
@media screen and (min-width: 1024px) {
  .service-list__nav ul li {
    margin-left: 50px;
    font-size: 18px;
    line-height: 26px;
    display: table;
  }
}
@media screen and (min-width: 1601px) {
  .service-list__nav ul li {
    margin-left: 90px;
    font-size: 18px;
    line-height: 18px;
    display: table;
  }
}
@media screen and (min-width: 1900px) {
  .service-list__nav ul li {
    margin-left: 110px;
    font-size: 18px;
    line-height: 18px;
    display: table;
  }
}
.service-list__nav ul li::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #b2b2b2;
  position: absolute;
  left: 0;
  bottom: -12px;
  transition: background 0.3s ease;
}
.service-list__nav ul li a {
  color: #b2b2b2;
  transition: color 0.3s ease;
}
.service-list__nav ul li:hover::before {
  background: black;
}
.service-list__nav ul li:hover a {
  color: black;
}
.service .slider-drag-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 5.1px;
  text-align: center;
  color: #4c4c4c;
  display: table;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .service .slider-drag-text {
    margin: 0 auto 70px;
  }
}
.service .slider-drag-text::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #4c4c4c;
  position: absolute;
  top: 7px;
  left: -17px;
}
.service .slider-drag-text::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #4c4c4c;
  position: absolute;
  top: 7px;
  right: -15px;
}
.service .slick-dots {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.service .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.service .slick-dots li button {
  font-size: 0;
  line-height: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #aaa;
  border: none;
  cursor: pointer;
  content: none;
}
.service .slick-dots li.slick-active button {
  background-color: #333;
}

.page-id-142 .service-intro__img {
  height: auto;
  max-height: 910px;
}

.contact {
  position: relative;
  min-height: 100vh;
  width: 100%;
}
.contact > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .contact > .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.contact__overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.contact__img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact__content {
  width: 100%;
  max-width: 430px;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .contact__content {
    padding-top: 150px;
    padding-left: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .contact__content {
    padding-top: 180px;
    max-width: 430px;
  }
}
@media screen and (min-width: 1601px) {
  .contact__content {
    padding-left: 0px;
    padding-top: 200px;
  }
}
@media screen and (min-width: 1900px) {
  .contact__content {
    padding-top: 220px;
  }
}
.contact__content .title {
  color: #A68675;
  margin-bottom: 45px;
}
.contact__content .subtitle {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.09px;
  margin-bottom: 65px;
  color: #A68675;
}
.contact__content .small-text {
  color: #737373;
  margin-bottom: 15px;
}
.contact__content .contact-text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-bottom: 45px;
}
.contact__content .contact-text a {
  display: block;
  color: #ffffff;
}
.contact__content .contact-text .email-address:hover {
  color: #A68675;
}
.contact__content .contact-text .tel-number:hover {
  color: #A68675;
}
.contact__content .address {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-bottom: 45px;
}
.contact__content .btn {
  display: inline-block;
  margin-bottom: 45px;
}
.contact__content .contact-us-social-links {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.contact__content .contact-us-social-links .social-link img {
  transition: fill 0.3s;
}
.contact__content .contact-us-social-links .social-link:hover img {
  filter: invert(67%) sepia(22%) saturate(291%) hue-rotate(338deg) brightness(93%) contrast(89%);
}
.contact__form {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 75px;
}
.contact__form .wpcf7-response-output {
  border-color: red !important;
  color: red;
  margin-left: 0 !important;
}
@media screen and (min-width: 1024px) {
  .contact__form {
    padding-top: 150px;
    padding-bottom: 100px;
    max-width: 550px;
  }
}
@media screen and (min-width: 1194px) {
  .contact__form {
    max-width: 600px;
  }
}
@media screen and (min-width: 1366px) {
  .contact__form {
    padding-top: 180px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1601px) {
  .contact__form {
    max-width: auto;
    padding-top: 200px;
  }
}
@media screen and (min-width: 1900px) {
  .contact__form {
    padding-top: 220px;
  }
}

.blog__2-col {
  background: #F2EEE9;
  margin-bottom: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .blog__2-col {
    padding-bottom: 0;
  }
}
.blog__2-col > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .blog__2-col > .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.blog-2-col__img {
  position: relative;
  top: -50px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .blog-2-col__img {
    margin-right: 100px;
    max-width: 460px;
    top: auto;
    left: 50px;
    bottom: -75px;
  }
}
@media screen and (min-width: 1194px) {
  .blog-2-col__img {
    max-width: 550px;
    left: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .blog-2-col__img {
    max-width: 700px;
    left: 45px;
    margin-right: 105px;
  }
}
@media screen and (min-width: 1601px) {
  .blog-2-col__img {
    max-width: 955px;
    left: 15px;
  }
}
@media screen and (min-width: 1900px) {
  .blog-2-col__img {
    max-width: 1045px;
    left: 0;
  }
}
.blog-2-col__text .title {
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1194px) {
  .blog-2-col__text .title {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .blog-2-col__text .title {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 25px;
  }
}
.blog__main-text {
  text-align: center;
  padding: 75px 0 70px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .blog__main-text {
    padding: 125px 0 120px;
  }
}
@media screen and (min-width: 1366px) {
  .blog__main-text {
    padding: 165px 0 160px;
  }
}
.blog-main-text__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
}
.blog-main-text__text p {
  margin-bottom: 10px;
}
.blog__2-col-rev {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .blog__2-col-rev {
    flex-direction: row;
    margin-bottom: 120px;
  }
}
.blog-2-col-rev__text {
  background: #F2EEE9;
  padding: 75px 30px 75px;
}
@media screen and (min-width: 1024px) {
  .blog-2-col-rev__text {
    padding: 80px 60px 80px 60px;
    max-width: 500px;
    border-top: 50px solid #ffffff;
    border-bottom: 50px solid #ffffff;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1194px) {
  .blog-2-col-rev__text {
    padding: 100px 80px 80px 80px;
    max-width: 550px;
    border-top: 90px solid #ffffff;
    border-bottom: 90px solid #ffffff;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .blog-2-col-rev__text {
    padding: 100px 80px 80px 80px;
    max-width: 700px;
    margin-left: 120px;
  }
}
@media screen and (min-width: 1601px) {
  .blog-2-col-rev__text {
    padding: 140px 200px 110px 110px;
    max-width: 850px;
  }
}
@media screen and (min-width: 1900px) {
  .blog-2-col-rev__text {
    padding: 140px 200px 110px 110px;
    max-width: 975px;
  }
}
.blog-2-col-rev__text h1, .blog-2-col-rev__text h2, .blog-2-col-rev__text h3, .blog-2-col-rev__text h4, .blog-2-col-rev__text h5, .blog-2-col-rev__text h6 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Tiempos Fine";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
  margin-top: 90px;
}
@media screen and (min-width: 1366px) {
  .blog-2-col-rev__text h1, .blog-2-col-rev__text h2, .blog-2-col-rev__text h3, .blog-2-col-rev__text h4, .blog-2-col-rev__text h5, .blog-2-col-rev__text h6 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1601px) {
  .blog-2-col-rev__text h1, .blog-2-col-rev__text h2, .blog-2-col-rev__text h3, .blog-2-col-rev__text h4, .blog-2-col-rev__text h5, .blog-2-col-rev__text h6 {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .blog-2-col-rev__text h1, .blog-2-col-rev__text h2, .blog-2-col-rev__text h3, .blog-2-col-rev__text h4, .blog-2-col-rev__text h5, .blog-2-col-rev__text h6 {
    margin-top: 90px;
  }
}
.blog-2-col-rev__text h1:first-child, .blog-2-col-rev__text h2:first-child, .blog-2-col-rev__text h3:first-child, .blog-2-col-rev__text h4:first-child, .blog-2-col-rev__text h5:first-child, .blog-2-col-rev__text h6:first-child {
  margin-top: 0;
}
.blog-2-col-rev__text p, .blog-2-col-rev__text li {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
  color: #000000;
  font-family: "National Book" sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .blog-2-col-rev__text p, .blog-2-col-rev__text li {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.blog-2-col-rev__img {
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .blog-2-col-rev__img {
    max-width: 430px;
  }
}
@media screen and (min-width: 1194px) {
  .blog-2-col-rev__img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1366px) {
  .blog-2-col-rev__img {
    max-width: 650px;
  }
}
@media screen and (min-width: 1601px) {
  .blog-2-col-rev__img {
    max-width: 740px;
  }
}
@media screen and (min-width: 1900px) {
  .blog-2-col-rev__img {
    max-width: 830px;
  }
}

.related-posts {
  margin-bottom: 75px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .related-posts {
    padding: 0 30px 0 60px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1194px) {
  .related-posts {
    padding: 0;
  }
}
@media screen and (min-width: 1366px) {
  .related-posts {
    margin-bottom: 200px;
  }
}
.related-posts > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .related-posts > .flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.related-posts__subtitle {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.related-posts__title {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 100px;
}

.sustainability__intro {
  display: flex;
  flex-direction: column;
  padding: 75px 0 75px;
}
@media screen and (min-width: 1024px) {
  .sustainability__intro {
    flex-direction: row;
    justify-content: flex-end;
    padding: 150px 0 145px;
  }
}
@media screen and (min-width: 1366px) {
  .sustainability__intro {
    padding: 200px 0 145px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability__intro {
    padding: 270px 0 145px;
  }
}
.sustainability-intro__text {
  margin: 0 40px 0 40px;
  max-width: 860px;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro__text {
    margin: 0 60px 0 100px;
  }
}
@media screen and (min-width: 1366px) {
  .sustainability-intro__text {
    margin: 0 120px 0 120px;
    max-width: 620px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability-intro__text {
    margin: 0 140px 0 120px;
    max-width: 620px;
  }
}
.sustainability-intro__text .small-text {
  color: #B79E90;
  margin-bottom: 25px;
}
.sustainability-intro__text .title {
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro__text .title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .sustainability-intro__text .title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability-intro__text .title {
    font-size: 60px;
    line-height: 80px;
  }
}
.sustainability-intro__img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro__img {
    max-width: 550px;
  }
}
@media screen and (min-width: 1366px) {
  .sustainability-intro__img {
    max-width: 600px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability-intro__img {
    max-width: 840px;
  }
}
@media screen and (min-width: 1900px) {
  .sustainability-intro__img {
    max-width: 1065px;
  }
}
.sustainability-intro-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro-2 {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.sustainability-intro-2__intro {
  width: 100%;
  max-width: 655px;
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro-2__intro {
    margin-bottom: 125px;
  }
}
@media screen and (min-width: 1900px) {
  .sustainability-intro-2__intro {
    margin-right: 100px;
  }
}
.sustainability-intro-2__intro p {
  margin-bottom: 10px;
}
.sustainability-intro-2__box {
  width: calc(100% + 80px);
  left: -40px;
  background: #4C4C4C;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 75px 40px 75px 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro-2__box {
    width: calc(100% - 60px);
    left: 0;
  }
}
@media screen and (min-width: 1194px) {
  .sustainability-intro-2__box {
    width: calc(100% - 50px);
    padding: 80px 75px 80px 50px;
  }
}
@media screen and (min-width: 1366px) {
  .sustainability-intro-2__box {
    width: calc(100% - 40px);
    padding: 120px 75px 100px 50px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability-intro-2__box {
    width: calc(100% - 40px);
    padding: 145px 75px 200px 50px;
  }
}
@media screen and (min-width: 1900px) {
  .sustainability-intro-2__box {
    width: 100%;
  }
}
.sustainability-intro-2__box-text {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 4.5px;
}
@media screen and (min-width: 1024px) {
  .sustainability-intro-2__box-text {
    max-width: none;
    font-size: 22px;
    line-height: 2;
  }
}
@media screen and (min-width: 1194px) {
  .sustainability-intro-2__box-text {
    max-width: 480px;
  }
}
@media screen and (min-width: 1360px) {
  .sustainability-intro-2__box-text {
    max-width: 540px;
    font-size: 26px;
    line-height: 2.11;
  }
}
@media screen and (min-width: 1400px) {
  .sustainability-intro-2__box-text {
    max-width: 500px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability-intro-2__box-text {
    max-width: 690px;
    font-size: 30px;
    line-height: 2;
  }
}
@media screen and (min-width: 1900px) {
  .sustainability-intro-2__box-text {
    max-width: 690px;
  }
}
.sustainability-intro-2__img {
  position: absolute;
  top: -250px;
  left: 50px;
  display: none;
}
@media screen and (min-width: 1194px) {
  .sustainability-intro-2__img {
    max-width: 400px;
    top: -80px;
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .sustainability-intro-2__img {
    max-width: 500px;
    top: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .sustainability-intro-2__img {
    max-width: 500px;
    top: -80px;
    height: 800px;
  }
}
@media screen and (min-width: 1601px) {
  .sustainability-intro-2__img {
    max-width: 560px;
    top: -110px;
    height: auto;
    height: 700px;
  }
}
@media screen and (min-width: 1900px) {
  .sustainability-intro-2__img {
    max-width: none;
    max-width: 660px;
    top: -250px;
    height: 900px;
  }
}

.mobile-slider {
  background: #2c2c2c;
  padding-top: 75px;
  padding-bottom: 75px;
  color: white;
}
.mobile-slider .mobile-slider_text p {
  font: white;
}

.scroll-wrapper {
  width: 100%;
  margin: 0 auto 75px;
  display: block;
  padding: 0 30px;
  display: none;
}
.scroll-wrapper .scroller-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  border-bottom: dashed 1px #A68675;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .scroll-wrapper .scroller-item {
    flex-direction: column;
    gap: 10px;
    padding: 30px 0px;
  }
}
.scroll-wrapper .scroller-item .scroller-item-step-container {
  min-width: 100px;
}
.scroll-wrapper .scroller-item .scroller-item-step-container .step {
  font-family: National;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 4px;
  text-align: left;
  color: #B79E90;
  text-transform: uppercase;
}
.scroll-wrapper .scroller-item .scroller-item-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  position: relative;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .scroller-item-title {
  font-family: Tiempos Fine;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: left;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .scroller-item-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .scroller-item-text p {
  margin: 16px 0px;
  font-weight: 400;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .show-hide-button {
  cursor: pointer;
  position: absolute;
  height: 30px;
  right: 0;
  top: 0;
  width: 30px;
  transform: translateY(100%);
  background: none;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .show-hide-button:before {
  transform: rotate(180deg);
  background: #A68675;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  transition: transform 500ms ease;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .show-hide-button:after {
  transform: rotate(180deg);
  background: #A68675;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  transition: transform 500ms ease;
}
.scroll-wrapper .scroller-item .scroller-item-header .scroller-item-text-content .show-hide-button.collapsed:after {
  background: #A68675;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  transform: rotate(90deg);
  transition: transform 500ms ease;
}

.faqs .commercial__cs2 .container .bg {
  background: #2C2C2C;
}
.faqs__case-study .container {
  background: #000000;
  background: linear-gradient(to top, rgb(255, 255, 255) 180px, rgb(0, 0, 0) 180px, rgb(0, 0, 0) 100%);
  border-top: 65px solid #ffffff;
  min-height: 800px;
  padding: 0 50px;
}
.faqs-case-study__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faqs .case-study__text {
  margin-left: 75px;
  max-width: 600px;
}
.faqs .case-study__text .small-text {
  margin-bottom: 40px;
}
.faqs .case-study__text .title {
  margin-bottom: 50px;
}
.faqs .case-study__img {
  position: relative;
  top: -65px;
  right: 0;
  max-width: 895px;
  height: 645px;
  overflow: hidden;
}
.faqs-case-study__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space between;
}
.faqs .case-study__img-2 {
  position: relative;
  max-width: 1030px;
  height: 700px;
  overflow: hidden;
}
.faqs .case-study__img-3 {
  max-width: 555px;
  height: 450px;
  overflow: hidden;
}
.faq-item {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
.faq-item .small-text {
  padding-right: 45px;
}
.faq-item .base-text {
  display: none;
  margin-top: 30px;
}
.faq-item .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 18px;
}
.faq-item .plus-minus-toggle:before, .faq-item .plus-minus-toggle:after {
  background: #A68675;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}
.faq-item .plus-minus-toggle:after {
  transform-origin: center;
}
.faq-item .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq-item .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

.residential__intro {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin-bottom: 75px;
  margin-top: 75px;
  width: calc(100% + 80px);
  left: -40px;
}
@media screen and (min-width: 1024px) {
  .residential__intro {
    width: 100%;
    left: 0px;
    margin-bottom: 500px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1194px) {
  .residential__intro {
    margin-bottom: 410px;
  }
}
@media screen and (min-width: 1360px) {
  .residential__intro {
    margin-bottom: 410px;
  }
}
@media screen and (min-width: 1440px) {
  .residential__intro {
    margin-bottom: 310px;
  }
}
@media screen and (min-width: 1601px) {
  .residential__intro {
    margin-bottom: 210px;
  }
}
@media screen and (min-width: 1900px) {
  .residential__intro {
    margin-left: 0;
  }
}
.residential-intro__left {
  padding: 75px 30px;
  background: #F2EEE9;
  width: 100%;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 1024px) {
  .residential-intro__left {
    padding: 60px 240px 250px 60px;
    max-width: 650px;
    position: absolute;
    left: 0;
    top: -75px;
  }
}
@media screen and (min-width: 1194px) {
  .residential-intro__left {
    padding: 60px 220px 280px 60px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1366px) {
  .residential-intro__left {
    max-width: 965px;
    padding: 80px 400px 350px 80px;
  }
}
@media screen and (min-width: 1601px) {
  .residential-intro__left {
    padding: 100px 330px 420px 100px;
  }
}
.residential-intro__left p {
  margin-bottom: 15px;
}
.residential-intro__quote {
  width: 100%;
  max-width: 500px;
  padding: 55px 70px 55px 30px;
  background: #ffffff;
  position: relative;
  bottom: -40px;
  right: 0px;
  z-index: 10;
  color: #4C4C4C;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 6px;
}
@media screen and (min-width: 1024px) {
  .residential-intro__quote {
    max-width: 430px;
    padding: 55px 35px 35px;
    font-size: 22px;
    line-height: 47px;
    letter-spacing: 6px;
    bottom: -120px;
    right: -150px;
    position: absolute;
  }
}
@media screen and (min-width: 1366px) {
  .residential-intro__quote {
    max-width: 500px;
    padding: 85px 35px;
    font-size: 26px;
    line-height: 51px;
    letter-spacing: 8px;
    bottom: -170px;
    right: 100px;
  }
}
@media screen and (min-width: 1601px) {
  .residential-intro__quote {
    max-width: 500px;
    padding: 125px 45px;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 8px;
  }
}
.residential-intro__quote::after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  left: -15px;
  top: -15px;
  border: 2px solid #A68675;
  position: absolute;
}
.residential-intro__right {
  width: 100%;
  max-width: 955px;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .residential-intro__right {
    max-width: 390px;
  }
}
@media screen and (min-width: 1194px) {
  .residential-intro__right {
    max-width: 495px;
  }
}
@media screen and (min-width: 1360px) {
  .residential-intro__right {
    max-width: 570px;
  }
}
@media screen and (min-width: 1440px) {
  .residential-intro__right {
    max-width: 650px;
  }
}
@media screen and (min-width: 1601px) {
  .residential-intro__right {
    max-width: 780px;
  }
}
@media screen and (min-width: 1900px) {
  .residential-intro__right {
    max-width: 955px;
  }
}
.commercial .extra-projects {
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .commercial .extra-projects {
    margin-bottom: 250px;
  }
}
.commercial__cs1 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto 190px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .commercial__cs1 {
    padding: 0 90px;
    display: flex;
  }
}
@media screen and (min-width: 1194px) {
  .commercial__cs1 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1366px) {
  .commercial__cs1 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1601px) {
  .commercial__cs1 {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1900px) {
  .commercial__cs1 {
    padding: 0;
  }
}
.commercial-cs1__left {
  width: calc(53% - 25px);
}
.commercial-cs1__img-1 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.commercial-cs1__img-1 img {
  width: 100%;
}
.commercial-cs1__img-2 {
  height: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .commercial-cs1__img-2 {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1194px) {
  .commercial-cs1__img-2 {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1366px) {
  .commercial-cs1__img-2 {
    width: calc(100% - 145px);
  }
}
.commercial-cs1__img-2 img {
  width: 100%;
}
.commercial-cs1__right {
  width: calc(47% - 25px);
}
.commercial-cs1__right .small-text {
  margin-bottom: 45px;
}
.commercial-cs1__img-3 {
  margin-bottom: 50px;
}
.commercial-cs1__title {
  margin-bottom: 50px;
}
.commercial__cs2 {
  margin-bottom: 170px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .commercial__cs2 {
    display: block;
  }
}
.commercial__cs2 > .container {
  height: 100%;
}
.commercial__cs2 .bg {
  background: #000000;
  background: linear-gradient(to top, rgb(255, 255, 255) 180px, rgb(255, 255, 255) 180px, rgb(0, 0, 0) 180px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 1024px) {
  .commercial__cs2 .bg {
    background: linear-gradient(to top, rgb(255, 255, 255) 50px, rgb(255, 255, 255) 50px, rgb(0, 0, 0) 50px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 1194px) {
  .commercial__cs2 .bg {
    background: linear-gradient(to top, rgb(255, 255, 255) 80px, rgb(255, 255, 255) 80px, rgb(0, 0, 0) 80px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 1366px) {
  .commercial__cs2 .bg {
    background: linear-gradient(to top, rgb(255, 255, 255) 100px, rgb(255, 255, 255) 100px, rgb(0, 0, 0) 100px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 1440px) {
  .commercial__cs2 .bg {
    background: linear-gradient(to top, rgb(255, 255, 255) 125px, rgb(255, 255, 255) 125px, rgb(0, 0, 0) 125px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 1601px) {
  .commercial__cs2 .bg {
    background: linear-gradient(to top, rgb(255, 255, 255) 140px, rgb(255, 255, 255) 140px, rgb(0, 0, 0) 140px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 1900px) {
  .commercial__cs2 .bg {
    background: linear-gradient(to top, rgb(255, 255, 255) 180px, rgb(255, 255, 255) 180px, rgb(0, 0, 0) 180px, rgb(0, 0, 0) calc(100% - 65px), rgb(255, 255, 255) calc(100% - 65px), rgb(255, 255, 255) 100%);
  }
}
.commercial-cs2__top {
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 50px;
  height: 100%;
}
.commercial-cs2__top .left {
  padding-top: 200px;
  padding-left: 100px;
}
@media screen and (min-width: 1024px) {
  .commercial-cs2__top .left {
    padding-top: 100px;
    padding-left: 60px;
    margin-right: 70px;
  }
}
@media screen and (min-width: 1366px) {
  .commercial-cs2__top .left {
    padding-top: 130px;
    padding-left: 80px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1601px) {
  .commercial-cs2__top .left {
    padding-top: 150px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1900px) {
  .commercial-cs2__top .left {
    padding-top: 200px;
  }
}
.commercial-cs2__top .left .small-text {
  color: #A68675;
  margin-bottom: 45px;
}
.commercial-cs2__top .right {
  width: 100%;
  max-width: 900px;
}
.commercial-cs2__top .right img {
  width: 100%;
  height: auto;
}
.commercial-cs2__title {
  margin-bottom: 75px;
}
@media screen and (min-width: 1366px) {
  .commercial-cs2__title {
    margin-bottom: 75px;
  }
}
.commercial-cs2__bottom {
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.commercial-cs2__img-2 {
  width: calc(67% - 25px);
  max-width: 1070px;
  overflow: hidden;
  margin-right: 50px;
}
@media screen and (min-width: 1366px) {
  .commercial-cs2__img-2 {
    max-height: 440px;
  }
}
@media screen and (min-width: 1601px) {
  .commercial-cs2__img-2 {
    max-height: 600px;
  }
}
.commercial-cs2__img-2 img {
  width: 100%;
  height: auto;
}
.commercial-cs2__img-3 {
  width: calc(33% - 25px);
  max-width: 555px;
  max-height: 450px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .commercial-cs2__img-3 {
    max-height: 246px;
  }
}
@media screen and (min-width: 1366px) {
  .commercial-cs2__img-3 {
    max-height: 260px;
  }
}
@media screen and (min-width: 1601px) {
  .commercial-cs2__img-3 {
    max-height: 450px;
  }
}

.mobile-slider {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .mobile-slider {
    display: none;
  }
}
.mobile-slider--black {
  background: #000000;
  background: linear-gradient(to top, rgb(0, 0, 0) 0px, rgb(0, 0, 0) calc(100% - 50px), rgb(255, 255, 255) calc(100% - 50px), rgb(255, 255, 255) 100%);
  padding-bottom: 75px;
}
.mobile-slider--black .small-text {
  text-align: center;
  margin-bottom: 60px !important;
}
.mobile-slider--black .mobile-slider__title {
  color: #ffffff;
}
.mobile-slider--black .btn {
  color: #A68675;
}
.mobile-slider--black .btn::after {
  background: #A68675;
}
.mobile-slider .small-text {
  text-align: center;
  margin-bottom: 30px;
}
.mobile-slider .slick-track::after {
  content: "";
  clear: both;
  display: table;
}
.mobile-slider__item {
  width: 250px;
  height: 220px;
  margin: 0 15px;
  overflow: hidden;
  float: left;
}
.mobile-slider__dots {
  margin: 25px auto 35px;
}
.mobile-slider__dots .slick-dots {
  display: table;
  margin: auto;
}
.mobile-slider__dots .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #A68675;
  display: inline-block;
  margin-right: 20px;
}
.mobile-slider__dots .slick-dots li:last-child {
  margin-right: 0;
}
.mobile-slider__dots .slick-dots li.slick-active {
  background: #A68675;
}
.mobile-slider__dots .slick-dots li button {
  overflow: hidden;
  text-indent: -999999px;
  background: transparent;
  border: 0;
}
.mobile-slider__text {
  padding: 0 30px;
}
.mobile-slider__title {
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 54px;
}

.page-template-template-project-flow .commercial__cs2 {
  margin-bottom: 0;
}

.project .just-text {
  padding-top: 50px;
}
.project__grey {
  margin-bottom: 0px;
  background: #4C4C4C;
  background: linear-gradient(to top, #FFFFFF 45px, #FFFFFF 45px, #4C4C4C 45px, #4C4C4C calc(100% - 45px), #FFFFFF calc(100% - 45px), #FFFFFF 100%);
}
@media screen and (min-width: 1024px) {
  .project__grey {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1366px) {
  .project__grey {
    margin-bottom: 120px;
  }
}
.project-grey__top {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .project-grey__top {
    flex-direction: row;
  }
}
.project-grey__top img {
  width: 100%;
  height: 270px;
  position: relative;
  left: -30px;
}
@media screen and (min-width: 1024px) {
  .project-grey__top img {
    height: auto;
    max-height: 725px;
    width: 56%;
    left: 0;
  }
}
.project-grey__top .textarea {
  padding: 40px 0px 0px;
}
@media screen and (min-width: 1024px) {
  .project-grey__top .textarea {
    padding: 80px 0 0 60px;
  }
}
@media screen and (min-width: 1366px) {
  .project-grey__top .textarea {
    padding: 125px 0 0 90px;
  }
}
.project-grey__top .textarea h1, .project-grey__top .textarea h2, .project-grey__top .textarea h3, .project-grey__top .textarea h4, .project-grey__top .textarea h5, .project-grey__top .textarea h6 {
  font-size: 40px;
  line-height: 60px;
  font-family: "Tiempos Fine";
  font-weight: 300;
  font-style: normal;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .project-grey__top .textarea h1, .project-grey__top .textarea h2, .project-grey__top .textarea h3, .project-grey__top .textarea h4, .project-grey__top .textarea h5, .project-grey__top .textarea h6 {
    font-size: 36px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .project-grey__top .textarea h1, .project-grey__top .textarea h2, .project-grey__top .textarea h3, .project-grey__top .textarea h4, .project-grey__top .textarea h5, .project-grey__top .textarea h6 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1601px) {
  .project-grey__top .textarea h1, .project-grey__top .textarea h2, .project-grey__top .textarea h3, .project-grey__top .textarea h4, .project-grey__top .textarea h5, .project-grey__top .textarea h6 {
    font-size: 60px;
    line-height: 60px;
  }
}
.project-grey__top .textarea p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
  padding-bottom: 1rem;
}
.project-grey__top .textarea a {
  color: #A68675;
}
.project-grey__bottom {
  display: flex;
  flex-direction: column-reverse;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .project-grey__bottom {
    flex-direction: row;
    align-items: center;
  }
}
.project-grey__bottom img {
  width: 100%;
  height: 270px;
  position: relative;
  right: -30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .project-grey__bottom img {
    max-height: 1030px;
    width: 54%;
    right: 0;
    height: auto;
    max-height: 1030px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1601px) {
  .project-grey__bottom img {
    max-height: 1100px;
  }
}
@media screen and (min-width: 1900px) {
  .project-grey__bottom img {
    max-height: 1030px;
  }
}
.project-grey__bottom .textarea {
  margin-right: 0px;
  padding-bottom: 95px;
}
@media screen and (min-width: 1024px) {
  .project-grey__bottom .textarea {
    margin-right: 40px;
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 1601px) {
  .project-grey__bottom .textarea {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1900px) {
  .project-grey__bottom .textarea {
    margin-right: 120px;
  }
}
.project-grey__bottom .textarea p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 5.33px;
  font-family: "Tiempos Headline";
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .project-grey__bottom .textarea p {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 7px;
  }
}
@media screen and (min-width: 1366px) {
  .project-grey__bottom .textarea p {
    font-size: 24px;
    line-height: 66px;
    letter-spacing: 9px;
  }
}
@media screen and (min-width: 1601px) {
  .project-grey__bottom .textarea p {
    font-size: 30px;
    line-height: 73px;
    letter-spacing: 10px;
  }
}
.project-grey__bottom .textarea .section-header {
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 10px;
}
.project__gallery {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .project__gallery {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1940px) {
  .project__gallery {
    max-height: 840px;
  }
}
.project__gallery .slick-track {
  max-height: 380px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .project__gallery .slick-track {
    max-height: 450px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1366px) {
  .project__gallery .slick-track {
    max-height: 470px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1601px) {
  .project__gallery .slick-track {
    max-height: 380px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1900px) {
  .project__gallery .slick-track {
    max-height: 500px;
    overflow: hidden;
  }
}
.project__gallery .slick-track::after {
  content: "";
  clear: both;
  display: table;
}
.project__gallery .slick-dots {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.project__gallery .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.project__gallery .slick-dots li button {
  font-size: 0;
  line-height: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #aaa;
  border: none;
  cursor: pointer;
  content: none;
}
.project__gallery .slick-dots li.slick-active button {
  background-color: #333;
}
.project-gallery__item {
  float: left;
  margin: 0 15px;
}
@media screen and (min-width: 1024px) {
  .project-gallery__item {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1366px) {
  .project-gallery__item {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1601px) {
  .project-gallery__item {
    margin: 0 72px;
  }
}
.project .slider-drag-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 5.1px;
  text-align: center;
  color: #4C4C4C;
  display: table;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .project .slider-drag-text {
    margin: 0 auto 150px;
  }
}
.project .slider-drag-text::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #4C4C4C;
  position: absolute;
  top: 7px;
  left: -17px;
}
.project .slider-drag-text::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #4C4C4C;
  position: absolute;
  top: 7px;
  right: -15px;
}
.project__testimonial {
  padding: 55px 30px 75px;
  background: #F2EEE9;
}
@media screen and (min-width: 1024px) {
  .project__testimonial {
    padding: 125px 90px;
  }
}
.project-testimonial__textarea {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
.project-testimonial__textarea .text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 55px;
}
.project-testimonial__textarea .by {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 7.5px;
  color: #A68675;
  margin-bottom: 20px;
}
.project-testimonial__textarea .position {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 5px;
  font-family: "National Book";
  font-weight: normal;
  font-style: normal;
  color: #737373;
}
.project-testimonial__textarea .position span {
  font-family: "National";
  font-weight: 500;
  font-style: normal;
}
.project__extra-cs > .container {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/** Homepage Gallery slider overrides **/
.home .project__gallery {
  margin: 45px 0;
}
@media screen and (min-width: 1024px) {
  .home .project__gallery {
    margin: 75px 0;
  }
}

.aftercare .grey-section {
  background: #4C4C4C;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 1366px) {
  .aftercare .grey-section {
    background: linear-gradient(to top, rgb(255, 255, 255) 45px, rgb(255, 255, 255) 45px, #4C4C4C 45px, #4C4C4C 100%);
    padding-top: 85px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1601px) {
  .aftercare .grey-section {
    background: linear-gradient(to top, rgb(255, 255, 255) 85px, rgb(255, 255, 255) 85px, #4C4C4C 85px, #4C4C4C 100%);
    padding-top: 85px;
    padding-bottom: 0;
  }
}
.aftercare .grey-section > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .aftercare .grey-section > .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.aftercare .grey-section__img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .aftercare .grey-section__img {
    width: 38%;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare .grey-section__img {
    width: 46%;
  }
}
@media screen and (min-width: 1601px) {
  .aftercare .grey-section__img {
    width: 59%;
  }
}
.aftercare .grey-section__img img {
  width: 100%;
  height: auto;
}
.aftercare .grey-section__text {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .aftercare .grey-section__text {
    width: 62%;
    padding-left: 80px;
    margin-bottom: 75px;
    text-align: left;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare .grey-section__text {
    width: 54%;
    margin-top: -40px;
    text-align: left;
  }
}
@media screen and (min-width: 1601px) {
  .aftercare .grey-section__text {
    width: 41%;
    padding-left: 100px;
    margin-top: -85px;
    text-align: left;
  }
}
.aftercare .grey-section__text p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .aftercare .grey-section__text p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare .grey-section__text p {
    font-size: 50px;
    line-height: 55px;
  }
}
.aftercare__text-1 {
  padding: 75px 0;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-1 {
    padding: 125px 90px;
  }
}
@media screen and (min-width: 1601px) {
  .aftercare__text-1 {
    padding: 125px 0;
  }
}
.aftercare__text-1 p {
  margin: 0 auto;
  display: block;
  max-width: 950px;
  text-align: center;
}
.aftercare__text-with-img {
  background: #F2EEE9;
  padding: 130px 0;
}
.aftercare__text-with-img > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img > .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.aftercare__text-with-img .text-with-img__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img .text-with-img__img {
    width: 38%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare__text-with-img .text-with-img__img {
    width: 50%;
  }
}
.aftercare__text-with-img .text-with-img__img img {
  width: 100%;
}
.aftercare__text-with-img .text-with-img__text {
  width: 100%;
  padding: 0;
  font-family: "National Book";
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img .text-with-img__text {
    width: 62%;
    padding: 0 80px 0 80px;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare__text-with-img .text-with-img__text {
    width: 50%;
    padding: 0 100px 0 130px;
  }
}
.aftercare__text-with-img .text-with-img__text strong {
  font-family: "National";
  font-weight: 600;
}
.aftercare__text-with-img .text-with-img__text p {
  margin-bottom: 20px;
}
.aftercare__text-2 {
  background: #2C2C2C;
  padding: 75px 0;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-2 {
    padding: 125px 90px;
  }
}
@media screen and (min-width: 1601px) {
  .aftercare__text-2 {
    padding: 125px 0;
  }
}
.aftercare__text-2 p {
  color: #ffffff;
  margin: 0 auto;
  display: block;
  max-width: 950px;
  text-align: center;
}
.aftercare__text-with-img-rev {
  padding: 75px 0 0;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img-rev {
    padding: 125px 0;
  }
}
.aftercare__text-with-img-rev > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img-rev > .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.aftercare__text-with-img-rev .text-with-img__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img-rev .text-with-img__img {
    width: 38%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare__text-with-img-rev .text-with-img__img {
    width: 50%;
  }
}
.aftercare__text-with-img-rev .text-with-img__img img {
  width: 100%;
}
.aftercare__text-with-img-rev .text-with-img__text {
  width: 100%;
  padding: 0;
  font-family: "National Book";
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .aftercare__text-with-img-rev .text-with-img__text {
    width: 62%;
    padding: 0 80px 0 80px;
  }
}
@media screen and (min-width: 1366px) {
  .aftercare__text-with-img-rev .text-with-img__text {
    width: 50%;
    padding: 0 100px 0 130px;
  }
}
.aftercare__text-with-img-rev .text-with-img__text strong {
  font-family: "National";
  font-weight: 600;
}
.aftercare__text-with-img-rev .text-with-img__text p {
  margin-bottom: 20px;
}

.filter-nav {
  position: relative;
  display: flex;
  margin: 0 auto 50px;
  width: 100%;
  height: 100px;
  justify-content: center;
  background-color: #f8f8f8;
  overflow: scroll;
}
.filter-nav .filter-options-container {
  margin: auto;
  padding: 0 20px;
}
.filter-nav .filter-options-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.filter-nav .filter-options-container ul li {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "National";
  font-weight: 300;
  font-style: normal;
  flex: 1;
}
.filter-nav .filter-options-container ul li a {
  color: black;
}
.filter-nav .filter-options-container ul li a:hover {
  color: #A68675;
}

.loadmore-btn-container .btn-loadmore:hover {
  color: white;
  background-color: #A68675;
}

.img-with-text-box .btn--bronze-solid:hover {
  color: #2C2C2C;
}

.variable__width__gallery {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 45px;
}
.variable__width__gallery .slick-track::after {
  content: "";
  clear: both;
  display: table;
}
.variable__width__gallery .slick-slide img {
  width: 100%;
  height: auto;
}
.variable__width__gallery .slick-dots {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.variable__width__gallery .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.variable__width__gallery .slick-dots li button {
  font-size: 0;
  line-height: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #aaa;
  border: none;
  cursor: pointer;
  content: none;
}
.variable__width__gallery .slick-dots li.slick-active button {
  background-color: #333;
}

@media screen and (min-width: 1024px) {
  .variable__width__gallery {
    margin-bottom: 75px;
  }
  .variable__width__gallery .slick-track {
    overflow: hidden;
    max-height: 500px;
  }
}
@media screen and (min-width: 1366px) {
  .variable__width__gallery .slick-track {
    overflow: hidden;
  }
}
@media screen and (min-width: 1601px) {
  .variable__width__gallery .slick-track {
    overflow: hidden;
  }
}
@media screen and (min-width: 1900px) {
  .variable__width__gallery .slick-track {
    overflow: hidden;
  }
}

/*# sourceMappingURL=app-1106241829.css.map */
