:root {
  --maxWidth: 1200px;
  --sectionPadding: 40px 1rem;
  --maxPararaphLength: 35em;
  --primaryFont: Catamaran , sans-serif , sans-serif;
  --secondaryFont: Montserrat , sans-serif , sans-serif;
  --clrGreen100: #c6d3b8;
  --clrGreen400: #6f9f7b;
  --clrGreen700: #0d6128;
  --clrDarkGreen: #28602e;
  --clrBlue100: #B1C5C5;
  --clrBlue400: #759695;
  --clrWhite100: #F5F4F4;
  --clrWhite400: #fff;
  --clrYellow400: #b29f51;
  --clrBrown100: #d7cab1;
  --clrBrown400: #96756b;
  --clrBrown700: #572700;
  --clrBlack: #444444;
  --clrGray700: #0F212D;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Set box sizing
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box; /* 3 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  scroll-padding-top: 5em;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

summary {
  cursor: pointer;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
:root {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
* {
  margin: 0;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html, body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  scroll-margin-top: 6rem;
}
address {
  font-style: inherit;
}
#root, #__next, html {
  isolation: isolate;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}

.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

.content-wrapper {
  max-width: var(--maxWidth);
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--sectionPadding);
}
.dnd-section > .row-fluid {
  max-width: var(--maxWidth);
}

.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Visibilty classes */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}





.padding--lv0 {
  padding: 0;
}
.padding--lv1 {
  padding: 8px;
}
.padding--lv2 {
  padding: calc(8px * 2);
}
.padding-left--lv2 {
  padding-left: calc(8px * 2);
}
.padding-right--lv2 {
  padding-right: calc(8px * 2);
}
.padding-left-right--lv2 {
  padding-left: calc(8px * 2);
  padding-right: calc(8px * 2);
}
.padding-top-bottom--lv2 {
  padding-top: calc(8px * 2);
  padding-bottom: calc(8px * 2);
}
.padding--lv4 {
  padding: calc(8px * 4);
}
.padding-left--lv4 {
  padding-left: calc(8px * 4);
}
.padding-right--lv4 {
  padding-right: calc(8px * 4);
}
.padding-left-right--lv4 {
  padding-left: calc(8px * 4);
  padding-right: calc(8px * 4);
}
.padding-top--lv4 {
  padding-top: calc(8px * 4);
}
.padding-bottom--lv4 {
  padding-bottom: calc(8px * 4);
}
.padding-top-bottom--lv4 {
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .padding--lv6,
  .padding--lv8 {
    padding: calc(8px * 4);
  }
  .padding-top-bottom--lv6 {
    padding-top: calc(8px * 4);
    padding-bottom: calc(8px * 4);
  }
  .padding-left-right--lv6 {
    padding-left: calc(8px * 4);
    padding-right: calc(8px * 4);
  }
  .padding--lv8 {
    padding: calc(8px * 4);
  }
  .padding-left--lv8 {
    padding-left: calc(8px * 4);
  }
  .padding-right--lv8 {
    padding-right: calc(8px * 4);
  }
  .padding-left-right--lv8 {
    padding-left: calc(8px * 4);
    padding-right: calc(8px * 4);
  }
  .padding-bottom--lv8 {
    padding-bottom: calc(8px * 4);
  }
  .padding-top-bottom--lv8 {
    padding-top: calc(8px * 4);
    padding-bottom: calc(8px * 4);
  }
  .padding--lv12 {
    padding: calc(8px * 8);
  }
  .padding-top-bottom--lv12 {
    padding-top: calc(8px * 12);
    padding-bottom: calc(8px * 12);
  }
}
@media screen and (min-width: 960px) {
  .padding--lv6 {
    padding: calc(8px * 6);
  }
  .padding-top-bottom--lv6 {
    padding-top: calc(8px * 6);
    padding-bottom: calc(8px * 6);
  }
  .padding-left-right--lv6 {
    padding-left: calc(8px * 6);
    padding-right: calc(8px * 6);
  }
  .padding--lv8 {
    padding: calc(8px * 8);
  }
  .padding-top-bottom--lv8 {
    padding-top: calc(8px * 8);
    padding-bottom: calc(8px * 8);
  }
  .padding-bottom--lv8 {
    padding-bottom: calc(8px * 8);
  }
  .padding-left--lv8 {
    padding-left: calc(8px * 8);
  }
  .padding-right--lv8 {
    padding-right: calc(8px * 8);
  }
  .padding-left-right--lv12 {
    padding-left: calc(8px * 12);
    padding-right: calc(8px * 12);
  }
  .padding-left-right--lv8 {
    padding-left: calc(8px * 8);
    padding-right: calc(8px * 8);
  }
  .padding--lv12 {
    padding: calc(8px * 12);
  }
  .padding-top-bottom--lv12 {
    padding-top: calc(8px * 12);
    padding-bottom: calc(8px * 12);
  }
}
.margin--lv0 {
  margin: 0 !important;
}
.margin--lv2 {
  margin: calc(8px * 2);
}
.margin-left--lv2 {
  margin-left: calc(8px * 2);
}
.margin--lv4 {
  margin: calc(8px * 4);
}
.margin-left--lv4 {
  margin-left: calc(8px * 4);
}
.margin-bottom--lv4 {
  margin-bottom: calc(8px * 4);
}
.margin-left-right--lv4 {
  margin-left: calc(8px * 4);
  margin-right: calc(8px * 4);
}
.margin-top-bottom--lv4 {
  margin-top: calc(8px * 4);
  margin-bottom: calc(8px * 4);
}
.margin-left-right--lv6 {
  margin-left: calc(8px * 6);
  margin-right: calc(8px * 6);
}
.margin-bottom--lv6 {
  margin-bottom: calc(8px * 6);
}
.margin-top-bottom--lv6 {
  margin-top: calc(8px * 6);
  margin-bottom: calc(8px * 6);
}
.margin-bottom--lv8 {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .margin--lv6,
  .margin--lv8 {
    margin: calc(8px * 4);
  }
}
@media screen and (min-width: 960px) {
  .margin--lv6 {
    margin: calc(8px * 6);
  }
  .margin--lv8 {
    margin: calc(8px * 8);
  }
}





@media screen and (min-width: 960px) {
  .display--flex {
    display: flex;
  }
}
.display--flex-mobile {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.display--flex-col {
  display: flex;
  flex-direction: column;
}
.flex-direction--row-reverse {
  flex-direction: row-reverse;
}
.display--grid {
  display: grid;
}
.gap--small {
  gap: 0.5em;
}
.gap--normal {
  gap: 2em;
}
.gap--lrg {
  gap: 4em;
}
.align-items--center {
  align-items: center;
}
.align-items--end {
  align-items: flex-end;
}
.justify-items--end {
  justify-items: end;
}
.justify-content--between {
  justify-content: space-between;
}
.justify-items--center {
  justify-items: center;
}
.justify-content--center {
  justify-content: center;
}
.justify-content--end {
  justify-content: flex-end;
}
.flex--center {
  align-items: center;
  justify-content: center;
}
.display--block {
  display: block;
}
.display--none {
  display: none;
}
/* Z-index */
.zin-0 {
  z-index: inherit;
}
.zin-lv1 {
  z-index: 1;
}
.zin-lv2 {
  z-index: 10;
}
.zin-lv3 {
  z-index: 100;
}
.zin-lv4 {
  z-index: 200;
}

.position--center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}




@media screen and (min-width: 960px) {
  .size1-of-8 {
    width: 12.5%;
  }
  .size2-of-8 {
    width: 25%;
  }
  .size1-of-3 {
    width: 33.33%;
  }
  .size3-of-8 {
    width: 37.5%;
  }
  .size1-of-2,
  .size2-of-4, 
  .size4-of-8 {
    width: 50%;
  }
  .size5-of-8 {
    width: 62.5%;
  }
  .size2-of-3 {
    width: 66.67%;
  }
  .size3-of-4,
  .size6-of-8 {
    width: 75%;
  }
  .size7-of-8 {
    width: 87.5%;
  }
  .size1-of-1,
  .size2-of-2, 
  .size3-of-3, 
  .size4-of-4, 
  .size8-of-8 {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .size1-of-8,
  .size1-of-2, 
  .size2-of-4, 
  .size4-of-8,
  .size1-of-4, 
  .size2-of-8,
  .size1-of-3,
  .size3-of-8,
  .size5-of-8,
  .size2-of-3,
  .size3-of-4, 
  .size6-of-8,
  .size1-of-1,
  .size2-of-2, 
  .size3-of-3, 
  .size4-of-4, 
  .size8-of-8 {
    width: 100%;
  }
}

.aspect-ratio--1-1 {
  overflow: hidden;
  padding-top: 100%;
}
.aspect-ratio--16-9 {
  overflow: hidden;
  padding-top: 56.25%;
}

[data-hs-anchor="true"] {
  scroll-padding: 10em 0 0 0;
  scroll-margin-top: 15em;
}

.custom-scroll::-webkit-scrollbar {
  height: 10px;
  background-color: #F5F4F4;
  border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(245,244,244,0.1);
  border: 1px solid #ccc;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #016128;
}
.custom-scroll::-webkit-scrollbar-thumb:active {
  background: #572700;
}

.text-center {text-align:center}

.m-auto {margin:0 auto}
/* Body */
body {
  font-family: var(--primaryFont);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  word-break: break-word;
}

/* Paragraphs */
p {
	margin-bottom: 1.5rem; 
}
.text-short {
  max-width: var(--maxPararaphLength);
}

/* Headings */
.h1, h1 {
  font-family: var(--secondaryFont);
  font-size: clamp(2.25rem, calc(1.37rem + 4.39vw), 4.50rem);
  font-weight: 700;
  line-height: 1.167;
  margin-top: 0;
  margin-bottom: 1.38rem;
}
.h2, h2 {
  font-family: var(--secondaryFont);
  font-size: clamp(1.75rem, calc(1.65rem + 0.49vw), 2.00rem);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.38rem;
  color:#444444;
}
.h3, h3 {
  font-family: var(--secondaryFont);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1.38rem;
  color:#444444;
}
.h4, h4 {
  font-family: var(--secondaryFont);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1.38rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #b29f51;
  margin: 0 0 1.5rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
  max-width: 100%;
}

/* Helper Classes */
.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.font-weight--light {
  font-weight: 300;
}
.font-weight--bold {
  font-weight: 700;
}
.text-transform--uppercase {
  text-transform: uppercase;
}
.text-trensform--none {
  text-transform: none;
}
.font-size--xl {
  font-size: clamp(1.5rem,1.25rem + 3.5vw,96px);
}

/* Custom bullets */
ul.bullets li {
  position: relative;
  padding-bottom: 1em;
  padding-left: 35px;
}
ul.bullets li:before {
  background-color: #572700;
  width: 2px;
  content: "";
  position: absolute;
  top: 27px;
  bottom: 0px;
  left: 6px;
}
ul.bullets li span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Cpath d='M16 4c6.6 0 12 5.4 12 12s-5.4 12-12 12S4 22.6 4 16 9.4 4 16 4zm0-4C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0z'%3E%3C/path%3E%3Ccircle cx='16' cy='16' r='6'%3E%3C/circle%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  top: 3px;
  left: -5px;
}

ul.bullets li:last-child:before {
  height: 0;
}
.bullet {
  margin-left: -26px;
  width: 32px;
  fill: #572700;
  float: left;
  padding-right: 8px;
}

/* Vertical Text */
@media screen and (min-width: 960px) {
  .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
.vertical-text--always {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.color--white700 {
color:#fff;
  font-weight:700!important;
}

.color--black700 {
color:#2d2c2c;
  font-weight:700!important;
}

.color--black400{
color:#2d2c2c;
  font-weight:400!important;
}

.products-bar__product-title a {
color: #2d2c2c!important;
text-decoration: none;
}



button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* SVG background buttons */
.image-button {
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  position:relative;
}
.image-button > a {
  text-decoration: none;
  font-weight:700;
}
.image-button--circle > a {
  background: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Buttons/Small_Default.svg') center/100% no-repeat;
  padding: 0.75em 1.75em;
  color: #0D6128;
}
.image-button--circle-big > a {
  background: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Buttons/Big_Deafult.svg') center/100% no-repeat;
  padding: 2em 3em;
  color: #0D6128;
}
.image-button--circle > a:hover {
  background: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Buttons/Small_Hover.svg') center/100% no-repeat;
  color: #fff;
}
.image-button--circle-big > a:hover {
  background: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Buttons/Big_Hover.svg') center/100% no-repeat;
  color: #fff;
}
.image-button--circle-white > a {
  background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/button_outline--white.svg) center/175px no-repeat;
  padding: 0.75em 1.75em;
  color: #fff;
}
.image-button--circle-white-big > a {
  background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/button_outline--white.svg) center/cover no-repeat;
  padding: 2em 3em;
  color: #fff;
  margin-left: -2em;
}
.image-button--circle-white > a:hover {
  background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/button_filled--white.svg) center/175px no-repeat;
  color: #298950;
}
.image-button--circle-white-big > a:hover {
  background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/button_filled--white.svg) center/cover no-repeat;
  color: #298950;
}
.image-button--arrow > a {
  background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/Arrow_outline.svg) center/cover no-repeat;
}
.image-button--arrow > a:hover {
  background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/Arrow_filled.svg) center/cover no-repeat;
}

a.image-button.wave {
  color:#0D6128;
  text-decoration:none!important;
  font-weight:700;
}

.image-button.wave:after {
  content: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Icons/Secondary%20Button_Default.svg');
position:absolute;
  bottom:-15px;
  left:0;
}
.image-button.wave:hover:after{
  content: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Icons/Secondary%20Button_Hover.svg');
position:absolute;
  bottom:-15px;
  left:0;
}

.image-button--circle-big {margin-top:50px}
/* Labels */
form label {
  color: #2e2d2e;
  display: block;
  font-size: 1rem;
  font-weight:700;
  margin-bottom: 0.35rem;
}

/* Help text */
form legend {
  color: #016128;
  font-size: 0.875rem;
}

/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
  background-color: rgba(255,255,255,0);
}


/* Inputs */
form fieldset {
  max-width: 100% !important;
}
form input[type=text]:not(.hs-search-field__input),
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(255,255,255,0);
  display: inline-block;
  padding: 0.5rem;
  width: 100% !important;
  border: 1px solid #acabac;
  border-radius: 20px;
}
form textarea {
  min-height: 200px;
}
/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}
.hs-fieldtype-date .input .hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}
.fn-date-picker td .pika-button:hover {
  background-color: #fff !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #444;
}
.fn-date-picker .pika-table thead th {
  color: #FFF;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}


/* Form placeholder text */
::-webkit-input-placeholder {
  color: #6F9F7B;
}
::-moz-placeholder {
  color: #6F9F7B;
}
:-ms-input-placeholder {
  color: #6F9F7B;
}
::placeholder {
  color: #6F9F7B;
}


form input[type=submit],
form .hs-button {
  color: #0D6128;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 0.75em 1.75em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  background: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Buttons/Small_Default.svg') center/100% no-repeat;
  border: none;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Buttons/Small_Hover.svg') center/100% no-repeat;
  color: #fff;
}

form input[type=submit]:focus,
form .hs-button:focus {
  outline: 2px solid #000;
}


form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}


.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}


.hs-form-required {
  color: #EF6B51;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-form ul.inputs-list:not([data-reactid=".hbspt-forms-0.1:$5.1:$newsletter_subscribe.$newsletter_subscribe.0"]) {
  margin: 0 !important;
}


.grecaptcha-badge {
  margin: 0 auto;
}


.hs-form fieldset.form-columns-1:nth-child(-n+2) {
  border-bottom: 1px solid #79A384;
  margin-bottom: 2em;
}
.contact-form {
  padding-bottom: 3em;
  border-bottom: 1px solid #79A384;
}
.hs-form fieldset.form-columns-1 > div:not(.hs_message) > label > span {
  display: flex;
    align-items: center;
    gap: 3em;
  font-size: 1.1rem;
}



/* Tables */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
/* Table cells */
td,
th {
  vertical-align: top;
}
/* Table header */
thead th {
  vertical-align: bottom;
}
/* Table footer */
tfoot td {
}

select {font: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Icons/Contact/down-arrow.png)96% / 15% no-repeat;
  background-size:20px;
  padding-bottom:0.85rem;
}
header.header {
  height: 114px;
  align-items: center;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
  z-index: 100;
  background-color: #fff;
  padding: 1em 0;
  transition: height 250ms linear;
  box-shadow: 5px 5px 10px rgba(0,0,0, 0.3); 
}
/* Stupid scroll/progress bar */
header.header progress {
  width: 100%;
  height: 0.5em;
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}
header.header progress.active {
  visibility: visible;
  opacity: 1;
}
header.header progress::-webkit-progress-bar {
  background-color: transparent;
}
header.header progress::-webkit-progress-value {
  background-color: #759695;
  transition: width 250ms linear;
}
header.header progress::-moz-progress-bar {
  background-color: #759695;
  transition: width 250ms linear;
}
@media (min-width:991px){
  header.header {
    padding: 1em 4em;
  }
}
.header__actions {
  display: flex;
    align-items: center;
  margin-left: auto;
}
/* Search */
.hs-search-field {
  position: relative;
  overflow: hidden;
  padding: 1em 0.5em;
}
.hs-search-field__bar form {
  align-items: center;
  gap: 0.5em;
}
.hs-search-field__bar svg {
  width: 25px;
  height: auto;
  display: inline-block;
  vertical-align: text-bottom;
  fill: var(--clrGreen700);
}
.hs-search-field__input {
  transform: scaleX(0);
  border: none;
  border-bottom: 2px solid var(--clrGreen700);
  font-size: 1rem;
}
.hs-search-field__bar form:focus-within .hs-search-field__input,
.hs-search-field__bar form:hover .hs-search-field__input {
  transform: scaleX(1);
}
.hs-search-field__input:focus {
  outline: 2px solid var(--clrGreen700);
  outline-offset: 4px;
}
/* Overall styles */
.main-navigation {
  height: 100%;
  width: 100%;
  padding: 114px 0;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
  overflow: auto;
    overscroll-behavior: contain;
  background-color: #fff;
  box-shadow: 5px 5px 10px 10px rgba(0,0,0,.3);
}
.main-navigation__list {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  font-size: 1.5rem;
}
.menu__item {
  width: 100%;
}
/* Links */
.menu__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* Toggles */
.header__navigation-toggle {
  position: relative;
  margin-left: auto;
  order: 3;
}
.menu__link-toggle,
.submenu__link-toggle {
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.menu__link-toggle {
  text-align: left;
}
.menu__link-toggle[aria-expanded=true] {
  color: #016128;
}
.menu__link-toggle[aria-expanded=true] span {
  transform: rotate(180deg);
}

.main-navigation__list > .menu__item > .menu__link {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--clrGreen700);
}

@media screen and (max-width: 79.9em) {
  .main-navigation {
    display: flex;
      flex-direction: column;
      align-items: center;
    width: 100%;
  }
} 
@media screen and (min-width: 80em) {
  .menu__item {
    display: grid;
      align-content: center;
    width:100%;
  }
  .main-navigation {
    display: grid;
      align-items: center;
    padding-right: 2em;
    width: 33vw;
  }
  .main-navigation__list {
    height: 100%;
    width: 100%;
    padding-left: 5.5vw;
  }
  .menu__submenu--level-2 {
    height: 100%;
    min-width: 10.5em;
    padding: 0;
    position: absolute;
      top: 0;
    left:0;
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 3em;
  }
  .menu__submenu--level-2 > div {
    display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 3em;
  }
  .menu__submenu--level-3 {
    height: 100%;
    min-width: 28em;
    position: absolute;
      top: 0;
      left: calc(4.5em + 12vw);
    display: flex;
      flex-direction: column;
      justify-content: center;
    padding: 2em;
  }
  .menu__submenu--level-3 li{
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 17%);
    min-width: 7em;
  }
  .menu__submenu--level-3 .menu__link {
    display: block;
    padding: 1em;
  }
  .menu__submenu--level-3 li:first-child {
    grid-column: 1 / 4;
  }
  .menu__link-toggle:focus-within {
    opacity: 1;
    visibility: visible;
  }
}


/* Hide menus initially */
.clicky-menu ul,
.main-navigation {
  visibility: hidden;
  opacity: 0;
}
.clicky-menu ul {
  position: absolute;
}

/* Open/close JS */
.main-navigation[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;  
}
.clicky-menu ul[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;  
  position: static;
}

.header__logo {position:absolute; z-index:999}

@media screen and (min-width:1280px){
.header__logo {position:relative}
  
}

.lang_switcher_class {
  display: block !important;
}
.lang_list_class {
  width: max-content !important;
  text-align: left !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  left: auto !important;
  right: 0 !important;
  z-index: 9999 !important;
}
.lang_list_class:after, .lang_list_class:before {
  left: auto !important;
  right: 0 !important;
}
footer.footer {
  background-color: var(--clrDarkGreen);
  padding: 0 3em;
}
footer.footer a {
  text-decoration: none;
}
.footer__outer {
  max-width: 1920px;
  margin: 0 auto;
}
.footer__menus {
  justify-content: start;
  column-gap: 3rem;
}
.footer__bottom {
  display: flex;
    align-items: baseline;
    justify-content: space-between;
    column-gap: 4rem;
    flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .footer__form {
    display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
  }
  .footer__menus {
    grid-auto-flow: column;
  }
  .footer__locations {
    padding-right: 3rem;
    border-right: 1px solid #fff;
  }
}


.footer .hs_cos_wrapper_type_form {
  gap: 2em;
}
.footer .hs_cos_wrapper_type_form,
.footer .hs-form {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__form {
  border-bottom: 1px solid #fff;

}
.footer .hs-form input,
.footer .hs-form input::placeholder {
  color: #fff;
}

.footer__menus ul {
  column-gap: 3em;
}
.footer__menus > ul {
  row-gap: 1em;
}
.footer__menus .hs-menu-depth-1 {
  margin-bottom: 1em;
}
.footer__menus ul .hs-menu-item.hs-menu-depth-2:not(:last-child) {
  margin-bottom: 0.5em;
}
.footer__menus ul > li.hs-menu-depth-1 > a {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.15rem;
}
.footer__menus .size2-of-8 ul {
  row-gap: 1em;
}
@media screen and (max-width: 959px) {
  .footer__menus .size2-of-8 {
    margin-bottom: 2em;
  }
}
.footer__menus .size2-of-8 ul li i {
  margin-right: 0.5em;
  color: #fff;
}
.footer__menus .size6-of-8 {
 row-gap: 3em;
 border-left: 1px solid rgba(33,33,33, 0.2);
}
.footer__menus .size6-of-8 #hs_cos_wrapper_module_16397506416506_ .hs-item-has-children:not(:last-child) ul {
  display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.5em;
}
.footer__menus ul li a {
  color: #fff;
}
.footer__menus ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__menus .size6-of-8 #hs_cos_wrapper_module_16397506416506_ .hs-item-has-children:not(:last-child) ul {
    grid-template-columns: 100px 100px;
  }
}
.footer .hs-form .form-columns-3 input:not([type="submit"]) {
  border-image-source: url('https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/Web/Icons/Secondary%20Button_white.svg');
  border-image-slice: 0 0 100%;
  border-image-width: 10px;
}

.footer .image-button-form--circle {
background: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/buttons/button_outline--white.svg) 50%/cover;
padding: 1em 2.5em;
margin-bottom: .8em;
border: none;

}

.form-foot-text {font-size:1.6rem; margin: 0;}

.footer .social-text {padding-top:15px; font-weight:700; font-size:1.4rem}

@media (max-width:767px){
.findus {padding-left:4px}
}
/************   Default Modules   ********/
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Search */
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

/* Social Links */
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1em;
}

.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  position: relative;
  width: 1.75rem;
}

.social-links__icon svg {
  fill: #FFF;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}
.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #016128;
}

/*****************************************/
/*************   3 col strip   ***********/
/*****************************************/
.col-strip__col {
  justify-content: flex-end; 
}
.col-strip__content {
  justify-content: space-around;
}
@media screen and (min-width: 980px) {
  .col-strip {
    min-height: 800px;
    grid-template-columns: 35% 30% 35%;
  }
  .col-strip__col {
    filter: grayscale(0.5);
    transition: filter 0.2s ease;
  }
  .col-strip__col:hover {
    filter: grayscale(0);
  }
  .col-strip__content {
    height: 65%;
  }
}
.col-strip__content > *{
  color: #fff;
}
@media screen and (max-width: 979px) {
  .col-strip {
    min-height: 650px;
    grid-template-columns: repeat(3, 300px);
      gap: 2em;
      padding: 2em;
    overflow: scroll hidden;
  }
  .col-strip::-webkit-scrollbar {
    display: none;
  }
  .col-strip__content {
    height: 90%;
  }
  .col-strip__content > h2 {
    margin: 0;
  }
}


/*****************************************/
/************   Header banner   **********/
/*****************************************/
@media screen and (min-width: 960px) and (max-width: 1919px) {
  .header-banner .size1-of-2 {
    width: 75%;
  }
}
.header-banner .page-down-button {
  position: absolute;
    bottom: -1rem;
    right: 1rem;
}
.page-down-button > a,
.back-to-top > a {
  display: block;
  width: 75px;
  height: 75px;
}
.back-to-top {
  margin-right: 1em;
}
/**********   Back to top button  ********/
.back-to-top {
  transform: rotate(180deg);
}
/*****************************************/
/************   Floating image  **********/
/*****************************************/
.floating-image__background {
  height: 100%;
}
.floating-image__image {
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 980px) {
  .floating-image__image {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 75%;
    max-width: 500px;
  }
  .body-container__products-dynamic .floating-image__image {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .body-container__products-dynamic .floating-image:nth-child(even) .floating-image__body {
    justify-items: end;
    order: -1;
  }
  .body-container__products-dynamic .floating-image:nth-child(even) .floating-image__content {
    margin-left: 2em;
  }
  .body-container__products-dynamic .floating-image:nth-child(odd) .floating-image__copy {
    align-items: end;
  }
  .body-container__products-dynamic .floating-image:nth-child(odd) .floating-image__content {
    margin-right: 2em;
  }
  .body-container__products-dynamic .floating-image:nth-child(even) .floating-image__image {
    right: -4em;
  }
  .body-container__products-dynamic .floating-image:nth-child(odd) .floating-image__image {
    left: -4em;
  }
}
.floating-image__content {
  max-width: 36em;
}
.floating-image {
  min-height: 800px;
}
/*****************************************/
/******************   QA   ***************/
/*****************************************/
.qa-group {
  counter-reset: qa-counter;
}
.qa-question {
  display: flex;
    gap: 1em;
  font-size: 2rem;
}
.qa-question--arrow {
  align-items: center;
}
.qa-question--arrow::before {
  content: url(https://6868105.fs1.hubspotusercontent-na1.net/hubfs/6868105/raw_assets/public/Boilerplate/images/arrow--gold.svg);
  height: 45px;
  width: 150px;
}
.qa-question--numbered {
  align-items: baseline;
}
.qa-question--numbered::before {
  content: "0" counter(qa-counter) "";
  font-size: 1em;
  color: #2D2D2D;
}
.qa-section {
  counter-increment: qa-counter;
  border-bottom: 1px solid #707070;
}
/*************************************************************/
/***********************   Products Bar  *********************/
/*************************************************************/
.products-bar__product-title {
  text-align: center;
}

/*************************************************************/
/********************   Dynamic page border  *****************/
/*************************************************************/
.border-left {
  border-left: 1px solid currentColor;
}

.banner-image {
  padding: 256px;
}

/*************************************************************/
/*******************   Image block with text  ****************/
/*************************************************************/
@media screen and (max-width: 959px) {
  .image-block__content {
    text-align: center;
  }
}

/*************************************************************/
/*********************   Global Contact CTA  *****************/
/*************************************************************/
@media screen and (max-width: 959px) {
  .contact-cta {
    flex-wrap: wrap;
  }
  .contact-cta__image {
    order: -1;
  }
  .contact-cta__image img {
    object-fit: cover;
  }
  .contact-cta__content {
    text-align: center;
  }
}

.global-lp-cta--var1,
.global-lp-cta--var2 {
  min-height: 750px;
}

.products-bar__product {
  border-radius: 20px;
height: 160px;
width: 167px;
  margin:0 auto
}

.products-bar__product-title {
font-size: 1.2rem;
margin-bottom: 0;
margin-top: 15px;
}

.products-bar__product-title a {
color: #2d2d2d;
text-decoration: none;
}

.product-type-listed {
color: #c3c3c3;
font-size: .8rem;
margin-bottom: 0;
text-align: center;
}

.products-bar__product-title, .products-bar__product-title a {
color: #2d2d2d;
text-decoration: none;
}

.related-items.dynamic {margin-bottom:80px}

 .product_image_dp {background-color:#EDEBE8; margin: 0 auto; text-align:center; padding:1.38rem 1.5rem;}
    .product_image_dp img {margin:0 auto}
    .product_image_dp h1,
    .product_image_dp h2,
    .product_image_dp h3 {
      margin-top: 1rem;
      margin-bottom: 0;
    }
    .related-items {background-color:rgba(231, 233, 217, .38)}
    .listed-product-image {width:110px; border-radius: 21px;}
    .h-100 {height:100%!important}
    .product-50 {margin-left:0px!important; margin-bottom:40px}
    .product-50:nth-child(2n+1) {
   clear: both;
}

/* Info Slider */
.info-slider__header {
  --maxPararaphLength: 32rem;
  padding: 2rem 1.5rem;
  align-content: center;
  justify-content: center;
}

.info-slider__title--row {display:flex; align-items: center; column-gap: 1rem; flex-wrap: wrap;}
.info-slider__title--column {display: grid; align-items: start; row-gap: 1rem;}
.info-slider__slide-image {margin-bottom: 1.5rem;}
.info-slider__cta {margin-top: auto;}

.info-slider__content {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
.info-slider__content {
  padding-left: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
}
.info-slider__scroll-port {
  overflow-x: auto;
  padding-bottom: 2rem;
  gap: 2rem;
  padding-right: 1.5rem;
}
.info-slider__slide {
  flex: 0 0 min(100%,350px);
}
.info-slider__slide-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.hide-mob {display:none}
@media (min-width:960px) {
  .hide-mob {display:block}
}
.color--green100 {
  color: var(--clrGreen100);
}
.bg-clr--green100 {
  background-color: var(--clrGreen100);
}
.color--green400 {
  color: var(--clrGreen400);
}
.bg-clr--green400 {
  background-color: var(--clrGreen400);
}
.color--green700 {
  color: var(--clrGreen700);
}
.bg-clr--green700 {
  background-color: var(--clrGreen700);
}
.color--blue100 {
  color: var(--clrBlue100);
}
.bg-clr--blue100 {
  background-color: var(--clrBlue100);
}
.color--blue400 {
  color: var(--clrBlue400);
}
.bg-clr--blue400 {
  background-color: var(--clrBlue400);
}
.color--white100 {
  color: var(--clrWhite100);
}
.bg-clr--white100 {
  background-color: var(--clrWhite100);
}
.color--white400 {
  color: var(--clrWhite400);
}
.bg-clr--white400 {
  background-color: var(--clrWhite400);
}
.color--yellow400 {
  color: var(--clrYellow400);
}
.bg-clr--yellow400 {
  background-color: var(--clrYellow400);
}
.color--brown100 {
  color: var(--clrBrown100);
}
.bg-clr--brown100 {
  background-color: var(--clrBrown100);
}
.color-brown400 {
  color: var(--clrBrown400);
}
.bg-clr--brown400 {
  background-color: var(--clrBrown400);
}
.color--brown700 {
  color: var(--clrBrown700);
}
.bg-clr--brown700 {
  background-color: var(--clrBrown700);
}
.color--black {
  color: var(--clrBlack);
}
.color--gray700 {
  color: var(--clrGray700);
}