/*
 * Module imports
 */
@import "../modules/bootstrap/bootstrap-grid.css";
/*
 * bad imports
 */
body {
  padding: 0;
  margin: 0;
}

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

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

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

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

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

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

.bold, strong, b {
  font-weight: bold;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

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

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.flat-left {
  padding-left: 0;
}

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

.flat-bottom {
  padding-bottom: 0;
}

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.float-none {
  float: none !important;
}

/*
 * Colors
 */
/*
 * Misc.
 */
/*
 * Fonts
 */
@font-face {
  font-family: "Grand Hotel";
  src: url("../fonts/GrandHotel-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Black.otf") format("opentype");
  font-weight: 900; /* Black */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-BlackItalic.otf") format("opentype");
  font-weight: 900; /* Black */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Book.otf") format("opentype");
  font-weight: 400; /* Book */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-BookItalic.otf") format("opentype");
  font-weight: 400; /* Book */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ExtraLight.otf") format("opentype");
  font-weight: 200; /* Extra Light */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ExtraLightItalic.otf") format("opentype");
  font-weight: 200; /* Extra Light */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Hairline.otf") format("opentype");
  font-weight: 100; /* Hairline */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-HairlineItalic.otf") format("opentype");
  font-weight: 100; /* Hairline */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Heavy.otf") format("opentype");
  font-weight: 800; /* Heavy */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-HeavyItalic.otf") format("opentype");
  font-weight: 800; /* Heavy */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Light.otf") format("opentype");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-LightItalic.otf") format("opentype");
  font-weight: 300; /* Light */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-SemiBold.otf") format("opentype");
  font-weight: 600; /* Semi Bold */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-SemiBoldItalic.otf") format("opentype");
  font-weight: 600; /* Semi Bold */
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Thin.otf") format("opentype");
  font-weight: 100; /* Thin */
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ThinItalic.otf") format("opentype");
  font-weight: 100; /* Thin */
  font-style: italic;
}
/*
 * Vertically align an element without using Flexbox
 */
/*
 * Add a color overlay absolutelly positionned over something
 */
/*
 * Overwrite browser placeholders styles
 */
/*
 * Convert images to background
 */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.m__top {
  margin-top: 45px;
}
.m__top-large {
  margin-top: 90px;
}
.m__top-medium, .button__in-content {
  margin-top: 60px;
}
.m__top-small {
  margin-top: 30px;
}
.m__bottom, .gform_wrapper.gform-theme .gform_description, .gform_wrapper.gform-theme .gform_title {
  margin-bottom: 45px;
}
.m__bottom-large {
  margin-bottom: 90px;
}
.m__bottom-medium {
  margin-bottom: 60px;
}
.m__bottom-small {
  margin-bottom: 30px;
}

.p__both {
  padding-top: 85px;
  padding-bottom: 85px;
}
.p__both-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading, .gform_wrapper.gform-theme .gform_title, .the-content h6, .the-content h5, .the-content h4, .the-content h3, .the-content h2, .the-content h1 {
  text-transform: uppercase;
}
.heading__1, .the-content h1 {
  font: 600 80px/100% "Mont", sans-serif;
}
.heading__2, .the-content h2 {
  font: 600 62px/120% "Mont", sans-serif;
}
.heading__3, .gform_wrapper.gform-theme .gform_title, .the-content h3 {
  font: 600 40px/150% "Mont", sans-serif;
}
.heading__4, .the-content h4 {
  font: 600 32px/150% "Mont", sans-serif;
}
.heading__5, .the-content h5 {
  font: normal 35px/150% "Grand Hotel", serif;
  text-transform: none !important;
}
.heading__6, .the-content h6 {
  font: normal 33px/150% "Grand Hotel", serif;
  text-transform: none !important;
}

.subheading__large {
  font: normal 22px/150% "Mont", sans-serif;
}
.subheading__small {
  font: normal 16px/150% "Mont", sans-serif;
}

@media (max-width: 1200px) {
  .heading, .gform_wrapper.gform-theme .gform_title, .the-content h6, .the-content h5, .the-content h4, .the-content h3, .the-content h2, .the-content h1 {
    /*&__5{
    	font: normal 35px/150% $font-serif;
    }*/
  }
  .heading__1, .the-content h1 {
    font: 600 60px/100% "Mont", sans-serif;
  }
  .heading__2, .the-content h2 {
    font: 600 48px/120% "Mont", sans-serif;
  }
  .heading__3, .gform_wrapper.gform-theme .gform_title, .the-content h3 {
    font: 600 38px/150% "Mont", sans-serif;
  }
  .heading__4, .the-content h4 {
    font: 600 26px/150% "Mont", sans-serif;
  }
  .heading__6, .the-content h6 {
    font: normal 26px/150% "Grand Hotel", serif;
  }
}
@media (max-width: 768px) {
  .heading__1, .the-content h1 {
    font: 600 40px/100% "Mont", sans-serif;
  }
  .heading__2, .the-content h2 {
    font: 600 35px/120% "Mont", sans-serif;
  }
  .heading__3, .gform_wrapper.gform-theme .gform_title, .the-content h3 {
    font: 600 30px/150% "Mont", sans-serif;
  }
  .heading__4, .the-content h4 {
    font: 600 24px/150% "Mont", sans-serif;
  }
  .heading__5, .the-content h5 {
    font: normal 28px/150% "Grand Hotel", serif;
  }
  .heading__6, .the-content h6 {
    font: normal 20px/150% "Grand Hotel", serif;
  }
}
html, body {
  box-sizing: border-box;
  position: relative;
  font: normal 16px/150% "Mont", sans-serif;
  color: #302E2F;
  background: #FFFFFF;
  height: 100%;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.wrapper {
  position: relative;
  height: 100%;
  width: 90%;
  max-width: 1590px;
  margin: 0 auto;
}
.wrapper__medium {
  max-width: 1200px;
}
.wrapper__large {
  width: 100%;
  max-width: none;
  margin: auto;
}

.row.gutter-74 {
  margin-left: -37px !important;
  margin-right: -37px !important;
}
.row.gutter-74 > div {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.the-content *:last-child {
  margin-bottom: 0;
}
.the-content h1 {
  margin: 0.25em 0 0.5em;
}
.the-content h2 {
  margin: 0.25em 0 0.5em;
}
.the-content h3 {
  margin: 0.25em 0 0.5em;
}
.the-content h4 {
  margin: 0.25em 0 0.5em;
}
.the-content h5 {
  margin: 0.25em 0 0.5em;
}
.the-content h6 {
  margin: 0.25em 0 0.5em;
}
.the-content p {
  margin-bottom: 30px;
}
.the-content a:not(.button) {
  position: relative;
  color: #DBAA67;
}
.the-content a:not(.button):hover {
  color: #B9743A;
}
.the-content a:not(.button):hover:after {
  transform: scaleX(1);
}
.the-content a:not(.button):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25em;
  display: block;
  width: 100%;
  height: 2px;
  background: #B9743A;
  transition: all 150ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.the-content ul {
  list-style: none;
  padding-left: 20px;
  margin: 35px 0;
}
.the-content ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.the-content ul > li:last-child {
  margin-bottom: 0;
}
.the-content ul > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DBAA67;
}
.the-content ul ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.the-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.the-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 30px;
  max-width: 650px;
  margin: 35px 0 25px 0;
}
.the-content ol > li {
  margin-bottom: 25px;
}
.the-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.the-content ol ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.button, .gform_wrapper.gform-theme .gform_fields .button,
.gform_wrapper.gform-theme .gform_footer .button {
  display: inline-flex;
  border: 2px solid #EADFD8;
  border-radius: 50px;
  appearance: none;
  cursor: pointer;
  padding: 15px 35px 13px 35px;
  font: 600 18px/1em "Mont", sans-serif;
  background: #EADFD8;
  text-transform: uppercase;
  text-align: center;
  transition: all 150ms ease-in-out !important;
}
.button__small {
  padding: 7px 15px;
  font-size: 15px;
}
.button__offblack, .gform_wrapper.gform-theme .gform_fields .button,
.gform_wrapper.gform-theme .gform_footer .button {
  border-color: #302E2F;
  background: #302E2F;
  color: #EADFD8;
}
.button__offblack:hover, .gform_wrapper.gform-theme .gform_fields .button:hover,
.gform_wrapper.gform-theme .gform_footer .button:hover {
  background: #EADFD8;
  border-color: #EADFD8;
  color: #302E2F;
}
.button__ghost {
  background: transparent;
}
.button__ghost-beige {
  color: #EADFD8;
}
.button__ghost-beige:hover {
  background: #EADFD8;
  color: #FFFFFF;
}
.button__ghost-white {
  color: #FFFFFF;
}
.button__ghost-white:hover {
  background: #FFFFFF;
  color: #000000;
}
.button__ghost-offblack {
  color: #302E2F;
  border-color: #302E2F;
}
.button__ghost-offblack:hover {
  background: #302E2F;
  color: #FFFFFF;
}
.button__ghost-brown {
  color: #C98743;
  border-color: #C98743;
}
.button__ghost-brown:hover {
  background: #C98743 !important;
  color: #FFFFFF !important;
}

.list__icon li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font: 600 18px/150% "Mont", sans-serif;
  text-transform: uppercase;
}
.list__icon li:last-child {
  margin-bottom: 0;
}
.list__icon li > svg {
  width: 20px;
  margin: 4px 15px 0 0;
}
.list__icon li a:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0;
  left: 0;
  transition: all 150ms ease-in-out;
}
.header.is-fixed, .page-template-default .header {
  background: #302E2F;
  border-bottom: 2px solid #DBAA67;
}
.header.is-fixed .header__logo, .page-template-default .header .header__logo {
  width: 160px;
}
.header.is-fixed .wrapper, .page-template-default .header .wrapper {
  border-bottom-color: transparent;
  padding: 20px 0;
}
.header > .wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #DBAA67;
  padding: 30px 0;
  /*&:after {
  	content: '';
  	display: block;
  	z-index: -1;
  	position: absolute;
  	top: 50%;
  	margin-top: -1px;
  	width: 100%;
  	height: 2px;
  	background: $light-brown;
  }*/
}
.header.mobile-nav-shown .header__hamburger span:nth-child(1) {
  transform: rotate(45deg);
  left: 8px;
  top: -1px;
}
.header.mobile-nav-shown .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.header.mobile-nav-shown .header__hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  left: 8px;
  top: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  /*height: 253px;
  background: $offblack;
  border-radius: 50%;
  margin-top: 10px;*/
}
.header__nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  color: #FFFFFF;
}
.header__nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav > ul > li {
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.header__nav > ul > li:last-child {
  margin-right: 0;
}
.header__nav > ul > li.current-menu-item, .header__nav > ul > li:hover {
  color: #DBAA67;
}
.header__nav-secondary {
  padding-left: 40px;
}
.header__mobile-nav {
  display: none;
  align-items: center;
  color: #FFFFFF;
}
.header__mobile-nav > .label {
  font: 600 24px/1em "Mont", sans-serif;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}
.header__hamburger {
  display: block;
  width: 40px;
  height: 27px;
  position: relative;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  transform: rotate(0);
  margin-left: 15px;
}
.header__hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #DBAA67;
  left: 0;
  transition: all 150ms ease-in-out;
  transform: rotate(0deg);
  transform-origin: left center;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: calc(50% - 1.5px);
}
.header__hamburger span:nth-child(3) {
  top: calc(100% - 3px);
}

.mobile-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: all 150ms ease-in-out;
  color: #FFFFFF;
  padding: 280px 0 40px 0;
  bottom: 0;
  background-image: url("../images/pattern-hero-offblack.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  z-index: 1;
}
.mobile-nav.mobile-nav-shown {
  transform: translateX(0);
}
.mobile-nav > .wrapper {
  z-index: 2;
}
.mobile-nav > .wrapper > ul {
  text-transform: uppercase;
  font: bold 24px/1em "Mont", sans-serif;
}
.mobile-nav > .wrapper > ul > li {
  margin-bottom: 10px;
}
.mobile-nav > .wrapper > ul > li.current-menu-item, .mobile-nav > .wrapper > ul > li:hover {
  color: #DBAA67;
}
.mobile-nav > .wrapper > ul:last-child {
  margin-top: 45px;
}

#main {
  position: relative;
  z-index: 1;
  overflow-y: hidden;
}

.footer {
  padding-top: 90px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer > .wrapper {
  display: flex;
  border-top: 1px solid #302E2F;
  border-bottom: 1px solid #302E2F;
}
.footer__meta {
  width: 420px;
  border-right: 1px solid #302E2F;
}
.footer__meta-logo {
  padding: 45px 30px;
  border-bottom: 1px solid #302E2F;
}
.footer__meta-logo img {
  max-width: 300px;
}
.footer__meta-coordinates {
  padding: 38px 85px 38px 55px;
}
.footer__navs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  padding: 140px;
}
.footer__navs-nav > ul > li {
  margin-bottom: 10px;
}
.footer__navs-nav > ul > li:first-child {
  font-weight: bold;
  margin-bottom: 15px;
}
.footer__navs-nav > ul > li:last-child {
  margin-bottom: 0;
}
.footer__navs-nav > ul > li a:hover {
  color: #C98743;
}

.subfooter {
  padding: 25px 0;
}
.subfooter > .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subfooter__nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subfooter__nav > ul > li {
  font: normal 15px/150% "Mont", sans-serif;
  margin-right: 15px;
  color: #888888;
}
.subfooter__nav > ul > li:last-child {
  margin-right: 0;
}
.subfooter__nav > ul > li:last-child:after {
  display: none;
}
.subfooter__nav > ul > li:after {
  content: "|";
  margin-left: 15px;
}
.subfooter__nav > ul > li a:hover {
  color: #C98743;
}
.subfooter__socials > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subfooter__socials > ul > li {
  margin-right: 15px;
}
.subfooter__socials > ul > li:last-child {
  margin-right: 0;
}
.subfooter__socials > ul > li a {
  display: block;
  width: 23px;
  height: 23px;
}
.subfooter__socials > ul > li a:hover svg path {
  fill: #302E2F;
}
.subfooter__socials > ul > li a svg path {
  transition: all 150ms ease-in-out;
}

.hero {
  position: relative;
  color: #FFFFFF;
  overflow: hidden;
  background-image: url("../images/pattern-hero-offblack.jpg");
  background-repeat: repeat;
  background-color: #000000;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-image: url("../images/pattern-wood.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__content {
  position: relative;
  z-index: 3;
  padding: 323px 50px 380px 0;
  height: 100%;
  max-width: 860px;
}
.hero__image {
  position: relative;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.hero__image > picture,
.hero__image > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__image > picture > img,
.hero__image > img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.section__intro {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section img {
  width: 100%;
}
.section__dark, .section__pattern {
  position: relative;
  color: #FFFFFF;
  background-image: url("../images/pattern-hero-offblack.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
}
.section__dark:before, .section__pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  z-index: 1;
}
.section__dark > *, .section__pattern > * {
  position: relative;
  z-index: 2;
}
.section__dark .accordions .accordion__top, .section__pattern .accordions .accordion__top {
  background: #302E2F;
}
.section__dark .accordions .accordion__top-actions, .section__pattern .accordions .accordion__top-actions {
  background: #FFFFFF;
}
.section__dark .accordions .accordion__bottom, .section__pattern .accordions .accordion__bottom {
  background: #FFFFFF;
  color: #000000;
}
.section__wood {
  position: relative;
}
.section__wood-small {
  padding-bottom: 300px;
}
.section__wood-small:before {
  height: 100px !important;
}
.section__wood:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 366px;
  background-image: url("../images/pattern-wood.jpg");
  background-repeat: repeat;
  background-size: cover;
}
.section__wood > * {
  position: relative;
  z-index: 2;
}
.section__breadcrumbs {
  padding-top: 40px;
  font: bold 18px/1em "Mont", sans-serif;
  text-transform: uppercase;
}
.section__breadcrumbs a {
  color: #C98743;
}
.section__breadcrumbs a:hover {
  color: #302E2F;
}

.content__maxed {
  max-width: 1080px;
}

.progress__icons {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
}
.progress__icons-icon {
  display: flex;
  position: relative;
}
.progress__icons-icon svg {
  height: 115px;
  width: 115px;
}
.progress__icons-icon-sep {
  justify-self: center;
}
.progress__icons-icon-sep svg {
  width: 20px;
  height: 28px;
}

.sticky {
  position: sticky;
  top: 20px;
}

.work-col__gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 816/544;
  object-fit: cover;
}
.work-col__gallery.one-item {
  visibility: visible;
}
.work-col__gallery.one-item .splide__track {
  overflow: auto;
}
.work-col__gallery.one-item .splide__track .splide__list {
  display: block;
}
.work-col__slide {
  position: relative;
  display: block;
}
.work-col__slide:hover .hover {
  opacity: 1;
}
.work-col__slide .hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all 150ms ease-in-out;
}

.splide:not(.gallery-splide) .splide__arrow {
  background: #B9743A;
  width: 35px;
  height: 35px;
  opacity: 1;
  transition: all 150ms ease-in-out;
  transform: scale(1);
  transform-origin: center;
}
.splide:not(.gallery-splide) .splide__arrow[disabled] {
  display: none;
}
.splide:not(.gallery-splide) .splide__arrow:hover {
  background: #C98743;
  transform: scale(1.1);
}
.splide:not(.gallery-splide) .splide__arrow svg {
  width: 70%;
  height: 70%;
}
.splide:not(.gallery-splide) .splide__arrow svg path {
  fill: #FFFFFF;
}

.teasers {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #F1F1F1;
  padding: 45px 0;
  margin: 20px;
}
.teasers:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #000000;
}
.teasers__full {
  display: block;
  text-align: center;
}
.teasers__full .teasers__block {
  border-right: 0 !important;
}
.teasers__full .teasers__block-inner {
  max-width: 1040px !important;
}
.teasers__full .heading:before, .teasers__full .gform_wrapper.gform-theme .gform_title:before, .gform_wrapper.gform-theme .teasers__full .gform_title:before, .teasers__full .the-content h1:before, .the-content .teasers__full h1:before, .teasers__full .the-content h2:before, .the-content .teasers__full h2:before, .teasers__full .the-content h3:before, .the-content .teasers__full h3:before, .teasers__full .the-content h4:before, .the-content .teasers__full h4:before, .teasers__full .the-content h5:before, .the-content .teasers__full h5:before, .teasers__full .the-content h6:before, .the-content .teasers__full h6:before {
  display: none;
}
.teasers__block:nth-child(odd) {
  border-right: 1px solid #000000;
}
.teasers__block-inner {
  max-width: 445px;
  margin: 0 auto;
  padding: 45px 0;
}
.teasers__block .heading, .teasers__block .gform_wrapper.gform-theme .gform_title, .gform_wrapper.gform-theme .teasers__block .gform_title, .teasers__block .the-content h1, .the-content .teasers__block h1, .teasers__block .the-content h2, .the-content .teasers__block h2, .teasers__block .the-content h3, .the-content .teasers__block h3, .teasers__block .the-content h4, .the-content .teasers__block h4, .teasers__block .the-content h5, .the-content .teasers__block h5, .teasers__block .the-content h6, .the-content .teasers__block h6 {
  position: relative;
  padding-left: 45px;
}
.teasers__block .heading:before, .teasers__block .gform_wrapper.gform-theme .gform_title:before, .gform_wrapper.gform-theme .teasers__block .gform_title:before, .teasers__block .the-content h1:before, .the-content .teasers__block h1:before, .teasers__block .the-content h2:before, .the-content .teasers__block h2:before, .teasers__block .the-content h3:before, .the-content .teasers__block h3:before, .teasers__block .the-content h4:before, .the-content .teasers__block h4:before, .teasers__block .the-content h5:before, .the-content .teasers__block h5:before, .teasers__block .the-content h6:before, .the-content .teasers__block h6:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.usp__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 350px;
  color: #EADFD8;
  padding: 0 45px;
}
.usp__slide svg {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.gallery-splide {
  position: relative;
  padding-bottom: 50px;
}
.gallery-splide__slide {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}
.gallery-splide__slide > picture,
.gallery-splide__slide > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-splide__slide > picture > img,
.gallery-splide__slide > img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-splide__slide:hover .hover {
  opacity: 1;
}
.gallery-splide__slide .hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all 150ms ease-in-out;
}
.gallery-splide .splide__arrows {
  position: absolute;
  top: calc(100% + 80px);
  bottom: -80px;
  right: 0;
  display: flex;
  align-items: center;
}
.gallery-splide .splide__arrows .splide__arrow {
  position: relative;
  background: transparent;
  border: 2px solid #DBAA67;
  width: 80px;
  height: 80px;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
  transition: all 150ms ease-in-out;
  margin-left: 20px;
}
.gallery-splide .splide__arrows .splide__arrow:last-child {
  margin-right: 0;
}
.gallery-splide .splide__arrows .splide__arrow:hover {
  background: #B9743A;
}
.gallery-splide .splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  width: 29px;
  height: 28px;
  background-image: url("../images/icon-splide-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-splide .splide__arrows .splide__arrow svg path {
  display: none;
}

.accordions .accordion {
  border: 2px solid #000000;
  max-width: 860px;
  margin: 0 auto 40px auto;
}
.accordions .accordion__open .accordion__bottom {
  display: block;
}
.accordions .accordion__open .accordion__top-actions span:nth-child(2) {
  display: none;
}
.accordions .accordion__top {
  display: flex;
  align-items: center;
}
.accordions .accordion__top.has-image img {
  display: block;
  aspect-ratio: 1/1;
  width: 100px;
}
.accordions .accordion__top:not(.has-image) {
  padding: 16px 0;
}
.accordions .accordion__top h3 {
  margin-left: 40px;
  line-height: 1.2em;
  width: calc(100% - 45px);
  padding-right: 10px;
}
.accordions .accordion__top-actions {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #000000;
  border-radius: 50%;
  margin-left: auto;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  margin-right: 25px;
}
.accordions .accordion__top-actions:hover {
  background: #DBAA67;
  border-color: #DBAA67;
}
.accordions .accordion__top-actions:hover span {
  background: #FFFFFF;
}
.accordions .accordion__top-actions span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #000000;
}
.accordions .accordion__top-actions span:nth-child(2) {
  transform: rotate(90deg);
}
.accordions .accordion__bottom {
  display: none;
  padding: 40px;
  border-top: 2px solid #000000;
  width: calc(100% - 80px);
}

.card-carrousel {
  margin-bottom: 150px;
}
.card-carrousel:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: calc(100% + 20px);
  left: -10px;
  height: 100px;
  background-image: url("../images/pattern-wood.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.card-carrousel__slide {
  border: 2px solid #D9D9D9;
  background: #F1F1F1;
  padding: 100px 100px 150px 100px;
}
.card-carrousel__slide .heading:before, .card-carrousel__slide .gform_wrapper.gform-theme .gform_title:before, .gform_wrapper.gform-theme .card-carrousel__slide .gform_title:before, .card-carrousel__slide .the-content h1:before, .the-content .card-carrousel__slide h1:before, .card-carrousel__slide .the-content h2:before, .the-content .card-carrousel__slide h2:before, .card-carrousel__slide .the-content h3:before, .the-content .card-carrousel__slide h3:before, .card-carrousel__slide .the-content h4:before, .the-content .card-carrousel__slide h4:before, .card-carrousel__slide .the-content h5:before, .the-content .card-carrousel__slide h5:before, .card-carrousel__slide .the-content h6:before, .the-content .card-carrousel__slide h6:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 2px;
  background: #000000;
  margin-right: 20px;
}
.card-carrousel .splide__arrows {
  position: absolute;
  width: 100%;
  top: calc(100% + 80px);
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.card-carrousel .splide__arrows .splide__arrow {
  position: relative;
  background: transparent;
  border: 2px solid #DBAA67;
  width: 80px;
  height: 80px;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
  transition: all 150ms ease-in-out;
}
.card-carrousel .splide__arrows .splide__arrow:hover {
  background: #B9743A;
}
.card-carrousel .splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  width: 29px;
  height: 28px;
  background-image: url("../images/icon-splide-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.card-carrousel .splide__arrows .splide__arrow svg path {
  display: none;
}

.commercial__slider-slide {
  display: flex;
}
.commercial__slider-slide.swiper-slide-prev, .commercial__slider-slide.swiper-slide-next {
  opacity: 0.4;
  transform: scale(0.9) translateX(-50%);
  z-index: 1;
}
.commercial__slider-slide.swiper-slide-active {
  z-index: 99;
}
.commercial__slider-slide-meta {
  flex: 1;
  border: 2px solid #FFFFFF;
  padding: 50px 80px 80px 50px;
}
.commercial__slider-slide-img {
  position: relative;
  width: 50%;
  aspect-ratio: 1/1;
}
.commercial__slider-slide-img > picture,
.commercial__slider-slide-img > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.commercial__slider-slide-img > picture > img,
.commercial__slider-slide-img > img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.commercial__slider .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 90px 0 0 0;
}
.commercial__slider .swiper-navigation button {
  position: relative;
  background-image: url("../images/icon-splide-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 29px 28px;
  background-color: transparent;
  background-position: center;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
  transition: all 150ms ease-in-out;
}
.commercial__slider .swiper-navigation button:hover {
  background-color: #B9743A;
}
.commercial__slider .swiper-navigation button.commercial__slider-prev-arrow {
  transform: rotate(180deg);
}

.page-template-default #main {
  padding-top: 220px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.filters .active {
  background: #C98743;
  color: #FFFFFF;
}
.filters .filter {
  line-height: 100%;
  padding-top: 9px;
}

.projects-grid {
  contain: paint;
  /*display: flex;
  flex-wrap: wrap;*/
}
.projects-grid.non-featured {
  display: none;
}
.projects-grid .projects-grid__block {
  position: relative;
  display: block;
  width: calc(25% - 5px);
  aspect-ratio: 1/1;
  margin: 2.5px;
  /*&:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    outline: 5px solid $white;
  }*/
}
.projects-grid .projects-grid__block.portrait {
  aspect-ratio: 1/2;
}
.projects-grid .projects-grid__block.landscape {
  aspect-ratio: 2/1;
}
.projects-grid .projects-grid__block:hover .hover {
  opacity: 1;
}
.projects-grid .projects-grid__block .hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all 150ms ease-in-out;
  padding: 10px;
}
.projects-grid .projects-grid__block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related__block:hover h4 {
  color: #FFFFFF;
}
.related__block .fi {
  display: block;
  margin-bottom: 15px;
}
.related__block .fi img {
  object-fit: cover;
  aspect-ratio: 536/405;
}
.related__block h4 {
  color: #C98743;
  text-transform: uppercase;
  font: 600 28px/150% "Mont", sans-serif;
}

.single-portfolio .gallery-splide {
  margin-bottom: 100px;
}

.error404 #main {
  background: #000000;
  padding: 150px 0;
  color: #FFFFFF;
}

.gform_wrapper .gform_ajax_spinner {
  width: 30px;
  height: 30px;
}
.gform_wrapper .gform_confirmation_message {
  border-left: 20px solid #C98743;
  border-right: 20px solid #C98743;
  border-radius: 50px;
  padding: 25px 25px 25px 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.gform_wrapper.gform-theme .gform_fields .gfield .gfield_label {
  font-weight: bold;
  text-transform: uppercase;
}
.gform_wrapper.gform-theme .gform_fields .gfield textarea {
  min-block-size: 100px;
}
.gform_wrapper.gform-theme .gform_fields .gfield input:focus,
.gform_wrapper.gform-theme .gform_fields .gfield textarea:focus {
  border-color: #C98743;
  box-shadow: none;
}
.gform_wrapper.gform-theme .gform_fields .button,
.gform_wrapper.gform-theme .gform_footer .button {
  display: inline-flex !important;
  border: 2px solid #EADFD8 !important;
  border-radius: 50px !important;
  appearance: none !important;
  cursor: pointer !important;
  padding: 15px 35px 13px 35px !important;
  font: 600 18px/1em "Mont", sans-serif !important;
  text-transform: uppercase !important;
  border-color: #302E2F !important;
  background: #302E2F !important;
  color: #EADFD8 !important;
}
.gform_wrapper.gform-theme .gform_fields .button:hover,
.gform_wrapper.gform-theme .gform_footer .button:hover {
  background: #EADFD8 !important;
  border-color: #EADFD8 !important;
  color: #302E2F !important;
}
.gform_wrapper.gform-theme .gform_footer {
  display: flex;
  align-items: center;
}

/*
 * Custom breakpoints
 */
@media (max-width: 1439px) {
  .header__logo {
    width: 140px;
  }
}
@media (max-width: 1365px) {
  .header {
    overflow: hidden;
  }
  .header > .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    margin-top: 0;
  }
  .header__nav {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header > .wrapper:after {
    left: 30px;
    width: 200vw;
  }
  .header__nav {
    display: none;
  }
  .header__mobile-nav {
    display: flex;
    background: #302E2F;
    padding: 15px;
    border-radius: 50px;
  }
}
/*
 * XL
 */
@media (max-width: 1200px) {
  .hero:before {
    z-index: 2;
  }
  .hero:after {
    height: 80px;
  }
  .hero__has-image .wrapper {
    height: auto !important;
    z-index: 2;
  }
  .hero__has-image .hero__content {
    position: relative !important;
    width: auto !important;
    padding: 200px 0 180px 0;
  }
  .hero__has-image .hero__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero:not(.hero__has-image) .hero__content {
    padding: 200px 0 120px 0;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__navs {
    display: none;
  }
  .footer__meta {
    width: 100%;
    border-right: 0;
  }
  .footer__meta-logo {
    padding: 30px 0;
    border-bottom: 0;
  }
  .footer__meta-coordinates {
    padding: 0 0 30px 0;
  }
  .teasers {
    grid-template-columns: repeat(1, 1fr);
  }
  .teasers__block:nth-child(odd) {
    border-right: 0;
  }
  .teasers__block-inner {
    max-width: none;
    padding: 30px;
  }
  .gallery-splide .splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .commercial__slider-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .commercial__slider-slide.swiper-slide-prev, .commercial__slider-slide.swiper-slide-next {
    opacity: 1;
    z-index: unset;
    transform: unset;
  }
  .commercial__slider-slide-img {
    width: 100%;
    order: 0;
  }
  .commercial__slider-slide-meta {
    order: 1;
    padding: 30px;
  }
  .wrapper__large {
    padding-left: 0 !important;
    position: relative;
    height: 100%;
    width: 90%;
    max-width: 1590px;
    margin: 0 auto;
  }
  .single-portfolio .gallery-splide {
    margin-bottom: 0;
  }
  .single-portfolio .gallery-splide__slide {
    border: 2px solid #FFFFFF;
  }
}
/*
 * LG
 */
@media (max-width: 992px) {
  .header__logo {
    width: 120px;
  }
  .header__mobile-nav {
    padding: 15px;
    margin-left: 5px;
  }
  .header__mobile-nav > .label {
    font-size: 16px;
  }
  .header .wrapper {
    align-items: center;
  }
  .header .wrapper:after {
    display: none;
  }
  .m__top {
    margin-top: 30px;
  }
  .m__top-large {
    margin-top: 30px;
  }
  .m__top-medium, .button__in-content {
    margin-top: 30px;
  }
  .m__top-small {
    margin-top: 30px;
  }
  .m__bottom, .gform_wrapper.gform-theme .gform_title, .gform_wrapper.gform-theme .gform_description {
    margin-bottom: 30px;
  }
  .m__bottom-large {
    margin-bottom: 30px;
  }
  .m__bottom-medium {
    margin-bottom: 30px;
  }
  .m__bottom-small {
    margin-bottom: 30px;
  }
  .m__mobile {
    margin: 30px 0;
  }
  .p__top {
    padding-top: 40px;
  }
  .p__bottom {
    padding-bottom: 40px;
  }
  .p__both {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p__both-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .progress__icons-icon svg {
    width: 60px;
    height: 60px;
  }
  .progress__icons-icon-sep svg {
    width: 10px;
    height: 18px;
  }
  .subfooter > .wrapper {
    display: block;
  }
  .subfooter__nav > ul {
    display: block;
  }
  .subfooter__nav > ul > li {
    display: inline-flex;
    margin-right: 5px;
  }
  .subfooter__nav > ul > li:after {
    margin-left: 5px;
  }
  .subfooter__socials {
    margin-top: 15px;
  }
  .subfooter__socials > ul {
    justify-content: flex-start;
  }
  .work-col {
    margin-bottom: 60px;
  }
  .mobile-text-left {
    text-align: left;
  }
  .card-carrousel__slide {
    padding: 40px 40px 120px 40px;
  }
  .usp__slide {
    padding: 0;
  }
  .page-template-default #main {
    padding-top: 180px;
  }
  .projects-grid .projects-grid__block {
    width: calc(50% - 5px);
  }
  .related__block {
    margin-bottom: 50px;
  }
}
/*
 * MD
 */
@media (max-width: 768px) {
  .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  /*.projects-grid {

  	&__gallery{

  		.projects-grid__categories{
  			padding: 5px;

  			li{
  				font-size: 10px;
  			}
  		}
  	}
  }*/
  .projects-grid__block .hover .categories {
    font-size: 12px;
  }
  .projects-grid__block .hover .heading, .projects-grid__block .hover .the-content h1, .the-content .projects-grid__block .hover h1, .projects-grid__block .hover .the-content h2, .the-content .projects-grid__block .hover h2, .projects-grid__block .hover .the-content h3, .the-content .projects-grid__block .hover h3, .projects-grid__block .hover .the-content h4, .the-content .projects-grid__block .hover h4, .projects-grid__block .hover .the-content h5, .the-content .projects-grid__block .hover h5, .projects-grid__block .hover .the-content h6, .the-content .projects-grid__block .hover h6, .projects-grid__block .hover .gform_wrapper.gform-theme .gform_title, .gform_wrapper.gform-theme .projects-grid__block .hover .gform_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .projects-grid__block .hover .button, .projects-grid__block .hover .gform_wrapper.gform-theme .gform_fields .button, .gform_wrapper.gform-theme .gform_fields .projects-grid__block .hover .button,
  .projects-grid__block .hover .gform_wrapper.gform-theme .gform_footer .button,
  .gform_wrapper.gform-theme .gform_footer .projects-grid__block .hover .button {
    padding: 13px 15px;
    font-size: 12px;
  }
  .accordions .accordion__top h3 {
    margin-left: 20px;
    font-size: 22px;
  }
}
/*
 * SM
 */
/*
 * XS
 */

/*# sourceMappingURL=main.css.map */
