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

html, body {
  min-height: 100%;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

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

body {
  color: #453f3a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1,
h2,
h3 {
  font-family: "Noto Serif", serif;
}

h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 2.8125rem;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 0.85rem;
}

h6 {
  font-size: 0.75rem;
}

body,
p,
ul,
ol {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

a {
  font-family: inherit;
  text-decoration: none;
  color: #ed7248;
  font-weight: bold;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
}
a:not(.btn):not(.social-inner a):not(.footer-logo a):not(header a)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ed7248;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
a:not(.btn):not(.social-inner a):not(.footer-logo a):not(header a):hover, a:not(.btn):not(.social-inner a):not(.footer-logo a):not(header a):focus {
  color: #e84e1a;
}
a:not(.btn):not(.social-inner a):not(.footer-logo a):not(header a):hover::after, a:not(.btn):not(.social-inner a):not(.footer-logo a):not(header a):focus::after {
  width: 100%;
  background-color: #e84e1a;
}

.btn, header .inner .header-menu .menu > li.nav-cta a, form input[type=submit] {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #ed7248;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.btn:hover, header .inner .header-menu .menu > li.nav-cta a:hover, form input[type=submit]:hover, .btn:focus, header .inner .header-menu .menu > li.nav-cta a:focus, form input[type=submit]:focus {
  background-color: #e84e1a;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

form .form-row {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  form .form-row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 30px;
  }
}
form .form-row:last-of-type {
  margin-bottom: 0;
}
form .form-row.date-row {
  -ms-grid-columns: 35% auto;
  grid-template-columns: 35% auto;
}
form .form-row p {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  form .form-row p {
    text-align: center;
  }
}
form .form-row > span {
  display: block;
}
@media screen and (max-width: 959px) {
  form .form-row > span {
    margin-bottom: 30px;
  }
  form .form-row > span:only-child, form .form-row > span:last-child {
    margin-bottom: 0;
  }
}
form input, form select, form textarea {
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  border: 0;
  font-family: inherit;
  font-size: 18px;
  width: 100%;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
}
form input:hover, form input:focus, form select:hover, form select:focus, form textarea:hover, form textarea:focus {
  outline: none;
  -webkit-transform: scale(1.02) translateY(-2px);
      -ms-transform: scale(1.02) translateY(-2px);
          transform: scale(1.02) translateY(-2px);
  -webkit-box-shadow: 0 20px 60px rgba(35, 31, 32, 0.15);
          box-shadow: 0 20px 60px rgba(35, 31, 32, 0.15);
}
form input[type=submit] {
  margin-top: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  padding-left: 100px;
  padding-right: 100px;
  text-transform: uppercase;
  width: auto;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  left: 66%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M19,8H5V6h14V8z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18 h-2v-2h2V18z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
form input[type=date]::-webkit-calendar-picker-indicator:hover {
  background-color: #ed7248;
}

.social-links {
  z-index: 1;
}
.social-links .social-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links .social-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: relative;
  background-color: #453f3a;
  color: #dfd9b0;
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  margin-left: 10px;
  margin-right: 10px;
}
.social-links .social-inner a:first-of-type {
  margin-left: 0;
}
.social-links .social-inner a:last-of-type {
  margin-right: 0;
}
.social-links .social-inner a .tooltip {
  visibility: hidden;
  position: absolute;
  background-color: #231f20;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  opacity: 0;
  bottom: -45px;
  border-radius: 5px;
  z-index: 1000;
}
.social-links .social-inner a .tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #231f20 transparent;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.social-links .social-inner a:hover, .social-links .social-inner a:focus {
  opacity: 0.75;
}
.social-links .social-inner a:hover .tooltip, .social-links .social-inner a:focus .tooltip {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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;
}

header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  background-color: transparent;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  z-index: 10000;
}
.admin-bar header {
  top: 32px;
}
.header-sticky header {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}
header .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
  -ms-grid-columns: 30% 30px auto;
  grid-template-columns: 30% auto;
}
@media screen and (max-width: 959px) {
  header .inner {
    -ms-grid-columns: 70% auto;
    grid-template-columns: 70% auto;
  }
}
header .inner .header-logo {
  height: 70px;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}
header .inner .header-logo svg {
  height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header .inner .header-logo svg path {
  fill: #6e6b5e;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header-sticky header .inner .header-logo {
  height: 50px;
}
.header-sticky header .inner .header-logo svg path {
  fill: #453f3a;
}

header .inner .header-menu {
  position: relative;
}
header .inner .header-menu nav > .menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header .inner .header-menu nav > .menu-icon span {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 4px;
  background-color: #ed7248;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  opacity: 1;
}
header .inner .header-menu nav > .menu-icon span:first-child {
  top: calc(50% - 10px);
}
header .inner .header-menu nav > .menu-icon span:last-child {
  top: calc(50% + 10px);
}
header .inner .header-menu nav > .menu-icon:hover, header .inner .header-menu nav > .menu-icon:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 960px) {
  header .inner .header-menu nav > .menu-icon {
    display: none;
  }
}
header .inner .header-menu .menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .header-menu .menu > li.nav-cta a {
  text-align: center;
}
header .inner .header-menu .menu > li.nav-cta a:hover, header .inner .header-menu .menu > li.nav-cta a:focus {
  color: #fff;
}
header .inner .header-menu .menu > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #453f3a;
  text-transform: uppercase;
  font-weight: 400;
}
header .inner .header-menu .menu > li a:hover, header .inner .header-menu .menu > li a:focus {
  color: #ed7248;
}
@media screen and (min-width: 960px) {
  header .inner .header-menu .menu > li {
    margin-left: 15px;
    margin-right: 15px;
  }
  header .inner .header-menu .menu > li:first-child {
    margin-left: 0;
  }
  header .inner .header-menu .menu > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  header .inner .header-menu .menu {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    position: absolute;
    right: -30px;
    opacity: 0;
    top: calc(100% + 10px);
    background-color: white;
    width: 0;
    min-width: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 200px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    border-radius: 5px;
    padding: 10px;
  }
  header .inner .header-menu .menu > li {
    padding: 10px;
    position: relative;
  }
  header .inner .header-menu .menu > li a {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  header .inner .header-menu .menu > li a.nav-cta {
    padding: 10px;
    display: block;
    width: 100%;
  }
}
header .inner .header-menu .menu-active .menu {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  visibility: visible;
  max-height: 100vh;
  width: auto;
  height: auto;
  opacity: 1;
  min-width: 300px;
  right: 0;
  overflow: visible;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
}
header .inner .header-menu .menu-active .menu-icon span {
  height: 6px;
}
header .inner .header-menu .menu-active .menu-icon span:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
header .inner .header-menu .menu-active .menu-icon span:nth-child(2) {
  left: -40px;
  opacity: 0;
  height: 0;
}
header .inner .header-menu .menu-active .menu-icon span:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.nav-bg {
  background-color: rgba(235, 232, 215, 0.75);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

footer {
  background-color: #453f3a;
  padding-top: 50px;
}
footer > .inner {
  padding-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 1280px) {
  footer > .inner {
    -ms-grid-columns: 2fr 30px 3fr 30px 2fr;
    grid-template-columns: 2fr 3fr 2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  footer > .inner .footer-logo {
    text-align: center;
  }
}
footer > .inner .footer-logo svg {
  width: 100%;
  max-width: 200px;
}
footer > .inner .footer-logo svg path {
  fill: #ebe8d7;
}
footer > .inner .footer-form h1, footer > .inner .footer-form h2, footer > .inner .footer-form h3, footer > .inner .footer-form h4, footer > .inner .footer-form h5, footer > .inner .footer-form h6 {
  color: #dfd9b0;
  text-align: center;
  margin-bottom: 20px;
}
footer > .inner .footer-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5fr 0 1fr;
  grid-template-columns: 2.5fr 1fr;
  grid-gap: 0;
  max-width: 350px;
  margin: 0 auto;
}
footer > .inner .footer-form form .wpcf7-form-control-wrap input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
footer > .inner .footer-form form .wpcf7-form-control-wrap input:hover, footer > .inner .footer-form form .wpcf7-form-control-wrap input:focus {
  outline: none;
  -webkit-transform: scale(1) translateY(0px);
      -ms-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  -webkit-box-shadow: 0 20px 60px rgba(35, 31, 32, 0.15);
          box-shadow: 0 20px 60px rgba(35, 31, 32, 0.15);
}
footer > .inner .footer-form form input[type=submit] {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
footer > .inner .footer-form form input[type=submit]:hover, footer > .inner .footer-form form input[type=submit]:focus {
  outline: none;
  -webkit-transform: scale(1.05) translateY(0px);
      -ms-transform: scale(1.05) translateY(0px);
          transform: scale(1.05) translateY(0px);
  -webkit-box-shadow: 0 20px 60px rgba(35, 31, 32, 0.15);
          box-shadow: 0 20px 60px rgba(35, 31, 32, 0.15);
}
footer > .inner .social-links .social-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  footer > .inner .social-links .social-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer > .inner .social-links .social-inner a {
  background-color: #dfd9b0;
  color: #453f3a;
}
@media screen and (min-width: 1280px) {
  footer > .inner .footer-menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
footer > .inner .footer-menu ul.menu {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  footer > .inner .footer-menu ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer > .inner .footer-menu ul.menu li {
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
footer > .inner .footer-menu ul.menu li a {
  color: #dfd9b0;
  font-weight: 400;
}
footer > .inner .footer-menu ul.menu li a::after {
  background-color: #dfd9b0;
}
footer > .inner .footer-menu ul.menu li a:hover, footer > .inner .footer-menu ul.menu li a:focus {
  color: #ebe8d7;
}
footer > .inner .footer-menu ul.menu li a:hover::after, footer > .inner .footer-menu ul.menu li a:focus::after {
  width: 100%;
  background-color: #ebe8d7;
}
footer .footer-copyright {
  background-color: #37322e;
  color: #dfd9b0;
  padding: 10px 0;
}
footer .footer-copyright .inner p {
  text-align: center;
  font-size: 14px;
}

main,
header,
footer,
section {
  width: 100%;
  display: block;
}

body {
  position: relative;
  padding-top: 130px;
}
body main {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  body main {
    min-height: calc(100vh - 330px - 130px);
  }
}
body .background-color,
body .background-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
body .background-img {
  z-index: -10;
  mix-blend-mode: multiply;
  opacity: 0.25;
  bottom: 0;
}
body .background-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background: linear-gradient(180deg, transparent 0%, #fff 100%);
}
body .background-img img {
  width: 100%;
  position: relative;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body .background-color {
  background: #ebe8d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe8d7), to(#dfd9b0));
  background: -o-linear-gradient(top, #ebe8d7 0%, #dfd9b0 100%);
  background: linear-gradient(180deg, #ebe8d7 0%, #dfd9b0 100%);
  bottom: 0;
  height: 100%;
  z-index: -20;
}
body::after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 100;
  background-color: rgba(235, 232, 215, 0.9);
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.menu-open {
  padding-right: 15px;
}
body.menu-open header .inner {
  padding-right: 45px;
}

.inner {
  width: 90%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

.blog .pagination {
  padding: 30px 0;
}
.blog .pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-404 .inner {
  max-width: 600px;
  text-align: center;
}
.content-404 .inner h1 {
  color: #ed7248;
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .content-404 .inner h1 {
    font-size: 6rem;
  }
}
.content-404 .inner form {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.page-banner {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  section.page-banner {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  section.page-banner {
    margin-bottom: 170px;
  }
}
section.page-banner .inner .content-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 30px solid #bebba8;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (min-width: 1280px) {
  section.page-banner .inner .content-wrapper {
    padding: 60px 30px;
    margin-right: 300px;
  }
}
section.page-banner .inner .content-wrapper h1 {
  padding-bottom: 20px;
}
section.page-banner .inner .content-wrapper .text-wrapper {
  position: relative;
}
@media screen and (min-width: 960px) {
  section.page-banner .inner .content-wrapper .text-wrapper {
    padding-right: 40%;
  }
}
section.page-banner .inner .content-wrapper .image-wrapper {
  background: white;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 -50px 30px -75px;
}
@media screen and (min-width: 960px) {
  section.page-banner .inner .content-wrapper .image-wrapper {
    position: absolute;
    right: -80px;
    left: calc( 60% + 30px);
    height: calc(100% + 100px);
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.page-banner .inner .content-wrapper .image-wrapper {
    right: -330px;
    height: calc(100% + 200px);
  }
}
section.page-banner .inner .content-wrapper .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section.content-section {
  padding: 30px 0;
}
section.content-section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  section.content-section .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.content-section .inner .image-wrapper {
  background: white;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  height: 300px;
}
section.content-section .inner .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  section.content-section .inner .image-wrapper {
    width: calc(40% - 30px);
    margin-bottom: 0;
  }
}
section.content-section .inner .content-wrapper p:first-of-type {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  section.content-section .inner .content-wrapper {
    width: calc(60% - 30px);
  }
}
@media screen and (min-width: 960px) {
  section.content-section.no-img .content-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  section.content-section:nth-child(odd) .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

section.form-section {
  padding: 30px 0;
}

section.vehicles-section {
  padding: 30px 0;
}
section.vehicles-section .vehicles-wrapper {
  position: relative;
}
section.vehicles-section .vehicles-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  border-radius: 5px;
}
section.vehicles-section .vehicles-wrapper .gallery {
  height: 260px;
  max-width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .gallery {
    height: 360px;
  }
}
section.vehicles-section .vehicles-wrapper .gallery .slick-list {
  height: 100%;
}
section.vehicles-section .vehicles-wrapper .gallery .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
section.vehicles-section .vehicles-wrapper .gallery .slick-list .slick-track img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
section.vehicles-section .vehicles-wrapper h2.title {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #dfd9b0;
}
section.vehicles-section .vehicles-wrapper .content {
  background: white;
  border-radius: 5px;
  padding: 200px 30px 30px;
  margin-top: -160px;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .content {
    margin-top: -260px;
    padding: 300px 80px 60px;
  }
}
section.vehicles-section .vehicles-wrapper .content .content-inner {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  grid-row-gap: 60px;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .content .content-inner {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 60px;
    grid-row-gap: 0;
  }
}
section.vehicles-section .vehicles-wrapper .content .content-inner .features {
  position: relative;
}
section.vehicles-section .vehicles-wrapper .content .content-inner .features h3 {
  margin-bottom: 20px;
}
section.vehicles-section .vehicles-wrapper .content .content-inner .features ul {
  padding-left: 60px;
  list-style: disc;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .content .content-inner .features::before {
    content: "";
    display: block;
    position: absolute;
    left: -31px;
    width: 2px;
    top: 10px;
    bottom: 10px;
    background-color: #dfd9b0;
  }
}
section.vehicles-section .vehicles-wrapper .slick-btn {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
          box-shadow: 0 15px 50px rgba(35, 31, 32, 0.25);
  border-radius: 5px;
  border: 2px solid #dfd9b0;
  color: #968b82;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  cursor: pointer;
  width: 45px;
  height: 45px;
  font-size: 24px;
  top: 50%;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .slick-btn {
    font-size: 30px;
    width: 80px;
    height: 80px;
    top: calc(50% + 100px);
  }
}
section.vehicles-section .vehicles-wrapper .slick-btn.prev {
  left: -35px;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .slick-btn.prev {
    left: -40px;
  }
}
section.vehicles-section .vehicles-wrapper .slick-btn.next {
  right: -35px;
}
@media screen and (min-width: 1280px) {
  section.vehicles-section .vehicles-wrapper .slick-btn.next {
    right: -40px;
  }
}
section.vehicles-section .vehicles-wrapper .slick-btn:hover, section.vehicles-section .vehicles-wrapper .slick-btn:focus {
  background-color: #ebe8d7;
  color: #8a7e74;
  -webkit-transform: scale(1.05) translateY(-50%);
      -ms-transform: scale(1.05) translateY(-50%);
          transform: scale(1.05) translateY(-50%);
}