@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/***********************************
TYPOGRAPHY
***********************************/
/***********************************
COLOURS
***********************************/
/***********************************
STRUCTURE
***********************************/
/***********************************
ADDITIONAL
***********************************/
/***********************************
TYPOGRAPHY
***********************************/
/***********************************
COLOURS
***********************************/
/***********************************
STRUCTURE
***********************************/
/***********************************
ADDITIONAL
***********************************/
/*@include font-face('FSElliot', 'FSElliot');*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Inter", sans-serif;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-repeat: repeat;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-scroll {
  overflow-y: hidden !important;
}

html, body {
  width: 100%;
  max-width: 100%;
}

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

.pad-no-bottom {
  padding-bottom: 0px !important;
}

.pad-no-both {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.container {
  max-width: 1550px;
  position: relative;
  z-index: 5;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.tpad-large {
  padding-top: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.tpad-large {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  section.tpad-large {
    padding-top: 140px;
  }
}
section.tpad-medium {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.tpad-medium {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  section.tpad-medium {
    padding-top: 80px;
  }
}
section.tpad-small {
  padding-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.tpad-small {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  section.tpad-small {
    padding-top: 40px;
  }
}
section.bpad-large {
  padding-bottom: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.bpad-large {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  section.bpad-large {
    padding-bottom: 140px;
  }
}
section.bpad-medium {
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.bpad-medium {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  section.bpad-medium {
    padding-bottom: 80px;
  }
}
section.bpad-small {
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.bpad-small {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.bpad-small {
    padding-bottom: 40px;
  }
}
section.tpad-none {
  padding-top: 0px !important;
}
section.bpad-none {
  padding-bottom: 0px !important;
}

@media (max-width: 767px) {
  body .pad-mob-no-top {
    padding-top: 0px !important;
  }

  body .pad-mob-no-bottom {
    padding-bottom: 0px !important;
  }

  body .pad-mob-no-both {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}
.grow {
  transition: all 0.4s ease-in-out;
}

.grow:hover {
  transform: scale(1.05);
}

.cf-nopad {
  padding-left: 0px;
  padding-right: 0px;
}

a {
  outline: none !important;
}

a, input[type=submit], input[type=button], button, a:after,
.span-button, a > span {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stdbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fixedbg {
  background-attachment: fixed;
}

.bg-tl {
  background-position: top left;
}

.bg-tc {
  background-position: top center;
}

.bg-tr {
  background-position: top right;
}

.bg-cl {
  background-position: center left;
}

.bg-cc {
  background-position: center center;
}

.bg-cr {
  background-position: center right;
}

.bg-bl {
  background-position: bottom left;
}

.bg-bc {
  background-position: bottom center;
}

.bg-br {
  background-position: bottom right;
}

.fullsize {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.banner-slides,
.banner-slides > div:not(.cycle-pager) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation-org {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 112, 25, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(239, 112, 25, 0);
  }
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

/***********************************
THEMING
***********************************/
.fancybox__thumbs {
  display: none !important;
}

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

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

body .WidgetBackground__ContentContainer-sc > a {
  display: none !important;
}

.es-widget-title-container {
  display: none !important;
}

.main-pad {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .main-pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.nopad {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  section.nopad {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bg-media {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bg-media img, .bg-media video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}

.section-heading {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.carousel-shell {
  position: relative;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/arrow-right.svg);
  z-index: 10;
  opacity: 0.6;
  cursor: pointer;
}
.slider-arrow:hover {
  opacity: 1;
}
.slider-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
.slider-arrow.slick-disabled:hover {
  opacity: 0.3;
}
.slider-arrow.arrow-left {
  left: 10px;
  transform: rotate(180deg);
}
.slider-arrow.arrow-right {
  right: 10px;
}

figure, dd, dt {
  padding: 0px !important;
  margin: 0px !important;
}

/***********************************
TYPOGRAPHY
***********************************/
body {
  background: #f5f4f0;
}

body > header.main-header p, body > header.main-header li, body > header.main-header address,
body > footer.main-footer p,
body > footer.main-footer li,
body > footer.main-footer address,
.acf-block-preview p,
.acf-block-preview li,
.acf-block-preview address,
main p,
main li,
main address {
  font-family: "Inter", sans-serif;
}
body > header.main-header h1, body > header.main-header h2, body > header.main-header h3, body > header.main-header h4, body > header.main-header h5, body > header.main-header h6,
body > footer.main-footer h1,
body > footer.main-footer h2,
body > footer.main-footer h3,
body > footer.main-footer h4,
body > footer.main-footer h5,
body > footer.main-footer h6,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin-top: 0px;
  color: #2E2E2E;
  font-family: "Playfair Display", serif;
  font-weight: 400 !important;
}
body > header.main-header a,
body > footer.main-footer a,
.acf-block-preview a,
main a {
  color: #519848;
}
body > header.main-header a:hover,
body > footer.main-footer a:hover,
.acf-block-preview a:hover,
main a:hover {
  text-decoration: underline;
}
body > header.main-header h1, body > header.main-header .h1,
body > header.main-header h2, body > header.main-header .h2,
body > footer.main-footer h1,
body > footer.main-footer .h1,
body > footer.main-footer h2,
body > footer.main-footer .h2,
.acf-block-preview h1,
.acf-block-preview .h1,
.acf-block-preview h2,
.acf-block-preview .h2,
main h1,
main .h1,
main h2,
main .h2 {
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
}
body > header.main-header h1, body > header.main-header .h1,
body > footer.main-footer h1,
body > footer.main-footer .h1,
.acf-block-preview h1,
.acf-block-preview .h1,
main h1,
main .h1 {
  font-size: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header h1, body > header.main-header .h1,
body > footer.main-footer h1,
body > footer.main-footer .h1,
.acf-block-preview h1,
.acf-block-preview .h1,
main h1,
main .h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header h1, body > header.main-header .h1,
body > footer.main-footer h1,
body > footer.main-footer .h1,
.acf-block-preview h1,
.acf-block-preview .h1,
main h1,
main .h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  body > header.main-header h1, body > header.main-header .h1,
body > footer.main-footer h1,
body > footer.main-footer .h1,
.acf-block-preview h1,
.acf-block-preview .h1,
main h1,
main .h1 {
    font-size: 38px;
  }
}
body > header.main-header h2, body > header.main-header .h2,
body > footer.main-footer h2,
body > footer.main-footer .h2,
.acf-block-preview h2,
.acf-block-preview .h2,
main h2,
main .h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header h2, body > header.main-header .h2,
body > footer.main-footer h2,
body > footer.main-footer .h2,
.acf-block-preview h2,
.acf-block-preview .h2,
main h2,
main .h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header h2, body > header.main-header .h2,
body > footer.main-footer h2,
body > footer.main-footer .h2,
.acf-block-preview h2,
.acf-block-preview .h2,
main h2,
main .h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  body > header.main-header h2, body > header.main-header .h2,
body > footer.main-footer h2,
body > footer.main-footer .h2,
.acf-block-preview h2,
.acf-block-preview .h2,
main h2,
main .h2 {
    font-size: 38px;
  }
}
body > header.main-header h3, body > header.main-header .h3,
body > footer.main-footer h3,
body > footer.main-footer .h3,
.acf-block-preview h3,
.acf-block-preview .h3,
main h3,
main .h3 {
  font-size: 40px;
  font-style: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header h3, body > header.main-header .h3,
body > footer.main-footer h3,
body > footer.main-footer .h3,
.acf-block-preview h3,
.acf-block-preview .h3,
main h3,
main .h3 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header h3, body > header.main-header .h3,
body > footer.main-footer h3,
body > footer.main-footer .h3,
.acf-block-preview h3,
.acf-block-preview .h3,
main h3,
main .h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body > header.main-header h3, body > header.main-header .h3,
body > footer.main-footer h3,
body > footer.main-footer .h3,
.acf-block-preview h3,
.acf-block-preview .h3,
main h3,
main .h3 {
    font-size: 28px;
  }
}
body > header.main-header h4, body > header.main-header .h4,
body > footer.main-footer h4,
body > footer.main-footer .h4,
.acf-block-preview h4,
.acf-block-preview .h4,
main h4,
main .h4 {
  font-size: 32px;
  font-style: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header h4, body > header.main-header .h4,
body > footer.main-footer h4,
body > footer.main-footer .h4,
.acf-block-preview h4,
.acf-block-preview .h4,
main h4,
main .h4 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header h4, body > header.main-header .h4,
body > footer.main-footer h4,
body > footer.main-footer .h4,
.acf-block-preview h4,
.acf-block-preview .h4,
main h4,
main .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  body > header.main-header h4, body > header.main-header .h4,
body > footer.main-footer h4,
body > footer.main-footer .h4,
.acf-block-preview h4,
.acf-block-preview .h4,
main h4,
main .h4 {
    font-size: 22px;
  }
}
body > header.main-header .smlhdg,
body > footer.main-footer .smlhdg,
.acf-block-preview .smlhdg,
main .smlhdg {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
body > header.main-header p, body > header.main-header li, body > header.main-header address, body > header.main-header td, body > header.main-header th, body > header.main-header dt, body > header.main-header dd, body > header.main-header figcaption,
body > footer.main-footer p,
body > footer.main-footer li,
body > footer.main-footer address,
body > footer.main-footer td,
body > footer.main-footer th,
body > footer.main-footer dt,
body > footer.main-footer dd,
body > footer.main-footer figcaption,
.acf-block-preview p,
.acf-block-preview li,
.acf-block-preview address,
.acf-block-preview td,
.acf-block-preview th,
.acf-block-preview dt,
.acf-block-preview dd,
.acf-block-preview figcaption,
main p,
main li,
main address,
main td,
main th,
main dt,
main dd,
main figcaption {
  color: #2E2E2E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header p, body > header.main-header li, body > header.main-header address, body > header.main-header td, body > header.main-header th, body > header.main-header dt, body > header.main-header dd, body > header.main-header figcaption,
body > footer.main-footer p,
body > footer.main-footer li,
body > footer.main-footer address,
body > footer.main-footer td,
body > footer.main-footer th,
body > footer.main-footer dt,
body > footer.main-footer dd,
body > footer.main-footer figcaption,
.acf-block-preview p,
.acf-block-preview li,
.acf-block-preview address,
.acf-block-preview td,
.acf-block-preview th,
.acf-block-preview dt,
.acf-block-preview dd,
.acf-block-preview figcaption,
main p,
main li,
main address,
main td,
main th,
main dt,
main dd,
main figcaption {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header p, body > header.main-header li, body > header.main-header address, body > header.main-header td, body > header.main-header th, body > header.main-header dt, body > header.main-header dd, body > header.main-header figcaption,
body > footer.main-footer p,
body > footer.main-footer li,
body > footer.main-footer address,
body > footer.main-footer td,
body > footer.main-footer th,
body > footer.main-footer dt,
body > footer.main-footer dd,
body > footer.main-footer figcaption,
.acf-block-preview p,
.acf-block-preview li,
.acf-block-preview address,
.acf-block-preview td,
.acf-block-preview th,
.acf-block-preview dt,
.acf-block-preview dd,
.acf-block-preview figcaption,
main p,
main li,
main address,
main td,
main th,
main dt,
main dd,
main figcaption {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body > header.main-header p, body > header.main-header li, body > header.main-header address, body > header.main-header td, body > header.main-header th, body > header.main-header dt, body > header.main-header dd, body > header.main-header figcaption,
body > footer.main-footer p,
body > footer.main-footer li,
body > footer.main-footer address,
body > footer.main-footer td,
body > footer.main-footer th,
body > footer.main-footer dt,
body > footer.main-footer dd,
body > footer.main-footer figcaption,
.acf-block-preview p,
.acf-block-preview li,
.acf-block-preview address,
.acf-block-preview td,
.acf-block-preview th,
.acf-block-preview dt,
.acf-block-preview dd,
.acf-block-preview figcaption,
main p,
main li,
main address,
main td,
main th,
main dt,
main dd,
main figcaption {
    font-size: 16px;
  }
}
body > header.main-header p a, body > header.main-header li a, body > header.main-header address a, body > header.main-header td a, body > header.main-header th a, body > header.main-header dt a, body > header.main-header dd a, body > header.main-header figcaption a,
body > footer.main-footer p a,
body > footer.main-footer li a,
body > footer.main-footer address a,
body > footer.main-footer td a,
body > footer.main-footer th a,
body > footer.main-footer dt a,
body > footer.main-footer dd a,
body > footer.main-footer figcaption a,
.acf-block-preview p a,
.acf-block-preview li a,
.acf-block-preview address a,
.acf-block-preview td a,
.acf-block-preview th a,
.acf-block-preview dt a,
.acf-block-preview dd a,
.acf-block-preview figcaption a,
main p a,
main li a,
main address a,
main td a,
main th a,
main dt a,
main dd a,
main figcaption a {
  text-decoration: none;
  color: #519848;
}
body > header.main-header p a:hover, body > header.main-header li a:hover, body > header.main-header address a:hover, body > header.main-header td a:hover, body > header.main-header th a:hover, body > header.main-header dt a:hover, body > header.main-header dd a:hover, body > header.main-header figcaption a:hover,
body > footer.main-footer p a:hover,
body > footer.main-footer li a:hover,
body > footer.main-footer address a:hover,
body > footer.main-footer td a:hover,
body > footer.main-footer th a:hover,
body > footer.main-footer dt a:hover,
body > footer.main-footer dd a:hover,
body > footer.main-footer figcaption a:hover,
.acf-block-preview p a:hover,
.acf-block-preview li a:hover,
.acf-block-preview address a:hover,
.acf-block-preview td a:hover,
.acf-block-preview th a:hover,
.acf-block-preview dt a:hover,
.acf-block-preview dd a:hover,
.acf-block-preview figcaption a:hover,
main p a:hover,
main li a:hover,
main address a:hover,
main td a:hover,
main th a:hover,
main dt a:hover,
main dd a:hover,
main figcaption a:hover {
  text-decoration: underline;
  color: #519848;
  opacity: 1;
}
body > header.main-header .dark h1, body > header.main-header .dark h2, body > header.main-header .dark h3, body > header.main-header .dark h4, body > header.main-header .dark h5, body > header.main-header .dark h6, body > header.main-header .dark p, body > header.main-header .dark li,
body > footer.main-footer .dark h1,
body > footer.main-footer .dark h2,
body > footer.main-footer .dark h3,
body > footer.main-footer .dark h4,
body > footer.main-footer .dark h5,
body > footer.main-footer .dark h6,
body > footer.main-footer .dark p,
body > footer.main-footer .dark li,
.acf-block-preview .dark h1,
.acf-block-preview .dark h2,
.acf-block-preview .dark h3,
.acf-block-preview .dark h4,
.acf-block-preview .dark h5,
.acf-block-preview .dark h6,
.acf-block-preview .dark p,
.acf-block-preview .dark li,
main .dark h1,
main .dark h2,
main .dark h3,
main .dark h4,
main .dark h5,
main .dark h6,
main .dark p,
main .dark li {
  color: #fff !important;
}

.dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li {
  color: #fff;
}

/***********************************
BUTTONS
***********************************/
.btn-grp {
  padding-top: 10px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn-grp {
    flex-direction: column;
  }
}

.std-btn, .search-filter-input-button {
  font-style: normal;
  line-height: normal;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 6px 30px;
  border-radius: 0px !important;
  min-height: 54px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  border: 2px solid #2E2E2E;
  color: #2E2E2E;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .std-btn, .search-filter-input-button {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .std-btn, .search-filter-input-button {
    font-size: 12px;
  }
}
.std-btn:hover, .search-filter-input-button:hover {
  background: #2E2E2E;
  color: #fff;
  text-decoration: none;
}
.std-btn.solid-wht, .search-filter-input-button.solid-wht {
  color: #2E2E2E;
  background-color: #fff;
  border-color: #fff;
}
.std-btn.solid-wht:hover, .search-filter-input-button.solid-wht:hover {
  background: #2E2E2E;
  color: #fff;
}
.std-btn.trans-wht, .search-filter-input-button.trans-wht {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-decoration: none;
}
.std-btn.trans-wht:hover, .search-filter-input-button.trans-wht:hover {
  background: #fff;
  color: #2E2E2E;
  text-decoration: none;
}

.search-filter-input-button {
  background: transparent !important;
}
@media (max-width: 767px) {
  .search-filter-input-button {
    width: 100% !important;
  }
}
.search-filter-input-button:hover {
  background: #2E2E2E !important;
  color: #fff !important;
  text-decoration: none !important;
}

/***********************************
HEADER
***********************************/
body > header.main-header {
  background: #f5f4f0;
  display: flex;
  min-height: 140px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header {
    min-height: 94px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header {
    min-height: 94px;
  }
}
@media (max-width: 767px) {
  body > header.main-header {
    min-height: 94px;
  }
}
body > header.main-header .logo,
body > header.main-header .contact-phone {
  flex: 1;
}
body > header.main-header .logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header .logo img {
    height: 32px;
  }
}
@media (max-width: 767px) {
  body > header.main-header .logo img {
    height: 32px;
  }
}
body > header.main-header .contact-phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  body > header.main-header .contact-phone {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header .contact-phone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header .contact-phone {
    display: none;
  }
}
@media (max-width: 767px) {
  body > header.main-header .contact-phone {
    display: none;
  }
}
body > header.main-header .contact-phone a {
  text-decoration: none;
  align-items: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #2E2E2E;
}
body > header.main-header .contact-phone a:hover {
  color: #519848;
  opacity: 1;
  text-decoration: none;
}
body > header.main-header .main-nav {
  flex: 0 0 auto;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header .main-nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header .main-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  body > header.main-header .main-nav {
    display: none;
  }
}
body > header.main-header .main-nav nav > ul {
  display: flex;
  gap: 0px;
}
body > header.main-header .main-nav nav > ul > li {
  display: flex;
  min-height: 60px;
  align-items: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: unset;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 13px;
  padding-right: 13px;
}
body > header.main-header .main-nav nav > ul > li:first-child {
  padding-left: 0px;
}
body > header.main-header .main-nav nav > ul > li:last-child {
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header.main-header .main-nav nav > ul > li {
    min-height: 94px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > header.main-header .main-nav nav > ul > li {
    min-height: 94px;
  }
}
@media (max-width: 767px) {
  body > header.main-header .main-nav nav > ul > li {
    min-height: 94px;
  }
}
body > header.main-header .main-nav nav > ul > li.menu-item-has-children:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url(../img/down-arrow.svg);
  background-size: contain;
  margin-left: 7px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body > header.main-header .main-nav nav > ul > li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
body > header.main-header .main-nav nav > ul > li.menu-item-has-children:hover > a {
  color: #519848;
}
body > header.main-header .main-nav nav > ul > li > a {
  color: #2E2E2E;
  text-decoration: none;
}
body > header.main-header .main-nav nav > ul > li > a:hover {
  color: #519848;
  opacity: 1;
  text-decoration: none;
}
body > header.main-header .main-nav nav > ul > li.current-menu-item > a, body > header.main-header .main-nav nav > ul > li.current_page_ancestor > a {
  color: #519848;
  opacity: 1;
  text-decoration: none;
}
body > header.main-header .main-nav nav > ul > li > ul {
  position: absolute;
  display: none;
  top: calc(100% - 50px);
  left: 0px;
  width: 100%;
  background: #f5f4f0;
  justify-content: space-between;
  padding: 80px 40px 60px 40px;
  box-shadow: 0px 30px 26px -10px rgba(0, 0, 0, 0.02);
  min-height: 200px;
}
body > header.main-header .main-nav nav > ul > li > ul .submenu-heading {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: flex-start;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  body > header.main-header .main-nav nav > ul > li > ul .sub-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li:not(.has-image) {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 6px;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li:not(.has-image) > a {
  color: #2E2E2E;
  text-decoration: none;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li:not(.has-image) > a:hover {
  color: #519848;
  opacity: 1;
  text-decoration: none;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li:not(.has-image).current-menu-item > a {
  color: #519848;
  opacity: 1;
  text-decoration: none;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li.has-image a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  min-height: 200px;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0);
  text-shadow: 0px 0px 6px #2e2e2e;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li.has-image a:hover {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.5);
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li.break-columns {
  grid-column-start: auto;
  grid-column-end: span 3;
  padding-bottom: 20px;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li.break-columns > a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
body > header.main-header .main-nav nav > ul > li > ul .sub-items > li.break-columns > a:after {
  content: ">";
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

main {
  padding-top: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  main {
    padding-top: 94px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  main {
    padding-top: 94px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 94px;
  }
}

body.sticky main {
  padding-top: 94px;
}

body.sticky > header.main-header {
  min-height: 94px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
body.sticky > header.main-header .main-nav nav > ul > li {
  min-height: 94px;
}
body.sticky > header.main-header .main-nav nav > ul > li > ul {
  top: calc(100% - 26px);
}

#bg-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(46, 46, 46, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10;
}

/***********************************
NAVDROP
***********************************/
#nav-toggle-shell {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #nav-toggle-shell {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-toggle-shell {
    display: block;
  }
}
@media (max-width: 767px) {
  #nav-toggle-shell {
    display: block;
  }
}

#nav-toggle {
  display: flex;
  position: relative;
  align-items: center;
  height: 20px;
  gap: 12px;
  text-decoration: none;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-toggle:before, #nav-toggle:after {
  content: "";
  height: 3px;
  width: 30px;
  background: #2E2E2E;
  position: absolute;
  right: 0px;
  border-radius: 3px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-toggle:before {
  top: 0px;
}
#nav-toggle:after {
  bottom: 0px;
}
#nav-toggle strong {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#nav-toggle span {
  display: block;
  width: 30px;
  height: 20px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-toggle span:before {
  content: "";
  height: 3px;
  width: 30px;
  background: #2E2E2E;
  position: absolute;
  right: 0px;
  top: calc(50% - 1.5px);
  border-radius: 3px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-toggle.is-active:before {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}
#nav-toggle.is-active:after {
  opacity: 0;
}
#nav-toggle.is-active span:before {
  top: calc(50% - 1.5px);
  transform: rotate(-45deg);
}

#navdrop {
  display: none;
  min-height: 100vh;
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100%;
  z-index: 10;
  background: #f5f4f0;
  padding-top: 120px;
}
#navdrop .navdrop-inner {
  padding-bottom: 50px;
  height: calc(100vh - 120px);
  overflow-y: auto;
}
#navdrop .navdrop-inner nav {
  margin-bottom: 60px;
}
#navdrop .navdrop-inner nav a {
  color: #2E2E2E;
  text-decoration: none;
}
#navdrop .navdrop-inner nav a:hover {
  color: #519848;
  text-decoration: none;
}
#navdrop .navdrop-inner nav > ul > li {
  margin-top: 0px;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-weight: 400 !important;
}
#navdrop .navdrop-inner nav > ul > li.menu-item-has-children > a {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
#navdrop .navdrop-inner nav > ul > li.menu-item-has-children > a:before, #navdrop .navdrop-inner nav > ul > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 30px;
  height: 2px;
  background: #2E2E2E;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#navdrop .navdrop-inner nav > ul > li.menu-item-has-children > a:after {
  transform: rotate(-90deg);
  top: calc(50% - 1px);
}
#navdrop .navdrop-inner nav > ul > li.menu-item-has-children.active > a:after {
  transform: rotate(0deg);
}
#navdrop .navdrop-inner nav > ul > li > ul {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
}
#navdrop .navdrop-inner nav > ul > li > ul > li {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-bottom: 6px;
}
#navdrop .navdrop-phone a {
  color: #2E2E2E;
  text-decoration: none;
}
#navdrop .navdrop-phone a:hover {
  text-decoration: none;
  color: #519848;
}
#navdrop .navdrop-phone p a {
  display: block;
  font-size: 32px;
}
#navdrop .navdrop-phone .social {
  display: flex;
  gap: 30px;
}
#navdrop .navdrop-phone .social li {
  font-size: 28px;
}

/***********************************
SECTION COMPONANTS
***********************************/
.section-icon-list ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.section-icon-list ul li {
  display: flex;
  gap: 40px;
}
.section-icon-list ul li img {
  width: 70px;
  height: auto;
}
.section-icon-list ul li span {
  display: block;
  padding-right: 5%;
  max-width: 450px;
}

.section-image img {
  width: 100%;
  height: auto;
}
.section-image figcaption {
  color: rgba(51, 51, 51, 0.5);
  padding-top: 10px;
}

.section-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .section-image-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-image-grid img {
  width: 100%;
  height: auto;
}
.section-image-grid.constrain-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.section-image-grid.constrain-img.square img {
  aspect-ratio: 1/1;
}
.section-image-grid.constrain-img.tall img {
  aspect-ratio: 12/16;
}
.section-image-grid.constrain-img.wide img {
  aspect-ratio: 16/12;
}

@media (max-width: 767px) {
  .section-content h1, .section-content h2, .section-content h3, .section-content h4 {
    max-width: 350px;
  }
}
.section-content .content-text h1, .section-content .content-text h2, .section-content .content-text h3, .section-content .content-text h4 {
  padding-top: 20px;
}
.section-content .content-text ol, .section-content .content-text ul {
  margin-bottom: 30px;
  margin-left: 24px;
}
.section-content .content-text ol li, .section-content .content-text ul li {
  list-style: unset;
  margin-bottom: 6px;
}
.section-content .content-text p:last-child {
  margin-bottom: 0px;
}

.section-imgcarousel img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.section-imgcarousel .carousel-shell {
  position: relative;
}
.section-imgcarousel .section-imgc {
  overflow: hidden;
}
.section-imgcarousel .section-imgc .img-item {
  overflow: hidden;
}
.section-imgcarousel figcaption {
  padding-top: 10px;
  color: rgba(51, 51, 51, 0.5);
}
.section-imgcarousel .slick-dots {
  bottom: 16px !important;
  position: absolute;
  bottom: unset;
  top: 0px;
  aspect-ratio: 1/1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
}
.section-imgcarousel .slick-dots li {
  padding: 0px 0px 0px 0px !important;
  width: auto !important;
  height: auto !important;
}
.section-imgcarousel .slick-dots li button {
  display: inline-block;
  padding: 0px 0px 0px 0px !important;
  background-color: #fff;
  width: 10px;
  height: 10px;
  background: transparent;
  content: "";
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #fff !important;
}
.section-imgcarousel .slick-dots li.slick-active button {
  opacity: 1;
  color: #fff;
  width: 30px;
  background: #fff;
  border-radius: 5px;
}
.section-imgcarousel .slick-dots li button::before {
  display: none;
}
.section-imgcarousel .slick-dots li.slick-active button::before {
  display: none;
}
.section-imgcarousel .imgc-arrow {
  display: block;
  width: 50px;
  height: 39px;
  position: absolute;
  top: 50%;
  margin-top: -19.5px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-image: url(../img/product-carousel-arrow.svg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-imgcarousel .imgc-arrow {
    width: 30px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  .section-imgcarousel .imgc-arrow {
    width: 30px;
    height: 24px;
    margin-top: -12px;
  }
}
.section-imgcarousel .imgc-arrow.arrow-left {
  right: calc(100% - 20px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-imgcarousel .imgc-arrow.arrow-left {
    right: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  .section-imgcarousel .imgc-arrow.arrow-left {
    right: calc(100% - 10px);
  }
}
.section-imgcarousel .imgc-arrow.arrow-right {
  left: calc(100% - 20px);
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-imgcarousel .imgc-arrow.arrow-right {
    left: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  .section-imgcarousel .imgc-arrow.arrow-right {
    left: calc(100% - 10px);
  }
}

.section-table-view dl > div {
  display: flex;
  gap: 30px;
  border-top: 1px solid #30283f;
  padding: 15px 0px 30px 0px;
}
@media (max-width: 767px) {
  .section-table-view dl > div {
    flex-direction: column;
    gap: 10px;
  }
}
.section-table-view dl > div dt, .section-table-view dl > div dd {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-table-view dl > div dt, .section-table-view dl > div dd {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-table-view dl > div dt, .section-table-view dl > div dd {
    font-size: 16px;
  }
}
.section-table-view dl > div dt {
  width: 255px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-table-view dl > div dt {
    width: 155px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-table-view dl > div dt {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-table-view dl > div dt {
    width: 100%;
  }
}
.section-table-view dl > div dd {
  flex: 1;
}
.section-table-view dl > div:last-child {
  padding-bottom: 0px;
}

.section-video video {
  width: 100%;
  height: auto;
}

.section-quote blockquote {
  border: none;
  padding: 0px;
  margin: 0px;
}
.section-quote blockquote p {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-quote blockquote p {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-quote blockquote p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-quote blockquote p {
    font-size: 28px;
  }
}
.section-quote blockquote p:before {
  content: "“";
}
.section-quote blockquote p:after {
  content: "”";
}
.section-quote blockquote footer {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.5);
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-quote blockquote footer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-quote blockquote footer {
    font-size: 16px;
  }
}
.section-quote.no-qm blockquote p:before {
  content: "";
}
.section-quote.no-qm blockquote p:after {
  content: "";
}

.section-boxed-cta.cta-wht {
  background: #fff;
}
.section-boxed-cta.cta-gry {
  background: #333;
}
.section-boxed-cta.cta-grn {
  background: #284d44;
}
.section-boxed-cta.cta-gry h1, .section-boxed-cta.cta-gry h2, .section-boxed-cta.cta-gry h3, .section-boxed-cta.cta-gry h4, .section-boxed-cta.cta-gry h5, .section-boxed-cta.cta-gry h6, .section-boxed-cta.cta-gry p, .section-boxed-cta.cta-gry li, .section-boxed-cta.cta-grn h1, .section-boxed-cta.cta-grn h2, .section-boxed-cta.cta-grn h3, .section-boxed-cta.cta-grn h4, .section-boxed-cta.cta-grn h5, .section-boxed-cta.cta-grn h6, .section-boxed-cta.cta-grn p, .section-boxed-cta.cta-grn li {
  color: #fff;
}
.section-boxed-cta img {
  aspect-ratio: 2.21/1;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.section-boxed-cta .cta-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 40px;
}
@media (max-width: 767px) {
  .section-boxed-cta .cta-header {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px;
  }
}
.section-boxed-cta .cta-header p {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-boxed-cta .cta-header p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-boxed-cta .cta-header p {
    font-size: 16px;
  }
}
.section-boxed-cta .cta-header p:last-child {
  margin-bottom: 0px;
}
.section-boxed-cta .cta-header h1, .section-boxed-cta .cta-header h2, .section-boxed-cta .cta-header h3, .section-boxed-cta .cta-header h4, .section-boxed-cta .cta-header h5, .section-boxed-cta .cta-header h6 {
  margin: 0px 0px 4px 0px;
  font-size: 44px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
  position: relative;
  margin-top: -8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-boxed-cta .cta-header h1, .section-boxed-cta .cta-header h2, .section-boxed-cta .cta-header h3, .section-boxed-cta .cta-header h4, .section-boxed-cta .cta-header h5, .section-boxed-cta .cta-header h6 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-boxed-cta .cta-header h1, .section-boxed-cta .cta-header h2, .section-boxed-cta .cta-header h3, .section-boxed-cta .cta-header h4, .section-boxed-cta .cta-header h5, .section-boxed-cta .cta-header h6 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .section-boxed-cta .cta-header h1, .section-boxed-cta .cta-header h2, .section-boxed-cta .cta-header h3, .section-boxed-cta .cta-header h4, .section-boxed-cta .cta-header h5, .section-boxed-cta .cta-header h6 {
    font-size: 36px;
  }
}

.section-faqs .faq-list {
  margin-bottom: 60px;
}
.section-faqs .faq-list .faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-faqs .faq-list .faq .faq-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 60px;
  padding: 5px 20px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .section-faqs .faq-list .faq .faq-heading {
    padding: 5px 12px;
  }
}
.section-faqs .faq-list .faq .faq-heading h2, .section-faqs .faq-list .faq .faq-heading h3, .section-faqs .faq-list .faq .faq-heading h4, .section-faqs .faq-list .faq .faq-heading h5, .section-faqs .faq-list .faq .faq-heading h6 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-faqs .faq-list .faq .faq-heading h2, .section-faqs .faq-list .faq .faq-heading h3, .section-faqs .faq-list .faq .faq-heading h4, .section-faqs .faq-list .faq .faq-heading h5, .section-faqs .faq-list .faq .faq-heading h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-faqs .faq-list .faq .faq-heading h2, .section-faqs .faq-list .faq .faq-heading h3, .section-faqs .faq-list .faq .faq-heading h4, .section-faqs .faq-list .faq .faq-heading h5, .section-faqs .faq-list .faq .faq-heading h6 {
    font-size: 16px;
  }
}
.section-faqs .faq-list .faq .faq-heading svg, .section-faqs .faq-list .faq .faq-heading i {
  color: #9e9e9e;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-faqs .faq-list .faq .faq-heading:hover {
  background: rgba(0, 0, 0, 0.02);
}
.section-faqs .faq-list .faq .faq-content {
  display: none;
  padding: 20px;
}
@media (max-width: 767px) {
  .section-faqs .faq-list .faq .faq-content {
    padding: 20px 12px;
  }
}
.section-faqs .faq-list .faq .faq-content p, .section-faqs .faq-list .faq .faq-content li {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-faqs .faq-list .faq .faq-content p, .section-faqs .faq-list .faq .faq-content li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-faqs .faq-list .faq .faq-content p, .section-faqs .faq-list .faq .faq-content li {
    font-size: 16px;
  }
}
.section-faqs .faq-list .faq.active {
  background: #fff;
}
.section-faqs .faq-list .faq.active .faq-heading svg, .section-faqs .faq-list .faq.active .faq-heading i {
  transform: rotate(180deg);
}

.section-product-carousel {
  position: relative;
}
.section-product-carousel img {
  width: 100%;
  height: auto;
}
.section-product-carousel .slick-slide {
  margin: 0 20px;
}
.section-product-carousel .slick-list {
  margin: -20px;
}
.section-product-carousel .product-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}
.section-product-carousel .carousel-arrow {
  display: block;
  width: 50px;
  height: 39px;
  position: absolute;
  top: 50%;
  margin-top: -19.5px;
  left: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/product-carousel-arrow.svg);
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-product-carousel .carousel-arrow {
    width: 30px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  .section-product-carousel .carousel-arrow {
    width: 30px;
    height: 24px;
    margin-top: -12px;
  }
}
.section-product-carousel .product-carousel-outer {
  overflow: hidden;
  position: relative;
}
.section-product-carousel .product-carousel-outer:after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: linear-gradient(90deg, rgba(245, 244, 240, 0) 0%, rgba(245, 244, 240, 0.4) 20%, #f5f4f0 100%);
}
.section-product-carousel .product-carousel {
  width: 120%;
}
@media (max-width: 767px) {
  .section-product-carousel .product-carousel {
    width: 160%;
  }
}
.section-product-carousel img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 20px;
}
.section-product-carousel h2, .section-product-carousel h3, .section-product-carousel h4, .section-product-carousel h5, .section-product-carousel h6 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.section-product-carousel .list-content p {
  min-height: 100px;
}
.section-product-carousel ul {
  display: flex;
  gap: 10px;
  margin: 0px 0px 40px 0px;
}
.section-product-carousel ul li span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.section-product-carousel .list-cta p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-product-carousel .list-cta p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-product-carousel .list-cta p {
    font-size: 16px;
  }
}
.section-product-carousel .list-cta p a {
  text-decoration: none;
}
.section-product-carousel .list-cta p a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}

/***********************************
HERO
***********************************/
.hero-banner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 0 2038px rgba(0, 0, 0, 0.19);
  min-height: 800px;
  padding: 100px 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .content {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-banner .content {
    min-height: 600px;
  }
}
.hero-banner .content h1, .hero-banner .content h2, .hero-banner .content h3, .hero-banner .content h4, .hero-banner .content p {
  max-width: 950px;
  margin: 0px auto 0px auto;
  margin-bottom: 20px;
}
.hero-banner .content h1 strong, .hero-banner .content h2 strong, .hero-banner .content h3 strong {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.hero-banner .content h1 span, .hero-banner .content h2 span, .hero-banner .content h3 span {
  display: block;
}
.hero-banner .content p a {
  color: #fff;
  text-decoration: underline;
}
.hero-banner .content p a:hover {
  color: #fff;
  text-decoration: none;
}
.hero-banner .bg-media {
  z-index: 1;
}
.hero-banner .bg-media.hero-overlay:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.5);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-0:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-1:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.1);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-2:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.2);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-3:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.3);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-4:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.4);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-5:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.5);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-6:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.6);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-7:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.7);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-8:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.8);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-9:after {
  box-shadow: inset 0 0 0 2038px rgba(46, 46, 46, 0.9);
}
.hero-banner .bg-media.hero-overlay.ol-opacity-10:after {
  box-shadow: inset 0 0 0 2038px #2e2e2e;
}

/***********************************
GOOGLE MAP
***********************************/
.google-map .acf-map {
  width: 100%;
  height: 800px;
  background: #2E2E2E;
}

/***********************************
ARTICLE LISTING
***********************************/
.article-listing .content-columns {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing .content-columns {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-listing .content-columns {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .article-listing .content-columns {
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .article-listing .content-columns {
    gap: 50px;
  }
}
.article-listing .content-columns.al-archive {
  flex-direction: row;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing .content-columns.al-archive {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-listing .content-columns.al-archive {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .article-listing .content-columns.al-archive {
    flex-direction: column;
    gap: 30px;
  }
}
.article-listing .content-columns .flex-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing .content-columns .flex-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .article-listing .content-columns .flex-content {
    gap: 30px;
  }
}
.article-listing .content-columns .sidebar {
  width: 350px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing .content-columns .sidebar {
    width: auto;
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-listing .content-columns .sidebar {
    width: auto;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .article-listing .content-columns .sidebar {
    width: auto;
    max-width: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .article-listing .content-columns .sidebar {
    width: 250px;
  }
}
.article-listing .content-columns .sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing .content-columns .sidebar .sidebar-inner {
    gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-listing .content-columns .sidebar .sidebar-inner {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .article-listing .content-columns .sidebar .sidebar-inner {
    gap: 30px;
  }
}
.article-listing .content-columns .sidebar .hdg {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #AFAEAE;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.article-listing .content-columns .sidebar .sb-lrgtext p:not(.std-text), .article-listing .content-columns .sidebar .sb-lrgtext h1, .article-listing .content-columns .sidebar .sb-lrgtext h2, .article-listing .content-columns .sidebar .sb-lrgtext h3, .article-listing .content-columns .sidebar .sb-lrgtext h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.article-listing .content-columns .sidebar p.std-text, .article-listing .content-columns .sidebar .sb-stdtext p {
  font-size: 16px;
}
.article-listing .content-columns .sidebar ul li {
  font-size: 16px;
  margin-bottom: 6px;
}
.article-listing .content-columns .sidebar ul li a {
  color: #2E2E2E;
}
.article-listing .content-columns .sidebar ul li a:hover {
  color: #519848;
}
.article-listing .content-columns .sidebar ul li.active a {
  color: #519848;
  font-weight: 700;
}
.article-listing .content-columns .content {
  flex: 1;
}
.article-listing .blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .article-listing .blog-listing-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article-listing .blog-listing-grid .blog-article:first-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .article-listing .blog-listing-grid .blog-article:first-child {
    grid-column: span 1;
  }
}
.article-listing .guide-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .article-listing .guide-listing-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagination {
  padding-top: 0px;
}
.pagination .search-filter-input-button--hidden {
  display: none !important;
}

.blog-article {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.blog-article.guide {
  background: #333;
}
.blog-article.guide h1, .blog-article.guide h2, .blog-article.guide h3, .blog-article.guide h4, .blog-article.guide h5, .blog-article.guide h6, .blog-article.guide p, .blog-article.guide li {
  color: #fff !important;
}
.blog-article.guide h1 a, .blog-article.guide h2 a, .blog-article.guide h3 a, .blog-article.guide h4 a, .blog-article.guide h5 a, .blog-article.guide h6 a, .blog-article.guide p a, .blog-article.guide li a {
  color: #fff !important;
}
.blog-article .blog-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/6;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-article .blog-image {
    aspect-ratio: 16/10;
  }
}
.blog-article .blog-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-transition: 1.6s;
  -ms-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
.blog-article .blog-image:hover img {
  transform: scale(1.2);
}
.blog-article.guide .blog-image {
  aspect-ratio: 16/10;
}
.blog-article .blog-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .blog-article .blog-content {
    padding: 30px 18px;
  }
}
.blog-article .blog-content h2, .blog-article .blog-content h3, .blog-article .blog-content h4, .blog-article .blog-content h5, .blog-article .blog-content h6 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-article .blog-content h2, .blog-article .blog-content h3, .blog-article .blog-content h4, .blog-article .blog-content h5, .blog-article .blog-content h6 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-article .blog-content h2, .blog-article .blog-content h3, .blog-article .blog-content h4, .blog-article .blog-content h5, .blog-article .blog-content h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-article .blog-content h2, .blog-article .blog-content h3, .blog-article .blog-content h4, .blog-article .blog-content h5, .blog-article .blog-content h6 {
    font-size: 22px;
  }
}
.blog-article .blog-content h2 a, .blog-article .blog-content h3 a, .blog-article .blog-content h4 a, .blog-article .blog-content h5 a, .blog-article .blog-content h6 a {
  text-decoration: none;
  color: #2E2E2E;
}
.blog-article .blog-content h2 a:hover, .blog-article .blog-content h3 a:hover, .blog-article .blog-content h4 a:hover, .blog-article .blog-content h5 a:hover, .blog-article .blog-content h6 a:hover {
  color: #519848;
  text-decoration: none;
}
.blog-article .blog-content ul {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.blog-article .blog-content ul li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}
.blog-article .blog-content ul li a {
  text-decoration: none;
  color: #2E2E2E;
}
.blog-article .blog-content ul li a:hover {
  color: #519848;
  text-decoration: none;
}
.blog-article .blog-content ul li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: #2E2E2E;
}
.blog-article .blog-content ul li:last-child:after {
  display: none;
}
.blog-article.guide .blog-content ul li:after {
  background: #fff;
}
.blog-article.guide .blog-content h2, .blog-article.guide .blog-content h3, .blog-article.guide .blog-content h4, .blog-article.guide .blog-content h5, .blog-article.guide .blog-content h6 {
  font-size: 34px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-article.guide .blog-content h2, .blog-article.guide .blog-content h3, .blog-article.guide .blog-content h4, .blog-article.guide .blog-content h5, .blog-article.guide .blog-content h6 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-article.guide .blog-content h2, .blog-article.guide .blog-content h3, .blog-article.guide .blog-content h4, .blog-article.guide .blog-content h5, .blog-article.guide .blog-content h6 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-article.guide .blog-content h2, .blog-article.guide .blog-content h3, .blog-article.guide .blog-content h4, .blog-article.guide .blog-content h5, .blog-article.guide .blog-content h6 {
    font-size: 22px;
  }
}
.blog-article:first-child:not(.guide) .blog-content h2, .blog-article:first-child:not(.guide) .blog-content h3, .blog-article:first-child:not(.guide) .blog-content h4, .blog-article:first-child:not(.guide) .blog-content h5, .blog-article:first-child:not(.guide) .blog-content h6 {
  font-size: 40px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-article:first-child:not(.guide) .blog-content h2, .blog-article:first-child:not(.guide) .blog-content h3, .blog-article:first-child:not(.guide) .blog-content h4, .blog-article:first-child:not(.guide) .blog-content h5, .blog-article:first-child:not(.guide) .blog-content h6 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-article:first-child:not(.guide) .blog-content h2, .blog-article:first-child:not(.guide) .blog-content h3, .blog-article:first-child:not(.guide) .blog-content h4, .blog-article:first-child:not(.guide) .blog-content h5, .blog-article:first-child:not(.guide) .blog-content h6 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .blog-article:first-child:not(.guide) .blog-content h2, .blog-article:first-child:not(.guide) .blog-content h3, .blog-article:first-child:not(.guide) .blog-content h4, .blog-article:first-child:not(.guide) .blog-content h5, .blog-article:first-child:not(.guide) .blog-content h6 {
    font-size: 26px;
  }
}

/***********************************
FREE TEXT
***********************************/
.free-text .content-inner {
  column-gap: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .content-inner {
    column-gap: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content-inner {
    column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .free-text .content-inner {
    column-gap: 10px;
  }
}
.free-text .content-inner.cols-4 {
  column-count: 4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .content-inner.cols-4 {
    column-count: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content-inner.cols-4 {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .free-text .content-inner.cols-4 {
    column-count: 1;
  }
}
.free-text .content-inner.cols-3 {
  column-count: 3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content-inner.cols-3 {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .free-text .content-inner.cols-3 {
    column-count: 1;
  }
}
.free-text .content-inner.cols-2 {
  column-count: 2;
}
@media (max-width: 767px) {
  .free-text .content-inner.cols-2 {
    column-count: 1;
  }
}
.free-text .content-inner.cols-1 {
  column-count: 1;
}
.free-text .content-inner h2, .free-text .content-inner h3 {
  padding-top: 10px;
}
.free-text .content-inner h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .content-inner h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content-inner h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .free-text .content-inner h2 {
    font-size: 24px;
  }
}
.free-text .content-inner h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .content-inner h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content-inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .free-text .content-inner h3 {
    font-size: 18px;
  }
}
.free-text .content-inner h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .content-inner h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content-inner h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .free-text .content-inner h4 {
    font-size: 16px;
  }
}

/***********************************
CONTACT FORM
***********************************/
.contact-form .contact-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-columns {
    grid-column-gap: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-columns {
    grid-column-gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .contact-form .contact-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-form .contact-columns .content {
  display: flex;
  justify-content: flex-end;
}
.contact-form .contact-columns .content .content-inner {
  width: 100%;
  max-width: 736px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-columns .content .content-inner {
    max-width: 100%;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-columns .content .content-inner {
    max-width: 100%;
    padding-bottom: 0px;
  }
}
.contact-form .contact-columns .content .form-inner {
  padding-top: 30px;
}
.contact-form .contact-columns .content .form-inner .gform-theme--foundation .gform_fields {
  grid-row-gap: 14px !important;
}
.contact-form .contact-columns .content .form-inner .gform_required_legend {
  display: none;
}
.contact-form .contact-columns .content .form-inner label.gfield_label {
  font-family: "Inter", sans-serif;
  color: #2E2E2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-form .contact-columns .content .form-inner input[type=text],
.contact-form .contact-columns .content .form-inner input[type=email],
.contact-form .contact-columns .content .form-inner input[type=tel],
.contact-form .contact-columns .content .form-inner select,
.contact-form .contact-columns .content .form-inner textarea {
  border: 1px solid #d2d1cf;
  box-shadow: none;
  border-radius: 0px !important;
  outline: none;
}
.contact-form .contact-columns .content .form-inner input[type=text],
.contact-form .contact-columns .content .form-inner input[type=email],
.contact-form .contact-columns .content .form-inner input[type=tel] {
  height: 46px;
}
.contact-form .contact-columns .content .form-inner .gform-footer input[type=submit] {
  background: #2E2E2E !important;
  border: 2px solid #2E2E2E !important;
  color: #fff !important;
  font-style: normal !important;
  line-height: normal !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 30px !important;
  min-height: 54px !important;
  text-decoration: none !important;
  text-align: center !important;
  justify-content: center !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  border-radius: 0px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-columns .content .form-inner .gform-footer input[type=submit] {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-columns .content .form-inner .gform-footer input[type=submit] {
    font-size: 12px !important;
  }
}
.contact-form .contact-columns .content .form-inner .gform-footer input[type=submit]:hover {
  background: #fff !important;
  color: #2E2E2E !important;
}
.contact-form .contact-columns .content .disclaimer {
  padding-top: 80px;
}
.contact-form .contact-columns .content .disclaimer p {
  font-size: 14px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact-form .contact-columns .content .disclaimer p {
    font-size: 12px;
  }
}
.contact-form .contact-columns .image {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-columns .image {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-columns .image {
    display: none;
  }
}
.contact-form .contact-columns .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-columns .image img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-columns .image img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

/***********************************
CONTENT SECTION
***********************************/
.intro-section .content-columns {
  display: flex;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-section .content-columns {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .intro-section .content-columns {
    flex-direction: column;
    gap: 10px;
  }
}
.intro-section .content-columns .heading,
.intro-section .content-columns .article-meta {
  width: 28%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-section .content-columns .heading,
.intro-section .content-columns .article-meta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro-section .content-columns .heading,
.intro-section .content-columns .article-meta {
    width: 100%;
  }
}
.intro-section .content-columns .article-meta .meta-section {
  margin-bottom: 50px;
}
.intro-section .content-columns .article-meta .meta-section:last-child {
  margin-bottom: 0px;
}
.intro-section .content-columns .article-meta .post-tags ul li {
  font-size: 16px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .intro-section .content-columns .article-meta .post-tags ul li {
    font-size: 14px;
  }
}
.intro-section .content-columns .article-meta .post-tags ul li a {
  color: #519848;
}
.intro-section .content-columns .article-meta .post-tags ul li a:hover {
  color: #519848;
  text-decoration: underline;
}
.intro-section .content-columns .article-meta img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.intro-section .content-columns .article-meta p {
  font-family: "Inter", sans-serif;
  color: #2E2E2E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  max-width: 380px;
}
.intro-section .content-columns .article-meta p span {
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  display: block;
}
.intro-section .content-columns .flex-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.intro-section .content-columns .content {
  flex: 1;
}
.intro-section.article-content .content-columns {
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-section.article-content .content-columns {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .intro-section.article-content .content-columns {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-section.article-content .content-columns .author-details {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .intro-section.article-content .content-columns .author-details {
    padding-top: 30px;
  }
}

/***********************************
ARTICLE NAV
***********************************/
.article-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AFAEAE;
  border-bottom: 1px solid #AFAEAE;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 50px;
}
@media (max-width: 767px) {
  .article-nav {
    flex-direction: column;
  }
}
.article-nav a {
  text-decoration: none;
}
.article-nav a strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #2E2E2E;
  max-width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-nav a strong {
    font-size: 30px;
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-nav a strong {
    font-size: 28px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .article-nav a strong {
    font-size: 24px;
    max-width: 100%;
  }
}
.article-nav a span {
  display: block;
  margin-bottom: 12px;
}
.article-nav a:hover {
  text-decoration: none;
  color: #519848;
}
.article-nav a:hover span, .article-nav a:hover strong {
  color: #519848;
}
.article-nav a span {
  font-family: "Inter", sans-serif;
  color: #2E2E2E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/***********************************
FULL IMAGE
***********************************/
.full-img img {
  width: 100%;
  height: auto;
}

/***********************************
FEATURE BOX
***********************************/
.feature-box {
  margin-bottom: 40px;
}
.feature-box .feature-box-inner.sbg-gry {
  background: #333;
}
.feature-box .feature-box-inner.sbg-grn {
  background: #284d44;
}
.feature-box .feature-box-inner .content-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-box .feature-box-inner .content-columns .content,
.feature-box .feature-box-inner .content-columns .image {
  min-height: 800px;
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns .content,
.feature-box .feature-box-inner .content-columns .image {
    min-height: auto;
  }
}
.feature-box .feature-box-inner .content-columns .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns .content {
    padding: 40px 20px;
  }
}
.feature-box .feature-box-inner .content-columns .content .content-inner {
  max-width: 540px;
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns .content .content-inner {
    max-width: 100%;
  }
}
.feature-box .feature-box-inner .content-columns .image {
  position: relative;
}
.feature-box .feature-box-inner .content-columns .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns .image img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns .content {
    order: 2;
  }
  .feature-box .feature-box-inner .content-columns .image {
    order: 1;
  }
}
.feature-box .feature-box-inner .content-columns.content-right .content {
  order: 2;
}
.feature-box .feature-box-inner .content-columns.content-right .image {
  order: 1;
}
@media (max-width: 767px) {
  .feature-box .feature-box-inner .content-columns.content-right .content {
    order: 2;
  }
  .feature-box .feature-box-inner .content-columns.content-right .image {
    order: 1;
  }
}

/***********************************
FLEX SIDEBAR
***********************************/
.flex-columns {
  /*display: flex;
  gap: 200px;
  @include mq('laptop') {
  	gap: 120px;
  }
  @include mq('tablet-large') {
  	gap: 60px;
  }
  @include mq('mobile-tablet') {
  	flex-direction: column;
  	gap: 40px;
  }*/
}
.flex-columns .flex-columns-inner {
  display: flex;
  gap: 200px;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .flex-columns .flex-columns-inner {
    gap: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-columns .flex-columns-inner {
    gap: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-columns .flex-columns-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .flex-columns .flex-columns-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.flex-columns .flex-content,
.flex-columns .flex-sidebar {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-columns .flex-content,
.flex-columns .flex-sidebar {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .flex-columns .flex-content,
.flex-columns .flex-sidebar {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-columns .flex-content.mob-reverse,
.flex-columns .flex-sidebar.mob-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .flex-columns .flex-content.mob-reverse,
.flex-columns .flex-sidebar.mob-reverse {
    flex-direction: column-reverse;
  }
}
.flex-columns.content-right {
  flex-direction: row-reverse;
}
.flex-columns .flex-content {
  flex: 1;
}
.flex-columns .flex-sidebar {
  width: 600px;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .flex-columns .flex-sidebar {
    width: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-columns .flex-sidebar {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-columns .flex-sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-columns .flex-sidebar {
    width: 100%;
  }
}
.flex-columns .section-content {
  display: flex;
  justify-content: flex-end;
}
.flex-columns .section-content .content-inner {
  max-width: 936px;
}
.flex-columns.content-right .section-content {
  justify-content: flex-start;
}
.flex-columns img {
  width: 100%;
  height: auto;
}
.flex-columns.split-content {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 150px;
  grid-row-gap: 0px; 
  @include mq('mobile') {
  	grid-template-columns: repeat(1, 1fr);
  }
  @include mq('laptop') {
  	gap: 100px;
  }
  @include mq('tablet-large') {
  	gap: 60px;
  }
  @include mq('mobile-tablet') {
  	flex-direction: column;
  	gap: 40px;
  }*/
}
.flex-columns.split-content .flex-columns-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 150px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .flex-columns.split-content .flex-columns-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .flex-columns.split-content .flex-columns-inner {
    gap: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-columns.split-content .flex-columns-inner {
    gap: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-columns.split-content .flex-columns-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .flex-columns.split-content .flex-columns-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.flex-columns.split-content .section-content {
  justify-content: flex-start;
}
.flex-columns.split-content .section-content .content-inner {
  max-width: 936px;
}

.section-content .content-inner h1, .section-content .content-inner h2, .section-content .content-inner h3, .section-content .content-inner h4, .section-content .content-inner h5, .section-content .content-inner h6 {
  position: relative;
  margin-top: -10px;
}

/***********************************
IMAGE GALLERY CAROUSEL
***********************************/
.image-gallery-carousel .slick-slide {
  margin: 0 20px !important;
}
.image-gallery-carousel .slick-list {
  margin: 0 -20px !important;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .image-gallery-carousel .slick-slide {
    margin: 0 20px !important;
  }
  .image-gallery-carousel .slick-list {
    margin: 0 -20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image-gallery-carousel .slick-slide {
    margin: 0 10px !important;
  }
  .image-gallery-carousel .slick-list {
    margin: 0 -10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-gallery-carousel .slick-slide {
    margin: 0 10px !important;
  }
  .image-gallery-carousel .slick-list {
    margin: 0 -10px !important;
  }
}
.image-gallery-carousel figure {
  position: relative;
}
.image-gallery-carousel figure a {
  display: block;
}
.image-gallery-carousel figure img {
  width: auto;
  height: 700px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-gallery-carousel figure img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .image-gallery-carousel figure img {
    height: 400px;
  }
}
.image-gallery-carousel figure figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  background: rgba(46, 46, 46, 0.6);
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .image-gallery-carousel figure figcaption {
    padding: 8px 20px;
  }
}

/***********************************
PRODUCT FOCUS
***********************************/
.product-focus .content-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 200px;
  grid-row-gap: 40px;
}
@media (max-width: 767px) {
  .product-focus .content-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .content-columns {
    grid-column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .product-focus .content-columns {
    grid-column-gap: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-focus .content-columns {
    grid-column-gap: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .product-focus .content-columns {
    grid-column-gap: 100px;
  }
}
@media (min-width: 1350px) and (max-width: 1550px) {
  .product-focus .content-columns {
    grid-column-gap: 100px;
  }
}
.product-focus .content-columns .images {
  order: 1;
}
@media (max-width: 767px) {
  .product-focus .content-columns .images {
    order: 2;
  }
}
.product-focus .content-columns .content {
  order: 2;
}
@media (max-width: 767px) {
  .product-focus .content-columns .content {
    order: 1;
  }
}
.product-focus .carousel-shell {
  margin-bottom: 20px;
  position: relative;
}
.product-focus .carousel-shell .carousel-inner {
  max-width: 675px;
  width: 100%;
}
.product-focus .carousel-shell img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border: 1px solid #AFAEAE;
}
.product-focus .carousel-shell .pcarousel-arrow {
  width: 50px;
  display: block;
  height: 39px;
  position: absolute;
  top: 50%;
  margin-top: -19.5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/product-carousel-arrow.svg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .carousel-shell .pcarousel-arrow {
    width: 30px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  .product-focus .carousel-shell .pcarousel-arrow {
    width: 30px;
    height: 24px;
    margin-top: -12px;
  }
}
.product-focus .carousel-shell .pcarousel-arrow.arrow-left {
  right: 100%;
}
.product-focus .carousel-shell .pcarousel-arrow.arrow-right {
  left: 100%;
  transform: rotate(180deg);
}
.product-focus .carousel-shell .pcarousel-arrow.slick-disabled {
  display: none !important;
}
.product-focus .colour-options {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .product-focus .colour-options {
    padding-top: 40px;
  }
}
.product-focus .colour-options h2, .product-focus .colour-options h3, .product-focus .colour-options h4, .product-focus .colour-options h5, .product-focus .colour-options h6 {
  color: #2E2E2E;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-focus .colour-options h2, .product-focus .colour-options h3, .product-focus .colour-options h4, .product-focus .colour-options h5, .product-focus .colour-options h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .colour-options h2, .product-focus .colour-options h3, .product-focus .colour-options h4, .product-focus .colour-options h5, .product-focus .colour-options h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-focus .colour-options h2, .product-focus .colour-options h3, .product-focus .colour-options h4, .product-focus .colour-options h5, .product-focus .colour-options h6 {
    font-size: 16px;
  }
}
.product-focus .colour-options ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-focus .colour-options ul li {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .colour-options ul li {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-focus .colour-options ul li {
    gap: 20px;
  }
}
.product-focus .colour-options ul li span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid rgba(81, 152, 72, 0.2);
}
.product-focus .colour-options ul li strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-focus .colour-options ul li strong {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .colour-options ul li strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-focus .colour-options ul li strong {
    font-size: 14px;
  }
}
.product-focus .image-pagination {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .image-pagination {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .product-focus .image-pagination {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.product-focus .image-pagination img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #AFAEAE;
  display: block;
}
.product-focus .image-pagination a.active {
  box-shadow: 0 0 0 2px #519848;
}
.product-focus .back-button {
  margin-bottom: 50px;
}
.product-focus .back-button a {
  position: relative;
  text-decoration: none;
  color: #0E6634;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-focus .back-button a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .back-button a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-focus .back-button a {
    font-size: 14px;
  }
}
.product-focus .back-button a:hover {
  color: #519848;
  text-decoration: underline;
}
.product-focus .back-button a:before {
  content: "";
  width: 22px;
  height: 16px;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: calc(100% + 20px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/product-carousel-arrow.svg);
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .product-focus .back-button a:before {
    right: calc(100% + 10px);
    top: calc(50% + 1px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-focus .back-button a:before {
    font-size: 16px;
    right: calc(100% + 10px);
    top: calc(50% + 1px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-focus .back-button a:before {
    width: 16px;
    height: 14px;
    right: calc(100% + 2px);
    top: calc(50% + 1px);
  }
}
@media (max-width: 767px) {
  .product-focus .back-button a:before {
    width: 16px;
    height: 14px;
    right: calc(100% + 2px);
    top: calc(50% + 1px);
  }
}

/***********************************
LINK GRID
***********************************/
.grid-listing,
.video-listing {
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 50px;
}
.grid-listing.cols-6,
.video-listing.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-listing.cols-6,
.video-listing.cols-6 {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-listing.cols-6,
.video-listing.cols-6 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .grid-listing.cols-6,
.video-listing.cols-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-listing.cols-5,
.video-listing.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-listing.cols-5,
.video-listing.cols-5 {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-listing.cols-5,
.video-listing.cols-5 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .grid-listing.cols-5,
.video-listing.cols-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-listing.cols-4,
.video-listing.cols-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-listing.cols-4,
.video-listing.cols-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .grid-listing.cols-4,
.video-listing.cols-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-listing.cols-3,
.video-listing.cols-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-listing.cols-3,
.video-listing.cols-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .grid-listing.cols-3,
.video-listing.cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-listing.cols-2,
.video-listing.cols-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
}
@media (max-width: 767px) {
  .grid-listing.cols-2,
.video-listing.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-listing.cols-1,
.video-listing.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.link-grid .grid-listing img {
  width: 100%;
  height: auto;
}
.link-grid .grid-item .grid-img {
  margin-bottom: 20px;
}
.link-grid .grid-item .grid-img img {
  aspect-ratio: 1.6/1;
  object-fit: cover;
}
.link-grid .grid-item.has-subhead h2, .link-grid .grid-item.has-subhead h3, .link-grid .grid-item.has-subhead h4, .link-grid .grid-item.has-subhead h5, .link-grid .grid-item.has-subhead h6 {
  margin-bottom: 3px;
}
.link-grid .grid-item a {
  text-decoration: none;
}
.link-grid .grid-item a h2, .link-grid .grid-item a h3, .link-grid .grid-item a h4, .link-grid .grid-item a h5, .link-grid .grid-item a h6 {
  color: #2E2E2E;
}
.link-grid .grid-item h2, .link-grid .grid-item h3, .link-grid .grid-item h4, .link-grid .grid-item h5, .link-grid .grid-item h6 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-family: "Playfair Display", serif;
}
.link-grid .grid-item h2.hdg-sml, .link-grid .grid-item h3.hdg-sml, .link-grid .grid-item h4.hdg-sml, .link-grid .grid-item h5.hdg-sml, .link-grid .grid-item h6.hdg-sml {
  font-size: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
}
.link-grid .grid-item p {
  font-size: 18px;
}
/***********************************
VIDEO GRID
***********************************/
@media (min-width: 768px) and (max-width: 991px) {
  .video-grid .video-listing {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.video-grid .video-link {
  overflow: hidden;
}
.video-grid .video-link img {
  width: 100%;
  aspect-ratio: 1.78/1;
  object-fit: cover;
  position: relative;
  display: block;
  z-index: 1;
}
.video-grid .video-link a {
  position: relative;
  display: block;
}
.video-grid .video-link a span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.video-grid .video-link a span:after {
  content: "";
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/video-play.svg);
  z-index: 2;
}
.video-grid .video-link a:hover span {
  transform: scale(1.1);
}

/***********************************
FOOTER
***********************************/
body > footer.main-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  body > footer.main-footer {
    padding-top: 20px;
  }
}
body > footer.main-footer .fdivider {
  height: 1px;
  width: 100%;
  background: #AFAEAE;
}
body > footer.main-footer .fgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .fgrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .fgrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body > footer.main-footer p a, body > footer.main-footer li a {
  color: #2E2E2E;
}
body > footer.main-footer p a:hover, body > footer.main-footer li a:hover {
  color: #519848;
  text-decoration: none;
}
body > footer.main-footer p, body > footer.main-footer li {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer p, body > footer.main-footer li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer p, body > footer.main-footer li {
    font-size: 16px;
  }
}
body > footer.main-footer .newsletter,
body > footer.main-footer .footer-inner {
  padding: 100px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer.main-footer .newsletter,
body > footer.main-footer .footer-inner {
    padding: 50px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .newsletter,
body > footer.main-footer .footer-inner {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .newsletter,
body > footer.main-footer .footer-inner {
    padding: 30px 0px;
  }
}
body > footer.main-footer .newsletter h2 {
  max-width: 550px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer.main-footer .newsletter h2 {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .newsletter h2 {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .newsletter h2 {
    font-size: 26px;
  }
}
body > footer.main-footer .newsletter p a {
  font-weight: 700;
}
body > footer.main-footer .newsletter p:last-child {
  margin-bottom: 0px;
}
body > footer.main-footer .newsletter .newsletter-form {
  padding-top: 5px;
}
body > footer.main-footer .newsletter .newsletter-form form {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body > footer.main-footer .newsletter .newsletter-form form {
    flex-direction: column;
    gap: 10px;
  }
}
body > footer.main-footer .newsletter .newsletter-form form input {
  border-radius: 0px !important;
  box-shadow: none;
  outline: none !important;
}
body > footer.main-footer .newsletter .newsletter-form form input[type=email] {
  height: 56px;
  border-top: 1px solid #AFAEAE;
  border-left: 1px solid #AFAEAE;
  border-bottom: 1px solid #AFAEAE;
  border-right: none;
  padding: 6px 20px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .newsletter .newsletter-form form input[type=email] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .newsletter .newsletter-form form input[type=email] {
    border: 1px solid #AFAEAE;
    font-size: 16px;
  }
}
body > footer.main-footer .newsletter .newsletter-form form input[type=submit] {
  height: 56px;
  border: 1px solid #2E2E2E !important;
  background: transparent !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 4px 24px !important;
  color: #2E2E2E !important;
}
body > footer.main-footer .newsletter .newsletter-form form input[type=submit]:hover {
  background: #2E2E2E !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  body > footer.main-footer .newsletter .newsletter-form form input[type=submit] {
    width: 100% !important;
  }
}
body > footer.main-footer .newsletter .newsletter-form .gform-body, body > footer.main-footer .newsletter .newsletter-form .gform-footer {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
body > footer.main-footer .newsletter .newsletter-form .gform-body {
  flex: 1;
}
body > footer.main-footer .newsletter .newsletter-form .social {
  display: flex;
  gap: 30px;
}
body > footer.main-footer .newsletter .newsletter-form .social li {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .newsletter .newsletter-form .social li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .newsletter .newsletter-form .social li {
    font-size: 22px;
  }
}
body > footer.main-footer .footer-inner .address p {
  margin-bottom: 30px;
}
body > footer.main-footer .footer-inner .footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  body > footer.main-footer .footer-inner .footer-nav-columns {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0px;
  }
}
body > footer.main-footer .footer-inner .footer-nav-columns ul li {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer.main-footer .footer-inner .footer-nav-columns ul li {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .footer-inner .footer-nav-columns ul li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .footer-inner .footer-nav-columns ul li {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
body > footer.main-footer .footer-logos {
  padding: 50px 0px 100px 0px;
  /*border-top: 1px solid #AFAEAE;
  border-bottom: 1px solid #AFAEAE;*/
}
@media (max-width: 767px) {
  body > footer.main-footer .footer-logos {
    padding: 50px 0px 50px 0px;
  }
}
body > footer.main-footer .footer-logos .main-logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer.main-footer .footer-logos .main-logo img {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .footer-logos .main-logo img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .footer-logos .main-logo img {
    height: 40px;
  }
}
body > footer.main-footer .footer-logos .sub-logos {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 767px) {
  body > footer.main-footer .footer-logos .sub-logos {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
body > footer.main-footer .footer-logos .sub-logos img {
  height: 35px;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer.main-footer .footer-logos .sub-logos img {
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .footer-logos .sub-logos img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .footer-logos .sub-logos img {
    height: 30px;
  }
}
body > footer.main-footer .footer-logos .sub-logos.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
body > footer.main-footer .footer-logos .sub-logos.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
body > footer.main-footer .footer-logos .sub-logos.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
body > footer.main-footer .footer-logos .sub-logos.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
body > footer.main-footer .footer-logos .sub-logos.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
body > footer.main-footer .footer-logos .sub-logos.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
body > footer.main-footer .legal {
  padding: 50px 0px;
}
body > footer.main-footer .legal p, body > footer.main-footer .legal li {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer.main-footer .legal p, body > footer.main-footer .legal li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer.main-footer .legal p, body > footer.main-footer .legal li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .legal p, body > footer.main-footer .legal li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body > footer.main-footer .legal .copyright p {
    max-width: 80%;
  }
}
body > footer.main-footer .legal p {
  margin-bottom: 3px;
}
body > footer.main-footer .legal ul {
  display: flex;
  gap: 30px;
}
body > footer.main-footer .legal ul li {
  position: relative;
}
@media (max-width: 767px) {
  body > footer.main-footer .legal ul li {
    font-size: 13px;
  }
}
body > footer.main-footer .legal ul li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
body > footer.main-footer .legal ul li:last-child:after {
  display: none;
}

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