/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/src/styles/main.scss ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
$badge-background: $primary-color;
$badge-color: $white;
$badge-color-alt: $black;
$badge-palette: $foundation-palette;
$badge-padding: 0.3em;
$badge-minwidth: 2.1em;
$badge-font-size: 0.6rem;
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=73.75em&xxlarge=81.25em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "degular", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #37500F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.5625rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Original Sans Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #37500F;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #c8c8c8;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.4375rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 6.875rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #C8F05B;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(47.3, 68.8, 12.9);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #c8c8c8;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.35;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #c8c8c8;
}
blockquote, blockquote p {
  line-height: 1.35;
  color: #3A3A3A;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #3A3A3A;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #000000;
  color: #37500F;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #c8c8c8;
  background-color: #e6e6e6;
  font-family: "degular-mono", monospace;
  font-weight: normal;
  color: #000000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: "degular-mono", monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #3A3A3A;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #3A3A3A;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #3A3A3A;
  background-color: #ffffff;
  box-shadow: 0 0 5px #c8c8c8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c8c8c8;
}

input::placeholder,
textarea::placeholder {
  color: #c8c8c8;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #c8c8c8;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #c8c8c8;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #ffffff;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2732%27 height=%2724%27 viewBox=%270 0 32 24%27><polygon points=%270,0 32,0 16,24%27 style=%27fill: rgb%2858, 58, 58%29%27></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select {
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #3A3A3A;
  background-color: #ffffff;
  box-shadow: 0 0 5px #c8c8c8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.725em 1.825em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #37500F;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: rgb(46.75, 68, 12.75);
  color: #ffffff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.925rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #37500F;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #2c400c;
  color: #ffffff;
}
.button.secondary {
  background-color: #C8F05B;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(179.6592178771, 234.4525139665, 30.3474860335);
  color: #000000;
}
.button.success {
  background-color: green;
  color: #ffffff;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(0, 102.4, 0);
  color: #ffffff;
}
.button.warning {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #000000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow {
  border: 1px solid #37500F;
  color: #37500F;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(27.5, 40, 7.5);
  color: rgb(27.5, 40, 7.5);
}
.button.hollow.primary {
  border: 1px solid #37500F;
  color: #37500F;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(27.5, 40, 7.5);
  color: rgb(27.5, 40, 7.5);
}
.button.hollow.secondary {
  border: 1px solid #C8F05B;
  color: #C8F05B;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(114.6480446927, 151.6312849162, 13.8687150838);
  color: rgb(114.6480446927, 151.6312849162, 13.8687150838);
}
.button.hollow.success {
  border: 1px solid green;
  color: green;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #004000;
  color: #004000;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #37500F;
  color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #37500F;
  color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #C8F05B;
  color: #000000;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: green;
  color: #ffffff;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.825em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #37500F;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #37500F;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #37500F transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #c8c8c8;
}
.breadcrumbs a {
  color: #37500F;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #c8c8c8;
  cursor: not-allowed;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1.125rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.925rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #37500F;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2c400c;
  color: #ffffff;
}
.button-group.secondary .button {
  background-color: #C8F05B;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(179.6592178771, 234.4525139665, 30.3474860335);
  color: #000000;
}
.button-group.success .button {
  background-color: green;
  color: #ffffff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(0, 102.4, 0);
  color: #ffffff;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #000000;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: white;
  color: #37500F;
}
.callout.primary {
  background-color: rgb(228.7894736842, 245.1710526316, 202.5789473684);
  color: #37500F;
}
.callout.secondary {
  background-color: rgb(246.75, 252.75, 230.4);
  color: #37500F;
}
.callout.success {
  background-color: rgb(197.7, 255, 197.7);
  color: #37500F;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #37500F;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #37500F;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #37500F;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button {
  position: absolute;
  color: #3A3A3A;
  cursor: pointer;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #000000;
  color: #fff;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #37500F;
  box-shadow: 0 7px 0 #37500F, 0 14px 0 #37500F;
  content: "";
}
.menu-icon:hover::after {
  background: #C8F05B;
  box-shadow: 0 7px 0 #C8F05B, 0 14px 0 #C8F05B;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #3A3A3A;
  box-shadow: 0 7px 0 #3A3A3A, 0 14px 0 #3A3A3A;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #37500F;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #37500F transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 230px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #37500F;
  color: #ffffff;
}
.label.primary {
  background: #37500F;
  color: #ffffff;
}
.label.secondary {
  background: #C8F05B;
  color: #000000;
}
.label.success {
  background: green;
  color: #ffffff;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #cc4b37;
  color: #000000;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #c8c8c8;
}
.orbit-bullets button:hover {
  background-color: #3A3A3A;
}
.orbit-bullets button.is-active {
  background-color: #3A3A3A;
}

.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #37500F;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #c8c8c8;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #c8c8c8;
}
.progress.primary .progress-meter {
  background-color: #37500F;
}
.progress.secondary .progress-meter {
  background-color: #C8F05B;
}
.progress.success .progress-meter {
  background-color: green;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #37500F;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #c8c8c8;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #37500F;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
.slider-handle:hover {
  background-color: rgb(46.75, 68, 12.75);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #c8c8c8;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #37500F;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #37500F;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #37500F;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}
table.unstriped tbody {
  background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #37500F;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(67.0131578947, 97.4736842105, 18.2763157895);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #37500F;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: rgb(47.3, 68.8, 12.9);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #37500F;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #37500F;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(55, 80, 15, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: transparent;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #3A3A3A;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar {
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: #000000;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 73.6875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 73.6875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 73.75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

@font-face {
  font-family: "Original Sans Web";
  src: url(../../dist/fonts/OriginalSans-Four-Web.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Original Sans Web";
  src: url(../../dist/fonts/OriginalSans-FourItalic-Web.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Original Sans Web";
  src: url(../../dist/fonts/OriginalSans-Three-Web.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Original Sans Web";
  src: url(../../dist/fonts/OriginalSans-ThreeItalic-Web.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../../dist/fonts/ajax-loader.gif) center center no-repeat;
}

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

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

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

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

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

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

.main {
  background-size: 100%;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

:focus {
  outline: none;
}

a, button, .button, [type=submit] {
  color: #37500F;
  transition: all 0.25s ease;
}

.pagination {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 12px;
  display: flex;
}
.pagination ul.page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border: none !important;
  display: flex;
  color: #37500F;
  padding: 0 0.5rem;
  list-style: none;
}
.pagination ul.page-numbers li {
  border-right: none;
}
.pagination ul.page-numbers .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid transparent;
  border-right: none;
  display: block;
  color: #37500F;
  padding: 0 0.5rem;
  list-style: none;
}
.pagination ul.page-numbers .page-numbers:hover {
  color: #202020;
}
.pagination ul.page-numbers .page-numbers.current {
  background: transparent;
  border-color: #37500F;
  color: #202020;
  font-weight: bold;
}
.pagination ul.page-numbers .page-numbers.next, .pagination ul.page-numbers .page-numbers.prev {
  color: #37500F;
}

.page-breadcrumbs {
  color: #C8F05B;
  font-size: 0.8125rem;
}
.page-breadcrumbs nav {
  display: flex;
  align-items: center;
  gap: 0rem;
}
.page-breadcrumbs span > a > span {
  color: #C8F05B;
  line-height: 1.875rem;
}
.page-breadcrumbs span > a > span:after {
  content: "\\";
  margin: 0 1rem;
  font-size: 0.8125rem;
}
.page-breadcrumbs span:first-child > a > span:before {
  content: "\\";
  margin: 0 1rem 0 0rem;
  font-size: 0.8125rem;
}

.post-template-default .page-breadcrumbs nav > span:last-child {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .post-template-default .page-breadcrumbs nav > span:last-child {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 420px) {
  .post-template-default .page-breadcrumbs nav > span:last-child {
    max-width: 120px;
  }
}

.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.wpfFilterButton.wpfButton {
  background-color: #C8F05B;
  border-radius: 2px;
  border: none;
  color: #ffffff;
  font-family: "degular-mono", monospace;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin: 1rem 0 0 0;
  min-height: 24px;
  padding: 0.62rem 1.25rem;
  text-align: center;
}
.button i,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button i,
.wpfFilterButton.wpfButton i {
  margin-left: 11px;
}
.button:hover, .button.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.active,
.wpfFilterButton.wpfButton:hover,
.wpfFilterButton.wpfButton.active {
  background-color: #37500F;
  color: #fff !important;
}
.button.button-white,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-white,
.wpfFilterButton.wpfButton.button-white {
  background-color: #ffffff;
  color: #37500F !important;
}
.button.button-white:hover, .button.button-white.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-white:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-white.active,
.wpfFilterButton.wpfButton.button-white:hover,
.wpfFilterButton.wpfButton.button-white.active {
  background-color: #37500F;
  color: #fff !important;
}
.button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button,
.wpfFilterButton.wpfButton.button {
  position: relative;
}
.button.button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button:after,
.wpfFilterButton.wpfButton.button:after {
  content: "→";
  font-family: "degular-mono", monospace;
  margin-left: 0.75rem;
}

.gform_wrapper.gravity-theme.uavionix_wrapper .gform_button {
  padding-right: 28px;
  margin-left: auto;
  position: relative;
}
.gform_wrapper.gravity-theme.uavionix_wrapper .gform_button:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 14px;
  height: 30px;
  font-size: 16px;
  width: 8px;
}

.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme {
  /* Make input fields transparent */
}
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield input[type=url],
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield select {
  background-color: white;
  box-shadow: none;
  border: 1px solid grey;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:focus,
.gform_wrapper.gravity-theme .gfield input[type=email]:focus,
.gform_wrapper.gravity-theme .gfield input[type=tel]:focus,
.gform_wrapper.gravity-theme .gfield input[type=url]:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus,
.gform_wrapper.gravity-theme .gfield select:focus {
  outline: none;
}
.gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gfield select::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield input[type=text]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder,
.gform_wrapper.gravity-theme .gfield select::placeholder {
  font-size: 16px;
  opacity: 1;
}
.gform_wrapper.gravity-theme {
  /* Hide labels */
}
.gform_wrapper.gravity-theme .gfield--type-checkbox {
  margin-top: 12px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox .gfield-choice-input {
  margin-bottom: 0;
}

.cta-bar {
  background-color: #C8F05B;
  padding: 3rem 0;
  text-align: left;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .cta-bar {
    padding: 8rem 0;
    text-align: left;
  }
}
.cta-bar .row {
  position: relative;
  z-index: 1;
}
.cta-bar h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .cta-bar h2 {
    font-size: 3.5rem;
  }
}
.cta-bar p {
  margin-bottom: 2rem;
}
.cta-bar .cta-bar-background {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  opacity: 0.125;
}
@media print, screen and (min-width: 40em) {
  .cta-bar .cta-bar-background {
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
  }
}

#backToTop {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #C8F05B;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-bottom: -20px;
}
#backToTop .fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #C8F05B;
  background-image: repeating-linear-gradient(45deg, #F8FDEB, #F8FDEB 2px, rgba(0, 0, 100, 0) 3px, rgba(0, 0, 100, 0) 8px);
  background-size: 110% 260%;
  transition: height 0.1s ease-out, background-position 0.5s ease-out;
  z-index: 1;
}
#backToTop .chevron {
  position: relative;
  z-index: 2;
  width: 10px;
  height: auto;
}
#backToTop .chevron svg {
  width: 100%;
  height: 100%;
}

#backToTop.visible {
  display: flex;
  opacity: 1;
  pointer-events: all;
  margin-bottom: 0px;
}

#backToTop:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

#backToTop:active {
  transform: translateY(-1px);
}

@keyframes bttFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bttFadeDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.page-content-wrapper .page-content {
  padding: 70px 0;
}

.fc-page-header {
  display: flex;
  position: relative;
  overflow: hidden;
}
.fc-page-header img.page-header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 40em) {
  .fc-page-header img.page-header-image {
    width: 100%;
    height: auto;
  }
}
.fc-page-header .page-header-content-wrapper {
  align-self: flex-end;
  width: 100%;
}
.fc-page-header .page-header-content-wrapper.fc-section {
  padding-top: 6rem;
}
.fc-page-header .page-header-content-wrapper.fc-section-image, .fc-page-header .page-header-content-wrapper.page-header-expanded {
  padding-top: 9.5rem;
}
.fc-page-header .page-header-content-wrapper .page-header-content p:last-child {
  margin-bottom: 0;
}
.fc-page-header .page-header-content-wrapper .page-header--block-text {
  max-width: 55rem;
}

.fc-home-header.fc-page-header .page-header-content {
  max-width: 33rem;
  background-color: #C8F05B;
  padding: 2.3rem;
}
.fc-home-header.fc-page-header h1 {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
}

.page-navigation-bar {
  background-color: #37500F;
  width: 100%;
}
.page-navigation-bar .page-navigation-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.25rem 0;
}
@media print, screen and (min-width: 40em) {
  .page-navigation-bar .page-navigation-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-navigation-bar .page-navigation-wrap .page-navigation {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style-type: none;
  gap: 0rem;
  color: #C8F05B;
  padding: 0;
  margin: 0;
  margin-left: auto;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .page-navigation-bar .page-navigation-wrap .page-navigation {
    display: flex;
  }
}
.page-navigation-bar .page-navigation-wrap .page-navigation * {
  font-size: 0.8125rem;
}
.page-navigation-bar .page-navigation-wrap .page-navigation li {
  margin: 0;
}
.page-navigation-bar .page-navigation-wrap .page-navigation li:after {
  content: "\\";
  margin: 0 1rem;
  font-size: 0.8125rem;
}
.page-navigation-bar .page-navigation-wrap .page-navigation li:first-child:before {
  content: "\\";
  margin: 0 1rem 0 0;
  font-size: 0.8125rem;
}
.page-navigation-bar .page-navigation-wrap .page-navigation a {
  color: #C8F05B;
}

.post-single {
  background-color: #F8FDEB;
}
.post-single .post-content-wrapper .post-header {
  padding-top: 6.25rem;
}
.post-single .post-content-wrapper .post-header .back-to-blog {
  color: #37500F;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-family: "degular-mono", monospace;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
}
.post-single .post-content-wrapper .post-header .back-to-blog:hover {
  background-color: #37500F;
  color: white;
}
.post-single .post-content-wrapper .post-header .back-to-blog:hover svg path {
  fill: #ffffff;
}
.post-single .post-content-wrapper .post-header .back-to-blog:after {
  content: "";
  display: none;
}
.post-single .post-content-wrapper .post-header .back-to-blog svg {
  transform: rotate(180deg);
}
.post-single .post-content-wrapper .post-header .back-to-blog svg * {
  transition: fill 0.3s ease;
}
.post-single .post-content-wrapper .post-header .post-type {
  color: #000000;
  display: block;
  font-family: "degular", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  margin: 70px 0 30px;
  text-transform: uppercase;
}
.post-single .post-content-wrapper .post-header h1.post-title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.post-single .post-content-wrapper .post-header .post-meta {
  display: flex;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.75rem;
}
.post-single .post-content-wrapper .post-header .post-meta > * {
  display: inline-block;
}
.post-single .post-content-wrapper .post-header .post-meta > *:after {
  content: "\\";
  margin: 0 0.5rem;
}
.post-single .post-content-wrapper .post-header .post-meta > *:first-child:before {
  content: "\\";
  margin: 0 0.5rem 0 0;
}
.post-single .post-content-wrapper .post-content {
  padding-bottom: 6.25rem;
  border-bottom: 2px solid #C8F05B;
}
.post-single .post-content-wrapper .post-content img.alignleft {
  margin-bottom: 0.25rem;
}
.post-single .post-content-wrapper .post-author {
  padding-top: 1.25rem;
  padding-bottom: 6.25rem;
}
.post-single .post-content-wrapper .current-news {
  padding-bottom: 10rem;
}

.post-template-default footer.main-footer .footer-content,
.blog footer.main-footer .footer-content {
  background-color: #F8FDEB;
  color: #37500F;
}
.post-template-default footer.main-footer .footer-content .button,
.blog footer.main-footer .footer-content .button {
  color: #37500F !important;
}
.post-template-default footer.main-footer .footer-content .button:hover,
.blog footer.main-footer .footer-content .button:hover {
  background-color: #C8F05B !important;
  color: #37500F !important;
}

/* TTEEMMPMP */
.Xwoocommerce-breadcrumb {
  display: none;
}

.Xproduct_title.entry-title {
  font-family: "degular", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-top: 75px !important;
  margin-bottom: 30px;
}

.Xwoocommerce-Price-amount.amount {
  color: #37500F;
  font-size: 35px;
  margin-bottom: 40px;
}

.Xrelated.products {
  display: none;
}

.Xwoocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #000000 !important;
  color: #fff !important;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Search Page */
.main-search {
  background-color: #F6F5F3;
  padding: 20px 0 30px;
  position: relative;
  z-index: 99;
}
.main-search .main-search-bar {
  background-color: #F6F5F3;
  position: relative;
}
.main-search .main-search-bar .main-search-form {
  border: 1px solid rgb(235.0714285714, 232.8571428571, 228.4285714286);
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem;
}
.main-search .main-search-bar .main-search-form form {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form {
    padding: 0.5rem;
  }
}
.main-search .main-search-bar .main-search-form form {
  display: flex;
  align-items: center;
}
.main-search .main-search-bar .main-search-form form .is-screen-reader-text {
  display: none;
}
.main-search .main-search-bar .main-search-form form label {
  flex-grow: 1;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form label {
    margin-right: 3rem;
  }
}
.main-search .main-search-bar .main-search-form form label i {
  margin-right: 0.5rem;
  color: #37500F;
  font-size: 1.125rem;
}
.main-search .main-search-bar .main-search-form form label input {
  margin: 0;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  color: #000000;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form label input {
    font-size: 20px;
  }
}
.main-search .main-search-bar .main-search-form form label input:focus, .main-search .main-search-bar .main-search-form form label input:active {
  outline: none;
  border: none;
  box-shadow: none;
}
.main-search .main-search-bar .main-search-form form label input::-moz-placeholder {
  color: #3A3A3A;
  font-family: "degular", sans-serif;
}
.main-search .main-search-bar .main-search-form form label input::placeholder {
  color: #3A3A3A;
  font-family: "degular", sans-serif;
}
.main-search .main-search-bar .main-search-form form button {
  margin-left: auto;
  background-color: #37500F;
  padding: 0.75rem 1.5rem;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form button {
    font-size: 16px;
    padding: 0.75rem 2.5rem;
  }
}
.main-search .main-search-bar .main-search-form form button:hover, .main-search .main-search-bar .main-search-form form button:focus {
  background-color: rgb(40.2368421053, 58.5263157895, 10.9736842105);
}
.main-search .main-search-bar .search-border {
  height: 1px;
  background-color: #535353;
  margin: 0 1rem;
}

.search-results-wrapper {
  margin-top: 50px;
}
.search-results-wrapper .search-results-cell {
  border-bottom: 1px solid #ededed;
  margin-bottom: 26px;
  padding-bottom: 26px;
  display: flex;
  gap: 30px;
}
.search-results-wrapper .search-results-cell .search-results-cell-image {
  flex: 0 0 100px;
}
.search-results-wrapper .search-results-cell .search-results-cell-image img {
  max-width: 100px;
}
.search-results-wrapper .search-results-cell h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.search-results-wrapper .search-results-cell h2 a {
  color: #000000;
}
.search-results-wrapper .search-results-cell h2 a i {
  color: #000000;
  font-size: 16px;
}
.search-results-wrapper .search-results-cell h2 a:hover {
  color: #37500F;
}
.search-results-wrapper .search-results-cell span.search-permalink {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 7px;
}
.search-results-wrapper .search-results-cell p {
  font-size: 14px;
  margin-bottom: 0;
}
.search-results-wrapper .search-results-cell .read-more {
  color: 1px solid #c8c8c8;
  display: inline-block;
  margin: 6px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-results-wrapper .search-results-none {
  margin-bottom: 170px;
}
.search-results-wrapper .search-results-none h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
}

.search-pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 12px;
  display: flex;
}
.search-pagination .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid #fff;
  display: block;
  color: #37500F;
  padding: 0 0.5rem;
}
.search-pagination .page-numbers:hover {
  color: #202020;
}
.search-pagination .page-numbers.current {
  border-color: #37500F;
  color: #202020;
  font-weight: bold;
}
.search-pagination .page-numbers.next, .search-pagination .page-numbers.prev {
  color: #37500F;
}

#resources-search-wrapper .search-suggestions, #resources-search-wrapper .search-border {
  display: none;
}

/*
#main-search-wrapper {
  background-color: darken($grey-bg,7%);
  display: none;
  height: 110px;
  position: fixed;
   top: 0;
   right: 0;
   left: 0;
  width: 100%;
  z-index: 999999;

  @include breakpoint(medium) {
    height: 240px;
  }

  &.active {
    display: block;
  }

  .main-search {
    margin-top: 8px;

    @include breakpoint(medium) {
      margin-top: 80px;
    }

  }

  input {
     border: none;
  }

  .main-search-close {
    color: $black;
    cursor: pointer;
    position: absolute;
     top: 16px;
     right: 16px;
  }

}
*/
.main-header {
  background-color: #C8F05B;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.main-header .row, .main-header .row > .columns {
  height: 100%;
}
.main-header .hamburger-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .hamburger-trigger .menu-icon:hover:after {
  background: #37500F;
  box-shadow: 0 7px 0 #37500F, 0 14px 0 #37500F;
}
.main-header .main-logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: auto;
}
.main-header .main-logo a {
  display: flex;
  height: 100%;
  padding: 1.875rem 0;
}
.main-header .main-logo img {
  width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-header .main-logo img {
    height: 24px;
  }
}

.no-js .main-header .primary-navigation {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .main-header .primary-navigation-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .main-header .primary-navigation-wrapper .primary-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li:hover > a {
    padding: 0.5rem 0;
    border-bottom: 2px solid #37500F;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li > a {
    color: #000000;
    padding: 0 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Degular";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .main-header .primary-navigation-wrapper .primary-navigation > li > a {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .main-header .primary-navigation-wrapper .primary-navigation > li > a:hover {
    background-color: transparent;
    color: #37500F;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.has-submenu > a {
    color: #000000;
    padding-right: 26px;
    position: relative;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.has-submenu > a:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    position: absolute;
    right: 2px;
    font-weight: 900;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.active > a {
    background: unset;
    color: #37500F;
    border-bottom: 2px solid #37500F;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    display: none;
    top: 100%;
    left: 50% !important;
    transform: translate(-50%);
    text-align: left;
    padding: 1rem 0.75rem;
    border: none;
    border-top: 3px solid #37500F;
    margin-top: -3px;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu.js-dropdown-active {
    display: block;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li {
    margin: 1px 0;
    position: static;
    border-bottom: 1px solid #e8e8e8;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:last-child {
    border-bottom: none;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li > a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.65rem 0.125rem;
    line-height: 1.25;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:hover > a, .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:focus > a {
    color: rgba(0, 0, 0, 0.7);
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:hover > a::before, .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:focus > a::before {
    color: #04b2e1;
    opacity: 1;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li.active {
    background-color: transparent;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li.active a {
    background-color: transparent;
  }
  .main-header .store-navigation-wrapper {
    height: 100%;
  }
  .main-header .store-navigation-wrapper .store-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .main-header .store-navigation-wrapper .store-navigation > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 62px;
  }
  .main-header .store-navigation-wrapper .store-navigation > li a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding: 0 !important;
    text-decoration: none;
  }
  .main-header .store-navigation-wrapper .store-navigation > li a:hover {
    background-color: transparent;
    color: #C8F05B;
  }
  .main-header .store-navigation-wrapper .store-navigation > li a i {
    margin-right: 0;
  }
  .main-header .store-navigation-wrapper .store-navigation > li.store-navigation-account {
    background-color: #555555;
  }
  .main-header .store-navigation-wrapper .store-navigation > li.active a {
    background-color: transparent;
    color: #C8F05B;
  }
}
.top-header {
  background-color: #f3f3f3;
  color: #000000;
}
.top-header .top-header-flex {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.top-header .top-header-search {
  background-color: #f4f4f4;
  display: flex;
  margin: 6px 0;
  padding: 0 5px;
}
.top-header .top-header-search form, .top-header .top-header-search label {
  display: flex;
  align-items: center;
}
.top-header .top-header-search form i, .top-header .top-header-search label i {
  color: #fff;
  margin: 0;
}
.top-header .top-header-search input {
  border: none;
  margin-bottom: 0;
  max-height: 2rem;
}
.top-header .top-header-search button {
  height: 100%;
  margin: 0;
}
.top-header .top-header-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.top-header .top-header-navigation li {
  display: inline-block;
}
.top-header .top-header-navigation li a {
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.top-header .top-header-navigation li.top-menu-fa-email, .top-header .top-header-navigation li.top-menu-fa-phone {
  position: relative;
  padding-left: 16px;
}
.top-header .top-header-navigation li.top-menu-fa-email:before, .top-header .top-header-navigation li.top-menu-fa-phone:before {
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  position: absolute;
  font-weight: 900;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.top-header .top-header-navigation li.top-menu-fa-email::before {
  content: "\f0e0";
}
.top-header .top-header-navigation li.top-menu-fa-phone::before {
  content: "\f095";
}

.position-left {
  width: 330px;
  transform: translateX(-330px);
}

.off-canvas {
  background-color: #000000;
  padding: 60px 30px;
}
.off-canvas .close-button {
  position: absolute;
  left: 1rem;
  right: auto;
  color: #fff;
}
.off-canvas > ul.mobile-navigation > li {
  border-bottom: 1px solid #d9d9d9;
}
.off-canvas > ul.mobile-navigation > li > a {
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
}
.off-canvas > ul.mobile-navigation > li.active > a {
  background-color: transparent;
  color: #37500F;
}
.off-canvas > ul.mobile-navigation > li.is-accordion-submenu-parent > a:after {
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  font-family: "Font Awesome 6 Free";
  content: "+";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1rem;
}
.off-canvas > ul.mobile-navigation > li.is-accordion-submenu-parent[aria-expanded=true] > a:after {
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1rem;
  transform: unset;
}
.off-canvas > ul.mobile-navigation > li > ul {
  padding: 0 0 20px;
}
.off-canvas > ul.mobile-navigation > li > ul > li > a {
  color: #fff;
  font-size: 14px;
}
.off-canvas > ul.mobile-navigation > li > ul > li.active > a {
  background-color: transparent;
  color: #37500F;
}
.off-canvas > ul.mobile-navigation > li > ul > li.is-accordion-submenu-parent > a:after {
  color: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  content: "+";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1rem;
}
.off-canvas > ul.mobile-navigation > li > ul > li.is-accordion-submenu-parent[aria-expanded=true] > a:after {
  color: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1rem;
  transform: unset;
}
.off-canvas > ul.mobile-navigation > li > ul > li ul {
  margin: 20px;
  border-left: 1px solid #37500F;
}
.off-canvas > ul.mobile-navigation > li > ul > li ul li > a {
  color: #fff;
  font-size: 13px;
}
.off-canvas > ul.mobile-navigation > li > ul > li ul li.active > a {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.off-canvas ul.mobile-sub-navigation {
  margin-top: 20px;
}
.off-canvas ul.mobile-sub-navigation li a {
  background-color: transparent;
  border: 2px solid #37500F;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "degular", sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  margin: 10px auto 10px;
  padding: 7px 18px 7px 18px;
  text-align: center;
}
.off-canvas ul.mobile-sub-navigation li:first-child a {
  background-color: #37500F;
  color: #fff;
}
.off-canvas ul.mobile-sub-navigation li.active > a {
  background-color: transparent;
}
.off-canvas ul.mobile-sub-navigation li.active > a:first-child {
  background-color: #37500F;
  color: #fff;
}
.off-canvas .off-canvas-search {
  margin-top: 60px;
  padding: 4px 0;
}
.off-canvas .off-canvas-search .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}
.off-canvas .off-canvas-search .search-form label {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.off-canvas .off-canvas-search .search-form label i {
  color: #37500F;
  height: 32px;
  margin: 0 10px;
  font-size: 13px;
}
.off-canvas .off-canvas-search .search-form label input {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  height: 32px;
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .off-canvas .off-canvas-search .search-form label input {
    font-size: 13px;
    height: 28px;
  }
}
.off-canvas .off-canvas-search .search-form label input::-moz-placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form label input::placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form label input:focus {
  background-color: #fff;
}
.off-canvas .off-canvas-search .search-form label input:focus::-moz-placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form label input:focus::placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form .button {
  background-color: #37500F;
  background-color: #37500F;
  border: none;
  padding: 0;
  line-height: 32px;
  color: #fff;
}
.off-canvas .off-canvas-search .search-form .button i {
  margin: 0 9px;
}

.main-footer {
  background: #37500F;
  color: #ffffff;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main-footer {
    text-align: left;
  }
}
.main-footer a:not(.button) {
  color: #37500F;
}
.main-footer a:not(.button):hover {
  text-decoration: underline;
}
.main-footer .footer-content .row {
  padding-bottom: 2rem;
  border-top: 2px solid #37500F;
  padding-top: 3.2rem;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-content .row {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-content {
    padding-top: 3.575rem;
    padding-bottom: 3.75rem;
  }
}
.main-footer .bottom-footer {
  padding: 1rem 0 2rem;
}
@media print, screen and (min-width: 40em) {
  .main-footer .bottom-footer {
    padding: 2rem 0 2rem;
  }
}
.main-footer .footer-logo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-footer .copyright {
  justify-content: center;
  padding-bottom: 0rem;
  width: 100%;
}
.main-footer .footer-logo {
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.main-footer .footer-logo > a {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .main-footer .copyright {
    justify-content: flex-start;
  }
  .main-footer .footer-logo {
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 0;
  }
  .main-footer .footer-logo > a {
    flex-direction: row;
    height: 25px;
    align-items: flex-end;
    flex-direction: row;
  }
}
.main-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-menu {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
  }
}
.main-footer .footer-menu li {
  padding: 0;
  margin-bottom: 0.33rem;
}
.main-footer .footer-menu li > a {
  color: #37500F;
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem; /* 100% */
  padding: 0.35rem 0;
  vertical-align: top;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-family: "degular-mono", "degular", monospace;
}
.main-footer .footer-menu li > a:hover {
  text-decoration: none;
}
.main-footer .footer-menu li:hover a, .main-footer .footer-menu li.active a {
  border-bottom: 2px solid #37500F;
}
.main-footer .footer-menu li ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.main-footer .footer-menu li ul li {
  margin: 0;
  padding: 0;
}
.main-footer .footer-menu li ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 11px 0;
  vertical-align: top;
}
.main-footer .footer-menu li ul li a:hover {
  color: #37500F;
}
.main-footer .footer-badges {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-badges {
    flex-direction: row;
    gap: 40px;
  }
}
.main-footer .footer-badges .badge {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-badges .badge {
    justify-content: flex-start;
  }
}
.main-footer .footer-badges .badge a {
  color: #fff;
}
.main-footer .footer-badges .badge a:hover {
  text-decoration: underline;
}
.main-footer .footer-badges .badge p {
  margin-bottom: 0;
}
.main-footer .footer-badges .badge img {
  height: 20px;
  width: auto;
}
.main-footer .footer-social {
  margin: 10px auto 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-social {
    justify-content: flex-start;
  }
}
.main-footer .footer-social li {
  color: #fff;
  font-size: 30px;
}
.main-footer .footer-social li a {
  color: #fff;
}
.main-footer .copyright {
  display: flex;
  color: #C8F05B !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 2;
  font-family: "degular-mono", "degular", monospace;
}
.main-footer .copyright ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .copyright ul li {
  font-size: 14px;
}
.main-footer .footer-tagline {
  display: block;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-tagline {
    font-size: 50px;
  }
}
@media screen and (min-width: 73.75em) {
  .main-footer .footer-tagline {
    font-size: 90px;
  }
}

.site-footer-form {
  background-color: #eeeded;
  padding: 0 0 40px;
}

body#tinymce {
  background-color: #fff;
  margin: 12px !important;
}

body p,
body ul:not(.menu) li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}

body p:has(div.aos-wrapper > .g-section-large-numbers) {
  margin-bottom: 0 !important;
}

body h2 {
  margin-bottom: 2.5rem;
}
body h2:has(.g-section-lead) {
  margin-bottom: 0;
}
body h2:last-child > span {
  margin-bottom: 0;
}

body p + h2 {
  padding-top: 1.5rem !important;
}

body h1 {
  line-height: 0.8;
  margin-bottom: 3.75rem;
}

.row:has(.g-section-large-numbers) > .column, .row:has(.g-section-large-numbers) > .columns {
  margin-top: -3rem;
  margin-bottom: -2rem;
}

.g-section-subtitle {
  font-family: "degular", sans-serif;
  color: #37500F;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-family: "degular-mono", monospace;
  margin-bottom: 3.75rem;
  background: #C8F05B;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: clamp(1rem, 1rem + 0.0260416vw, 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .g-section-subtitle {
    line-height: clamp(1.625rem, 1.625rem + 0.04069vw, 2.03125rem);
    padding: 0.5rem 6.76rem;
  }
}
.g-section-title {
  color: #37500F;
  font-family: "Original Sans Web", sans-serif;
  font-size: 6.875rem;
  font-size: clamp(2rem, 6vw + 1rem, 6.7rem);
  font-style: normal;
  font-weight: 300;
  line-height: 0.8;
  margin-bottom: 3.75rem;
  display: inline-block;
}
.g-section-lead {
  color: #37500F;
  font-family: "Original Sans Web", sans-serif;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 2.5rem;
  display: inline-block;
}
.g-h2-style {
  color: #37500F;
  font-family: "Original Sans Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #37500F;
  text-rendering: optimizeLegibility;
  padding-top: 2.5rem;
  font-size: 2.125rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .g-h2-style {
    font-size: 1.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .g-h2-style {
    font-size: 3rem;
  }
}
.g-blog-text-highlight {
  font-family: "Original Sans Web", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem;
}
.g-monospace-text {
  font-family: "degular-mono", monospace;
}
.g-section-intro {
  color: #000000;
  display: block;
  font-family: "degular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0;
}
.g-section-large-numbers {
  color: #C8F05B !important;
  display: block;
  font-family: "Original Sans Web", sans-serif;
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
}
.g-section-large-numbers:after {
  content: "";
  width: 100%;
  height: 57%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(45deg, #F8FDEB, #F8FDEB 2px, rgba(0, 0, 100, 0) 3px, rgba(0, 0, 100, 0) 10px);
  background-size: 100% 400%;
}
.g-button.button {
  margin-right: 10px;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-family: "degular", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: 1.5px;
  padding: 8px 34px 8px 20px;
  position: relative;
  text-transform: uppercase;
}
.g-button.button a {
  position: relative;
}
.g-button.button:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 8px;
  right: 14px;
  height: 30px;
  font-size: 14px;
  width: 8px;
}
.g-button.button i {
  margin-left: 14px;
}
.g-button.button:hover, .g-button.button.active {
  background-color: rgb(34.3315789474, 49.9368421053, 9.3631578947);
  color: #fff;
}

@keyframes animatedBackgroundLines {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}
.aos-wrapper.aos-animate > .g-section-large-numbers:after {
  animation: animatedBackgroundLines 3s ease-out forwards;
}

.row .columns.medium-4:nth-child(1) .g-section-large-numbers:after {
  animation-delay: 0.2s;
}

.row .columns.medium-4:nth-child(2) .g-section-large-numbers:after {
  animation-delay: 0.5s;
}

.row .columns.medium-4:nth-child(3) .g-section-large-numbers:after {
  animation-delay: 1s;
}

.wc-card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc(50% - 16px);
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .wc-card {
    flex: 0 0 calc(25% - 16px);
  }
}
.wc-card:hover {
  border: 1px solid #37500F;
}
.wc-card .wc-card-image {
  background-color: #fff;
  height: 200px;
  padding: 20px;
  text-align: center;
}
.wc-card .wc-card-image img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.wc-card .wc-card-content {
  padding: 20px 16px 50px;
  text-align: left;
  position: relative;
  height: 190px;
}
.wc-card .wc-card-content .wc-card-sku {
  color: #37500F;
  font-weight: 400;
  font-size: 15px;
}
.wc-card .wc-card-content .wc-card-title, .wc-card .wc-card-content .woocommerce-loop-category__title, .wc-card .wc-card-content .woocommerce-loop-product__title {
  color: #000000 !important;
  font-size: 16px;
  line-height: 1.3;
  padding-right: 20px;
}
.wc-card .wc-card-content .wc-card-title a, .wc-card .wc-card-content .woocommerce-loop-category__title a, .wc-card .wc-card-content .woocommerce-loop-product__title a {
  color: #000000 !important;
}
.wc-card .wc-card-content .woocommerce-loop-product__title {
  padding-right: 25px;
}
.wc-card .wc-card-content .wc-card-description {
  color: #000000 !important;
  font-size: 14.5px;
  line-height: 1.4;
}
.wc-card .wc-card-content .wc-card-button {
  position: absolute;
  bottom: 15px;
  left: 5%;
  width: 90%;
}
.wc-card .wc-card-content ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  color: #000000;
}
.wc-card .wc-card-content ul li {
  line-height: 1.5;
  font-size: 14px;
}

.wc-slider {
  /* the slides */
}
.wc-slider .slick-slide {
  margin: 10px;
}
.wc-slider {
  /* the parent */
}
.wc-slider .slick-list {
  margin: -10px;
}

.wc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
  .wc-grid {
    padding: 0 100px;
  }
}
.wc-grid.wc-grid-archive {
  justify-content: flex-start;
  padding: 0 0 100px;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 40em) {
  .wc-grid.wc-grid-archive {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wc-grid.wc-grid-archive .wc-card.wc-card-categories .wc-card-image, .wc-grid.wc-grid-archive .wc-card-category .wc-card-image {
  background-color: #fff;
}
.wc-grid.wc-grid-archive .wc-card.wc-card-categories .wc-card-content, .wc-grid.wc-grid-archive .wc-card-category .wc-card-content {
  height: 120px;
}
.wc-grid.wc-grid-archive .wc-card-product .wc-card-image {
  background-color: #fff;
}
.wc-grid.wc-grid-archive .wc-card-product .wc-card-content {
  height: 260px;
}

.woocommerce-products-header {
  background: #37500F;
  min-height: 100px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header.woocommerce-products-header-image {
    height: 350px;
    padding: 0;
  }
  .woocommerce-products-header.woocommerce-products-header-image .taxonomy-content {
    height: 350px;
  }
}
.woocommerce-products-header .taxonomy-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
}
.woocommerce-products-header .taxonomy-content .taxonomy-title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header .taxonomy-content .taxonomy-title {
    font-size: 36px;
  }
}
.woocommerce-products-header .taxonomy-content .taxonomy-description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-products-header .taxonomy-content .download-links {
  margin-top: 20px;
  padding: 30px 60px 0 0;
  position: relative;
}
.woocommerce-products-header .taxonomy-content .download-links:before {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
}
.woocommerce-products-header .taxonomy-content .download-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-products-header .taxonomy-content .download-links ul li a {
  color: #fff;
  font-weight: 700;
}
.woocommerce-products-header .taxonomy-content .download-links ul li a i {
  margin-right: 10px;
}
.woocommerce-products-header .taxonomy-content .download-links ul li a:hover {
  text-decoration: underline;
}
.woocommerce-products-header .taxonomy-image {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 600px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header .taxonomy-image {
    display: block;
  }
}

.woocommerce-pagination {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 12px;
  display: flex;
}
.woocommerce-pagination ul.page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border: none !important;
  display: block;
  padding: 0 0.5rem;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li {
  border-right: none;
}
.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid transparent;
  border-right: none;
  display: block;
  color: #37500F;
  padding: 0 0.5rem;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #202020;
}
.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background: transparent;
  color: #202020;
  font-weight: bold;
}
.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  color: #37500F;
}

/*
 *
 * FILTERS
 *
 */
.wc-archive-filters {
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 12px 30px;
}
@media print, screen and (min-width: 40em) {
  .wc-archive-filters {
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 70px;
  }
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterTitle {
  border-bottom: 1px solid #37500F;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterTitle .wfpTitle {
  height: auto;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterTitle .fa-minus:before {
  content: "\f068";
  font-size: 13px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent {
  margin: 20px 0 10px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .irs-bar {
  background-color: #aeaeae !important;
  border-color: #878787 !important;
  background: linear-gradient(to bottom, #aeaeae 0%, #3f3f3f 100%) !important;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier .wpfLiLabel {
  font-size: 14px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier .wpfLiLabel .wpfCheckbox label {
  width: 14px !important;
  height: 14px !important;
  line-height: 1.5 !important;
  border: 0.5px solid #f1f1f1;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier .wpfLiLabel .wpfCheckbox input[type=checkbox]:checked + label::before {
  background: #d51f2a !important;
  content: "\f00c" !important;
  font-family: Font Awesome\ 7 Free;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 9px !important;
  line-height: 1.2;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterButton.wpfButton, .wc-archive-filters .WpfWoofiltersWidget .wpfClearButton.wpfButton {
  padding: 5px;
  align-items: center;
  min-height: 36px;
  border-radius: 4px;
  font-size: 17px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: normal;
  cursor: pointer;
  border: none;
  font-weight: bold;
  outline: none;
  margin: 1rem 0 0;
}

.widget {
  position: relative;
  z-index: 9;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
  margin-bottom: 20px;
  background: #fff;
  padding: 14px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter .prdctfltr_widget_title {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 15px;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span:before {
  margin-right: 7px !important;
}

.prdctfltr_filter label {
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.prdctfltr_count, .prdctfltr_customize_count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px !important;
  height: auto !important;
  line-height: 22px !important;
  font-size: 14px !important;
  padding: 0 2px;
  border: none !important;
  color: rgba(35, 31, 32, 0.8) !important;
  background-color: transparent;
  border-radius: 2px;
  min-width: 0;
  text-align: center;
  overflow: visible !important;
  position: relative;
}
.prdctfltr_count:before, .prdctfltr_customize_count:before {
  content: "(";
  position: absolute;
  left: -2px;
}
.prdctfltr_count:after, .prdctfltr_customize_count:after {
  content: ")";
  position: absolute;
  right: -2px;
}

.woocommerce.single-product .product.type-product {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.woocommerce.single-product .product.type-product .images .woocommerce-product-gallery__wrapper {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product .images {
    width: 97%;
  }
}
.woocommerce.single-product .product.type-product .images .flex-viewport {
  border: 1px solid #efefef;
  border-radius: 7px;
  margin-top: 15px;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li {
  width: 13% !important;
  margin-right: 2% !important;
  border: 1px solid #efefef !important;
  border-radius: 2px;
  margin-top: 2% !important;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li:nth-child(5n+5) {
  margin-right: 0;
}
.woocommerce.single-product .product.type-product .summary {
  padding-left: 40px;
  width: 100% !important;
}
.woocommerce.single-product .product.type-product .summary .wc-product-term {
  color: #595959;
  display: block;
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.woocommerce.single-product .product.type-product .summary .product_title {
  color: #000000;
  font-size: 1.33rem;
  font-weight: 800;
  margin-bottom: 16px;
  max-width: 400px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product .summary .product_title {
    display: block;
    font-size: 2.75rem;
  }
}
.woocommerce.single-product .product.type-product .summary .product_title span {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.woocommerce.single-product .product.type-product .summary .wc-product-sku {
  color: #37500F;
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.woocommerce.single-product .product.type-product .summary .price {
  display: none;
}
.woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description {
  max-width: 550px;
}
.woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description p, .woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description li {
  font-size: 15px;
}
.woocommerce.single-product .product.type-product .summary .wc-product-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product.type-product .summary .wc-product-details ul p, .woocommerce.single-product .product.type-product .summary .wc-product-details ul li {
  font-size: 15px;
}
.woocommerce.single-product .product.type-product form.cart {
  margin-bottom: 10px !important;
}
.woocommerce.single-product .product.type-product .single_variation_wrap, .woocommerce.single-product .product.type-product .single_add_to_cart_button, .woocommerce.single-product .product.type-product .quantity {
  display: none !important;
}
.woocommerce.single-product .product.type-product .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: none !important;
}
.woocommerce.single-product .product.type-product .product-additional-description > ul,
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory,
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory {
  list-style: none;
  display: flex;
  padding: 7px 3px;
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory:nth-child(even),
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory:nth-child(even) {
  background-color: #f5f5f5; /* Light grey for even items */
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory:nth-child(odd),
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory:nth-child(odd) {
  background-color: #ffffff; /* White for odd items */
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory .SubCategories ul,
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory .SubCategories ul {
  list-style: none;
  display: flex;
}
.woocommerce.single-product .xproduct.type-product {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(42, 54, 77, 0.18);
  border-radius: 5px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.woocommerce.single-product .xproduct.type-product .onsale {
  display: none;
}
.woocommerce.single-product .xproduct.type-product .single_variation_wrap, .woocommerce.single-product .xproduct.type-product .single_add_to_cart_button, .woocommerce.single-product .xproduct.type-product .quantity {
  display: none;
}
.woocommerce.single-product .xproduct.type-product .in-stock-badge:not(.product-cell .in-stock-badge) {
  background-color: #37500F;
  border-radius: 0 3px 3px 0;
  color: #fff;
  padding: 3px 8px 3px 15px;
  position: absolute;
  top: 20px;
  left: -10px;
  width: auto;
  z-index: 9;
}
.woocommerce.single-product .xproduct.type-product .in-stock-badge:not(.product-cell .in-stock-badge):before {
  content: "";
  border-top: 10px solid black;
  position: absolute;
  bottom: -10px;
  border-left: 10px solid transparent;
  left: 0;
}
.woocommerce.single-product .xproduct.type-product .in-stock-badge:not(.product-cell .in-stock-badge) span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title h1 {
  color: #000000;
  font-size: 1.33rem;
  margin: -1rem 0 1rem;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title h1 span {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title .price {
  display: inline-block !important;
  color: #37500F;
  font-size: 1rem;
  line-height: 1.4;
  margin-right: 0.25rem;
  font-weight: 600;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title .price .amount {
  color: #37500F;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title .unit-description {
  display: inline-block;
  color: #37500F;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.woocommerce.single-product .xproduct.type-product .label:not(.yith-wapo-option .label) {
  position: absolute;
  top: 8px;
  right: 6px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .xproduct.type-product .label:not(.yith-wapo-option .label) {
    position: absolute;
    float: right;
  }
}
.woocommerce.single-product .xproduct.type-product form.cart div.quantity {
  float: none;
  margin: 30px 4px 30px 0;
  display: block;
  position: relative;
}
.woocommerce.single-product .xproduct.type-product form.cart div.quantity:before {
  content: "QUANTITY:";
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: -28px;
  left: 0;
}
.woocommerce.single-product .xproduct.type-product form.cart div.quantity input {
  background-color: #F6F5F3;
  border: 1px solid rgba(137, 139, 140, 0.5);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  width: 60px;
}
.woocommerce.single-product .xproduct.type-product .express-info {
  margin-bottom: 20px;
}
.woocommerce.single-product .xproduct.type-product .express-info ul {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}
.woocommerce.single-product .xproduct.type-product .express-info ul li {
  color: #37500F;
  font-size: 13px;
  font-weight: 600;
  padding-left: 0 !important;
}
.woocommerce.single-product .xproduct.type-product .express-info ul li:before {
  display: none !important;
}
.woocommerce.single-product .awdr-bulk-customizable-table {
  max-width: 400px;
  font-size: 14px;
  margin: 0 0 50px 0;
}
.woocommerce.single-product .product-attributes {
  margin: 20px 0;
}
.woocommerce.single-product .product-attributes > strong {
  display: block;
  margin-bottom: 10px;
}
.woocommerce.single-product .product-attributes ul {
  list-style: none;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.woocommerce.single-product .product-attributes ul.show-specs {
  height: auto;
}
.woocommerce.single-product .product-attributes ul.hide-specs {
  height: 250px;
}
.woocommerce.single-product .product-attributes ul li {
  display: block;
  font-size: 15px;
  line-height: 25px;
}
.woocommerce.single-product .product-attributes .show-more {
  margin-top: 8px;
}
.woocommerce.single-product .product-attributes .show-more a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce.single-product .variations_form {
  margin-bottom: 1rem;
  padding: 0.5rem 0 0;
  /*

  h4 {
    margin-bottom: 0;

    label {
      color: darken($dark,7%) !important;
      font-size: 1rem !important;
      font-weight: 700 !important;

    }

  }

  */
}
.woocommerce.single-product .variations_form table {
  margin-bottom: 0 !important;
}
.woocommerce.single-product .variations_form table tbody, .woocommerce.single-product .variations_form table tfoot, .woocommerce.single-product .variations_form table thead {
  background: transparent;
}
.woocommerce.single-product .variations_form table tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: transparent;
}
.woocommerce.single-product .variations_form .label {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600 !important;
  line-height: 1.4;
  margin: 0;
}
.woocommerce.single-product .variations_form .label label {
  line-height: 2.85rem;
}
@media screen and (min-width: 56.25em) {
  .woocommerce.single-product .variations_form .label {
    width: 25px;
  }
}
.woocommerce.single-product .variations_form .Xvariations td {
  line-height: 1.4 !important;
}
.woocommerce.single-product .variations_form .Xvariations td div {
  margin-bottom: 10px;
}
.woocommerce.single-product .variations_form .Xvariations td div:after, .woocommerce.single-product .variations_form .Xvariations td div:before {
  clear: both;
  content: "";
  display: table;
}
.woocommerce.single-product .single_variation_wrap .quantity {
  height: 2.25rem;
  position: relative;
  margin-left: 45px !important;
}
.woocommerce.single-product .single_variation_wrap .quantity:before {
  content: "Qty";
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 700;
  height: 2.25rem;
  line-height: 2.25rem;
  position: absolute;
  left: -45px;
  width: 45px;
}
.woocommerce.single-product .single_variation_wrap .input-text.qty.text {
  height: 2.25rem;
}
.woocommerce.single-product .single_variation_wrap span.woocommerce-variation-selected {
  font-size: 0.875rem;
  font-weight: 600 !important;
  line-height: 1;
  color: #000000;
  display: block;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-price {
  color: rgb(184.3296089385, 235.7262569832, 44.2737430168);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 7px 0 14px;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-sku {
  font-size: 0.925rem;
  font-weight: 400 !important;
  display: inline-block;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-description {
  display: inline-block;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-description p {
  color: #444;
  font-size: 1rem;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-custom-availability, .woocommerce.single-product .single_variation_wrap .woocommerce-variation-custom-availability p {
  color: rgb(184.3296089385, 235.7262569832, 44.2737430168);
  font-size: 1rem;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
.woocommerce.single-product .product_meta {
  display: none;
  margin-top: 2rem;
}

.product-additional-content {
  margin-top: 40px;
}
.product-additional-content .product-additional {
  margin-bottom: 20px;
  padding: 0 16px 30px;
}
.product-additional-content .product-additional h2 {
  background-color: #37500F;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 600;
  margin: 0 -16px 20px;
  padding: 8px 16px;
}
.product-additional-content .product-additional.product-additional-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-additional-content .product-additional.product-additional-downloads ul li {
  line-height: 40px;
}
.product-additional-content .product-additional.product-additional-downloads ul li a {
  font-weight: 600;
}
.product-additional-content .product-additional.product-additional-downloads ul li i {
  color: #37500F;
}

.products.related {
  margin-top: 10px;
}
.products.related > h2 {
  background-color: #37500F;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 600;
  padding: 8px 16px;
  margin-bottom: 14px;
}

.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-block {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon {
  margin-bottom: 18px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon .wapo-addon-title {
  margin-bottom: 6px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon .wapo-addon-title span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon .wapo-addon-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin: 0 0 6px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container {
  padding: 7px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container .product-image img {
  max-width: 50px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container small {
  display: none;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container small.option-price {
  margin: 3px 0px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon#yith-wapo-addon-4.yith-wapo-addon-type-product .product-image {
  display: none;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon#yith-wapo-addon-4.yith-wapo-addon-type-product .product-image img {
  max-width: 50px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-text {
  margin: 5px 0;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-text .input-text-container {
  margin-top: 0 !important;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-text input {
  font-size: 13px;
  height: 34px;
  margin: 0 0 0 !important;
  padding: 11px 8px 13px 13px;
  border-radius: 5px;
  border: solid 1px #898b8c;
  background-color: #f9fafb;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio {
  margin: 5px 0;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .options.per-row-2 {
  display: flex !important;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table {
  margin: 14px 0 50px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table {
  font-size: 16px;
  line-height: 20px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody th {
  padding-left: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody td, .woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody th {
  padding: 0.125rem 0.35rem 0.125rem;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #fff !important;
}

.request-quote-form {
  padding: 1rem;
}
.request-quote-form .request-quote-title {
  color: #37500F;
  font-size: 1.33rem;
}
.request-quote-form .gform_wrapper ul li.gfield label {
  font-size: 14.5px;
  font-weight: 600;
}
.request-quote-form .gform_wrapper ul li.gfield .ginput_container {
  margin-top: 3px !important;
}
.request-quote-form #field_1_9 {
  margin: 1rem 0;
  color: #3A3A3A;
}

.fc-section-accordion-simple, .fc-section-accordion-tabs {
  width: 100%;
}
.fc-section-accordion-simple .tabs, .fc-section-accordion-tabs .tabs {
  margin: 0;
  background: #fff;
  list-style-type: none;
}
.fc-section-accordion-simple .tabs-title > a, .fc-section-accordion-tabs .tabs-title > a {
  border-right: none;
  display: block;
  padding: 1.5rem 2rem;
  font-size: 0.925rem;
  line-height: 1;
  color: #000000;
}
.fc-section-accordion-simple .tabs-title > a:focus, .fc-section-accordion-simple .tabs-title > a[aria-selected=true], .fc-section-accordion-tabs .tabs-title > a:focus, .fc-section-accordion-tabs .tabs-title > a[aria-selected=true] {
  background: #37500F;
  color: #fff;
}
.fc-section-accordion-simple .tabs-panel, .fc-section-accordion-tabs .tabs-panel {
  border: none;
  padding: 0;
}
.fc-section-accordion-simple .accordion, .fc-section-accordion-tabs .accordion {
  background: transparent;
}
.fc-section-accordion-simple .accordion.separated, .fc-section-accordion-tabs .accordion.separated {
  border-top: none;
}
.fc-section-accordion-simple .accordion.separated .accordion-topic, .fc-section-accordion-tabs .accordion.separated .accordion-topic {
  overflow: hidden;
}
.fc-section-accordion-simple .accordion.in-tabs, .fc-section-accordion-tabs .accordion.in-tabs {
  border-top: none;
}
.fc-section-accordion-simple .accordion .accordion-item, .fc-section-accordion-tabs .accordion .accordion-item {
  border-bottom: 2px solid #C8F05B;
}
.fc-section-accordion-simple .accordion .accordion-item:first-child, .fc-section-accordion-tabs .accordion .accordion-item:first-child {
  border-top: 2px solid #C8F05B;
}
.fc-section-accordion-simple .accordion .accordion-topic, .fc-section-accordion-tabs .accordion .accordion-topic {
  border-top: none;
  padding: 1.9rem 0;
  position: relative;
  background: #F8FDEB;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc-section-accordion-simple .accordion .accordion-topic h4, .fc-section-accordion-tabs .accordion .accordion-topic h4 {
  font-family: "degular-mono", monospace;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow {
  display: flex;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow:hover .closed svg circle, .fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow:hover .opened svg circle, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow:hover .closed svg circle, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow:hover .opened svg circle {
  fill: #37500F;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow:hover .closed svg path, .fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow:hover .opened svg path, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow:hover .closed svg path, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow:hover .opened svg path {
  fill: white;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow .closed, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow .closed {
  display: block;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow .opened, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow .opened {
  display: none;
}
.fc-section-accordion-simple .accordion .accordion-topic.current .accordion-arrow .closed, .fc-section-accordion-tabs .accordion .accordion-topic.current .accordion-arrow .closed {
  display: none;
}
.fc-section-accordion-simple .accordion .accordion-topic.current .accordion-arrow .opened, .fc-section-accordion-tabs .accordion .accordion-topic.current .accordion-arrow .opened {
  display: block;
}
.fc-section-accordion-simple .accordion .accordion-response, .fc-section-accordion-tabs .accordion .accordion-response {
  display: none;
  padding-bottom: 1rem;
}

.fc-section-columns + .fc-section-accordion-simple,
.fc-section-columns + .fc-section-accordion-tabs {
  margin-top: 2rem;
}

.fc-faq-section:not(.fc-section-accordion-simple) {
  margin-top: 2rem;
}
.fc-faq-section:not(.fc-section-accordion-simple) .accordion-arrow {
  display: none;
}
.fc-faq-section:not(.fc-section-accordion-simple) .faq_question {
  display: flex;
}
.fc-faq-section:not(.fc-section-accordion-simple) .faq_answer {
  padding-bottom: 0.5rem;
}

.fc-section-columns .content {
  padding-right: 20px;
}
.fc-section-columns .content p:has(.g-section-subtitle) {
  margin-bottom: 0;
}
.fc-section-columns .content p:has(.g-section-subtitle) + h1, .fc-section-columns .content p:has(.g-section-subtitle) + h2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.fc-section-columns .content p:has(.g-section-subtitle) + h1 > span, .fc-section-columns .content p:has(.g-section-subtitle) + h2 span {
  padding-top: 0 !important;
  margin-top: 0 !important;
  display: block;
}
.fc-section-columns .content iframe {
  padding-top: 2.5rem;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

.fc-section.lines .fc-section-columns .content-columns {
  border-left: 1px solid #c3c3c3;
  padding-left: 20px;
}
.fc-section.lines .card-cell-columns {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fc-section-cards .cards {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.fc-section-cards .content-cards img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  min-width: 100%;
}
.fc-section-cards .content-cards h3 {
  padding-bottom: 0.75rem;
}
.fc-section-cards .content-cards h3 a {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
.fc-section-cards .content-cards p {
  margin-bottom: 1.5rem;
}
.fc-section-cards .content-cards > a {
  color: #000000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.fc-section-columns + .fc-section-cards {
  margin-top: 2rem;
}

.fc-section-post-grid {
  background: #F8FDEB;
}
.fc-section-post-grid .post-card {
  border: 2px solid #37500F;
  padding: 0.5rem;
}
.fc-section-post-grid .post-card--filters form#category_controls {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.9rem;
  gap: 1.25rem;
  font-family: "degular-mono", monospace;
  font-weight: 700;
  font-size: 1rem;
}
.fc-section-post-grid .post-card--filters form#category_controls label:has(input[type=checkbox]) {
  background-color: transparent;
  border: 2px solid #37500F;
  padding: 0.3rem 1.25rem;
}
.fc-section-post-grid .post-card--filters form#category_controls label:has(input[type=checkbox]) input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.fc-section-post-grid .post-card--filters form#category_controls label:has(input[type=checkbox]) input[type=checkbox] svg {
  transition: transform 0.3s ease-in-out;
}
.fc-section-post-grid .post-card--filters form#category_controls label:has(input[type=checkbox]:checked) {
  background-color: #C8F05B;
  border: 2px solid #37500F;
  padding: 0.3rem 1.25rem;
}
.fc-section-post-grid .post-card--filters form#category_controls label:has(input[type=checkbox]:checked) input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.fc-section-post-grid .post-card--filters form#category_controls label:has(input[type=checkbox]:checked) input[type=checkbox] + svg {
  transform: rotate(45deg);
}
.fc-section-post-grid .post-card--flex-wrap {
  display: flex;
  align-items: stretch;
  height: 100%;
  justify-content: space-between;
  gap: 1.5rem;
}
.fc-section-post-grid .post-card--grid-wrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .fc-section-post-grid .post-card--grid-wrap {
    grid-template-columns: 1fr;
  }
}
.fc-section-post-grid .post-card--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
.fc-section-post-grid .post-card--meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}
.fc-section-post-grid .post-card--meta > span:after {
  content: "\\";
  margin: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .fc-section-post-grid .post-card--meta > span:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .fc-section-post-grid .post-card--category {
    display: none;
  }
}
.fc-section-post-grid .post-card--title {
  margin-bottom: auto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.fc-section-post-grid .post-card--pinned {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-section-post-grid .post-card--image {
  display: flex;
  justify-content: flex-end;
  max-width: 11.25rem;
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  flex-grow: 1;
  flex-shrink: 0;
  max-height: 14.3125rem;
}
.fc-section-post-grid .post-card--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fc-section-post-grid .post-card--pagination {
  width: 100%;
}
.fc-section-post-grid .post-card--pagination .pagination {
  width: 100%;
  display: flex;
  margin-top: 0rem;
  margin-bottom: 6.75rem;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links {
  width: 100%;
  display: flex;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers {
  padding: 0.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0.25rem;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers:hover {
  background: transparent;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers.prev:after {
  content: "\\";
  margin-right: 0rem;
  margin-left: 1.5rem;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers.next:before {
  content: "\\";
  margin-right: 1.5rem;
  margin-left: 0rem;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers.next:after {
  content: "";
  display: inline-block;
  margin-right: 0rem;
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  top: 0.125rem;
  position: relative;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M13.7 5.68V6.42L7.32001 12.1L6.22 10.78C8.16 9.2 10.18 7.74 11.64 6.76L11.6 6.64C9.80001 6.78 7.18002 6.86 4.90002 6.86H0V5.22H4.90002C7.18002 5.22 9.80002 5.3 11.58 5.46L11.64 5.34C10.16 4.34 8.18 2.92 6.22 1.32L7.32001 0L13.7 5.68Z\" fill=\"%2337500F\"/></svg>");
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers.prev:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0rem;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  top: 0.125rem;
  position: relative;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M0 6.42V5.68L6.4 0L7.5 1.32C5.56 2.9 3.52 4.36 2.08 5.32L2.12 5.46C3.92 5.32 6.52 5.24 8.82 5.24H13.7V6.88H8.82C6.52 6.88 3.92 6.8 2.14 6.64L2.08 6.76C3.56 7.76 5.54 9.18 7.5 10.78L6.38 12.1L0 6.42Z\" fill=\"%2337500F\"/></svg>");
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers.current {
  color: #37500F;
  background-color: transparent;
  font-weight: 600;
}
.fc-section-post-grid .post-card--pagination .pagination .nav-links .page-numbers.current:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #37500F;
  margin-top: 0.25rem;
}

.fc-section-heading {
  margin-bottom: 1.5rem;
}
.fc-section-heading .button {
  float: right;
  margin: 0;
}
.fc-section-heading .g-section-title {
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
}
.fc-section-heading .g-section-title span {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .fc-section-heading .g-section-title {
    font-size: 26px;
  }
}
.fc-section-heading .g-section-title:after {
  border-top: 1px solid #37500F;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 80px;
}
.fc-section-heading .g-section-intro {
  margin-top: 50px;
  position: relative;
  max-width: 1000px;
  width: 90%;
}

.fc-wrapper .fc-section.center .g-section-title {
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
}
.fc-wrapper .fc-section.center .g-section-title span {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section.center .g-section-title {
    font-size: 26px;
  }
}
.fc-wrapper .fc-section.center .g-section-title:after {
  border-top: 1px solid #37500F;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
}
.fc-wrapper .fc-section.center .g-section-intro {
  margin-left: auto;
  margin-right: auto;
}

.fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading,
.fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading {
  margin-bottom: 1.5rem;
}
.fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading .g-section-title,
.fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading .g-section-title {
  font-size: 32px;
}
.fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading .g-section-title span,
.fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading .g-section-title span {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading .g-section-title,
  .fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading .g-section-title {
    font-size: 42px;
  }
}

/*

.fc-section-heading {
  margin-bottom: 1.5rem;

  .button {
    float: right;
    margin: 0;
  }

  .g-section-title {
    font-size: 20px;

    span {
      font-weight: 400;
    }

    @include breakpoint(medium) {
      font-size: 26px;
    }

  }

  .g-section-intro {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    max-width: 1000px;
    width:90%;

    &:before {
      border-top: 1px solid $primary;
      content: "";
      height: 1px;
      position: absolute;
      top: -25px;
      left: 0;
      width: 80px;
    }

  }

}

.fc-wrapper .fc-section.center {

  .g-section-intro {
    margin-left: auto;
    margin-right: auto;

    &:before {
      border-top: 1px solid $primary;
      content: "";
      height: 1px;
      position: absolute;
      top: -25px;
      left: 50%;
      margin-left: -40px;
      width: 80px;
    }

  }

}

.fc-section-product-cards {

  .fc-section-heading {
    margin-bottom: 1.5rem;

    .button {
      float: right;
      margin: 0;
    }

    .g-section-title {
      font-size: 32px;

      span {
        font-weight: 400;
      }

      @include breakpoint(medium) {
        font-size: 42px;
      }

    }

    .g-section-intro {
      margin-top: 50px;
      margin-bottom: 50px;
      position: relative;
      max-width: 1000px;
      width:90%;

      &:before {
        border-top: 1px solid $primary;
        content: "";
        height: 1px;
        position: absolute;
        top: -25px;
        left: 0;
        width: 80px;
      }

    }

  }

}

*/
.fundraising-meter {
  width: 100%;
}
.fundraising-meter .row {
  width: 100%;
}
.fundraising-meter--metrics {
  border-top: 2px solid #37500F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .fundraising-meter--metrics {
    flex-direction: row;
  }
}
.fundraising-meter--metrics--total {
  margin-top: 0;
  padding-top: 1.25rem;
}
.fundraising-meter--metrics--total > h2:has(#total_raised) {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
.fundraising-meter--chart {
  border: 4px solid #C8F05B;
  margin-top: 2rem;
  position: relative;
}
.fundraising-meter--chart--fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: width 5s ease-out;
  transition-delay: 0.5s;
  background: repeating-linear-gradient(45deg, #F8FDEB, #C8F05B 0.25px, #C8F05B, 4px, #F8FDEB 4.25px, #F8FDEB 20px);
  z-index: 1;
}
.fundraising-meter--chart--goal {
  padding: 1.25rem;
  font-family: "degular-mono", monospace;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
  position: relative;
  z-index: 4;
}

.numbered-boxes {
  width: 100%;
}
.numbered-boxes--container {
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: boxes;
}
@media print, screen and (min-width: 40em) {
  .numbered-boxes--container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.numbered-boxes--container .numbered-box {
  position: relative;
  padding-top: 3.7rem;
}
.numbered-boxes--container .numbered-box h3 {
  font-family: "degular-mono", monospace;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.numbered-boxes--container .numbered-box h3 + .numbered-box--sub-headline {
  top: -0.5rem;
  margin-bottom: 0.5rem;
}
.numbered-boxes--container .numbered-box--sub-headline {
  position: relative;
  font-family: "degular-mono", monospace;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.numbered-boxes--container .numbered-box p {
  font-family: "degular", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.numbered-boxes--container .numbered-box:before {
  counter-increment: boxes;
  content: "" counter(boxes) "";
  background: #C8F05B;
  color: #37500F;
  font-family: "degular-mono", monospace;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.numbered-boxes--container .numbered-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2.5rem;
  height: 2px;
  background-color: #C8F05B;
  width: calc(100% - 2.5rem);
  border-radius: 0;
  z-index: 1;
  top: 0.9375rem;
}

.thumbnail-gallery {
  max-width: 100%;
}
.thumbnail-gallery .main-image .slide-container {
  width: 100%;
}
.thumbnail-gallery .main-image .slide-container img {
  aspect-ratio: 7/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .thumbnail-gallery .main-image .slide-container img {
    aspect-ratio: 4/3;
  }
}
.thumbnail-gallery .main-image .slide-container .image-container {
  padding: 1rem;
  border: 2px solid #37500F;
  position: relative;
  margin-bottom: 1.25rem;
}
.thumbnail-gallery .main-image .slide-container .image-container .image-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #C8F05B;
  color: #37500F;
  font-family: "degular-mono", monospace;
  padding: 0.6rem 1.25rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
.thumbnail-gallery .main-image .slide-container .image-caption p {
  font-family: "degular", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.thumbnail-gallery .thumbnail-navigation .slick-track {
  margin-left: 0;
  margin-right: auto;
}
.thumbnail-gallery .thumbnail-navigation .slick-track .slick-slide {
  margin-right: 1rem;
}
.thumbnail-gallery .thumbnail-navigation .slick-track .slick-slide.slick-current .thumbnail-container {
  border: 2px solid #37500F;
}
.thumbnail-gallery .thumbnail-navigation .slick-track .thumbnail-container {
  aspect-ratio: 7/6;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #fff;
  transition: border 0.2s ease-in-out;
}
.thumbnail-gallery .thumbnail-navigation .slick-track .thumbnail-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/6;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1) rotate(1deg);
  transition: transform 0.2s ease-in-out;
}
.thumbnail-gallery .thumbnail-navigation .slick-track .thumbnail-container:hover {
  border: 2px solid #C8F05B;
}
.thumbnail-gallery .thumbnail-navigation .slick-track .thumbnail-container:hover img {
  transform: scale(1.25) rotate(0deg);
}

.fc-wrapper .top-border > .fc-section-heading,
.fc-page-header .top-border > .fc-section-heading {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.fc-wrapper .fc-section,
.fc-page-header .fc-section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section,
  .fc-page-header .fc-section {
    padding: 50px 0;
  }
}
.fc-wrapper .fc-section p:not(:has(img)) a:not(.button),
.fc-page-header .fc-section p:not(:has(img)) a:not(.button) {
  text-decoration: none;
  border-bottom: 2px solid #37500F;
  padding-bottom: 0px;
  padding-top: 2px;
  transition: padding 0.05s linear;
}
.fc-wrapper .fc-section p:not(:has(img)) a:not(.button):hover,
.fc-page-header .fc-section p:not(:has(img)) a:not(.button):hover {
  padding-top: 0px;
  padding-bottom: 2px;
}
.fc-wrapper .fc-section.fc-section-1,
.fc-page-header .fc-section.fc-section-1 {
  padding: 30px 0 30px;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section.fc-section-1,
  .fc-page-header .fc-section.fc-section-1 {
    padding: 70px 0 50px;
  }
}
.fc-wrapper .fc-section.fc-section-image,
.fc-page-header .fc-section.fc-section-image {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
.fc-wrapper .fc-section.fc-section-image img.fc-section-background-image,
.fc-page-header .fc-section.fc-section-image img.fc-section-background-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.fc-wrapper .fc-section.fc-section-image h1, .fc-wrapper .fc-section.fc-section-image h2, .fc-wrapper .fc-section.fc-section-image h3, .fc-wrapper .fc-section.fc-section-image h4, .fc-wrapper .fc-section.fc-section-image h5, .fc-wrapper .fc-section.fc-section-image h6, .fc-wrapper .fc-section.fc-section-image p, .fc-wrapper .fc-section.fc-section-image li, .fc-wrapper .fc-section.fc-section-image a, .fc-wrapper .fc-section.fc-section-image .g-section-subtitle,
.fc-page-header .fc-section.fc-section-image h1,
.fc-page-header .fc-section.fc-section-image h2,
.fc-page-header .fc-section.fc-section-image h3,
.fc-page-header .fc-section.fc-section-image h4,
.fc-page-header .fc-section.fc-section-image h5,
.fc-page-header .fc-section.fc-section-image h6,
.fc-page-header .fc-section.fc-section-image p,
.fc-page-header .fc-section.fc-section-image li,
.fc-page-header .fc-section.fc-section-image a,
.fc-page-header .fc-section.fc-section-image .g-section-subtitle {
  color: #fff;
}
.fc-wrapper .fc-section.center,
.fc-page-header .fc-section.center {
  text-align: center;
}
.fc-wrapper .fc-section h2,
.fc-page-header .fc-section h2 {
  padding-top: 2.5rem;
}
.fc-wrapper.fc-wrapper-tabs .fc-section,
.fc-page-header.fc-wrapper-tabs .fc-section {
  padding: 20px 0 20px;
}

body * .background--light, body * .fc-section-light {
  background-color: #F8FDEB;
}
body * .background--light *, body * .fc-section-light * {
  color: #37500F;
}
body * .background--light a.button.grey, body * .fc-section-light a.button.grey {
  color: #37500F;
}
body * .fc-section-dark {
  background-color: #C8F05B;
}
body * .fc-section-dark * {
  color: #37500F;
}
body * .fc-section-dark a.button.grey {
  color: #37500F;
}
body * .fc-section-grey, body * .fc-section-gray, body * .background--gray, body * .background--grey {
  background-color: #EEEDED;
}
body * .background--diagonal-pattern, body * .fc-section-diagonal-pattern {
  background: repeating-linear-gradient(45deg, rgba(251, 254, 245, 0.75), rgba(200, 240, 91, 0.75) 0.5px, rgba(200, 240, 91, 0.75), 4px, rgba(251, 254, 245, 0.75) 4.5px, rgba(251, 254, 245, 0.75) 20px);
  background-color: #F8FDEB;
  background-repeat: repeat;
  background-size: 198px;
}
body * .background--diagonal-pattern .content-container, body * .fc-section-diagonal-pattern .content-container {
  background: #F8FDEB;
  padding: 5rem 6rem;
}
@media screen and (max-width: 768px) {
  body * .background--diagonal-pattern .content-container, body * .fc-section-diagonal-pattern .content-container {
    padding: 2rem 1rem;
    margin: 0 2rem;
  }
}
body * .background--image.background--light * {
  color: #000000;
}
body * .background--image.background--dark * {
  color: #fff;
}

.fc-section-cta {
  padding: 80px 0;
}
.fc-section-cta:after {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  height: 150%;
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.fc-section-cta .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 40em) {
  .fc-section-cta .flex {
    flex-direction: row;
    gap: 50px;
  }
}
.fc-section-cta .flex h6 {
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .fc-section-cta .flex h6 {
    flex-direction: row;
    text-align: left;
  }
}
.fc-section-cta .flex .button {
  margin: 0;
}

.wrap:has(.fc-wrapper > section.fc-section-light:last-child) + footer.main-footer .footer-content {
  background-color: #F8FDEB;
}
.wrap:has(.fc-wrapper > section.fc-section-light:last-child) + footer.main-footer .footer-content *:not(.button) {
  color: #37500F;
}
.wrap:has(.fc-wrapper > section.fc-section-light:last-child) + footer.main-footer .footer-content .button {
  background-color: #C8F05B !important;
  color: #37500F !important;
}
.wrap:has(.fc-wrapper > section.fc-section-light:last-child) + footer.main-footer .footer-content .button:hover {
  color: #fff !important;
  background: #37500F !important;
}

.wrap:has(.fc-wrapper > section.fc-section-dark:last-child) + footer.main-footer .footer-content {
  background-color: #C8F05B;
}
.wrap:has(.fc-wrapper > section.fc-section-dark:last-child) + footer.main-footer .footer-content *:not(.button) {
  color: #37500F;
}
.wrap:has(.fc-wrapper > section.fc-section-dark:last-child) + footer.main-footer .footer-content .button {
  background-color: #ffffff !important;
  color: #37500F !important;
}
.wrap:has(.fc-wrapper > section.fc-section-dark:last-child) + footer.main-footer .footer-content .button:hover {
  color: #fff !important;
  background: #37500F !important;
}

.home-page .home-hero .home-hero-slides {
  width: 100%;
}
.home-page .home-hero .home-hero-slides .home-hero-slide {
  position: relative;
  width: 100%;
}
.home-page .home-hero .home-hero-slides .home-hero-slide:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 0.7) 70%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .hero-slide-background {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 40em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .hero-slide-background {
    height: 600px;
  }
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row {
  position: relative;
  z-index: 1;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content {
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content {
    height: 600px;
  }
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content p {
  margin-bottom: 0;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content .g-section-subtitle {
  color: #fff;
  margin-bottom: 0;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul {
  list-style: none;
  margin: 10px 0 40px;
  padding: 0;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul li {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
}
@media print, screen and (min-width: 40em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul li {
    font-size: 60px;
    height: 65px;
    line-height: 65px;
  }
}
@media screen and (min-width: 73.75em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul li {
    font-size: 80px;
    height: 85px;
    line-height: 85px;
  }
}

.page-template-template-coming-soon #fc-section-1 {
  background: unset;
  height: calc(100vh - 100px);
}
.page-template-template-coming-soon #fc-section-1.fc-section.fc-section-image * {
  color: #37500F;
}
.page-template-template-coming-soon #fc-section-1 .g-section-subtitle {
  font-family: "Original Sans Web", sans-serif;
  text-transform: unset;
  letter-spacing: unset;
  font-weight: 400;
  font-size: 2rem;
}
.page-template-template-coming-soon #fc-section-1 h1 {
  font-size: 4.5rem;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-coming-soon #fc-section-1 .g-section-subtitle {
    text-transform: unset;
    letter-spacing: unset;
    font-weight: 400;
    font-size: 3rem;
  }
  .page-template-template-coming-soon #fc-section-1 h1 {
    font-size: 6.875rem;
    font-weight: 400;
  }
}

/*# sourceMappingURL=main.min.css.map*/