@charset "UTF-8";
/**
* 02.4 LINE-HEIGHTS & LETTER-SPACING
*/
/**
*
* 03. SHAPES 
*
*/
/**
*
* 04. SHADOWS
*
*/
/**
*
* 06. Responsive & Breakpoints
*
*/
/**
*
* 07. Spacer values
*
*/
@keyframes border-animate-width-ltr {
  0% {
    clip-path: inset(0 43rem 0 0);
  }
  33% {
    clip-path: inset(0 33rem 0 0);
  }
  66% {
    clip-path: inset(0 23rem 0 0);
  }
  88% {
    clip-path: inset(0 13rem 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes border-animate-width-rtl {
  0% {
    clip-path: inset(0 0 0 43rem);
  }
  33% {
    clip-path: inset(0 0 0 33rem);
  }
  66% {
    clip-path: inset(0 0 0 23rem);
  }
  88% {
    clip-path: inset(0 0 0 13rem);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #e40520;
  opacity: 1;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #e40520;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #828282;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #e40520;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #e40520;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #e40520;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  background: #828282;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #e40520;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #e40520;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #e40520;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #e40520;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #e40520;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #e40520;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #e40520;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #e40520;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #e40520;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #e40520;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide-custom-pagination {
  margin-top: 3rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.splide-custom-pagination button {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
  text-indent: -999999px;
}
.splide-custom-pagination button.active {
  background: #e40520;
  transform: scale(1.4);
  z-index: 1;
}

#site-wrapper .gform_legacy_markup_wrapper .gfield_required {
  color: #e40520;
  margin-left: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error,
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 6px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #e40520;
  border-bottom: 4px solid #e40520;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 0.875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #e40520;
  max-width: 100%;
  position: relative;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1pt;
  border-bottom: 1px solid #e40520;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
#site-wrapper .gform_legacy_markup_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}
#site-wrapper .gform_legacy_markup_wrapper .top_label .gfield_error input.large,
#site-wrapper .gform_legacy_markup_wrapper .top_label .gfield_error select.large,
#site-wrapper .gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .left_label .gfield_error input.large,
#site-wrapper .gform_legacy_markup_wrapper .left_label .gfield_error select.large,
#site-wrapper .gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea,
#site-wrapper .gform_legacy_markup_wrapper .right_label .gfield_error input.large,
#site-wrapper .gform_legacy_markup_wrapper .right_label .gfield_error select.large,
#site-wrapper .gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .gfield_label {
  color: #e40520;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors {
  width: 100%;
  border: 1px solid #e40520;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  padding: 1.0625rem 1.375rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "gothambook", sans-serif;
  color: #ffffff;
  margin: 0 0 0.9375rem 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > h2.hide_summary {
  margin: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > h2:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 -0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > ol {
  list-style-type: none !important;
  padding-block-start: 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > ol a {
  color: #e40520;
  font-size: 1rem;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > ol li {
  margin: 0 0 0.9375rem 0;
  font-size: 1rem;
  list-style-type: none !important;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_errors > ol li:last-of-type {
  margin-bottom: 0;
}
#site-wrapper .gform_legacy_markup_wrapper div.validation_error {
  color: #ffffff;
  background: #e40520;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #e40520;
  border-bottom: 2px solid #e40520;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
#site-wrapper .gform_legacy_markup_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #e40520;
}
#site-wrapper .gform_legacy_markup_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
#site-wrapper .gform_legacy_markup_wrapper ol.validation_list li a {
  color: #e40520;
}
#site-wrapper .gform_legacy_markup_wrapper ol.validation_list:after {
  content: "";
}
#site-wrapper .gform_legacy_markup_wrapper div#error {
  margin-bottom: 25px;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {
  display: inline-block;
  line-height: 0;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield fieldset > * {
  width: auto;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
#site-wrapper .gform_legacy_markup_wrapper div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
#site-wrapper .gform_legacy_markup_wrapper div.gfield_description.validation_error {
  color: #e40520;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 16px;
}
#site-wrapper .gform_legacy_markup_wrapper .validation_message {
  color: #e40520;
  font-weight: 700;
  letter-spacing: normal;
}
#site-wrapper .gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty {
  display: none;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#site-wrapper .gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid #e40520;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,
#site-wrapper .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,
#site-wrapper .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
  color: #e40520;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_footer input.button,
#site-wrapper .gform_legacy_markup_wrapper .gform_footer input[type=submit],
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer input.button,
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full,
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=email],
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=number],
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=password],
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=tel],
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text],
#site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
#site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_checkbox li,
#site-wrapper .gform_legacy_markup_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}
#site-wrapper .gchoice_select_all,
#site-wrapper .gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
#site-wrapper .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700;
}
#site-wrapper .gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_hidden,
#site-wrapper .gform_legacy_markup_wrapper .gform_hidden,
#site-wrapper .gform_legacy_markup_wrapper input.gform_hidden,
#site-wrapper .gform_legacy_markup_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_invisible,
#site-wrapper .gform_legacy_markup_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_full br,
#site-wrapper .gform_legacy_markup_wrapper .ginput_left br,
#site-wrapper .gform_legacy_markup_wrapper .ginput_right br {
  display: none !important;
}
#site-wrapper .gform_legacy_markup_wrapper ul.gfield_checkbox li,
#site-wrapper .gform_legacy_markup_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
#site-wrapper .gform_legacy_markup_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_description + .gform_legacy_markup_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield_html {
  max-width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
#site-wrapper body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_validation_container,
#site-wrapper body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
#site-wrapper body .gform_legacy_markup_wrapper li.gform_validation_container,
#site-wrapper body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
#site-wrapper .gform_legacy_markup_wrapper .simple_captcha_small input {
  width: 64px;
}
#site-wrapper .gform_legacy_markup_wrapper .simple_captcha_medium input {
  width: 96px;
}
#site-wrapper .gform_legacy_markup_wrapper .simple_captcha_large input {
  width: 128px;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_small,
#site-wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_large,
#site-wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_medium,
#site-wrapper .gform_legacy_markup_wrapper .right_label .simple_captcha_large,
#site-wrapper .gform_legacy_markup_wrapper .right_label .simple_captcha_medium,
#site-wrapper .gform_legacy_markup_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#site-wrapper .gform_legacy_markup_wrapper .math_small input {
  width: 70px;
}
#site-wrapper .gform_legacy_markup_wrapper .math_medium input {
  width: 510px;
}
#site-wrapper .gform_legacy_markup_wrapper .math_large input {
  width: 612px;
}
#site-wrapper .gform_legacy_markup_wrapper .left_label .math_large,
#site-wrapper .gform_legacy_markup_wrapper .left_label .math_medium,
#site-wrapper .gform_legacy_markup_wrapper .left_label .math_small,
#site-wrapper .gform_legacy_markup_wrapper .right_label .math_large,
#site-wrapper .gform_legacy_markup_wrapper .right_label .math_medium,
#site-wrapper .gform_legacy_markup_wrapper .right_label .math_small {
  margin-left: 32%;
}
#site-wrapper .gform_legacy_markup_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 4px;
  color: #767676;
  width: 92% !important;
  white-space: nowrap !important;
}
#site-wrapper .gform_legacy_markup_wrapper div.charleft[style] {
  width: 92% !important;
}
#site-wrapper .gform_legacy_markup_wrapper .left_label div.charleft,
#site-wrapper .gform_legacy_markup_wrapper .right_label div.charleft {
  margin-left: 32%;
}
#site-wrapper .gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
#site-wrapper .gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}
#site-wrapper .gform_legacy_markup_wrapper div.charleft.ginput_counter_error {
  color: red;
}
#site-wrapper .gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
#site-wrapper .gf_submission_limit_message {
  color: #e40520;
  font-size: 1.375em;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_price {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#site-wrapper .gform_legacy_markup_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
#site-wrapper .gform_legacy_markup_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
#site-wrapper .gform_legacy_markup_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
#site-wrapper .gform_legacy_markup_wrapper input.ginput_product_price,
#site-wrapper .gform_legacy_markup_wrapper span.ginput_product_price {
  background: 0 0;
  border: none;
  color: #900;
  padding: 0;
}
#site-wrapper .gform_legacy_markup_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
#site-wrapper .gform_legacy_markup_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}
#site-wrapper .gform_legacy_markup_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0 0;
  clear: both;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer.left_label,
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #767676;
  font-size: 13px;
  line-height: 1 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  clear: both;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar {
  position: relative;
  background: #e8e8e8;
  position: relative;
  -moz-border-radius: 10.5px;
  -webkit-border-radius: 10.5px;
  border-radius: 10.5px;
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage {
  height: 21px;
  text-align: right;
  border-radius: 10.5px;
  vertical-align: middle;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px !important;
  z-index: 999;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 10.5px;
  border-bottom-right-radius: 10.5px;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 21px;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_blue {
  background: #d2d6dc;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_gray {
  background: #d2d6dc;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
  background-color: #6b7280;
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_green {
  background: #e8e8e8;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
  background-color: #aac138;
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_orange {
  background: #e8eaec;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
  background-color: #ff5d38;
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_red {
  background: #e8eaec;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
  background-color: #ec1e31;
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_spring {
  background: #d2d6dc;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
  background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_blues {
  background: #d2d6dc;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
  background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_rainbow {
  background: #d2d6dc;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
  background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_step span.gf_step_label,
#site-wrapper .gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_step.gf_step_active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
  display: none;
}
#site-wrapper .gform_legacy_markup_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_password_strength {
  border: 1px solid #ddd;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
}
#site-wrapper .gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}
#site-wrapper .gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
#site-wrapper .gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_password_strength.mismatch,
#site-wrapper .gform_legacy_markup_wrapper .gfield_password_strength.short {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password,
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password span {
  position: relative;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password button {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password span.ginput_left button {
  right: 9px;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password span.medium {
  width: calc(50% - 8px);
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_password span.small {
  width: 25%;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list caption,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tbody,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list td,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tfoot,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list th,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list thead,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons {
  padding-top: 15px;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list {
  table-layout: auto !important;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #e40520;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list thead,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list td,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list th {
  padding: 4px 0 4px 0;
}
#site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list td + td,
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_list {
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_icon_disabled {
  cursor: default !important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}
#site-wrapper .gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container {
  display: flex;
  height: 32px;
  margin: 8px 0 6px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon {
  background-repeat: no-repeat;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 40px;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
  position: relative;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
  display: block;
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  bottom: 4px;
  right: -2px;
}
#site-wrapper .gform_legacy_markup_wrapper .ginput_container_creditcard .ginput_card_security_code_icon {
  width: 40px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -382px 0;
  position: relative;
  top: -3.5px;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
#site-wrapper .gform_legacy_markup_wrapper .gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
#site-wrapper .gform_legacy_markup_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}
#site-wrapper .gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message p.resume_form_link_wrapper {
  background-color: #fff;
  display: inline-block;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}
#site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: 0.25em;
}
#site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form label.gform_resume_email_label {
  font-size: 1em;
  display: block;
}
#site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input {
  margin: 0 auto;
  display: inline-block;
}
#site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(0.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #91afc7;
  color: #424242;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 0 5px 0 #eee;
  -moz-box-shadow: inset 0 0 5px 0 #eee;
  box-shadow: inset 0 0 5px 0 #eee;
}
#site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #31708f;
  border: 1px solid #31708f;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
  #site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email],
  #site-wrapper .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform .validation_message {
  color: #e40520;
  font-weight: 700;
  padding: 2em;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email,
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}
#site-wrapper .gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
#site-wrapper body #content .entry-content .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
#site-wrapper body .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}
#site-wrapper body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
#site-wrapper body .gform_legacy_markup_wrapper img.add_list_item,
#site-wrapper body .gform_legacy_markup_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
#site-wrapper .gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}
#site-wrapper .gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}
#site-wrapper .gform_legacy_markup_wrapper table.recaptchatable {
  table-layout: auto;
}
#site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield .wp-editor-container {
  border: 1px solid #ddd;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield .wp-switch-editor {
  border-color: #ddd;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield .html-active .switch-html,
#site-wrapper .gform_legacy_markup_wrapper .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}
#site-wrapper body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
#site-wrapper body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
#site-wrapper body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
#site-wrapper body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
#site-wrapper body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
#site-wrapper body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}
#site-wrapper body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}
#site-wrapper body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}
#site-wrapper .gform_legacy_markup_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container a {
  cursor: pointer;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name,
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after,
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl {
  text-align: right;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
#site-wrapper .gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span,
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text],
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,
  #site-wrapper .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
#site-wrapper body .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}
#site-wrapper body .gform_legacy_markup_wrapper ul.chosen-results li {
  line-height: inherit;
}
@media only screen and (max-width: 641px) {
  #site-wrapper .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }
  #site-wrapper .gform_legacy_markup_wrapper textarea {
    line-height: 1.5;
  }
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
  }
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  #site-wrapper .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
  #site-wrapper .gform_legacy_markup_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list {
    border: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 4px solid #ccc;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list td + td,
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list th + th {
    padding: 4px 0 0 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even,
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 5px 4px 1px 4px !important;
    background-color: #eee;
    text-align: center;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  #site-wrapper .gform_legacy_markup_wrapper .gform_body {
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gfield_checkbox li,
  #site-wrapper .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .right_label .gfield_label {
    text-align: right;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label .gfield_description,
  #site-wrapper .gform_legacy_markup_wrapper .right_label .gfield_description {
    width: 70%;
  }
  #site-wrapper .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
  #site-wrapper .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
  #site-wrapper .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
  #site-wrapper .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
  #site-wrapper .gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
  #site-wrapper .gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
  #site-wrapper .gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
  #site-wrapper .gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label .gfield_description,
  #site-wrapper .gform_legacy_markup_wrapper .left_label .instruction,
  #site-wrapper .gform_legacy_markup_wrapper .right_label .gfield_description,
  #site-wrapper .gform_legacy_markup_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  #site-wrapper .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label div.ginput_complex,
  #site-wrapper .gform_legacy_markup_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label input.small,
  #site-wrapper .gform_legacy_markup_wrapper .left_label select.small,
  #site-wrapper .gform_legacy_markup_wrapper .right_label input.small,
  #site-wrapper .gform_legacy_markup_wrapper .right_label select.small {
    width: 15%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label input.medium,
  #site-wrapper .gform_legacy_markup_wrapper .left_label select.medium,
  #site-wrapper .gform_legacy_markup_wrapper .right_label input.medium,
  #site-wrapper .gform_legacy_markup_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label input.large,
  #site-wrapper .gform_legacy_markup_wrapper .left_label select.large,
  #site-wrapper .gform_legacy_markup_wrapper .right_label input.large,
  #site-wrapper .gform_legacy_markup_wrapper .right_label select.large {
    width: 70%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label textarea.large,
  #site-wrapper .gform_legacy_markup_wrapper .left_label textarea.medium,
  #site-wrapper .gform_legacy_markup_wrapper .left_label textarea.small,
  #site-wrapper .gform_legacy_markup_wrapper .right_label textarea.large,
  #site-wrapper .gform_legacy_markup_wrapper .right_label textarea.medium,
  #site-wrapper .gform_legacy_markup_wrapper .right_label textarea.small {
    width: 70%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label .gfield_list {
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label .gf_list_one_column,
  #site-wrapper .gform_legacy_markup_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label li.hidden_label input,
  #site-wrapper .gform_legacy_markup_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,
  #site-wrapper .gform_legacy_markup_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label input.small,
  #site-wrapper .gform_legacy_markup_wrapper .top_label select.small {
    width: 25%;
  }
  #site-wrapper .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,
  #site-wrapper .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .hidden_label input.large,
  #site-wrapper .gform_legacy_markup_wrapper .hidden_label select.large,
  #site-wrapper .gform_legacy_markup_wrapper .top_label input.large,
  #site-wrapper .gform_legacy_markup_wrapper .top_label select.large {
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label input.large.datepicker,
  #site-wrapper .gform_legacy_markup_wrapper .top_label input.medium.datepicker,
  #site-wrapper .gform_legacy_markup_wrapper .top_label input.small.datepicker {
    width: auto;
  }
  #site-wrapper .gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,
  #site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right input {
    display: inline-block;
    width: 30%;
    max-width: 7rem;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer input.button,
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer input[type=image],
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer input.button,
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer input[type=submit],
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer input.button,
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  #site-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  #site-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  #site-wrapper .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  #site-wrapper html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  #site-wrapper html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  #site-wrapper html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  #site-wrapper html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
  #site-wrapper .gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  #site-wrapper html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,
  #site-wrapper html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,
  #site-wrapper html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 70%;
    margin-left: 29%;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  #site-wrapper body .gform_legacy_markup_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
  #site-wrapper .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }
  #site-wrapper body .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-multi[style],
  #site-wrapper body .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
    width: calc(50% - 8px) !important;
  }
  #site-wrapper body .gform_legacy_markup_wrapper select.large.gfield_select + div.chosen-container-multi[style],
  #site-wrapper body .gform_legacy_markup_wrapper select.large.gfield_select + div.chosen-container-single[style] {
    width: 100% !important;
  }
  #site-wrapper body .gform_legacy_markup_wrapper select.small.gfield_select + div.chosen-container-multi[style],
  #site-wrapper body .gform_legacy_markup_wrapper select.small.gfield_select + div.chosen-container-single[style] {
    width: 25% !important;
  }
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_wrapper input {
  border: 1px solid #c5c6c5;
  border-radius: 4px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text,
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text {
  min-width: 100px;
  height: 30px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 12px;
  color: #757575;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 400;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_plus,
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_minus {
  width: 22px;
  height: 22px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 16px;
  color: #757575;
  border-radius: 50%;
  margin: 10px 5px 0 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 700;
  padding: 0;
  padding-bottom: 5px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: rgba(242, 242, 242, 0.5);
  color: #757575;
  border: 1px solid rgba(117, 117, 117, 0.4);
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons button:hover {
  background: #fafafa;
  color: #374750;
  border: 1px solid #757575;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid #f1f1f1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text:focus,
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_cell label {
  color: #9b9a9a;
  font-weight: 400;
  font-size: 14px;
  padding-top: 8px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0;
}
#site-wrapper .gform_legacy_markup_wrapper div .gfield_repeater_cell {
  margin-top: 5px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_value > .gfield_repeater {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
  margin: 10px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  color: rgba(117, 117, 117, 0.7);
  border: 1px solid #c5c6c5;
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 10px;
  background-color: #f0f0f0;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items,
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding-top: 5px;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater .gfield_label {
  color: #23282d;
  font-size: 16px;
  font-weight: 600;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_value .gfield_label {
  padding-bottom: 0;
}
#site-wrapper .gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
  padding-bottom: 0;
}

.banc-ajax-search {
  padding: 2.4rem 0;
}
@media (min-width: 1200px) {
  .banc-ajax-search {
    padding: 1.6rem 0;
  }
}
.banc-ajax-search .input-search {
  position: relative;
}
.banc-ajax-search .input-search input.bas_input {
  font-family: "gothambold", sans-serif;
  font-size: 1.8rem;
}
.banc-ajax-search .input-search input.bas_input::placeholder {
  color: #e0e0e0;
}
.banc-ajax-search .input-search svg {
  position: absolute;
  display: block;
  z-index: 100;
  top: calc(50% - 1rem);
  right: 2rem;
}
.banc-ajax-search .posts-list {
  padding: 3rem;
}
.banc-ajax-search .posts-list li {
  padding-bottom: 3.2rem;
}
.banc-ajax-search .posts-list li:last-child {
  padding-bottom: 0;
}
.banc-ajax-search .posts-list li img {
  width: 2rem;
  height: auto;
  margin-right: 1.2rem;
  display: inline-block;
}
.banc-ajax-search .posts-list li a strong {
  color: #1d1d1b;
  font-family: "gothambold", sans-serif;
  font-size: 1.8rem;
}
.banc-ajax-search .posts-list li a:hover {
  opacity: 0.8;
  color: #e40520;
}

/**
*
* Markup types
*
*/
html {
  font-size: 62.5%;
}
html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-family: "gothambook", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  color: #1d1d1b;
  margin: 0;
  padding: 0;
}

a {
  color: #e40520;
}
a:hover {
  color: #b20419;
}

p {
  font-size: 1.6rem;
  font-family: "gothambook", sans-serif;
}

.dark {
  color: #ffffff !important;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark li,
.dark p {
  color: #ffffff !important;
}

.light {
  color: #1d1d1b !important;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light a,
.light li,
.light p {
  color: #1d1d1b !important;
}

.txt_black {
  color: #1d1d1b;
}

.txt_white {
  color: #ffffff;
}

.txt_neutral {
  color: #bdbdbd;
}

.txt_primary {
  color: #e40520;
}

.txt_primary-light {
  color: transparent;
}

.txt_primary-dark {
  color: transparent;
}

.txt_secondary {
  color: transparent;
}

.txt_secondary-light {
  color: transparent;
}

.txt_secondary-dark {
  color: transparent;
}

.txt_tertiary {
  color: transparent;
}

.txt_tertiary-light {
  color: transparent;
}

.txt_tertiary-dark {
  color: transparent;
}

.bg_black {
  background-color: #1d1d1b;
}

.bg_white {
  background-color: #ffffff;
}

.bg_neutral {
  background-color: #bdbdbd;
}

.bg_primary {
  background-color: #e40520;
}

.bg_primary-light {
  background-color: transparent;
}

.bg_primary-dark {
  background-color: transparent;
}

.bg_secondary {
  background-color: transparent;
}

.bg_secondary-light {
  background-color: transparent;
}

.bg_secondary-dark {
  background-color: transparent;
}

.bg_tertiary {
  background-color: transparent;
}

.bg_tertiary-light {
  background-color: transparent;
}

.bg_tertiary-dark {
  background-color: transparent;
}

.max-w-sm {
  width: min(576px, 100%);
}

.max-w-md {
  width: min(768px, 100%);
}

.max-w-lg {
  width: min(992px, 100%);
}

.max-w-xl {
  width: min(1200px, 100%);
}

.max-w-xxl {
  width: min(1440px, 100%);
}

.max-w-2k {
  width: min(1920px, 100%);
}

.max-w-4k {
  width: min(2560px, 100%);
}

.px-section-sm {
  padding-inline: 2.4rem;
}
@media all and (min-width: 768px) {
  .px-section-sm {
    padding-inline: 3.2rem;
  }
}
@media all and (min-width: 1200px) {
  .px-section-sm {
    padding-inline: 8rem;
  }
}
@media all and (min-width: 1920px) {
  .px-section-sm {
    padding-inline: 16rem;
  }
}

@media all and (min-width: 768px) {
  .px-section-md {
    padding-inline: 3.2rem;
  }
}
@media all and (min-width: 1200px) {
  .px-section-md {
    padding-inline: 8rem;
  }
}
@media all and (min-width: 1920px) {
  .px-section-md {
    padding-inline: 16rem;
  }
}

@media all and (min-width: 1200px) {
  .px-section-xl {
    padding-inline: 8rem;
  }
}
@media all and (min-width: 1920px) {
  .px-section-xl {
    padding-inline: 16rem;
  }
}

@media all and (min-width: 1920px) {
  .px-section-2k {
    padding-inline: 16rem;
  }
}

.py-xs {
  padding-block: 2.5rem;
}

.px-xs {
  padding-inline: 2.5rem;
}

.py-sm {
  padding-block: 5rem;
}

.px-sm {
  padding-inline: 5rem;
}

.py-md {
  padding-block: 10rem;
}

.px-md {
  padding-inline: 10rem;
}

.py-lg {
  padding-block: 15rem;
}

.px-lg {
  padding-inline: 15rem;
}

.py-xl {
  padding-block: 20rem;
}

.px-xl {
  padding-inline: 20rem;
}

.py-2k {
  padding-block: 25rem;
}

.px-2k {
  padding-inline: 25rem;
}

.my-xs {
  margin-block: 2.5rem;
}

.mx-xs {
  margin-inline: 2.5rem;
}

.my-sm {
  margin-block: 5rem;
}

.mx-sm {
  margin-inline: 5rem;
}

.my-md {
  margin-block: 10rem;
}

.mx-md {
  margin-inline: 10rem;
}

.my-lg {
  margin-block: 15rem;
}

.mx-lg {
  margin-inline: 15rem;
}

.my-xl {
  margin-block: 20rem;
}

.mx-xl {
  margin-inline: 20rem;
}

.my-2k {
  margin-block: 25rem;
}

.mx-2k {
  margin-inline: 25rem;
}

/**
*
* Headings & titles
*
*/
h1,
.bm__h1 {
  font-family: "futuraextra_black", sans-serif;
  font-weight: 600;
  font-size: 3.9rem;
  line-height: 5.07rem;
}
@media all and (min-width: 768px) {
  h1,
  .bm__h1 {
    font-size: 4.8rem;
    line-height: 6.24rem;
  }
}
@media all and (min-width: 992px) {
  h1,
  .bm__h1 {
    font-size: 5.6rem;
    line-height: 7.056rem;
  }
}
@media all and (min-width: 1440px) {
  h1,
  .bm__h1 {
    font-size: 6.1rem;
    line-height: 7.93rem;
  }
}
h1.txt_white,
.bm__h1.txt_white {
  color: #ffffff;
}
h1.txt_black,
.bm__h1.txt_black {
  color: #1d1d1b;
}
h1.txt_primary,
.bm__h1.txt_primary {
  color: #e40520;
}
h1.txt_primary-light,
.bm__h1.txt_primary-light {
  color: transparent;
}
h1.txt_primary-dark,
.bm__h1.txt_primary-dark {
  color: transparent;
}
h1.txt_secondary,
.bm__h1.txt_secondary {
  color: transparent;
}
h1.txt_secondary-light,
.bm__h1.txt_secondary-light {
  color: transparent;
}
h1.txt_secondary-dark,
.bm__h1.txt_secondary-dark {
  color: transparent;
}
h1.txt_tertiary,
.bm__h1.txt_tertiary {
  color: transparent;
}
h1.txt_tertiary-light,
.bm__h1.txt_tertiary-light {
  color: transparent;
}
h1.txt_tertiary-dark,
.bm__h1.txt_tertiary-dark {
  color: transparent;
}
h1.txt_neutral,
.bm__h1.txt_neutral {
  color: #bdbdbd;
}

h2,
.bm__h2 {
  font-family: "futuraextra_black", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  line-height: 4.03rem;
}
@media all and (min-width: 768px) {
  h2,
  .bm__h2 {
    font-size: 4.8rem;
    line-height: 6.24rem;
  }
}
@media all and (min-width: 1440px) {
  h2,
  .bm__h2 {
    font-size: 4.9rem;
    line-height: 6.37rem;
  }
}

h3,
.bm__h3 {
  font-family: "gothambold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.12rem;
}
@media all and (min-width: 768px) {
  h3,
  .bm__h3 {
    font-size: 3.2rem;
    line-height: 4.16rem;
  }
}
@media all and (min-width: 1440px) {
  h3,
  .bm__h3 {
    font-size: 3.9rem;
    line-height: 5.07rem;
  }
}

h4,
.bm__h4 {
  font-family: "gothambold", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.9rem;
  padding-bottom: 2rem;
}
@media all and (min-width: 992px) {
  h4,
  .bm__h4 {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
@media all and (min-width: 1200px) {
  h4,
  .bm__h4 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media all and (min-width: 1440px) {
  h4,
  .bm__h4 {
    font-size: 4.4rem;
    line-height: 6.6rem;
  }
}

h5,
.bm__h5 {
  font-family: "gothambold", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

h6,
.bm__h6 {
  font-family: "gothambold", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 1rem;
}

.bm_fs-small {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.bm_fs-medium {
  font-size: 1.8rem;
  line-height: 2rem;
}

.bm_fs-large {
  font-size: 2rem;
  line-height: 2.9rem;
}
@media all and (min-width: 992px) {
  .bm_fs-large {
    font-size: 2.4rem;
    line-height: 3.12rem;
  }
}

.section-title {
  font-family: "gothambold", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .section-title {
    font-size: 39px;
    line-height: 46.8px;
  }
}
@media (min-width: 1920px) {
  .section-title {
    font-size: 44px;
    line-height: 52.8px;
  }
}

.cta {
  font-family: "gothambold", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 11px 11.5px;
  display: inline-block;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.cta.-plain.-primary {
  color: #ffffff;
  background-color: #e40520;
}
.cta.-plain.-primary:hover {
  color: #e40520;
  background-color: #ffffff;
}
.cta.-plain.-primary:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-primary:hover.-clear {
  border: 2px solid #e40520;
}
.cta.-plain.-primary-light {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-primary-light:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-primary-light:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-primary-light:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-primary-dark {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-primary-dark:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-primary-dark:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-primary-dark:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-secondary {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-secondary:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-secondary:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-secondary:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-secondary-light {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-secondary-light:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-secondary-light:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-secondary-light:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-secondary-dark {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-secondary-dark:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-secondary-dark:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-secondary-dark:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-tertiary {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-tertiary:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-tertiary:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-tertiary:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-light {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-tertiary-light:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-tertiary-light:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-tertiary-light:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-dark {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-tertiary-dark:hover {
  color: transparent;
  background-color: #ffffff;
}
.cta.-plain.-tertiary-dark:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-tertiary-dark:hover.-clear {
  border: 2px solid transparent;
}
.cta.-plain.-black {
  color: #ffffff;
  background-color: #1d1d1b;
}
.cta.-plain.-black:hover {
  color: #1d1d1b;
  background-color: #ffffff;
}
.cta.-plain.-black:hover.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-black:hover.-clear {
  border: 2px solid #1d1d1b;
}
.cta.-plain.-white {
  color: #1d1d1b;
  background-color: #ffffff;
}
.cta.-plain.-white.-on-bg_white {
  background-color: #bdbdbd;
}
.cta.-plain.-white:hover {
  color: #ffffff;
  background-color: #1d1d1b;
}
.cta.-plain.-neutral {
  color: #e40520;
  background-color: #bdbdbd;
}
.cta.-plain.-neutral:hover {
  color: #bdbdbd;
  background-color: #e40520;
}
.cta.-outline.-primary {
  color: #e40520;
  border: 2px solid #e40520;
}
.cta.-outline.-primary:hover {
  color: #ffffff;
  background-color: #e40520;
}
.cta.-outline.-primary-light {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-primary-light:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-primary-dark {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-primary-dark:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-secondary {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-secondary:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-secondary-light {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-secondary-light:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-secondary-dark {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-secondary-dark:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-tertiary {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-tertiary:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-tertiary-light {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-tertiary-light:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-tertiary-dark {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-tertiary-dark:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-black {
  color: #1d1d1b;
  border: 2px solid #1d1d1b;
}
.cta.-outline.-black:hover {
  color: #ffffff !important;
  background-color: #1d1d1b;
}
.cta.-outline.-white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cta.-outline.-white:hover {
  color: #1d1d1b;
  background-color: #ffffff;
}
.cta.-outline.-neutral {
  color: #bdbdbd;
  border: 2px solid #bdbdbd;
}
.cta.-outline.-neutral:hover {
  color: #e40520;
  background-color: #bdbdbd;
}
.cta.-text {
  display: flex;
  align-items: center;
  color: #e40520;
  margin-top: 1rem;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.cta.-text:hover:after {
  margin-left: 1rem;
}
.cta .-inherit {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/**
* IFRAME Video responsive
*/
.responsive-video {
  height: 0;
  padding-bottom: 56.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.responsive-video.widescreen {
  padding-bottom: 56.34%;
}
.responsive-video.vimeo {
  padding-top: 0;
}
.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/**
*
* FORMS
*
*/
:root {
  --color: $secondary;
  --disabled: #959495;
}

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

.bm_form input[type=text],
.bm_form input[type=email],
.bm_form input[type=tel],
.bm_form select {
  font-size: 1.6rem !important;
  line-height: 2.16rem !important;
  padding: 1.5rem !important;
  background-color: #ffffff !important;
  border: 1px solid #1d1d1b !important;
  border-radius: 0.4rem !important;
  height: 40px !important;
}
.bm_form input[type=text]:hover, .bm_form input[type=text]:focus,
.bm_form input[type=email]:hover,
.bm_form input[type=email]:focus,
.bm_form input[type=tel]:hover,
.bm_form input[type=tel]:focus,
.bm_form select:hover,
.bm_form select:focus {
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.bm_form textarea {
  font-size: 1.6rem !important;
  line-height: 2.16rem !important;
  padding: 1.5rem !important;
  background-color: #ffffff !important;
  border: 1px solid #1d1d1b !important;
  border-radius: 0.4rem !important;
}
.bm_form textarea:hover, .bm_form textarea:focus {
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.bm_form.-subscribe {
  display: initial;
}
.bm_form.-subscribe input[type=email] {
  font-size: 1.6rem !important;
  border: none;
  border-radius: 0.4rem !important;
  width: 100%;
  height: 40px !important;
  padding: 10px 70px 10px 20px;
  margin: 1rem auto;
}
.bm_form.-subscribe .subscribe_email {
  width: 100%;
}
.bm_form.-subscribe .input-group-prepend {
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 9;
  cursor: pointer;
}
.bm_form.-subscribe .input-group-prepend .ajax-loader {
  margin: 0 44px 0 24px;
  width: 23px;
  height: 23px;
  background-color: #e40520;
}
.bm_form.-subscribe .bm_icon-plane {
  width: 22px;
  height: 19px;
  position: absolute !important;
  right: 1rem;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.888.075a.35.35 0 0 0-.355-.047L.19 9.176a.303.303 0 0 0-.19.272.302.302 0 0 0 .184.276L4.4 11.479c.11.05 8.8-4.174 8.8-4.174l-5.36 5.539a.5.5 0 0 0-.14.348v4.385a.5.5 0 0 0 .854.353l2.985-2.986 4.401 2.055c.086.038.186.04.273.004a.313.313 0 0 0 .183-.187L21.985.394a.289.289 0 0 0-.097-.319Z' fill='%235AC994'/%3E%3C/svg%3E");
}
.bm_form.-subscribe .bm_icon-plane:hover {
  opacity: 0.7;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.bm_form.-subscribe .bm_icon-plane:focus, .bm_form.-subscribe .bm_icon-plane:active {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.bm_form.-search .input-group-prepend {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 9;
  cursor: pointer;
}
.bm_form.-search .input-group-prepend input[type=submit] {
  width: 21px;
  height: 22px;
  position: absolute !important;
  right: 1rem;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.588 19.615-2.994-2.967c1.589-1.765 2.576-4.102 2.576-6.654C20.17 4.484 15.645 0 10.085 0 4.525 0 0 4.484 0 9.994s4.525 9.994 10.085 9.994c1.973 0 3.803-.573 5.343-1.527l3.162 3.134c.265.262.626.405.987.405.36 0 .722-.143.987-.405a1.367 1.367 0 0 0 .024-1.98ZM2.816 9.994c0-3.96 3.25-7.203 7.269-7.203 4.02 0 7.245 3.243 7.245 7.203 0 3.96-3.25 7.203-7.245 7.203-3.996 0-7.269-3.22-7.269-7.203Z' fill='%235AC994'/%3E%3C/svg%3E");
}
.bm_form.-search .input-group-prepend input[type=submit]:hover {
  opacity: 0.7;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.bm_form.-search .input-group-prepend input[type=submit]:focus, .bm_form.-search .input-group-prepend input[type=submit]:active {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.newsletter-form {
  padding: 9.6rem 0 2.4rem;
}
.newsletter-form .content {
  color: #ffffff;
  background: #4f4f4f;
  border-radius: 1.5rem;
  padding: 4rem 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter-form .content {
    padding: 4rem 3.8rem;
  }
}
@media (min-width: 992px) {
  .newsletter-form .content {
    padding: 4rem 2.4rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .newsletter-form .content {
    padding: 4rem 3.2rem;
  }
}
@media (min-width: 1440px) {
  .newsletter-form .content {
    padding: 4rem 4.8rem;
  }
}
@media (min-width: 1920px) {
  .newsletter-form .content {
    padding: 4rem 12.8rem;
  }
}
@media (min-width: 992px) {
  .newsletter-form .content .-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 4rem;
  }
}
.newsletter-form .content .-text h3 {
  font-family: "futuraextra_black", sans-serif;
  font-weight: normal;
  margin-bottom: 1.2rem;
}
.newsletter-form .content .footer_wrapper {
  background: transparent;
}
.newsletter-form .content .footer_wrapper .gform_heading {
  display: none;
}
.newsletter-form .content .footer_wrapper .footer {
  background: transparent;
}
@media (min-width: 768px) {
  .newsletter-form .content .footer_wrapper .footer {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .footer_wrapper .footer .gform-body ul {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .footer_wrapper .footer .gform-body ul li {
    width: 100%;
    margin-top: 0;
  }
}
.newsletter-form .content .footer_wrapper .footer .gform-body ul li .ginput_container {
  margin-top: 0;
}
.newsletter-form .content .footer_wrapper .footer .gform-body ul li label {
  font-size: 1.2rem;
}
.newsletter-form .content .footer_wrapper .footer .gform-body ul li label .gfield_required {
  color: #ffffff !important;
}
.newsletter-form .content .footer_wrapper .footer .gform-body input[type=text],
.newsletter-form .content .footer_wrapper .footer .gform-body input[type=email] {
  background: transparent;
  padding: 5px 4px !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s ease-out;
}
.newsletter-form .content .footer_wrapper .footer .gform-body input[type=text]:placeholder,
.newsletter-form .content .footer_wrapper .footer .gform-body input[type=email]:placeholder {
  display: none !important;
}
.newsletter-form .content .footer_wrapper .footer .gform-body input[type=text]:focus,
.newsletter-form .content .footer_wrapper .footer .gform-body input[type=email]:focus {
  outline: none !important;
}
@media (min-width: 768px) {
  .newsletter-form .content .footer_wrapper .footer .gform-body input[type=text],
  .newsletter-form .content .footer_wrapper .footer .gform-body input[type=email] {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .footer_wrapper .footer .gform_footer {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .footer_wrapper .footer .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.newsletter-form .content .footer_wrapper .footer .gform_footer .cta {
  background: #e40520;
  font-family: "gothambold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: 0;
  display: block !important;
  width: 100%;
  color: #ffffff;
  padding-block: 1.1rem;
  padding-inline: 4rem;
}
.newsletter-form .content .footer_wrapper .footer .gform_footer .cta.-clear {
  border: 2px solid #e40520;
}
.newsletter-form .content .footer_wrapper .footer .gform_footer .cta:hover {
  color: #e40520;
  background-color: #ffffff;
}
.newsletter-form .content .privacy {
  font-size: 1.4rem;
  color: #bdbdbd;
}
.newsletter-form .gform_legacy_markup_wrapper .validation_message {
  color: #ffffff;
}

.contact-form__form .gform_legacy_markup_wrapper {
  margin: 0;
}
.contact-form__form .gform_legacy_markup_wrapper .gform_heading {
  display: none;
}
.contact-form__form .gform_legacy_markup_wrapper form {
  background: #f2f2f2;
  padding: 48px 16px 40px 16px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) {
  .contact-form__form .gform_legacy_markup_wrapper form {
    padding: 48px 45px 40px 45px;
  }
}
@media (min-width: 992px) {
  .contact-form__form .gform_legacy_markup_wrapper form {
    padding: 48px 78px 40px 78px;
  }
}
@media (min-width: 1200px) {
  .contact-form__form .gform_legacy_markup_wrapper form {
    padding: 48px 24px 40px 24px;
  }
}
@media (min-width: 1440px) {
  .contact-form__form .gform_legacy_markup_wrapper form {
    padding: 56px 32px 64px 32px;
  }
}
@media (min-width: 1920px) {
  .contact-form__form .gform_legacy_markup_wrapper form {
    padding: 56px 110px 72px 110px;
  }
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-text, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-phone, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-email {
    width: 50%;
    padding-right: 2.4rem;
  }
  .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-text + .gfield--type-text, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-text + .gfield--type-phone, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-phone + .gfield--type-text, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-phone + .gfield--type-phone, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-email + .gfield--type-text, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-email + .gfield--type-phone {
    padding-right: 0;
  }
  .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-select, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-textarea, .contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li.gfield.gfield--type-consent {
    width: 100%;
  }
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li label {
  width: 100%;
  color: #1d1d1b;
  font-family: "gothambold", sans-serif;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container {
  margin-bottom: 1.6rem;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container input:not([type=checkbox]):not([type=submit]),
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container select {
  width: 100%;
  height: 4rem;
  margin-top: 0rem;
  border: 1px solid #1d1d1b;
  border-radius: 0.4rem;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container textarea {
  max-height: 12rem;
  border: 1px solid #1d1d1b;
  border-radius: 0.4rem;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container_consent {
  display: flex;
  gap: 1rem;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container_consent label {
  color: #828282;
  font-family: "gothambook", sans-serif;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform-body ul li .ginput_container_consent input[type=checkbox] {
  margin: 0;
  border: 1px solid #1d1d1b;
}
.contact-form__form .gform_legacy_markup_wrapper form .gform_footer input[type=submit] {
  background: #e40520;
  font-family: "gothambold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1.1rem 5rem;
  width: 100%;
  border: none;
  color: #ffffff;
  margin: 0;
  margin-top: 1.6rem;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .contact-form__form .gform_legacy_markup_wrapper form .gform_footer input[type=submit] {
    display: block;
    margin: 1.6rem auto 0 auto;
    width: unset !important;
  }
}
@media (min-width: 1200px) {
  .contact-form__form .gform_legacy_markup_wrapper form .gform_footer input[type=submit] {
    margin-top: 0.8rem;
  }
}
@media (min-width: 1440px) {
  .contact-form__form .gform_legacy_markup_wrapper form .gform_footer input[type=submit] {
    margin-top: 3.2rem;
  }
}
.contact-form__form .gform_legacy_markup_wrapper .gform_validation_errors {
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem;
  padding-inline: 1rem !important;
}
.contact-form__form .gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  padding-bottom: 32px;
}

.gform_confirmation_wrapper {
  background: none !important;
}

@keyframes heroBannerFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero-banner {
  animation: heroBannerFade 300ms 600ms ease-in-out forwards;
  background-color: black;
  opacity: 0;
  overflow: hidden;
  /* @media (min-width: 778px) {
    padding-bottom: 43%;
  } */
}
#hero-banner .hero-banner-heading {
  color: white;
  font-size: 5.5vw;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#hero-banner .hero-banner-heading b {
  display: block;
}
#hero-banner.hero-banner-active #hero-banner-image {
  display: none;
}

#hero-banner-video,
#hero-banner-image {
  left: 0;
  object-fit: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transition: all 150ms ease-in-out;
  width: 100%;
  height: 100%;
}
.paused #hero-banner-video,
.paused #hero-banner-image {
  opacity: 0.6;
}

#hero-banner-button {
  background-color: black;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAABQAQMAAACDEa/aAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABFJREFUKM9j+P//xygexQOFAVmQ2dAaCQcwAAAAAElFTkSuQmCC");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 5px;
  border: 1px #ffffff solid;
  bottom: 1.5vw;
  height: 30px;
  opacity: 0.5;
  position: absolute;
  right: 1.5vw;
  transition: all 350ms ease-in-out;
  width: 30px;
  z-index: 4;
}
#hero-banner:hover #hero-banner-button, #hero-banner-button:focus {
  opacity: 1;
}
.paused #hero-banner-button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABgAQMAAACJwtYYAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAMdJREFUOMtF06FxxEAMhWGVkBJcimDK2hJUwpUSuPBKMFhgmNEYnG/2VpkYvF/oI/8IPfsy3QETTrhcrIAHTDibWA4DHjDhbGI5DDhgwtnEchhwwDecTSyDAQd8w9nE2uATDvi6SVd0RVd0RVd0pU58wgEvuJpYG/yBO3xBWDsM6OLkRfJ4hyEuF6eJCQ8Y4nLxY2LCDkNcLn5MTNhhu0llVDcTdtjE5eJl4i/s8CFqUP+VeMIOHyIzpLI6YYebuCS74Am/IdUfqsf2gxHDS4AAAAAASUVORK5CYII=");
}

.divider {
  margin: 56px 0;
}
@media (min-width: 768px) {
  .divider {
    margin: 64px 0;
  }
}
@media (min-width: 992px) {
  .divider {
    margin: 72px 0;
  }
}
@media (min-width: 1200px) {
  .divider {
    margin: 80px 0;
  }
}
@media (min-width: 1440px) {
  .divider {
    margin: 88px 0;
  }
}
@media (min-width: 1920px) {
  .divider {
    margin: 96px 0;
  }
}

.divider--text {
  display: flex;
  flex-direction: row;
  color: #e40520;
  font-weight: 700;
  font-size: 22px;
}
.divider--text:before, .divider--text:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e40520;
  margin: auto;
}
.divider--text:before {
  margin-right: 17px;
}
.divider--text:after {
  margin-left: 17px;
}

.divider--black {
  border: 1px solid #1d1d1b;
}

.divider--red {
  border: 1px solid #e40520;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.h-button {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 40px;
  text-decoration: none;
  display: inline-block;
}

.h-button-black {
  background: #1D1D1B;
}

.h-button-outline {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}

.h-button-red {
  background: #E40520;
}

#resetButton {
  display: block;
  margin: 0 auto 56px;
}

/**
*
* SOCIAL ICONS
*
*/
.social-menu {
  width: 100%;
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin-bottom: 32px;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.social-menu li {
  background: #1d1d1b;
  border-radius: 4px;
  padding: 10px;
}
.social-menu li:last-child {
  margin-right: 0;
}
.social-menu a {
  text-decoration: none;
}
.social-menu i {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  transform: scale(1.4);
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 992px) {
  .social-menu i {
    transform: scale(1.2);
  }
}

.facebook {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M13.32 20v-8h2.37L16 9.24h-2.68V7.86c0-.72.08-1.1 1.18-1.1h1.48V4h-2.36c-2.85 0-3.85 1.34-3.85 3.59v1.65H8V12h1.77v8h3.55z' clip-rule='evenodd' /%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%23fafafa' /%3E%3C/svg%3E");
}
.facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M12 24a12 12 0 100-24 12 12 0 000 24zm1.15-11.5V20h-3.1v-7.5H8.5V9.9h1.55V8.36c0-2.1.88-3.36 3.36-3.36h2.08v2.59h-1.3c-.97 0-1.03.36-1.03 1.03v1.3h2.34l-.27 2.58h-2.08z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.instagram {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M11.82 5h-.49c-1.61 0-1.92.01-2.72.05a4.8 4.8 0 00-1.61.3c-.41.16-.7.34-1 .65-.3.3-.5.59-.65 1-.12.3-.26.76-.3 1.6-.04.92-.05 1.2-.05 3.5 0 2.33 0 2.6.05 3.51.04.85.18 1.3.3 1.61.16.41.34.7.65 1 .3.3.59.5 1 .65.3.12.76.26 1.6.3.92.04 1.2.05 3.51.05 2.32 0 2.6 0 3.5-.05.85-.04 1.31-.18 1.62-.3.4-.16.69-.34 1-.65.3-.3.49-.59.64-1 .12-.3.26-.76.3-1.6.04-.92.05-1.2.05-3.5 0-2.32 0-2.6-.05-3.51a4.8 4.8 0 00-.3-1.61 2.7 2.7 0 00-.65-1c-.3-.3-.59-.5-1-.65a4.8 4.8 0 00-1.6-.3c-.92-.04-1.2-.05-3.5-.05h-.3zm3.88 2.48a1.04 1.04 0 112.08 0 1.04 1.04 0 01-2.08 0zm-3.59.18a4.45 4.45 0 100 8.9 4.45 4.45 0 000-8.9zm2.9 4.45a2.9 2.9 0 10-5.79 0 2.9 2.9 0 005.78 0z' clip-rule='evenodd' /%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%23fafafa' /%3E%3C/svg%3E");
}
.instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M12 24a12 12 0 100-24 12 12 0 000 24zM9.01 4.94A51.4 51.4 0 0112 4.9c1.97 0 2.22 0 2.99.04s1.3.16 1.76.34c.48.19.88.43 1.28.84.4.4.65.8.84 1.28.18.46.3.99.34 1.76.03.77.04 1.02.04 2.99 0 1.97 0 2.22-.04 2.99s-.16 1.3-.34 1.76c-.19.48-.43.88-.84 1.28-.4.4-.8.65-1.28.84-.46.18-.99.3-1.76.34-.77.03-1.02.04-2.99.04-1.97 0-2.22 0-2.99-.04a5.32 5.32 0 01-1.76-.34 3.55 3.55 0 01-1.28-.84c-.4-.4-.65-.8-.84-1.28-.18-.46-.3-.99-.34-1.76-.03-.77-.04-1.02-.04-2.99 0-1.97 0-2.22.04-2.99s.16-1.3.34-1.76c.19-.48.43-.88.84-1.28.4-.4.8-.65 1.28-.84.46-.18.99-.3 1.76-.34zm5.92 1.3c-.76-.03-1-.03-2.93-.03-1.94 0-2.17 0-2.93.04-.7.03-1.09.15-1.35.25-.33.13-.58.29-.83.54-.25.25-.41.5-.54.83-.1.26-.22.64-.25 1.35-.04.76-.04 1-.04 2.93 0 1.94 0 2.17.04 2.93.03.7.15 1.09.25 1.35.13.33.29.58.54.83.25.25.5.41.83.54.26.1.64.22 1.35.25.76.04 1 .04 2.93.04 1.94 0 2.17 0 2.93-.04.7-.03 1.09-.15 1.35-.25.33-.13.58-.29.83-.54.25-.25.41-.5.54-.83a4 4 0 00.25-1.35 122.06 122.06 0 000-5.86 4 4 0 00-.25-1.35 2.24 2.24 0 00-.54-.83c-.25-.25-.5-.41-.83-.54-.26-.1-.64-.22-1.35-.25zM12 14.58a2.42 2.42 0 110-4.84 2.42 2.42 0 010 4.84zm0-6.14a3.72 3.72 0 100 7.44 3.72 3.72 0 000-7.44zm3.87.72a.87.87 0 100-1.74.87.87 0 000 1.74z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

.twitter {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23fff'/%3E%3Cpath fill='%23fff' d='m6.034 6 5.405 7.722L6 20h1.224l4.763-5.497L15.834 20H20l-5.71-8.156L19.354 6H18.13l-4.386 5.062L10.2 6H6.034Zm1.8.964h1.914L18.2 19.037h-1.913L7.834 6.964Z'/%3E%3C/svg%3E");
}
.twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='%23fff'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23fff'/%3E%3Cpath fill='%23513fc6' fill-rule='evenodd' d='m6.034 6 5.405 7.722L6 20h1.224l4.763-5.497L15.834 20H20l-5.71-8.156L19.354 6H18.13l-4.386 5.062L10.2 6H6.034Zm1.8.964h1.914L18.2 19.037h-1.913L7.834 6.964Z'/%3E%3C/svg%3E");
}

.youtube {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%23fafafa' /%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M9.18 4.5h1.11l-.84 2.47a9.26 9.26 0 01-.31.84c-.05.12-.08.26-.12.41v2.64h-1.1V8.34c-.01-.12-.16-.54-.44-1.27L6.61 4.5h1.12l.7 2.54h.08l.67-2.54zm3.89 2.76v2.43c0 .42-.13.74-.38.96-.26.22-.6.33-1.04.33-.42 0-.76-.12-1.02-.35a1.22 1.22 0 01-.38-.96V7.26c0-.4.14-.7.41-.9.28-.2.63-.3 1.03-.3s.72.1.98.33c.27.21.4.51.4.88zm3.61-1.1v4.7h-.97v-.52c-.38.38-.76.58-1.13.58-.46 0-.69-.28-.69-.84V6.16h.98v3.6c0 .21.09.32.26.32s.36-.12.58-.36V6.16h.97zm-4.6 1.04v2.57c0 .26-.15.38-.43.38-.27 0-.4-.13-.4-.38V7.2c0-.1.04-.18.12-.25.09-.06.18-.1.28-.1.1 0 .2.04.29.1.1.07.14.15.14.25zm6.33 10.56c.06-.96.09-1.69.09-2.18 0-.48-.03-1.21-.1-2.17-.03-.5-.23-.9-.58-1.2-.35-.29-.78-.45-1.29-.47-1-.04-2.5-.07-4.53-.07-2.02 0-3.53.03-4.53.07-.51.03-.94.18-1.3.48-.34.3-.54.69-.58 1.19-.06.96-.09 1.69-.09 2.18 0 .48.03 1.21.1 2.17.03.5.23.9.58 1.2.35.29.78.45 1.29.46 1 .05 2.5.08 4.53.08 2.01 0 3.52-.02 4.53-.07.51-.02.94-.18 1.3-.48.34-.3.54-.69.58-1.19zm-1-.81v-.29h-.8a7.02 7.02 0 000 .43l-.03.18a.24.24 0 01-.1.14.42.42 0 01-.22.05.3.3 0 01-.24-.09.3.3 0 01-.1-.18v-.97h1.5v-.96c0-.36-.1-.63-.3-.83-.19-.2-.46-.3-.82-.3-.34 0-.63.1-.86.3-.23.21-.34.48-.34.83v1.69c0 .36.1.65.3.86.2.22.48.33.84.33.79 0 1.18-.4 1.18-1.19zm-2.9-1.81v2.1c0 .56-.25.84-.72.84-.28 0-.53-.12-.75-.35v.3h-.8v-5.15h.8v1.65a.95.95 0 01.7-.34c.5 0 .76.32.76.95zm-3.82 2.89h.78v-3.8h-.78v2.88c-.18.2-.33.29-.48.29-.13 0-.2-.08-.2-.25v-2.91h-.79v3.19c0 .44.19.66.55.66.3 0 .61-.16.92-.48v.42zm-1.45-4.4H8.3v4.4h-.89v-4.4h-.91v-.75h2.73v.75zm7.37 1.58v.42h-.69v-.42c0-.27.12-.4.35-.4.23 0 .34.13.34.4zm-2.92 1.95v-2c0-.25-.1-.37-.32-.37a.47.47 0 00-.33.15v2.37c.11.11.24.17.38.17.18 0 .27-.11.27-.32z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M12 24a12 12 0 100-24 12 12 0 000 24zM10.4 5H9.37l-.61 2.37h-.07L8.04 5H7.02l.8 2.4c.25.68.39 1.07.4 1.18v2.36h1.01V8.47a2.7 2.7 0 01.19-.6 24.56 24.56 0 01.2-.56L10.4 5zm2.54 4.84V7.58c0-.35-.12-.62-.36-.83-.24-.2-.54-.3-.9-.3-.37 0-.68.09-.94.28a.97.97 0 00-.39.83v2.27c0 .37.12.67.36.89.24.22.55.33.93.33.4 0 .72-.1.95-.31.24-.2.35-.5.35-.9zm3.32 1.1V6.55h-.9v3.32c-.19.23-.37.34-.53.34-.15 0-.23-.1-.23-.3V6.55h-.9v3.66c0 .52.21.78.63.78.35 0 .7-.18 1.04-.54v.49h.9zM12.03 9.9V7.52c0-.1-.04-.17-.12-.23a.45.45 0 00-.27-.1.38.38 0 00-.25.1.28.28 0 00-.11.23v2.4c0 .24.12.36.36.36.26 0 .4-.12.4-.37zm5.9 5.44c0 .45-.03 1.13-.09 2.03-.03.46-.21.83-.53 1.1-.33.28-.72.43-1.19.45-.92.05-2.3.07-4.16.07a89.5 89.5 0 01-4.15-.07 1.88 1.88 0 01-1.19-.44c-.32-.28-.5-.65-.54-1.11A35.4 35.4 0 016 15.35c0-.46.03-1.14.08-2.03.04-.47.22-.84.54-1.12.32-.27.72-.42 1.19-.44.91-.04 2.3-.07 4.15-.07 1.86 0 3.25.03 4.16.07.47.02.86.17 1.19.44.32.28.5.65.53 1.12.06.9.09 1.57.09 2.03zm-1 1v.27c0 .74-.36 1.1-1.07 1.1-.34 0-.6-.1-.78-.3-.18-.2-.27-.46-.27-.8v-1.58c0-.32.1-.57.31-.76.21-.2.47-.3.8-.3.32 0 .57.1.75.29.18.18.26.44.26.77v.9h-1.37v.9l.05.12a.28.28 0 00.26.14c.08 0 .15-.02.2-.05a.23.23 0 00.1-.14l.03-.16v-.21-.19h.73zm-2.67.54v-1.96c0-.6-.23-.89-.7-.89-.23 0-.45.11-.64.33v-1.54h-.73v4.8h.73v-.28c.2.21.43.32.68.32.44 0 .66-.26.66-.78zm-2.79.74h-.71v-.4c-.28.3-.56.45-.84.45-.34 0-.5-.2-.5-.61v-2.98h.72v2.71c0 .16.06.24.19.24s.27-.09.43-.27V14.1h.71v3.54zm-2.9-4.1h.86v-.7h-2.5v.7h.83v4.1h.82v-4.1zm7.62 1.86v-.4c0-.25-.1-.37-.3-.37-.22 0-.33.12-.33.38v.39h.63zm-2.67-.44v1.87c0 .2-.09.29-.25.29a.48.48 0 01-.35-.15v-2.22c.09-.09.2-.14.3-.14.2 0 .3.12.3.35z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

.linkedin {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%23fafafa' /%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M8.43 6.58C8.4 5.68 7.77 5 6.73 5 5.67 5 5 5.68 5 6.58c0 .88.66 1.59 1.69 1.59h.01c1.07 0 1.73-.7 1.73-1.59zm-.2 2.84H5.18v9.15h3.05V9.42zm7.48-.22c2 0 3.51 1.31 3.51 4.12v5.25h-3.05v-4.9c0-1.23-.44-2.07-1.54-2.07-.84 0-1.34.57-1.56 1.12-.09.2-.1.47-.1.74v5.11H9.91s.04-8.3 0-9.15h3.04v1.3a3.03 3.03 0 012.75-1.52z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.linkedin:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M12 24a12 12 0 100-24 12 12 0 000 24zM7.14 5c.99 0 1.6.66 1.62 1.52 0 .84-.63 1.51-1.64 1.51H7.1c-.97 0-1.6-.67-1.6-1.51C5.5 5.66 6.15 5 7.14 5zM5.67 9.23h2.9V18h-2.9V9.23zM19 12.97c0-2.7-1.43-3.95-3.33-3.95-1.54 0-2.23.85-2.61 1.45V9.23h-2.9c.04.82 0 8.77 0 8.77h2.9v-4.9c0-.26.02-.52.1-.71.2-.52.68-1.07 1.48-1.07 1.05 0 1.47.8 1.47 1.99V18H19v-5.03z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

.sticky-top {
  background-color: #ffffff;
  z-index: 10;
}
.sticky-top .banc-ajax-search {
  z-index: 0;
}

.navbar {
  height: 8rem;
  padding-block: 0 !important;
}
.navbar .navbar-wrapper {
  height: 8rem;
  padding: 0;
}
.navbar .navbar-wrapper .nav-top {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  width: 100%;
  height: 8rem;
}
@media all and (min-width: 1200px) {
  .navbar .navbar-wrapper .nav-top {
    width: auto;
    padding: 0.5rem 0;
  }
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta {
  width: 3.2rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 1200px) {
  .navbar .navbar-wrapper .nav-top .mobile-toggle-cta {
    display: none;
  }
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta .bar {
  display: none;
  height: 2px;
  margin: 3px 0;
  border-radius: 4rem;
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta .bar.-top {
  width: 3.2rem;
  background-color: #1d1d1b;
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta .bar.-middle {
  width: 3.2rem;
  background-color: #1d1d1b;
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta .bar.-bottom {
  width: 3.2rem;
  background-color: #1d1d1b;
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta.collapsed .bar {
  display: block;
}
.navbar .navbar-wrapper .nav-top .mobile-toggle-cta.collapsed .close-cross {
  display: none;
}
.navbar .navbar-wrapper .nav-top .navbar-brand {
  margin-right: 0 !important;
}
@media all and (min-width: 1200px) {
  .navbar .navbar-wrapper .nav-top .navbar-brand {
    order: 2;
  }
}
.navbar .navbar-wrapper .nav-top .navbar-brand img {
  width: 14rem;
  height: auto;
}
.navbar .navbar-wrapper .cta.desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-wrapper .cta.desktop {
    display: block;
  }
}
.navbar #main_nav {
  order: 2;
  z-index: 1;
  justify-content: flex-end;
  padding: 3rem 2.4rem;
  transition: none !important;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav {
    padding: 0;
  }
}
.navbar #main_nav.collapse {
  transition: all 600ms ease-in-out;
  background-color: #1d1d1b;
}
@media screen and (min-width: 1200px) {
  .navbar #main_nav.collapse {
    background-color: #ffffff;
  }
}
.navbar #main_nav.show {
  height: 100vh;
  background-color: #1d1d1b;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav.show {
    background-color: #ffffff;
    height: auto;
  }
}
.navbar #main_nav.show .nav-link {
  color: #ffffff;
  font-size: 2.4rem;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav.show .nav-link {
    color: #1d1d1b;
  }
}
.navbar #main_nav.show .nav-link:hover {
  color: #e40520;
}
.navbar #main_nav .navbar-nav {
  padding: 0;
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .navbar #main_nav .navbar-nav {
    margin-bottom: 0;
  }
}
.navbar #main_nav .navbar-nav .nav-item {
  list-style-type: none;
  padding: 0;
  margin-inline: 1.7rem;
}
.navbar #main_nav .navbar-nav .nav-item .dropdown-item.active, .navbar #main_nav .navbar-nav .nav-item .dropdown-item:active {
  background-color: #bdbdbd;
}
.navbar #main_nav .navbar-nav .nav-item.current_page_item .dropdown-item {
  color: #1d1d1b;
  font-weight: 500;
}
.navbar #main_nav .navbar-nav .nav-item.current_page_item .dropdown-item.active, .navbar #main_nav .navbar-nav .nav-item.current_page_item .dropdown-item:active {
  background-color: #bdbdbd;
}
.navbar #main_nav .navbar-nav .nav-item .dropdown-item {
  font-family: "gothambook", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1rem 0.8rem;
  color: #ffffff;
  white-space: break-spaces;
}
@media all and (min-width: 992px) {
  .navbar #main_nav .navbar-nav .nav-item .dropdown-item {
    white-space: nowrap;
  }
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .nav-item .dropdown-item {
    color: #1d1d1b;
  }
}
.navbar #main_nav .navbar-nav .nav-item .dropdown-item:hover {
  color: #e40520;
}
.navbar #main_nav .navbar-nav .nav-item .nav-link {
  font-family: "gothambook", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 2rem 0;
  cursor: pointer;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .nav-item .nav-link {
    color: #1d1d1b;
    padding-top: 0;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: inherit;
  }
}
.navbar #main_nav .navbar-nav .nav-item .nav-link:hover {
  color: #e40520;
}
.navbar #main_nav .navbar-nav .dropdown ul {
  height: 26rem;
  left: 0;
  padding: 2rem 0;
  overflow: scroll;
  background-color: #1d1d1b;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .dropdown ul {
    height: auto;
    padding: 0;
    overflow: visible;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }
}
.navbar #main_nav .navbar-nav .dropdown ul li {
  font-weight: 300;
  color: #1d1d1b;
  border: 1px solid transparent;
  margin-inline: 0;
}
.navbar #main_nav .navbar-nav .dropdown:last-child ul {
  right: -15%;
  left: auto;
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children {
  display: flex;
  margin-right: 2rem;
  position: relative;
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-toggle {
  height: 8.3rem;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-toggle {
    padding-bottom: 2rem !important;
    margin-bottom: -2rem;
    height: inherit;
  }
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-toggle:after {
  background-image: none;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-toggle:after {
    background-image: inherit;
  }
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-menu {
  min-width: 7.5rem;
  top: 2.5rem;
  display: flex;
  height: 8rem;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-menu {
    display: none;
    height: inherit;
  }
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-menu.show {
  display: flex !important;
  flex-flow: row;
  justify-content: center;
}
@media all and (min-width: 1200px) {
  .navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-menu.show {
    flex-flow: column;
  }
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-menu .wpml-ls-menu-item {
  margin-left: 0 !important;
}
.navbar #main_nav .navbar-nav .wpml-ls-item.menu-item-has-children .dropdown-menu .wpml-ls-menu-item .dropdown-item {
  color: #1d1d1b;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.navbar #main_nav .cta.mobile {
  display: block;
}
@media screen and (min-width: 1200px) {
  .navbar #main_nav .cta.mobile {
    display: none;
  }
}
.navbar .dropdown-toggle[aria-expanded=true] {
  color: #e40520 !important;
}
.navbar .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 18'%3E%3Cpath fill='%23e40520' d='M1 .78a2 2 0 0 0 0 2.83l13.59 13.6a2 2 0 0 0 2.82 0L31 3.61A2 2 0 1 0 28.17.8L16 12.97 3.83.79A2 2 0 0 0 1 .79Z'/%3E%3C/svg%3E");
}
@media all and (min-width: 1200px) {
  .navbar .dropdown-toggle[aria-expanded=true]:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 8'%3E%3Cpath fill='%23e40520' d='M.44.35a.89.89 0 0 0-.2.97c.05.1.12.2.2.29l5.94 6.04a.87.87 0 0 0 .96.2c.1-.05.2-.12.28-.2l5.94-6.04a.89.89 0 0 0 .21-.98.9.9 0 0 0-.48-.5.86.86 0 0 0-.97.22L7 5.76 1.68.36a.87.87 0 0 0-.96-.2C.62.2.52.26.44.35Z'/%3E%3C/svg%3E");
  }
}
@media all and (min-width: 1200px) {
  .navbar .dropdown-toggle:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 8'%3E%3Cpath fill='%23e40520' d='M.44.35a.89.89 0 0 0-.2.97c.05.1.12.2.2.29l5.94 6.04a.87.87 0 0 0 .96.2c.1-.05.2-.12.28-.2l5.94-6.04a.89.89 0 0 0 .21-.98.9.9 0 0 0-.48-.5.86.86 0 0 0-.97.22L7 5.76 1.68.36a.87.87 0 0 0-.96-.2C.62.2.52.26.44.35Z'/%3E%3C/svg%3E");
  }
}
.navbar .dropdown-toggle:after {
  content: "";
  border: none !important;
  display: inline-block;
  width: 2.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.414.421a1.36 1.36 0 0 0-.307.442 1.32 1.32 0 0 0 .307 1.484l9.576 9.254a1.454 1.454 0 0 0 1.995 0l9.577-9.254c.136-.125.245-.275.32-.442a1.32 1.32 0 0 0-.296-1.507 1.454 1.454 0 0 0-2.02.027l-8.578 8.29-8.58-8.29a1.414 1.414 0 0 0-.457-.297A1.454 1.454 0 0 0 .414.421Z' fill='%23ffffff'/%3E%3C/svg%3E");
  opacity: 1;
  position: absolute;
  top: 2.5rem;
  right: 0rem;
}
@media all and (min-width: 1200px) {
  .navbar .dropdown-toggle:after {
    width: 1.4rem;
    height: 0.8rem;
    top: 0.9rem;
    right: -0.5rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.263.28A.908.908 0 0 0 0 .924a.917.917 0 0 0 .263.642l6.094 6.169A.897.897 0 0 0 6.992 8a.888.888 0 0 0 .635-.266l6.094-6.17A.908.908 0 0 0 14 .919a.916.916 0 0 0-.263-.653A.897.897 0 0 0 13.09 0a.889.889 0 0 0-.64.283L6.993 5.81 1.532.283A.897.897 0 0 0 .899.016.888.888 0 0 0 .263.28Z' fill='%23282828'/%3E%3C/svg%3E");
  }
}
.navbar img.wpml-ls-flag {
  height: 20px;
}
.navbar .wpml-ls-first-item {
  display: flex;
}

.footer {
  background: #f2f2f2;
}
.footer .footer-navigation {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .footer .footer-navigation {
    padding: 64px 0;
  }
}
.footer .footer-navigation .footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-navigation .footer-info .footer-logo {
  margin-bottom: 32px;
}
.footer .footer-navigation .footer-info .footer-logo .logo {
  width: max(14rem, 100%);
  object-position: center;
}
@media (min-width: 992px) {
  .footer .footer-navigation .footer-info .footer-logo .logo {
    width: 140px;
  }
}
.footer .footer-navigation .footer-info .footer-logo .logo img {
  width: max(14rem, 100%);
  object-position: center;
}
@media (min-width: 992px) {
  .footer .footer-navigation .footer-info .footer-logo .logo img {
    width: 140px;
  }
}
.footer .footer-navigation .footer-info .footer-buttons a {
  min-width: 150px;
}
.footer .footer-navigation .footer-info .footer-buttons a:nth-child(2) {
  margin-left: 20px;
}
.footer .footer-navigation .footer-column-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 42px;
}
@media (min-width: 768px) {
  .footer .footer-navigation .footer-column-wrapper {
    grid-template-columns: repeat(4, minmax(68px, 1fr));
  }
}
@media (min-width: 992px) {
  .footer .footer-navigation .footer-column-wrapper {
    grid-template-columns: repeat(5, minmax(68px, 1fr));
  }
}
.footer .footer-navigation .footer-column-wrapper .footer-column h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
.footer .footer-navigation .footer-column-wrapper .footer-column .footer-menu {
  padding: 0;
}
.footer .footer-navigation .footer-column-wrapper .footer-column .footer-menu ul {
  padding-left: 0;
}
.footer .footer-navigation .footer-column-wrapper .footer-column .footer-menu li {
  list-style-type: none;
}
.footer .footer-navigation .footer-column-wrapper .footer-column .footer-menu li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  display: inline-block;
  color: #1d1d1b;
}
.footer .footer-navigation .footer-column-wrapper .footer-column .footer-buttons a {
  min-width: 151px;
  display: block;
}
.footer .footer-navigation .footer-column-wrapper .footer-column .footer-buttons a:first-child {
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .footer .footer-navigation .footer-column-wrapper .footer-text-column {
    display: flex;
    flex-direction: column;
    margin-left: auto;
  }
}
.footer .footer-column.hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-column.hide-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer .footer-info.hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  .footer .footer-info.hide-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer .footer-info.hide-desktop,
  .footer .divider--red.hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer .footer-info .footer-buttons.hide-tablet {
    display: none;
  }
}

.copyright {
  background: #1d1d1b;
  color: #ffffff;
  font-size: 1.2rem;
  padding-top: 16px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .copyright {
    padding-top: 9px;
    padding-bottom: 13px;
  }
}
.copyright .copyright-text {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .copyright .copyright-text {
    margin-bottom: 0;
  }
}
.copyright .copyright-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .copyright .copyright-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copyright .copyright-container .copyright-pages {
  display: flex;
}
.copyright .copyright-container .copyright-pages__second {
  margin-left: 24px;
}
.copyright p {
  font-size: 1.2rem;
}

.page-template-template-contact {
  overflow-x: hidden !important;
}

@media (min-width: 1200px) {
  .contact .contact-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
.contact .contact-form {
  margin-bottom: 56px;
  background: #f2f2f2;
  padding-top: 40px;
  border-radius: 12px;
}
@media (min-width: 1440px) {
  .contact .contact-form {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .contact .contact-form {
    padding-top: 64px;
  }
}
.contact .contact-form__title, .contact .contact-form__intro {
  text-align: center;
}
.contact .contact-form__title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .contact .contact-form__title {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (min-width: 1920px) {
  .contact .contact-form__title {
    font-size: 84px;
    line-height: 84px;
  }
}
.contact .contact-form__intro {
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .contact .contact-form__intro {
    max-width: 462px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contact .contact-form__intro {
    max-width: 428px;
  }
}
@media (min-width: 1440px) {
  .contact .contact-form__intro {
    font-size: 18px;
    line-height: 27px;
    max-width: 532px;
  }
}
@media (min-width: 768px) {
  .contact .contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .contact .contact-info {
    display: flex;
    flex-direction: column;
  }
}
.contact .contact-info__map {
  margin-bottom: 24px;
}
.contact .contact-info__map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 365px;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .contact .contact-info__map iframe {
    min-height: 604px;
  }
}
@media (min-width: 1440px) {
  .contact .contact-info__map iframe {
    min-height: 667px;
  }
}
@media (min-width: 1920px) {
  .contact .contact-info__map iframe {
    min-height: 700px;
  }
}
@media (min-width: 768px) {
  .contact .contact-info__map {
    margin-bottom: 0;
  }
}
.contact .contact-info__address {
  background: #4f4f4f;
  padding: 40px 32px 48px 32px;
  border-radius: 12px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .contact .contact-info__address {
    display: flex;
  }
}
.contact .contact-info__address .contact-address {
  margin-bottom: 24px;
}
.contact .contact-info__address .contact-address p {
  margin: 0;
}
@media (min-width: 1200px) {
  .contact .contact-info__address .telephone-container {
    margin-left: 32px;
  }
}
@media (min-width: 1440px) {
  .contact .contact-info__address .telephone-container {
    margin-left: 64px;
  }
}
.contact .contact-info__address .contact-telephone {
  margin-bottom: 24px;
  font-family: "gothambook", sans-serif;
}
.contact .contact-info__address .contact-social .social-menu {
  justify-content: flex-start;
}

.accordion-item {
  margin-bottom: 16px;
  border: none;
}
.accordion-item .accordion-header {
  font-family: "gothambold", sans-serif;
}

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 8px;
}

.accordion-button {
  position: relative;
  font-size: 16px;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .accordion-button {
    font-size: 18px;
  }
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background: #e0e0e0;
  border-radius: 8px;
}

.accordion-body {
  padding-top: 16px;
  line-height: 24px;
}

.accordion-button::after,
.accordion-button[aria-expanded=true]::after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
  background: unset;
  width: unset;
  height: unset;
  transform: unset;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "gothambook", sans-serif;
  font-size: 50px;
  font-weight: 100;
}

.accordion-button[aria-expanded=true]::after {
  content: "-";
  transform: translateY(-50%);
}

.product-tester-section .label {
  display: inline-block;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-wrap: nowrap;
  flex: 0;
}
@media (min-width: 768px) {
  .product-tester-section .product-tester {
    display: grid;
    grid-template-columns: repeat(2, minmax(340px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .product-tester-section .product-tester {
    grid-gap: 0;
  }
}
.product-tester-section .product-tester__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  max-width: 340px;
}
@media (min-width: 992px) {
  .product-tester-section .product-tester__title {
    max-width: 411px;
  }
}
@media (min-width: 1440px) {
  .product-tester-section .product-tester__title {
    font-size: 39px;
    line-height: 46.8px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1920px) {
  .product-tester-section .product-tester__title {
    font-size: 44px;
    line-height: 52.8px;
    margin-bottom: 36px;
    max-width: 648px;
  }
}
.product-tester-section .product-tester__desc {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .product-tester-section .product-tester__desc {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .product-tester-section .product-tester__desc {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .product-tester-section .product-tester__desc {
    margin-bottom: 48px;
  }
}
.product-tester-section .product-tester__image {
  display: block;
  max-width: 100%;
}
.product-tester-section .product-tester__image--desktop {
  display: none;
}
@media (min-width: 992px) {
  .product-tester-section .product-tester__image--desktop {
    display: block;
  }
}
.product-tester-section .product-tester__image--mobile {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .product-tester-section .product-tester__image--mobile {
    display: none;
  }
}
.product-tester-section .product-tester__image--mobile-second-column {
  display: none;
}
@media (min-width: 768px) {
  .product-tester-section .product-tester__image--mobile-second-column {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-tester-section .product-tester__image--mobile-second-column {
    display: none;
  }
}
.product-tester-section .product-tester__button {
  margin-bottom: 64px;
  display: inline-block;
}
@media (min-width: 768px) {
  .product-tester-section .product-tester__button {
    margin-bottom: 0;
  }
}

.popular-products-section {
  position: relative;
  text-align: center;
  height: 55rem;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .popular-products-section {
    height: 60rem;
  }
}
@media (min-width: 992px) {
  .popular-products-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .popular-products-section {
    margin-bottom: 120px;
  }
}

.popular-products .product-slide {
  padding: 1rem;
  margin: 0;
  background: transparent;
}
.popular-products .product-slide .inner {
  background: #f2f2f2;
  padding: 18px 16px;
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.popular-products .product-slide .inner:hover {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(51, 51, 51, 0.1490196078);
  align-items: stretch;
  padding-bottom: 44px;
  overflow: visible;
}
.popular-products .product__featured {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  padding: 7px 16px;
  white-space: nowrap;
  font-family: "futuraextra_black", sans-serif;
}
@media (min-width: 768px) {
  .popular-products .product__featured {
    padding: 7px 16px;
  }
}
@media (min-width: 992px) {
  .popular-products .product__featured {
    padding: 11px 46px;
  }
}
@media (min-width: 1200px) {
  .popular-products .product__featured {
    padding: 7px 28px;
  }
}
.popular-products .product__featured--red {
  background: #e40520;
}
.popular-products .product__featured--black {
  background: #1d1d1b;
}
.popular-products .product__image {
  margin: 17px 0 24px 0;
  transition: transform 0.4s ease;
}
.popular-products .product__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 27px;
  min-height: 56px;
}
@media (min-width: 1440px) {
  .popular-products .product__title {
    margin-bottom: 24px;
  }
}
.popular-products .product__button {
  width: 100%;
  position: relative;
  top: -35px;
  transition: top 0.15s ease-out;
  overflow: hidden !important;
  background-color: #f2f2f2;
}
.popular-products .product__button--buy {
  width: 100%;
  margin-bottom: 6px;
  max-height: 0;
  position: relative;
  transition: max-height 0.15s ease-out;
  overflow: hidden !important;
}
.popular-products .cs_button_placeholder {
  margin-bottom: 0.6rem;
  padding: 11px 11.5px;
}
.popular-products .product .inner:hover .product__button {
  top: 10px;
  transition: top 0.25s ease-in;
  background-color: #ffffff;
}
.popular-products .product .inner:hover .product__button:hover {
  background-color: #1d1d1b;
}
.popular-products .product .inner:hover .product__button--buy {
  max-height: 50px;
  transition: max-height 0.32s ease-in;
}
.popular-products .product .inner:hover .product__image {
  transform: scale(1.1);
}

#popular-products-slider .splide__pagination,
#popular-products-slider .splide-custom-pagination {
  margin-top: 40px;
}
#popular-products-slider .splide-custom-pagination {
  display: none;
}
@media (min-width: 768px) {
  #popular-products-slider .splide-custom-pagination {
    display: block;
  }
}
@media (min-width: 1200px) {
  #popular-products-slider .splide-custom-pagination {
    display: none;
  }
}

@media (min-width: 768px) {
  .guides {
    display: grid;
    grid-template-columns: repeat(3, minmax(218px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .guides {
    grid-template-columns: repeat(4, minmax(214px, 1fr));
    grid-gap: 24px;
  }
}
.guides .guide {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .guides .guide {
    margin-bottom: 0;
  }
}
.guides .guide__image {
  height: 315px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .guides .guide__image {
    height: 190px;
  }
}
.guides .guide__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.guides .guide__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  margin-bottom: 16px;
}
.guides .guide__link {
  color: #e40520;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .product-listing {
    display: grid;
    grid-template-columns: repeat(3, minmax(218px, 1fr));
    grid-gap: 16px;
  }
}

.product {
  text-align: center;
  background: #f2f2f2;
  padding: 18px 0;
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .product {
    display: unset;
    margin-bottom: 0;
  }
}
.product.active {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(51, 51, 51, 0.1490196078);
}
@media (min-width: 768px) {
  .product__image {
    margin-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .product__image {
    margin-bottom: 13px;
  }
}
.product__image img {
  max-height: 200px;
  width: auto;
}
@media (min-width: 1200px) {
  .product__image img {
    max-height: 230px;
  }
}
@media (min-width: 1920px) {
  .product__image img {
    max-height: 280px;
  }
}
.product__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .product__title {
    font-size: 16px;
  }
}

.link-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(155px, 1fr));
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .link-cards {
    grid-template-columns: repeat(4, minmax(155px, 1fr));
  }
}
.link-cards .link-card {
  text-decoration: none;
  padding: 38px 8px;
  background: #f2f2f2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .link-cards .link-card {
    padding: 38px 11px;
  }
}
@media (min-width: 992px) {
  .link-cards .link-card {
    padding: 46px 11px;
  }
}
@media (min-width: 1200px) {
  .link-cards .link-card {
    padding: 58px 11px;
  }
}
@media (min-width: 1440px) {
  .link-cards .link-card {
    padding: 70px 11px;
  }
}
.link-cards .link-card.active {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(51, 51, 51, 0.1490196078);
}
.link-cards .link-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 192px;
}

.promotion-banner-full-width {
  position: relative;
  display: flex;
  border-radius: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 30rem;
  padding: 5.6rem 2.4rem;
}
@media all and (min-width: 768px) {
  .promotion-banner-full-width {
    min-height: 26rem;
    padding: 4.5rem 5.6rem;
  }
}
@media all and (min-width: 1200px) {
  .promotion-banner-full-width {
    min-height: 29rem;
    padding: 6rem 8rem;
  }
}
@media all and (min-width: 1440px) {
  .promotion-banner-full-width {
    min-height: 36rem;
    padding: 7rem 8.8rem;
  }
}
@media all and (min-width: 1920px) {
  .promotion-banner-full-width {
    padding: 6.7rem 9.6rem;
  }
}
.promotion-banner-full-width:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.7);
  background: linear-gradient(90deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
  border-radius: 1.5rem;
}
.promotion-banner-full-width.left {
  justify-content: flex-start;
}
.promotion-banner-full-width.right {
  justify-content: flex-end;
}
.promotion-banner-full-width.right:before {
  background: linear-gradient(-90deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
}
.promotion-banner-full-width.right .cta.-text {
  justify-content: flex-end;
}
.promotion-banner-full-width .inner {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .promotion-banner-full-width .inner {
    width: 55%;
  }
}
@media all and (min-width: 992px) {
  .promotion-banner-full-width .inner {
    width: 40%;
  }
}
@media all and (min-width: 1200px) {
  .promotion-banner-full-width .inner {
    width: 33.3333333333%;
  }
}
@media all and (min-width: 1200px) {
  .promotion-banner-full-width .inner {
    width: 45%;
  }
}
.promotion-banner-full-width .inner.left {
  text-align: left;
}
.promotion-banner-full-width .inner.right {
  text-align: right;
}
.promotion-banner-full-width .inner.right .cta.-text {
  text-align: right;
}
.promotion-banner-full-width .inner h2,
.promotion-banner-full-width .inner h4 {
  text-transform: uppercase;
}
.promotion-banner-full-width .inner .cta.-text {
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0;
  text-decoration: underline;
}

.promotion-banner-half-width {
  position: relative;
  display: flex;
  border-radius: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 30rem;
  padding: 0;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width {
    min-height: 26rem;
  }
}
@media all and (min-width: 1200px) {
  .promotion-banner-half-width {
    min-height: 29rem;
  }
}
@media all and (min-width: 1440px) {
  .promotion-banner-half-width {
    min-height: 36rem;
  }
}
.promotion-banner-half-width.-left {
  background-color: #1d1d1b;
}
.promotion-banner-half-width.-left .inner .column.-text {
  order: 2;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width.-left .inner .column.-text {
    order: 1;
  }
}
.promotion-banner-half-width.-left .inner .column.-image {
  order: 1;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width.-left .inner .column.-image {
    order: 2;
  }
}
.promotion-banner-half-width.-right {
  background-color: #e40520;
}
.promotion-banner-half-width.-right .inner .column.-text {
  order: 2;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width.-right .inner .column.-text {
    order: 2;
  }
}
.promotion-banner-half-width.-right .inner .column.-image {
  order: 1;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width.-right .inner .column.-image {
    order: 1;
  }
}
.promotion-banner-half-width.-right .inner .column.-image img {
  border-radius: 1.5rem 1.5rem 0 0;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width.-right .inner .column.-image img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
.promotion-banner-half-width .inner {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.promotion-banner-half-width .inner .column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width .inner .column {
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
  }
}
.promotion-banner-half-width .inner .column.-text {
  padding: 5.6rem 2.4rem;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width .inner .column.-text {
    padding: 4.5rem 5.6rem;
  }
}
@media all and (min-width: 1200px) {
  .promotion-banner-half-width .inner .column.-text {
    padding: 6rem 8rem;
  }
}
@media all and (min-width: 1440px) {
  .promotion-banner-half-width .inner .column.-text {
    padding: 7rem 8.8rem;
  }
}
@media all and (min-width: 1920px) {
  .promotion-banner-half-width .inner .column.-text {
    padding: 6.7rem 9.6rem;
  }
}
.promotion-banner-half-width .inner .column.-text h2,
.promotion-banner-half-width .inner .column.-text h4 {
  text-transform: uppercase;
}
.promotion-banner-half-width .inner .column.-text .cta.-text {
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0;
  text-decoration: underline;
}
.promotion-banner-half-width .inner .column.-image img {
  border-radius: 1.5rem 1.5rem 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media all and (min-width: 768px) {
  .promotion-banner-half-width .inner .column.-image img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

section.products h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  section.products h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  section.products h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  section.products h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  section.products h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
section.products ul.products:before {
  display: none;
}
@media (min-width: 768px) {
  section.products ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(218px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  section.products ul.products {
    grid-template-columns: repeat(4, minmax(218px, 1fr));
  }
}
section.products ul.products li.product {
  float: none;
  display: block;
  width: unset;
  padding: 16px;
  background: #f2f2f2;
  margin: 0;
  margin-bottom: 16px;
  display: flex;
}
@media (min-width: 768px) {
  section.products ul.products li.product {
    display: flex;
    flex-direction: column;
  }
}
section.products ul.products li.product .single-product-info {
  width: min(16rem, 100%);
}
@media (min-width: 768px) {
  section.products ul.products li.product .single-product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
section.products ul.products li.product a,
section.products ul.products li.product h3,
section.products ul.products li.product span {
  margin: 0;
  line-height: unset;
}
section.products ul.products li.product h3 {
  padding: 0;
}
section.products ul.products li.product h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  section.products ul.products li.product h3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  section.products ul.products li.product h3 {
    margin-bottom: 43px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  section.products ul.products li.product h3 {
    margin-bottom: 51px;
  }
}
@media (min-width: 1920px) {
  section.products ul.products li.product h3 {
    marign-bottom: 54px;
    font-size: 20px;
    line-height: 30px;
  }
}
section.products ul.products li.product .price {
  margin-bottom: 16px;
  color: #e40520;
}
section.products ul.products li.product img {
  height: 145px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.products ul.products li.product img {
    margin-bottom: 14px;
    height: 204px;
  }
}
@media (min-width: 992px) {
  section.products ul.products li.product img {
    height: 261px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  section.products ul.products li.product img {
    height: 217px;
  }
}
@media (min-width: 1440px) {
  section.products ul.products li.product img {
    height: 284px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  section.products ul.products li.product img {
    height: 354px;
    margin-bottom: 8px;
  }
}
section.products ul.products li.product .woocommerce-buttons .view-product,
section.products ul.products li.product .woocommerce-buttons .add-to-cart {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-wdith: 992px) {
  section.products ul.products li.product .woocommerce-buttons .view-product,
  section.products ul.products li.product .woocommerce-buttons .add-to-cart {
    font-size: 14px;
  }
}
section.products ul.products li.product .woocommerce-buttons .view-product {
  margin-bottom: 16px;
}
section.products ul.products li.product .woocommerce-buttons .add-to-cart {
  width: 100%;
}
@media (min-width: 768px) {
  section.products ul.products li.product .woocommerce-buttons .add-to-cart {
    width: unset;
  }
}
@media (min-width: 768px) {
  section.products ul.products li.product .woocommerce-buttons {
    display: none;
  }
}
section.products ul.products li.product .woocommerce-buttons-desktop {
  display: none;
}
@media (min-width: 768px) {
  section.products ul.products li.product .woocommerce-buttons-desktop {
    display: flex;
    align-items: center;
  }
}
section.products ul.products li.product .woocommerce-buttons-desktop .view-product {
  margin-bottom: 0;
  margin-right: 8px;
  flex-grow: 1;
  white-space: break-spaces;
}
section.products ul.products li.product .woocommerce-buttons-desktop .view-product .product-class {
  display: none;
}
@media (min-width: 1440px) {
  section.products ul.products li.product .woocommerce-buttons-desktop .view-product .product-class {
    display: block;
  }
}
section.products ul.products li.product .woocommerce-buttons-desktop .add-to-cart {
  padding: 0.5rem 0.85rem;
}
section.products ul.products li.product .woocommerce-buttons-desktop .add-to-cart .icon.-cart {
  width: 2.8rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' fill='none'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m17.771 1-.569.22 3.041 7.445H7.753l3.041-7.445-.569-.22-3.129 7.665H1v5.076h1.645l-.135.033 2.84 11.225 17.3.001 2.838-11.225-.134-.033H27V8.664h-6.096L17.77 1Zm4.4 23.4H5.83L3.135 13.738H24.87l-2.698 10.66Zm4.217-11.256H1.612V9.262h24.776v3.882Z'/%3E%3Cpath fill='%23fff' d='M13.693 16.289h.612v6.047h-.612v-6.047ZM17.365 16.289h.612v6.047h-.612v-6.047ZM10.023 16.289h.612v6.047h-.612v-6.047Z'/%3E%3C/svg%3E");
}
section.products ul.products li.product .woocommerce-buttons-desktop .add-to-cart:hover .icon.-cart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' fill='none'%3E%3Cpath fill='%23e40520' stroke='%23e40520' d='m17.771 1-.569.22 3.041 7.445H7.753l3.041-7.445-.569-.22-3.129 7.665H1v5.076h1.645l-.135.033 2.84 11.225 17.3.001 2.838-11.225-.134-.033H27V8.664h-6.096L17.77 1Zm4.4 23.4H5.83L3.135 13.738H24.87l-2.698 10.66Zm4.217-11.256H1.612V9.262h24.776v3.882Z'/%3E%3Cpath fill='%23e40520' d='M13.693 16.289h.612v6.047h-.612v-6.047ZM17.365 16.289h.612v6.047h-.612v-6.047ZM10.023 16.289h.612v6.047h-.612v-6.047Z'/%3E%3C/svg%3E");
}
section.products ul.products li.product .woocommerce-buttons.product-category-buttons {
  display: block;
}

.sidebar {
  padding: 5.6rem 2.4rem;
}
@media all and (min-width: 768px) {
  .sidebar {
    padding: 6.4rem 3.2rem;
  }
}
@media all and (min-width: 1200px) {
  .sidebar {
    padding: 0;
  }
}
.sidebar .sidebar_el {
  border-radius: 1.5rem;
  padding: 0;
  margin-bottom: 5.6rem;
}
@media all and (min-width: 768px) {
  .sidebar .sidebar_el {
    margin-bottom: 6.4rem;
  }
}
@media all and (min-width: 1200px) {
  .sidebar .sidebar_el {
    padding: 3.2rem 2.4rem;
    margin-bottom: 4.8rem;
  }
}
@media all and (min-width: 1440px) {
  .sidebar .sidebar_el {
    padding: 3.2rem;
    margin-bottom: 5.6rem;
  }
}
@media all and (min-width: 1920px) {
  .sidebar .sidebar_el {
    padding: 4rem;
    margin-bottom: 6.4rem;
  }
}
.sidebar .sidebar_el h3.sidebar_el_title {
  font-family: "futuraextra_black", sans-serif;
  font-weight: 400;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .sidebar .sidebar_el h3.sidebar_el_title {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 992px) {
  .sidebar .sidebar_el h3.sidebar_el_title {
    margin-bottom: 4.8rem;
  }
}
@media all and (min-width: 1200px) {
  .sidebar .sidebar_el h3.sidebar_el_title {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
@media all and (min-width: 1920px) {
  .sidebar .sidebar_el h3.sidebar_el_title {
    margin-bottom: 4rem;
  }
}
.sidebar .sidebar_el img {
  max-width: 100%;
}
@media all and (min-width: 992px) {
  .sidebar.blog-list .sidebar_el {
    padding: 3.2rem 2.4rem;
    margin-bottom: 4.8rem;
  }
}

.advice-related-posts {
  margin-bottom: 96px;
}
@media (min-width: 1440px) {
  .advice-related-posts {
    display: grid;
    grid-template-columns: 302px 1fr;
    grid-gap: 24px;
  }
  .advice-related-posts .splide {
    min-width: 980px;
  }
}
.advice-related-posts .advice-related-posts-intro .view-all-guides-button--larger {
  display: none;
}
@media (min-width: 1440px) {
  .advice-related-posts .advice-related-posts-intro .view-all-guides-button--larger {
    display: block;
    margin: 0;
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .advice-related-posts .advice-related-posts-intro .view-all-guides-button--larger {
    margin-top: 48px;
  }
}
.advice-related-posts__section-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .advice-related-posts__section-title {
    text-align: left;
    max-width: 302px;
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1920px) {
  .advice-related-posts__section-title {
    font-size: 68px;
    line-height: 68px;
  }
}
.advice-related-posts__section-text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .advice-related-posts__section-text {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .advice-related-posts__section-text {
    text-align: left;
  }
}
.advice-related-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.advice-related-posts .help-and-advice-slide {
  background-color: #f2f2f2;
  border-radius: 12px;
  max-width: 376px;
}
@media (min-width: 768px) {
  .advice-related-posts .help-and-advice-slide {
    max-width: unset;
  }
}
.advice-related-posts .help-advice-card {
  text-decoration: none;
  color: #1d1d1b;
}
.advice-related-posts__image {
  position: relative;
  width: 100%;
  height: 220px;
  overlay: hidden;
}
@media (min-width: 1920px) {
  .advice-related-posts__image {
    height: 236px;
  }
}
.advice-related-posts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.advice-related-posts__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.advice-related-posts__overlay a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}
.advice-related-posts__info {
  padding: 16px 16px 24px 16px;
}
.advice-related-posts__title, .advice-related-posts__excerpt {
  color: #1d1d1b;
}
.advice-related-posts__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 1920px) {
  .advice-related-posts__title {
    font-size: 20px;
  }
}
.advice-related-posts__excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 1920px) {
  .advice-related-posts__excerpt {
    font-size: 18px;
  }
}
.advice-related-posts__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
.advice-related-posts .splide__pagination {
  bottom: -60px;
}
.advice-related-posts .view-all-guides-button {
  display: block;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.advice-related-posts .view-all-guides-button--smaller {
  margin-top: 48px;
}
@media (min-width: 1440px) {
  .advice-related-posts .view-all-guides-button--smaller {
    display: none;
  }
}
.advice-related-posts .view-all-guides-button--larger {
  margin-top: 0;
}

.products-banners {
  /* Ensure the last item spans full width if it's the only item in the last row */
  /* Also handle the case when there are only two items */
}
@media (min-width: 992px) {
  .products-banners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.products-banners .product-banner {
  height: 327px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .products-banners .product-banner {
    margin-bottom: 0;
    height: 308px;
  }
}
@media (min-width: 1440px) {
  .products-banners .product-banner {
    height: 380px;
  }
}
.products-banners .product-banner__title {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 400;
}
.products-banners .product-banner:nth-child(2n+1):nth-last-child(1) {
  grid-column: 1/-1;
}
.products-banners .product-banner:nth-last-child(2):nth-child(2n+1),
.products-banners .product-banner:nth-last-child(2):nth-child(2n) {
  grid-column: span 1;
}
.products-banners .product-banner-style-primary .product-banner__title {
  color: #e40520;
}
.products-banners .product-banner-style-secondary .product-banner__title {
  color: #ffffff;
}
.products-banners .product-banner-style-secondary .product-banner__link {
  color: #e40520;
  background-color: #ffffff;
}
.products-banners .product-banner-style-secondary .product-banner__link:hover {
  color: #ffffff;
  background-color: #e40520;
}

@media (min-width: 768px) {
  .product-category-archive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .product-category-archive {
    column-gap: 128px;
  }
}
@media (min-width: 1440px) {
  .product-category-archive {
    column-gap: 133px;
  }
}
@media (min-width: 1920px) {
  .product-category-archive {
    column-gap: 97px;
  }
}
.product-category-archive__intro {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .product-category-archive__intro {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.product-category-archive__intro p {
  margin: 0;
}
.product-category-archive__image {
  max-height: 624px;
}
.product-category-archive__image img {
  width: 100%;
  height: 100%;
}

.product-explorer-section {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .product-explorer-section {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .product-explorer-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .product-explorer-section {
    margin-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .product-explorer-section {
    margin-bottom: 96px;
  }
}
.product-explorer-section__intro {
  background: #1d1d1b;
  color: #ffffff;
  padding: 32px 24px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  .product-explorer-section__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
  }
}
@media (min-width: 992px) {
  .product-explorer-section__intro {
    display: none;
  }
}
.product-explorer-section__intro .product-explorer-title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-explorer-section__intro .product-explorer-title {
    margin: 0;
    max-width: 245px;
  }
}
@media (min-width: 768px) {
  .product-explorer-section__intro .product-explorer-select {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .product-explorer-section__intro .product-explorer-select {
    display: none;
  }
}
.product-explorer-section__intro .product-explorer-select label {
  margin-bottom: 6px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .product-explorer-section__intro .product-explorer-select label {
    padding: 0;
  }
}
.product-explorer-section__intro .product-explorer-select select {
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #828282;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .product-explorer-section__intro .product-explorer-select select {
    min-width: 302px;
  }
}
.product-explorer-section .product-explorer-desktop {
  overflow-y: hidden;
}
@media (min-width: 992px) {
  .product-explorer-section .product-explorer-desktop-wrapper {
    display: grid;
    grid-template-columns: 278px minmax(650px, 1fr);
    overflow-x: hidden;
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .product-explorer-section .product-explorer-desktop-wrapper {
    grid-template-columns: 318px minmax(722px, 1fr);
  }
}
@media (min-width: 1440px) {
  .product-explorer-section .product-explorer-desktop-wrapper {
    grid-template-columns: 387px minmax(893px, 1fr);
  }
}
@media (min-width: 1920px) {
  .product-explorer-section .product-explorer-desktop-wrapper {
    grid-template-columns: 420px minmax(1180px, 1fr);
  }
}
.product-explorer-section .product-explorer-desktop-intro {
  display: none;
}
@media (min-width: 992px) {
  .product-explorer-section .product-explorer-desktop-intro {
    display: block;
    padding: 28px 0 32px 28px;
  }
}
.product-explorer-section .product-explorer-desktop-intro__title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .product-explorer-section .product-explorer-desktop-intro__title {
    font-size: 39px;
    line-height: 39px;
  }
}
@media (min-width: 1920px) {
  .product-explorer-section .product-explorer-desktop-intro__title {
    font-size: 48px;
    line-height: 48px;
  }
}
.product-explorer-section__categories {
  display: none;
}
@media (min-width: 992px) {
  .product-explorer-section__categories {
    display: block;
    background: #1d1d1b;
    color: #ffffff;
  }
}
.product-explorer-section__categories .product-explorer-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 28px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .product-explorer-section__categories .product-explorer-categories {
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  .product-explorer-section__categories .product-explorer-categories {
    padding-right: 24px;
  }
}
@media (min-width: 1920px) {
  .product-explorer-section__categories .product-explorer-categories {
    padding-right: 55px;
  }
}
.product-explorer-section__categories .product-explorer-categories .product-explorer-category {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19.2px;
  padding: 18px 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 18px;
  cursor: pointer;
}
.product-explorer-section__categories .product-explorer-categories .product-explorer-category.active {
  background: #e40520;
}
.product-explorer-section__results {
  background: #f2f2f2;
  padding: 33px 48px;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 992px) {
  .product-explorer-section__results {
    height: 100%;
  }
}
.product-explorer-section__results #product-explorer-slider {
  margin-bottom: 82px;
}
@media (min-width: 768px) {
  .product-explorer-section__results #product-explorer-slider {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .product-explorer-section__results #product-explorer-slider {
    margin-bottom: 79px;
  }
}
.product-explorer-section__results #product-explorer-slider .splide__pagination {
  bottom: -44px;
}
.product-explorer-section__results #product-explorer-slider .splide__arrow svg {
  fill: #1d1d1b;
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .product-explorer-section__results #product-explorer-slider .splide__arrow svg {
    width: 32px;
    height: 32px;
  }
}
.product-explorer-section__results #product-explorer-slider .splide__arrow--prev {
  left: -43px;
}
@media (min-width: 992px) {
  .product-explorer-section__results #product-explorer-slider .splide__arrow--prev {
    left: unset;
    right: unset;
    padding-right: 60px;
  }
}
.product-explorer-section__results #product-explorer-slider .splide__arrow--next {
  right: -43px;
}
@media (min-width: 992px) {
  .product-explorer-section__results #product-explorer-slider .splide__arrow--next {
    right: unset;
    left: unset;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .product-explorer-section__results #product-explorer-slider .splide__arrow {
    top: unset;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}
.product-explorer-section__results .product {
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  padding: 22px 16px 24px 16px;
}
.product-explorer-section__results .product .product-explorer-contain {
  text-decoration: none;
}
.product-explorer-section__results .product__image {
  margin-bottom: 15px;
}
.product-explorer-section__results .product__image img {
  height: 190px;
  width: auto;
  max-width: 100%;
}
.product-explorer-section__results .product__title {
  margin-bottom: 31px;
  color: #1d1d1b;
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-explorer-section__results .product__title {
    margin-bottom: 8px;
  }
}
.product-explorer-section__results .product .product-explorer-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-explorer-section__results .product-explorer-mobile-view-all {
    display: none;
  }
}

.modal-outer {
  display: grid;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  justify-content: center;
}

.modal-outer.open {
  opacity: 1;
  pointer-events: all;
}

.modal-inner {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  text-align: center;
  margin: 1rem;
  padding: 4.2rem 1.8rem;
  box-shadow: 0px 4px 15px 0px rgba(51, 51, 51, 0.1490196078);
}
@media (min-width: 768px) {
  .modal-inner {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 6rem;
    padding: 4rem 4.2rem 5.2rem 4.2rem;
  }
}
.modal-inner .modal-product-info {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .modal-inner .modal-product-info {
    max-width: 350px;
  }
}
.modal-inner .modal-product-info__title {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-inner .modal-product-info__title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.modal-inner .modal-product-info__size {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-family: "futuraextra_black", sans-serif;
}
@media (min-width: 768px) {
  .modal-inner .modal-product-info__size {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.modal-inner .modal-product-info__desc {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left;
}
.modal-inner .modal-product-intro {
  background: #f2f2f2;
  padding: 2rem;
  text-align: left;
}
@media (min-width: 992px) {
  .modal-inner .modal-product-intro {
    max-width: 561px;
    padding: 4rem 4.8rem 7.7rem 4.8rem;
  }
}
.modal-inner .modal-product-intro__title {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  font-family: "gothambold", sans-serif;
}
@media (min-width: 768px) {
  .modal-inner .modal-product-intro__title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1.6rem;
  }
}
.modal-inner .modal-product-intro__text {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .modal-inner .modal-product-intro__text {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.modal-inner .modal-close {
  position: absolute;
  right: 15px;
  font-size: 3rem;
  display: block;
  top: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-inner .modal-close {
    top: 24px;
    right: 50px;
  }
}

.hero .content {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
@media all and (min-width: 768px) {
  .hero .content {
    min-height: 30rem;
  }
}

#goto {
  margin-top: -3rem;
  padding-top: 4rem;
}

#hero_default .bm__h1 {
  color: #e40520;
}

#hero_archive {
  background-color: #e40520;
}
#hero_archive .content {
  position: relative;
}
#hero_archive .content .bg_radial {
  position: absolute;
  inset: 0;
}
#hero_archive .content .bg_radial .layer0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1200px, 100%);
  z-index: 0;
}
#hero_archive .content .bm__h1 {
  color: #e40520;
  z-index: 3;
}
#hero_archive .filters {
  z-index: 1;
  background: #e40520;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-radius: 1rem 1rem 0 0;
}
#hero_archive .filters .-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-block: 2.2rem;
  color: #ffffff;
  font-size: 3.2rem;
}
#hero_archive .filters .-wrapper .active_category {
  height: 100%;
}
@media screen and (min-width: 768px) {
  #hero_archive .filters .-wrapper .active_category {
    padding-bottom: 0.9rem;
    border-bottom: 2px solid #ffffff;
  }
}
#hero_archive .filters .-wrapper .categories {
  position: relative;
}
#hero_archive .filters .-wrapper .categories .toggle {
  width: max(19.1rem, 100%);
  background-color: #e40520;
  padding: 2rem;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  #hero_archive .filters .-wrapper .categories .toggle {
    border-right: 1px solid transparent;
  }
}
#hero_archive .filters .-wrapper .categories .toggle:hover {
  opacity: 0.8;
}
#hero_archive .filters .-wrapper .categories .toggle.show {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 1rem 1rem 0 0;
}
#hero_archive .filters .-wrapper .categories .toggle:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.2rem;
  left: 1.6rem;
  width: 3rem;
  height: 1.7rem;
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='26' viewBox='0 0 47 26' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6202 24.8821C24.4489 26.0522 22.5511 26.0522 21.3798 24.8821L0.7635 4.288C-0.210262 3.31528 -0.210587 1.73719 0.762779 0.764083C1.73684 -0.209715 3.31629 -0.208181 4.28846 0.767507L21.4305 17.9717C22.603 19.1484 24.5084 19.1484 25.6808 17.9717L42.7951 0.79538C43.7519 -0.164858 45.3063 -0.166394 46.265 0.791955C47.223 1.74966 47.2227 3.30284 46.2643 4.26019L25.6202 24.8821Z' fill='%23FAF6ED'/%3E%3C/svg%3E");
}
@media screen and (min-width: 992px) {
  #hero_archive .filters .-wrapper .categories .toggle:after {
    width: 3.8rem;
    height: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  #hero_archive .filters .-wrapper .categories .toggle:after {
    width: 4.2rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #hero_archive .filters .-wrapper .categories .toggle:after {
    width: 4.7rem;
    height: 2.6rem;
  }
}
#hero_archive .filters .-wrapper .categories .toggle span {
  display: none;
}
@media screen and (min-width: 768px) {
  #hero_archive .filters .-wrapper .categories .toggle span {
    display: inline-block;
  }
}
#hero_archive .filters .-wrapper .categories .form_filters {
  background-color: #e40520;
  position: absolute;
  top: 6rem;
  left: 0;
  padding: 0;
  height: 0;
  width: max(19.1rem, 100%);
  height: 0;
  opacity: 0;
}
#hero_archive .filters .-wrapper .categories .form_filters.show {
  opacity: 1;
  height: auto;
  padding: 2rem;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 0 0 1rem 1rem;
}
#hero_archive .filters .-wrapper .categories .form_filters.show .-radio {
  opacity: 1;
}
#hero_archive .filters .-wrapper .categories .form_filters .-radio {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "gothambold", sans-serif;
  opacity: 0;
  transition: opacity 300ms linear;
}
@media screen and (min-width: 768px) {
  #hero_archive .filters .-wrapper .categories .form_filters .-radio {
    font-size: 2.5rem;
  }
}
#hero_archive .filters .-wrapper .categories .form_filters .-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#hero_archive .filters .-wrapper .categories .form_filters .-radio input:checked ~ .checkmark:after {
  display: block;
}
#hero_archive .filters .-wrapper .categories .form_filters .-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #bdbdbd;
  border-radius: 50%;
}
#hero_archive .filters .-wrapper .categories .form_filters .-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: transparent;
}
#hero_archive .filters .-wrapper .categories .form_filters .-radio .checkmark:hover {
  background-color: #ccc;
}

#main_hero_slider {
  z-index: 0;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  #main_hero_slider {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  #main_hero_slider {
    margin-bottom: 81px;
  }
}
@media (min-width: 1440px) {
  #main_hero_slider {
    margin-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  #main_hero_slider {
    margin-bottom: 96px;
  }
}
#main_hero_slider .splide__list {
  transform: translateX(0) !important;
}
#main_hero_slider .splide__list .splide__slide {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  #main_hero_slider .splide__list .splide__slide {
    flex-flow: row;
  }
}
@media screen and (min-width: 1920px) {
  #main_hero_slider .splide__list .splide__slide {
    height: 64rem;
  }
}
#main_hero_slider .splide__list .splide__slide .caption {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  order: 2;
}
@media screen and (min-width: 768px) {
  #main_hero_slider .splide__list .splide__slide .caption {
    order: 1;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #main_hero_slider .splide__list .splide__slide .caption {
    padding-top: 20rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  #main_hero_slider .splide__list .splide__slide .caption {
    padding-top: 24rem;
  }
}
@media screen and (min-width: 1920px) {
  #main_hero_slider .splide__list .splide__slide .caption {
    padding-top: 31rem;
  }
}
#main_hero_slider .splide__list .splide__slide .caption .pre-heading {
  width: min(25rem, 100%);
  border: 1px solid #1d1d1b;
  border-radius: 0.4rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
}
#main_hero_slider .splide__list .splide__slide .caption .heading {
  text-transform: uppercase;
  margin-block: 1.6rem;
}
#main_hero_slider .splide__list .splide__slide .caption button {
  text-transform: uppercase;
  margin-block: 1.6rem;
}
#main_hero_slider .splide__list .splide__slide .image {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  order: 1;
}
#main_hero_slider .splide__list .splide__slide .image picture {
  display: contents;
}
#main_hero_slider .splide__list .splide__slide .image picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  border: 3px solid transparent;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main_hero_slider .splide__list .splide__slide .image {
    order: 2;
    width: 50%;
  }
}
#main_hero_slider .splide__pagination {
  bottom: 58%;
}
@media screen and (min-width: 420px) {
  #main_hero_slider .splide__pagination {
    bottom: 48%;
  }
}
@media screen and (min-width: 576px) {
  #main_hero_slider .splide__pagination {
    bottom: 38%;
  }
}
@media screen and (min-width: 768px) {
  #main_hero_slider .splide__pagination {
    bottom: 0.5rem;
    margin-left: 58%;
  }
}

#main_hero_thumbnail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #main_hero_thumbnail {
    display: flex;
    justify-content: flex-start;
    width: 50%;
  }
}
#main_hero_thumbnail .splide__track {
  margin-left: 0;
}
#main_hero_thumbnail .splide__track .splide__list {
  transform: translateX(0) !important;
}
#main_hero_thumbnail .splide__slide {
  display: none;
  opacity: 1;
  width: 49% !important;
  height: auto !important;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  #main_hero_thumbnail .splide__slide {
    display: flex;
    flex-flow: row;
    gap: 2rem;
    border-radius: 1.5rem;
  }
}
#main_hero_thumbnail .splide__slide.is-active {
  display: none;
}
#main_hero_thumbnail .splide__slide .image {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 1.5rem;
}
#main_hero_thumbnail .splide__slide .image picture {
  display: flex;
  transition: all 600ms;
}
#main_hero_thumbnail .splide__slide .image picture:hover {
  transform: scale(1.2);
}
#main_hero_thumbnail .splide__slide .image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

#hero_columns .wrapper {
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #hero_columns .wrapper {
    flex-flow: row;
  }
}
#hero_columns .wrapper .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #hero_columns .wrapper .content {
    width: calc(50% - 5rem);
    text-align: left;
    justify-content: flex-start;
  }
}
#hero_columns .wrapper .content .-excerpt {
  padding-block: 2rem;
}
#hero_columns .wrapper .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #hero_columns .wrapper .image {
    width: 50%;
  }
}
#hero_columns .wrapper .image img {
  width: 100%;
  border-radius: 1.5rem;
}

#hero_text .wrapper .content {
  min-height: unset;
  padding: 40px 0 40px 0;
}
@media (min-width: 768px) {
  #hero_text .wrapper .content {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 992px) {
  #hero_text .wrapper .content {
    padding: 48px 0 48px 0;
  }
}
@media (min-width: 1200px) {
  #hero_text .wrapper .content {
    padding: 56px 0 56px 0;
  }
}
@media (min-width: 1440px) {
  #hero_text .wrapper .content {
    padding: 64px 0 64px 0;
  }
}
@media (min-width: 1920px) {
  #hero_text .wrapper .content {
    padding: 64px 0 64px 0;
  }
}
#hero_text .wrapper .content .container {
  padding: 0;
}
@media (min-width: 992px) {
  #hero_text .wrapper .content .container {
    max-width: 770px;
  }
}
@media (min-width: 1200px) {
  #hero_text .wrapper .content .container {
    max-width: 846px;
  }
}
@media (min-width: 1920px) {
  #hero_text .wrapper .content .container {
    max-width: 1056px;
  }
}
#hero_text .wrapper h1 {
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  #hero_text .wrapper h1 {
    margin-bottom: 24px;
  }
}
#hero_text .wrapper p {
  margin: 0;
}

.woocommerce-single-product {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .woocommerce-single-product {
    margin-top: unset;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product .single-product-intro-wrapper {
    display: flex;
    grid-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .single-product-intro-wrapper {
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product .mobile-stars {
    display: none;
  }
}
.woocommerce-single-product__title-mobile {
  font-size: 4rem;
  line-height: 1.2;
  max-width: 327px;
}
@media (min-width: 768px) {
  .woocommerce-single-product__title-mobile {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product__title-mobile {
    display: none;
  }
}
.woocommerce-single-product .woocommerce-product-gallery {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    margin-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 995px) and (max-width: 1439px) {
  .woocommerce-single-product .woocommerce-product-gallery__image,
  .woocommerce-single-product #single-product-slider-track,
  .woocommerce-single-product .splide__list {
    height: 100%;
  }
}
.woocommerce-single-product ol.flex-control-nav {
  list-style-type: none;
  display: flex;
}
@media (min-width: 992px) {
  .woocommerce-single-product .summary.entry-summary {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
  }
}
.woocommerce-single-product .summary.entry-summary .variation-select {
  padding-block: 1.2rem;
}
.woocommerce-single-product .summary.entry-summary .variation-select label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin-bottom: 0.8rem;
}
.woocommerce-single-product .summary.entry-summary .variation-select select.form-control {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 400;
  border: 1px solid #1d1d1b;
  position: relative;
}
.woocommerce-single-product .summary.entry-summary .variation-ctas {
  padding-block: 1.2rem;
}
.woocommerce-single-product .summary.entry-summary .variation-ctas button {
  display: none;
}
.woocommerce-single-product .summary.entry-summary .variation-ctas button.active {
  display: block;
}
.woocommerce-single-product .summary.entry-summary .variation-ctas button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.woocommerce-single-product .summary.entry-summary button.cswidget {
  width: 100%;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .woocommerce-single-product .summary.entry-summary button.cswidget {
    margin-top: unset;
  }
}
.woocommerce-single-product .summary.entry-summary .single_variation_wrap .woocommerce-variation,
.woocommerce-single-product .summary.entry-summary .single_variation_wrap .quantity {
  display: none !important;
}
.woocommerce-single-product .summary.entry-summary .woocommerce-single-product__cart {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .woocommerce-single-product .summary.entry-summary .woocommerce-single-product__cart {
    max-width: 349px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-single-product .summary.entry-summary .woocommerce-single-product__cart {
    margin-bottom: 62px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .summary.entry-summary .woocommerce-single-product__cart {
    max-width: 438px;
    margin-bottom: 48px;
  }
}
.woocommerce-single-product .summary.entry-summary .quantity {
  display: none;
}
.woocommerce-single-product .summary.entry-summary .single_add_to_cart_button.cta.-plain.-primary {
  width: 100%;
  margin-bottom: 40px;
}
.woocommerce-single-product .summary.entry-summary .single-product-description {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .woocommerce-single-product .summary.entry-summary .single-product-description {
    order: -1;
    margin-bottom: 0;
  }
}
.woocommerce-single-product .summary.entry-summary .single-product-description p {
  font-size: 1.6rem;
  font-family: "gothambold", sans-serif;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .woocommerce-single-product .summary.entry-summary .single-product-description p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .summary.entry-summary .single-product-description p {
    font-size: 2.2rem;
  }
}
.woocommerce-single-product .summary.entry-summary .single-product-description .desktop-stars {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-single-product .summary.entry-summary .single-product-description .desktop-stars {
    display: block;
    margin-bottom: 24px;
  }
}
.woocommerce-single-product .summary.entry-summary .single-product-description .desktop-divider {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-single-product .summary.entry-summary .single-product-description .desktop-divider {
    display: block;
    margin: 20px 0;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .summary.entry-summary .single-product-description .desktop-divider {
    margin: 32px 0;
  }
}
.woocommerce-single-product .summary.entry-summary .woocommerce-single-product__title-desktop {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-single-product .summary.entry-summary .woocommerce-single-product__title-desktop {
    display: block;
    font-weight: 400;
    order: -1;
    margin-bottom: 16px;
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {
  .woocommerce-single-product .summary.entry-summary .woocommerce-single-product__title-desktop {
    font-size: 6rem;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .summary.entry-summary .woocommerce-single-product__title-desktop {
    font-size: 6.8rem;
  }
}
.woocommerce-single-product .woocommerce-Reviews-title,
.woocommerce-single-product .woocommerce-verification-required,
.woocommerce-single-product .onsale {
  display: none;
}
.woocommerce-single-product .single-product-icons {
  display: flex;
  margin-bottom: 56px;
}
.woocommerce-single-product .single-product-icons .single-product-icon {
  margin-right: 22px;
  text-align: center;
  width: 106px;
}
.woocommerce-single-product .single-product-icons .single-product-icon .product-icon {
  border: 2px solid #e40520;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 8px;
}
.woocommerce-single-product .single-product-icons .single-product-icon .product-icon-text {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #1d1d1b;
  padding: 0;
  font-weight: 400;
  font-family: "futuraextra_black", sans-serif;
}
@media (min-width: 1920px) {
  .woocommerce-single-product .single-product-icons .single-product-icon .product-icon-text {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product .woocommerce-product-gallery {
    flex-direction: row-reverse;
    flex: 1 1 50%;
  }
}
.woocommerce-single-product .woocommerce-product-gallery #single-product-slider {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 20px 0;
}
.woocommerce-single-product .woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}
.woocommerce-single-product .woocommerce-product-gallery__image img {
  max-width: 100%;
  max-height: 327px;
  width: auto;
}
@media (min-width: 768px) {
  .woocommerce-single-product .woocommerce-product-gallery__image img {
    max-height: 532px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product .woocommerce-product-gallery__image img {
    max-height: 322px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-single-product .woocommerce-product-gallery__image img {
    max-height: 374px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-single-product .woocommerce-product-gallery__image img {
    max-height: 540px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .woocommerce-product-gallery__image img {
    max-height: 635px;
  }
}
.woocommerce-single-product .woocommerce-product-gallery__image img.zoomImg {
  background: #f2f2f2;
}
.woocommerce-single-product .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce-single-product .woocommerce-product-gallery #single-thumbnail-slider {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-single-product .woocommerce-product-gallery #single-thumbnail-slider {
    display: block;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .woocommerce-single-product .woocommerce-product-gallery #single-thumbnail-slider .splide__list {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-single-product .woocommerce-product-gallery #single-thumbnail-slider .splide__slide {
  background: #f2f2f2;
  border-radius: 8px;
}
.woocommerce-single-product .woocommerce-product-gallery #single-thumbnail-slider .splide__slide .woocommerce-product-gallery__image {
  max-height: 100%;
  text-align: center;
}
.woocommerce-single-product .woocommerce-product-gallery #single-thumbnail-slider .splide__slide .woocommerce-product-gallery__image img {
  max-height: 100%;
}
.woocommerce-single-product .woocommerce-product-gallery .splide__pagination {
  display: flex;
  justify-content: center;
  margin-bottom: -34px !important;
}
.woocommerce-single-product #productAccordion {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .woocommerce-single-product #productAccordion {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product #productAccordion {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-single-product #productAccordion {
    display: none;
  }
}
.woocommerce-single-product #productAccordion .accordion-button:after {
  font-size: unset;
}
.woocommerce-single-product #productAccordion .accordion-button:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjY5MjcgNS42NjgxM0wxMC4wMDI2IDE0LjAwMTVMMTguMzM1OSA1LjY2ODEzIiBzdHJva2U9IiMxRDFEMUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.woocommerce-single-product #productAccordion .accordion-button[aria-expanded=true]::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjMzMDcgMTQuMzMxOUw5Ljk5NzQgNS45OTg1NEwxLjY2NDA2IDE0LjMzMTkiIHN0cm9rZT0iI0U0MDUyMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.woocommerce-single-product #productAccordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .woocommerce-single-product #productAccordion .accordion-body {
    margin: 24px 24px 40px 24px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product #productAccordion .accordion-body {
    margin: 24px 32px 40px 32px;
  }
}
@media (min-width: 768px) {
  .woocommerce-single-product #productAccordion .product-details-body {
    display: flex;
    flex-flow: column;
  }
  .woocommerce-single-product #productAccordion .product-details-body p {
    flex: 1 1 50%;
    display: flex;
  }
}
.woocommerce-single-product .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 16px;
}
.woocommerce-single-product .video-embed iframe,
.woocommerce-single-product .video-embed object,
.woocommerce-single-product .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce-single-product .single-product-tabs {
  display: none;
}
@media (min-width: 1200px) {
  .woocommerce-single-product .single-product-tabs {
    display: block;
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-single-product .single-product-tabs {
    margin-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .single-product-tabs {
    margin-bottom: 96px;
  }
}
.woocommerce-single-product .single-product-tabs .tablist {
  background: #f2f2f2;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 64px;
  border-radius: 12px;
}
.woocommerce-single-product .single-product-tabs .tab-content {
  margin: 0 65px 0 65px;
}
@media (min-width: 1440px) {
  .woocommerce-single-product .single-product-tabs .tab-content {
    margin: 0 109px 0 109px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .single-product-tabs .tab-content {
    margin: 0 136px 0 136px;
  }
}
.woocommerce-single-product .single-product-tabs button[role=tab] {
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  font-family: "gothambold", sans-serif;
  color: #1d1d1b;
  padding: 11px 24px;
  border-radius: 8px;
  margin-left: 40px;
  font-weight: 700;
}
.woocommerce-single-product .single-product-tabs button[role=tab]:first-child {
  margin-left: 0;
}
@media (min-width: 1440px) {
  .woocommerce-single-product .single-product-tabs button[role=tab] {
    margin-left: 56px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .single-product-tabs button[role=tab] {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.woocommerce-single-product .single-product-tabs button[aria-selected=true] {
  background: #e40520;
  color: #ffffff;
}
.woocommerce-single-product .single-product-tabs .product-details-body {
  display: flex;
}
.woocommerce-single-product .single-product-tabs .product-details-body p {
  flex: 1 1 50%;
  display: flex;
}
.woocommerce-single-product .single-product-tabs .product-details-body .content.half-width {
  width: 66%;
}
.woocommerce-single-product .single-product-tabs .product-details-body .feat_image {
  width: 33%;
  max-height: 50rem;
  overflow: hidden;
  position: relative;
}
.woocommerce-single-product .single-product-tabs .product-details-body .feat_image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.woocommerce-single-product .product-single-specifications-link {
  margin-top: 40px;
}
.woocommerce-single-product .related.products {
  margin-bottom: 88px;
}
.woocommerce-single-product .related.products .product .add-to-cart {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  .woocommerce-single-product .related.products {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .woocommerce-single-product .related.products {
    margin-bottom: 104px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-single-product .related.products {
    margin-bottom: 112px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-single-product .related.products {
    margin-bottom: 120px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-single-product .related.products {
    margin-bottom: 128px;
  }
}

.wcgv-video-modal-content {
  margin: 0;
  margin-top: 160px;
}

.statement-and-policies {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .statement-and-policies {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .statement-and-policies {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .statement-and-policies {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .statement-and-policies {
    padding-top: 104px;
    padding-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .statement-and-policies {
    padding-bottom: 96px;
  }
}
.statement-and-policies h1 {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .statement-and-policies h1 {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .statement-and-policies h1 {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .statement-and-policies h1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .statement-and-policies h1 {
    margin-bottom: 88px;
    font-size: 75px;
    line-height: 75px;
  }
}
@media (min-width: 1920px) {
  .statement-and-policies h1 {
    margin-bottom: 96px;
    font-size: 84px;
    line-height: 84px;
  }
}
.statement-and-policies--title {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #1d1d1b;
  margin-bottom: 32px;
}
@media (min-width: 1440px) {
  .statement-and-policies--title {
    font-size: 40px;
    line-height: 40px;
  }
}
.statement-and-policies .product-categories.link-cards a {
  color: #1d1d1b;
}

.help-advice-section .row {
  display: unset;
}
.help-advice-section #resetButton {
  display: block;
  margin: 0 auto 56px auto;
}
@media (min-width: 768px) {
  .help-advice-section #resetButton {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .help-advice-section #resetButton {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .help-advice-section #resetButton {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .help-advice-section #resetButton {
    margin-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .help-advice-section #resetButton {
    margin-bottom: 96px;
  }
}

.faqs {
  background: #f2f2f2;
  padding: 40px 0 8px 0;
  border-radius: 12px;
}
.faqs .faqs-intro {
  text-align: center;
  margin: 0 16px 40px 16px;
}
@media (min-width: 768px) {
  .faqs .faqs-intro {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    max-width: 461px;
  }
}
@media (min-width: 992px) {
  .faqs .faqs-intro {
    max-width: 610px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .faqs .faqs-intro {
    max-width: 686px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .faqs .faqs-intro {
    max-width: 846px;
    margin-bottom: 72px;
  }
}
@media (min-width: 1920px) {
  .faqs .faqs-intro {
    margin-bottom: 80px;
  }
}
.faqs .faqs-intro__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .faqs .faqs-intro__title {
    font-size: 40px;
  }
}
.faqs .faqs-intro__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media (min-width: 1440px) {
  .faqs .faqs-intro__text {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.faqs__input {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 12px 16px;
  color: #828282;
  border: 1px solid #1d1d1b;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .faqs__input {
    max-width: 481px;
  }
}
@media (min-width: 992px) {
  .faqs__input {
    max-width: 610px;
  }
}
@media (min-width: 1200px) {
  .faqs__input {
    max-width: 686px;
  }
}
@media (min-width: 1440px) {
  .faqs__input {
    max-width: 846px;
  }
}
.faqs__results {
  background: #ffffff;
  border-radius: 12px;
}
.faqs .accordion {
  padding: 8px;
}

.product-categories-section__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.product-listings__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.help-and-advice,
.product-information {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .technical-information {
    display: grid;
    grid-template-columns: minmax(340px, 1fr) 1fr;
    grid-column-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .technical-information {
    grid-column-gap: 89px;
  }
}
.technical-information .technical-specification {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .technical-information .technical-specification {
    margin-bottom: 0;
  }
}
.technical-information .technical-specification__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
}
.technical-information .sds-information__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
}

.single-legal {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .single-legal {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .single-legal {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .single-legal {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .single-legal {
    padding-top: 104px;
    padding-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .single-legal {
    padding-bottom: 96px;
    max-width: 1280px;
  }
}
.single-legal__heading {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 56px;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  .single-legal__heading {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .single-legal__heading {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .single-legal__heading {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .single-legal__heading {
    margin-bottom: 88px;
    font-size: 75px;
    line-height: 75px;
  }
}
@media (min-width: 1920px) {
  .single-legal__heading {
    margin-bottom: 96px;
    font-sie: 84px;
    line-height: 84px;
  }
}

/**
*
* PARENT THEME
* wp posts : generic styles
*
**/
.post-preview {
  padding-block: 2rem;
  margin-bottom: 2rem;
}
.post-preview .-thumbnail {
  border-radius: 1.5rem;
}
.post-preview .-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
  transition: all 600ms;
}
.post-preview .-title {
  font-size: 1.8rem;
  line-height: 120%;
  margin: 1.6rem 0;
}
@media all and (min-width: 1200px) {
  .post-preview .-title {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1920px) {
  .post-preview .-title {
    font-size: 2.4rem;
  }
}
.post-preview .-linkwrap {
  text-decoration: none;
  color: #1d1d1b;
}
.post-preview .-linkwrap:hover {
  color: #e40520;
}
.post-preview .-linkwrap.-img {
  overflow: hidden;
  height: 24rem;
  display: block;
  border-radius: 1.5rem;
}
@media all and (min-width: 1200px) {
  .post-preview .-linkwrap.-img {
    height: 27.5rem;
  }
}
.post-preview .-linkwrap.-img .-thumbnail img {
  width: 100%;
  height: 100%;
}
.post-preview .-linkwrap.-img .-thumbnail img:hover {
  transform: scale(1.2);
}
.post-preview .-link {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 150%;
  position: relative;
}
.post-preview .-link:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -1.2rem;
  transform: translateY(-50%);
}
@media all and (min-width: 992px) {
  .post-preview.-large .-thumbnail {
    height: 24.2rem;
  }
}
@media all and (min-width: 1440px) {
  .post-preview.-large .-thumbnail {
    height: 30rem;
  }
}
@media all and (min-width: 1920px) {
  .post-preview.-large .-thumbnail {
    height: 37.5rem;
  }
}

.post-thumbnail {
  border-radius: 1.5rem;
}
.post-thumbnail img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.post-date {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media all and (min-width: 1440px) {
  .post-date {
    margin-bottom: 5.6rem;
  }
}
@media all and (min-width: 1920px) {
  .post-date {
    margin-bottom: 6.4rem;
  }
}

.post-content h2 {
  font-family: "gothambold", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.9rem;
  margin: 4.8rem 0 2.4rem 0;
}
@media all and (min-width: 992px) {
  .post-content h2 {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
@media all and (min-width: 1200px) {
  .post-content h2 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media all and (min-width: 1440px) {
  .post-content h2 {
    font-size: 4.4rem;
    line-height: 6.6rem;
    margin: 5.6rem 0 3.2rem 0;
  }
}
@media all and (min-width: 1920px) {
  .post-content h2 {
    margin: 6.4rem 0 3.2rem 0;
  }
}
.post-content a {
  color: #e40520;
  text-decoration: none;
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content img {
  max-width: 100%;
}

/**
*
* PARENT THEME
* wp posts : single post 
*
**/
@media all and (min-width: 1200px) {
  .single-post .post .content-wrapper {
    padding-bottom: 8rem;
  }
}
@media all and (min-width: 1440px) {
  .single-post .post .content-wrapper {
    padding-bottom: 8.8rem;
  }
}
@media all and (min-width: 1920px) {
  .single-post .post .content-wrapper {
    padding-bottom: 9.6rem;
  }
}
.single-post .post .post-thumbnail img {
  width: 100%;
  height: 24rem;
  margin: 2.4rem 0 3.2rem 0;
}
@media all and (min-width: 768px) {
  .single-post .post .post-thumbnail img {
    height: 50rem;
  }
}
@media all and (min-width: 1200px) {
  .single-post .post .post-thumbnail img {
    margin: 2.4rem 0 4.8rem 0;
  }
}
@media all and (min-width: 1200px) {
  .single-post .post .post-main {
    padding-right: 2.4rem;
  }
}
@media all and (min-width: 1440px) {
  .single-post .post .post-main {
    padding-right: 13.2rem;
  }
}
@media all and (min-width: 1920px) {
  .single-post .post .post-main {
    padding-right: 16.8rem;
  }
}
.single-post .post .-post-sidebar .product-ctnr {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr {
    flex-direction: row;
    gap: 2.4rem;
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .single-post .post .-post-sidebar .product-ctnr {
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product {
  background: #f2f2f2;
  padding: 1.6rem;
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr .-product {
    flex-direction: column;
    flex-grow: 1;
  }
}
@media all and (min-width: 1200px) {
  .single-post .post .-post-sidebar .product-ctnr .-product {
    background: #ffffff;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product .-image {
  width: 50%;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr .-product .-image {
    width: auto;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content {
  width: 50%;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr .-product .-content {
    width: 100%;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content .-title {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr .-product .-content .-title {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  gap: 1.6rem;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr {
    flex-direction: row;
    align-items: normal;
    gap: 0.8rem;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr .cta {
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr .cta span:not(.icon.-cart) {
  margin-left: 0.3rem;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr .cta {
    width: auto;
  }
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr .add-to-cart {
  display: flex;
  justify-content: center;
}
.single-post .post .-post-sidebar .product-ctnr .-product .-content .cta-ctnr .add-to-cart .icon.-cart {
  display: block;
}
.single-post .post .-post-sidebar .post-preview-ctnr {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .post-preview-ctnr {
    flex-direction: row;
    gap: 2.4rem;
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .single-post .post .-post-sidebar .post-preview-ctnr {
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.single-post .post .-post-sidebar .post-preview-ctnr .post-preview {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .single-post .post .-post-sidebar .post-preview-ctnr .post-preview {
    flex-direction: column;
    flex-grow: 1;
  }
}

.hero-blog-archive {
  margin-bottom: 5.6rem;
}
.hero-blog-archive .row {
  align-items: center;
}
.hero-blog-archive .row .heading h1 {
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .hero-blog-archive .row .heading {
    padding-right: 8rem;
  }
}
@media all and (min-width: 1200px) {
  .hero-blog-archive .row .heading {
    padding-right: 11.3rem;
  }
}
@media all and (min-width: 1200px) {
  .hero-blog-archive .row .heading {
    padding-right: 13.3rem;
  }
}
@media all and (min-width: 1920px) {
  .hero-blog-archive .row .heading {
    padding-right: 20rem;
  }
}
@media all and (max-width: 992px) {
  .hero-blog-archive .row .post {
    display: none;
  }
}

.mobile-post-categories {
  margin-bottom: 6.4rem;
}
@media all and (min-width: 992px) {
  .mobile-post-categories {
    display: none;
  }
}
.mobile-post-categories h4 {
  margin-bottom: 1.6rem;
  padding: 0;
}
.mobile-post-categories .select-wrapper {
  position: relative;
  display: block;
}
.mobile-post-categories .select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwNzlfMTkxOTQpIj4KPHBhdGggZD0iTTIgNi44MDA3OEwxMiAxNi44MDA4TDIyIDYuODAwNzgiIHN0cm9rZT0iIzgyODI4MiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMDc5XzE5MTk0Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQgMjQpIHJvdGF0ZSgxODApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-size: cover;
  background-repeat: no-repeat;
}
.mobile-post-categories .select-wrapper select {
  padding: 0.8rem 6rem 0.8rem 2.4rem;
  font-size: 1.6rem;
  width: 100%;
  color: #828282;
  border-color: #1d1d1b;
  position: relative;
  cursor: pointer;
  appearance: none; /* Supprime l'apparence par défaut du select */
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
}

.blog-list:before {
  content: "";
  display: block;
  height: 16rem;
  margin: -16rem 0 0;
}
.blog-list .sidebar {
  padding: 2rem 2rem 2rem 0;
  margin-top: -4px;
}
@media all and (max-width: 992px) {
  .blog-list .sidebar {
    display: none;
  }
}
.blog-list .sidebar h3 {
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.blog-list .sidebar ul.categories {
  list-style: none;
  padding: 0;
}
.blog-list .sidebar ul.categories li {
  padding-block: 0.8rem;
}
.blog-list .sidebar ul.categories li a {
  font-family: "gothambold", sans-serif;
  color: #1d1d1b;
  text-decoration: none;
}
.blog-list .sidebar ul.categories li a.-active, .blog-list .sidebar ul.categories li a[aria-current=page], .blog-list .sidebar ul.categories li a:hover {
  color: #e40520;
}
.blog-list .posts-loop {
  margin: 0 -1.6rem;
}
.blog-list .posts-loop .item {
  padding: 1.6rem;
}
@media all and (min-width: 992px) {
  .blog-list .posts-loop .item:first-child {
    display: none;
  }
}

@media all and (min-width: 1200px) {
  .help-advice-preview .-intro {
    padding-right: 6rem;
  }
}
.help-advice-preview .-intro h2 {
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
.help-advice-preview #help-and-advice-archive-slider {
  margin-top: 3.2rem;
}
@media all and (min-width: 1200px) {
  .help-advice-preview #help-and-advice-archive-slider {
    margin-top: 0;
  }
}
.help-advice-preview #help-and-advice-archive-slider .item {
  padding: 0;
  margin-bottom: 2rem;
  background: #f2f2f2;
  border-radius: 1.5rem;
  position: relative;
}
.help-advice-preview #help-and-advice-archive-slider .item .tag {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}
.help-advice-preview #help-and-advice-archive-slider .item img {
  border-radius: 1.5rem 1.5rem 0 0;
}
.help-advice-preview #help-and-advice-archive-slider .item .content {
  padding: 1.6rem;
}
@media all and (min-width: 1920px) {
  .help-advice-preview #help-and-advice-archive-slider .item .content {
    padding: 2.4rem;
  }
}
.help-advice-preview #help-and-advice-archive-slider .item .content .-excerpt {
  margin-bottom: 1.6rem;
}
.help-advice-preview #help-and-advice-archive-slider .splide__pagination {
  position: relative;
  margin: 3.2rem 0;
}
.help-advice-preview .cta-ctnr {
  margin-top: 2.4rem;
}
.help-advice-preview .cta-ctnr.-mobile {
  display: inline-block;
  margin: 2.4rem auto 8rem;
  width: auto;
}
@media all and (min-width: 1200px) {
  .help-advice-preview .cta-ctnr.-mobile {
    display: none;
  }
}
.help-advice-preview .cta-ctnr.-desktop {
  display: none;
}
@media all and (min-width: 1200px) {
  .help-advice-preview .cta-ctnr.-desktop {
    display: block;
  }
}

.pagination {
  margin: 3rem 0 12rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 3px;
  padding: 0;
  position: relative;
  color: #1d1d1b;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
  line-height: 3.2rem;
  text-align: center;
  text-decoration: none;
}
.pagination a.current,
.pagination span.current {
  background-color: #e40520;
  color: #ffffff;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
}
.pagination a.dots,
.pagination span.dots {
  background-color: transparent;
  border: 0;
}

/**
*
* 04. BS Override
*
*/
.menu-item {
  font-size: 1.6rem;
}

.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 18'%3E%3Cpath fill='%234f4f4f' d='M1 .78a2 2 0 0 0 0 2.83l13.59 13.6a2 2 0 0 0 2.82 0L31 3.61A2 2 0 1 0 28.17.8L16 12.97 3.83.79A2 2 0 0 0 1 .79Z'/%3E%3C/svg%3E");
}
@media all and (min-width: 1200px) {
  .dropdown-toggle[aria-expanded=true]:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 8'%3E%3Cpath fill='%234f4f4f' d='M.44.35a.89.89 0 0 0-.2.97c.05.1.12.2.2.29l5.94 6.04a.87.87 0 0 0 .96.2c.1-.05.2-.12.28-.2l5.94-6.04a.89.89 0 0 0 .21-.98.9.9 0 0 0-.48-.5.86.86 0 0 0-.97.22L7 5.76 1.68.36a.87.87 0 0 0-.96-.2C.62.2.52.26.44.35Z'/%3E%3C/svg%3E");
  }
}
.dropdown-toggle:after {
  content: "";
  border: none !important;
  display: inline-block;
  width: 2.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.414.421a1.36 1.36 0 0 0-.307.442 1.32 1.32 0 0 0 .307 1.484l9.576 9.254a1.454 1.454 0 0 0 1.995 0l9.577-9.254c.136-.125.245-.275.32-.442a1.32 1.32 0 0 0-.296-1.507 1.454 1.454 0 0 0-2.02.027l-8.578 8.29-8.58-8.29a1.414 1.414 0 0 0-.457-.297A1.454 1.454 0 0 0 .414.421Z' fill='%23282828'/%3E%3C/svg%3E");
  opacity: 1;
  position: absolute;
  top: 3.7rem;
  right: 2rem;
}
@media all and (min-width: 1200px) {
  .dropdown-toggle:after {
    width: 1.4rem;
    height: 0.8rem;
    top: 0.7rem;
    right: -0.5rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.263.28A.908.908 0 0 0 0 .924a.917.917 0 0 0 .263.642l6.094 6.169A.897.897 0 0 0 6.992 8a.888.888 0 0 0 .635-.266l6.094-6.17A.908.908 0 0 0 14 .919a.916.916 0 0 0-.263-.653A.897.897 0 0 0 13.09 0a.889.889 0 0 0-.64.283L6.993 5.81 1.532.283A.897.897 0 0 0 .899.016.888.888 0 0 0 .263.28Z' fill='%23282828'/%3E%3C/svg%3E");
  }
}

.row {
  --bs-gutter-x: 0;
}

.max-w-xl {
  max-width: 1920px;
}

.pe-6 {
  padding-right: 4.5rem;
}

.ps-6 {
  padding-left: 4.5rem;
}

.p-6 {
  padding: 4.5rem;
}

.pe-7 {
  padding-right: 5.5rem;
}

.ps-7 {
  padding-left: 5.5rem;
}

.p-7 {
  padding: 5.5rem;
}

.navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #e40520;
  /* &:after {
    opacity: 0.75;
  } */
}
.navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.page-item {
  text-align: center;
}
.page-item .page-link {
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: transparent !important;
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  z-index: 3;
  margin: 0 0.2rem !important;
}
@media all and (min-width: 992px) {
  .page-item .page-link {
    margin: 0 1.5rem !important;
  }
}
.page-item .page-link:focus, .page-item .page-link.dots {
  box-shadow: none;
  border-color: transparent;
}
.page-item .page-link.prev, .page-item .page-link.next {
  font-weight: bold;
}
.page-item.active .page-link {
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: transparent !important;
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  z-index: 3;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border: 1px solid #1d1d1b;
  padding: 0.6rem;
}
thead h6,
tbody h6,
tfoot h6,
tr h6,
td h6,
th h6 {
  font-size: 1.6rem;
  color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

.add-to-cart {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.85rem;
}
.add-to-cart .icon.-cart {
  width: 2.8rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' fill='none'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m17.771 1-.569.22 3.041 7.445H7.753l3.041-7.445-.569-.22-3.129 7.665H1v5.076h1.645l-.135.033 2.84 11.225 17.3.001 2.838-11.225-.134-.033H27V8.664h-6.096L17.77 1Zm4.4 23.4H5.83L3.135 13.738H24.87l-2.698 10.66Zm4.217-11.256H1.612V9.262h24.776v3.882Z'/%3E%3Cpath fill='%23fff' d='M13.693 16.289h.612v6.047h-.612v-6.047ZM17.365 16.289h.612v6.047h-.612v-6.047ZM10.023 16.289h.612v6.047h-.612v-6.047Z'/%3E%3C/svg%3E");
}
.add-to-cart:hover .icon.-cart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' fill='none'%3E%3Cpath fill='%23e40520' stroke='%23e40520' d='m17.771 1-.569.22 3.041 7.445H7.753l3.041-7.445-.569-.22-3.129 7.665H1v5.076h1.645l-.135.033 2.84 11.225 17.3.001 2.838-11.225-.134-.033H27V8.664h-6.096L17.77 1Zm4.4 23.4H5.83L3.135 13.738H24.87l-2.698 10.66Zm4.217-11.256H1.612V9.262h24.776v3.882Z'/%3E%3Cpath fill='%23e40520' d='M13.693 16.289h.612v6.047h-.612v-6.047ZM17.365 16.289h.612v6.047h-.612v-6.047ZM10.023 16.289h.612v6.047h-.612v-6.047Z'/%3E%3C/svg%3E");
}

.csWidgetModal-content h1 {
  line-height: 1.2;
}
.csWidgetModal-content h3 {
  line-height: 1.5;
}

.accordion-button {
  padding-right: 4rem !important;
  padding-left: 1.5rem !important;
  color: #1d1d1b !important;
  line-height: 1.5;
}
.accordion-button:after {
  content: "" !important;
  right: 1rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M13 11V0h-2v11H0v2h11v11h2V13h11v-2H13Z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}
.accordion-button[aria-expanded=true] {
  color: #1d1d1b !important;
}
.accordion-button[aria-expanded=true]:after {
  content: "" !important;
  right: 1rem !important;
  width: 2.4rem !important;
  height: 0.2rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='2' fill='none'%3E%3Cpath fill='%231D1D1B' d='M0 0h24v2H0V0Z'/%3E%3C/svg%3E") !important;
}

.wcgv-video-link:before,
.wcgv-video-link-thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 162.5px;
  height: 104px;
  background-color: rgba(128, 128, 128, 0.7);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.wcgv-video-link:after,
.wcgv-video-link-thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 34.6px solid white;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 2;
  background: none;
}

.wcgv-video-link-thumb:before {
  width: 50px;
  height: 50px;
}

.wcgv-video-link-thumb:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17.3px solid white;
}

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