﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/Avenir Next.ttc") format("truetype-collection");
}
/*! 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  position: relative;
}

/**
 * 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;
}

/* 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;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

h1, .h1 {
  font-family: "DM Serif Display", serif;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1.1;
  color: #67714D;
}
h1.h2:before, .h1.h2:before {
  content: none;
}

h2, .h2 {
  font-family: "DM Serif Display", serif;
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 1.2;
  color: #67714D;
  position: relative;
  padding-top: 20px;
}
h2:before, .h2:before {
  content: "";
  height: 1px;
  width: 80px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0px;
}
h2.h3:before, .h2.h3:before {
  content: none;
}
h2.h4:before, .h2.h4:before {
  content: none;
}

h3, .h3 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #67714D;
}

h4, .h4 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #67714D;
  text-transform: none;
}

h5, .h5 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #67714D;
  text-transform: none;
}

.subtitle {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p, .body-xl {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
}

p {
  color: #67714D;
}

.body-l {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #67714D;
}

.body-s {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #67714D;
}

.body-xs {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
}

a, a:hover {
  text-decoration: none;
  font-family: "Avenir Next", sans-serif;
  color: #3C462C;
}

.text-lower {
  text-transform: none;
}

ul li, ul li span, ol li, ol li span {
  color: #67714D;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** COLORS **/
.text-green {
  color: #67714D;
}

.text-white {
  color: #FFFFFF;
}

sup {
  top: -0.2em;
  font-size: 80%;
}

@media all and (max-width: 600px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
*:focus-visible {
  border: 1px dotted white;
  border-radius: 2px;
  outline: none;
}

button:focus {
  border: 1px dotted white;
  border-radius: 2px;
}

#content-skip {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 0;
  max-width: 250px;
  text-align: center;
  justify-content: center;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.rollover-link {
  text-transform: uppercase;
  font-size: 0.938rem;
  line-height: 1.8;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}
.rollover-link:after, .rollover-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3C462C;
  display: block;
  position: absolute;
  bottom: 0px;
  transition: width 0.1s linear;
}
.rollover-link:after {
  width: 0;
  background-color: #F09C22;
}
.rollover-link span {
  padding-right: 26px;
  transition: padding 0.1s linear;
  display: inline-block;
}
.rollover-link span:after, .rollover-link span:before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  background-image: url("../../img/icons/rollover-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: width 0.1s linear;
}
.rollover-link span:before {
  width: 0;
  left: 0;
}
.rollover-link:hover {
  font-weight: 600;
}
.rollover-link:hover:after {
  width: 100%;
}
.rollover-link:hover span {
  padding-right: 0px;
  padding-left: 26px;
}
.rollover-link:hover span:after {
  width: 0;
}
.rollover-link:hover span:before {
  width: 12px;
}
.rollover-link.rollover-white {
  color: #FFFFFF;
}
.rollover-link.rollover-white:before {
  background-color: #FFFFFF;
}

.btn {
  background-color: #E6D4AA;
  color: #3C462C;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  padding: 20px 35px;
  letter-spacing: 0.7px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  border: transparent;
}
.btn.full-width {
  width: 100%;
}
.btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #E6D4AA;
  border-radius: 3px;
}
.btn:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #F09C22;
  border-radius: 3px;
  transition: width 0.3s ease-out;
}
.btn:hover {
  font-weight: 700;
  color: #3C462C;
}
.btn:hover:after {
  width: 100%;
}
.btn:active, .btn:focus-visible, .btn:focus {
  background-color: #F09C22;
  border: transparent;
  font-weight: 700;
}
.btn-green {
  color: #FFFFFF;
}
.btn-green:before {
  background-color: #3C462C;
}
.btn.btn-white:before {
  background-color: #FFFFFF;
}
.btn-inverted {
  background-color: #F09C22;
}
.btn-inverted:before {
  background-color: #F09C22;
}
.btn-inverted:after {
  background-color: #E6D4AA;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #F09C22;
  color: #3C462C;
  border-color: #F09C22;
}

.btn-close {
  background: url("../../img/icons/close-icon.svg") center/1em auto no-repeat;
  opacity: 1;
  background-size: cover;
}

.whatsapp-nav {
  display: block;
  position: fixed;
  right: 90px;
  bottom: 25px;
  z-index: 99;
}
.whatsapp-nav.sf-zone-widget {
  position: unset;
  bottom: 0;
}
.whatsapp-nav a {
  padding: 0 !important;
  height: 80px;
  width: 80px;
  display: block;
}
.whatsapp-nav a svg {
  height: 100% !important;
  width: 100% !important;
}
.whatsapp-nav.bottom {
  position: absolute;
}

#back-to-top {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
#back-to-top.bottom {
  position: absolute;
  transform: translateY(-80px);
  bottom: unset;
}

.flyout-open #back-to-top {
  display: none;
}

#weatherWidget {
  height: 125px;
  width: 76px;
  display: block;
  position: fixed;
  top: 45%;
  right: 15px;
  z-index: 99;
  background-color: #4E6302;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
}
#weatherWidget a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#weatherWidget a .weather-icon {
  height: 64px;
  width: 64px;
  margin: auto;
  object-fit: contain;
}
#weatherWidget a p {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #FFFFFF;
}
#weatherWidget.bottom {
  position: absolute;
  top: unset;
  right: 200px;
  bottom: 25px;
}
#weatherWidget.sf-zone-widget {
  position: unset;
  bottom: 0;
}

/** PADDING **/
.padding-200 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.padding-top-200 {
  padding-top: 150px;
}
.padding-bottom-200 {
  padding-bottom: 150px;
}
.padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.padding-top-150 {
  padding-top: 150px;
}
.padding-bottom-150 {
  padding-bottom: 150px;
}
.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding-top-120 {
  padding-top: 120px;
}
.padding-bottom-120 {
  padding-bottom: 120px;
}
.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

section.row {
  margin-left: 0px;
  margin-right: 0px;
}
section.row .col-md-12:first-of-type {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .padding-200 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .padding-top-200 {
    padding-top: 110px;
  }
  .padding-bottom-200 {
    padding-bottom: 110px;
  }
  .padding-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-top-150 {
    padding-top: 100px;
  }
  .padding-bottom-150 {
    padding-bottom: 100px;
  }
  .padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-top-100 {
    padding-top: 50px;
  }
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .padding-150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .padding-top-150 {
    padding-top: 75px;
  }
  .padding-bottom-150 {
    padding-bottom: 75px;
  }
}
.CookieDeclaration {
  display: none;
}

.section {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.section.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.section-bg-white {
  background-color: #FFFFFF;
}
.section-bg-green {
  background-color: #3C462C;
}
.section-bg-beige {
  background-color: #FBF7ED;
}
.section-bg-olive {
  background-color: #67714D;
}
.section-bg-overlay {
  position: relative;
}
.section-bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../img/bg-overlay-soil.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg-overlay .container {
  position: relative;
  z-index: 9;
}

.bg-underlay {
  position: absolute;
  width: 100%;
}
.bg-underlay.align-top {
  top: 0px;
}
.bg-underlay.align-bottom {
  bottom: 0px;
}
.bg-underlay.height-250 {
  height: 250px;
}
.bg-underlay.height-100 {
  height: 100px;
}
.bg-underlay.color-white {
  background-color: #FFFFFF;
}
.bg-underlay.color-beige {
  background-color: #FBF7ED;
}

/* COLOR OVERRIDES */
.section-bg-green h1, .section-bg-green h2, .section-bg-green h3, .section-bg-green h4, .section-bg-green h5, .section-bg-green p, .section-bg-green a, .section-bg-green ul li, .section-bg-green ul li span, .section-bg-olive h1, .section-bg-olive h2, .section-bg-olive h3, .section-bg-olive h4, .section-bg-olive h5, .section-bg-olive p, .section-bg-olive a, .section-bg-olive ul li, .section-bg-olive ul li span {
  color: #FFFFFF;
}
.section-bg-green a.btn, .section-bg-olive a.btn {
  color: #3C462C;
}
.section-bg-green h2:before, .section-bg-olive h2:before {
  background-color: #FFFFFF;
}

.wow {
  opacity: 0;
}

@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-duration: 0.5s;
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale3d(1.05, 1.05, 1);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInZoom {
  -webkit-animation: fadeZoom 1.4s;
  animation: fadeZoom 1.4s;
  animation-fill-mode: backwards;
  animation-direction: normal;
}

@-webkit-keyframes fadeUpCustom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeUpCustom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeUpCustom {
  -webkit-animation: fadeUpCustom 1.4s;
  animation: fadeUpCustom 1.4s;
  animation-fill-mode: backwards;
  animation-direction: normal;
}

.modal {
  --bs-modal-width: 750px;
}

.form-wrapper {
  /*    button[type="submit"] {
      margin-top: 50px;
  }*/
}
.form-wrapper section.row .col-md-12:first-of-type {
  padding-left: 15px;
  padding-right: 15px;
}
.form-wrapper .invalid-feedback {
  display: block;
}
.form-wrapper fieldset {
  padding: 0;
}
.form-wrapper fieldset select.form-select {
  background-image: none;
  background-color: transparent;
}
.form-wrapper .form-control {
  background-color: transparent;
}
.form-wrapper .row {
  margin-bottom: 50px;
}
.form-wrapper label {
  color: #67714D;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0;
}
.form-wrapper select,
.form-wrapper input,
.form-wrapper textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(103, 113, 77, 0.5);
}
.form-wrapper select:active, .form-wrapper select:focus,
.form-wrapper input:active,
.form-wrapper input:focus,
.form-wrapper textarea:active,
.form-wrapper textarea:focus {
  border-bottom: 2px solid rgb(103, 113, 77) !important;
}
.form-wrapper .select-wrapper {
  position: relative;
}
.form-wrapper .select-wrapper label {
  position: absolute;
}
.form-wrapper .select-wrapper select {
  cursor: pointer;
  appearance: none;
  padding-top: 0px;
  padding-left: 0;
  height: 65px;
  align-content: end;
  display: flex;
  flex-wrap: wrap;
  min-height: 73px;
}
.form-wrapper .select-wrapper:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../../img/icons/caret-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
}
.form-wrapper .form-check {
  padding-left: 0;
}
.form-wrapper .form-check.legal {
  padding-left: 1.5em;
}
.form-wrapper .checkmark-label {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: #3C462C;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-wrapper .checkmark-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-wrapper .checkmark-label input:checked ~ .checkmark-form {
  background-color: #3C462C;
  border-color: #3C462C;
}
.form-wrapper .checkmark-label .checkmark-form {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  border: 1.5px solid #707070;
}
.form-wrapper .checkmark-label .checkmark-form:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  bottom: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrapper .checkmark-label input:checked ~ .checkmark-form::after {
  display: block;
}
.form-wrapper #submit-btn {
  margin-top: 30px;
}
.form-wrapper .custom-file-container {
  margin-top: 15px;
}
.form-wrapper .custom-file-container .form-text {
  margin-bottom: 15px;
}
.form-wrapper .custom-file-container .custom-file-input input {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  visibility: hidden;
  padding: 0;
}
.form-wrapper .custom-file-container .custom-file-input label {
  background-color: #E6D4AA;
  color: #3C462C;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  padding: 10px 15px;
  letter-spacing: 0.7px;
  transition: background-color 0.25s ease-in;
  position: relative;
  z-index: 1;
  border: transparent;
  cursor: pointer;
}
.form-wrapper .custom-file-container .custom-file-input input:hover + label,
.form-wrapper .custom-file-container .custom-file-input input:focus + label {
  background-color: #F09C22;
}
.form-wrapper .custom-file-container .custom-file-input input:focus + label {
  outline: 1px solid #86b7fe;
  outline: -webkit-focus-ring-color auto 2px;
}
.form-wrapper .custom-file-container .custom-file-input .file-name {
  margin-bottom: 0px;
  font-size: 1rem;
  align-self: center;
  font-size: 0.875em;
  margin-left: 15px;
}
.form-wrapper fieldset[data-sf-role=checkboxes-field-container] {
  margin: 10px 0;
}

.contact-info-wrap .press-inquiries h2 {
  margin-bottom: 30px;
}
.contact-info-wrap .press-inquiries ul {
  list-style: none;
  padding: 0;
}
.contact-info-wrap .press-inquiries ul li {
  color: #67714D;
}
.contact-info-wrap .press-inquiries ul li svg {
  margin-right: 15px;
}
.contact-info-wrap .press-inquiries li:not(:last-of-type) {
  padding-bottom: 30px;
}
.contact-info-wrap .explore-more h2 {
  margin-bottom: 30px;
}
.contact-info-wrap .explore-more ul {
  list-style: none;
  padding: 0;
}
.contact-info-wrap .explore-more li:not(:last-of-type) {
  padding-bottom: 30px;
}

.thankyou-custom h2:before {
  content: none;
}
.thankyou-custom .two-column .text-column p {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .form-wrapper .row {
    margin-bottom: 0px;
  }
  .form-wrapper .form-control {
    margin-bottom: 50px;
  }
}
.regional-table-wrapper .social-media ul, .position-table-wrapper .social-media ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.regional-table-wrapper .social-media ul li, .position-table-wrapper .social-media ul li {
  padding-right: 25px;
}
.regional-table-wrapper .social-media ul li a, .position-table-wrapper .social-media ul li a {
  height: 18px;
  width: 18px;
  display: block;
}
.regional-table-wrapper .social-media ul li a svg, .position-table-wrapper .social-media ul li a svg {
  height: 18px;
  width: 100%;
  fill: #F09C22;
  display: block;
}
.regional-table-wrapper .table > :not(caption) > * > *, .position-table-wrapper .table > :not(caption) > * > * {
  border: none;
}
.regional-table-wrapper .table thead, .position-table-wrapper .table thead {
  border-bottom: 2px solid #67714D;
}
.regional-table-wrapper .table thead tr th, .position-table-wrapper .table thead tr th {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #67714D;
  width: 33%;
}
.regional-table-wrapper .table tbody tr, .position-table-wrapper .table tbody tr {
  border: none;
  border-bottom: 1px solid rgba(103, 113, 77, 0.15);
}
.regional-table-wrapper .table tbody tr td, .position-table-wrapper .table tbody tr td {
  color: #67714D;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 15px;
}
.regional-table-wrapper .table tbody tr td.language-column, .position-table-wrapper .table tbody tr td.language-column {
  display: flex;
  width: 43%;
  flex-direction: row;
}
.regional-table-wrapper .table tbody tr td.language-column a, .position-table-wrapper .table tbody tr td.language-column a {
  padding-right: 5px;
  display: flex;
}
.regional-table-wrapper .table tbody tr td a, .position-table-wrapper .table tbody tr td a {
  font-size: 18px;
  text-decoration: underline;
  color: #67714D;
  display: block;
  width: fit-content;
}
.regional-table-wrapper .table tbody tr td a.rollover-link, .regional-table-wrapper .table tbody tr td a.btn, .position-table-wrapper .table tbody tr td a.rollover-link, .position-table-wrapper .table tbody tr td a.btn {
  text-decoration: none;
  color: #3C462C;
}
.regional-table-wrapper .table tbody tr td a.rollover-link, .position-table-wrapper .table tbody tr td a.rollover-link {
  font-size: 0.938rem;
  line-height: 1.8;
}
.regional-table-wrapper .table tbody tr td a.btn, .position-table-wrapper .table tbody tr td a.btn {
  font-size: 0.875rem;
  line-height: 1;
}
.regional-table-wrapper .table tbody tr td a.btn-green, .position-table-wrapper .table tbody tr td a.btn-green {
  color: #FFFFFF;
}
.regional-table-wrapper .show-more, .position-table-wrapper .show-more {
  margin-top: 20px;
}
.regional-table-wrapper.tab-content .tab-pane .locations-column, .position-table-wrapper.tab-content .tab-pane .locations-column {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .regional-table-wrapper.tab-content .tab-pane .locations-column, .position-table-wrapper.tab-content .tab-pane .locations-column {
    display: grid;
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(0, 200px));
    gap: 40px;
    list-style: none;
    padding: 0 15px;
    margin: 0;
  }
}
@media all and (min-width: 1440px) {
  .regional-table-wrapper.tab-content .tab-pane .locations-column, .position-table-wrapper.tab-content .tab-pane .locations-column {
    grid-template-rows: repeat(6, auto);
  }
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap, .position-table-wrapper.tab-content .tab-pane .location-wrap {
  width: fit-content;
  max-width: 200px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .regional-table-wrapper.tab-content .tab-pane .location-wrap, .position-table-wrapper.tab-content .tab-pane .location-wrap {
    padding-bottom: 0px;
  }
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .location, .position-table-wrapper.tab-content .tab-pane .location-wrap .location {
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .location h3, .position-table-wrapper.tab-content .tab-pane .location-wrap .location h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: unset;
  color: #3C462C;
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .location span, .position-table-wrapper.tab-content .tab-pane .location-wrap .location span {
  margin: 0 10px;
  color: #3C462C;
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .location a, .position-table-wrapper.tab-content .tab-pane .location-wrap .location a {
  color: #3C462C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  margin-right: 5px;
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .social-media, .position-table-wrapper.tab-content .tab-pane .location-wrap .social-media {
  display: none;
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .social-media ul, .position-table-wrapper.tab-content .tab-pane .location-wrap .social-media ul {
  margin-bottom: 0;
}
.regional-table-wrapper.tab-content .tab-pane .location-wrap .social-media ul li, .position-table-wrapper.tab-content .tab-pane .location-wrap .social-media ul li {
  padding-right: 8px;
}

.regional-tabs button.nav-link {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.regional-tabs button.nav-link h2 {
  font-family: "Avenir Next", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin: 0;
  padding-top: 0;
  text-align: start;
  color: #3C462C;
}
.regional-tabs button.nav-link h2:before {
  content: none;
}
.regional-tabs button.nav-link.active {
  background-color: transparent;
}
.regional-tabs button.nav-link.active h2 {
  font-weight: 600;
}
.regional-tabs button.nav-link.active span svg path {
  fill: #F09C22;
}
@media all and (max-width: 992px) {
  .regional-tabs button.nav-link {
    padding-left: 0;
  }
}

.country-mobile-flyout {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  transition: left 0.1s linear;
}
.country-mobile-flyout.show {
  display: block;
  position: absolute;
  background-color: #FBF7ED;
  height: 100%;
  left: 0;
  transition: left 0.1s linear;
}
.country-mobile-flyout .close-pane {
  display: block;
  background-color: transparent;
  border: transparent;
  width: fit-content;
  margin-bottom: 30px;
  color: #3C462C;
}
.country-mobile-flyout .close-pane span {
  margin-right: 5px;
}
.country-mobile-flyout .close-pane span svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.country-mobile-flyout .close-pane:hover span svg path {
  fill: #F09C22;
}
@media all and (min-width: 993px) {
  .country-mobile-flyout {
    position: unset;
    display: block;
  }
  .country-mobile-flyout .close-pane {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .regional-table-wrapper table.table, .position-table-wrapper table.table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .regional-table-wrapper table.table tbody td, .position-table-wrapper table.table tbody td {
    padding: 20px 25px 20px 25px;
    min-width: 150px;
  }
}
/** HERO SECTIONS **/
.hero-section {
  padding-top: 116px;
}
.hero-section h1 {
  margin-top: 0;
  word-break: break-word;
}

.hero-two-column .subtitle {
  margin-top: 60px;
}
.hero-two-column .hero-img {
  height: 750px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-two-column .hero-img.square {
  height: 100%;
  aspect-ratio: 1/1;
}
.hero-two-column .img-column {
  position: relative;
}
.hero-two-column .hero-img-cascade {
  position: absolute;
  width: 350px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
}
.hero-two-column.careers-intro .subtitle {
  margin-top: 0;
  margin-bottom: 60px;
  text-transform: none;
}

.hero-ctas .inner-wrap {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.hero-ctas .inner-wrap a {
  height: 100%;
  width: 100%;
  display: block;
}
.hero-ctas .inner-wrap a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgb(36, 41, 29);
  background: linear-gradient(0deg, rgb(36, 41, 29) 0%, rgba(60, 70, 44, 0.59) 50%, rgba(83, 102, 87, 0.01) 100%);
}
.hero-ctas .inner-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.29, 0.16, 0.66, 0.99);
}
.hero-ctas .inner-wrap a .text-wrap {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.hero-ctas .inner-wrap a .text-wrap p {
  color: #FFFFFF;
}
.hero-ctas .inner-wrap a .rollover-link:before {
  background-color: #FFFFFF;
}
.hero-ctas .inner-wrap:hover a .rollover-link:after {
  width: 100%;
}
.hero-ctas .inner-wrap:hover a .rollover-link span {
  padding-right: 0px;
  padding-left: 26px;
}
.hero-ctas .inner-wrap:hover a .rollover-link span:after {
  width: 0;
}
.hero-ctas .inner-wrap:hover a .rollover-link span:before {
  width: 12px;
}
.hero-ctas .inner-wrap:hover a img {
  transform: scale(1.1);
}

.hero-banner-image {
  width: 100%;
  height: 740px;
  overflow: hidden;
  position: relative;
  top: -194px;
}
.hero-banner-image img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero-banner-image-padding {
  padding-bottom: 325px;
}

.hero-image-slider {
  padding-bottom: 125px;
}
.hero-image-slider .slider-container {
  position: relative;
  top: -75px;
}

.hero-image-alt .hero-banner-image-container .hero-banner-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -194px;
}
.hero-image-alt .hero-banner-image-container .hero-banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

@media all and (max-width: 1400px) {
  .hero-image-alt .hero-banner-image-container {
    max-height: 700px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .padding-top-150 {
    padding-top: 0;
  }
  .hero-section .img-column {
    overflow: hidden;
  }
  .hero-section .hero-two-column h1 {
    padding-top: 50px;
  }
  .about-hero {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .hero-image-alt .hero-banner-image {
    height: 100%;
  }
  .hero-image-alt .hero-banner-image img {
    height: 100%;
  }
  .hero-image-alt .hero-banner-image-container {
    max-height: 250px;
  }
  .hero-image-alt .hero-banner-image-padding {
    padding-bottom: 225px;
  }
  .hero-banner-image {
    height: 640px;
  }
  .hero-banner-image img {
    height: 600px;
  }
  .hero-banner-image-container {
    max-height: 450px;
  }
  .hero-banner-image-padding {
    padding-bottom: 225px;
  }
}
@media all and (max-width: 600px) {
  .hero-two-column .hero-img {
    height: 550px;
  }
  .hero-two-column .hero-img-cascade {
    width: 250px;
    height: 270px;
  }
}
@media all and (max-width: 576px) {
  .hero-section {
    padding-top: 83px;
  }
}
/** ANIMATED CTA CARD **/
.animated-cta-card {
  height: 100%;
  width: 100%;
  min-height: 350px;
  border: 1px solid #E6D4AA;
  background-color: #fff;
  position: relative;
}
.animated-cta-card a {
  height: 100%;
  width: 100%;
}
.animated-cta-card a .svg-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.animated-cta-card a .svg-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-color: #FBF7ED;
  clip-path: circle(15% at 50% 50%);
  transition: clip-path 0.4s cubic-bezier(0.65, 0.62, 0.94, 0.58);
  z-index: -1;
  position: absolute;
}
.animated-cta-card a .svg-wrapper:hover:before {
  clip-path: circle(100% at 50% 50%);
  transition: clip-path 0.2s cubic-bezier(0.65, 0.62, 0.94, 0.58);
}
.animated-cta-card a .svg-wrapper img {
  /*                position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  max-height: 30%;
  position: relative;
  top: 10px;
}
.animated-cta-card a .svg-wrapper p.subtitle {
  position: relative;
  top: 60px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #67714D;
}

.cta-card .icon-wrap {
  height: 82px;
  width: 82px;
  margin-bottom: 15px;
}
.cta-card p {
  margin-bottom: 30px;
}
.cta-card h3.h5 {
  font-weight: 600;
}

.tab-card .inner-wrap {
  background-color: #FFFFFF;
  padding: 30px;
  border: solid 1px transparent;
}
.tab-card .inner-wrap:hover {
  border: solid 1px #E6D4AA;
}

.solutions-card p {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .animated-cta-card {
    min-height: 200px;
  }
  .animated-cta-card .svg-wrapper img {
    max-height: 60px;
  }
  .animated-cta-card .svg-wrapper p.subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .cta-card {
    padding-bottom: 30px;
  }
  .tab-card {
    padding-bottom: 30px;
  }
}
/** Cascading Images **/
.cascade-images {
  position: relative;
}
.cascade-images .cascade-image--background {
  position: relative;
  width: 445px;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cascade-images .cascade-image--background img {
  min-height: 620px;
  width: 100%;
  max-width: 445px;
}
.cascade-images .cascade-image--foreground {
  position: absolute;
  width: 350px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.cascade-images.left-column .cascade-image--background {
  margin-right: auto;
}
.cascade-images.left-column .cascade-image--foreground {
  right: 0;
}
.cascade-images.right-column .cascade-image--background {
  margin-left: auto;
}
.cascade-images.right-column .cascade-image--foreground {
  left: 0;
}
.cascade-images.center-align .cascade-image--foreground {
  bottom: 60px;
}
.cascade-images.bottom-align .cascade-image--foreground {
  bottom: -60px;
}
.cascade-images.top-align .cascade-image--foreground {
  bottom: unset;
  top: -60px;
}

.cascade-images-trio {
  position: relative;
  height: 865px;
}
.cascade-images-trio .cascade-image--background {
  position: relative;
  width: 255px;
  height: 355px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  z-index: 0;
  margin-left: auto;
}
.cascade-images-trio .cascade-image--midground {
  position: absolute;
  width: 445px;
  height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cascade-images-trio .cascade-image--foreground {
  position: absolute;
  width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  .cascade-images.left-column {
    padding-bottom: 100px;
  }
  .cascade-images.left-column.bottom-align {
    margin-bottom: 50px;
  }
  .cascade-images.right-column {
    padding-top: 50px;
  }
  .cascade-images.hide-mobile {
    display: none;
  }
  .cascade-images-trio {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .cascade-images-trio .cascade-image--foreground {
    bottom: -100px;
  }
  .cascade-images-trio.left-column {
    margin-bottom: 100px;
    padding-top: 0;
  }
  .order-1 .cascade-images.right-column {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .cascade-images .cascade-image--background {
    position: relative;
    width: 245px;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .cascade-images .cascade-image--foreground {
    position: absolute;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}
@media screen and (max-width: 435px) {
  .cascade-images-trio {
    height: 565px;
  }
  .cascade-images-trio .cascade-image--background {
    width: 155px;
    height: 155px;
  }
  .cascade-images-trio .cascade-image--midground {
    width: 245px;
    height: 245px;
  }
  .cascade-images-trio .cascade-image--foreground {
    width: 250px;
    height: 250px;
  }
}
ul.featured-list {
  list-style: none;
  padding: 0;
}
ul.featured-list li {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border: 1px solid #67714D;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
ul.featured-list li a {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease-out;
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 12px 0;
}
ul.featured-list li:after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 40%;
  right: 20px;
  background-image: url("../../../img/icons/rollover-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
ul.featured-list li:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  background-color: #67714D;
  position: absolute;
  top: 0;
  transition: width 0.4s ease-out;
}
ul.featured-list li:hover a {
  color: #FFFFFF;
}
ul.featured-list li:hover:before {
  width: 100%;
}
ul.featured-list li .featured-list-icon {
  padding: 0 25px;
  position: relative;
}
ul.featured-list li .featured-list-icon img {
  max-height: 36px;
  max-width: 36px;
  width: 100%;
}

ul.cta-list, .cta-list {
  list-style: none;
  padding: 0;
}
ul.cta-list li:not(:last-of-type), ul.cta-list div:not(:last-of-type), .cta-list li:not(:last-of-type), .cta-list div:not(:last-of-type) {
  padding-bottom: 100px;
}
ul.cta-list li img, ul.cta-list div img, .cta-list li img, .cta-list div img {
  height: 82px;
  width: 82px;
  margin-bottom: 20px;
}
ul.cta-list li .cta-wrap, ul.cta-list div .cta-wrap, .cta-list li .cta-wrap, .cta-list div .cta-wrap {
  margin-top: 50px;
}
ul.cta-list li .cta-wrap .btn, ul.cta-list div .cta-wrap .btn, .cta-list li .cta-wrap .btn, .cta-list div .cta-wrap .btn {
  margin-right: 30px;
}

img.crop-cta-img {
  max-height: 82px;
  max-width: 82px;
}

.solutions-grid ul {
  list-style: none;
  padding-left: 0;
}
.solutions-grid ul li {
  padding-top: 100px;
}
.solutions-grid ul li:nth-of-type(-n+2) {
  padding-top: 50px;
}

.other-countries ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 950px;
}
.other-countries ul li {
  padding-right: 25px;
}

@media screen and (max-width: 992px) {
  .featured-list {
    margin-top: 30px;
  }
  .solutions-grid ul li {
    padding-top: 50px;
  }
}
@media screen and (max-width: 475px) {
  ul.cta-list li .cta-wrap .btn, ul.cta-list div .cta-wrap .btn, .cta-list li .cta-wrap .btn, .cta-list div .cta-wrap .btn {
    margin-bottom: 30px;
  }
  .other-countries ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100%;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
}

.parallax-banner {
  /*    height: 800px;
  position: relative;
  display:flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -99;
  pointer-events: none;
  height: 100vh;
  width: 100%;
}
.parallax-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgb(36, 41, 29);
  background: linear-gradient(0deg, rgb(36, 41, 29) 0%, rgba(60, 70, 44, 0.6) 59%, rgba(83, 102, 87, 0.01) 100%);
}

#adminAppWrapper .parallax-banner {
  max-height: 800px;
  position: absolute;
}

.parallax-inner-content.container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.parallax-inner-content.container .row {
  height: 100%;
}
.parallax-inner-content.container .row h2 {
  color: #FFFFFF;
}
.parallax-inner-content.container .row h2:before {
  content: none;
}

@media screen and (max-width: 992px) {
  .parallax-inner-content.container h2 {
    font-size: 2.75rem;
    line-height: 1.5;
  }
  .parallax-inner-content.container .btn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .parallax-inner-content.container {
    padding-bottom: 30px;
  }
  .parallax-inner-content.container .row {
    padding-bottom: 30px;
  }
  .parallax-inner-content.container h2 {
    font-size: 1.75rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  .parallax-container {
    height: 100%;
  }
}
.stat-banner-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.stat-banner {
  /*    height: 100%;
  position: relative;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -99;
  pointer-events: none;
  height: 100vh;
  width: 100%;
}
.stat-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgb(36, 41, 29);
  background: linear-gradient(0deg, rgb(36, 41, 29) 0%, rgba(60, 70, 44, 0.6) 59%, rgba(83, 102, 87, 0.01) 100%);
}

.stat-banner-inner-content.container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.stat-banner-inner-content.container .row {
  height: 100%;
}
.stat-banner-inner-content.container .row h2 {
  color: #FFFFFF;
}
.stat-banner-inner-content.container .row h2:before {
  content: none;
}

.stat-item {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.stat-item .h1 {
  padding-bottom: 20px;
  display: flex;
  margin: 0;
}
.stat-item .h1 .statprefix {
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .stat-banner-inner-content.container .stat-item {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .stat-banner-container {
    height: 100%;
    /*
    .container {
        padding-bottom: 30px;

        .row {
            padding-bottom: 30px;
        }

        h2 {
            font-size: 1.75rem;
            line-height: 1.5;
            padding-bottom:30px;
        }
    }*/
  }
}
.video-banner {
  height: 1000px;
  position: relative;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment:fixed;*/
}
.video-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgb(36, 41, 29);
  background: linear-gradient(0deg, rgb(36, 41, 29) 0%, rgba(60, 70, 44, 0.6) 59%, rgba(83, 102, 87, 0.01) 100%);
}
.video-banner .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.video-banner .container .row {
  height: 100%;
}
.video-banner .container .row h2 {
  color: #FFFFFF;
}
.video-banner .container .row h2:before {
  content: none;
}

@media screen and (max-width: 992px) {
  .parallax-banner h2 {
    font-size: 2.75rem;
    line-height: 1.2;
  }
  .parallax-banner .btn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .parallax-banner h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.slider-container {
  overflow: hidden;
}

.leadership.slider-container {
  display: flex;
}

#newsSlider .img-wrap {
  height: 100%;
  max-height: 230px;
  width: 100%;
  overflow: hidden;
}
#newsSlider img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.29, 0.16, 0.66, 0.99);
}
#newsSlider hr {
  height: 2px;
  color: #A8B2AA;
  opacity: 1;
}
#newsSlider .swiper-slide:hover a .rollover-link:after {
  width: 100%;
}
#newsSlider .swiper-slide:hover a .rollover-link span {
  padding-right: 0px;
  padding-left: 26px;
}
#newsSlider .swiper-slide:hover a .rollover-link span:after {
  width: 0;
}
#newsSlider .swiper-slide:hover a .rollover-link span:before {
  width: 12px;
}
#newsSlider .swiper-slide:hover a img {
  transform: scale(1.1);
}

#largeImageSlider .img-wrap {
  width: 100%;
  height: 485px;
}
#largeImageSlider .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#largeImageSlider .slide-caption {
  margin-top: 25px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
}

.slider-controls {
  display: flex;
  padding-left: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.slider-controls-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.slider-controls-wrap .slider-fraction {
  /*flex:1;*/
  width: fit-content;
  color: #67714D;
  margin-right: 40px;
}
.slider-controls .title {
  margin-bottom: 50px;
}
.slider-controls .rollover-link {
  margin-right: 3rem;
}

.section-bg-green .slider-fraction {
  color: #FFFFFF;
}

.slider-next, .slider-prev {
  height: 50px;
  width: 50px;
  border: 1px solid #67714D !important;
  border-radius: 100% !important;
  margin: 0 4px;
  position: relative;
  background-color: #FFFFFF;
  transition: background-color 0.1s linear;
  display: flex;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #67714D;
}

.slider-next:after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 2px;
  background-image: url("../../img/icons/slider-next.svg");
}

.slider-prev:after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 2px;
  background-image: url("../../img/icons/slider-prev.svg");
}

.leadership .slider-controls {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.leadership .slider-controls .slider-controls-wrap {
  min-width: 215px;
}
.leadership .slider-controls .title {
  margin-bottom: 50px;
  width: 100%;
}

#leadershipSlider {
  /*    max-width: 60%;
  float: right;*/
  width: 100%;
  overflow: hidden;
}
#leadershipSlider .inner-wrap {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
#leadershipSlider .inner-wrap .profile-picture {
  background-position: center;
  position: relative;
  background-size: cover;
  height: 525px;
}
#leadershipSlider .inner-wrap .text-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #3C462C;
  color: white;
  top: 73%;
  width: 100%;
  padding: 0 10px;
  transition: top 0.3s ease-in;
}
#leadershipSlider .inner-wrap .text-wrap p {
  color: #FFFFFF;
  line-height: 1.3;
}
#leadershipSlider .inner-wrap .text-wrap .top-section {
  height: 145px;
  text-align: center;
  padding-top: 45px;
}
#leadershipSlider .inner-wrap .text-wrap .about {
  font-family: "DM Serif Display", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  padding: 30px 15px 0 15px;
  position: relative;
}
#leadershipSlider .inner-wrap .text-wrap .about:before {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #67714D;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  top: 0;
}
#leadershipSlider .inner-wrap:hover .text-wrap {
  top: 0;
}

#marqueeSlider {
  overflow-x: clip;
}
#marqueeSlider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#marqueeSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#marqueeSlider .swiper-slide {
  position: relative;
  width: 100%;
}
#marqueeSlider .style-1 {
  height: 350px;
  max-width: 350px;
}
#marqueeSlider .style-2 {
  height: 355px;
  max-width: 255px;
  top: 40px;
}
#marqueeSlider .style-0 {
  height: 445px;
  max-width: 350px;
  top: 115px;
}

#marqueeScroll {
  overflow-x: clip;
}
#marqueeScroll img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#marqueeScroll .marquee-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
  flex-direction: row;
  z-index: 9;
  position: relative;
  width: 200%;
  /* left: -20%;*/
  right: 20%;
}
#marqueeScroll .marquee-item {
  position: relative;
  width: 100%;
  position: relative;
  margin: 0 15px;
}
#marqueeScroll .marquee-item:nth-child(3n+1) {
  height: 350px;
  max-width: 350px;
  min-width: 350px;
}
#marqueeScroll .marquee-item:nth-child(3n+2) {
  height: 355px;
  max-width: 255px;
  min-width: 255px;
  top: 40px;
}
#marqueeScroll .marquee-item:nth-child(3n+3) {
  height: 445px;
  max-width: 350px;
  min-width: 350px;
  top: 115px;
}

.slider-offset-padding {
  margin-left: 1.5rem;
  margin-right: 0;
}

@media all and (max-width: 499px) {
  .slider-controls .rollover-link {
    margin-top: 30px;
  }
}
@media all and (max-width: 991px) {
  .leadership.slider-container {
    flex-direction: column;
  }
  .leadership.slider-container .slider-controls {
    display: flex;
    padding-left: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 50px;
    margin-right: 1.5rem;
  }
  .leadership.slider-container .slider-controls .slider-controls-wrap {
    min-width: 200px;
  }
  .leadership.slider-container .slider-controls .slider-controls-wrap .slider-fraction {
    flex: 1;
  }
  .product-slider.slider-fraction, .product-slider.slider-prev, .product-slider.slider-next {
    display: none;
  }
  #leadershipSlider .inner-wrap .text-wrap {
    position: relative;
    left: 0;
    height: 100%;
    background-color: #3C462C;
    color: white;
    top: 0;
    transition: top 0.3s ease-in;
    padding: 30px 15px 30px 15px;
  }
  #leadershipSlider .inner-wrap .text-wrap .top-section {
    height: auto;
    padding-top: 25px;
  }
}
/*@media all and (min-width:1730px){
    #leadershipSlider {
        max-width: 45%;

    }
}*/
/* Offset Padding */
@media screen and (min-width: 600px) {
  .slider-offset-padding {
    margin-left: max(0px, (100% - 540px)/2);
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .slider-offset-padding {
    margin-left: max(0px, (100% - 720px)/2);
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .slider-offset-padding {
    margin-left: max(0px, (100% - 960px)/2);
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .slider-offset-padding {
    margin-left: max(0px, (100% - 1140px)/2);
    margin-right: max(0px, (100% - 1140px)/2);
  }
  .slider-offset-padding.offset-left-only {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .slider-offset-padding {
    margin-left: max(0px, (100% - 1320px)/2);
    margin-right: max(0px, (100% - 1320px)/2);
  }
  .slider-offset-padding.offset-left-only {
    margin-right: 0;
  }
}
.accordion-controls {
  padding-left: 0;
  list-style: none;
  padding-top: 3.125rem;
}
.accordion-controls li {
  padding-left: 0;
  list-style: none;
  padding-bottom: 25px;
  position: relative;
}
.accordion-controls li:last-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.2px;
  background-color: rgba(103, 113, 77, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: linear 0.4s;
}
.accordion-controls li button {
  border: 0;
  color: #67714D;
  width: 100%;
  padding: 0;
  text-align: left;
  padding-top: 1.875rem;
  padding-right: 4rem;
  background-repeat: no-repeat;
  background-position: 96% 90%;
  background-color: transparent;
  z-index: 1;
  position: relative;
}
.accordion-controls li button span:before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 1.75rem;
  border-radius: 50%;
  border: 1px solid #67714D;
  transition: all 0.3s ease-out;
}
.accordion-controls li button span:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 1.8rem;
  background-image: url("../../img/icons/caret-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease-out;
}
.accordion-controls li button[aria-expanded=true] {
  outline: 0;
}
.accordion-controls li button[aria-expanded=true]:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #67714D;
  position: absolute;
  top: 0;
  left: 0;
  transition: linear 0.5s;
}
.accordion-controls li button[aria-expanded=true]:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(103, 113, 77, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  transition: linear 0.4s;
}
.accordion-controls li button[aria-expanded=true] span:before {
  background-color: #67714D;
}
.accordion-controls li button[aria-expanded=true] span:after {
  top: 1.75rem;
  transform: rotateX(180deg);
}
.accordion-controls li button:focus:not(:focus-visible) {
  outline: 0;
}
.accordion-controls li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C1C1C1;
  position: absolute;
  top: 0;
  left: 0;
  transition: linear 0.4s;
}
.accordion-controls li button:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  transition: linear 0.9s;
}
.accordion-controls li .accordion-content {
  display: none;
  padding: 1.5rem 4rem 0 0;
}
.accordion-controls li .accordion-content.open {
  visibility: visible !important;
  display: block;
}
.accordion-controls li .accordion-content .btn-arrow {
  color: #3C462C;
  margin-top: 2.438rem;
}
.accordion-controls li .accordion-content .btn-arrow:before {
  border-color: #3C462C;
  height: 21px;
  width: 21px;
  background-position: 58% 50%;
}
.accordion-controls li .accordion-content .accordion-content-img {
  display: none;
  margin-top: 30px;
}
.accordion-controls li .accordion-content p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.faq-sections .faq-sections-list-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.faq-sections .accordion-section {
  margin-bottom: 100px;
}
.faq-sections .accordion-section:last-of-type {
  padding-bottom: 0;
}
.faq-sections .accordion-section h2 {
  scroll-margin-top: 100px;
}
.faq-sections .accordion-section h2:before {
  content: none;
}
.faq-sections .faq-sections-selector ul {
  padding: 0;
  list-style: none;
}
.faq-sections .faq-sections-selector ul li {
  width: 100%;
  border-bottom: 1px solid rgba(103, 113, 77, 0.15);
}
.faq-sections .faq-sections-selector ul li:first-of-type {
  border-top: 1px solid rgba(103, 113, 77, 0.15);
}
.faq-sections .faq-sections-selector ul li a {
  padding: 25px 0;
  display: block;
  position: relative;
  font-weight: 600;
  color: #3C462C;
}
.faq-sections .faq-sections-selector ul li a:after {
  content: "";
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  background-image: url("../../img/icons/slider-next.svg");
}

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(60, 70, 44, 0.16);
  -webkit-box-shadow: 0 10px 30px rgba(60, 70, 44, 0.16);
  -moz-box-shadow: 0 10px 30px rgba(60, 70, 44, 0.16);
  -ms-box-shadow: 0 10px 30px rgba(60, 70, 44, 0.16);
  -o-box-shadow: 0 10px 30px rgba(60, 70, 44, 0.16);
  padding: 0;
  border-radius: 100%;
}
#back-to-top-btn a, #back-to-top-btn img {
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 992px) {
  #back-to-top-btn {
    display: block;
  }
  .faq-sections .accordion-section {
    margin-bottom: 50px;
  }
  .faq-sections .faq-sections-selector {
    margin-bottom: 50px;
  }
}
.centered-cta h2:before {
  left: 0;
  right: 0;
  margin: auto;
}
.centered-cta .cta-wrap {
  margin-top: 50px;
}
.centered-cta .cta-wrap .rollover-link {
  margin-left: 30px;
}

@media all and (max-width: 992px) {
  .centered-cta .cta-wrap {
    flex-direction: column;
  }
  .centered-cta .cta-wrap .btn {
    margin-bottom: 50px;
  }
  .centered-cta .cta-wrap .video-btn {
    margin-left: 0;
  }
  .centered-cta .cta-wrap .rollover-link {
    margin-left: 0px;
  }
}
.two-column.fullwidth .row {
  height: 1000px;
}
.two-column.fullwidth .row .img-wrap {
  max-width: 50%;
  height: 100%;
  padding-left: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}
.two-column.fullwidth .row .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  object-position: left;
}
.two-column .text-column {
  color: #67714D;
  /*        .btn {
      margin-top: 50px;
  }*/
}
.two-column .text-column ul {
  list-style: none;
  padding: 0;
}
.two-column .text-column ul li {
  font-size: 1.125rem;
  margin-bottom: 30px;
  padding-left: 40px;
  line-height: 1.2;
  position: relative;
}
.two-column .text-column ul li:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  background-image: url("../../img/icons/list-icon.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.two-column .text-column ul li:last-of-type {
  padding-bottom: 0;
}
.two-column .text-column .cta-wrap {
  margin-top: 50px;
}
.two-column .text-column .cta-wrap .btn {
  margin-top: 0;
  margin-right: 30px;
}
.two-column .text-column h3, .two-column .text-column h2 {
  margin-bottom: 30px;
}
.two-column .text-column p {
  margin-bottom: 50px;
}
.two-column .text-column a {
  text-decoration: underline;
}
.two-column .text-column a.btn {
  text-decoration: none;
}
.two-column .responsive-img-wrap img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .two-column.fullwidth .row {
    height: unset;
    padding-bottom: 400px;
  }
  .two-column.fullwidth .row .img-wrap {
    max-width: 95%;
    height: 400px;
    padding-left: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .two-column.fullwidth .row .img-wrap img {
    object-position: center;
  }
  .two-column.fullwidth .row .text-column {
    padding-bottom: 50px;
  }
  .two-column .text-column .cta-wrap {
    margin-top: 50px;
  }
  .two-column .text-column .cta-wrap .btn {
    margin-bottom: 30px;
  }
}
.timeline-track {
  width: 11px;
  height: calc(100% + 100px);
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  display: block;
  margin: auto;
  /*    top: 65%;
  bottom: 0px;*/
}
.timeline-track:before {
  content: "";
  width: 1px;
  display: block;
  height: 100%;
  background-color: #D6D5C5;
  position: absolute;
  left: 6px;
}

.timeline {
  background-color: #F09C22;
  height: 0;
  width: 3px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  top: 0;
  z-index: 1;
}
.timeline:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  display: block;
  bottom: 0;
  background-color: white;
  border-radius: 100%;
  left: -12px;
  z-index: 99;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.timeline-section {
  position: relative;
}
.timeline-section .timeline-container {
  opacity: 0.25;
  transition: opacity 0.1s ease-in;
  padding-top: 200px;
}
.timeline-section .timeline-container.active {
  opacity: 1;
}
.timeline-section .timeline-container.completed {
  opacity: 1;
}
.timeline-section .timeline-container p {
  color: #67714D;
}
.timeline-section .timeline-container .timeline-text p {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 400px;
  margin-bottom: 30px;
}
.timeline-section .timeline-container .timeline-year .milestone-title p {
  letter-spacing: 1px;
  line-height: 1.5;
}
.timeline-section .timeline-container .timeline-year .year p {
  font-family: "DM Serif Display", serif;
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 1.2;
  color: #67714D;
  position: relative;
}
.timeline-section .timeline-container .timeline-image {
  height: 300px;
  max-width: 445px;
  width: 100%;
}
.timeline-section .timeline-container .timeline-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.vertical-spacer {
  height: 200px;
  width: 100%;
  position: relative;
}

.timeline-horizontal .timeline-container {
  position: relative;
  margin-top: 57px;
}
.timeline-horizontal .timeline-container .timeline-track {
  width: calc(100% + 100px);
  height: 11px;
  position: absolute;
  top: -40px;
  right: 0;
  left: -100px;
  display: block;
  margin: auto;
}
.timeline-horizontal .timeline-container .timeline-track:before {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  background-color: #D6D5C5;
  position: absolute;
  left: 6px;
}
.timeline-horizontal .timeline-container .slider-controls {
  display: flex;
  padding-left: 15px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.timeline-horizontal .milestone {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 0.975rem;
}
.timeline-horizontal .milestone:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  display: block;
  bottom: 0;
  background-color: white;
  border-radius: 100%;
  top: -56px;
  z-index: 99;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.timeline-horizontal .milestone.swiper-slide-active:before {
  background-color: #F09C22;
}
.timeline-horizontal .milestone .year p {
  font-size: 3.75rem;
  line-height: 4.374rem;
  font-family: "DM Serif Display", serif;
  color: #67714D;
}
.timeline-horizontal .milestone .milestone-title p {
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  margin-bottom: 0.8125rem;
  color: #000000;
}
.timeline-horizontal .milestone .timeline-text p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #67714D;
  margin-bottom: 0;
  text-align: center;
}

@media all and (max-width: 600px) {
  .timeline-track {
    left: 30px;
    right: unset;
  }
}
@media all and (max-width: 992px) {
  .timeline-track {
    left: 10%;
    right: unset;
  }
}
.video-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  color: #67714D;
  border: none;
  background-color: transparent;
  position: relative;
  margin-left: 30px;
  padding-left: 50px;
}
.video-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("../../img/icons/video-play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-video .video-btn {
  margin-left: 0;
}
.about-video .video-btn:before {
  background-image: url("../../img/icons/video-play.svg");
}

.video-modal .modal-dialog {
  max-width: 80%;
}
.video-modal .modal-dialog .modal-header {
  border: none;
}
.video-modal .modal-dialog .modal-header .btn-close {
  cursor: pointer !important;
}
.video-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  color: #67714D;
  background-color: #FFFFFF;
}
.video-modal .modal-dialog .modal-content video {
  max-width: 100%;
}

@media all and (max-width: 992px) {
  .video-modal .modal-dialog {
    max-width: 100%;
  }
}
.product-breadcrumb .breadcrumb .breadcrumb-item {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
  text-decoration: underline;
  color: #67714D;
}
.product-breadcrumb .breadcrumb .breadcrumb-item:before {
  content: ">";
}
.product-breadcrumb .breadcrumb .breadcrumb-item:first-of-type:before {
  content: "";
}
.product-breadcrumb .breadcrumb .breadcrumb-item.active {
  text-decoration: none;
}

.product-banner {
  margin-top: 30px;
  height: 400px;
  max-width: 100%;
  overflow: hidden;
}
.product-banner img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  position: relative;
}

.product-detail .product-image-wrapper {
  height: 500px;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.product-detail .product-image-wrapper .product-image {
  position: relative;
  margin: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.product-detail h1 {
  font-size: 3rem;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.product-detail .discontinued-tag {
  font-size: 0.875rem;
  color: #B42318;
  background-color: #FFD9D4;
  font-weight: 600;
  margin-top: 25px;
  width: 117px;
  padding: 4px 0;
  text-align: center;
  border-radius: 25px;
}
.product-detail .new-tag {
  font-size: 0.875rem;
  color: #3C462C;
  background-color: #d3f0a3;
  font-weight: 600;
  margin-top: 25px;
  width: 90px;
  padding: 4px 0;
  text-align: center;
  border-radius: 25px;
}
.product-detail .coming-soon-tag {
  font-size: 0.875rem;
  color: #001e63;
  background-color: #aac9fa;
  font-weight: 600;
  margin-top: 25px;
  width: 117px;
  padding: 4px 0;
  text-align: center;
  border-radius: 25px;
}
.product-detail .product-specs {
  color: #3C462C;
  margin-top: 25px;
  margin-bottom: 0;
}
.product-detail .product-info {
  color: #67714D;
  margin: 40px 0;
}
.product-detail .product-compare {
  color: #3C462C;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}
.product-detail .product-compare a {
  padding-left: 5px;
  color: #67714D;
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 1.2;
}
.product-detail .btn {
  margin-top: 40px;
}

.related-products .animated-cta-card, .product-cards .animated-cta-card, .product-grid .animated-cta-card {
  min-height: 363px;
}
.related-products .animated-cta-card a .svg-wrapper img, .product-cards .animated-cta-card a .svg-wrapper img, .product-grid .animated-cta-card a .svg-wrapper img {
  max-height: 190px;
  height: 100%;
  object-fit: contain;
  padding: 0 20px;
}
.related-products .animated-cta-card a .svg-wrapper p.subtitle, .product-cards .animated-cta-card a .svg-wrapper p.subtitle, .product-grid .animated-cta-card a .svg-wrapper p.subtitle {
  font-size: 0.875rem;
  bottom: 20px;
  top: 40px;
}
.related-products .animated-cta-card a .svg-wrapper img[src*=".svg"], .product-cards .animated-cta-card a .svg-wrapper img[src*=".svg"], .product-grid .animated-cta-card a .svg-wrapper img[src*=".svg"] {
  /*       max-height: 180px;
         top: 0;*/
}
.related-products .animated-cta-card a .svg-wrapper img[src*=".svg"] + .subtitle, .product-cards .animated-cta-card a .svg-wrapper img[src*=".svg"] + .subtitle, .product-grid .animated-cta-card a .svg-wrapper img[src*=".svg"] + .subtitle {
  /*  top:10px;*/
}

.product-tabs.nav.nav-tabs {
  border-bottom: 2px solid rgba(103, 113, 77, 0.15);
  position: relative;
}
.product-tabs.nav.nav-tabs .nav-item {
  padding-right: 50px;
}
.product-tabs.nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #67714D;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0px;
  border: none;
}
.product-tabs.nav.nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.product-tabs.nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none;
}
.product-tabs.nav.nav-tabs .nav-item .nav-link.active:after {
  width: 100%;
}
.product-tabs.nav.nav-tabs .nav-item .nav-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #F09C22;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0%;
}

.product-tab-content p.detail-header {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-tab-content .detail-list {
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.product-tab-content .detail-list li {
  padding-bottom: 15px;
}
.product-tab-content .detail-list li a {
  padding-right: 5px;
  color: #67714D;
  text-decoration: underline;
}
.product-tab-content .detail-list li img {
  max-width: 100%;
}
.product-tab-content .detail-list li video {
  max-width: 100%;
}
.product-tab-content .detail-list.documents {
  flex-wrap: nowrap;
  flex-direction: column;
}
.product-tab-content .detail-list.documents li {
  padding-bottom: 15px;
}
.product-tab-content h2 {
  color: #67714D !important;
}
.product-tab-content .documents-and-labels .detail-list {
  display: block;
}
.product-tab-content .documents-and-labels .detail-list li {
  margin-bottom: 5px;
}
.product-tab-content .details .col-lg-7 {
  font-size: 1.125rem;
}
.product-tab-content .details .col-lg-7 div, .product-tab-content .details .col-lg-7 p, .product-tab-content .details .col-lg-7 li p, .product-tab-content .details .col-lg-7 li {
  font-size: 1.125rem;
}
.product-tab-content .details .col-lg-7 h2, .product-tab-content .details .col-lg-7 h3 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #67714D;
  padding: 0 0 10px 0;
}
.product-tab-content .details .col-lg-7 h2:before, .product-tab-content .details .col-lg-7 h3:before {
  content: none;
}
.product-tab-content .details .col-lg-7 .body-l {
  margin: 0;
}

.mobile-filter-btn, .mobile-filter-apply {
  display: none !important;
}

.product-filter {
  display: block;
}
.product-filter .mobile-filter-header {
  display: none;
}
.product-filter .filter-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product-filter .filter-header p {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #67714D;
  font-weight: 500;
}
.product-filter .filter-header div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: baseline;
  justify-content: end;
}
.product-filter .filter-header div span.filter-counter {
  color: #FFFFFF;
  background-color: #3C462C;
  padding: 0 5px;
  margin-right: 15px;
}
.product-filter .filter-header div button.clear-filters {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3C462C;
  display: none;
}
.product-filter .filter-column {
  /*       h3 {
      margin-bottom: 0;
      line-height: 1rem;
  }

  .ajax-friendly-accordion-content {
      padding-bottom: 1.5rem;
  }*/
}
.product-filter .filter-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-filter .filter-column ul li.filter-parent {
  border-bottom: 2px solid rgba(103, 113, 77, 0.15);
}
.product-filter .filter-column ul li.filter-parent:first-of-type {
  border-top: 2px solid rgba(103, 113, 77, 0.15);
}
.product-filter .filter-column ul li.filter-parent h3 {
  margin-bottom: 0;
  line-height: 0;
  margin-top: 0.75em;
}
.product-filter .filter-column ul li.filter-parent h3 button {
  background: transparent;
  border: none;
  line-height: 0;
  width: 100%;
  text-align: start;
  padding: 15px 10px;
  border-radius: 0;
  position: relative;
  transition: background-color 0.3s linear;
}
.product-filter .filter-column ul li.filter-parent h3 button:before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #F09C22;
  height: 2px;
  top: 32px;
  left: unset;
  right: 10px;
  z-index: 1;
  width: 12px;
  opacity: 1;
  transition: all 0.3s linear;
}
.product-filter .filter-column ul li.filter-parent h3 button:after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #F09C22;
  width: 2px;
  height: 12px;
  left: unset;
  top: 27px;
  right: 15px;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s linear;
}
.product-filter .filter-column ul li.filter-parent h3 button span {
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 2;
  color: #3C462C;
}
.product-filter .filter-column ul li.filter-parent h3 button span.filter-counter {
  color: #FFFFFF;
  background-color: #3C462C;
  padding: 0 5px;
  position: absolute;
  right: 30px;
  line-height: 1.5;
  margin-top: 5px;
}
.product-filter .filter-column ul li.filter-parent h3 button[aria-expanded=true] {
  background-color: #3C462C;
  -webkit-box-shadow: 0 6px 12px rgba(60, 70, 44, 0.22);
  -moz-box-shadow: 0 6px 12px rgba(60, 70, 44, 0.22);
  box-shadow: 0 6px 12px rgba(60, 70, 44, 0.22);
}
.product-filter .filter-column ul li.filter-parent h3 button[aria-expanded=true]:before {
  background-color: #FFFFFF;
  transition: all 0.3s linear;
}
.product-filter .filter-column ul li.filter-parent h3 button[aria-expanded=true]:after {
  transform: scale(0);
}
.product-filter .filter-column ul li.filter-parent h3 button[aria-expanded=true] span {
  color: #FFFFFF;
}
.product-filter .filter-column ul li.filter-parent h3 button[aria-expanded=true] span.filter-counter {
  color: #3C462C;
  background-color: #FFFFFF;
}
.product-filter .filter-column ul li.filter-parent div {
  display: none;
  background: rgba(103, 113, 77, 0.1);
  padding-top: 15px;
  overflow-y: auto;
  max-height: 200px;
  /* scrollbar-width: thin;
  scrollbar-color: grey;*/
}
@media all and (max-width: 992px) {
  .product-filter .filter-column ul li.filter-parent div {
    max-height: 400px;
  }
}
.product-filter .filter-column ul li.filter-parent div::-webkit-scrollbar {
  width: 14px;
  margin-top: 15px;
}
.product-filter .filter-column ul li.filter-parent div::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #FFFFFF;
  width: 14px;
  margin-top: 15px;
}
.product-filter .filter-column ul li.filter-parent div::-webkit-scrollbar-thumb {
  background-color: #AAAAAA;
  border-radius: 6px;
  border: 3px solid #FFFFFF;
  margin-top: 15px;
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: #3C462C;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label input:checked ~ .checkmark-form {
  background-color: #3C462C;
  border-color: #3C462C;
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label .checkmark-form {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  border: 1.5px solid #707070;
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label .checkmark-form:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  bottom: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label input:checked ~ .checkmark-form::after {
  display: block;
}
.product-filter .filter-column ul li.filter-parent div .checkmark-label .individual-filter-count {
  display: none;
}
.product-filter.hide {
  width: 0;
  flex: 0 0 0;
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.registration-map {
  padding-top: 50px;
}
.registration-map .registered-state {
  fill: #3C462C !important;
  fill-opacity: 1 !important;
  stroke: #ffffff !important;
}
.registration-map .registered-state path {
  fill: #3C462C !important;
  fill-opacity: 1 !important;
  stroke: #ffffff !important;
}
.registration-map .registered-label {
  fill: #3C462C !important;
  fill-opacity: 1 !important;
  stroke: #ffffff !important;
}
.registration-map .registered-line {
  fill: none !important;
  stroke: #3C462C !important;
}

.product-listing--pagination .product-listing-column.full-height {
  min-height: 100vh;
}
.product-listing--pagination .pagination-container {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.product-listing--pagination .pagination-container ul.pagination {
  margin-bottom: 0;
}
.product-listing--pagination .pagination-container [class*=page-] {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.875rem;
}
.product-listing--pagination .pagination-container .page-prev, .product-listing--pagination .pagination-container .page-next {
  height: 30px;
  width: 30px;
  border: 1px solid #E6D4AA;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
  padding: 0;
}
.product-listing--pagination .pagination-container .page-prev.disabled, .product-listing--pagination .pagination-container .page-next.disabled {
  display: none;
}
.product-listing--pagination .pagination-container .page-prev {
  margin-right: 10px;
}
.product-listing--pagination .pagination-container .page-prev svg {
  transform: rotate(90deg);
  position: relative;
  padding: 0;
  left: 7px;
  top: 2px;
}
.product-listing--pagination .pagination-container .page-next svg {
  transform: rotate(270deg);
  position: relative;
  padding: 0;
  left: 8px;
  top: 2px;
}
.product-listing--pagination .pagination-container li.active .pagination-btn {
  background-color: #FFFFFF;
}

.register-key p {
  display: flex;
  flex-direction: row;
  font-size: 18px;
}
.register-key p span {
  height: 15px;
  width: 15px;
  display: block;
  align-self: center;
  margin-right: 10px;
}
.register-key p span.registered {
  background-color: #3C462C;
}
.register-key p span.not-registered {
  background-color: #aaaaaa;
}

@media all and (max-width: 992px) {
  .mobile-filter-btn, .mobile-filter-apply {
    display: block !important;
    width: 100%;
    margin-bottom: 50px;
  }
  .product-filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100%;
    padding: 0 50px 100px 50px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    background-color: #FBF7ED;
    transition: left 0.3s linear, opacity 0.3s linear;
  }
  .product-filter .filter-header {
    display: none;
  }
  .product-filter .mobile-filter-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 20px 0 30px;
  }
  .product-filter .mobile-filter-header .mobile-close {
    height: 27px;
    width: 27px;
    background: transparent;
    border: 0;
    background-image: url("../../img/icons/close-icon-dark.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .product-filter .mobile-filter-header p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #67714D;
    font-weight: 500;
  }
  .product-filter .mobile-filter-header div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .product-filter .mobile-filter-header div span.filter-counter {
    color: #FFFFFF;
    background-color: #3C462C;
    padding: 0 5px;
  }
  .product-filter .mobile-filter-header div button.clear-filters {
    background: transparent;
    border: none;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    color: #3C462C;
    display: none;
    margin-right: 15px;
  }
  .product-filter-wrap {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: 999;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding: 0;
    backdrop-filter: blur(5px);
  }
  .product-filter-wrap.opened {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    padding: 0;
    backdrop-filter: blur(5px);
  }
  .product-filter-wrap.opened .product-filter {
    display: block;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: left 0.3s linear, opacity 0.3s linear;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-width: 767px) {
  .product-filter-wrap.opened .product-filter {
    width: 100%;
  }
  .product-listing--pagination .product-listing-column.full-height {
    min-height: 3500px;
  }
  .product-listing--pagination .pagination li {
    margin-right: 12px;
    width: 28px;
    position: relative;
  }
  .product-listing--pagination .pagination li:first-child, .product-listing--pagination .pagination li.active-sibling, .product-listing--pagination .pagination li.active, .product-listing--pagination .pagination li.active + li, .product-listing--pagination .pagination li:last-child {
    display: inline-block !important;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active-sibling:before {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-right: 2.5px;
    position: absolute;
    right: 26px;
    top: 3px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active + li:after {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-left: 2.5px;
    position: absolute;
    left: 28px;
    top: 2px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(-n+3) {
    display: inline-block;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(3):before {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-right: 2.5px;
    position: absolute;
    right: 26px;
    top: 3px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li:nth-child(-n+0):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li:nth-child(-n+0):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(-n+0):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li:nth-last-child(-n+0):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active-sibling:nth-last-child(-n+2):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active-sibling:nth-last-child(-n+2):after {
    display: none !important;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-last-child(-n+3), .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-last-child(-n+3) {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-last-child(-n+3):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-last-child(-n+3):before {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+3), .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+3) {
    display: inline-block;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+2):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+2):after {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active ~ li:nth-child(3):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(3):after {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-left: 2.5px;
    position: absolute;
    left: 28px;
    top: 2px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active:before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6).active:after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active:before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+6) ~ li.active:after {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .product-tabs.nav.nav-tabs {
    display: flex;
    flex-direction: column;
  }
  .product-tabs.nav.nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .product-listing--pagination .pagination li {
    margin-right: 15px;
    width: 28px;
    position: relative;
  }
  .product-listing--pagination .pagination li:first-child, .product-listing--pagination .pagination li.active-sibling, .product-listing--pagination .pagination li.active, .product-listing--pagination .pagination li.active + li, .product-listing--pagination .pagination li:last-child {
    display: inline-block !important;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:before {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-right: 2.5px;
    position: absolute;
    right: 26px;
    top: 3px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active + li:after {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-left: 2.5px;
    position: absolute;
    left: 28px;
    top: 2px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+5) {
    display: inline-block;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(5):before {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-right: 2.5px;
    position: absolute;
    right: 26px;
    top: 3px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):after {
    display: none !important;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5), .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5) {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5):before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5):before {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+5), .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+5) {
    display: inline-block;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+4):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+4):after {
    display: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active ~ li:nth-child(5):after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(5):after {
    content: "…";
    font-size: 14px;
    display: inline-block;
    margin-left: 2.5px;
    position: absolute;
    left: 28px;
    top: 2px;
    pointer-events: none;
  }
  .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active:before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8).active:after, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active:before, .product-listing--pagination .pagination li:first-child:nth-last-child(n+8) ~ li.active:after {
    display: none;
  }
}
.leadership-featured .profile-picture {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
.leadership-featured .quote-wrap p {
  font-family: "DM Serif Display", serif;
  font-size: 1.475rem;
  line-height: 1.5;
  padding: 0px 15px 0 15px;
  position: relative;
}
.leadership-featured .title-wrap {
  padding: 30px 15px 0 15px;
}

.leadership-grid .leadership-card .inner-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.leadership-grid .leadership-card .inner-wrap .profile-picture {
  height: 525px;
  background-position: top;
  position: relative;
  background-size: cover;
}
.leadership-grid .leadership-card .inner-wrap .text-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #3C462C;
  color: white;
  top: 73%;
  width: 100%;
  padding: 0 10px;
  transition: top 0.3s ease-in;
}
.leadership-grid .leadership-card .inner-wrap .text-wrap p {
  color: #FFFFFF;
  line-height: 1.3;
}
.leadership-grid .leadership-card .inner-wrap .text-wrap .title {
  font-size: 1rem;
}
.leadership-grid .leadership-card .inner-wrap .text-wrap .top-section {
  height: 145px;
  text-align: center;
  padding-top: 45px;
}
.leadership-grid .leadership-card .inner-wrap .text-wrap .about {
  font-family: "DM Serif Display", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  padding: 30px 15px 0 15px;
  position: relative;
}
.leadership-grid .leadership-card .inner-wrap .text-wrap .about:before {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #67714D;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  top: 0;
}
.leadership-grid .leadership-card .inner-wrap:hover .text-wrap {
  top: 0;
}

@media all and (max-width: 992px) {
  .leadership-grid .leadership-card .inner-wrap .text-wrap {
    position: relative;
    left: 0;
    height: 100%;
    background-color: #3C462C;
    color: white;
    top: 0;
    transition: none;
    padding: 30px 15px 30px 15px;
  }
  .leadership-grid .leadership-card .inner-wrap .text-wrap .top-section {
    height: auto;
    padding-top: 25px;
  }
  .leadership-featured .inner-wrap {
    max-width: 400px;
    margin: auto;
  }
  .leadership-featured .inner-wrap .profile-picture {
    height: unset;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.search-input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 50px;
}
.search-input-wrapper input[type=search] {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid rgba(103, 113, 77, 0.15);
  padding-left: 0;
  color: #67714D;
  font-size: 1.25rem;
  font-weight: 500;
}
.search-input-wrapper input[type=search]:focus, .search-input-wrapper input[type=search]:active {
  background-color: transparent;
}
.search-input-wrapper .search-input-btn {
  margin-left: 10px;
}

.search-count {
  margin-top: 20px;
}
.search-count p {
  color: #67714D;
}
.search-count p span {
  font-weight: 700;
}

.search-result {
  padding-bottom: 50px;
}
.search-result-list {
  list-style: none;
  padding: 0;
}
.search-result a .search-result-content p, .search-result a .search-result-content h2 {
  margin: 0;
  padding: 0;
}
.search-result a .search-result-content .type {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.search-result a .search-result-content .title {
  padding-top: 10px;
  text-transform: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
}
.search-result a .search-result-content .description {
  padding-top: 10px;
}
.search-result a .search-result-content .link {
  text-decoration: underline;
  padding-top: 20px;
  overflow-wrap: break-word;
}

@media all and (max-width: 576px) {
  .search-input-wrapper {
    flex-direction: column;
    margin-top: 30px;
  }
  .search-input-wrapper input[type=search] {
    margin-bottom: 20px;
  }
  .search-input-wrapper .search-input-btn {
    margin-left: 0px;
  }
}
.pagination .page-item .page-link {
  border-radius: 0;
  border-color: #3C462C;
  background-color: #FFFFFF;
  color: #3C462C;
  transition: background-color 0.3s linear;
  height: 40px;
  width: 40px;
  text-align: center;
}
.pagination .page-item .page-link:hover {
  background-color: #FBF7ED;
}
.pagination .page-item.active .page-link {
  background-color: #3C462C;
  color: #FFFFFF;
}

.sitemap .nav-link {
  font-size: 18px;
  text-decoration: underline;
  color: #67714D;
  display: block;
}
.sitemap .nav-link:hover {
  text-decoration: none;
}

.hero-section.news-header h1 {
  word-break: break-word;
  font-size: 4rem;
}

.section[data-template="sitefinity-content-list.news-listing.featured"] h1 {
  font-size: 4rem;
  margin-bottom: 0.57rem;
}

.section[data-template="sitefinity-content-list.news-listing.recent-news"] h2 {
  font-size: 3.25rem;
  padding-top: 5px;
}

.all-news h2 {
  font-size: 3.25rem;
  padding-top: 5px;
}
.all-news select,
.all-news textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(103, 113, 77, 0.5);
}
.all-news select:active, .all-news select:focus,
.all-news textarea:active,
.all-news textarea:focus {
  border-bottom: 2px solid rgb(103, 113, 77) !important;
}
.all-news .select-wrapper {
  position: relative;
}
.all-news .select-wrapper label {
  position: absolute;
  font-size: 1.125rem;
  font-weight: 600;
  color: #67714D;
}
.all-news .select-wrapper select {
  cursor: pointer;
  appearance: none;
  padding-top: 0px;
  padding-left: 0;
  height: 55px;
  align-content: end;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
}
.all-news .select-wrapper:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../../img/icons/caret-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
}

.news-post {
  padding-top: 30px;
}
.news-post .img-wrap {
  width: 100%;
  overflow: hidden;
}
.news-post img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.29, 0.16, 0.66, 0.99);
  height: 100%;
}
.news-post hr {
  height: 2px;
  color: #A8B2AA;
  opacity: 1;
}
.news-post:hover a .rollover-link:after {
  width: 100%;
}
.news-post:hover a .rollover-link span {
  padding-right: 0px;
  padding-left: 26px;
}
.news-post:hover a .rollover-link span:after {
  width: 0;
}
.news-post:hover a .rollover-link span:before {
  width: 12px;
}
.news-post:hover a img {
  transform: scale(1.1);
}

ul.news-post-details {
  display: flex;
  padding: 0;
  list-style: none;
}
ul.news-post-details li {
  margin-right: 45px;
  font-size: 1.125rem;
  display: flex;
  text-transform: capitalize;
}
ul.news-post-details li span {
  font-weight: 600;
  padding-right: 10px;
}
ul.news-post-details li ul {
  display: flex;
  padding: 0;
}
ul.news-post-details li ul li {
  margin-right: 15px;
}
ul.news-post-details li ul li svg {
  height: 100%;
  padding-bottom: 5px;
}

.news-logo {
  max-height: 170px;
  max-width: 170px;
  height: 100%;
  width: 100%;
  padding-top: 50px;
}

.news-body p {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
}
.news-body h2 {
  font-size: 3.25rem;
  line-height: 1.2;
}
.news-body h3 {
  font-family: "DM Serif Display", serif;
  font-size: 3.25rem;
  font-weight: normal;
  line-height: 1.2;
  color: #67714D;
  position: relative;
  padding-top: 20px;
  text-transform: none;
}
.news-body h3:before {
  content: "";
  height: 1px;
  width: 80px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0px;
}
.news-body h4 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #67714D;
}
.news-body ul {
  padding-left: 20px;
}
.news-body ul li {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 20px 0;
}
.news-body img {
  margin: 10px 0;
  max-width: 100%;
  max-height: 100%;
}
.news-body a {
  text-decoration: underline;
}

@media all and (max-width: 500px) {
  .section[data-template="sitefinity-content-list.news-listing.featured"] h1 {
    font-size: 2.75rem;
    margin-bottom: 0.57rem;
  }
  .hero-section.news-header h1 {
    word-break: break-word;
    font-size: 2.75rem;
  }
}
@media all and (max-width: 768px) {
  .news-body img {
    margin: 10px 0;
  }
}
@media all and (max-width: 991px) {
  .all-news .select-wrapper.news-filter {
    width: fit-content;
    min-width: 200px;
    margin-top: 50px;
  }
}
@media all and (max-width: 1200px) {
  ul.news-post-details {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.news-post-details li {
    margin-bottom: 20px;
    margin-right: 30px;
  }
  ul.news-post-details li ul li {
    margin-bottom: 0px;
  }
  .news-logo {
    padding-top: 0px;
  }
}
.facilities-list {
  padding: 50px 0;
  border-bottom: 1px solid rgba(103, 113, 77, 0.5);
}
.facilities-list:first-of-type {
  border-top: 1px solid rgba(103, 113, 77, 0.5);
}
.facilities-list h3 {
  font-family: "DM Serif Display", serif;
  font-size: 2.5rem;
  text-transform: none;
  overflow-wrap: break-word;
}
.facilities-list p {
  font-size: 1.125rem;
}
.facilities-list img {
  max-width: 100%;
  height: 330px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

#virtualTourContainer {
  display: block;
}
#virtualTourContainer .virtual-tour {
  width: 100%;
  height: 900px;
}

.tour-btn {
  display: none;
}
.tour-btn .btn.btn-green {
  max-width: 450px;
  width: 100%;
}

@media all and (max-width: 992px) {
  .facilities-list p {
    margin-bottom: 30px;
  }
  #virtualTourContainer {
    display: none;
  }
  .tour-btn {
    display: block;
  }
}
.featured-carousel {
  position: relative;
}
.featured-carousel .swiper-slide {
  position: relative;
  padding-top: 70px;
  padding-bottom: 75px;
  height: auto;
}
.featured-carousel .swiper-slide .background-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-carousel .swiper-slide .background-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.featured-carousel .swiper-slide .background-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(36, 41, 29, 0.6);
}
.featured-carousel .swiper-slide .background-wrapper video::-webkit-media-controls {
  display: none;
}
.featured-carousel .swiper-slide .inner-content {
  position: relative;
  width: 100%;
  animation-delay: 0.5s;
  z-index: 9;
  color: #FFFFFF;
}
.featured-carousel .swiper-slide .inner-content h1, .featured-carousel .swiper-slide .inner-content h2 {
  color: #FFFFFF;
  margin-bottom: 50px;
}
.featured-carousel .swiper-slide .inner-content h1:before, .featured-carousel .swiper-slide .inner-content h2:before {
  display: none;
}
.featured-carousel .swiper-slide .inner-content .subtitle {
  margin-bottom: 50px;
  color: #FFFFFF;
}
.featured-carousel .swiper-slide .inner-content .button-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.featured-carousel .swiper-slide .inner-content .button-wrap .btn {
  margin-right: 30px;
}
.featured-carousel .controls-wrap {
  position: absolute;
  bottom: 40px;
  right: 25px;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.featured-carousel .controls-wrap .slider-count {
  width: auto;
  margin-right: 25px;
}
.featured-carousel .controls-wrap .slider-count-span {
  color: #FFFFFF;
}
.featured-carousel .controls-wrap .slider-next, .featured-carousel .controls-wrap .slider-prev {
  height: 50px;
  width: 50px;
  border: 1px solid #67714D !important;
  border-radius: 100% !important;
  margin: 0 4px;
  position: relative;
  background-color: #FFFFFF;
  transition: background-color 0.1s linear;
  display: flex;
}
.featured-carousel .controls-wrap .slider-next:hover, .featured-carousel .controls-wrap .slider-prev:hover {
  background-color: #67714D;
}
.featured-carousel .controls-wrap .slider-next.swiper-button-disabled, .featured-carousel .controls-wrap .slider-prev.swiper-button-disabled {
  background-color: #67714D;
  opacity: 0.6;
  cursor: default;
}
.featured-carousel .controls-wrap .slider-next:after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 2px;
  background-image: url("../../img/icons/slider-next.svg");
}
.featured-carousel .controls-wrap .slider-prev:after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 2px;
  background-image: url("../../img/icons/slider-prev.svg");
}

#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

@media all and (max-width: 600px) {
  .featured-carousel .swiper-slide .inner-content .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-carousel .swiper-slide .inner-content .button-wrap .btn {
    margin-bottom: 20px;
  }
  .featured-carousel .controls-wrap {
    right: unset;
    padding-left: 15px;
  }
}
/** HEADER **/
#header {
  height: 116px;
  position: fixed;
  width: 100%;
  z-index: 99;
  /*  transition: opacity 0.1s ease-in-out, transform .3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;*/
  transition: all 0.3s linear;
  /*   overflow: hidden;*/
}
#header.sf-zone-column {
  position: relative;
  background: #3C462C;
}
#header.sf-zone-column.header-light {
  background: transparent;
}
#header.nav-hide {
  transform: translateY(-154px);
  opacity: 0;
}
#header .header-inner-wrap .logo-wrap a img {
  max-width: 200px;
  width: 100%;
}
#header .header-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 15px;
  border-bottom: 1px solid white;
  height: 116px;
}
#header .header-inner-wrap .logo-wrap a {
  display: block;
}
#header .header-inner-wrap .logo-wrap a.logo-dark {
  display: none !important;
}
#header .header-inner-wrap .logo-wrap.sf-zone-column {
  width: 25%;
}
#header .header-inner-wrap .nav-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#header .header-inner-wrap .nav-cta .btn {
  margin: 0 35px;
}
#header .header-inner-wrap .nav-cta svg {
  margin: auto;
}
#header .header-inner-wrap .nav-cta .locations p {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
}
#header .header-inner-wrap .search-wrap {
  margin-right: 15px;
  margin-left: 15px;
}
#header .header-inner-wrap .search-wrap.mobile {
  margin-right: 0;
  margin-left: 0;
}
#header.nav-show {
  transform: translateY(0px);
  opacity: 1;
  border-bottom: none;
}
#header.nav-show .header-inner-wrap {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 14, 43, 0.05);
}
#header.nav-show .logo-wrap svg path {
  fill: #67714D;
}
#header.nav-show .logo-wrap a.logo-dark {
  display: block !important;
}
#header.nav-show .logo-wrap a.logo-light {
  display: none !important;
}
#header.nav-show .logo-wrap img.logo-dark {
  display: block !important;
}
#header.nav-show .logo-wrap img.logo-light {
  display: none !important;
}
#header.nav-show .desktop-nav .nav-item {
  color: #67714D;
}
#header.nav-show .desktop-nav .nav-item .nav-link {
  color: #67714D;
}
#header.nav-show .desktop-nav .nav-item .nav-link.dropdown-toggle:after {
  background-image: url("../../img/icons/green-caret-down.svg");
}
#header.nav-show .locations svg path {
  stroke: #67714D !important;
}
#header.nav-show .flyout-nav-toggle span {
  background: #67714D;
}
#header.nav-show .flyout-nav-toggle.open span {
  background: #FFFFFF;
}
#header.nav-show .search-wrap.desktop #search-modal-btn {
  background-image: url("../../img/icons/search-icon-green.svg");
}
#header.nav-show .search-wrap.desktop.open #search-modal-btn {
  background-image: url("../../img/icons/close-icon-dark.svg");
}
#header.nav-show .language-selector select {
  color: #67714D;
  border-color: #67714D;
}
#header.nav-show .header-inner-wrap .nav-cta .locations p {
  color: #67714D;
}
#header .language-selector select {
  padding: 16px 62px 16px 22px;
  background: transparent;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  border-color: #FFFFFF;
  cursor: pointer;
  appearance: none;
  background-image: url("../../img/icons/caret-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.5em center;
}
#header .desktop-language-selector.language-selector select {
  padding: 5px 32px 5px 10px;
  background-position: right 0.5em center;
  margin-left: 15px;
}
#header .desktop-language-selector.language-selector select option {
  color: #3C462C;
}
#header .flyout-nav-toggle {
  border: none;
  background-color: transparent;
  width: 34px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
  padding: 0;
}
#header .flyout-nav-toggle:focus {
  border: 1px dotted white;
  border-radius: 2px;
}
#header .flyout-nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#header .flyout-nav-toggle span:nth-child(1) {
  top: 0px;
}
#header .flyout-nav-toggle span:nth-child(2), #header .flyout-nav-toggle span:nth-child(3) {
  top: 10px;
}
#header .flyout-nav-toggle span:nth-child(4) {
  top: 20px;
}
#header .flyout-nav-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#header .flyout-nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .flyout-nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .flyout-nav-toggle.open span:nth-child(2), #header .flyout-nav-toggle.open span:nth-child(3) {
  top: 10px;
}
#header .flyout-nav-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*@media all and (max-width:1210px){
    #header {
        .header-inner-wrap {
            .logo-wrap img{
                height: 38px;
            }


            .nav-cta .locations svg, .nav-cta .btn {
                margin: 0 5px;
            }

        }
    }
}*/
@media all and (max-width: 1200px) {
  #header {
    width: 100%;
  }
  #header .nav-cta .btn {
    display: none;
  }
  #header .language-selector select {
    padding: 8px 62px 8px 22px;
  }
}
@media all and (max-width: 991px) {
  #header .flyout-nav-toggle.open span:nth-child(2), #header .flyout-nav-toggle.open span:nth-child(3) {
    top: 15px;
  }
  #header .header-inner-wrap .search-wrap.mobile {
    margin-right: 35px;
  }
}
@media all and (max-width: 576px) {
  .logo-wrap {
    max-width: 115px;
  }
  .logo-wrap svg, .logo-wrap img {
    max-width: 115px;
  }
  #header {
    height: fit-content;
  }
  #header .header-inner-wrap {
    padding: 15px;
    height: 83px;
  }
}
#header .header-inner-wrap.header-light {
  border-bottom: 1px solid #67714D;
  background-color: #FBF7ED;
}
#header .header-inner-wrap.header-light .logo-wrap svg path {
  fill: #67714D;
}
#header .header-inner-wrap.header-light .desktop-nav .nav-item {
  color: #67714D;
}
#header .header-inner-wrap.header-light .desktop-nav .nav-item .nav-link {
  color: #67714D;
}
#header .header-inner-wrap.header-light .desktop-nav .nav-item .nav-link.dropdown-toggle:after {
  background-image: url("../../img/icons/green-caret-down.svg");
}
#header .header-inner-wrap.header-light .nav-cta .locations p {
  color: #67714D;
  margin: 0;
  font-size: 16px;
}
#header .header-inner-wrap.header-light .locations svg path {
  stroke: #67714D !important;
}
#header .header-inner-wrap.header-light .flyout-nav-toggle span {
  background: #67714D;
}
#header .header-inner-wrap.header-light .flyout-nav-toggle.open span {
  background: #FFFFFF;
}
#header .header-inner-wrap.header-light .search-wrap.desktop #search-modal-btn {
  background-image: url("../../img/icons/search-icon-green.svg");
}
#header .header-inner-wrap.header-light .search-wrap.desktop.open #search-modal-btn {
  background-image: url("../../img/icons/close-icon-dark.svg");
}
#header .header-inner-wrap.header-light .language-selector select {
  color: #67714D;
  border-color: #67714D;
}
#header.nav-show .header-inner-wrap.header-light {
  background-color: #FFFFFF;
}

body.flyout-open #header .flyout-nav-inner-wrap .locations svg path {
  stroke: #FFFFFF !important;
}
body.flyout-open #header .flyout-nav-inner-wrap .language-selector select {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/** HEADER **/
.desktop-nav.sf-zone-column.-sf-empty {
  min-width: 300px;
}
.desktop-nav .navbar-nav {
  flex-direction: row;
}
.desktop-nav .nav-item {
  position: static !important;
  color: #FFFFFF;
  margin: 0 16px;
}
.desktop-nav .nav-item .nav-link {
  position: relative;
  padding: 0 20px 0px 0;
  color: #FFFFFF;
}
.desktop-nav .nav-item .nav-link.no-dropdown {
  padding: 0;
}
.desktop-nav .nav-item .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  width: 0;
  height: 1px;
  background-color: #F09C22;
  transition: width 0.3s linear;
}
.desktop-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
.desktop-nav .nav-item .nav-link.show:before {
  width: 100%;
}
.desktop-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  border: none;
  margin: 0;
  vertical-align: 0;
  position: absolute;
  right: 0;
  height: 12px;
  width: 12px;
  background-image: url("../../img/icons/white-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 6px;
  transition: transform 0.3s linear;
}
.desktop-nav .nav-item .nav-link.dropdown-toggle.show:after {
  transform: rotateX(180deg);
}
.desktop-nav .dropdown-menu {
  background: transparent;
  color: #67714D;
  position: absolute !important;
  inset: unset !important;
  border-radius: 0;
  background: transparent;
  border: transparent;
  display: block;
  width: 100%;
  top: 116px !important;
  right: 0 !important;
  margin: auto !important;
  visibility: hidden;
  transform: none !important;
  padding-top: 0;
}
.desktop-nav .dropdown-menu-inner-wrap {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: space-between;
  transform: scaleX(0) !important;
  transform-origin: 0 100%;
  transition: transform 0.2s linear;
  min-width: 640px;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
}
.desktop-nav .dropdown-menu-inner-wrap.link-wrap {
  min-width: 752px;
}
.desktop-nav .dropdown-menu-inner-wrap.link-wrap ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 320px;
}
.desktop-nav .dropdown-menu.social-links {
  left: unset !important;
  right: unset !important;
  margin-left: -60px !important;
}
.desktop-nav .dropdown-menu.social-links .dropdown-menu-inner-wrap {
  min-width: 0;
  margin: 0;
}
.desktop-nav .dropdown-menu.social-links .dropdown-menu-inner-wrap .dropdown-menu-items ul li {
  padding-right: 65px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.desktop-nav .dropdown-menu.social-links .dropdown-menu-inner-wrap .dropdown-menu-items ul li svg {
  width: 18px;
  display: inline-block;
}
.desktop-nav .dropdown-menu.social-links .dropdown-menu-inner-wrap .dropdown-menu-items ul li a {
  margin-left: 15px;
  display: inline-block;
  flex: 0;
}
.desktop-nav .dropdown-menu-items {
  padding: 40px 0px 25px 40px;
  min-width: 50%;
}
.desktop-nav .dropdown-menu-items ul {
  list-style: none;
  padding: 0;
}
.desktop-nav .dropdown-menu-items ul li {
  padding-bottom: 15px;
  padding-right: 80px;
}
.desktop-nav .dropdown-menu-items ul li .dropdown-item {
  padding: 0;
  color: #67714D;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 500;
}
.desktop-nav .dropdown-menu-items ul li .dropdown-item.parent-page {
  font-size: 0.975rem;
  font-weight: 600;
}
.desktop-nav .dropdown-menu-items ul li .dropdown-item:hover, .desktop-nav .dropdown-menu-items ul li .dropdown-item:active, .desktop-nav .dropdown-menu-items ul li .dropdown-item.active {
  text-decoration: underline;
  background-color: transparent;
}
.desktop-nav .dropdown-menu-image {
  min-width: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.desktop-nav .dropdown-menu.show {
  visibility: visible;
}
.desktop-nav .dropdown-menu.show .dropdown-menu-inner-wrap {
  transform: scaleX(1) !important;
}
.desktop-nav .dropdown-menu a.btn.btn-green {
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 25px !important;
  margin: 0.5em 0 !important;
  transition: none;
}
.desktop-nav .europe .dropdown-menu-items ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 320px;
}

@media all and (max-width: 769px) {
  #header .header-inner-wrap .nav-cta .locations p {
    display: none;
  }
  #header .header-inner-wrap .search-wrap.desktop {
    margin-left: 15px;
  }
}
@media all and (max-width: 576px) {
  #header .header-inner-wrap .nav-cta svg {
    margin-right: 0px;
  }
  #header .header-inner-wrap .nav-cta .locations svg {
    margin-left: 0px;
  }
}
@media all and (max-width: 1270px) {
  .desktop-nav {
    display: none;
  }
  .desktop-language-selector.language-selector {
    display: none;
  }
}
@media all and (max-width: 1500px) {
  .nav-cta .btn {
    display: none;
  }
}
@media all and (min-width: 1400px) {
  .dropdown-menu-inner-wrap {
    position: relative;
    right: 80px;
  }
}
@media all and (max-width: 1600px) {
  #header .header-inner-wrap .desktop-nav .nav-item {
    margin: 0 10px;
  }
  #header .header-inner-wrap .nav-cta .btn {
    margin: 0 10px;
  }
  #header .header-inner-wrap .desktop-language-selector.language-selector select {
    font-size: 14px;
    padding: 5px 25px 5px 10px;
  }
  #header .header-inner-wrap .search-wrap.desktop {
    margin-right: 15px;
    margin-left: 15px;
  }
  #header .header-inner-wrap .logo-wrap a img {
    max-width: 150px;
  }
}
@media all and (max-width: 1920px) {
  #header .header-inner-wrap .logo-wrap a img {
    max-width: 150px;
  }
}
.flyout-nav-container {
  right: -1000px;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 100;
  color: #000;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}
.flyout-nav-container .flyout-top-links {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.flyout-nav-container .flyout-nav-inner-wrap {
  position: fixed;
  right: -1000px;
  opacity: 0;
  top: 0;
  width: 100%;
  max-width: 700px;
  background-color: #67714D;
  height: 100%;
  padding: 40px 80px;
  transition: right 0.3s linear, opacity 0.3s linear;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .logo-wrap {
  display: none;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .cta-flyout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .cta-flyout .locations svg {
  margin: auto;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .cta-flyout .locations p {
  color: #FFFFFF !important;
  margin: 0;
  font-size: 16px;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .cta-flyout a:first-child {
  margin-right: 20px;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .flyout-nav-toggle {
  position: absolute !important;
  right: -80px;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap > * {
  margin-right: 20px;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item {
  padding-bottom: 30px;
  margin-bottom: 40px;
  overflow: hidden;
  transition: height 0.3s ease-out;
  position: relative;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link {
  position: relative;
  background: transparent;
  color: #FFFFFF;
  border: none;
  margin: 0;
  width: 100%;
  text-align: start;
  text-transform: none;
  padding-top: 0;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 30px;
  white-space: break-spaces;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link:focus {
  border: 1px dotted white;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link.dropdown-toggle:before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-color: #3C462C;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #3C462C;
  transition: all 0.3s ease-out;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 2px;
  border: none;
  margin: 0;
  background-image: url("../../img/icons/caret-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.1s ease-out;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link[aria-expanded=true]:before {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item .nav-link[aria-expanded=true]:after {
  transform: rotateX(180deg);
  top: -1px;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #F09C22;
  transition: width 0.3s ease-out;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .nav-item.open:after {
  transition: width 0.3s ease-out;
  width: 100%;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown .dropdown-menu {
  position: relative !important;
  background-color: transparent;
  border: none;
  transform: none !important;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown .dropdown-menu ul li {
  color: transparent;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown .dropdown-menu .subdropdown {
  padding-left: 15px;
}
.flyout-nav-container .flyout-nav-inner-wrap .flyout-nav .dropdown a.btn {
  text-decoration: none !important;
  color: #3C462C !important;
  padding: 15px 30px !important;
  margin: 1em 0 !important;
  white-space: normal !important;
  transition: none;
}
.flyout-nav-container .social-media {
  position: relative;
  margin: 50px 0;
}
.flyout-nav-container .social-media ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  align-items: baseline;
}
.flyout-nav-container .social-media ul li {
  height: 18px;
  width: 18px;
  margin: 0 10px;
}
.flyout-nav-container .social-media ul li:first-of-type {
  margin-left: 0;
}
.flyout-nav-container .social-media ul li .social-link {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  line-height: 0;
}
.flyout-nav-container .social-media ul li .social-link svg path {
  fill: #3C462C;
}
.flyout-nav-container .social-media ul li .social-link:hover svg path {
  fill: #F09C22;
}
.flyout-nav-container .mobile-only {
  display: none;
}
.flyout-nav-container .mobile-only a {
  color: #FFFFFF;
}
.flyout-nav-container .mobile-only a.btn {
  color: #3C462C;
}
.flyout-nav-container select#lang-select option {
  color: #3C462C;
}

body.flyout-open #header {
  overflow: hidden;
}
body.flyout-open #header .flyout-nav-container {
  right: 0px;
  left: 0;
}
body.flyout-open #header .flyout-nav-container .flyout-nav-inner-wrap {
  opacity: 1;
  right: 0px;
  visibility: visible;
}
body.flyout-open #header.nav-show {
  transform: none;
  transition: none;
}

@media all and (max-width: 992px) {
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap {
    align-items: start;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .language-selector {
    flex: 1;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .language-selector .logo-wrap {
    display: block;
    margin-bottom: 50px;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .language-selector .logo-wrap img {
    max-width: 117px;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .btn {
    display: none;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .flyout-nav-toggle {
    top: 0;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .social-media {
    margin: 30px 0;
  }
  .flyout-nav-container .mobile-only {
    display: block;
  }
  .flyout-nav-container .mobile-only .btn {
    margin-right: 30px;
  }
}
@media all and (max-width: 576px) {
  .flyout-nav-container .flyout-nav-inner-wrap {
    padding: 50px 20px;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap {
    padding-right: 20px;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap > * {
    margin-right: 20px;
  }
  .flyout-nav-container .flyout-nav-inner-wrap .flyout-cta-wrap .flyout-nav-toggle {
    top: 0;
    right: -20px;
  }
}
.search-wrap button {
  background: transparent;
  border: 0;
  background-image: url("../../img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 31px;
  width: 27px;
  top: 5px;
  position: relative;
}
.search-wrap button:focus {
  border: 1px dotted white;
  border-radius: 2px;
}
.search-wrap .search-input {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #67714D;
}
.search-wrap .search-input input {
  font-family: "DM Serif Display", serif;
  font-size: 3.125rem;
  line-height: 1.4;
  color: #67714D;
  background-color: transparent;
  border: none;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}
.search-wrap .search-input input::placeholder {
  font-family: "DM Serif Display", serif;
  font-size: 3.125rem;
  line-height: 1.4;
  color: #67714D;
}
.search-wrap .search-input .search-button {
  height: 26px;
  width: 26px;
  background-color: transparent;
  background-image: url("../../img/icons/search-icon-orange.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 40px;
}
.search-wrap.desktop {
  position: static !important;
}
.search-wrap.desktop.open #search-modal-btn {
  background-image: url("../../img/icons/close-icon.svg");
}
.search-wrap.desktop .search-dropdown-wrap {
  position: fixed;
  display: block;
  width: 100%;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 0;
  height: 100%;
  backdrop-filter: blur(0px);
  visibility: hidden;
}
.search-wrap.desktop .search-dropdown-wrap .search-dropdown {
  color: #67714D;
  position: absolute;
  display: block;
  width: 100%;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 0;
  height: 325px;
  background-color: #FFFFFF;
  z-index: 9999;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  transition: top 0.5s ease-in;
}
.search-wrap.desktop .search-dropdown-wrap .search-dropdown .container {
  height: 100%;
  padding-bottom: 80px;
}
.search-wrap.desktop .search-dropdown-wrap .search-dropdown .container .row {
  height: 100%;
}
.search-wrap.desktop .search-dropdown-wrap.open {
  top: 116px;
  backdrop-filter: blur(5px);
  visibility: visible;
}
.search-wrap.desktop .search-dropdown-wrap.open .search-dropdown {
  top: 0;
}
.search-wrap.mobile {
  margin-right: 0px;
  margin-left: 0px;
}
.search-wrap.mobile button#flyout-search-toggle {
  top: 0px;
  position: relative;
}
.search-wrap.mobile .search-dropdown-wrap {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  max-width: 700px;
  background-color: white;
  height: 100%;
  padding: 40px 80px;
  z-index: 99;
  transition: top 0.3s ease-in;
}
.search-wrap.mobile .search-dropdown-wrap .search-input {
  margin-top: 125px;
}
.search-wrap.mobile .search-dropdown-wrap .search-input input {
  font-size: 1.5rem;
  padding-bottom: 25px;
  padding-top: 25px;
}
.search-wrap.mobile .search-dropdown-wrap .search-input input::placeholder {
  font-size: 1.5rem;
}
.search-wrap.mobile .search-dropdown-wrap .close-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-wrap.mobile .search-dropdown-wrap .close-wrap button {
  background: transparent;
  border: 0;
  background-image: url("../../img/icons/close-icon-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 27px;
}
.search-wrap.mobile .search-dropdown-wrap .close-wrap button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.search-wrap.mobile.open .search-dropdown-wrap {
  top: 0px;
}

.sort-select {
  min-width: 200px;
}
.sort-select select {
  background-color: transparent;
  background-image: none;
}

@media all and (max-width: 576px) {
  .search-wrap, .locations svg {
    height: 34px;
    width: 24px;
  }
  .search-wrap.desktop .search-dropdown-wrap.open, .locations svg.desktop .search-dropdown-wrap.open {
    top: 68px;
  }
}
footer {
  overflow-x: hidden;
  position: relative;
}
footer .main-footer .main-footer-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
}
footer .main-footer .main-footer-links a {
  padding: 0 20px;
}
footer .main-footer .main-footer-links a:last-of-type {
  padding-right: 0;
}
footer .main-footer .main-footer-links a svg {
  height: 24px;
  width: 24px;
}
footer .main-footer .main-footer-links a.social-link svg {
  height: 24px;
  width: 24px;
  display: inline-block;
}
footer .main-footer .main-footer-links a.social-link svg path {
  fill: #FFFFFF;
}
footer .main-footer .col-lg-3.text-lg-start a img {
  max-width: 195px;
  width: 100%;
}
footer .aux-footer .copyright {
  color: #E6D4AA;
}
footer .aux-footer .privacy-links a {
  padding-left: 15px;
}
footer .aux-footer .privacy-links a:first-child {
  padding-left: 0px;
}

@media screen and (min-width: 992px) {
  footer .main-footer .main-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
}
@media screen and (max-width: 991px) {
  footer .main-footer .main-footer-links ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .main-footer .main-footer-links a {
    padding: 10px 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .footer-logo {
    padding-bottom: 30px;
  }
}
.career-detail-wrapper ul, .career-detail-wrapper ol {
  padding-left: 20px;
}
.career-detail-wrapper ul li, .career-detail-wrapper ol li {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 20px 0;
}

.career-detail-wrapper h2:before {
  content: none;
}

.career-detail-wrapper .overview-list {
  padding: 0;
  list-style: none;
}
.career-detail-wrapper .overview-list li {
  padding: 5px 0;
  font-size: 1.125rem;
  font-weight: normal;
}
.career-detail-wrapper .overview-list li span {
  font-weight: 700;
}

.find-a-rep-header {
  padding-top: 100px;
}
.find-a-rep-header h1 {
  margin: 0;
}

.rep-filter.horizontal .inner-wrap {
  background-color: rgba(230, 212, 170, 0.25);
  padding: 30px;
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
}
.rep-filter.horizontal .inner-wrap > div {
  display: flex;
  flex-direction: column;
  margin-right: 105px;
}
.rep-filter.horizontal .inner-wrap .solution-choices {
  display: flex;
  flex-direction: row;
}
.rep-filter.horizontal .filter-column {
  background-color: transparent;
  padding: 0;
}
.rep-filter.horizontal .filter-column .inner-wrap {
  border-radius: 0;
}
.rep-filter.horizontal.solutions .filter-column .inner-wrap {
  padding-bottom: 0;
}

.rep-filter .filter-column {
  background-color: rgba(230, 212, 170, 0.25);
  padding: 40px 20px 40px 30px;
}
.rep-filter .filter-column .solution-label {
  margin-bottom: 15px;
}
.rep-filter .filter-column .select-solution, .rep-filter .filter-column .select-state {
  margin-bottom: 30px;
}
.rep-filter .filter-column .select-solution h3, .rep-filter .filter-column .select-state h3 {
  margin-bottom: 15px;
}
.rep-filter .filter-column .select-region h3 {
  margin-bottom: 15px;
}
.rep-filter .map-column {
  padding: 0;
  position: relative;
  min-height: 550px;
}
.rep-filter .map-column iframe {
  border: 0;
  min-height: 100%;
  height: 550px;
  width: 100%;
}
.rep-filter .map-column .map-container {
  border: 0;
  min-height: 100%;
  height: 550px;
  width: 100%;
  display: none;
}
.rep-filter .map-column .map-container.mapboxgl-map {
  display: block;
}
.rep-filter .map-column .mapboxgl-canvas-container {
  border: 0;
  min-height: 100%;
  height: 550px;
  width: 100%;
}
.rep-filter .map-column .mapboxgl-canvas-container canvas.mapboxgl-canvas {
  height: 100% !important;
}
.rep-filter .map-column .mapboxgl-control-container {
  display: none;
}
.rep-filter .inner-wrap h3 {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #3C462C;
}
.rep-filter .inner-wrap select {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #D5D5D5;
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
  background-image: url("../../img/icons/green-caret-down.svg");
  background-size: 11px 11px;
}
.rep-filter .inner-wrap select:active, .rep-filter .inner-wrap select:focus {
  border-bottom: 2px solid rgb(103, 113, 77) !important;
}
.rep-filter .inner-wrap .solution-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-right: 35px;
  cursor: pointer;
  font-size: 14px;
  color: #67714D;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rep-filter .inner-wrap .solution-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.rep-filter .inner-wrap .solution-label .radio-span {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  border: 1px solid #3C462C;
  border-radius: 50%;
}
.rep-filter .inner-wrap .solution-label input:checked ~ .radio-span {
  background-color: #FFFFFF;
}
.rep-filter .inner-wrap .solution-label .radio-span:after {
  content: "";
  position: absolute;
  display: none;
}
.rep-filter .inner-wrap .solution-label input:checked ~ .radio-span:after {
  display: block;
}
.rep-filter .inner-wrap .solution-label .radio-span:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3C462C;
}

.region-section {
  margin-bottom: 90px;
  display: none;
}

div[class*=”region-section__”] {
  display: none;
}

.representative-card {
  margin-bottom: 30px;
}
.representative-card .inner-wrap {
  background-color: #FFFFFF;
  border: 1px solid rgb(230, 212, 170);
  display: flex;
  flex-direction: row;
  height: 100%;
}
.representative-card .inner-wrap .name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  color: #3C462C;
}
.representative-card .inner-wrap .title, .representative-card .inner-wrap .region {
  font-size: 0.938rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.representative-card .inner-wrap .address {
  padding-top: 30px;
}
.representative-card .inner-wrap .address, .representative-card .inner-wrap .phone, .representative-card .inner-wrap .email {
  font-size: 1rem;
  line-height: 1.5;
  color: #67714D;
  margin-bottom: 0;
}
.representative-card .inner-wrap .email, .representative-card .inner-wrap .phone a {
  text-decoration: underline;
  color: #67714D;
}
.representative-card .inner-wrap .phone {
  margin-bottom: 10px;
}
.representative-image {
  width: 190px;
}
.representative-image img {
  height: 100%;
  width: 190px;
  object-fit: cover;
}
.representative-content {
  padding: 40px;
}

#loading {
  width: 100%;
  height: 100%;
  background-color: #F6EEDD;
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.2s ease-in;
}
#loading .svg-wrap svg {
  height: 75px;
  width: 75px;
  display: block;
}
#loading .svg-wrap .loading-text {
  padding-top: 30px;
  display: block;
}
#loading.load-complete {
  height: 0;
}
#loading.load-complete .svg-wrap svg {
  display: none;
}
#loading.load-complete .svg-wrap .loading-text {
  display: none;
}

.btn.map-return {
  display: none;
}

.map-pdf-links {
  display: flex;
  flex-direction: row;
}
.map-pdf-links .map-pdf a {
  margin-right: 20px;
}

.map-error {
  background-color: rgba(230, 212, 170, 0.25);
  padding: 30px 30px 100px 30px;
  position: relative;
}
.map-error p {
  text-align: center;
}

@media all and (max-width: 600px) {
  .representative-card .inner-wrap {
    height: 100%;
  }
  .representative-image {
    display: none;
  }
  .btn.map-return {
    display: block;
    max-width: 250px;
  }
  .rep-filter.horizontal.solutions .filter-column .inner-wrap {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .map-pdf-links {
    flex-direction: column;
  }
  .map-pdf-links .map-pdf {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 992px) {
  .rep-filter.horizontal {
    padding: 0 15px 50px 15px;
  }
  .rep-filter.horizontal .inner-wrap {
    background-color: rgba(230, 212, 170, 0.25);
    padding: 30px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
  }
  .rep-filter.horizontal .inner-wrap > div {
    display: flex;
    flex-direction: column;
    margin-right: 55px;
  }
  .rep-filter.horizontal .inner-wrap .solution-choices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rep-filter.horizontal .inner-wrap .select-solution {
    padding-bottom: 15px;
  }
  .rep-filter.horizontal .inner-wrap .select-region {
    max-width: 60%;
  }
  .rep-filter.horizontal .inner-wrap .solution-label {
    margin-bottom: 12px;
  }
  .rep-filter.horizontal .filter-column .inner-wrap {
    padding-bottom: 30px;
  }
}
.landing-page-hero {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing-page-hero h1 {
  font-size: 4.2rem;
  margin: 0;
  font-family: "Avenir Next", sans-serif;
  position: relative;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  overflow-wrap: break-word;
  margin-bottom: 25px;
}
.landing-page-hero h1:after {
  content: "";
  width: 160px;
  height: 10px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
  margin-top: 25px;
}
.landing-page-hero p {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.landing-page-hero .btn-row {
  margin-left: 50px;
  position: relative;
  z-index: 2;
}
.landing-page-hero .btn-row a.btn {
  border-radius: 8px;
}
.landing-page-hero .btn-row a.btn:before, .landing-page-hero .btn-row a.btn:after {
  border-radius: 8px;
}
.landing-page-hero .btn-row a.btn:first-of-type {
  margin-right: 14px;
}
.landing-page-faq img {
  max-width: 100%;
  height: auto;
}
.landing-page-faq .accordion-controls {
  padding-top: 0;
}
.landing-page-footer p.body-s {
  margin-bottom: 0;
  color: #000000;
}
.landing-page-form h2 {
  margin-bottom: 30px;
}
.landing-page-form .subtitle {
  font-weight: 500;
  margin-bottom: 30px;
}
.landing-page-form form label {
  color: #67714D;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0;
}
.landing-page-form form select,
.landing-page-form form input,
.landing-page-form form textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #3C462C;
  width: 100%;
  background-color: transparent;
}
.landing-page-form form input {
  position: relative;
  height: 50px;
}
.landing-page-form form input::placeholder {
  color: #000000;
  position: relative;
  top: -15px;
  left: 0;
}
.landing-page-form form .input {
  margin: 0 !important;
}
.landing-page-form form .hs-form-field {
  width: 46% !important;
}
.landing-page-form form fieldset .field:first-of-type {
  margin-right: 30px !important;
}
.landing-page-form form .hs-error-msgs.inputs-list {
  padding: 0;
  margin-bottom: 0;
}
.landing-page-form form .hs-error-msgs.inputs-list label.hs-error-msg.hs-main-font-element {
  font-size: 14px;
  font-weight: 500;
}
.landing-page-form form .hs-error-msgs.inputs-list label.hs-main-font-element {
  font-size: 14px;
  font-weight: 500;
}
.landing-page-form form .hs-button.primary.large {
  margin-top: 30px;
  background-color: #3C462C;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  padding: 20px 35px;
  letter-spacing: 0.7px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  border: transparent;
  width: 94%;
}
.landing-page-form form textarea {
  color: #000000;
  min-height: 60px;
  width: 98% !important;
}
.landing-page-form form .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  width: 100% !important;
  margin-right: 0 !important;
}

.section-bg-olive .landing-page-form form select,
.section-bg-olive .landing-page-form form input,
.section-bg-olive .landing-page-form form textarea {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.section-bg-olive .landing-page-form form input::placeholder {
  color: #FFFFFF;
}
.section-bg-olive .landing-page-form form .hs-button.primary.large {
  background-color: #E6D4AA;
  color: #3C462C;
}
.section-bg-olive .landing-page-form form textarea::placeholder {
  color: #FFFFFF;
}
.section-bg-olive .landing-page-form form .hs-error-msgs.inputs-list {
  padding: 0;
  margin-bottom: 0;
}
.section-bg-olive .landing-page-form form .hs-error-msgs.inputs-list label.hs-error-msg.hs-main-font-element {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.section-bg-olive .landing-page-form form .hs-error-msgs.inputs-list label.hs-main-font-element {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

#landing-page-header {
  background-color: #67714D;
  padding: 30px 0;
}
#landing-page-header .logo-wrap {
  text-align: center;
}

@media all and (max-width: 1199px) {
  .landing-page-hero .btn {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 992px) {
  .landing-page-hero .btn-row {
    margin-top: 30px;
    margin-left: 0;
  }
  .landing-page-form form fieldset {
    max-width: 100% !important;
  }
  .landing-page-form form .hs-button.primary.large {
    width: 100%;
  }
}
@media all and (max-width: 567px) {
  #landing-page-header .logo-wrap {
    max-width: unset;
  }
  .landing-page-form form .hs-form-field {
    width: 100% !important;
  }
}
@media all and (max-width: 425px) {
  #landing-page-header .logo-wrap {
    max-width: unset;
  }
  .landing-page-hero h1 {
    font-size: 2.8rem;
  }
  .landing-page-form form .hs-form-field {
    width: 100% !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/_fonts.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/reset.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/type.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/_variables.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/links.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/buttons.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/spacing.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/backgrounds.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/animations.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/forms.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/base/tables.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/hero.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/cta-cards.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/cascading-images.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/custom-lists.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/parallax-banner.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/stat-banner.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/video-banner.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/sliders.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/accordions.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/centered-cta.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/two-column.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/timeline.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/video-modal.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/products.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/leadership.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/search-results.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/pagination.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/sitemap.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/news.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/facilities.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/components/featured-carousel.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/header/header.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/header/header-light.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/header/nav-desktop.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/header/nav-flyout.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/header/search.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/footer/footer.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/pages/careers-detail.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/pages/find-a-rep.scss%22,%22file:///C:/dev-git/Albaugh_FED/FrontEndWebApp/wwwroot/css/src/pages/landing-page.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AACQ;AACA;AAER;EACI;EACA;;ACNH;AAED;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;EACI;EACA;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAIA;EACI;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAKA;EACI;EACA;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;EACI;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAKA;EACI;EACA;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAKA;EACI;EACA;EACA;;;AAGJ;AAAA;AAAA;AAIA;AAAA;EAEI;;;AAGJ;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;EAGI;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAKA;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAAA;AAAA;EAKI;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAKA;AAAA,QACQ;EACJ;;;AAGJ;AAAA;AAAA;AAAA;AAKA;AAAA,SACS;EACL;;;AAGJ;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAII;;;AAGJ;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAII;EACA;;;AAGJ;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAII;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAKA;AAAA;EAEI;EACA;;;AAGJ;AAAA;AAAA;AAIA;AAAA;EAEI;;;AAGJ;AAAA;AAAA;AAAA;AAKA;EACI;EACA;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAKA;EACI;EACA;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAGA;AAAA;AAAA;AAIA;EACI;;;AAGJ;AAAA;AAAA;AAIA;EACI;;;AC1VJ;EACI;;;AAGJ;EACI,aCHkB;EDIlB;EACA;;;AAGJ;EACI,aCRoB;EDSpB;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI,aCpBoB;EDqBpB;EACA;EACA;EACA,OCZI;EDaJ;EACA;;AAEA;EACI;EACA;EACA;EACA,kBCxBA;EDyBA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAKR;EACI,aClDkB;EDmDlB;EACA;EACA;EACA;EACA;EACA,OC3CI;;;AD8CR;EACI,aC5DkB;ED6DlB;EACA;EACA;EACA,OCnDI;EDoDJ;;;AAGJ;EACI,aCrEkB;EDsElB;EACA;EACA;EACA,OC5DI;ED6DJ;;;AAGJ;EACI,aC9EkB;ED+ElB;EACA;EACA;EACA;EACA;;;AAGJ;EACI,aCvFkB;EDwFlB;EACA;EACA;;;AAGJ;EACI,OCjFI;;;ADmFR;EACI,aCjGkB;EDkGlB;EACA;EACA;EACA,OCxFI;;;AD2FR;EACI,aCzGkB;ED0GlB;EACA;EACA;EACA,OChGI;;;ADmGR;EACI,aCjHkB;EDkHlB;EACA;EACA;;;AAGJ;EACI;EACA,aCzHkB;ED2HlB,OChHI;;;ADkHR;EACI;;;AAKA;EACI,OCvHA;;;AD0HR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AACA;EACI,OCtII;;;ADyIR;EACI,OC7II;;;ADgJR;EACI;EACA;;;AAEJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AEzKR;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA,kBDhCA;ECiCA;EACA;EACA;EACA;;AAGJ;EACI;EACA,kBDtCC;;ACyCL;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI,OD7FA;;AC+FA;EACI,kBDhGJ;;;AEdR;EACI,kBFkBW;EEjBX,OFaI;EEZJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBFVO;EEWP;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBFzBC;EE0BD;EACA;;AAGJ;EACI;EACA,OFnCA;;AEqCA;EACI;;AAIR;EACI,kBFxCC;EEyCD;EACA;;AAIJ;EACI,OFnDA;;AEqDA;EACI,kBFrDJ;;AEyDJ;EACI,kBF3DA;;AE8DJ;EACI,kBF3DC;;AE6DD;EACI,kBF9DH;;AEiED;EACI,kBFjEG;;;AEqEf;EACI,kBFvEK;EEwEL,OF3EI;EE4EJ,cFzEK;;;AE2ET;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OF9KJ;;AEkLJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AC1MP;AAEG;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAGR;EACI;;;AAEJ;EACI;EACA;;AAEA;EACI;EACA;;;AAGR;EAIQ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAIZ;EAGQ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AC9KZ;EACI;;;AAEJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI,kBJHA;;AIMJ;EACI,kBJNA;;AIQJ;EACI,kBJRA;;AIUJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAIZ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,kBJvDA;;AI0DJ;EACI,kBJzDA;;;AI4DR;AAEI;EACI,OJjEA;;AImEJ;EACI,OJnEA;;AIqEJ;EACI,kBJvEA;;;AKfP;EACG;;;AAEJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAEJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAEJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAGR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;ACvEJ;AA+EI;AAAA;AAAA;;AA9EA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI,ONXA;EMYA;EACA;EACA;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;EACI;;AAIR;EACI;;AAGA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,ONjFA;EMkFA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBNhGJ;EMiGI,cNjGJ;;AMoGA;EACI;EACA;EACA;EACA;EACA;EACA,kBN3GJ;EM4GI;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAIR;EACI;;AAGJ;EACI;;AAEA;EACI;;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACG;;;AAOC;EACI;;AAGJ;EACI;EACA;;AAEA;EACI,ONjNR;;AMmNQ;EACI;;AAMZ;EACI;;AAKJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAKR;EACI;;AAGJ;EACI;;;AAGR;EAEQ;IACI;;EAGJ;IACI;;;AC3QR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,MPHX;EOIW;;AAOZ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OPzBR;EO0BQ;;AAKJ;EACI;EACA;;AAEA;EACI,OPpCZ;EOqCY;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA,OPvDhB;EOwDgB;EACA;;AAEA;EACI;EACA,OP/DpB;;AOkEgB;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI,OP9EpB;;AOsFJ;EACI;;AAKI;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EAhBJ;IAiBQ;;;AAIR;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OPzIhB;;AO4IY;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;;AAEJ;EACI;;AAGJ;EACI;;;AAShB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAKI,aPpMU;EOqMV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OPlMJ;;AOqLI;EACI;;AAeR;EACI;;AAEA;EACI;;AAIA;EACI,MP3MX;;AOgND;EAvCJ;IAwCQ;;;;AAIZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,kBPjOA;EOkOA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OP9OA;;AOgPA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI,MP1PP;;AO+PL;EA1CJ;IA2CQ;IACA;;EAEA;IACI;;;;AAIZ;EACI;IACI;IACA;IACA;;EAGI;IACI;IACA;;;ACpSf;AACD;EACI;;AAEA;EACI;EACA;;;AAIJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;;;AAKR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI,OR/EZ;;AQmFI;EACI,kBRpFR;;AQ0FQ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;;;AAKhB;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;;AAKR;EACI;;AAEA;EACI;EACA;;;AAKA;EACI;EACA;EACA;EACA;EACA;;AAEC;EACG;EACA;EACA;EACA;;;AAMhB;EAIY;IACI;;;AAQhB;EAGQ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAIR;IACI;;;AAGR;EAEQ;IACI;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAIZ;IACI;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIZ;EAGQ;IACI;;EAKJ;IACI;IACA;;;AAKZ;EACI;IACI;;;AClQR;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;AACI;AAAA;AAAA;AAAA;EAIA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OTzCR;;;ASgDJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;;;AAGR;EACI,kBTjEI;ESkEJ;EACA;;AAEA;EACI;;;AAGR;EACI;;;AAEJ;EACI;IACI;;EAGI;IACI;;EAEJ;IACI;;;AAKhB;EACI;IACI;;EAEJ;IACI;;;AC9GP;AACD;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;AAKJ;EACI;EACA;;;AAIZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQR;EAGQ;IACI;;EAEA;IACI;;EAIR;IACI;;EAIJ;IACI;;EAGR;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;EAIR;IACI;;;AAIR;EAEQ;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;;AAKZ;EAEI;IACI;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AC7LZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,kBX9BJ;EW+BI;EACA;EACA;;AAIA;EACI,OXzCR;;AW4CI;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;;AAKhB;EACI;EACA;;AAGI;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;;AAKhB;EACI;EACA;;;AAGA;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;;AAOZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIZ;EACI;IACI;;EAII;IACI;;;AAKhB;EAIgB;IACI;;EAOZ;IACI;IACA;IACA;IACA;IACA;IACA;;;AClKZ;EACI;EACA;EACA;EACA;;;AAEJ;AACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACI;EACA;;;AAGR;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI,OZ1CJ;;AY4CI;EACI;;;AAMhB;EAEQ;IACI;IACA;;EAGJ;IACI;;;AAIZ;EACI;IACI;;EAEI;IACI;;EAGJ;IACI;IACA;IACA;;EAIZ;IACI;;;AC7FR;EACI;EACA;EACA;EACA;;;AAEJ;AACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI,ObjCJ;;AamCI;EACI;;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EAEQ;IACI;;;AAIZ;EACI;IACI;AACA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;AClFR;EACI;EACA;EACA;EACA;EACA;EACA;AACD;;AAEC;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI,OdfR;;AcgBQ;EACI;;;AAOpB;EAEQ;IACI;IACA;;EAGJ;IACI;;;AAIZ;EAEQ;IACI;IACA;;;ACtDZ;EACI;;;AAIJ;EACI;;;AAGA;EACI;EACA;EACA;EACA;;AAEJ;EAEI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAMQ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;;;AAMZ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;AACI;EACA;EACA,Of7EJ;Ee8EI;;AAIR;EACI;;AAGJ;EACI;;;AAIJ;EACI,Of/FA;;;AekGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBfzGI;Ee0GJ;EACA;;AAEA;EACI,kBf3GA;;;Ae+GR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;;AAIZ;AACI;AAAA;EAEA;EACA;;AAGA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBf9KJ;Ee+KI;EACA;EACA;EACA;EACA;;AAEA;EACI,OfvLR;EewLQ;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI,af3MQ;Ee4MR;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,kBf1MZ;Ee2MY;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;;;AAOhB;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;;;AAIJ;EACI;IACI;;;AAIR;EACI;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAEJ;IACI;;EAKR;IACI;;EASA;IACI;IACA;IACA;IACA,kBfxWR;IeyWQ;IACA;IACA;IACA;;EAEA;IACI;IACA;;;AAQpB;AAAA;AAAA;;AAAA;AAAA;AASA;AACA;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAMR;EACI;IACI;IACA;;EAEA;IACI;;;AAKZ;EAEI;IACI;IACA;;EAEA;IACI;;;AC1bZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,OhBTJ;EgBUI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,kBhB7BR;EgB8BQ;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA,kBhB1DZ;EgB2DY;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBhB9EZ;;AgBiFQ;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,kBhBhHR;EgBiHQ;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI,OhBhIR;EgBiIQ;;AAEA;EACI,chBpIZ;EgBqIY;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;;AAOZ;EACI;EACA;EACA;;AAIJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AAMR;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA,OhBlMZ;;AgBoMY;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAGR;EACI;IACI;;EAKA;IACI;;EAGJ;IACI;;;ACzQJ;EACI;EACA;EACA;;AAGR;EACI;;AAEA;EACI;;;AAIZ;EAIQ;IACI;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AC7BR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;;AAMhB;EACI,OlBTA;AkBwCA;AAAA;AAAA;;AA7BA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAQZ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;;AAGR;EAGY;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAGA;IACI;;EAIR;IACI;;EAOV;IACM;;EAEA;IACI;;;AC9HpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;AAAA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI,kBnBLK;EmBML;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAEJ;EACI;;AAGJ;EACI,OnBjDJ;;AmBoDA;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI,anB9EQ;EmB+ER;EACA;EACA;EACA,OnBtER;EmBuEQ;;AAKR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAKhB;EACI;EACA;EACA;;;AAGA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI,kBnB5JP;;AmBiKG;EACI;EACA;EACA,anBjLQ;EmBkLR,OnBtKR;;AmB2KI;EACI;EACA;EACA;EACA;EACA,OnBpLR;;AmByLI;EACI;EACA;EACA,OnBxLR;EmByLQ;EACA;;;AAKhB;EACI;IACI;IACA;;;AAMR;EACI;IACI;IACA;;;AC5NR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OpBQI;EoBPJ;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;;AAEA;EACI;;;AAIJ;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA,OpBnCJ;EoBoCI,kBpBvCJ;;AoByCI;EACI;;;AAKhB;EAEQ;IACI;;;AC7DJ;EACI;EACA;EACA;EACA;EACA;EACA,OrBQJ;;AqBNI;EACI;;AAIJ;EACI;;AAEJ;EACI;;;AAKhB;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA,kBrB7BA;EqB8BA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OrBvFA;EqBwFA;EACA;;AAGJ;EACI,OrB3FA;EqB4FA;;AAGJ;EACI,OrBlGA;EqBmGA;EACA;EACA;;AAEA;EACI;EACA,OrBvGJ;EqBwGI;EACA;EACA;;AAIR;EACI;;;AAKJ;EACI;;AAGI;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;AACH;AAAA;;AAIG;AACE;;;AAMd;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA,OrB1JJ;EqB2JI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YrBxLP;EqByLO;EACA;;;AAOZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA,OrBpNR;EqBqNQ;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;;AAIA;EACI;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI,arB9QU;EqB+QV;EACA;EACA;EACA;EACA,OrBtQJ;EqBuQI;;AAEA;EACI;;AAIR;EACI;;;AAIZ;EACI;;;AAEJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,OrBrSJ;EqBsSI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI,OrBpTR;EqBqTQ,kBrBpTR;EqBqTQ;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OrBhUR;EqBiUQ;;AAKZ;AA8MI;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AA7MA;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,kBrBrWnB;EqBsWmB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBrBpXnB;EqBqXmB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA,OrBvYpB;;AqB0YgB;EACI,OrB5YpB;EqB6YoB,kBrB5YpB;EqB6YoB;EACA;EACA;EACA;EACA;;AAIR;EACI,kBrBtZhB;EqBuZgB;EACA;EACA;;AAGA;EACI,kBrB9ZpB;EqB+ZoB;;AAGJ;EACI;;AAGJ;EACI,OrBvapB;;AqB0agB;EACI,OrB1apB;EqB2aoB,kBrB5apB;;AqBibQ;EACI;EACA;EACA;EACA;EACA;AACA;AAAA;;AAGA;EATJ;IAUQ;;;AAGJ;EACI;EACA;;AAKJ;EACI;EACA,YrBvchB;EqBwcgB;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OrBxdhB;EqBydgB;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBrBvepB;EqBweoB,crBxepB;;AqB2egB;EACI;EACA;EACA;EACA;EACA;EACA,kBrBlfpB;EqBmfoB;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAoBxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;AAGI;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAKR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA,kBrBtmBJ;EqBumBI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAOJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI,kBrBzoBJ;;;AqB8oBJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAKhB;EACI;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,kBrBlrBA;IqBmrBA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA,OrB7sBR;IqB8sBQ;;EAGJ;IACI;IACA;IACA;IACA;;EAEA;IACI,OrB3tBZ;IqB4tBY,kBrB3tBZ;IqB4tBY;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA,OrBtuBZ;IqBuuBY;IACA;;EAKhB;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAMZ;EAEQ;IACI;;EAIJ;IACI;;EAMA;IACI;IACA;IACA;;EAEA;IAKI;;EAMA;IAEI;;EAEA;IrB9xBpB;IACA;IACA;IAGI;IqB2xBoB;IACA;IACA;IACA;;EAGJ;IrBtyBpB;IACA;IACA;IAOI;IqB+xBoB;IACA;IACA;IACA;;EAGJ;IACI;;EAIA;IrBnzBxB;IACA;IACA;IAGI;IqBgzBwB;IACA;IACA;IACA;;EAUJ;IAEI;;EAQR;IACI;;EAEA;IACI;;EAIR;IACI;;EAIA;IACI;;EAKJ;IrB/1BxB;IACA;IACA;IAOI;IqBw1BwB;IACA;IACA;IACA;;EAIR;IAEI;;;AAY5B;EACI;IACI;IACA;;EAEA;IACI;;;AAKZ;EAIY;IACI;IACA;IACA;;EAEA;IAKI;;EAMA;IAEI;;EAEA;IrBz5BpB;IACA;IACA;IAGI;IqBs5BoB;IACA;IACA;IACA;;EAGJ;IrBj6BpB;IACA;IACA;IAOI;IqB05BoB;IACA;IACA;IACA;;EAGJ;IACI;;EAIA;IrB96BxB;IACA;IACA;IAGI;IqB26BwB;IACA;IACA;IACA;;EAUJ;IAEI;;EAQR;IACI;;EAEA;IACI;;EAIR;IACI;;EAIA;IACI;;EAKJ;IrB19BxB;IACA;IACA;IAOI;IqBm9BwB;IACA;IACA;IACA;;EAIR;IAEI;;;ACtgCxB;EACI;EACA;EACA;;AAIA;EACI,atBNY;EsBOZ;EACA;EACA;EACA;;AAIR;EACI;;;AAKJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBtB5BJ;EsB6BI;EACA;EACA;EACA;EACA;;AAEA;EACI,OtBrCR;EsBsCQ;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI,atB3DQ;EsB4DR;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,kBtB1DZ;EsB2DY;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;;;AAKhB;EAKY;IACI;IACA;IACA;IACA,kBtBvFR;IsBwFQ;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAMZ;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;;;AC3HhB;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA,OvBEA;EuBDA;EACA;;AAEA;EACI;;AAGR;EACI;;;AAGR;EACI;;AACA;EACI,OvBbA;;AuBeA;EACI;;;AAIZ;EACI;;AAKA;EACI;EACA;;AAKI;EACI;EACA;;AAEJ;EACE;EACA;EACA;;AAEF;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;EACA;;;AAKhB;EACI;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;;ACtFJ;EACI;EACA,cxBWJ;EwBVI,kBxBSJ;EwBRI,OxBSJ;EwBRI;EACA;EACA;EACA;;AAEA;EACI,kBxBGR;;AwBCA;EACI,kBxBHJ;EwBII,OxBLJ;;;AyBbJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;;ACRZ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAIA;EACI;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;;AAEA;AAAA;AAAA;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA,O1BpBJ;;A0BuBA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIZ;EACI;;AAEA;EAEI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKI;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;;;AAMZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;;AAMpB;EACI;EACA;EACA;EACA;EACA;;;AAGA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI,a1BnKgB;E0BoKhB;EACA;EACA;EACA,O1B3JA;E0B4JA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,kB1BxKJ;E0ByKI;EACA;EACA;;AAIR;EACI,a1BzLc;E0B0Ld;EACA;EACA;EACA;EACA;EACA,O1BlLA;;A0BqLJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;;AAGR;EACI;IACI;IACA;;EAEJ;IACI;IACA;;;AAGR;EAGQ;IACI;;;AAOZ;EAEQ;IACI;IACA;IACA;;;AAKZ;EACI;IACI;IACA;;EAGA;IACI;IACA;;EAEA;IACI;;EAKZ;IACI;;;AC3QR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,a3BJgB;E2BKhB;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGR;EACI;;AAEA;EACI;EACA;;;AAGR;EACI;;AACA;EACI;EACA;;;AAGR;EAEQ;IACI;;EAGR;IACG;;EAEH;IACI;;;ACpDR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA,O5B7BJ;;A4B+BI;EACI,O5BhCR;E4BiCQ;;AAEA;EACI;;AAIR;EACI;EACA,O5B1CR;;A4B6CI;EACI;EACA;EACA;;AAEA;EACI;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI,O5BvER;;A4B2EA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kB5BlFJ;E4BmFI;EACA;;AAEA;EACI,kB5BpFR;;A4BuFI;EACI,kB5BxFR;E4ByFQ;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EAOgB;IACI;IACA;;EAEA;IACI;;EAMhB;IACI;IACA;;;ACxKZ;AACA;EACI;EACA;EACA;EACA;AACA;EACA;AACA;;AACA;EACI;EACA,Y7BIA;;A6BFA;EACI;;AAIR;EACI;EACA;;AAIJ;EACI;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;;AAEA;EACI;;AAIR;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAKA;EACI;;AAGJ;EACI;;AAGJ;EACI,O7B3DR;E6B4DQ;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;;AAGA;EACI,kB7BnFJ;E6BoFI;;AAIA;EACI,M7BtFR;;A6B0FQ;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAKZ;EACI,O7B/GJ;;A6BiHI;EACI,O7BlHR;;A6BsHQ;EACI;;AAKZ;EACI;;AAKJ;EACI,Y7BnIJ;;A6BsIA;EACI,Y7B1IJ;;A6B8II;EACI;;AAIA;EACI;;AAKZ;EACI,O7BvJJ;E6BwJI,c7BxJJ;;A6B2JA;EACI,O7B5JJ;;A6BgKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,c7B1KA;E6B2KA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,Y7BvNJ;E6BwNI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;;;AAOhB;AAAA;AAAA;AAAA;AAAA;AAAA;;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAgBA;EAEI;IACI;;EAII;IACI;;EAIR;IACI;;;AAQZ;EACI;IACI;;EAKI;IACI;;;AAOhB;EACI;IACI;;EACA;IACI;;EAIR;IACI;;EAEA;IACI;IACA;;;AChWR;EACI;EACA,kB9BYA;;A8BVA;EACI,M9BUJ;;A8BPA;EACI,O9BMJ;;A8BJI;EACI,O9BGR;;A8BEQ;EACI;;AAKb;EACK,O9BTJ;E8BUI;EACA;;AAGJ;EACI;;AAGJ;EACI,Y9BnBJ;;A8BsBA;EACI,Y9B1BJ;;A8B8BI;EACI;;AAIA;EACI;;AAKZ;EACI,O9BvCJ;E8BwCI,c9BxCJ;;A8B4CJ;EACI,kB9BhDA;;;A8BqDJ;EACI;;AAGJ;EACI,O9B1DA;E8B2DA,c9B3DA;;;A+BdR;AAII;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA,O/BPJ;;A+BSI;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kB/BhBP;E+BiBO;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAMhB;EACI;EACA,O/BvDA;E+BwDA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA,O/B9IhB;E+B+IgB;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAOpB;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGR;EAGQ;IACI;;EAGL;IACK;;;AAIZ;EAEQ;IACI;;EAGJ;IACI;;;AAIZ;EACI;IACI;;EAEJ;IACI;;;AAIR;EACI;IACI;;;AAKR;EACI;IACI;IACA;;;AAIR;EAGY;IACI;;EAKJ;IACI;;EAKR;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;;AAMZ;EAEQ;IACI;;;ACnSZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBhCXA;EgCYA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;EACA;EACA;;AAGI;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,OhC7EZ;EgC8EY;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA,kBhClGhB;EgCmGgB;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKA;EACI,kBhChIpB;EgCiIoB;;AAGJ;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBhCxJX;EgCyJW;;AAIA;EACI;EACA;;AAOR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,OhCtLhB;EgCuLgB;EACA;;AAEA;EACI,OhC3LpB;EgC4LoB;EACA;;AAGJ;EACI;;AAOR;EACI;;AAIP;EACG;EACA;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAOpB;EACI;;AAEA;EACI,OhCrQJ;;AgCwQA;EACI,OhCxQJ;;AgC4QJ;EACI,OhC7QA;;;AgCmRJ;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;EACA;;;AAOR;EAKY;IACI;;EAEA;IACI;;EAEA;IACI;IACA;;EACA;IACI;;EAKZ;IACI;;EAGJ;IACI;;EAIR;IACI;;EAIR;IAMI;;EAJA;IACI;;;AAYhB;EAEQ;IACI;;EAEA;IACI;;EAEA;IACI;;EAIJ;IACI;IACA;;;ACvXhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI,ajCrBY;EiCsBZ;EACA;EACA,OjCZJ;EiCaI;EACA;EACA;EACA;EACA;;AAEA;EACI,ajChCQ;EiCiCR;EACA;EACA,OjCvBR;;AiC2BA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGI;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI,OjChER;EiCiEQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBjC7ER;EiC8EQ;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAOZ;EACI;;;AAMhB;EACI;;AACA;EACI;EACA;;;AAKR;EAGI;IACI;IACA;;EAGI;IACI;;;AC1MhB;EACI;EACA;;AAGI;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIA;EACI;EACA;EACA;;AAEA;EACI,MlCjBhB;;AkCwBI;EACI;EACA;;AAMR;EACI,OlC5BG;;AkCgCH;EACI;;AAEA;EACI;;;AAMpB;EAEQ;IACI;IACA;IACA;;;AAIZ;EAEQ;IAEI;IACA;;EAGJ;IACI;IACA;;;AAIZ;EAEQ;IACI;;;ACxFX;EACG;;AAEA;EACI;EACA;EACA;EACA;;;AAKJ;EACI;;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;;ACzBhB;EACI;;AACA;EACI;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;;AACA;EACI;;AAIJ;EACI;;;AAOR;EACI;EACA;;AAEA;EACI;;AAGJ;EAKI;;AAJA;EACI;;AAMR;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAMJ;EACI;EACA;EACA,OpC9FJ;;AoCiGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OpCxHJ;EoCyHI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,kBpC7IR;EoC8IQ;EACA;;AAGJ;EACI,kBpCnJR;;AoCsJI;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,YpCrKR;;;AoC0KR;EACI;EACA;;;AAEJ;EACE;;;AAKE;EACI;;AAEA;EACI,kBpCzLJ;EoC0LI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OpCnMR;;AoCsMI;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA,OpCjNR;EoCkNQ;;AAGJ;EACI;EACA,OpCvNR;;AoC0NI;EACI;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAGI;EACI;;AAGJ;EACI;;;AAMhB;EACI;;;AAEJ;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;;AAGR;EAIY;IACI;;EAIR;IACI;;EAIR;IACI;IACA;;EAGJ;IACI;;;AAGR;EACI;IACI;;EAEA;IACI;;;AAIZ;EACI;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAIR;IACI;;;AClYR;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA,arCNU;EqCOV;EACA;EACA;EACA;EACA;EAYA;;AAVA;EACI;EACA;EACA;EACA,kBrCPR;EqCQQ;EACA;EACA;;AAMR;EACI,arC1BY;EqC2BZ;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAOZ;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;EACA,OrC5DJ;;AqCmEA;EACI;;AAGJ;EACI;EACA;;AAIA;EACI,OrC1ER;EqC2EQ;EACA;EACA;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIJ;EACI,OrCrGR;EqCsGQ;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA,kBrCtIR;EqCuIQ,OrCxIR;EqCyIQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OrCzJR;EqC0JQ;EACA;;AAGJ;EACI;EACA;;;AAQJ;AAAA;AAAA;EAGI;EACA,OrC3KR;;AqC8KI;EACI,OrC/KR;;AqCkLI;EACI,kBrC9KD;EqC+KC,OrCnLR;;AqCsLI;EACI,OrCxLR;;AqC2LI;EACI;EACA;;AAEA;EACI;EACA;EACA,OrClMZ;;AqCqMQ;EACI;EACA;EACA,OrCxMZ;;;AqC+MR;EACI,kBrC7MI;EqC8MJ;;AAEA;EACI;;;AAIR;EAGY;IACI;;;AAMhB;EAGY;IACI;IACA;;EAMA;IACI;;EAGJ;IACI;;;AAOpB;EACI;IACI;;EAKQ;IACI;;;AAOpB;EACI;IACI;;EAKA;IACI;;EAII;IACI%22%7D */