@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@400;700&display=swap);
/*!
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 24px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.container--gutterless {
  padding: 0;
  max-width: 1440px;
}

.row {
  list-style: none;
  margin-left: -24px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row.row--flex--valign {
  align-items: center;
}
.row.row--flex--balign {
  align-items: flex-end;
}
.row.row--flex--reverse {
  flex-direction: row-reverse;
}

.col {
  float: left;
  padding-left: 24px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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__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;
  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 #999;
  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 {
  visibility: hidden;
  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;
  -moz-user-select: none;
       user-select: none;
}

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

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  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 #0bf;
  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: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

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

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

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

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

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

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

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

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

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

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

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

.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: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

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

.relative {
  position: relative;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Flex
 */
.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

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

/**
 * Borders
 */
.border-top {
  border-top: 1px #ccc solid;
}

.border-bottom {
  border-bottom: 1px #ccc solid;
}

/**
 * Spacing
 */
.py-md {
  padding: 24px 0;
}

.mb-lg {
  margin-bottom: 48px;
}

.mb-xl {
  margin-bottom: 72px;
}

/**
 * Colours
 */
.text-brand {
  color: #2B338C;
}

body {
  color: #666666;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 14px;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #2B338C;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #666666;
}

.section--dark, .section.section--products .archive__filter, .section.section--archive .archive__filter {
  background-color: #F1F1F1;
}

.grid {
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #2B338C;
  border-radius: 16.18px;
  color: #666666;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

select {
  border: 3px solid #2B338C;
  border-radius: 24px;
  color: #2B338C;
  max-width: 175px;
  margin: auto;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}
.form .form__error {
  color: red;
  margin-top: 12px;
}

.form__field__toggle {
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 5px 10px 5px 0;
  min-height: 26px;
}
.form__field__toggle label {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
  color: #2B338C;
  border-radius: 5px;
  min-width: 45px;
  min-height: 26px;
  justify-content: center;
  overflow: hidden;
}
.form__field__toggle input[type=radio] {
  display: none;
}
.form__field__toggle input[type=radio] + label {
  cursor: pointer;
}
.form__field__toggle input[type=radio]:checked + label {
  background-color: #2B338C;
  color: #fff;
}

.form__list {
  border-bottom: 1px #2B338C solid;
  padding-bottom: 24px;
  margin-bottom: 48px;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

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

.table {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.table td, .table th {
  padding: 10px 10px;
}
.table th {
  background-color: #2B338C;
  color: #fff;
}
.table tr {
  background-color: #fff;
}
.table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

h2,
h3,
h4,
h5,
h6,
strong,
.strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

h1, .h1,
h3, .h3,
h4, .h4, .woocommerce .woocommerce-MyAccount-navigation ul li a, .section.section--login .form__group label, .section.section--contact .contact__form h2, .section.section--contact .contact__form legend,
h5, .h5, .nav-panel ul.nav-panel__solutions li a, .woocommerce .gfield_label {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 34px;
}

h2, .h2 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 38px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4, .h4, .woocommerce .woocommerce-MyAccount-navigation ul li a, .section.section--login .form__group label, .section.section--contact .contact__form h2, .section.section--contact .contact__form legend {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  font-weight: bold;
}

h5, .h5, .nav-panel ul.nav-panel__solutions li a, .woocommerce .gfield_label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: bold;
}

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 5px solid #eee;
  padding: 10px 20px;
  margin-bottom: 12px;
}

hr {
  background-color: #2B338C;
  margin: 48px 0;
}

.breadcrumb-banner {
  margin: 24px 0;
  font-size: 10px;
  font-size: 0.625rem;
}
.breadcrumb-banner a {
  text-decoration: underline;
}

.product__navigation .splide__slide {
  margin-bottom: 24px;
}
.product__navigation .splide__slide img {
  border: 2px solid #CDCDCD !important;
}
@media screen and (max-width: 768px) {
  .product__navigation .splide__slide {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.product__navigation .splide__arrow--prev {
  display: none;
}
.product__navigation .splide__arrow--next {
  background: none;
  bottom: -3em !important;
}
@media screen and (max-width: 768px) {
  .product__navigation {
    margin-bottom: 24px;
  }
}

.product__slider {
  margin-bottom: 24px;
}

body {
  position: relative;
  overflow-x: hidden;
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
body.fixed .main {
  position: relative;
  overflow: hidden;
}
body.modal-active .body__overlay {
  z-index: 1;
}
body .body__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
  }
}

.notification-banner {
  background-color: #2B338C;
  background: linear-gradient(0deg, rgb(43, 51, 140) 0%, rgb(30, 38, 123) 50%, rgb(43, 51, 140) 100%);
  padding: 8px 0;
  color: #fff;
}
.notification-banner .notification-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.notification-banner .notification-banner__content p {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .notification-banner .notification-banner__content p {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .notification-banner .notification-banner__content p {
    width: 100%;
    margin-bottom: 12px;
  }
}
.notification-banner .notification-banner__content .btn, .notification-banner .notification-banner__content .woocommerce button.button, .woocommerce .notification-banner .notification-banner__content button.button,
.notification-banner .notification-banner__content .woocommerce input.button,
.woocommerce .notification-banner .notification-banner__content input.button,
.notification-banner .notification-banner__content .woocommerce a.button,
.woocommerce .notification-banner .notification-banner__content a.button,
.notification-banner .notification-banner__content .woocommerce input#submit,
.woocommerce .notification-banner .notification-banner__content input#submit, .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .notification-banner .notification-banner__content button.button, .notification-banner .notification-banner__content .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content button.button,
.notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .notification-banner .notification-banner__content input.button,
.notification-banner .notification-banner__content .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content input.button,
.notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .notification-banner .notification-banner__content a.button,
.notification-banner .notification-banner__content .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content a.button, .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .btn, .woocommerce .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit button.button,
.woocommerce .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit a.button, .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .btn, .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .woocommerce button.button,
.section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .woocommerce a.button, .notification-banner .notification-banner__content .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .notification-banner .notification-banner__content .gform_button {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .notification-banner .notification-banner__content .btn, .notification-banner .notification-banner__content .woocommerce button.button, .woocommerce .notification-banner .notification-banner__content button.button,
  .notification-banner .notification-banner__content .woocommerce input.button,
  .woocommerce .notification-banner .notification-banner__content input.button,
  .notification-banner .notification-banner__content .woocommerce a.button,
  .woocommerce .notification-banner .notification-banner__content a.button,
  .notification-banner .notification-banner__content .woocommerce input#submit,
  .woocommerce .notification-banner .notification-banner__content input#submit, .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .notification-banner .notification-banner__content button.button, .notification-banner .notification-banner__content .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content button.button,
  .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
  .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .notification-banner .notification-banner__content input.button,
  .notification-banner .notification-banner__content .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
  .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content input.button,
  .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
  .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .notification-banner .notification-banner__content a.button,
  .notification-banner .notification-banner__content .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
  .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content a.button, .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit .btn, .woocommerce .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit button.button,
  .woocommerce .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit input.button,
  .woocommerce .notification-banner .notification-banner__content .section.section--contact .contact__form .vfb-fieldType-submit a.button, .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .btn, .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .woocommerce button.button,
  .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .woocommerce input.button,
  .section.section--contact .contact__form .vfb-fieldType-submit .notification-banner .notification-banner__content .woocommerce a.button, .notification-banner .notification-banner__content .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .notification-banner .notification-banner__content .gform_button {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .notification-banner {
    padding: 12px 0;
  }
}

.search-bar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 48px 0;
}
.search-bar .search-bar__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
}
.search-bar form {
  position: relative;
  z-index: 10;
}
.search-bar form button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #2B338C; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.header {
  position: relative;
  z-index: 100;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.header.subscribe-modal-open {
  z-index: 0;
}
.header .container {
  position: relative;
}
.header .header__top-banner {
  padding: 6px 0;
  background-color: #2B338C;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .header .header__top-banner .col--lg-12 {
    text-align: center !important;
    padding: 0 24px 0 48px;
  }
}
.header .header__top-banner .nav--top-banner {
  display: inline;
}
.header .header__top-banner .nav--top-banner .menu-item-language-current > a {
  display: none;
}
.header .header__top-banner .nav--top-banner .menu-item-language-current ul {
  list-style: none;
  margin-left: 6px;
}
.header .header__top-banner .nav--top-banner .menu-item-language-current ul li {
  position: relative;
}
.header .header__top-banner .nav--top-banner .menu-item-language-current ul li:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateX(-100%) translateY(-60%);
  height: 15px;
  width: 15px;
  background-image: url("./img/language-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header .header__top-banner li {
  padding: 0;
  margin: 0 0 0 12px;
}
.header .header__top-banner li.find-representative, .header .header__top-banner li.change-language {
  margin-left: 24px;
}
@media screen and (max-width: 480px) {
  .header .header__top-banner li {
    margin-left: 8px;
  }
}
.header .header__top-banner .login {
  position: relative;
  display: inline-block;
  margin: 0 0 0 12px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .header .header__top-banner .login {
    margin-left: 8px;
  }
}
.header .header__top-banner a {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: none;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .header .header__top-banner .container {
    padding: 0 12px 0 0;
  }
}
.header .row--flex .col--lg-8 {
  display: flex;
  align-items: center;
}
.header .row--flex .header__logo,
.header .row--flex .header__navigation {
  display: inline-flex;
  align-items: center;
}
.header .row--flex .header__logo .header__search,
.header .row--flex .header__navigation .header__search {
  max-height: 26px;
  margin-right: 18px;
}
.header .row--flex .header__logo {
  margin-right: 48px;
}
@media screen and (max-width: 1140px) {
  .header .row--flex .header__logo {
    display: block;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
  }
}

.footer {
  position: relative;
  z-index: 5;
  padding: 48px 0;
  background-color: #2B338C;
  color: #FFF;
  border-top: 1px solid #FFF;
}
.footer a, .footer p {
  color: #FFF;
}
.footer .nav--footer {
  margin-bottom: 24px;
}
.footer .nav--footer li.menu-item-has-children > a {
  display: none;
}
.footer .nav--footer .sub-menu {
  margin-left: 0;
}
.footer .nav--footer li:not(.h4) {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: none;
  font-weight: 400;
}
.footer .footer__terms {
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
}
.footer .footer__terms p, .footer .footer__terms a {
  margin-bottom: 0;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 480px) {
  .footer .footer__terms p, .footer .footer__terms a {
    margin: 0 12px 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer__terms {
    display: block;
    text-align: center;
  }
}
.footer .h4, .footer .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .footer a, .footer .section.section--login .form__group label, .section.section--login .form__group .footer label, .footer .section.section--contact .contact__form h2, .section.section--contact .contact__form .footer h2, .footer .section.section--contact .contact__form legend, .section.section--contact .contact__form .footer legend {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}
.footer .footer__subscribe .h4, .footer .footer__subscribe .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .footer .footer__subscribe a, .footer .footer__subscribe .section.section--login .form__group label, .section.section--login .form__group .footer .footer__subscribe label, .footer .footer__subscribe .section.section--contact .contact__form h2, .section.section--contact .contact__form .footer .footer__subscribe h2, .footer .footer__subscribe .section.section--contact .contact__form legend, .section.section--contact .contact__form .footer .footer__subscribe legend {
  font-size: 16px;
  font-size: 1rem;
}
.footer .footer__subscribe .btn, .footer .footer__subscribe .woocommerce button.button, .woocommerce .footer .footer__subscribe button.button,
.footer .footer__subscribe .woocommerce input.button,
.woocommerce .footer .footer__subscribe input.button,
.footer .footer__subscribe .woocommerce a.button,
.woocommerce .footer .footer__subscribe a.button,
.footer .footer__subscribe .woocommerce input#submit,
.woocommerce .footer .footer__subscribe input#submit, .footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .footer .footer__subscribe button.button, .footer .footer__subscribe .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe button.button,
.footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .footer .footer__subscribe input.button,
.footer .footer__subscribe .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe input.button,
.footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .footer .footer__subscribe a.button,
.footer .footer__subscribe .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe a.button, .footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit .btn, .woocommerce .footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit button.button,
.woocommerce .footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .footer .footer__subscribe .section.section--contact .contact__form .vfb-fieldType-submit a.button, .section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe .btn, .section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe .woocommerce button.button,
.section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .footer .footer__subscribe .woocommerce a.button, .footer .footer__subscribe .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .footer .footer__subscribe .gform_button {
  margin-bottom: 24px;
}
.footer .footer__subscribe .footer__subscribe-modal-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 24px;
  z-index: 10000;
}
.footer .footer__subscribe .footer__subscribe-modal-close a {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #2B338C;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
.footer .footer__subscribe iframe {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  max-height: 85vh;
}
@media screen and (max-width: 768px) {
  .footer .footer__subscribe iframe {
    padding-top: 48px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-height: unset;
    max-width: unset;
  }
}
.footer .footer__subscribe .footer__socials {
  margin-left: 0;
  list-style: none;
  display: flex;
}
.footer .footer__subscribe .footer__socials .footer__social {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .footer .footer__subscribe {
    margin-bottom: 48px;
  }
}
.footer .footer__contact {
  font-size: 10px;
  font-size: 0.625rem;
}
.footer li {
  padding: 0 !important;
}

.section {
  position: relative;
  padding: 48px 0;
}
.section.section--accordion .accordion__accordion {
  margin-bottom: 48px;
}
.section.section--accordion .accordion__accordion.hidden {
  display: none;
}
.section.section--accordion .accordion__accordion .h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
.section.section--accordion .accordion__accordion .h3.active:after {
  transform: rotateX(180deg) translateY(50%);
}
.section.section--accordion .accordion__accordion .h3:after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  height: 17px;
  width: 19px;
  background-image: url("./img/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease-in-out 250ms;
}
@media screen and (max-width: 480px) {
  .section.section--accordion .accordion__accordion .h3:after {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .section.section--accordion .accordion__accordion .h3 {
    display: block;
  }
}
.section.section--accordion .accordion__accordion dd:not(.active) {
  display: none;
}
.section.section--accordion .accordion__accordion iframe.hidden {
  display: none;
}
@media screen and (max-width: 480px) {
  .section.section--accordion .accordion__accordion iframe {
    max-width: 100%;
  }
}
.section.section--agents .archive__form {
  display: flex;
  justify-content: space-around;
  max-width: 50%;
  margin: auto;
}
.section.section--agents .agents__content {
  margin-bottom: 24px;
}
.section.section--agents .row--flex {
  margin-bottom: 24px;
}
.section.section--agents .row--flex .col--lg-6 {
  display: flex;
  flex-direction: column;
}
.section.section--agents .row--flex .col--lg-6 img {
  display: flex;
  margin-left: auto;
}
.section.section--agents #map {
  margin-bottom: 24px;
}
.section.section--agents #map a[title="For evaluation use only."] {
  display: none !important;
}
.section.section--agents #map_zoom {
  top: auto !important;
  bottom: 0;
}
.section.section--agents .agents__agent {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 48px;
}
.section.section--agents .agents__agent p, .section.section--agents .agents__agent img {
  display: block;
}
.section.section--agents .agents__agent a {
  display: inline-block;
  margin-bottom: 24px;
}
.section.section--agents .agents__agent img {
  max-width: 150px;
}
.section.section--agents .agents__agent .agent__inline {
  display: inline-flex;
  margin-bottom: 24px;
}
.section.section--agents .agents__agent .h3 {
  margin-bottom: 0;
}
.section.section--agents .agents__agent span {
  display: inline-block;
  font-weight: 600;
  color: #2B338C;
  margin-right: 6px;
}
.section.section--agents .agents__agent .btn, .section.section--agents .agents__agent .woocommerce button.button, .woocommerce .section.section--agents .agents__agent button.button,
.section.section--agents .agents__agent .woocommerce input.button,
.woocommerce .section.section--agents .agents__agent input.button,
.section.section--agents .agents__agent .woocommerce a.button,
.woocommerce .section.section--agents .agents__agent a.button,
.section.section--agents .agents__agent .woocommerce input#submit,
.woocommerce .section.section--agents .agents__agent input#submit, .section.section--agents .agents__agent .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--agents .agents__agent .btn, .section.section--agents .agents__agent .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--agents .agents__agent .gform_button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section.section--agents .agents__agent {
    margin-bottom: 24px;
  }
}
.section.section--archive .archive__filter {
  padding: 24px 0 8px;
  margin-bottom: 48px;
}
.section.section--archive .archive__filter .filter__header {
  margin-bottom: 24px;
  color: #26BFE1;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
.section.section--archive .archive__filter .filter__select {
  display: inline-block;
  border: 3px solid #2B338C;
  border-radius: 24px;
  color: #2B338C;
  max-width: 175px;
  margin: auto;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 24px !important;
}
.section.section--archive .archive__header {
  margin-bottom: 48px;
}
.section.section--archive .pagination .page-numbers {
  padding: 3px 8px;
  margin: 0 4px;
  border: 2px solid #666;
  border-radius: 50%;
}
.section.section--archive .pagination .page-numbers:hover {
  text-decoration: none;
}
.section.section--archive .pagination .page-numbers.current {
  border-color: #2B338C;
}
.section.section--archive .pagination .page-numbers.dots {
  border: none;
}
.section.section--archive .pagination .page-numbers.prev, .section.section--archive .pagination .page-numbers.next {
  display: none;
}
.section.section--brochures .brochures__brochure {
  margin-bottom: 48px;
}
.section.section--brochures .brochures__brochure img {
  margin-bottom: 24px;
  border: 1px solid #CDCDCD;
}
.section.section--brochures .brochures__brochure .h4, .section.section--brochures .brochures__brochure .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--brochures .brochures__brochure a, .section.section--brochures .brochures__brochure .section.section--login .form__group label, .section.section--login .form__group .section.section--brochures .brochures__brochure label, .section.section--brochures .brochures__brochure .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--brochures .brochures__brochure h2, .section.section--brochures .brochures__brochure .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--brochures .brochures__brochure legend {
  display: block;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 6px;
}
.section.section--brochures .brochures__brochure p {
  margin-bottom: 6px;
  line-height: 1;
}
.section.section--brochures .brochures__brochure a:not(.h4) {
  text-decoration: underline;
  text-transform: uppercase;
  margin-right: 12px;
  color: #666666;
}
.section.section--brochures .brochures__brochure .brochure__language {
  text-transform: uppercase;
  color: #2B338C;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.section.section--calibration-library .row--headings {
  margin-bottom: 24px;
}
.section.section--calibration-library .row--resource {
  margin-bottom: 12px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .section.section--calibration-library .row--headings p,
  .section.section--calibration-library .row--resource p {
    margin-bottom: 0;
  }
}
.section.section--calibration-library form {
  display: flex;
}
.section.section--calibration-library .pagination {
  margin-top: 24px;
}
.section.section--contact {
  padding-top: 0;
}
.section.section--contact .contact__content {
  margin-top: -24px;
}
.section.section--contact .contact__content p:not(.h2) {
  margin-bottom: 0;
}
.section.section--contact .contact__content .h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 24px 0 6px;
}
.section.section--contact .contact__form {
  background-color: #F2F2F2;
  padding: 48px 96px;
  border-radius: 20px;
}
.section.section--contact .contact__form .vfb-col-12,
.section.section--contact .contact__form .vfb-col-6 {
  padding: 0;
}
.section.section--contact .contact__form input, .section.section--contact .contact__form select, .section.section--contact .contact__form textarea {
  border-radius: 16.18px;
  border: 1px solid #2B338C;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
  max-width: unset;
  height: 35px;
}
.section.section--contact .contact__form input::-moz-placeholder, .section.section--contact .contact__form select::-moz-placeholder, .section.section--contact .contact__form textarea::-moz-placeholder {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
}
.section.section--contact .contact__form input::placeholder, .section.section--contact .contact__form select::placeholder, .section.section--contact .contact__form textarea::placeholder {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
}
.section.section--contact .contact__form select {
  font-weight: 400;
  text-transform: none;
}
.section.section--contact .contact__form legend {
  display: block;
  margin-bottom: 16px;
}
.section.section--contact .contact__form h2 {
  margin-bottom: 12px;
}
.section.section--contact .contact__form .ginput_complex label {
  display: none;
}
.section.section--contact .contact__form label {
  display: none;
}
.section.section--contact .contact__form .vfb-fieldType-checkbox label {
  display: block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
}
.section.section--contact .contact__form .vfb-checkbox input {
  height: unset;
}
.section.section--contact .contact__form #vfbField11,
.section.section--contact .contact__form #vfbField14,
.section.section--contact .contact__form #vfbField27,
.section.section--contact .contact__form #vfbField29 {
  float: right;
}
.section.section--contact .contact__form .vfb-col-6 {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .section.section--contact .contact__form .vfb-col-6 {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .section.section--contact .contact__form .vfb-col-6 {
    display: block;
    width: 100%;
  }
}
.section.section--contact .contact__form .gform_footer {
  text-align: center;
}
.section.section--contact .contact__form .gform_footer .gform_button {
  margin: auto;
}
.section.section--contact .contact__form .vfb-fieldType-submit {
  margin-top: 24px;
  text-align: center;
}
.section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input#submit,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input#submit, .section.section--contact .contact__form .vfb-fieldType-submit .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .vfb-fieldType-submit .gform_button {
  font-size: 14px !important;
  padding: 6px 36px !important;
}
@media screen and (max-width: 768px) {
  .section.section--contact .contact__form {
    margin-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--contact .contact__form {
    padding: 48px;
  }
}
.section.section--content-sidebar .content-sidebar__content {
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .section.section--content-sidebar .content-sidebar__content {
    padding-right: 0;
  }
}
.section.section--content-sidebar .content-sidebar__sidebar ul {
  margin-left: 0;
  list-style: none;
}
.section.section--content-sidebar .content-sidebar__sidebar .video__player {
  min-height: 245px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section.section--content-sidebar .content-sidebar__sidebar {
    margin-top: 24px;
  }
}
.section.section--content-video {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section.section--content-video:before {
    bottom: -24px !important;
  }
}
.section.section--content-video .content-video__content {
  padding-left: 24px;
}
.section.section--content-video .content-video__content .btn, .section.section--content-video .content-video__content .woocommerce button.button, .woocommerce .section.section--content-video .content-video__content button.button,
.section.section--content-video .content-video__content .woocommerce input.button,
.woocommerce .section.section--content-video .content-video__content input.button,
.section.section--content-video .content-video__content .woocommerce a.button,
.woocommerce .section.section--content-video .content-video__content a.button,
.section.section--content-video .content-video__content .woocommerce input#submit,
.woocommerce .section.section--content-video .content-video__content input#submit, .section.section--content-video .content-video__content .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--content-video .content-video__content .gform_button, .section.section--content-video .content-video__content .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--content-video .content-video__content .btn {
  margin: 0 24px 24px 0;
  max-width: 250px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .section.section--content-video .content-video__content {
    padding-left: 0;
  }
}
.section.section--content-video .content-video__video .video__player {
  width: 100%;
  height: 360px;
  box-shadow: 0px 85px 50px -20px #6A6A6A;
}
@media screen and (max-width: 1024px) {
  .section.section--content-video .content-video__video .video__player {
    margin-top: 24px;
    height: 475px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--content-video .content-video__video .video__player {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--content-video .content-video__video .video__player {
    height: 225px;
  }
}
.section.section--downloads .downloads__content {
  margin-bottom: 48px;
}
.section.section--downloads .downloads__downloads {
  list-style: none;
}
.section.section--downloads .downloads__downloads li {
  position: relative;
  margin-bottom: 6px;
}
.section.section--downloads .downloads__downloads li:before {
  content: "";
  position: absolute;
  left: -24px;
  background-image: url("./img/download.svg");
  height: 12px;
  width: 12px;
  top: 3px;
}
.section.section--events .row--flex .col {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .section.section--events .row--flex {
    display: block;
  }
}
.section.section--events .events__header,
.section.section--events .events__content {
  margin-bottom: 48px;
}
.section.section--events .events__header .h2,
.section.section--events .events__content .h2 {
  color: #26BFE1;
}
.section.section--events .events__event {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 72px;
  padding: 18px 24px 0 12px;
  padding-right: 24px;
}
.section.section--events .events__event.events__event--pdi {
  background: rgba(30, 38, 123, 0.4);
  border: 1px solid #2B338C;
  color: #FFF;
}
.section.section--events .events__event.events__event--pdi .h4, .section.section--events .events__event.events__event--pdi .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--events .events__event.events__event--pdi a, .section.section--events .events__event.events__event--pdi .section.section--login .form__group label, .section.section--login .form__group .section.section--events .events__event.events__event--pdi label, .section.section--events .events__event.events__event--pdi .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--events .events__event.events__event--pdi legend, .section.section--events .events__event.events__event--pdi .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--events .events__event.events__event--pdi h2 {
  color: #FFF;
}
.section.section--events .events__event .h4, .section.section--events .events__event .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--events .events__event a, .section.section--events .events__event .section.section--login .form__group label, .section.section--login .form__group .section.section--events .events__event label, .section.section--events .events__event .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--events .events__event legend, .section.section--events .events__event .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--events .events__event h2 {
  margin-bottom: 6px;
}
.section.section--events .events__event .event__location {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 6px 0 0;
}
.section.section--events .events__event .event__date {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.section.section--events .events__event .event__cta {
  display: flex;
  margin-top: auto;
}
.section.section--events .events__event .event__cta .btn, .section.section--events .events__event .event__cta .woocommerce button.button, .woocommerce .section.section--events .events__event .event__cta button.button,
.section.section--events .events__event .event__cta .woocommerce input.button,
.woocommerce .section.section--events .events__event .event__cta input.button,
.section.section--events .events__event .event__cta .woocommerce a.button,
.woocommerce .section.section--events .events__event .event__cta a.button,
.section.section--events .events__event .event__cta .woocommerce input#submit,
.woocommerce .section.section--events .events__event .event__cta input#submit, .section.section--events .events__event .event__cta .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--events .events__event .event__cta .gform_button {
  margin-top: 6px;
  margin-bottom: 12px;
}
.section.section--events .events__event .event__cta .btn:first-of-type, .section.section--events .events__event .event__cta .woocommerce button.button:first-of-type, .woocommerce .section.section--events .events__event .event__cta button.button:first-of-type,
.section.section--events .events__event .event__cta .woocommerce input.button:first-of-type,
.woocommerce .section.section--events .events__event .event__cta input.button:first-of-type,
.section.section--events .events__event .event__cta .woocommerce a.button:first-of-type,
.woocommerce .section.section--events .events__event .event__cta a.button:first-of-type,
.section.section--events .events__event .event__cta .woocommerce input#submit:first-of-type,
.woocommerce .section.section--events .events__event .event__cta input#submit:first-of-type, .section.section--events .events__event .event__cta .section.section--contact .contact__form .gform_footer .gform_button:first-of-type, .section.section--contact .contact__form .gform_footer .section.section--events .events__event .event__cta .gform_button:first-of-type {
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .section.section--events .events__event {
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.section.section--faqs .faqs__question {
  list-style: none;
  margin-left: 0;
  margin-bottom: 48px;
}
.section.section--faqs .faqs__question li {
  margin-bottom: 12px;
}
.section.section--featured-products:before {
  top: -96px !important;
}
.section.section--featured-products .featured-products__content {
  margin-bottom: 48px;
}
.section.section--featured-products .splide__slide img,
.section.section--featured-products .splide__slide .product__content {
  margin-bottom: 24px;
}
.section.section--featured-products .splide__slide img {
  border: 1px solid #CACACA;
}
.section.section--featured-products .splide__slide .product__title {
  margin-bottom: 12px;
}
.section.section--featured-products .splide__pagination {
  bottom: auto;
  top: -36px;
}
.section.section--featured-products .splide__pagination .splide__pagination__page {
  opacity: 1;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 2px solid #2B338C;
}
.section.section--featured-products .splide__pagination .splide__pagination__page.is-active {
  background-color: #2B338C;
  transform: none;
}
.section.section--featured-products .splide__arrow {
  border-radius: 0;
  opacity: 1;
  top: 246.5px;
  background-color: #2B338C;
}
.section.section--featured-products .splide__arrow.splide__arrow--prev {
  border-right: 1px solid #CACACA;
  left: 0;
}
.section.section--featured-products .splide__arrow.splide__arrow--next {
  right: 0;
}
.section.section--featured-products .splide__arrow svg {
  fill: #FFF;
}
@media screen and (max-width: 768px) {
  .section.section--featured-products .splide__arrow {
    top: 195px;
  }
}
.section.section--hero.section--hero--slider .container {
  padding-right: 0;
}
@media screen and (max-width: 1082px) {
  .section.section--hero.section--hero--slider .container .col--md-6 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1082px) {
  .section.section--hero.section--hero--slider .container {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1082px) {
  .section.section--hero.section--hero--slider .hero__content {
    margin-bottom: 24px;
  }
}
.section.section--hero.section--hero--slider .splide__slide {
  display: flex;
  background-color: #F1F1F1;
  padding: 0 36px;
}
.section.section--hero.section--hero--slider .splide__slide .row {
  margin-left: 0;
}
.section.section--hero.section--hero--slider .splide__slide .h2 {
  margin-bottom: 12px;
}
.section.section--hero.section--hero--slider .splide__slide p:not(.h2) {
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 24px;
}
.section.section--hero.section--hero--slider .splide__slide .event__content {
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .section.section--hero.section--hero--slider .splide__slide {
    padding: 0;
  }
}
.section.section--hero.section--hero--slider .splide__arrow {
  border-radius: 0;
  opacity: 1;
}
.section.section--hero.section--hero--slider .splide__arrow:disabled {
  opacity: 0;
  z-index: -1;
}
.section.section--hero.section--hero--slider .splide__arrow.splide__arrow--prev {
  background-color: #FFF;
}
.section.section--hero.section--hero--slider .splide__arrow.splide__arrow--prev svg {
  fill: #2B338C;
}
.section.section--hero.section--hero--slider .splide__arrow.splide__arrow--next {
  background-color: #2B338C;
}
.section.section--hero.section--hero--slider .splide__arrow.splide__arrow--next svg {
  fill: #FFF;
}
.section.section--hero .row--flex--balign .align-text-right .hero__dropdown .filter__select {
  max-width: 275px;
}
@media screen and (max-width: 480px) {
  .section.section--hero .row--flex--balign .align-text-right .hero__dropdown {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--hero .row--flex--balign .align-text-right {
    text-align: left;
  }
}
.section.section--hero .hero__content p {
  padding-right: 48px;
}
.section.section--hero-banner {
  padding: 72px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section.section--homepage-slider {
  padding: 0 0 24px;
}
.section.section--homepage-slider .slide__content {
  position: relative;
  z-index: 10;
  margin: auto;
  margin-top: -144px;
}
.section.section--homepage-slider .slide__content h1, .section.section--homepage-slider .slide__content .h1, .section.section--homepage-slider .slide__content .h3 {
  margin-bottom: 6px;
}
.section.section--homepage-slider .slide__content h1 {
  font-size: 48.75px;
  font-size: 3.046875rem;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .section.section--homepage-slider .slide__content h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
  }
}
.section.section--homepage-slider .slide__content .h3 {
  line-height: 28px;
  color: #76A3CC;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section.section--homepage-slider .slide__content .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.section.section--homepage-slider .slide__content .homepage-slider__content {
  padding-right: 72px;
}
@media screen and (max-width: 768px) {
  .section.section--homepage-slider .slide__content .homepage-slider__content {
    padding-right: 0;
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--homepage-slider .slide__content .homepage-slider__content {
    padding-right: 24px;
    margin-bottom: 24px;
  }
}
.section.section--homepage-slider .slide__content .homepage-slider__image {
  margin-top: -24px;
}
@media screen and (max-width: 480px) {
  .section.section--homepage-slider .slide__content .homepage-slider__image {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .section.section--homepage-slider .slide__content {
    margin-top: -96px;
  }
}
@media screen and (max-width: 1080px) {
  .section.section--homepage-slider .slide__content {
    margin-top: -24px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--homepage-slider .slide__content {
    margin-top: 24px;
  }
}
.section.section--homepage-slider .homepage-slider__background-image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
.section.section--homepage-slider .splide__arrow {
  border-radius: 0;
  opacity: 1;
  top: 246.5px;
}
.section.section--homepage-slider .splide__arrow.splide__arrow--prev {
  background-color: #FFF;
  left: 0;
}
.section.section--homepage-slider .splide__arrow.splide__arrow--prev svg {
  fill: #2B338C;
}
.section.section--homepage-slider .splide__arrow.splide__arrow--next {
  background-color: #2B338C;
  right: 0;
}
.section.section--homepage-slider .splide__arrow.splide__arrow--next svg {
  fill: #FFF;
}
@media screen and (max-width: 768px) {
  .section.section--homepage-slider .splide__arrow {
    top: 195px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--homepage-slider {
    padding-bottom: 24px;
  }
}
.section.section--image-content img {
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .section.section--image-content img {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.section.section--login .form__group {
  margin-bottom: 24px;
}
.section.section--login .form__group label {
  display: block;
  margin-bottom: 12px;
}
.section.section--login .form__group input {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
}
.section.section--login .form__group input[type=submit] {
  color: #FFF;
}
.section.section--login .form__group input[type=submit]:hover {
  color: #2B338C;
}
.section.section--logos {
  padding: 96px 0;
  margin-bottom: -24px;
}
.section.section--logos:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F1F1F1;
  border-top: 2px solid #2B338C;
  border-bottom: 2px solid #2B338C;
  transform: rotateZ(-1deg);
  z-index: 0;
}
.section.section--logos .logos__logos {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
.section.section--logos .logos__logos li img {
  height: 70px;
  max-width: 115px;
}
@media screen and (max-width: 480px) {
  .section.section--logos .logos__logos li img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--logos .logos__logos li {
    flex: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section.section--logos {
    padding-bottom: 72px;
  }
}
.section.section--news .archive__filter .filter__header {
  margin-bottom: 24px;
  color: #26BFE1;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
.section.section--news .archive__filter form {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section.section--news .archive__filter .filter__select {
  border: 3px solid #2B338C;
  border-radius: 24px;
  color: #2B338C;
  max-width: 175px;
  margin: unset;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.section.section--news .archive__filter .btn--reset-filters {
  margin-bottom: 24px;
}
.section.section--news .row--flex .col--lg-3 {
  display: flex;
  flex-direction: column;
}
.section.section--news .row--flex .col--lg-3 .news__article {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 72px;
}
.section.section--news .row--flex .col--lg-3 .news__article img {
  display: flex;
  flex: 1;
  margin-bottom: 24px;
}
.section.section--news .row--flex .col--lg-3 .news__article p:not(.h4) {
  font-size: 10px;
  font-size: 0.625rem;
}
.section.section--news .row--flex .col--lg-3 .news__article .news__date,
.section.section--news .row--flex .col--lg-3 .news__article .news__source {
  margin-bottom: 0;
}
.section.section--news .row--flex .col--lg-3 .news__article .news__cta {
  display: flex;
  margin-top: auto;
}
.section.section--newsletter .newsletter__newsletter {
  margin-bottom: 24px;
}
.section.section--newsletter .newsletter__newsletter a:not(.btn) {
  display: block;
  margin-bottom: 6px;
}
.section.section--newsletter .newsletter__newsletter a:not(.btn) img {
  margin-bottom: 24px;
}
.section.section--newsletter .newsletter__newsletter .news__date {
  margin-bottom: 6px;
}
.section.section--newsletter .newsletter__newsletter .btn, .section.section--newsletter .newsletter__newsletter .woocommerce button.button, .woocommerce .section.section--newsletter .newsletter__newsletter button.button,
.section.section--newsletter .newsletter__newsletter .woocommerce input.button,
.woocommerce .section.section--newsletter .newsletter__newsletter input.button,
.section.section--newsletter .newsletter__newsletter .woocommerce a.button,
.woocommerce .section.section--newsletter .newsletter__newsletter a.button,
.section.section--newsletter .newsletter__newsletter .woocommerce input#submit,
.woocommerce .section.section--newsletter .newsletter__newsletter input#submit, .section.section--newsletter .newsletter__newsletter .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--newsletter .newsletter__newsletter .gform_button, .section.section--newsletter .newsletter__newsletter .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--newsletter .newsletter__newsletter .btn {
  margin-bottom: 6px;
}
.section.section--newsletter form {
  display: flex;
  justify-content: space-evenly;
}
.section.section--newsletter form .filter__select {
  margin: 0 0 24px !important;
}
.section.section--news-post header {
  margin-bottom: 24px;
}
.section.section--news-post header .news__date {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.section--one-column table td {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section.section--one-column table {
    width: 100%;
  }
}
.section.section--page-search .archive__filter {
  padding: 24px 0;
}
.section.section--pages .pages__content {
  margin-bottom: 48px;
}
.section.section--pages .pages__page {
  margin-bottom: 24px;
}
.section.section--pages .pages__page img {
  margin-bottom: 24px;
}
.section.section--product {
  padding-top: 0;
}
.section.section--product .row--header {
  padding: 48px 0;
}
.section.section--product .row--header .product__categories {
  margin-bottom: 24px;
  font-size: 10px;
  font-size: 0.625rem;
}
.section.section--product .row--header .product__question {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .section.section--product .row--header {
    padding-top: 0;
  }
}
.section.section--product .product__content .btn, .section.section--product .product__content .woocommerce button.button, .woocommerce .section.section--product .product__content button.button,
.section.section--product .product__content .woocommerce input.button,
.woocommerce .section.section--product .product__content input.button,
.section.section--product .product__content .woocommerce a.button,
.woocommerce .section.section--product .product__content a.button,
.section.section--product .product__content .woocommerce input#submit,
.woocommerce .section.section--product .product__content input#submit, .section.section--product .product__content .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--product .product__content .gform_button, .section.section--product .product__content .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--product .product__content .btn {
  margin-right: 6px;
}
.section.section--product .product__tabs {
  padding: 24px 0 12px;
}
.section.section--product .product__tab {
  display: none;
  padding: 48px 0;
}
.section.section--product .product__tab.active {
  display: block;
}
.section.section--product .product__tab .ialignright-xs {
  display: block;
  margin-bottom: 24px;
}
.section.section--product .product__tab .ialignright-xs a {
  display: block;
}
.section.section--product .product__tab .ialignright-xs img {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .section.section--product .product__tab .wp-video {
    margin: 24px 0;
  }
}
.section.section--product .product__slider .splide__track {
  border: 1px solid #CACACA;
}
.section.section--product .product__slider .splide__track .splide__slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section.section--product .product__resources {
  list-style: none;
  margin-left: 0;
}
.section.section--product .product__resources li {
  display: flex;
}
.section.section--product .product__resources li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.section.section--product .product__resources li a img {
  max-height: 12px;
  margin-right: 6px;
}
.section.section--product .video__player {
  width: 100%;
  height: 360px;
  box-shadow: 0px 85px 50px -20px #6A6A6A;
}
@media screen and (max-width: 1024px) {
  .section.section--product .video__player {
    margin-top: 24px;
    height: 475px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--product .video__player {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--product .video__player {
    height: 225px;
  }
}
.section.section--products {
  padding-top: 0;
}
.section.section--products.section--products--related {
  padding: 48px 0 0;
}
.section.section--products.section--products--related:before {
  bottom: -24px;
}
.section.section--products .archive__filter {
  padding: 24px 0;
  margin-bottom: 48px;
}
.section.section--products .archive__filter .filter__header {
  margin-bottom: 24px;
  color: #26BFE1;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
.section.section--products .archive__filter .filter__all {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #2B338C;
  text-transform: uppercase;
  padding: 5px 24px 2px;
  margin-bottom: 12px;
  border: 3px solid transparent;
  border-radius: 24px;
  transition: ease-in-out 250ms;
  cursor: pointer;
}
.section.section--products .archive__filter .filter__all:hover {
  text-decoration: none;
}
.section.section--products .archive__filter .filter__all.active {
  border: 3px solid #2B338C;
  background-color: #FFF;
}
.section.section--products .archive__filter label span {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #2B338C;
  text-transform: uppercase;
  padding: 5px 24px 2px;
  margin: 0 6px 12px;
  border: 3px solid transparent;
  border-radius: 24px;
  transition: ease-in-out 250ms;
  cursor: pointer;
}
.section.section--products .archive__filter label input[type=radio]:checked + span {
  border: 3px solid #2B338C;
  background-color: #FFF;
}
.section.section--products .archive__filter label input {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section.section--products .archive__filter label {
    display: inline-block;
    margin-bottom: 24px;
  }
}
.section.section--products .row--flex .col {
  display: flex;
}
.section.section--products .products__header {
  margin-bottom: 48px;
}
.section.section--products .products__product {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 72px;
}
.section.section--products .products__product img,
.section.section--products .products__product h3, .section.section--products .products__product .h3,
.section.section--products .products__product .product__excerpt {
  margin-bottom: 24px;
}
.section.section--products .products__product img {
  border: 1px solid #CDCDCD;
}
.section.section--products .products__product .product__cta {
  display: flex;
  margin-top: auto;
}
.section.section--products .products__product .btn--inverse {
  margin-right: 12px;
}
.section.section--reference-paper .archive__filter form {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section.section--reference-paper .reference-paper__paper {
  margin-bottom: 24px;
}
.section.section--reference-paper .reference-paper__paper p, .section.section--reference-paper .reference-paper__paper .h4, .section.section--reference-paper .reference-paper__paper .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--reference-paper .reference-paper__paper a, .section.section--reference-paper .reference-paper__paper .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--reference-paper .reference-paper__paper legend, .section.section--reference-paper .reference-paper__paper .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--reference-paper .reference-paper__paper h2, .section.section--reference-paper .reference-paper__paper .section.section--login .form__group label, .section.section--login .form__group .section.section--reference-paper .reference-paper__paper label {
  display: block;
  margin-bottom: 6px;
}
.section.section--reference-paper .reference-paper__paper .reference-paper__author {
  color: #2B338C;
}
.section.section--reference-paper .reference-paper__paper img {
  margin-bottom: 24px;
}
.section.section--resources-banner {
  background-color: #2B338C;
  background: linear-gradient(0deg, rgb(43, 51, 140) 0%, rgb(30, 38, 123) 50%, rgb(43, 51, 140) 100%);
  color: #FFF;
  z-index: 10;
}
.section.section--resources-banner .container {
  position: relative;
}
.section.section--resources-banner .container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 175px;
  width: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section.section--resources-banner .container:after {
    display: none;
  }
}
.section.section--resources-banner .container .row--flex .col--lg-6 {
  display: flex;
  flex-direction: column;
}
.section.section--resources-banner .container .row--flex .col--lg-6 .resources-banner__column--2 .row--flex--valign {
  flex: 1;
  height: 100%;
}
.section.section--resources-banner .resources-banner__header {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section.section--resources-banner .resources-banner__column.resources-banner__column--1 {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFF;
  }
}
@media screen and (max-width: 768px) {
  .section.section--resources-banner .resources-banner__column {
    margin-bottom: 24px;
  }
}
.section.section--resources-banner .resources-banner__content p {
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 48px;
}
.section.section--resources-banner .resources-banner__cta {
  position: relative;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin-left: 0;
}
.section.section--resources-banner .resources-banner__cta:after {
  content: "or";
  position: absolute;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  color: #2B338C;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .section.section--resources-banner .resources-banner__cta:after {
    top: 50%;
    transform: translateY(-100%);
  }
}
.section.section--resources-banner .resources-banner__cta .btn, .section.section--resources-banner .resources-banner__cta .woocommerce button.button, .woocommerce .section.section--resources-banner .resources-banner__cta button.button,
.section.section--resources-banner .resources-banner__cta .woocommerce input.button,
.woocommerce .section.section--resources-banner .resources-banner__cta input.button,
.section.section--resources-banner .resources-banner__cta .woocommerce a.button,
.woocommerce .section.section--resources-banner .resources-banner__cta a.button,
.section.section--resources-banner .resources-banner__cta .woocommerce input#submit,
.woocommerce .section.section--resources-banner .resources-banner__cta input#submit, .section.section--resources-banner .resources-banner__cta .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--resources-banner .resources-banner__cta .gform_button, .section.section--resources-banner .resources-banner__cta .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner .resources-banner__cta .btn {
  padding: 8px 12px 6px;
}
@media screen and (max-width: 480px) {
  .section.section--resources-banner .resources-banner__cta .btn, .section.section--resources-banner .resources-banner__cta .woocommerce button.button, .woocommerce .section.section--resources-banner .resources-banner__cta button.button,
  .section.section--resources-banner .resources-banner__cta .woocommerce input.button,
  .woocommerce .section.section--resources-banner .resources-banner__cta input.button,
  .section.section--resources-banner .resources-banner__cta .woocommerce a.button,
  .woocommerce .section.section--resources-banner .resources-banner__cta a.button,
  .section.section--resources-banner .resources-banner__cta .woocommerce input#submit,
  .woocommerce .section.section--resources-banner .resources-banner__cta input#submit, .section.section--resources-banner .resources-banner__cta .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--resources-banner .resources-banner__cta .gform_button, .section.section--resources-banner .resources-banner__cta .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner .resources-banner__cta .btn {
    margin-bottom: 48px;
  }
}
.section.section--resources-banner .resources-banner__cta p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .section.section--resources-banner .resources-banner__cta {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.section.section--resources-banner select {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
  max-width: unset;
  font-size: 14px;
  font-size: 0.875rem;
  border-width: 1px;
  width: 218px;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .section.section--resources-banner select {
    margin-top: 48px;
  }
}
.section.section--resources-banner select option {
  color: #666;
}
.section.section--resources-banner .btn, .section.section--resources-banner .woocommerce button.button, .woocommerce .section.section--resources-banner button.button,
.section.section--resources-banner .woocommerce input.button,
.woocommerce .section.section--resources-banner input.button,
.section.section--resources-banner .woocommerce a.button,
.woocommerce .section.section--resources-banner a.button,
.section.section--resources-banner .woocommerce input#submit,
.woocommerce .section.section--resources-banner input#submit, .section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .section.section--resources-banner button.button, .section.section--resources-banner .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner button.button,
.section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .section.section--resources-banner input.button,
.section.section--resources-banner .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner input.button,
.section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .section.section--resources-banner a.button,
.section.section--resources-banner .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner a.button, .section.section--resources-banner .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--resources-banner .gform_button, .section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit .btn, .woocommerce .section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit button.button,
.woocommerce .section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .section.section--resources-banner .section.section--contact .contact__form .vfb-fieldType-submit a.button, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner .woocommerce button.button,
.section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .section.section--resources-banner .woocommerce a.button {
  border-color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
}
.section.section--search .search__header {
  margin-bottom: 72px;
}
.section.section--search .search__results {
  margin-bottom: 48px;
}
.section.section--search .search__results .search__result {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2B338C;
}
.section.section--search .search__results .search__result a:hover {
  text-decoration: none;
  color: #2B338C;
}
.section.section--search .search__results .search__result .h3 {
  margin-bottom: 12px;
}
.section.section--solutions {
  background-image: url("./img/solution-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.section.section--solutions:before {
  bottom: -96px !important;
}
.section.section--solutions .container {
  position: relative;
}
.section.section--solutions .row--flex {
  flex-wrap: wrap;
}
.section.section--solutions .row--flex .col {
  display: flex;
  flex-direction: column;
}
.section.section--solutions .solutions__content {
  margin-bottom: 48px;
}
.section.section--solutions .solutions__solution {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  align-items: center;
  padding: 0 24px;
}
.section.section--solutions .solutions__solution img {
  margin-bottom: 24px;
  border-radius: 50%;
}
.section.section--solutions .solutions__solution .h4, .section.section--solutions .solutions__solution .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--solutions .solutions__solution a, .section.section--solutions .solutions__solution .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--solutions .solutions__solution legend, .section.section--solutions .solutions__solution .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--solutions .solutions__solution h2, .section.section--solutions .solutions__solution .section.section--login .form__group label, .section.section--login .form__group .section.section--solutions .solutions__solution label {
  display: flex;
  margin-bottom: 12px;
}
.section.section--solutions .solutions__solution p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.section.section--solutions .solutions__solution .btn, .section.section--solutions .solutions__solution .woocommerce button.button, .woocommerce .section.section--solutions .solutions__solution button.button,
.section.section--solutions .solutions__solution .woocommerce input.button,
.woocommerce .section.section--solutions .solutions__solution input.button,
.section.section--solutions .solutions__solution .woocommerce a.button,
.woocommerce .section.section--solutions .solutions__solution a.button,
.section.section--solutions .solutions__solution .woocommerce input#submit,
.woocommerce .section.section--solutions .solutions__solution input#submit, .section.section--solutions .solutions__solution .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .section.section--solutions .solutions__solution .gform_button, .section.section--solutions .solutions__solution .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .section.section--solutions .solutions__solution .btn {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .section.section--solutions .solutions__solution {
    margin-bottom: 24px;
  }
}
.section.section--support {
  padding-top: 24px;
  padding-bottom: 0;
  overflow: visible;
  z-index: 1;
}
.section.section--support.section--support--dark {
  background-color: #F7F7F7;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #666666;
  z-index: 0;
}
.section.section--support .container--title {
  padding: 72px 24px;
  margin-bottom: 48px;
  max-width: unset;
  background-color: #1A1B3F;
  color: #FFF;
}
.section.section--support .container--title h1 {
  color: #FFF;
}
.section.section--support .support__tabs-heading {
  font-size: 24px;
  font-size: 1.5rem;
}
.section.section--support .support__tabs {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-left: 0;
}
.section.section--support .support__tabs .support__tab {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 15px;
  height: 200px;
  aspect-ratio: 1/1 !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform-style: preserve-3d;
}
.section.section--support .support__tabs .support__tab.active {
  border-color: #2B338C;
  box-shadow: 0px 1px 5px 1px rgba(43, 51, 140, 0.5);
}
.section.section--support .support__tabs .support__tab.active:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% - 9px);
  width: calc(100% - 24px);
  height: 48px;
  background-color: #F7F7F7;
  z-index: 10;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  transform: translateZ(-1px);
}
@media screen and (max-width: 850px) {
  .section.section--support .support__tabs .support__tab.active:after {
    display: none;
  }
}
.section.section--support .support__tabs .support__tab.active span {
  color: #2B338C;
}
.section.section--support .support__tabs .support__tab.active img {
  filter: invert(14%) sepia(60%) saturate(3240%) hue-rotate(230deg) brightness(94%) contrast(91%);
}
.section.section--support .support__tabs .support__tab span {
  display: flex;
  margin-top: auto;
  margin-bottom: 24px;
  font-size: 22px;
  font-size: 1.375rem;
}
.section.section--support .support__tabs .support__tab img {
  display: flex;
  margin-top: auto;
  max-height: 50px;
}
@media screen and (max-width: 850px) {
  .section.section--support .support__tabs .support__tab {
    flex: calc(50% - 12px);
    margin-bottom: 0;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .section.section--support .support__tabs {
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
  }
}
.section.section--support .support__content {
  display: none;
}
.section.section--support .support__content.active {
  display: block;
}
.section.section--support .support__content .support__documents {
  margin-bottom: 72px;
  margin-left: 72px;
}
.section.section--support .support__content .support__documents li {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
.section.section--support .support__content .support__documents li:after {
  content: "";
  position: relative;
  display: inline-flex;
  right: 0;
  background-image: url("./img/download.svg");
  height: 12px;
  width: 12px;
  margin-left: 6px;
}
.section.section--support .support__content .support__documents li a {
  color: #666;
}
@media screen and (max-width: 768px) {
  .section.section--support .support__content .support__documents {
    margin-bottom: 48px;
    margin-left: 24px;
  }
}
.section.section--support .support__content .support__image {
  width: 100%;
  margin-bottom: 72px;
  cursor: pointer;
}
.section.section--support .support__content .support__faqs {
  margin-left: 0;
  list-style: none;
}
.section.section--support .support__content .support__faqs li {
  margin-bottom: 24px;
}
.section.section--support .support__content .support__faqs .faqs__question {
  text-transform: uppercase;
  cursor: pointer;
}
.section.section--support .support__content .support__faqs .faqs__answer {
  display: none;
  padding-top: 24px;
}
.section.section--support .support__content .support__tips-slider,
.section.section--support .support__content .support__videos-slider {
  padding: 0 24px;
}
.section.section--support .support__content .support__tips-slider .splide__arrow,
.section.section--support .support__content .support__videos-slider .splide__arrow {
  background-color: #2B338C;
  border-radius: 0;
  opacity: 1;
}
.section.section--support .support__content .support__tips-slider .splide__arrow.splide__arrow--next,
.section.section--support .support__content .support__videos-slider .splide__arrow.splide__arrow--next {
  right: -24px;
}
@media screen and (max-width: 768px) {
  .section.section--support .support__content .support__tips-slider .splide__arrow.splide__arrow--next,
  .section.section--support .support__content .support__videos-slider .splide__arrow.splide__arrow--next {
    right: -12px;
  }
}
.section.section--support .support__content .support__tips-slider .splide__arrow.splide__arrow--prev,
.section.section--support .support__content .support__videos-slider .splide__arrow.splide__arrow--prev {
  left: -24px;
}
@media screen and (max-width: 768px) {
  .section.section--support .support__content .support__tips-slider .splide__arrow.splide__arrow--prev,
  .section.section--support .support__content .support__videos-slider .splide__arrow.splide__arrow--prev {
    left: -12px;
  }
}
.section.section--support .support__content .support__tips-slider .splide__arrow:disabled,
.section.section--support .support__content .support__videos-slider .splide__arrow:disabled {
  display: none;
}
.section.section--support .support__content .support__tips-slider .splide__arrow svg,
.section.section--support .support__content .support__videos-slider .splide__arrow svg {
  filter: brightness(0) invert(1);
}
.section.section--support .support__content .support__tips-slider {
  margin-bottom: 72px;
}
.section.section--support .support__content .support__tips-slider .splide__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.section.section--support .support__content .support__tips-slider .splide__slide p {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 6px;
  margin-top: 12px;
}
.section.section--support .support__content .support__tips-slider .splide__arrow {
  background-color: #2B338C;
  border-radius: 0;
  opacity: 1;
}
.section.section--support .support__content .support__tips-slider .splide__arrow:disabled {
  display: none;
}
.section.section--support .support__content .support__tips-slider .splide__arrow svg {
  filter: brightness(0) invert(1);
}
.section.section--support .support__content .support__videos-slider {
  margin-bottom: 96px;
}
.section.section--support .support__content .support__videos-slider .splide__slide .support__video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 24px;
}
.section.section--support .support__content .support__videos-slider .splide__slide .support__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .section.section--support .support__content .support__videos-slider .splide__slide {
    padding-top: 0;
  }
}
.section.section--support .support__content .support__videos-slider .splide__pagination {
  bottom: -48px;
}
.section.section--support .support__content .support__videos-slider .splide__pagination .splide__pagination__page {
  height: 12px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #666;
}
.section.section--support .support__content .support__videos-slider .splide__pagination .splide__pagination__page.is-active {
  background: #666;
  transform: scale(1);
}
.section.section--support .scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #2B338C;
  float: right;
}
.section.section--support .scroll-top img {
  max-width: 18px;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.section.section--team .team__content {
  margin-bottom: 48px;
}
.section.section--team .team__member {
  cursor: pointer;
  margin-bottom: 24px;
}
.section.section--team .team__member img {
  margin-bottom: 12px;
}
.section.section--team .team__member .h4, .section.section--team .team__member .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--team .team__member a, .section.section--team .team__member .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--team .team__member legend, .section.section--team .team__member .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--team .team__member h2, .section.section--team .team__member .section.section--login .form__group label, .section.section--login .form__group .section.section--team .team__member label {
  margin-bottom: 0;
}
.section.section--team .team__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #FFF;
  padding: 48px 24px 24px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  overflow-Y: scroll;
  width: 80vw;
}
.section.section--team .team__modal img {
  margin-bottom: 24px;
}
.section.section--team .team__modal .h4, .section.section--team .team__modal .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--team .team__modal a, .section.section--team .team__modal .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--team .team__modal legend, .section.section--team .team__modal .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--team .team__modal h2, .section.section--team .team__modal .section.section--login .form__group label, .section.section--login .form__group .section.section--team .team__modal label, .section.section--team .team__modal .h5, .section.section--team .team__modal .nav-panel ul.nav-panel__solutions li a, .nav-panel ul.nav-panel__solutions li .section.section--team .team__modal a, .section.section--team .team__modal .woocommerce .gfield_label, .woocommerce .section.section--team .team__modal .gfield_label {
  margin-bottom: 0;
}
.section.section--team .team__modal .modal__content sup {
  line-height: 1px;
}
.section.section--team .team__modal .modal__content .modal__contact {
  display: flex;
  justify-content: flex-end;
}
.section.section--team .team__modal .modal__content .modal__contact p {
  margin-bottom: 0;
}
.section.section--team .team__modal .modal__content .modal__contact i, .section.section--team .team__modal .modal__content .modal__contact a {
  color: #2B338C;
}
.section.section--team .team__modal .modal__content .modal__contact .contact__info {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.section.section--team .team__modal .modal__content .modal__contact .contact__info i {
  margin-right: 6px;
}
@media screen and (max-width: 480px) {
  .section.section--team .team__modal .modal__content .modal__contact .contact__info {
    margin-left: 0;
    margin-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--team .team__modal .modal__content .modal__contact {
    justify-content: flex-start;
    margin-top: 24px;
  }
}
.section.section--team .team__modal .modal__content hr {
  margin: 12px 0 24px;
}
.section.section--team .team__modal .modal__close {
  position: absolute;
  top: 0;
  right: 24px;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  color: #2B338C;
}
@media screen and (max-height: 750px) {
  .section.section--team .team__modal {
    top: 24px;
    bottom: 24px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  .section.section--team .team__modal {
    width: 80%;
    min-height: unset;
  }
}
@media screen and (max-width: 480px) {
  .section.section--team .team__modal {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    z-index: 1000;
  }
}
.section.section--team-member .team__contact {
  display: flex;
  justify-content: flex-end;
}
.section.section--team-member .team__contact .contact__info {
  margin-left: 12px;
}
.section.section--team-member .team__contact .contact__info i {
  margin-right: 6px;
}
.section.section--team-member .team__contact .contact__info a, .section.section--team-member .team__contact .contact__info i {
  color: #2B338C;
}
@media screen and (max-width: 480px) {
  .section.section--team-member .team__contact .contact__info {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .section.section--team-member .team__contact {
    display: block;
    margin-top: 24px;
  }
}
.section.section--team-member img {
  margin-bottom: 24px;
}
.section.section--team-member hr {
  margin-top: 24px;
}
.section.section--two-column .col--lg-6:first-of-type {
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .section.section--two-column .col--lg-6:first-of-type {
    padding-right: 0;
  }
}
.section.section--two-column .two-column__content {
  margin-bottom: 24px;
}
.section.section--webinar iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .section.section--webinar iframe {
    height: 375px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--webinar iframe {
    height: 250px;
  }
}
.section.section--webinars .archive__header .h2 {
  color: #26BFE1;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: none;
}
.section.section--webinars .webinars__webinar {
  margin-bottom: 48px;
}
.section.section--webinars .webinars__webinar .h4, .section.section--webinars .webinars__webinar .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .section.section--webinars .webinars__webinar a, .section.section--webinars .webinars__webinar .section.section--contact .contact__form legend, .section.section--contact .contact__form .section.section--webinars .webinars__webinar legend, .section.section--webinars .webinars__webinar .section.section--contact .contact__form h2, .section.section--contact .contact__form .section.section--webinars .webinars__webinar h2, .section.section--webinars .webinars__webinar .section.section--login .form__group label, .section.section--login .form__group .section.section--webinars .webinars__webinar label {
  text-transform: none;
}
.section.section--webinars .webinars__webinar img {
  margin-bottom: 24px;
}
.section.section--webinars .webinars__webinar .webinars__duration {
  font-size: 10px;
  font-size: 0.625rem;
}
.section.section--webinars-filter {
  padding: 0;
  margin: 0;
}
.section.section--webinars-filter form {
  display: flex;
  justify-content: space-evenly;
}
.section.section--webinars-filter form .filter__select {
  margin: 0 0 24px !important;
}
@media screen and (max-width: 480px) {
  .section.section--webinars-filter form {
    display: block;
  }
}
.section.section--content-video:before, .section.section--featured-products:before, .section.section--logos:before, .section.section--products--related:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  right: -24px;
  background-color: #F1F1F1;
  border-top: 2px solid #2B338C;
  border-bottom: 2px solid #2B338C;
  transform: rotateZ(-1deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section--content-video:before, .section.section--featured-products:before, .section.section--logos:before, .section.section--products--related:before {
    top: 6px;
    bottom: 6px;
  }
}
.section.section--content-video .container, .section.section--featured-products .container, .section.section--logos .container, .section.section--products--related .container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section.section--content-video, .section.section--featured-products, .section.section--logos, .section.section--products--related {
    max-width: 100vw !important;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.woocommerce {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.woocommerce .product .summary {
  margin-bottom: 48px !important;
}
.woocommerce .post__header {
  margin-bottom: 24px;
}
.woocommerce .post__footer {
  display: none;
}
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce input#submit {
  background-color: #2B338C !important;
  height: 35px;
}
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce input#submit:hover {
  background-color: #fff !important;
  color: #2B338C !important;
}
.woocommerce button.button.checkout-button,
.woocommerce input.button.checkout-button,
.woocommerce a.button.checkout-button,
.woocommerce input#submit.checkout-button {
  height: unset;
  border-radius: 36px;
}
.woocommerce button.button.wc-forward, .woocommerce button.button.wc-backward,
.woocommerce input.button.wc-forward,
.woocommerce input.button.wc-backward,
.woocommerce a.button.wc-forward,
.woocommerce a.button.wc-backward,
.woocommerce input#submit.wc-forward,
.woocommerce input#submit.wc-backward {
  height: unset;
}
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
  border-radius: 16.18px;
  border: 1px solid #2B338C;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
  max-width: unset;
  height: 35px;
}
.woocommerce input::-moz-placeholder, .woocommerce select::-moz-placeholder, .woocommerce textarea::-moz-placeholder {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
}
.woocommerce input::placeholder,
.woocommerce select::placeholder,
.woocommerce textarea::placeholder {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #2B338C;
}
.woocommerce #account_password_field {
  margin-top: -24px;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-SavedPaymentMethods-saveNew {
  margin-left: 12px !important;
}
.woocommerce .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
  height: unset;
  margin-right: 6px !important;
}
.woocommerce .ginput_container_singleproduct .ginput_quantity {
  float: right;
}
.woocommerce .woocommerce-Price-amount.amount {
  color: #2B338C;
}
.woocommerce .woocommerce-message {
  border-top-color: #2B338C;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  border: 1px solid #2B338C !important;
  height: 35px;
  border-radius: 24px !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection .select2-selection__rendered,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  line-height: 35px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__arrow,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__arrow {
  top: 5px !important;
  right: 5px !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__arrow b,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__arrow b {
  border-color: #2B338C transparent transparent transparent !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper select,
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-hidden-accessible,
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container,
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper select,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-hidden-accessible,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-container,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  color: #2B338C !important;
  margin: auto !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered,
.woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered {
  padding-left: 12px !important;
}
.woocommerce .woocommerce-product-details__short-description,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-additional-fields,
.woocommerce .woocommerce-address-fields__field-wrapper {
  margin-bottom: 24px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 30px;
  font-size: 1.875rem;
}
.woocommerce .coupon .input-text {
  width: 130px !important;
  padding: 6px 12px !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
  height: unset !important;
}
.woocommerce .woocommerce-variation-price {
  margin-bottom: 24px;
}

.btn, .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .vfb-fieldType-submit .btn, .woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce input#submit, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button {
  background-color: #2B338C;
  color: #fff;
  display: inline-block;
  padding: 8px 18px 6px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: auto;
  transition: all 0.5s;
  border: 2px solid transparent;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 16px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-mask-image: radial-gradient(white, black);
}
.btn::-moz-focus-inner, .section.section--contact .contact__form .gform_footer .gform_button::-moz-focus-inner, .section.section--contact .contact__form .vfb-fieldType-submit .btn::-moz-focus-inner, .woocommerce button.button::-moz-focus-inner,
.woocommerce input.button::-moz-focus-inner,
.woocommerce a.button::-moz-focus-inner,
.woocommerce input#submit::-moz-focus-inner, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button::-moz-focus-inner, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button::-moz-focus-inner,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button::-moz-focus-inner,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button::-moz-focus-inner,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button::-moz-focus-inner,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover, .section.section--contact .contact__form .gform_footer .gform_button:hover, .section.section--contact .contact__form .vfb-fieldType-submit .btn:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce input#submit:hover, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button:hover, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button:hover,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button:hover,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button:hover,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button:hover,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2B338C;
  border-color: #2B338C;
}
.btn.is-disabled, .section.section--contact .contact__form .gform_footer .is-disabled.gform_button, .section.section--contact .contact__form .vfb-fieldType-submit .is-disabled.btn, .woocommerce button.is-disabled.button,
.woocommerce input.is-disabled.button,
.woocommerce a.is-disabled.button,
.woocommerce input.is-disabled#submit, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.is-disabled.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.is-disabled.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.is-disabled.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.is-disabled.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.is-disabled.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.is-disabled.button, .btn:disabled, .section.section--contact .contact__form .gform_footer .gform_button:disabled, .section.section--contact .contact__form .vfb-fieldType-submit .btn:disabled, .woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce a.button:disabled,
.woocommerce input#submit:disabled, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button:disabled, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button:disabled,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button:disabled,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button:disabled,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button:disabled,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff;
  color: #2B338C;
  border: 2px solid #2B338C;
}
.btn--inverse:hover {
  background-color: #2B338C;
  color: #fff;
  border-color: transparent;
}

.btn--ghost {
  background-color: transparent;
  color: #2B338C;
  border: 2px solid #2B338C;
}
.btn--ghost:hover {
  background-color: #2B338C;
  color: #fff;
  border-color: transparent;
}

.btn--ghost--white {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #FFF;
}
.btn--ghost--white:hover {
  background-color: #FFF;
  color: #2B338C;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 6px;
}

.btn--link {
  background-color: transparent;
  color: #2B338C;
}

/**
 * Hamburger menu
 */
.nav-burger {
  position: relative;
  float: right;
  z-index: 550;
  transition: all 250ms ease-in-out;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #2B338C;
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1140px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.sticky-container {
  position: sticky;
  top: 0;
}

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0;
}
.nav.nav--header li.current-menu-item.btn:after, .nav.nav--header .section.section--contact .contact__form .gform_footer li.current-menu-item.gform_button:after, .section.section--contact .contact__form .gform_footer .nav.nav--header li.current-menu-item.gform_button:after, .nav.nav--header .section.section--contact .contact__form .vfb-fieldType-submit li.current-menu-item.btn:after, .section.section--contact .contact__form .vfb-fieldType-submit .nav.nav--header li.current-menu-item.btn:after, .nav.nav--header li.current-page-ancestor.btn:after, .nav.nav--header .section.section--contact .contact__form .gform_footer li.current-page-ancestor.gform_button:after, .section.section--contact .contact__form .gform_footer .nav.nav--header li.current-page-ancestor.gform_button:after, .nav.nav--header .section.section--contact .contact__form .vfb-fieldType-submit li.current-page-ancestor.btn:after, .section.section--contact .contact__form .vfb-fieldType-submit .nav.nav--header li.current-page-ancestor.btn:after {
  display: none;
}
.nav.nav--header li.current-menu-item:after, .nav.nav--header li.current-page-ancestor:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #2B338C;
}
.nav.nav--header li a:hover {
  color: #2B338C;
}
.nav.nav--header li:not(.btn):hover:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #2B338C;
}
@media screen and (max-width: 768px) {
  .nav.nav--header li:not(.btn):hover:after {
    display: none;
  }
}
.nav.nav--header li:not(.btn):after {
  transition: ease-in-out 250ms;
}
@media screen and (max-width: 768px) {
  .nav.nav--header .nav-panel__solutions li.current-menu-item:after, .nav.nav--header .nav-panel__solutions li.current-page-ancestor:after,
  .nav.nav--header .nav-panel--resources li.current-menu-item:after,
  .nav.nav--header .nav-panel--resources li.current-page-ancestor:after {
    display: none !important;
  }
}
@media screen and (max-width: 1140px) {
  .nav.nav--header.hidden-sm {
    display: none;
  }
}
.nav > li {
  position: relative;
  display: inline-block;
  padding: 24px 0;
  margin-right: 36px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.nav > li.find-representative a {
  position: relative;
}
.nav > li.find-representative a:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateX(-100%) translateY(-60%);
  height: 15px;
  width: 13px;
  background-image: url("./img/marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav > li.change-language a {
  position: relative;
}
.nav > li.change-language a:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateX(-100%) translateY(-60%);
  height: 15px;
  width: 15px;
  background-image: url("./img/language-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav > li.btn, .section.section--contact .contact__form .gform_footer .nav > li.gform_button, .section.section--contact .contact__form .vfb-fieldType-submit .nav > li.btn {
  margin-right: 12px;
  padding: 8px 18px 6px;
}
.nav > li.btn:hover a, .section.section--contact .contact__form .gform_footer .nav > li.gform_button:hover a, .section.section--contact .contact__form .vfb-fieldType-submit .nav > li.btn:hover a {
  color: #2B338C;
}
.nav > li.btn.btn--inverse:hover a, .section.section--contact .contact__form .gform_footer .nav > li.btn--inverse.gform_button:hover a, .section.section--contact .contact__form .vfb-fieldType-submit .nav > li.btn--inverse.btn:hover a {
  color: #FFF;
}
.nav > li.btn.btn--inverse a, .section.section--contact .contact__form .gform_footer .nav > li.btn--inverse.gform_button a, .section.section--contact .contact__form .vfb-fieldType-submit .nav > li.btn--inverse.btn a {
  color: #2B338C;
}
.nav > li.btn a, .section.section--contact .contact__form .gform_footer .nav > li.gform_button a, .section.section--contact .contact__form .vfb-fieldType-submit .nav > li.btn a {
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 1160px) {
  .nav > li.btn, .section.section--contact .contact__form .gform_footer .nav > li.gform_button, .section.section--contact .contact__form .vfb-fieldType-submit .nav > li.btn {
    margin-right: 4px;
  }
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}

.header__navigation {
  display: none;
}
@media screen and (max-width: 1140px) {
  .header__navigation.hidden-lg, .header__navigation.hidden-md {
    display: unset !important;
  }
}
@media screen and (max-width: 1140px) {
  .header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 100%;
    margin: 0;
    transition: opacity 500ms ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, width 0.35s ease;
    text-align: center;
    opacity: 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    min-height: -webkit-fill-available;
  }
  .header__navigation.open {
    z-index: 500;
    visibility: visible;
    width: 100%;
    opacity: 1;
  }
  .header__navigation .nav--header {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: auto;
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform: translateY(-50%);
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px;
  }
  .header__navigation .nav--header ul {
    margin-left: 0;
    list-style: none;
  }
  .header__navigation .nav--header ul.nav-panel__solutions {
    display: none;
  }
  .header__navigation .nav--header .h4, .header__navigation .nav--header .section.section--contact .contact__form legend, .section.section--contact .contact__form .header__navigation .nav--header legend, .header__navigation .nav--header .section.section--contact .contact__form h2, .section.section--contact .contact__form .header__navigation .nav--header h2, .header__navigation .nav--header .section.section--login .form__group label, .section.section--login .form__group .header__navigation .nav--header label, .header__navigation .nav--header .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .header__navigation .nav--header a {
    position: relative;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 1140px) and (max-width: 768px) {
  .header__navigation .nav--header .h4, .header__navigation .nav--header .section.section--contact .contact__form legend, .section.section--contact .contact__form .header__navigation .nav--header legend, .header__navigation .nav--header .section.section--contact .contact__form h2, .section.section--contact .contact__form .header__navigation .nav--header h2, .header__navigation .nav--header .section.section--login .form__group label, .section.section--login .form__group .header__navigation .nav--header label, .header__navigation .nav--header .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .header__navigation .nav--header a {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1140px) {
  .header__navigation .nav--header .h4[data-nav] a, .header__navigation .nav--header .section.section--contact .contact__form legend[data-nav] a, .section.section--contact .contact__form .header__navigation .nav--header legend[data-nav] a, .header__navigation .nav--header .section.section--contact .contact__form h2[data-nav] a, .section.section--contact .contact__form .header__navigation .nav--header h2[data-nav] a, .header__navigation .nav--header .section.section--login .form__group label[data-nav] a, .section.section--login .form__group .header__navigation .nav--header label[data-nav] a, .header__navigation .nav--header .woocommerce .woocommerce-MyAccount-navigation ul li a[data-nav] a, .woocommerce .woocommerce-MyAccount-navigation ul li .header__navigation .nav--header a[data-nav] a {
    font-size: 16px;
    font-size: 1rem;
  }
  .header__navigation .nav--header .h4[data-nav] a:after, .header__navigation .nav--header .section.section--contact .contact__form legend[data-nav] a:after, .section.section--contact .contact__form .header__navigation .nav--header legend[data-nav] a:after, .header__navigation .nav--header .section.section--contact .contact__form h2[data-nav] a:after, .section.section--contact .contact__form .header__navigation .nav--header h2[data-nav] a:after, .header__navigation .nav--header .section.section--login .form__group label[data-nav] a:after, .section.section--login .form__group .header__navigation .nav--header label[data-nav] a:after, .header__navigation .nav--header .woocommerce .woocommerce-MyAccount-navigation ul li a[data-nav] a:after, .woocommerce .woocommerce-MyAccount-navigation ul li .header__navigation .nav--header a[data-nav] a:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 8px;
    width: 14px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-image: url("./img/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__navigation .nav--header .h4[data-nav].active a:after, .header__navigation .nav--header .section.section--contact .contact__form legend[data-nav].active a:after, .section.section--contact .contact__form .header__navigation .nav--header legend[data-nav].active a:after, .header__navigation .nav--header .section.section--contact .contact__form h2[data-nav].active a:after, .section.section--contact .contact__form .header__navigation .nav--header h2[data-nav].active a:after, .header__navigation .nav--header .section.section--login .form__group label[data-nav].active a:after, .section.section--login .form__group .header__navigation .nav--header label[data-nav].active a:after, .header__navigation .nav--header .woocommerce .woocommerce-MyAccount-navigation ul li a[data-nav].active a:after, .woocommerce .woocommerce-MyAccount-navigation ul li .header__navigation .nav--header a[data-nav].active a:after {
    transform: rotateZ(180deg);
  }
  .header__navigation .nav--header .h5, .header__navigation .nav--header .nav-panel ul.nav-panel__solutions li a, .nav-panel ul.nav-panel__solutions li .header__navigation .nav--header a, .header__navigation .nav--header .woocommerce .gfield_label, .woocommerce .header__navigation .nav--header .gfield_label {
    margin-bottom: 12px;
  }
  .header__navigation .nav--header .h5, .header__navigation .nav--header .nav-panel ul.nav-panel__solutions li a, .nav-panel ul.nav-panel__solutions li .header__navigation .nav--header a, .header__navigation .nav--header .woocommerce .gfield_label, .woocommerce .header__navigation .nav--header .gfield_label {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__navigation .nav--header .h5:before, .header__navigation .nav--header .nav-panel ul.nav-panel__solutions li a:before, .nav-panel ul.nav-panel__solutions li .header__navigation .nav--header a:before, .header__navigation .nav--header .woocommerce .gfield_label:before, .woocommerce .header__navigation .nav--header .gfield_label:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 14px;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    background-image: url("./img/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__navigation .nav--header .h5.active:before, .header__navigation .nav--header .nav-panel ul.nav-panel__solutions li a.active:before, .nav-panel ul.nav-panel__solutions li .header__navigation .nav--header a.active:before, .header__navigation .nav--header .woocommerce .active.gfield_label:before, .woocommerce .header__navigation .nav--header .active.gfield_label:before {
    transform: rotateZ(180deg) translateY(4px);
  }
  .header__navigation .nav--header .solutions__products {
    display: none;
  }
}
@media screen and (max-width: 1140px) and (max-width: 768px) {
  .header__navigation .nav--header .nav-panel--resources li.menu-item-has-children > a {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1140px) {
  .header__navigation .nav--header .nav-panel--resources li.menu-item-has-children .sub-menu {
    margin-bottom: 12px;
  }
  .header__navigation .nav--header .btn, .header__navigation .nav--header .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .header__navigation .nav--header .gform_button, .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header .btn, .header__navigation .nav--header .woocommerce button.button, .woocommerce .header__navigation .nav--header button.button,
  .header__navigation .nav--header .woocommerce input.button,
  .woocommerce .header__navigation .nav--header input.button,
  .header__navigation .nav--header .woocommerce a.button,
  .woocommerce .header__navigation .nav--header a.button,
  .header__navigation .nav--header .woocommerce input#submit,
  .woocommerce .header__navigation .nav--header input#submit, .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .header__navigation .nav--header button.button, .header__navigation .nav--header .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header button.button,
  .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
  .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .header__navigation .nav--header input.button,
  .header__navigation .nav--header .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
  .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header input.button,
  .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
  .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .header__navigation .nav--header a.button,
  .header__navigation .nav--header .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
  .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header a.button {
    display: table;
    margin: 0 auto 24px;
    padding: 6px 24px;
    line-height: 1;
  }
  .header__navigation .nav--header .btn:not(.btn--inverse) a, .header__navigation .nav--header .section.section--contact .contact__form .gform_footer .gform_button:not(.btn--inverse) a, .section.section--contact .contact__form .gform_footer .header__navigation .nav--header .gform_button:not(.btn--inverse) a, .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .btn:not(.btn--inverse) a, .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header .btn:not(.btn--inverse) a, .header__navigation .nav--header .woocommerce button.button:not(.btn--inverse) a, .woocommerce .header__navigation .nav--header button.button:not(.btn--inverse) a,
  .header__navigation .nav--header .woocommerce input.button:not(.btn--inverse) a,
  .woocommerce .header__navigation .nav--header input.button:not(.btn--inverse) a,
  .header__navigation .nav--header .woocommerce a.button:not(.btn--inverse) a,
  .woocommerce .header__navigation .nav--header a.button:not(.btn--inverse) a,
  .header__navigation .nav--header .woocommerce input#submit:not(.btn--inverse) a,
  .woocommerce .header__navigation .nav--header input#submit:not(.btn--inverse) a {
    color: #FFF;
  }
  .header__navigation .nav--header .btn a, .header__navigation .nav--header .section.section--contact .contact__form .gform_footer .gform_button a, .section.section--contact .contact__form .gform_footer .header__navigation .nav--header .gform_button a, .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .btn a, .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header .btn a, .header__navigation .nav--header .woocommerce button.button a, .woocommerce .header__navigation .nav--header button.button a,
  .header__navigation .nav--header .woocommerce input.button a,
  .woocommerce .header__navigation .nav--header input.button a,
  .header__navigation .nav--header .woocommerce a.button a,
  .woocommerce .header__navigation .nav--header a.button a,
  .header__navigation .nav--header .woocommerce input#submit a,
  .woocommerce .header__navigation .nav--header input#submit a, .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button a, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .header__navigation .nav--header button.button a, .header__navigation .nav--header .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button a, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header button.button a,
  .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button a,
  .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .header__navigation .nav--header input.button a,
  .header__navigation .nav--header .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button a,
  .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header input.button a,
  .header__navigation .nav--header .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button a,
  .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .header__navigation .nav--header a.button a,
  .header__navigation .nav--header .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button a,
  .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .header__navigation .nav--header a.button a {
    font-size: 16px;
    font-size: 1rem;
  }
  .header__navigation .nav--header > li {
    width: 100%;
    margin: 0;
  }
}

.products__filter ul,
.product__tabs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  width: 100%;
  margin-left: 0;
}
.products__filter ul li,
.product__tabs ul li {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #2B338C;
  text-transform: uppercase;
  padding: 5px 24px 2px;
  margin-bottom: 12px;
  border: 3px solid transparent;
  border-radius: 24px;
  transition: ease-in-out 250ms;
  cursor: pointer;
}
.products__filter ul li.active,
.product__tabs ul li.active {
  border: 3px solid #2B338C;
  background-color: #FFF;
}

.nav-panel {
  position: absolute;
  display: none;
  background-color: #FFF;
  z-index: 10;
  top: 104.99px;
  left: 200px;
  right: 200px;
  padding: 24px 0;
  box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.4);
  max-width: 1025px;
  margin: auto;
}
.nav-panel .col--products {
  min-height: 1px;
}
.nav-panel ul {
  margin-left: 0;
  list-style: none;
}
.nav-panel ul.nav-panel__solutions li {
  position: relative;
  border-bottom: 1px solid #C6C6C6;
}
.nav-panel ul.nav-panel__solutions li.active {
  background-color: #2B338C;
  color: #FFF;
}
.nav-panel ul.nav-panel__solutions li.active:after {
  background-image: url("./img/menu-chevron--white.svg");
}
.nav-panel ul.nav-panel__solutions li.active a {
  color: #FFF;
}
.nav-panel ul.nav-panel__solutions li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 13px;
  width: 7px;
  background-image: url("./img/menu-chevron--grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nav-panel ul.nav-panel__solutions li:hover a {
  color: #FFF;
  text-decoration: none;
}
.nav-panel ul.nav-panel__solutions li a {
  display: block;
  padding: 12px 24px 12px 12px;
}
.nav-panel ul.nav-panel__products {
  display: none;
}
.nav-panel ul.nav-panel__products li {
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #C6C6C6;
}
.nav-panel ul.nav-panel__products li:hover {
  background-color: #2B338C;
  border-color: #FFF;
}
.nav-panel ul.nav-panel__products li:hover a {
  color: #FFF;
}
.nav-panel ul.nav-panel__products li a {
  display: block;
  padding: 12px;
  color: #666666;
}
.nav-panel ul.nav-panel__products li a:hover {
  text-decoration: none;
}
.nav-panel ul.nav-panel__children li {
  display: none;
}
.nav-panel .nav-panel__feature {
  background-color: #F1F1F1;
  padding: 24px;
  font-size: 12px;
  font-size: 0.75rem;
}
.nav-panel .nav-panel__feature img {
  margin-bottom: 12px;
}
.nav-panel .nav-panel__feature p {
  margin-bottom: 0;
}
.nav-panel .nav-panel__feature .h4, .nav-panel .nav-panel__feature .section.section--contact .contact__form legend, .section.section--contact .contact__form .nav-panel .nav-panel__feature legend, .nav-panel .nav-panel__feature .section.section--contact .contact__form h2, .section.section--contact .contact__form .nav-panel .nav-panel__feature h2, .nav-panel .nav-panel__feature .section.section--login .form__group label, .section.section--login .form__group .nav-panel .nav-panel__feature label, .nav-panel .nav-panel__feature .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li .nav-panel .nav-panel__feature a {
  text-transform: none;
  font-weight: 400;
}
.nav-panel .nav-panel__feature .h3 {
  margin-bottom: 12px;
}
.nav-panel .nav-panel__feature .btn, .nav-panel .nav-panel__feature .section.section--contact .contact__form .gform_footer .gform_button, .section.section--contact .contact__form .gform_footer .nav-panel .nav-panel__feature .gform_button, .nav-panel .nav-panel__feature .section.section--contact .contact__form .vfb-fieldType-submit .btn, .section.section--contact .contact__form .vfb-fieldType-submit .nav-panel .nav-panel__feature .btn, .nav-panel .nav-panel__feature .woocommerce button.button, .woocommerce .nav-panel .nav-panel__feature button.button,
.nav-panel .nav-panel__feature .woocommerce input.button,
.woocommerce .nav-panel .nav-panel__feature input.button,
.nav-panel .nav-panel__feature .woocommerce a.button,
.woocommerce .nav-panel .nav-panel__feature a.button,
.nav-panel .nav-panel__feature .woocommerce input#submit,
.woocommerce .nav-panel .nav-panel__feature input#submit, .nav-panel .nav-panel__feature .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce button.button, .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .nav-panel .nav-panel__feature button.button, .nav-panel .nav-panel__feature .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit button.button, .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .nav-panel .nav-panel__feature button.button,
.nav-panel .nav-panel__feature .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce input.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .nav-panel .nav-panel__feature input.button,
.nav-panel .nav-panel__feature .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit input.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .nav-panel .nav-panel__feature input.button,
.nav-panel .nav-panel__feature .section.section--contact .contact__form .vfb-fieldType-submit .woocommerce a.button,
.section.section--contact .contact__form .vfb-fieldType-submit .woocommerce .nav-panel .nav-panel__feature a.button,
.nav-panel .nav-panel__feature .woocommerce .section.section--contact .contact__form .vfb-fieldType-submit a.button,
.woocommerce .section.section--contact .contact__form .vfb-fieldType-submit .nav-panel .nav-panel__feature a.button {
  display: table;
  margin: 12px auto 0;
}

@media screen and (max-width: 1255px) {
  body.es .nav--header li:not(.btn) {
    margin-right: 24px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1140px) {
  body.es .nav--header li:not(.btn) {
    margin-right: auto;
  }
}

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 24px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #2B338C;
  border-color: #2B338C;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}
