/*!********************************************************************************************************************************************************************************************!*\
  !*** 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=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: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  -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: 1300px;
  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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #000000;
  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: 2.875rem;
  }
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #FDA300;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.25rem;
  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: #000000;
  cursor: help;
}

figure {
  margin: 0;
}

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, 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: #000000;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: black;
  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: #000000;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: black;
  color: #ffffff;
}
.button.secondary {
  background-color: #FDA300;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(202.4, 130.4, 0);
  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 #000000;
  color: #000000;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: black;
  color: black;
}
.button.hollow.primary {
  border: 1px solid #000000;
  color: #000000;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: black;
  color: black;
}
.button.hollow.secondary {
  border: 1px solid #FDA300;
  color: #FDA300;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(126.5, 81.5, 0);
  color: rgb(126.5, 81.5, 0);
}
.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: #000000;
  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: #000000;
  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: #FDA300;
  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: #000000;
}
: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: #000000;
}
: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: #000000 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: #000000;
}
.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: #000000;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: black;
  color: #ffffff;
}
.button-group.secondary .button {
  background-color: #FDA300;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(202.4, 130.4, 0);
  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: #000000;
}
.callout.primary {
  background-color: rgb(216.75, 216.75, 216.75);
  color: #000000;
}
.callout.secondary {
  background-color: rgb(255, 241.2865612648, 216.45);
  color: #000000;
}
.callout.success {
  background-color: rgb(197.7, 255, 197.7);
  color: #000000;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #000000;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #000000;
}
.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: #000000;
}
.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: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon:hover::after {
  background: #FDA300;
  box-shadow: 0 7px 0 #FDA300, 0 14px 0 #FDA300;
}

.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 #000000;
  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 #000000 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: 340px;
  padding: 1.5rem;
  visibility: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  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: #000000;
  color: #ffffff;
}
.label.primary {
  background: #000000;
  color: #ffffff;
}
.label.secondary {
  background: #FDA300;
  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: #000000;
  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: #000000;
}
.progress.secondary .progress-meter {
  background-color: #FDA300;
}
.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: #000000;
}

.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: #000000;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
.slider-handle:hover {
  background-color: black;
}
.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: 81.25rem;
  }
}
.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: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 81.25rem;
  }
}
.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: #000000;
}
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: #000000;
}

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

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: #000000;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(12.75, 12.75, 12.75);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: black;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #000000;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  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(0, 0, 0, 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: 74.9375em) {
  .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: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 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;
}

/* 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(../../../assets/dist/styles/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../../../assets/dist/styles/fonts/slick.eot);
  src: url(../../../assets/dist/styles/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../../../assets/dist/styles/fonts/slick.woff) format("woff"), url(../../../assets/dist/styles/fonts/slick.ttf) format("truetype"), url(../../../assets/dist/styles/images/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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  color: #202020;
  font-weight: bold;
}
.pagination ul.page-numbers .page-numbers.next, .pagination ul.page-numbers .page-numbers.prev {
  color: #000000;
}

.page-breadcrumbs {
  color: #000000;
  font-size: 0.925rem;
  margin: 1.35rem 0 2.75rem;
}
.page-breadcrumbs span > a > span {
  color: #000000;
  font-weight: 600;
}
.page-breadcrumbs span {
  font-size: 0.925rem;
  font-weight: 400;
}

body.woocommerce nav.woocommerce-breadcrumb {
  color: #000000;
  font-size: 0.925rem;
  margin: 1rem 0 2rem;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.875rem;
}
body.woocommerce nav.woocommerce-breadcrumb span > a > span {
  color: #000000;
  font-weight: 600;
}
body.woocommerce nav.woocommerce-breadcrumb span {
  font-size: 0.925rem;
  font-weight: 400;
}
body.woocommerce nav.woocommerce-breadcrumb span.delimiter {
  margin: 0 0.1rem;
  color: #FDA300;
  font-weight: 400;
}

/* Breadcrumbs
body.woocommerce nav.woocommerce-breadcrumb{
  color: $black;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  letter-spacing: 0;//0.0625rem;
  padding-right: 0.78125rem;

  & a {
    color: $black;
    font-weight: 400;
  }

  & span.delimiter{
    margin: 0 0.1rem;
    color: $orange;
    font-weight: 400;
  }
}

*/
.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.wpfFilterButton.wpfButton {
  background-color: #000000;
  color: #ffffff !important;
  padding: 0.75rem 4rem;
  border-radius: 0.5rem;
  font-weight: 700;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0.5rem;
}
.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.wpfFilterButton.wpfButton:hover {
  background-color: #FDA300;
  color: #000000 !important;
}
.button.button-arrow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow,
.wpfFilterButton.wpfButton.button-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.button-arrow:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow:after,
.wpfFilterButton.wpfButton.button-arrow:after {
  color: #fff;
  content: "";
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"21\" viewBox=\"0 0 29 21\" fill=\"none\"><path d=\"M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z\" fill=\"white\"/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.button.button-arrow:hover:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow:hover:after,
.wpfFilterButton.wpfButton.button-arrow:hover:after {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"21\" viewBox=\"0 0 29 21\" fill=\"none\"><path d=\"M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z\" fill=\"black\"/></svg>");
}

.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: #FDA300;
  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;
  }
}

.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: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
}
.fc-page-header .page-header-content-wrapper {
  align-self: flex-end;
  width: 100%;
}
.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;
}

.post-single .post-content-wrapper {
  margin-bottom: 80px;
}
.post-single .post-content-wrapper .post-header {
  text-align: center;
}
.post-single .post-content-wrapper .post-header .post-type {
  color: #000000;
  display: block;
  font-family: "Roboto", 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 {
  margin: 0 auto 26px;
  padding: 0 5rem;
}
.post-single .post-content-wrapper .post-header .post-subhead p {
  font-size: 22px;
}
.post-single .post-content-wrapper .post-header .post-featured-image {
  margin: 40px auto 40px;
  text-align: center;
}
.post-single .post-content-wrapper .post-header .post-featured-image img {
  width: 100%;
}
.post-single .post-content-wrapper .post-header .post-meta {
  border-top: 1px solid #6E6F72;
  margin-bottom: 40px;
  padding: 13px 0 0;
  text-align: left;
  text-transform: uppercase;
}
.post-single .post-content-wrapper .post-header .post-meta time {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}

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

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

.Xwoocommerce-Price-amount.amount {
  color: #000000;
  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: #000000;
  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: "Roboto", sans-serif;
}
.main-search .main-search-bar .main-search-form form label input::placeholder {
  color: #3A3A3A;
  font-family: "Roboto", sans-serif;
}
.main-search .main-search-bar .main-search-form form button {
  margin-left: auto;
  background-color: #000000;
  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: black;
}
.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: #000000;
}
.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: #000000;
  padding: 0 0.5rem;
}
.search-pagination .page-numbers:hover {
  color: #202020;
}
.search-pagination .page-numbers.current {
  border-color: #000000;
  color: #202020;
  font-weight: bold;
}
.search-pagination .page-numbers.next, .search-pagination .page-numbers.prev {
  color: #000000;
}

#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: #ffffff;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.main-header .row, .main-header .row > .columns {
  height: 100%;
}
.main-header {
  /*
  .flex {
    align-items: center;
    justify-content: space-between;
    flex: 0 1 0;
    height: 100%;
  }

  .flex-cell {
    height: 100%;

    &.store-navigation-wrapper {
      display: flex;
      justify-content: flex-end;
    }

  }
  */
}
.main-header .main-logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: auto;
}
.main-header .main-logo a {
  display: flex;
  height: 100%;
  padding: 1rem 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: 80px;
  }
}
.main-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  height: 100%;
}
.main-header-search {
  display: flex;
  justify-content: flex-end;
  margin: 6px 0;
  padding: 0 5px;
}
.main-header-search form {
  border-radius: 5px;
  border: 1px solid #000;
  overflow: hidden;
}
.main-header-search form, .main-header-search label {
  display: flex;
  align-items: center;
}
.main-header-search form svg, .main-header-search label svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem 0.75rem 0.5rem 0;
}
.main-header-search input {
  min-width: 16rem;
  margin-left: 1.5rem;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  max-height: 3.3125rem;
}
.main-header-search input::-moz-placeholder {
  color: #e6e6e6;
}
.main-header-search input::placeholder {
  color: #e6e6e6;
}
.main-header-search input:active, .main-header-search input:focus {
  outline: none;
  border: 0px solid transparent;
  box-shadow: none;
}
.main-header-search button {
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.main-header-search button:hover svg * {
  fill: #FDA300;
}
.main-header .icon-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
}
.main-header .icon-links li {
  list-style: none;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-header .icon-links li {
    position: unset;
  }
}
.main-header .icon-links li:has(.dropdown-pane.is-open) svg path {
  fill: #FDA300;
}
.main-header .icon-links li a {
  display: inline-block;
  position: relative;
}
.main-header .icon-links li button {
  position: relative;
  cursor: pointer;
}
.main-header .icon-links li:hover svg * {
  fill: #FDA300;
}
.main-header .icon-links li.icon-cart {
  position: relative;
}
.main-header .icon-links li.icon-cart .cart-count {
  background-color: #FF0000;
  border-radius: 1rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
}
.main-header .icon-links .dropdown-pane {
  top: 100% !important;
  left: auto !important;
  right: -16px !important;
  box-shadow: -8px 12px 30px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main-header .icon-links .dropdown-pane {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
  }
}
.main-header .icon-links .dropdown-pane a {
  display: block;
  padding: 1rem;
  border-top: 1px solid #e8e8e8;
  color: #000000;
}
.main-header .icon-links .dropdown-pane a:first-child {
  border-top: 0px solid transparent;
}
.main-header .icon-links .dropdown-pane a.button {
  padding: 0.75rem 0;
  width: calc(50% - 0.5rem);
}
.main-header .icon-links .dropdown-pane a + fieldset {
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
}
.main-header .icon-links .dropdown-pane fieldset {
  display: flex;
  gap: 1rem;
}
.main-header .icon-links .dropdown-pane#garage-dropdown a.button {
  display: inline-block;
  margin-top: 2rem;
  width: 100%;
}
.main-header .icon-links .dropdown-pane#garage-dropdown .vehicle-list-wrapper:not(:has(.saved-vehicle)) {
  display: none;
}
.main-header .icon-links .dropdown-pane#garage-dropdown .vehicle-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.main-header .icon-links .dropdown-pane#garage-dropdown .vehicle-list .saved-vehicle a {
  padding: 0.75rem;
}
.main-header .icon-links .dropdown-pane#garage-dropdown .vehicle-list .saved-vehicle button {
  padding: 0.75rem;
}
.main-header .icon-links .dropdown-pane#garage-dropdown .vehicle-list .saved-vehicle {
  border: 1px solid #000000;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .icon-links .dropdown-pane#account-dropdown {
  padding: 1rem !important;
  max-width: 240px;
}
.main-header .icon-links .dropdown-pane#account-dropdown:has(.button) {
  max-width: 340px;
}
.main-header .icon-links .dropdown-pane .garage-tips {
  border: 1px dashed #898b8c;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.main-header .icon-links .dropdown-pane .garage-tips i {
  margin-right: 0.4rem;
}

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

@media print, screen and (min-width: 64em) {
  .main-header .primary-navigation-container {
    background: #FDA300;
  }
  .main-header .primary-navigation-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .main-header .primary-navigation-wrapper .primary-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    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 > a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 1.125rem 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .main-header .primary-navigation-wrapper .primary-navigation > li > a {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .main-header .primary-navigation-wrapper .primary-navigation > li > a:hover {
    background-color: transparent;
    color: #000000;
    border-bottom: 3px solid #000000;
    border-top: 3px solid transparent;
  }
  .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-color: transparent;
    color: #000000 !important;
    border-bottom: 3px solid #000000 !important;
  }
  .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 #000000;
    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: #000000 !important;
    border-bottom: 3px solid #000000 !important;
  }
  .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: #FDA300;
  }
  .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 {
    color: #000000 !important;
    border-bottom: 3px solid #000000 !important;
  }
}
.top-header {
  background-color: #000000;
  color: #ffffff;
}
.top-header .top-header-flex {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.top-header .top-header-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-header .top-header-navigation {
    gap: 4px;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .top-header .top-header-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top-header .top-header-navigation li {
  display: inline-block;
}
.top-header .top-header-navigation li:has(a[href^="tel:"]) {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 400px) {
  .top-header .top-header-navigation li:has(a[href^="tel:"]) {
    margin-left: 0;
  }
}
.top-header .top-header-navigation li:first-child > a:before {
  display: inline-block;
  margin-right: 0.75rem;
  content: "";
  width: 1.375rem;
  height: 0.8125rem;
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"13\" viewBox=\"0 0 22 13\" fill=\"none\"><path d=\"M0.402852 5.73519C-0.134284 6.15821 -0.134284 6.84518 0.402852 7.26819L7.27819 12.6827C7.81532 13.1058 8.68763 13.1058 9.22477 12.6827C9.7619 12.2597 9.7619 11.5728 9.22477 11.1497L4.69564 7.58291H20.6249C21.3855 7.58291 22 7.09898 22 6.5C22 5.90101 21.3855 5.41709 20.6249 5.41709H4.69564L9.22477 1.85025C9.7619 1.42724 9.7619 0.740271 9.22477 0.317259C8.68763 -0.105753 7.81532 -0.105753 7.27819 0.317259L0.402852 5.73181V5.73519Z\" fill=\"%23FDA300\"/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .top-header .top-header-navigation li:first-child > a:before {
    width: 0.875rem;
    height: 0.5rem;
    margin-right: 0.25rem;
  }
}
.top-header .top-header-navigation li a {
  color: #ffffff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .top-header .top-header-navigation li a {
    font-size: 0.75rem;
  }
}
.top-header .top-header-navigation li a[href^="tel:"] {
  margin-left: auto;
  color: #FDA300;
}
.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: #000000;
}
.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: #000000;
}
.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 #000000;
}
.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 #000000;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Roboto", 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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  background-color: #000000;
  border: none;
  padding: 0;
  line-height: 32px;
  color: #fff;
}
.off-canvas .off-canvas-search .search-form .button i {
  margin: 0 9px;
}

.main-footer {
  background: #000000;
  color: #ffffff;
  padding: 2rem 0 2rem;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main-footer {
    padding: 3.8rem 0 9.3rem;
    text-align: left;
  }
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-menu li {
  padding: 0;
}
.main-footer .footer-menu li > a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  vertical-align: top;
}
.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: #000000;
}
.main-footer .row-logo-newsletter {
  border-bottom: 1px solid rgba(252, 219, 0, 0.5);
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 1024px) {
  .main-footer .row-logo-newsletter .logo-column {
    padding-bottom: 2.5rem;
  }
}
.main-footer .row-logo-newsletter .gform_body {
  width: 100%;
}
.main-footer .row-logo-newsletter #gform_1 {
  display: flex;
  gap: 0.43rem;
  width: 100%;
}
.main-footer .row-logo-newsletter #gform_1 .gform_footer {
  margin: 0;
  padding: 0;
}
.main-footer .row-logo-newsletter #gform_1 input[type=email] {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04125rem;
  color: #000;
  padding: 0 1rem;
  width: 100%;
}
.main-footer .row-logo-newsletter #gform_1 input[type=email]::-moz-placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04125rem;
  color: #000;
}
.main-footer .row-logo-newsletter #gform_1 input[type=email]::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04125rem;
  color: #000;
}
.main-footer .row-logo-newsletter #gform_1 input[type=submit] {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 1.25rem;
  margin: 0;
  text-transform: uppercase;
  background-color: #FDA300;
  color: #000 !important;
  height: 100%;
}
.main-footer .row-logo-newsletter #gform_1 input[type=submit]:hover {
  color: #fff !important;
}
.main-footer .row-menus {
  padding-top: 2.75rem;
}
.main-footer .row-menus h4 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03375rem;
  text-transform: uppercase;
}
.main-footer .row-menus ul#menu-footer-our-catalog {
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 1024px) {
  .main-footer .row-menus ul#menu-footer-our-catalog {
    -moz-columns: 3;
         columns: 3;
    margin-bottom: 0;
  }
}
.main-footer .row-copyright {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid rgba(252, 219, 0, 0.5);
  padding-top: 2rem;
  margin-top: 8.5rem;
  padding-bottom: 4rem;
}
.main-footer .row-copyright .copyright {
  font-size: 1.125rem;
}
.main-footer .row-copyright ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .row-copyright ul li {
  font-size: 1.125rem;
}
.main-footer .row-logo-large svg {
  max-width: 100%;
}

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

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

.g-section-subtitle {
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .g-section-subtitle {
    font-size: 17px;
    letter-spacing: 3.5px;
  }
}
.g-section-title {
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .g-section-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 75em) {
  .g-section-title {
    font-size: 46px;
  }
}
.g-section-intro {
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0;
}
.g-section-large-numbers {
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.g-button.button {
  margin-right: 10px;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-family: "Roboto", 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: black;
  color: #fff;
}

.woocommerce-products-header {
  margin-top: 0px;
  position: relative;
  width: 100%;
}
.woocommerce-products-header .taxonomy-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
.woocommerce-products-header .taxonomy-content .taxonomy-title {
  color: #000000;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 900;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header .taxonomy-content .taxonomy-title {
    padding-bottom: 3rem;
  }
}
.woocommerce-products-header .taxonomy-content .taxonomy-description {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.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 60px;
  }
}
.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, minmax(0px, 220px));
  }
}
.wc-grid.wc-grid-archive .wc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wc-grid.wc-grid-archive a:has(.wc-card-image) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.wc-grid.wc-grid-archive {
  /* Image + content wrapper */
}
.wc-grid.wc-grid-archive .wc-card > .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.wc-grid.wc-grid-archive {
  /* Image area: fixed height, centered image */
}
.wc-grid.wc-grid-archive .wc-card-image {
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-grid.wc-grid-archive .wc-card-image img {
  max-height: 100%;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wc-grid.wc-grid-archive {
  /* Content: flexible middle */
}
.wc-grid.wc-grid-archive .wc-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.wc-grid.wc-grid-archive {
  /* Optional: push price or last item to bottom of content block */
}
.wc-grid.wc-grid-archive .wc-card-price {
  margin-top: auto;
}
.wc-grid.wc-grid-archive {
  /* Button anchored at the bottom of the card */
}
.wc-grid.wc-grid-archive .wc-card-button {
  margin-top: auto;
  display: block;
  text-align: center;
}
.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;
}
.product-grid-title {
  border-bottom: 1px solid #000000;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
}

.row:has(.column .product-grid-title, .columns .product-grid-title),
.row:has(.columns .product-grid-title) {
  width: 100%;
}

.wc-card {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.wc-card .wc-card-image {
  background-color: #fff;
  padding: 0;
  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 span.onsale {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 100%; /* 1rem */
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  background: #FDA300;
  padding: 0.5rem 1rem;
  color: #000000;
  top: 0.5em;
  left: -12px;
  position: absolute;
  border-radius: 0;
  min-height: unset;
}
.wc-card span.onsale:before {
  content: "";
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\"><path d=\"M0 0H11V12L0 0Z\" fill=\"%23CD8400\"/></svg>");
  width: 11px;
  height: 12px;
  position: absolute;
  left: 0px;
  bottom: -12px;
  z-index: -1;
}
.wc-card span.onsale {
  z-index: 9;
}
.wc-card .wc-card-content {
  padding: 10px 16px 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.wc-card .wc-card-content .wc-card-sku {
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wc-card .wc-card-content .wc-product-sku {
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.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-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .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 {
    font-size: 0.875rem;
    text-align: left;
  }
}
.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 .wc-card-price {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 100% */
  letter-spacing: 0.045rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media print, screen and (min-width: 40em) {
  .wc-card .wc-card-content .wc-card-price {
    text-align: left !important;
    font-size: 1.25rem;
  }
}
.wc-card .wc-card-content .wc-card-price ins {
  color: #FF0000;
  text-decoration: none;
}
.wc-card .wc-card-content .wc-card-button {
  display: block !important;
}
.wc-card .wc-card-button {
  display: block !important;
  max-width: 90% !important;
  padding: 0.75rem !important;
  width: 100% !important;
}
.wc-slider {
  /* the slides */
}
.wc-slider .slick-slide {
  margin: 10px;
}
.wc-slider {
  /* the parent */
}
.wc-slider .slick-list {
  margin: -10px;
}

.woocommerce nav.woocommerce-pagination {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  justify-content: center;
  margin: 0 0.25em;
  border: none !important;
  display: flex;
  padding: 0 0.5rem;
  list-style: none;
  gap: 0.5rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border-right: 0px solid transparent;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid transparent;
  border-radius: 6px;
  display: block;
  color: #000000;
  background: #e6e6e6;
  padding: 1rem;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  color: #202020;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #FDA300;
  color: #202020;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  background: #000000;
  color: #ffffff;
}

.woocommerce #archive-filters .filter-container {
  border: 1px solid #FDA300;
  padding: 0.94rem;
  margin-bottom: 1.2rem;
}
.woocommerce #archive-filters .filter-container .filter-input {
  background: #F1F1F1;
  padding: 0.5rem;
}
.woocommerce #archive-filters .filter-container .filter-input label {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 400;
}
.woocommerce #archive-filters .filter-container label, .woocommerce #archive-filters .filter-container legend {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.woocommerce .filter-bar .filter-bar--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FDA300;
  margin-bottom: 1.5rem;
  min-height: 3rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .filter-bar .filter-bar--inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .filter-bar .filter-bar--inner .sort-by-text {
    display: none;
  }
}
.woocommerce .filter-bar .filter-bar--inner p.woocommerce-result-count {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.woocommerce .grid-control-label--filters {
  min-height: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 40px;
  border-bottom: 1px solid #FDA300;
}

legend.grid-control-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
legend.grid-control-label--sort {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  legend.grid-control-label--sort {
    display: none;
  }
}
legend.grid-control-label--sort select.orderby, legend.grid-control-label--sort form.woocommerce-ordering {
  margin: 0;
}
legend.grid-control-label--sort select.orderby {
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-style: normal;
  margin-left: 5px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
  background-color: black;
  color: #fff;
}

.woocommerce button.woocommerce-button {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.woocommerce button.woocommerce-button:hover {
  background-color: black;
  color: #fff;
}

#offCanvasFilters.off-canvas.position-right {
  transform: translateX(360px) !important;
}
#offCanvasFilters.off-canvas.position-right.is-open {
  transform: translateX(0px) !important;
}

#offCanvasFilters.off-canvas {
  z-index: 99 !important;
  background: #e6e6e6;
  width: 360px !important;
}

body .sidebar .filter-offcanvas-toggle {
  width: 100% !important;
  display: block;
  background-color: #000000 !important;
  color: #fff !important;
}

.button.filters-toggle {
  width: 100% !important;
  background-color: #000000 !important;
  color: #fff !important;
}

#offCanvasFilters form.woocommerce-ordering {
  width: 100% !important;
  float: clear;
}
#offCanvasFilters div.prdctfltr_filter {
  padding: 0.75rem;
  padding-top: 2rem;
}
#offCanvasFilters .close-button {
  color: #000000 !important;
}

/* Fitment Styles */
.ymm-fitment-lookup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.25rem 0.5rem;
  background: #000;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.ymm-fitment-lookup-inline .ymm-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex: 0 0 100%;
  margin-bottom: 0.125rem;
}
.ymm-fitment-lookup-inline .ymm-row {
  display: flex;
  flex-direction: column;
  flex: 1 1 180px;
  min-width: 0;
  position: relative;
}
.ymm-fitment-lookup-inline .ymm-row:has(select):after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #FDA300;
  z-index: 9;
}
.ymm-fitment-lookup-inline .ymm-row:has(select):hover:after {
  color: #FF0000;
}
.ymm-fitment-lookup-inline .ymm-row:has(select:disabled):after {
  color: #000000;
}
.ymm-fitment-lookup-inline .ymm-row label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  color: #fff;
}
.ymm-fitment-lookup-inline .ymm-row select {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0 0.6rem;
  border-radius: 3px;
  border: 1px solid #444;
  color: #111;
  background: #fff;
  font-size: 0.9rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
}
.ymm-fitment-lookup-inline .ymm-row select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ymm-fitment-lookup-inline .ymm-row select:focus {
  outline: none;
  border-color: #999;
}
.ymm-fitment-lookup-inline button.ymm-submit {
  flex: 0 0 180px;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FDA300;
  color: #000;
  white-space: nowrap;
  margin-left: 0;
  margin-bottom: 0;
}
.ymm-fitment-lookup-inline button.ymm-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ymm-fitment-lookup-inline button.ymm-submit:disabled:hover {
  background: #FDA300;
  opacity: 0.5 !important;
}
.ymm-fitment-lookup-inline button.ymm-submit:hover:not(:disabled) {
  background-color: rgb(222.4, 143.2853754941, 0);
}
.ymm-fitment-lookup-inline .ymm-output {
  flex: 1 1 100%;
  margin-top: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ymm-fitment-lookup-inline {
    align-items: stretch;
  }
  .ymm-fitment-lookup-inline .ymm-row {
    flex: 1 1 100%;
  }
  .ymm-fitment-lookup-inline .ymm-submit {
    flex: 1 1 100%;
    width: 100%;
  }
}

.ymm-fitment-lookup-sidebar .prdctfltr_filter_title {
  display: none !important;
}
.ymm-fitment-lookup-sidebar .ymm-title {
  display: none !important;
}
.ymm-fitment-lookup-sidebar button.button.ymm-submit {
  background-color: #000000 !important;
  color: #fff !important;
}
.ymm-fitment-lookup-sidebar button.button.ymm-submit:not(disabled):hover {
  background-color: #FDA300 !important;
  color: #000 !important;
}

.sidebar button.button[data-toggle=your-vehicle-sidebar] {
  text-align: left;
  margin-bottom: 2.5rem;
}
.sidebar button.button[data-toggle=your-vehicle-sidebar] span {
  display: block;
  color: #000 !important;
  padding-right: 3rem;
  position: relative;
}
.sidebar button.button[data-toggle=your-vehicle-sidebar] span:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
}

.woocommerce.single-product .product.type-product {
  margin-bottom: 170px;
  margin-top: 70px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product {
    margin-top: 7.5rem;
  }
}
.woocommerce.single-product .product.type-product span.onsale {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 100%; /* 1rem */
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  background: #FDA300;
  padding: 0.5rem 1rem;
  color: #000000;
  top: 0.5em;
  left: -11px;
  position: absolute;
  border-radius: 0;
  min-height: unset;
}
.woocommerce.single-product .product.type-product span.onsale:before {
  content: "";
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\"><path d=\"M0 0H11V12L0 0Z\" fill=\"%23CD8400\"/></svg>");
  width: 11px;
  height: 12px;
  position: absolute;
  left: 0px;
  bottom: -12px;
  z-index: -1;
}
.woocommerce.single-product .product.type-product span.onsale {
  z-index: 9;
}
.woocommerce.single-product .product.type-product .images img {
  aspect-ratio: 1.25/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.single-product .product.type-product .images .woocommerce-product-gallery__wrapper {
  border: 0px solid #ffffff;
  padding: 0;
}
.woocommerce.single-product .product.type-product .images .woocommerce-product-gallery__wrapper:not(:has(.woocommerce-product-gallery__image + .woocommerce-product-gallery__image)) {
  border: 1px solid #000000;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product .images {
    width: 100%;
  }
}
.woocommerce.single-product .product.type-product .images .flex-viewport {
  border-radius: 0;
}
.woocommerce.single-product .product.type-product .images .flex-viewport:has(.woocommerce-product-gallery__image + .woocommerce-product-gallery__image) {
  border: 1px solid #000000;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li {
  width: 13% !important;
  margin-right: 2% !important;
  border: 1px solid #000000 !important;
  border-radius: 0;
  margin-top: 2% !important;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li img {
  aspect-ratio: 7/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 {
  width: 100% !important;
}
.woocommerce.single-product .product.type-product .summary .wc-product-term {
  color: #595959;
  display: none;
  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: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product .summary .product_title {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 112%; /* 3.5rem */
    letter-spacing: 0.03125rem;
  }
}
.woocommerce.single-product .product.type-product .summary .wc-product-sku {
  color: #FDA300;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 112%; /* 1.26rem */
  letter-spacing: 0.01125rem;
  text-transform: uppercase;
}
.woocommerce.single-product .product.type-product .summary p.price, .woocommerce.single-product .product.type-product .summary span.price {
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 112%; /* 2.8rem */
  letter-spacing: 0.025rem;
  margin-bottom: 3.5rem;
  padding-top: 0.75rem;
}
.woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description {
  max-width: 550px;
  margin-bottom: 1.5rem;
}
.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: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 1.44rem */
  letter-spacing: 0;
}
.woocommerce.single-product .product.type-product .summary form.cart {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.woocommerce.single-product .product.type-product .summary .cart button[type=submit] {
  color: #ffffff !important;
  padding: 0.75rem 4rem;
  border-radius: 0.5rem;
  font-weight: 700;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0.5rem;
}
.woocommerce.single-product .product.type-product .summary .cart button[type=submit]:hover {
  background-color: #FDA300 !important;
  color: #000000 !important;
}
.woocommerce.single-product .product.type-product .summary .quantity > .qty {
  margin-bottom: 0;
}
.woocommerce.single-product .product.type-product .summary .quantity + button.single_add_to_cart_button {
  margin-top: 0;
}
.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 #product-tabs {
  margin-top: 3rem;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product #product-tabs {
    margin-top: 8.5rem;
  }
}
.woocommerce.single-product .product.type-product #product-tabs.tabs {
  border: 0px solid transparent;
  border-bottom: 2px solid #000000;
}
.woocommerce.single-product .product.type-product #product-tabs .tabs-title > a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 1.44rem */
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
  padding: 0.75rem 1.7rem;
}
.woocommerce.single-product .product.type-product #product-tabs .tabs-title.is-active > a {
  background-color: #FDA300;
}
.woocommerce.single-product .product.type-product #product-tabs + .tabs-content {
  border: 0px solid transparent;
}
.woocommerce.single-product .product.type-product #product-tabs + .tabs-content .tabs-panel {
  padding: 1.5rem 0;
  color: #000000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 1.44rem */
  letter-spacing: 0;
}
.woocommerce.single-product .product.type-product .related-products,
.woocommerce.single-product .product.type-product .upsells {
  margin-top: 10px;
  border-top: 1px solid #000000;
}
.woocommerce.single-product .product.type-product .related-products h2,
.woocommerce.single-product .product.type-product .upsells h2 {
  color: #000000;
  padding: 8px 16px 30px;
}
.woocommerce.single-product .product.type-product .related-products .product.type-product,
.woocommerce.single-product .product.type-product .upsells .product.type-product {
  margin-top: 0;
  margin-bottom: 0;
}

.column:has(.wc-card-product), .columns:has(.wc-card-product) {
  margin-bottom: 1.9rem;
}

body .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #FDA300;
}
body .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #FDA300;
}
body .woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: #FF0000;
}
body .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #FF0000;
}

body .woocommerce-info {
  border-top-color: #FDA300 !important;
}
body .woocommerce-info::before {
  color: #FDA300 !important;
}

body .wc_payment_methods input[type=radio] {
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
body .wc_payment_methods input[type=radio] + label {
  padding-top: 0.66rem;
  font-weight: 700 !important;
  padding-bottom: 0.66rem;
}
body .wc_payment_methods input[type=radio] + label:hover {
  color: #FF0000 !important;
}
body .wc_payment_methods input[type=radio]:checked + label:before {
  content: "✓";
  color: #FF0000 !important;
  padding-right: 0.66rem;
}

.woocommerce table.shop_table {
  border: 0px solid transparent !important;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table .variation {
  display: flex;
}
.woocommerce table.shop_table .variation-DoyouhaveanADS-BdevicetotradeinwithuAvionix {
  font-size: 14px;
  margin-right: 12px;
  margin-bottom: 0;
}
.woocommerce table.shop_table thead, .woocommerce table.shop_table tbody, .woocommerce table.shop_table tfoot {
  border: unset;
  background: transparent;
}
.woocommerce table.shop_table thead *, .woocommerce table.shop_table tbody *, .woocommerce table.shop_table tfoot * {
  border-top: unset;
}
.woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid black;
}
.woocommerce table.shop_table thead tr, .woocommerce table.shop_table tbody tr, .woocommerce table.shop_table tfoot tr {
  border: 0px solid transparent;
}
.woocommerce table.shop_table thead tr:nth-child(2n), .woocommerce table.shop_table tbody tr:nth-child(2n), .woocommerce table.shop_table tfoot tr:nth-child(2n) {
  background: transparent !important;
}
.woocommerce table.shop_table thead tr td, .woocommerce table.shop_table tbody tr td, .woocommerce table.shop_table tfoot tr td {
  border-top: 1px solid black;
}
.woocommerce table.shop_table tfoot * {
  font-size: 0.9rem;
}
.woocommerce table.shop_table tbody td {
  padding-top: 1.5rem;
  vertical-align: bottom;
}
.woocommerce table.shop_table tbody td .product-name,
.woocommerce table.shop_table tbody td .amount {
  font-size: 0.9rem;
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 6px;
  padding: 0;
}

.woocommerce-info {
  border-top-color: #FF0000 !important;
  background-color: #F9F9F9;
}
.woocommerce-info:before {
  color: #FF0000 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #F9F9F9;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #EEE;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #EEE;
}

.woocommerce-cart .wc-block-components-button, .woocommerce-checkout .wc-block-components-button {
  background-color: #000000;
  color: #ffffff !important;
  padding: 0.75rem 4rem;
  border-radius: 0.5rem;
  font-weight: 700;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0.5rem;
}
.woocommerce-cart .wc-block-components-button:hover, .woocommerce-checkout .wc-block-components-button:hover {
  background-color: #FDA300;
  color: #000000 !important;
}

.fc-section-accordion-simple .tabs, .fc-section-accordion-tabs .tabs {
  margin: 0;
  border: 1px solid #000000;
  background: #fff;
  list-style-type: none;
}
.fc-section-accordion-simple .tabs-title > a, .fc-section-accordion-tabs .tabs-title > a {
  border-right: 1px solid #000000;
  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: #000000;
  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;
  border-top: 1px solid #737373;
}
.fc-section-accordion-simple .accordion.separated, .fc-section-accordion-tabs .accordion.separated {
  border-top: none;
}
.fc-section-accordion-simple .accordion.separated .accordion-item, .fc-section-accordion-tabs .accordion.separated .accordion-item {
  margin-bottom: 24px;
}
.fc-section-accordion-simple .accordion.separated .accordion-topic, .fc-section-accordion-tabs .accordion.separated .accordion-topic {
  border: 1px solid #737373;
  border-top: 1px solid #737373;
  border-radius: 10px;
  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-topic, .fc-section-accordion-tabs .accordion .accordion-topic {
  border: 1px solid #737373;
  border-top: none;
  padding: 22px 30px;
  position: relative;
  background: #ffffff;
}
.fc-section-accordion-simple .accordion .accordion-topic h4, .fc-section-accordion-tabs .accordion .accordion-topic h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow {
  border-left: 1px solid #737373;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  transition: all 0.5s ease;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow i, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow i {
  color: #000000;
  font-size: 34px;
}
.fc-section-accordion-simple .accordion .accordion-topic:hover .accordion-arrow, .fc-section-accordion-tabs .accordion .accordion-topic:hover .accordion-arrow {
  background-color: #000000;
}
.fc-section-accordion-simple .accordion .accordion-topic:hover .accordion-arrow i, .fc-section-accordion-tabs .accordion .accordion-topic:hover .accordion-arrow i {
  color: #fff;
}
.fc-section-accordion-simple .accordion .accordion-topic.current, .fc-section-accordion-tabs .accordion .accordion-topic.current {
  border-radius: 10px 10px 0 0;
}
.fc-section-accordion-simple .accordion .accordion-topic.current .accordion-arrow i, .fc-section-accordion-tabs .accordion .accordion-topic.current .accordion-arrow i {
  transform: rotate(-90deg);
}
.fc-section-accordion-simple .accordion .accordion-topic:xafter, .fc-section-accordion-tabs .accordion .accordion-topic:xafter {
  position: absolute;
  color: #000000;
  content: "›";
  font-size: 20px;
  top: -4px;
  right: 10px;
}
.fc-section-accordion-simple .accordion .accordion-topic.current, .fc-section-accordion-tabs .accordion .accordion-topic.current {
  background-color: #F6F5F3;
  font-weight: 700;
}
.fc-section-accordion-simple .accordion .accordion-response, .fc-section-accordion-tabs .accordion .accordion-response {
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  padding: 22px 30px;
  display: none;
}
.fc-section-accordion-simple .accordion .accordion-response.current, .fc-section-accordion-tabs .accordion .accordion-response.current {
  background-color: #F6F5F3;
}
.fc-section-accordion-simple .accordion .accordion-response h1, .fc-section-accordion-simple .accordion .accordion-response h2, .fc-section-accordion-simple .accordion .accordion-response h3, .fc-section-accordion-simple .accordion .accordion-response h4, .fc-section-accordion-simple .accordion .accordion-response h5, .fc-section-accordion-simple .accordion .accordion-response h6, .fc-section-accordion-simple .accordion .accordion-response ul, .fc-section-accordion-simple .accordion .accordion-response p, .fc-section-accordion-tabs .accordion .accordion-response h1, .fc-section-accordion-tabs .accordion .accordion-response h2, .fc-section-accordion-tabs .accordion .accordion-response h3, .fc-section-accordion-tabs .accordion .accordion-response h4, .fc-section-accordion-tabs .accordion .accordion-response h5, .fc-section-accordion-tabs .accordion .accordion-response h6, .fc-section-accordion-tabs .accordion .accordion-response ul, .fc-section-accordion-tabs .accordion .accordion-response p {
  max-width: 600px;
}
.fc-section-accordion-simple .accordion .accordion-response p, .fc-section-accordion-simple .accordion .accordion-response li, .fc-section-accordion-tabs .accordion .accordion-response p, .fc-section-accordion-tabs .accordion .accordion-response li {
  font-size: 20px;
}

.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;
  border-bottom: 1px solid #737373;
  margin-bottom: 2.5rem;
}

.fc-section-columns .content-columns {
  padding-right: 20px;
}

.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-cards .column:last-child:not(:first-child), .fc-section-cards .columns:last-child:not(:first-child) {
  float: left !important;
}

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

.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 #000000;
  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 #000000;
  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;
      }

    }

  }

}

*/
.hero-slider--headline {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .hero-slider--headline {
    width: auto;
    margin-top: 0;
  }
}
.hero-slider--headline h1 {
  color: #ffffff;
  font-size: clamp(2.125rem, 6vw, 6.25rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: lamp(0.0125rem, 6vw, 0.1875rem);
  text-transform: uppercase;
  max-width: 100%;
  max-width: -moz-min-content;
  max-width: min-content;
  text-align: center;
  order: 1;
}
@media print, screen and (min-width: 40em) {
  .hero-slider--headline h1 {
    order: 2;
  }
}
.hero-slider.row {
  max-width: 100%;
}
.hero-slider.row .slick-slide {
  height: 450px;
}
.hero-slider.row .slick-slide div {
  height: 100%;
}
.hero-slider.row .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider.row .columns {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.hero-slider--navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider--navigation .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.hero-slider--navigation .hero-slider--prev, .hero-slider--navigation .hero-slider--next {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  aspect-ratio: 1;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  margin: 0 1rem;
  order: 5;
}
@media print, screen and (min-width: 40em) {
  .hero-slider--navigation .hero-slider--prev, .hero-slider--navigation .hero-slider--next {
    order: unset;
  }
}
.hero-slider--navigation .hero-slider--prev:hover svg path, .hero-slider--navigation .hero-slider--next:hover svg path {
  fill: #FCDB00;
}

.product-category--grid .product-category {
  margin-bottom: 1.5rem;
}
.product-category--grid .product-category a {
  display: flex;
  position: relative;
}
.product-category--grid .product-category img {
  width: 100%;
  aspect-ratio: 6/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category--grid .product-category .category-name {
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  padding: 1rem 1.25rem;
  padding-top: 2rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.015rem;
  background: linear-gradient(0deg, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 66%, rgba(0, 0, 0, 0) 100%);
  background-position: center 0;
  background-size: 100% 200%;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .product-category--grid .product-category .category-name {
    font-size: 1.125rem;
  }
}
.product-category--grid .product-category .category-name svg {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .product-category--grid .product-category .category-name svg {
    width: 24px;
  }
}
.product-category--grid .product-category:hover .category-name {
  background-position: center -100px;
}
.product-category--grid-footer {
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
  width: 100%;
}

.product-category--more-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.015rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

.fc-section-cta .column .content-inner, .fc-section-cta .columns .content-inner {
  height: 100%;
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.fc-section-cta .column .content-inner a:not(.button), .fc-section-cta .columns .content-inner a:not(.button) {
  text-decoration: underline;
  display: inline-block;
}
.fc-section-cta .column .content-inner.background-red, .fc-section-cta .columns .content-inner.background-red {
  background-color: #FF0000 !important;
}
.fc-section-cta .column .content-inner.background-red *:not(.button), .fc-section-cta .columns .content-inner.background-red *:not(.button) {
  color: #ffffff !important;
}
.fc-section-cta .column .content-inner.background-red .button, .fc-section-cta .columns .content-inner.background-red .button {
  background: #ffffff !important;
  color: #FF0000 !important;
  margin: 0;
}
.fc-section-cta .column .content-inner.background-red .button:after, .fc-section-cta .columns .content-inner.background-red .button:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23FF0000%27/></svg>");
}
.fc-section-cta .column .content-inner.background-red .button:hover, .fc-section-cta .columns .content-inner.background-red .button:hover {
  background: #000000 !important;
  color: #FF0000 !important;
}
.fc-section-cta .column .content-inner.background-red .button:hover:after, .fc-section-cta .columns .content-inner.background-red .button:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23FF0000%27/></svg>");
}
.fc-section-cta .column .content-inner.background-yellow, .fc-section-cta .columns .content-inner.background-yellow {
  background-color: #FCDB00 !important;
}
.fc-section-cta .column .content-inner.background-yellow *:not(.button), .fc-section-cta .columns .content-inner.background-yellow *:not(.button) {
  color: #000000 !important;
}
.fc-section-cta .column .content-inner.background-yellow .button, .fc-section-cta .columns .content-inner.background-yellow .button {
  background: #ffffff !important;
  color: #000000 !important;
  margin: 0;
}
.fc-section-cta .column .content-inner.background-yellow .button:after, .fc-section-cta .columns .content-inner.background-yellow .button:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23000000%27/></svg>");
}
.fc-section-cta .column .content-inner.background-yellow .button:hover, .fc-section-cta .columns .content-inner.background-yellow .button:hover {
  background: #000000 !important;
  color: #FCDB00 !important;
}
.fc-section-cta .column .content-inner.background-yellow .button:hover:after, .fc-section-cta .columns .content-inner.background-yellow .button:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23FCDB00%27/></svg>");
}
.fc-section-cta .column .content-inner.background-orange, .fc-section-cta .columns .content-inner.background-orange {
  background-color: #FDA300 !important;
}
.fc-section-cta .column .content-inner.background-orange *:not(.button), .fc-section-cta .columns .content-inner.background-orange *:not(.button) {
  color: #ffffff !important;
}
.fc-section-cta .column .content-inner.background-orange .button, .fc-section-cta .columns .content-inner.background-orange .button {
  background: #ffffff !important;
  color: #FDA300 !important;
  margin: 0;
}
.fc-section-cta .column .content-inner.background-orange .button:after, .fc-section-cta .columns .content-inner.background-orange .button:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23FDA300%27/></svg>");
}
.fc-section-cta .column .content-inner.background-orange .button:hover, .fc-section-cta .columns .content-inner.background-orange .button:hover {
  background: #000000 !important;
  color: #FDA300 !important;
}
.fc-section-cta .column .content-inner.background-orange .button:hover:after, .fc-section-cta .columns .content-inner.background-orange .button:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23FDA300%27/></svg>");
}
.fc-section-cta .column .content-inner.background-black, .fc-section-cta .columns .content-inner.background-black {
  background-color: #000000 !important;
}
.fc-section-cta .column .content-inner.background-black *:not(.button), .fc-section-cta .columns .content-inner.background-black *:not(.button) {
  color: #ffffff !important;
}
.fc-section-cta .column .content-inner.background-black .button, .fc-section-cta .columns .content-inner.background-black .button {
  background: #ffffff !important;
  color: #000000 !important;
  margin: 0;
}
.fc-section-cta .column .content-inner.background-black .button:after, .fc-section-cta .columns .content-inner.background-black .button:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23000000%27/></svg>");
}
.fc-section-cta .column .content-inner.background-black .button:hover, .fc-section-cta .columns .content-inner.background-black .button:hover {
  background: #FDA300 !important;
  color: #000000 !important;
}
.fc-section-cta .column .content-inner.background-black .button:hover:after, .fc-section-cta .columns .content-inner.background-black .button:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729%27 height=%2721%27 viewBox=%270 0 29 21%27 fill=%27none%27><path d=%27M28.469 11.7355C29.177 11.0521 29.177 9.94241 28.469 9.25908L19.406 0.512496C18.698 -0.170831 17.5481 -0.170831 16.8401 0.512496C16.132 1.19582 16.132 2.30555 16.8401 2.98887L22.8103 8.75068L1.81259 8.75068C0.810001 8.75068 -9.0482e-07 9.53241 -9.8941e-07 10.5C-1.074e-06 11.4676 0.81 12.2493 1.81259 12.2493L22.8103 12.2493L16.8401 18.0111C16.132 18.6945 16.132 19.8042 16.8401 20.4875C17.5481 21.1708 18.698 21.1708 19.406 20.4875L28.469 11.7409L28.469 11.7355Z%27 fill=%27%23000000%27/></svg>");
}
.fc-section-cta p:has(.button) {
  margin-bottom: 0;
}

.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.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-section p:has(.g-section-subtitle),
.fc-page-header .fc-section p:has(.g-section-subtitle) {
  margin-bottom: 0;
}
.fc-wrapper .fc-section p:has(.g-section-subtitle) + h2,
.fc-page-header .fc-section p:has(.g-section-subtitle) + h2 {
  padding-top: 0;
}
.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: #ffffff;
}
body * .background--light *, body * .fc-section-light * {
  color: #000000;
}
body * .background--light * .wc-card *, body * .fc-section-light * .wc-card * {
  color: unset;
}
body * .background--light a.button.grey, body * .fc-section-light a.button.grey {
  color: #000000;
}
body * .fc-section-dark {
  background-color: #000000;
}
body * .fc-section-dark *:not(select, option, input) {
  color: #fff;
}
body * .fc-section-dark a.button.grey {
  color: #000000;
}
body * .fc-section-grey, body * .fc-section-gray, body * .background--gray, body * .background--grey {
  background-color: #EEEDED;
}
body * .background--image.background--light * {
  color: #000000;
}
body * .background--image.background--dark * {
  color: #fff;
}
body * .column:last-child:not(:first-child), body * .columns:last-child:not(:first-child) {
  float: left;
}

.fc-section-cta {
  padding: 1rem 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;
}

.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: 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;
  }
}

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