@charset "UTF-8";
/*!
Theme Name: Trace
Author: Two Stories
Author URI: https://twostories.studio/
Description: Trace theme built on Barebones
*/
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Breakpoint Media Queries
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 *  Layout Related
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  list-style: none;
  margin-left: -20px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #828E7A;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 769px) {
  .hide-on-mobile {
    display: block;
  }
}

/**
 *  Misc
 */
.flex {
  display: flex;
}

.flex-centre-align {
  align-items: center;
}

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

.bg-cover {
  background-size: cover;
}

.centre {
  text-align: center;
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 *  Animations
 */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #222222;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem;
}
body.fixed {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

svg {
  transition: 45ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #FFC490;
  text-decoration: none;
}
a:hover {
  color: #222222;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #222222;
}

.grid {
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

form {
  text-align: left;
}

input:not([type=submit]),
select,
textarea {
  border-bottom: solid 1px #979797;
  border-radius: 0;
  color: #222222;
  line-height: 36px;
  height: 36px;
  padding: 0px 16px 0 24px;
  margin-bottom: 16px;
  width: 100%;
}

input[type=submit] {
  color: white;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background: #F98C62;
  transition: 45ms ease-in-out;
  margin-top: 24px;
}
input[type=submit].is-disabled, input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.65;
}
input[type=submit]:hover {
  text-decoration: none;
  background: #ec4809;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap.your-name:before, .wpcf7-form-control-wrap.your-email:before {
  content: "";
  background-image: url(img/icons/icon__user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 18px;
  opacity: 0.5;
}
.wpcf7-form-control-wrap.your-email:before {
  background-image: url(img/icons/icon__mail.svg);
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

[type=checkbox]:not(:checked) + .wpcf7-list-item-label,
[type=checkbox]:checked + .wpcf7-list-item-label,
.hs-input[type=checkbox]:not(:checked) + span,
.hs-input[type=checkbox]:checked + span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

[type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
[type=checkbox]:checked + .wpcf7-list-item-label:before,
.hs-input[type=checkbox]:not(:checked) + span:before,
.hs-input[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + .wpcf7-list-item-label:before,
.hs-input[type=checkbox]:checked + span:before {
  background: #F6601F;
}

.hs-form.stacked fieldset {
  max-width: none;
  margin-bottom: 24px;
}
.hs-form.stacked fieldset:last-of-type {
  margin-bottom: 0;
}
.hs-form.stacked fieldset.form-columns-1 input,
.hs-form.stacked fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.hs-form.stacked fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hs-form.stacked fieldset.form-columns-2 .field {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .hs-form.stacked fieldset.form-columns-2 .field {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .hs-form.stacked fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 24px;
  }
  .hs-form.stacked fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-bottom: 0;
  }
}
.hs-form.stacked fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}

.hbspt-form input[type=submit],
.hs-form.stacked input[type=submit] {
  margin-top: 24px;
}
.hbspt-form input:not([type=submit]),
.hbspt-form select,
.hbspt-form textarea,
.hs-form.stacked input:not([type=submit]),
.hs-form.stacked select,
.hs-form.stacked textarea {
  line-height: 28px;
  height: 28px;
}
.hbspt-form .input,
.hbspt-form .hs-input,
.hs-form.stacked .input,
.hs-form.stacked .hs-input {
  margin: 0 !important;
  padding: 0;
}
.hbspt-form select.hs-input,
.hs-form.stacked select.hs-input {
  margin-left: -4px !important;
  border: none;
  position: relative;
}
.hbspt-form .hs-fieldtype-select,
.hs-form.stacked .hs-fieldtype-select {
  border-bottom: solid 1px #979797;
}
.hbspt-form .inputs-list,
.hs-form.stacked .inputs-list {
  margin: 0;
  list-style: none;
}
.hbspt-form .hs-error-msg,
.hs-form.stacked .hs-error-msg {
  padding-top: 8px;
  font-size: 12px;
  display: block;
  color: red;
  font-weight: bold;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2 {
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h5 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  font-weight: 300;
}

em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 0.75em;
}

.header {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .header {
    padding: 30px 0;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__logo img {
  width: 150px;
}

.footer {
  background: url("img/backgrounds/bg__footer.svg");
  background-position: center top;
  background-size: cover;
  padding: 48px 0 0;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 80px 0 32px;
  }
}
.footer__column {
  margin-bottom: 64px;
}
.footer__column:last-child {
  margin-bottom: 0;
}
.footer__column .column {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer__column .column {
    text-align: left;
  }
}
.footer__column .column-1__header {
  margin-bottom: 24px;
}
.footer__column .column-1__header .button {
  margin-top: 24px;
}
.footer__column .column-1__header img {
  max-width: 200px;
}
.footer__column .column-1__contact p {
  margin: 48px 0 0;
}
@media screen and (min-width: 1025px) {
  .footer__column .column-1__contact p {
    margin-top: 72px;
  }
}
.footer__column .column-1__contact a {
  font-size: 28px;
  font-size: 1.75rem;
}
.footer__column .column-1__contact svg {
  width: 300px;
  max-width: 100%;
}
.footer__column .column-2__header {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .footer__column .column-2__header {
    height: 88px;
    display: flex;
    align-items: flex-end;
  }
}
.footer__column .column-2__header img {
  max-width: 160px;
}
.footer__contact {
  background-color: #223B19;
  color: #FFFFFF;
  padding: 24px 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer__contact {
    text-align: left;
  }
}
.footer__contact a:hover {
  color: #FFC490;
  opacity: 0.6;
}

.copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 12px 0;
  background: #828E7A;
}
@media screen and (min-width: 1025px) {
  .copyright__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.copyright__left {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .copyright__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.copyright__left > p {
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .copyright__left > p {
    width: 100%;
    text-align: left;
  }
}
.copyright__right {
  text-align: center;
}
.copyright__links {
  margin: 0;
  list-style: none;
  padding: 12px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .copyright__links {
    padding: 0;
    margin-left: 40px;
  }
}
.copyright__links li {
  margin-right: 12px;
}
.copyright__links li:last-of-type {
  margin-right: 0;
}
.copyright__links li:last-of-type:after {
  content: "";
}
.copyright__links li:after {
  content: ".";
  margin-left: 12px;
}
.copyright .socials {
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .copyright .socials {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.copyright a {
  transition: 45ms ease-in-out;
  color: #222222;
  font-weight: lighter;
  text-decoration: underline;
}
.copyright a:hover {
  color: #FFC490;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background: #F98C62;
  transition: 45ms ease-in-out;
}
.button.is-disabled, .button:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.button__text {
  color: #FFFFFF;
}
.button:hover {
  text-decoration: none;
  background: #ec4809;
}

.button--secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background: #828E7A;
  transition: 45ms ease-in-out;
  margin-left: 20px;
}
.button--secondary.is-disabled, .button--secondary:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.button--secondary__text {
  color: #FFFFFF;
}
.button--secondary:hover {
  text-decoration: none;
  background: #697362;
}

.more-action-button {
  display: inline-block;
  margin: 20px auto 10px auto;
  padding: 10px 20px;
  width: 250px;
  background-color: #F98C62; /* Set your desired background color */
  color: white; /* Text color */
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0; /* Square button */
  transition: background-color 0.3s ease;
  font-weight: bold;
  border-radius: 4px;
}
.more-action-button:hover {
  background-color: #F6601F; /* Change color on hover */
  color: #FFFFFF;
}

/**
 * Navs
 */
.navigation {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .navigation {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.navigation__main {
  display: none;
}
@media screen and (min-width: 1025px) {
  .navigation__main {
    display: block;
  }
}
.navigation__container {
  list-style: none;
  margin: 0;
  display: flex;
}
.navigation__container li {
  position: relative;
  margin-right: 24px;
}
@media screen and (min-width: 1280px) {
  .navigation__container li {
    margin-right: 36px;
  }
}
.navigation__container li a {
  color: #FFFFFF;
  font-weight: 500;
}
.navigation__container li a:hover {
  text-decoration: none;
}
.navigation__container li:after {
  content: "";
  display: block;
  height: 5px;
  background: #FFC490;
  transition: 45ms ease-in-out;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  opacity: 0;
}
.navigation__container li:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.navigation__login {
  display: none;
  align-items: center;
  color: #FFFFFF;
  margin-right: 34px;
  transition: 45ms ease-in-out;
}
@media screen and (min-width: 1025px) {
  .navigation__login {
    display: flex;
  }
}
.navigation__login svg {
  margin-right: 8px;
}
.navigation__login:hover {
  color: #FFC490;
  text-decoration: none;
}
.navigation__login:hover svg g {
  fill: #FFC490;
}

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 24px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #FFC490;
  border-color: #FFC490;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

/* Hamburger Menu Button */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.menu-toggle .menu-icon {
  width: 30px;
  height: 3px;
  background-color: #828E7A;
  display: block;
  margin: 6px 0;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 246, 242, 0.95); /* brand-offwhite */
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu-overlay .menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}

.mobile-menu-overlay .mobile-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
  height: 100%;
}

.mobile-menu-overlay .mobile-navigation .navigation__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.mobile-menu-overlay .mobile-navigation .navigation__container li {
  list-style: none;
  margin: 10px 0;
}

.mobile-menu-overlay .mobile-navigation .navigation__container li a {
  text-decoration: none;
  color: #234A1E;
  font-size: 22px;
  font-weight: 700;
}

/* Show the hamburger menu button on mobile */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .navigation__main {
    display: none;
  }
}
.response-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.response-modal.active {
  display: flex;
}
.response-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: modalFadeIn 0.3s ease-out;
}
.response-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
}
.response-modal__close:hover {
  color: #333;
}
.response-modal__title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
  font-size: 1.5rem;
}
.response-modal__message {
  margin-bottom: 25px;
  line-height: 1.5;
  color: #555;
}
.response-modal__buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 480px) {
  .response-modal__buttons {
    flex-direction: column;
  }
}

.modal-button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s;
  flex: 1;
}
.modal-button--primary {
  background-color: #F8F6F2;
  color: #828E7A;
}
.modal-button--primary:hover {
  background-color: #efebe1;
  color: #828E7A;
  text-decoration: none;
}
.modal-button:not(.modal-button--primary) {
  background-color: #F98C62;
  color: white;
  border: 1px solid #ddd;
}
.modal-button:not(.modal-button--primary):hover {
  background-color: #f76831;
  text-decoration: none;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.hero {
  color: #FFFFFF;
  margin-top: -108px;
  background: #223B19;
}
@media screen and (min-width: 1025px) {
  .hero {
    margin-top: -128px;
  }
}
.hero__inner {
  overflow: hidden;
  padding: 128px 0 48px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .hero__inner {
    padding: 200px 0 112px;
  }
}
.hero__content {
  z-index: 3;
}
.hero__images > img {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: auto !important;
  max-height: calc(100% - 120px);
}
@media screen and (max-width: 1024px) {
  .hero__images > img {
    display: none;
  }
}
.hero__images img {
  width: 100%;
}
.hero__secondary {
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .hero__secondary {
    display: none;
  }
}
.hero__video {
  max-width: 100%;
  z-index: 3;
  position: relative;
}
.hero__video video {
  max-width: 100%;
}
.hero__trust {
  background: #223B19;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 38%;
}
@media screen and (max-width: 768px) {
  .hero__bg {
    display: none;
  }
}
.hero__chevron {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1025px) {
  .hero__chevron {
    padding-top: 100px;
  }
}
.hero__chevron svg {
  animation: bounce 3s infinite;
}
@media screen and (min-width: 1025px) {
  .hero h1 {
    padding-right: 48px;
  }
}
.hero h1 strong,
.hero h1 b {
  color: #FFC490;
}
.hero p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .hero .row {
    display: flex;
    align-items: center;
  }
}

.socials {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.socials__item {
  margin-right: 24px;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__item a:hover svg g {
  fill: #FFC490;
}

.horizontal {
  margin-bottom: 20px;
}
.horizontal__header {
  display: none;
}
@media screen and (min-width: 1025px) {
  .horizontal__header {
    display: flex;
    justify-content: space-between;
  }
}
.horizontal__button {
  display: flex;
  align-items: center;
  width: 100%;
}
.horizontal__button p {
  margin-left: 16px;
}
.horizontal__title {
  border-bottom: 1px solid #979797;
  padding: 12px 0;
}
@media screen and (min-width: 1025px) {
  .horizontal__title {
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .horizontal__title--mobile {
    display: none;
  }
}
.horizontal__title:not(.horizontal__title--active) svg,
.horizontal__title:not(.horizontal__title--active) p {
  opacity: 0.5;
}
.horizontal__divider {
  display: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .horizontal__divider {
    display: block;
    padding: 0;
    background: white;
    height: 6px;
    margin: 24px 0 32px;
  }
}
.horizontal__controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22%;
  transition: 45ms ease-in-out;
  background: #F6601F;
}
.horizontal__controls[data-item="2"] {
  width: 58%;
}
.horizontal__controls[data-item="3"] {
  width: 100%;
}
.horizontal__dot {
  width: 18px;
  height: 18px;
  background: #F6601F;
  position: absolute;
  top: 50%;
  transform: translateY(-9px);
  border-radius: 50%;
  left: 100%;
}
.horizontal__content {
  border-bottom: 1px solid #979797;
  padding: 24px 0;
}
@media screen and (min-width: 1025px) {
  .horizontal__content {
    border: none;
    padding: 0;
  }
}
.horizontal__content h3 {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .horizontal__content h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion {
    padding-right: 80px;
    margin-bottom: 80px;
  }
}
.accordion__item {
  padding: 16px;
}
.accordion__item--active {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.accordion__wrapper {
  position: relative;
}
.accordion__wrapper svg g,
.accordion__wrapper svg path {
  fill: #F6601F;
}
.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.accordion__button h4 {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.accordion__button svg {
  transform: rotate(-90deg);
}
.accordion__button:hover svg {
  transform: rotate(0deg);
}
.accordion__title {
  padding: 12px 24px;
  font-weight: 500;
}
.accordion__title--active button svg {
  transform: rotate(0);
}
.accordion__title > svg {
  width: 100%;
  max-width: 280px;
  opacity: 0.8;
}
.accordion__inner {
  padding: 16px 24px;
}
.accordion__inner h5 {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}
.accordion__left {
  position: absolute;
  top: 12px;
  left: 0px;
  bottom: 10px;
}
.accordion__left svg {
  width: 12px;
  height: 100%;
}
.accordion__right {
  position: absolute;
  top: 12px;
  right: 1px;
  bottom: 14px;
}
.accordion__right svg {
  width: 14px;
  height: 100%;
}
.accordion .container {
  margin: 20px;
}

.pricing {
  text-align: center;
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1025px) {
  .pricing {
    width: 24%;
  }
}
.pricing__header > h3 {
  margin-bottom: 16px;
}
.pricing__wrapper {
  background-size: 100% 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
}
.pricing__inner {
  padding: 32px 16px;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .pricing__inner {
    padding: 40px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .pricing__inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .pricing__title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.pricing__subtitle {
  margin-bottom: 24px;
}
@media screen and (min-width: 1440px) {
  .pricing__subtitle {
    margin-bottom: 0;
  }
}
.pricing__subtitle h2 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pricing__subtitle h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .pricing__subtitle h2 {
    line-height: 96px;
  }
}
.pricing__subtitle h2:after {
  content: "";
  background-image: url("img/icons/icon__control.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -8px;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  .pricing__subtitle h2:after {
    height: 30px;
    bottom: 16px;
  }
}
.pricing__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
}
.pricing__price h2 {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 0;
}
.pricing__price h2:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 100px;
  height: 30px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .pricing__price h2:before {
    height: 70px;
  }
}
.pricing__price p {
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .pricing__price p {
    margin: 0 0 4px 10px;
  }
}
.pricing__description {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .pricing__description {
    min-height: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__description {
    min-height: 150px;
  }
}
.pricing__list {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 24px;
}
.pricing__list ul {
  margin: 0;
  list-style: none;
}
.pricing__list ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.pricing__list ul li svg {
  width: 12px;
  flex-shrink: 0;
  margin-right: 12px;
}
.pricing__content {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: auto;
}
.pricing__content p {
  margin-bottom: 0;
}
.pricing__content .button {
  margin-top: 16px;
}
.pricing:nth-child(1) .pricing__list ul li svg g,
.pricing:nth-child(1) .pricing__list ul li svg path {
  fill: #F6601F;
}
.pricing:nth-child(2) .pricing__list ul li svg g,
.pricing:nth-child(2) .pricing__list ul li svg path {
  fill: #FDC55D;
}
.pricing.slick-slide {
  margin: 4px 12px;
}

.testimonial__inner {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.testimonial__content {
  position: relative;
  padding: 8px;
  margin: 56px 0;
}
@media screen and (min-width: 769px) {
  .testimonial__content {
    margin: 16px 0 56px;
  }
}
@media screen and (min-width: 1025px) {
  .testimonial__content {
    padding: 32px 24px;
    margin: 0 0 16px;
  }
}
.testimonial__background {
  position: absolute;
  top: -20px;
  right: -16px;
  bottom: -40px;
  left: -16px;
}
@media screen and (min-width: 1025px) {
  .testimonial__background {
    top: 0;
    right: 0;
    bottom: -12px;
    left: 0;
  }
}
.testimonial__background svg {
  width: 100%;
  height: 100%;
}
.testimonial__author p {
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .testimonial__wrapper {
    position: absolute;
    width: 75%;
    left: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .testimonial__wrapper {
    width: 72%;
    left: 32%;
  }
}
@media screen and (min-width: 2000px) {
  .testimonial__wrapper {
    width: 65%;
    left: 40%;
  }
}

.section .cta {
  background-color: #223B19;
  color: #FFFFFF;
  padding: 24px 0;
}
@media screen and (min-width: 1025px) {
  .section .cta {
    padding: 120px;
  }
}
.section .cta p a {
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .section .cta .row {
    display: flex;
    align-items: center;
  }
}
.section .cta__content {
  text-align: center;
  padding: 24px 0 0 0;
}
@media screen and (min-width: 769px) {
  .section .cta__content {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .section .cta__content h2 {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .section .cta__content h2 + p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.section .cta__content .fw-title {
  margin-bottom: 24px;
}
.section .cta__images {
  position: relative;
}
.section .cta__images > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%) !important;
}
@media screen and (min-width: 1025px) {
  .section .cta__images > img {
    top: 60%;
  }
}
@media screen and (min-width: 769px) {
  .section .cta__bg {
    max-width: none;
    height: 100%;
    margin: -80px 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .section .cta__bg img {
    width: 80%;
  }
}
.section .cta .fw-title svg g,
.section .cta .fw-title svg path {
  fill: #FFC490;
}

.faq {
  border: 2px solid rgba(151, 151, 151, 0.2);
  border-radius: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .faq {
    margin-bottom: 24px;
  }
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq.active {
  border-color: #828E7A;
}
.faq__toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 16px;
}
@media screen and (min-width: 1025px) {
  .faq__toggle {
    padding: 48px;
  }
}
.faq__toggle svg {
  margin-left: 16px;
}
.faq__toggle h4 {
  margin-bottom: 0;
}
.faq__inner {
  padding: 0 16px 16px;
}
@media screen and (min-width: 1025px) {
  .faq__inner {
    padding: 0 48px 48px;
  }
}

.contact-form {
  width: 85%;
  max-width: 420px;
  background: whitesmoke;
  border-radius: 20px;
  border: 2px solid rgba(151, 151, 151, 0.2);
  padding: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  overflow-y: scroll;
  display: none;
}
@media screen and (min-width: 1025px) {
  .contact-form {
    overflow: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form {
    max-width: 800px;
  }
}
.contact-form__title {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-form__close {
  cursor: pointer;
}
.contact-form.active {
  display: block;
  max-height: 85vh;
  overflow-y: scroll;
}
.contact-form input:not([type=submit]),
.contact-form select,
.contact-form textarea {
  padding: 0;
}
.contact-form .wpcf7-form-control-wrap.your-email:before,
.contact-form .wpcf7-form-control-wrap.your-name:before {
  display: none;
}
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form .wpcf7-form-control-wrap.updates {
  margin-top: 24px;
}
.contact-form p {
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .contact-form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form p .wpcf7-form-control-wrap.your-event, .contact-form p .wpcf7-form-control-wrap.approx-events, .contact-form p .wpcf7-form-control-wrap.your-company, .contact-form p .wpcf7-form-control-wrap.your-number, .contact-form p .wpcf7-form-control-wrap.your-country, .contact-form p .wpcf7-form-control-wrap.your-email, .contact-form p .wpcf7-form-control-wrap.job-title, .contact-form p .wpcf7-form-control-wrap.your-name {
    width: calc(50% - 12px);
  }
}
.contact-form .wpcf7-list-item {
  display: block;
}
.contact-form .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.contact-form .wpcf7-list-item-label {
  width: 100%;
}
.contact-form .wpcf7-list-item input[type=radio] {
  width: 15px;
  margin: 0 16px 0 0;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  pointer-events: none;
  display: none;
}
.overlay.active {
  display: block;
}

.trust-marks {
  padding: 24px 0;
}
.trust-marks__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-marks__item {
  width: 100%;
  height: 96px;
}
.trust-marks__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.trust-marks__item img {
  max-width: 70%;
  max-height: 70%;
}

.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Firefox support */
}
.slider .case-study-slider {
  display: inline-flex;
  column-gap: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 20px;
  max-width: 95%;
}
.slider .case-study-slider .case-study-item {
  width: 390px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0px 10px;
}
.slider .case-study-slider .case-study-item a {
  text-decoration: none;
}
.slider .case-study-slider .case-study-item a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 1px solid #979797;
}
.slider .case-study-slider .case-study-item a img:hover {
  transform: scale(1.04);
  transition: transform 0.2s ease-in-out;
}
.slider .case-study-slider .case-study-item .studies-post-subtitle h1, .slider .case-study-slider .case-study-item .studies-post-subtitle h2, .slider .case-study-slider .case-study-item .studies-post-subtitle h3, .slider .case-study-slider .case-study-item .studies-post-subtitle h4, .slider .case-study-slider .case-study-item .studies-post-subtitle h5, .slider .case-study-slider .case-study-item .studies-post-subtitle h6, .slider .case-study-slider .case-study-item .studies-post-subtitle p, .slider .case-study-slider .case-study-item .studies-post-subtitle pre {
  text-align: left !important;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 1em;
  font-weight: bold;
  color: #223B19;
  line-height: 1.5;
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
  text-transform: none;
  text-wrap: wrap;
}
.slider .case-study-slider .case-study-item .studies-post-subtitle em {
  font-style: normal;
  font-weight: bold;
}
.slider .case-study-slider .case-study-item .studies-post-subtitle strong {
  font-style: normal;
}
.slider .case-study-slider .case-study-item .lower-elements {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider .case-study-slider::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  outline: none;
}
.slider .case-study-slider::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: none;
  outline: none;
  transition: background-color 0.3s;
}
.slider .case-study-slider:hover::-webkit-scrollbar-thumb {
  background-color: #828E7A;
}
.slider .case-study-slider {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.slider .case-study-slider:hover {
  scrollbar-color: #828E7A transparent;
}

.section {
  padding: 40px 0;
}
@media screen and (min-width: 1025px) {
  .section {
    padding: 120px 0;
  }
}
.section--cream {
  background: #F8F6F2;
}
@media screen and (min-width: 769px) {
  .section.who-is-it-for .row {
    display: flex;
    align-items: center;
  }
}
.section.measure {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .section.cta-section {
    padding: 0 0 120px;
  }
}
.section-footer {
  background-image: url("img/backgrounds/bg__blob.svg");
  background-size: cover;
}
.section .fw-title {
  text-align: center;
  margin-bottom: 56px;
}
.section .fw-title h5 {
  margin-bottom: 0;
}
.section .fw-title svg {
  max-width: 100%;
}
.section .fw-title--orange svg g {
  fill: #FDC55D;
}
.section .fw-title--flipped svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section p a {
  font-weight: 700;
  color: #222222;
  border-bottom: 2px solid #F6601F;
  transition: 45ms ease-in-out;
}
.section p a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.what-does-it-do__gated-content {
  padding-top: 24px;
}
@media screen and (min-width: 1280px) {
  .what-does-it-do .row {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .what-does-it-do .fw-title {
    margin-bottom: 120px;
  }
}
.what-does-it-do .wpcf7-response-output {
  margin: 0 0 16px;
}
.what-does-it-do .wpcf7-download a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background: #F98C62;
  transition: 45ms ease-in-out;
  color: #FFFFFF !important;
  margin-top: 24px;
}
.what-does-it-do .wpcf7-download a.is-disabled, .what-does-it-do .wpcf7-download a:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.what-does-it-do .wpcf7-download a:hover {
  text-decoration: none !important;
  background: #ec4809;
}
.what-does-it-do .gated-content-toggle.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.what-does-it-do .gated-content-toggle.disabled:hover {
  background: #F98C62;
}

.who-is-it-for {
  position: relative;
}
.who-is-it-for__left img {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .who-is-it-for__left img {
    width: calc(100% + 120px);
    margin-left: -120px;
    max-width: none;
  }
}
.who-is-it-for__right {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .who-is-it-for__right {
    margin-top: 0;
  }
}
.who-is-it-for__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -80px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .who-is-it-for__bg {
    display: block;
  }
}
.who-is-it-for__bg img {
  width: 100%;
  height: 100%;
}
.who-is-it-for .row {
  position: relative;
  z-index: 1;
}

.case-studies {
  padding: 0px;
  margin-bottom: 240px;
}

.measure__content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 48px;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .features {
    margin-top: 0;
  }
}
.features__item {
  width: 50%;
  padding: 0 16px;
}
@media screen and (min-width: 1025px) {
  .features__item {
    width: 33.33%;
    padding: 0;
    margin-bottom: 32px;
  }
}
.features__image {
  margin-bottom: 16px;
}
.features__image img {
  display: block;
  margin: 0 auto;
  height: 88px;
}
.features__text {
  text-align: center;
  padding: 0 8px;
}

.list,
.training {
  margin: 32px auto 80px !important;
}
@media screen and (min-width: 1025px) {
  .list,
  .training {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
  }
}
.list__item,
.training__item {
  display: flex !important;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .list__item,
  .training__item {
    width: 33.33%;
    padding: 0 24px;
    margin-bottom: 48px;
  }
}
.list__image,
.training__image {
  flex-shrink: 0;
  margin-right: 24px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.measure-content {
  position: relative;
  padding: 40px 0;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .measure-content {
    padding: 120px 0;
  }
}
.measure-content__images {
  position: relative;
  margin: 120px 0 60px;
}
@media screen and (min-width: 769px) {
  .measure-content__images {
    margin: 0;
  }
}
.measure-content__images > img {
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .measure-content__images > img {
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% + 80px) !important;
    max-width: none;
  }
}
@media screen and (min-width: 1800) {
  .measure-content__images > img {
    width: calc(100% + 200px) !important;
  }
}
.measure-content__images img {
  width: 100%;
}
.measure-content__bg {
  position: absolute;
  top: -80px;
  z-index: 0;
  left: 0;
  right: -40px;
  bottom: -80px;
  display: flex;
}
.measure-content__stroke {
  display: none;
}
@media screen and (min-width: 1025px) {
  .measure-content__stroke {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -40px;
    right: 0;
  }
}
.measure-content__stroke img {
  width: 100%;
  height: 100%;
}
.measure-content .row {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .measure-content .row {
    display: flex;
  }
}

.pricing-section__pricing {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (min-width: 1600px) {
  .pricing-section__pricing {
    margin: 0 -80px;
  }
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}
.testimonial-section__header {
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .testimonial-section__header {
    margin-top: 56px;
  }
}
.testimonial-section__header .fw-title {
  margin-bottom: 0;
}

.centre_aligned_video {
  display: flex;
}
.centre_aligned_video iframe {
  margin: 0 auto;
}

.customer_testimonials {
  background-color: #223B19;
  padding: 40px;
  height: 100%;
  color: #F8F6F2;
  font-weight: bold;
}

#section-4 {
  padding: 0;
}

#section-5 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#section-5 .training {
  padding-bottom: 0;
}

#section-6 {
  background-color: #223B19;
  color: #F8F6F2;
  text-align: center;
  padding: 40px;
}
#section-6 a {
  margin: 40px 16px;
  color: #F8F6F2;
}
#section-6 a span {
  font-weight: bold;
}
#section-6 .button {
  padding: 30px 40px;
  border-radius: 10px;
}

#section-7 {
  text-align: center;
  padding-top: 0;
}
#section-7 .fw-title {
  margin-bottom: 40px;
}
#section-7 p {
  margin: auto;
  width: 45%;
}
#section-7 .testimonial {
  background-color: #F8F6F2;
}
#section-7 .testimonial h1 {
  font-size: 2em;
}
#section-7 .testimonial .author {
  padding-top: 40px;
  font-weight: bold;
  font-size: 1.1em;
}
#section-7 .testimonial .quote {
  font-size: 5em;
  font-family: "Inter", serif;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  #section-7 .testimonial h1 {
    font-size: 3.5em;
  }
  #section-7 .testimonial .quote {
    font-size: 10em;
  }
}

@media screen and (min-width: 1025px) {
  #section-9 {
    overflow: visible;
    height: 700px;
  }
}

iframe {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  iframe {
    width: 640px;
  }
}

@media screen and (min-width: 1025px) {
  .faq-controls {
    padding-top: 120px;
  }
}
.faq-controls__block button {
  border: 2px solid rgba(151, 151, 151, 0.2);
  border-radius: 20px;
  padding: 16px;
  transition: 45ms ease-in-out;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .faq-controls__block button {
    padding: 48px 32px;
  }
}
.faq-controls__block button.active {
  border-color: #828E7A;
}

.faq-content {
  display: none;
  transition: 45ms ease-in-out;
  position: relative;
  z-index: 1;
}
.faq-content__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-content.active {
  display: block;
}
.faq-content__support {
  border: 2px solid rgba(151, 151, 151, 0.2);
  border-radius: 20px;
  padding: 16px;
}
@media screen and (min-width: 1025px) {
  .faq-content__support {
    padding: 48px;
  }
}
.faq-content__bg {
  width: 50%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .faq-content__bg {
    width: auto;
  }
}

.page-template-template-faq .cta-section {
  padding: 0 0 24px;
}
@media screen and (min-width: 1025px) {
  .page-template-template-faq .cta-section {
    padding: 0 0 120px;
  }
}
.page-template-template-faq .section--faq-content {
  position: relative;
}
.page-template-template-faq .section h2 {
  font-family: "Inter", sans-serif;
}

.page-template-default .generic-article {
  border: 2px solid rgba(151, 151, 151, 0.2);
  border-radius: 20px;
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page-template-default .generic-article {
    padding: 48px;
  }
}

.page-template-template-fw-generic .header {
  background: #223B19;
}
.page-template-template-fw-generic .section-article {
  padding: 0;
}
.page-template-template-fw-generic .generic-article {
  padding: 40px 16px;
}

.section-404 {
  margin-top: -128px;
  overflow: hidden;
  padding: 140px 0 48px;
  margin-bottom: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #223B19;
}
@media screen and (min-width: 1025px) {
  .section-404 {
    padding: 280px 0 80px;
  }
}
.section-404__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-404__content p a {
  color: #FFFFFF;
}

.header {
  background-color: #223B19;
}

.demo__header {
  background-color: #828E7A;
  color: #F8F6F2;
  text-align: center;
}
.demo__demos {
  padding: 0;
}
.demo__demos .demo-videos .container {
  padding: 40px 20px;
}
.demo__demos .demo-videos h5 {
  font-weight: bold;
}
.demo__demos .demo-videos .demo-video__odd {
  background-color: #F8F6F2;
}

.demo__get-started {
  background-color: #223B19;
  color: #F8F6F2;
  text-align: center;
}
.demo__get-started a {
  font-weight: bold;
}

.demo__live-demo {
  background-color: #F98C62;
  color: #F8F6F2;
  text-align: center;
  padding: 72px 0;
}
.demo__live-demo a {
  margin: 24px 16px 0 16px;
  background-color: #223B19;
  color: #F8F6F2;
}
.demo__live-demo a span {
  font-weight: bold;
}

.registration__content {
  padding: 0 60px 0 20px;
}
.registration__content h1 {
  width: 70%;
  font-size: 3rem;
}
.registration__content ul {
  list-style: none;
}
.registration__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-size: 1.2em;
}
.registration__content ul li .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #979797;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.15em;
}
.registration__content ul li .check-icon::before {
  content: "✓";
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.registration__form {
  background-color: #223B19;
  color: #F8F6F2;
  text-align: center;
  padding: 20px 40px;
}

.registration__live-demo {
  background-color: #223B19;
  color: #F8F6F2;
  text-align: center;
  padding: 72px 0;
}
.registration__live-demo a {
  margin: 24px 16px 0 16px;
  color: #F8F6F2;
}
.registration__live-demo a span {
  font-weight: bold;
}

@media (min-width: 1024px) {
  body.page-template-template-page-with-hubspot-form .registration {
    /* wrapper containing p, ul, and figure */
    /* push image to the bottom; remove extra bottom spacing */
  }
  body.page-template-template-page-with-hubspot-form .registration .container {
    display: flex;
    align-items: stretch; /* equal height columns */
  }
  body.page-template-template-page-with-hubspot-form .registration__content {
    display: flex;
    flex-direction: column;
  }
  body.page-template-template-page-with-hubspot-form .registration__content > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; /* fill height so image can sit at the bottom */
  }
  body.page-template-template-page-with-hubspot-form .registration__content .wp-block-image {
    margin-top: auto;
    margin-bottom: 0;
  }
}
.blog-grid .generic-article .container--blog {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .blog-grid .generic-article .container--blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.blog-grid .generic-article .container--blog img:hover {
  transform: scale(1.04);
  transition: transform 0.2s ease-in-out;
}
.blog-grid .generic-article .container--blog article.post-article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner {
  color: #223B19;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0%;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  padding: 10px;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner .article__img-wrapper img.article__img {
  width: 100%;
  height: auto;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner .article-inner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner .article-inner__content h3 {
  margin: 1rem 0;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner .article-inner__content .article-inner__excerpt {
  flex-grow: 1;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner .article-inner__content .button--primary {
  margin-top: 20px;
  width: 200px;
}
.blog-grid .generic-article .container--blog article.post-article .article-inner .article-inner__content .button--primary .button__text {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.pagination .nav-links {
  display: flex;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #dbdbdb;
  text-decoration: none;
  color: #223B19;
  transition: background 0.3s;
  border-radius: 5px;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #828E7A;
  color: #F8F6F2;
}
.pagination .nav-links .page-numbers.current {
  background-color: #828E7A;
  border-color: #dbdbdb;
  color: #F8F6F2;
}

.two-column-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.two-column-layout .left-column,
.two-column-layout .right-column {
  flex: 1;
  min-width: 300px;
  padding: 25px;
  border-radius: 5px;
}
.two-column-layout .left-column {
  flex: 3;
  padding-left: 60px;
  background-color: #f8f8f8;
  color: #333;
}
.two-column-layout .left-column h2 {
  margin-top: 0;
  color: #828E7A;
  line-height: 1.5em;
}
.two-column-layout .left-column h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.two-column-layout .left-column p {
  line-height: 1.6;
  font-size: 1.2em;
}
.two-column-layout .left-column a {
  color: #828E7A;
  text-decoration: none;
}
.two-column-layout .left-column a:hover {
  text-decoration: underline;
}
.two-column-layout .left-column .features-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}
.two-column-layout .left-column .features-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-size: 1.2em;
}
.two-column-layout .left-column .features-list li .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #979797;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.15em;
}
.two-column-layout .left-column .features-list li .check-icon::before {
  content: "✓";
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.two-column-layout .right-column {
  flex: 2;
  background-color: #2a3f2a;
  color: #ffffff;
}
.two-column-layout .right-column .free-form-container h1 {
  color: #ffffff;
  margin-top: 0;
  font-size: 1.8em;
}

.free-form-container {
  padding: 20px;
  background-color: transparent;
}
.free-form-container .free-custom-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.free-form-container .form-row {
  display: flex;
  flex-direction: column;
}
.free-form-container .form-row label {
  margin-bottom: 3px;
  font-weight: bold;
  color: #e6e6e6;
}
.free-form-container .form-row input[type=text],
.free-form-container .form-row input[type=email],
.free-form-container .form-row input[type=number],
.free-form-container .form-row select {
  padding: 2px 15px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: #697362;
  color: #ffffff;
  line-height: 1.5;
  height: 35px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.free-form-container .form-row input[type=text]:focus,
.free-form-container .form-row input[type=email]:focus,
.free-form-container .form-row input[type=number]:focus,
.free-form-container .form-row select:focus {
  outline: none;
  border-color: #b6bdb1;
  box-shadow: 0 0 5px rgba(182, 189, 177, 0.5);
}
.free-form-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-color: #3e5e3e;
}
.free-form-container select:invalid {
  color: #bfbfbf;
}
.free-form-container select option {
  color: #000;
}
.free-form-container .custom-select-wrapper {
  position: relative;
  width: 100%;
}
.free-form-container .custom-select-wrapper::after {
  content: "▼"; /* Unicode arrow */
  font-size: 0.8rem;
  position: absolute;
  right: 1rem;
  top: 40%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #d9d9d9;
}
.free-form-container .has-error {
  border-color: #f40f0f !important;
  background-color: #344e34;
}
.free-form-container .error-message {
  color: #f75858;
  font-size: 0.85em;
  margin-top: 5px;
}
.free-form-container .form-error-summary,
.free-form-container .api-error {
  background-color: rgba(244, 15, 15, 0.15);
  border-left: 3px solid #f40f0f;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #f87171;
}
.free-form-container .form-error-summary p,
.free-form-container .api-error p {
  margin: 0;
}
.free-form-container .terms-row {
  margin-bottom: 10px;
}
.free-form-container .terms-row label {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #e6e6e6;
  font-size: 0.9em;
}
.free-form-container .terms-row input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  accent-color: #828E7A;
  vertical-align: middle;
}
.free-form-container .terms-row a {
  color: #a9b1a3;
  text-decoration: underline;
}
.free-form-container .terms-row a:hover {
  color: #c3c9bf;
}
.free-form-container .terms-row .error-message {
  padding-left: 25px;
}
.free-form-container .terms-row .terms-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* Space between checkbox and text */
}
.free-form-container .terms-row .terms-checkbox {
  position: static; /* Override global absolute positioning */
  margin: 0; /* Reset margin */
  width: auto; /* Ensure proper sizing */
  height: auto; /* Ensure proper sizing */
}
.free-form-container .submit-button {
  background-color: #828E7A;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  align-self: flex-start;
  transition: background-color 0.3s;
}
.free-form-container .submit-button:hover {
  background-color: rgb(176, 192, 166);
}
.free-form-container .form-success-message {
  text-align: center;
  padding: 30px;
  background-color: #f8f6f2;
  border: 1px solid #828E7A;
  color: #0d170a;
  border-radius: 10px;
  font-size: 1.2em;
}
.free-form-container .form-success-message h2 {
  color: #223B19;
  margin-top: 0;
}
.free-form-container .form-success-message a {
  color: #eb6125;
  font-weight: bold;
}
.free-form-container .form-success-message a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
  .two-column-layout .left-column,
  .two-column-layout .right-column {
    min-width: 0;
  }
}
.two-column-layout .right-column .free-form-container .terms-row input#terms[type=checkbox] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
  position: static !important;
  border: 1px solid red !important;
  vertical-align: middle;
  margin-right: 10px !important;
}

.header {
  background-color: #223B19;
}

.studies__header {
  background-color: #828E7A;
  text-align: center;
}
.studies__header h1 {
  font-size: 2.7em;
  color: #234A1E;
  margin-bottom: 0px;
  text-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .studies__header h1 {
    font-size: 6em;
    margin-bottom: 80px;
  }
}
.studies__header .studies-subtitle {
  margin-top: 2em;
  color: #FFFFFF;
  line-height: 2.5em;
}
.studies__header .studies-subtitle h1, .studies__header .studies-subtitle h2, .studies__header .studies-subtitle h3, .studies__header .studies-subtitle h4, .studies__header .studies-subtitle h5, .studies__header .studies-subtitle h6, .studies__header .studies-subtitle p, .studies__header .studies-subtitle pre {
  color: #FFFFFF;
  letter-spacing: -0.5px;
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 0px;
  text-transform: none;
}
@media screen and (min-width: 1025px) {
  .studies__header .studies-subtitle {
    font-size: 1.5em;
    margin-top: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    letter-spacing: -0.5px;
  }
}
.studies__header .studies-subtitle em {
  color: #FFC490;
  font-style: normal;
}
.studies__header .studies-subtitle strong {
  color: #F6601F;
  font-style: normal;
}
.studies__stats {
  padding: 10px 0px;
  width: 100%;
  margin: 0px;
}
.studies__stats .studies-stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.studies__stats .studies-stat .container {
  padding: 0px 10px;
  text-align: center;
  flex: 1;
}
.studies__stats .studies-stat .container h5 {
  font-weight: bolder;
  color: #F0AD4E;
  font-size: 3em;
}
.studies__stats .studies-stat .container p {
  font-weight: bold;
  color: #223B19;
  font-size: 1.2em;
}
@media screen and (min-width: 1025px) {
  .studies__stats {
    padding: 140px 0px;
    width: 80%;
    margin: auto;
  }
  .studies__stats .studies-stat {
    flex-direction: row;
  }
  .studies__stats .studies-stat .container h5 {
    font-weight: bolder;
    color: #F0AD4E;
    font-size: 5em;
  }
  .studies__stats .studies-stat .container p {
    font-weight: bold;
    color: #223B19;
    font-size: 1.6em;
  }
}
.studies__testimonial {
  background-color: #F8F6F2;
  text-align: center;
}
.studies__testimonial .testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.studies__testimonial .testimonial-container .quote {
  padding: 10px 20px;
  font-size: 7em;
  font-family: "Inter", serif;
  line-height: 20px;
}
.studies__testimonial .testimonial-container h2 {
  padding-top: 20px;
  font-size: 1.7em;
  width: 100%;
  padding: 0px 5px;
  line-height: 1.2;
}
.studies__testimonial .testimonial-container h6 {
  padding-top: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .studies__testimonial .testimonial-container .quote {
    padding: 0px 20px;
    font-size: 10em;
  }
  .studies__testimonial .testimonial-container h2 {
    font-size: 3em;
    width: 65%;
  }
  .studies__testimonial .testimonial-container h6 {
    padding-top: 40px;
  }
}
.studies__content {
  padding-top: 20px;
  text-align: left;
  width: 100%;
  margin: auto;
  font-size: 1.5em;
  color: #223B19;
  line-height: 1.2;
}
.studies__content h1, .studies__content h2, .studies__content h3, .studies__content h4, .studies__content h5, .studies__content h6 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .studies__content {
    padding-top: 100px;
    width: 60%;
    font-size: 2em;
  }
  .studies__content h1, .studies__content h2, .studies__content h3, .studies__content h4, .studies__content h5, .studies__content h6 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
  }
}
.studies__success-stories {
  padding-top: 0px;
}
.studies__footer {
  padding: 0px;
}
.studies__footer .watch-demo {
  padding: 80px 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #223B19;
  align-items: center;
}
.studies__footer .watch-demo h4 {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: 400;
}
.studies__footer .watch-demo a {
  width: 180px;
  font-size: 1.2em;
  text-decoration: none;
}

.blog-post .hero {
  background-color: #828E7A;
  text-align: center;
}
.blog-post .hero__inner .container {
  text-align: center;
  width: 80%;
}
.blog-post .hero__inner .container h1 {
  font-size: 2.5em;
  color: #234A1E;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .blog-post .hero__inner .container h1 {
    font-size: 5em;
  }
}
.blog-post .section-article {
  padding: 40px 0;
}
.blog-post .section-article .generic-article.container {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.blog-post .section-article .generic-article.container p {
  font-size: 1rem;
  line-height: 1;
  color: #223B19;
  margin-bottom: 1.5rem;
}
.blog-post .section-article .generic-article.container h2, .blog-post .section-article .generic-article.container h3, .blog-post .section-article .generic-article.container h4 {
  color: #223B19;
  margin-top: 30px;
  margin-bottom: 15px;
}
.blog-post .section-article .generic-article.container .container--blog {
  width: 95%;
  font-size: 1.2rem;
}
.blog-post .section-article .generic-article.container .container--blog img, .blog-post .section-article .generic-article.container .container--blog video, .blog-post .section-article .generic-article.container .container--blog iframe {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.blog-post .section-article .generic-article.container .container--blog p {
  line-height: 1.4;
  color: #223B19;
  margin-bottom: 1.5rem;
  text-align: justify;
}
@media screen and (min-width: 1025px) {
  .blog-post .section-article .generic-article.container .container--blog {
    width: 80%;
  }
  .blog-post .section-article .generic-article.container .container--blog p {
    font-size: 2rem;
  }
  .blog-post .section-article .generic-article.container .container--blog ul {
    font-size: 1.5rem;
  }
}

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