/*
Theme Name: Veldt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Veldt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/
.card-column-with-icon ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  margin: 0 0 0.8em;
  font-weight: 400; }

h1, .h1 {
  font-size: 42px;
  line-height: 0.97;
  letter-spacing: -1.62px;
  margin-bottom: 0.2em; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 54px; } }

h2, .h2 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.96px; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 43px;
      letter-spacing: -1.29px; } }

h3, .h3 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.84px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 29px;
      line-height: 1.14;
      letter-spacing: -0.87px; } }

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.72px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 1rem; }

a {
  color: #DD6E00; }
  a:hover, a:focus {
    text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #403523;
  background: #fff;
  font: 16px/1.8 "Funnel Sans", "sans-serif";
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

blockquote {
  border-left: 4px solid #e8edf3;
  padding-left: .5em;
  margin-left: 1.8em; }

th, td {
  border: 1px solid #e8edf3;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 1.5em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1.5em;
  margin: 0 0 0 1.5em; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 16px; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 24px; } }
  .container.container-fluid {
    max-width: 100%; }
  .container.container-small {
    max-width: 816px; }

.section {
  padding: 102px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section.padding-sm {
    padding: 80px 0; }
  .section.heading-center .section-heading {
    text-align: center; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    position: relative;
    padding-left: 24px; }
    ul li:before {
      content: "";
      position: absolute;
      top: 13px;
      left: 10px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: currentColor; }

.btn {
  display: inline-block;
  vertical-align: top;
  outline: none;
  text-align: center;
  font-weight: 600;
  padding: 18px 23px;
  background: #DD6E00;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .btn {
      width: 100%; } }
  .btn:after {
    content: "";
    display: inline-block;
    background: url("assets/images/icon-arrow.svg") no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 24px; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover {
    background: #ff8711; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignleft {
      margin-bottom: 0; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignright {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .alignright + p,
    .alignright + ul,
    .alignright + h2,
    .alignright + h3,
    .alignright + h4,
    .alignright + h5 {
      clear: both; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-wrap a:hover {
  opacity: 0.7; }

.bg-white {
  background-color: #fff !important; }

.bg-yellow {
  background-color: #F2DBAF !important; }

.bg-gray {
  background-color: #403523 !important; }
  .bg-gray * {
    color: #FBFAF9; }

.bg-orange {
  background-color: #DD6E00 !important; }

.has-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0; }
  .has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3); }

.text-large {
  font-size: 18px; }
  @media (min-width: 1024px) {
    .text-large {
      font-size: 20px; } }

.text-medium {
  font-size: 18px; }

.text-normal {
  font-size: 16px; }

.text-small {
  font-size: 14px; }

.text-tiny {
  font-size: 12px; }

figure {
  margin: 0; }
  @media (max-width: 767px) {
    figure.wp-caption {
      width: auto !important; } }
  figure figcaption {
    font-size: 16px; }

.full-width {
  width: 100%; }

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

.pt-0,
.no-paddingtop {
  padding-top: 0 !important; }

.pb-0,
.no-paddingbottom {
  padding-bottom: 0 !important; }

.heading {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .heading {
      margin-bottom: 70px; } }
  .heading h2 {
    text-transform: uppercase;
    margin-bottom: 0; }

.tagline {
  margin-bottom: 24px;
  display: block;
  color: #58522E;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 1.54px; }

.section-heading {
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .section-heading {
      margin-bottom: 48px; } }
  .section-heading h2, .section-heading h3 {
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .section-heading h2, .section-heading h3 {
        margin-bottom: 24px; } }
    .section-heading h2:only-child, .section-heading h3:only-child {
      margin-bottom: 0; }

h2 span {
  color: #DD6E00; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px; }
  .row > * {
    padding: 0 4px; }

.col {
  padding: 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

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

.text-dark > *,
.text-black > * {
  color: #403523; }

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
  color: #fff; }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none; } }

@media (min-width: 768px) {
  .hide-tablet {
    display: none; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 769px) {
  .show-mobile {
    display: none; } }

.show-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .show-desktop {
      display: block; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 12px 0; }
  @media (min-width: 1024px) {
    #header {
      background: transparent; } }
  #header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 4px 15px 0 rgba(64, 53, 35, 0.1);
            box-shadow: 0 4px 15px 0 rgba(64, 53, 35, 0.1);
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .sticky #header:before {
      background: #fff;
      visibility: visible;
      opacity: 1; }

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10; }
  .header-wrap .logo {
    position: relative;
    z-index: 10; }
    .header-wrap .logo img {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      width: auto;
      max-height: 37px; }
      @media (max-width: 1023px) {
        .header-wrap .logo img {
          max-height: 28px; } }
  .header-wrap .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
    .header-wrap .header-right .btn-call-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 17px 24px;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff;
      gap: 24px;
      font-size: 14px;
      letter-spacing: -0.28px;
      line-height: 1; }
      @media (max-width: 767px) {
        .header-wrap .header-right .btn-call-cta {
          width: 50px;
          height: 50px;
          padding: 16px;
          border-color: rgba(88, 82, 46, 0.1); } }
      @media (max-width: 767px) {
        .header-wrap .header-right .btn-call-cta .text {
          display: none; } }
      @media (max-width: 767px) {
        .header-wrap .header-right .btn-call-cta svg path {
          fill: #DD6E00; } }
      .header-wrap .header-right .btn-call-cta:hover {
        background: #fff;
        color: #403523; }
        .header-wrap .header-right .btn-call-cta:hover svg path {
          fill: #DD6E00; }
    @media (max-width: 767px) {
      .header-wrap .header-right .btn:after {
        display: none; } }

.sticky .header-wrap .header-right .btn-call-cta {
  border-color: rgba(88, 82, 46, 0.1);
  color: #403523; }
  .sticky .header-wrap .header-right .btn-call-cta svg path {
    fill: #DD6E00; }
  .sticky .header-wrap .header-right .btn-call-cta:hover {
    opacity: 0.7; }

@media (max-width: 1023px) {
  #main {
    padding-top: 74px; } }

#footer {
  background-color: #DD6E00;
  padding: 104px 0 24px;
  position: relative;
  overflow: hidden;
  background-image: url("assets/images/img-footer-leaf.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 1000px 1200px; }
  @media (max-width: 1023px) {
    #footer {
      background-position: bottom center; } }
  #footer .container {
    position: relative;
    z-index: 2; }
  #footer * {
    color: #fff; }
  #footer a:not(.btn) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }
    #footer a:not(.btn):hover {
      text-decoration: none; }
  #footer .btn {
    background: #403523; }
    #footer .btn:hover {
      background: #615035; }

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 104px; }
  @media (max-width: 1023px) {
    .footer-top .footer-logo {
      max-width: 268px;
      margin-inline: auto; } }
  .footer-top .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-top .text-wrap * {
      margin: 0; }

.footer-bottom .footer-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  text-align: center; }
  @media (min-width: 1024px) {
    .footer-bottom .footer-lists {
      grid-template-columns: repeat(4, 1fr);
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px; } }
  .footer-bottom .footer-lists .footer-list {
    font-size: 14px; }
    .footer-bottom .footer-lists .footer-list .title {
      font-weight: 400;
      line-height: 1.7; }
  .footer-bottom .footer-lists p {
    margin: 0;
    line-height: 1.7; }

.banner {
  background: #403523;
  color: #fff;
  position: relative; }
  .banner .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .banner .col {
        width: 50%; } }
  .banner .col-image .img-wrap {
    margin: 0 -16px; }
    @media (min-width: 1024px) {
      .banner .col-image .img-wrap {
        width: 50vw;
        margin: 0;
        max-height: 100vh;
        overflow: hidden; } }
    @media (min-width: 1600px) {
      .banner .col-image .img-wrap {
        max-height: calc(100vh - 120px); } }
  .banner .col-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .banner .col-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 56px 0 93px;
    position: relative; }
    @media (min-width: 1024px) {
      .banner .col-content {
        padding-block: 80px; } }
    .banner .col-content .col-wrap {
      max-width: 516px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px; }
      @media (min-width: 1024px) {
        .banner .col-content .col-wrap {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .banner .col-content .col-wrap * {
        margin: 0; }
    .banner .col-content p span {
      color: #F2DBAF; }
    .banner .col-content .scroll-down {
      position: absolute;
      bottom: 24px;
      z-index: 5; }
      @media (max-width: 1023px) {
        .banner .col-content .scroll-down {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .banner .col-content .scroll-down a {
        color: #FBFAF9;
        display: inline-block;
        position: relative; }
        .banner .col-content .scroll-down a:after {
          content: "";
          display: inline-block;
          vertical-align: middle;
          background: url("assets/images/icon-arrow-down.svg") no-repeat;
          width: 10px;
          height: 14px;
          margin-left: 20px; }
  .banner .img-leaf {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 817px;
    height: 1065px; }
    @media (min-width: 1024px) {
      .banner .img-leaf {
        left: 47%; } }
    .banner .img-leaf img {
      width: 817px;
      height: 1065px; }

@media (min-width: 1024px) {
  .half-content-half-image-block.img-right .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.half-content-half-image-block.img-right .col-content .col-wrap {
  padding-left: 0 !important; }

.half-content-half-image-block .row {
  margin: 0;
  row-gap: 40px; }

.half-content-half-image-block .col {
  padding: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .half-content-half-image-block .col {
      width: 50%; } }

.half-content-half-image-block .col-content .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .half-content-half-image-block .col-content .col-wrap {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .half-content-half-image-block .col-content .col-wrap {
      padding: 80px; } }
  .half-content-half-image-block .col-content .col-wrap > * {
    margin: 0; }
  .half-content-half-image-block .col-content .col-wrap .text {
    color: #757370; }
    .half-content-half-image-block .col-content .col-wrap .text p:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
  .half-content-half-image-block .col-image .img-wrap {
    height: 100%; } }

@media (min-width: 1024px) {
  .half-content-half-image-block .col-image .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; } }

.card-column-with-icon .card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(88, 82, 46, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px; }
  .card-column-with-icon .card-heading .icon-wrap {
    min-width: 66px; }
  .card-column-with-icon .card-heading .h4 {
    margin-bottom: 0; }

.card-column-with-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  .card-column-with-icon ul li {
    padding-left: 41px;
    position: relative; }
    .card-column-with-icon ul li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url("assets/images/icon-tick.svg") no-repeat;
      width: 29px;
      height: 29px; }

.column-with-icon-lists-block .section-heading {
  max-width: 500px;
  margin: 0 auto 40px; }
  @media (min-width: 1024px) {
    .column-with-icon-lists-block .section-heading {
      margin-bottom: 80px;
      text-align: center; } }
  @media (min-width: 1200px) {
    .column-with-icon-lists-block .section-heading {
      margin-bottom: 104px; } }

.column-with-icon-lists-block .row {
  row-gap: 64px; }
  .column-with-icon-lists-block .row .col {
    width: 100%; }
    @media (min-width: 768px) {
      .column-with-icon-lists-block .row .col {
        width: 33.33%; } }

.card-column-with-image .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }

.card-column-with-image .text-wrap {
  color: #757370; }
  @media (min-width: 1024px) {
    .card-column-with-image .text-wrap {
      padding-right: 40px; } }
  .card-column-with-image .text-wrap h3 {
    color: #403523;
    margin-bottom: 24px; }
    .card-column-with-image .text-wrap h3 a {
      color: #403523; }
      .card-column-with-image .text-wrap h3 a:hover {
        color: #DD6E00; }

.column-with-image-lists-block .section-heading {
  margin-bottom: 40px;
  max-width: 400px;
  margin-inline: auto; }
  @media (min-width: 1024px) {
    .column-with-image-lists-block .section-heading {
      margin-bottom: 64px; } }
  .column-with-image-lists-block .section-heading h2 {
    margin-bottom: 0; }

.column-with-image-lists-block .row {
  row-gap: 40px; }

.column-with-image-lists-block .col {
  width: 100%; }
  @media (min-width: 768px) {
    .column-with-image-lists-block .col {
      width: 33.33%; } }

.two-colums-text-block .row {
  row-gap: 104px; }

.two-colums-text-block .col {
  width: 100%; }
  @media (min-width: 1024px) {
    .two-colums-text-block .col {
      width: 50%; } }

.two-colums-text-block .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px; }
  .two-colums-text-block .title-wrap .text-wrap {
    font-size: 18px;
    max-width: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px; }
    .two-colums-text-block .title-wrap .text-wrap * {
      margin: 0; }
    .two-colums-text-block .title-wrap .text-wrap .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px; }

.two-colums-text-block .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-weight: 300; }
  .two-colums-text-block .content-list + .content-list {
    border-top: 1px solid rgba(191, 161, 101, 0.5);
    padding-top: 40px;
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .two-colums-text-block .content-list + .content-list {
        padding-top: 24px;
        margin-top: 24px; } }
  .two-colums-text-block .content-list * {
    margin-bottom: 0; }

.why-choose-block .section-heading {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .why-choose-block .section-heading {
      margin-bottom: 64px;
      text-align: center; } }
  .why-choose-block .section-heading h2 {
    margin-bottom: 0; }

.why-choose-block .row {
  row-gap: 40px; }

.why-choose-block .col {
  width: 100%; }
  @media (min-width: 768px) {
    .why-choose-block .col {
      width: 33.33%; } }
  @media (min-width: 1024px) {
    .why-choose-block .col {
      width: 20%; } }
  .why-choose-block .col .heading-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(88, 82, 46, 0.1);
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .why-choose-block .col .heading-title .icon-wrap {
      min-width: 29px; }
    .why-choose-block .col .heading-title .h6 {
      letter-spacing: -0.54px;
      margin: 0; }
  .why-choose-block .col .text-wrap {
    color: #757370; }
    @media (min-width: 1024px) {
      .why-choose-block .col .text-wrap {
        padding-right: 30px; } }
    .why-choose-block .col .text-wrap p {
      margin: 0; }

.why-choose-block .notes {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.7;
  color: #757370; }
  @media (min-width: 1024px) {
    .why-choose-block .notes {
      margin-top: 32px; } }

@media (max-width:1023px) {
  .banner .col-content .col-wrap {
    z-index: 1;
  }
}
/*# sourceMappingURL=style.css.map */