[dir="ltr"] .popover {
  text-align: left;
}
[dir="rtl"] .popover {
  text-align: right;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 6px;
  padding-left: 6px;
}

.row {
  margin-right: -6px;
  margin-left: -6px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 874px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

@font-face {
  font-family: "base-icons";
  src: url("../fonts/Icons/base-icons_eot.eot");
  src: url("../fonts/Icons/base-icons_eot.eot?#iefix") format("eot"), url("../fonts/Icons/base-icons_woff2.woff2") format("woff2"), url("../fonts/Icons/base-icons_woff.woff") format("woff"), url("../fonts/Icons/base-icons_ttf.ttf") format("truetype");
}
.icon-youtube:before, .icon-video:before, .icon-twitter:before, .icon-tick:before, .icon-thin-arrow-up:before, .icon-thin-arrow-right:before, .icon-thin-arrow-left:before, .icon-thin-arrow-down:before, .icon-search:before, .icon-pointer-arrow:before, .icon-plus:before, .icon-plp-wind:before, .icon-plp-surface-nanoshield:before, .icon-plp-speech-optimization:before, .icon-plp-speech-indicators-for-memory:before, .icon-plp-smart-vc:before, .icon-plp-single-sided-hearing-loss:before, .icon-plp-quiet:before, .icon-plp-personalized-tinnitus-relief:before, .icon-plp-music-enhancement:before, .icon-plp-frequency-lowering:before, .icon-plp-feedback-control:before, .icon-play:before, .icon-play-button:before, .icon-play-btn:before, .icon-pause-btn:before, .icon-minus:before, .icon-linkedin:before, .icon-link-arrow:before, .icon-language-globe:before, .icon-instagram:before, .icon-hamburger:before, .icon-filter:before, .icon-facebook:before, .icon-external-link:before, .icon-document:before, .icon-close-icon:before, .icon-blog:before, .icon-arrow-up:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-down:before {
  font-family: "base-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-down:before {
  content: "\e001";
}

.icon-arrow-left:before {
  content: "\e002";
}

.icon-arrow-right:before {
  content: "\e003";
}

.icon-arrow-up:before {
  content: "\e004";
}

.icon-blog:before {
  content: "\e005";
}

.icon-close-icon:before {
  content: "\e006";
}

.icon-document:before {
  content: "\e007";
}

.icon-external-link:before {
  content: "\e008";
}

.icon-facebook:before {
  content: "\e009";
}

.icon-filter:before {
  content: "\e00a";
}

.icon-hamburger:before {
  content: "\e00b";
}

.icon-instagram:before {
  content: "\e00c";
}

.icon-language-globe:before {
  content: "\e00d";
}

.icon-link-arrow:before {
  content: "\e00e";
}

.icon-linkedin:before {
  content: "\e00f";
}

.icon-minus:before {
  content: "\e010";
}

.icon-pause-btn:before {
  content: "\e011";
}

.icon-play-btn:before {
  content: "\e012";
}

.icon-play-button:before {
  content: "\e013";
}

.icon-play:before {
  content: "\e014";
}

.icon-plp-feedback-control:before {
  content: "\e015";
}

.icon-plp-frequency-lowering:before {
  content: "\e016";
}

.icon-plp-music-enhancement:before {
  content: "\e017";
}

.icon-plp-personalized-tinnitus-relief:before {
  content: "\e018";
}

.icon-plp-quiet:before {
  content: "\e019";
}

.icon-plp-single-sided-hearing-loss:before {
  content: "\e01a";
}

.icon-plp-smart-vc:before {
  content: "\e01b";
}

.icon-plp-speech-indicators-for-memory:before {
  content: "\e01c";
}

.icon-plp-speech-optimization:before {
  content: "\e01d";
}

.icon-plp-surface-nanoshield:before {
  content: "\e01e";
}

.icon-plp-wind:before {
  content: "\e01f";
}

.icon-plus:before {
  content: "\e020";
}

.icon-pointer-arrow:before {
  content: "\e021";
}

.icon-search:before {
  content: "\e022";
}

.icon-thin-arrow-down:before {
  content: "\e023";
}

.icon-thin-arrow-left:before {
  content: "\e024";
}

.icon-thin-arrow-right:before {
  content: "\e025";
}

.icon-thin-arrow-up:before {
  content: "\e026";
}

.icon-tick:before {
  content: "\e027";
}

.icon-twitter:before {
  content: "\e028";
}

.icon-video:before {
  content: "\e029";
}

.icon-youtube:before {
  content: "\e02a";
}

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2023 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      ParaType
 * License URL: https://www.fontspring.com/licenses/paratype/webfont
 *
 *
 */
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt55-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt55-webfont-woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt56-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt56-webfont-woff.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt45-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt45-webfont-woff.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt46-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt46-webfont-woff.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt65-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt65-webfont-woff.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt66-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt66-webfont-woff.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt75-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt75-webfont-woff.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/din-2014/dpt76-webfont-woff2.woff2") format("woff2"), url("../fonts/din-2014/dpt76-webfont-woff.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
/* MR EAVES XL FONTS -------------------------------------------------------------------- */
/*! Generated by Fontspring (https://www.fontspring.com) on April 17, 2018 
* 
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2018 Fontspring
*
*
*/
@font-face {
  font-family: "Mr Eaves XL Sans";
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-reg-webfont-eot.eot");
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-reg-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/mr-eaves-xl/mreavesxlsanot-reg-webfont-woff2.woff2") format("woff2"), url("../fonts/mr-eaves-xl/mreavesxlsanot-reg-webfont-woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mr Eaves XL Sans";
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-regitalic-webfont-eot.eot");
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-regitalic-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/mr-eaves-xl/mreavesxlsanot-regitalic-webfont-woff2.woff2") format("woff2"), url("../fonts/mr-eaves-xl/mreavesxlsanot-regitalic-webfont-woff.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Mr Eaves XL Sans";
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-book-webfont-eot.eot");
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-book-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/mr-eaves-xl/mreavesxlsanot-book-webfont-woff2.woff2") format("woff2"), url("../fonts/mr-eaves-xl/mreavesxlsanot-book-webfont-woff.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mr Eaves XL Sans";
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-bookitalic-webfont-eot.eot");
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-bookitalic-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/mr-eaves-xl/mreavesxlsanot-bookitalic-webfont-woff2.woff2") format("woff2"), url("../fonts/mr-eaves-xl/mreavesxlsanot-bookitalic-webfont-woff.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Mr Eaves XL Sans";
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-bold-webfont-eot.eot");
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-bold-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/mr-eaves-xl/mreavesxlsanot-bold-webfont-woff2.woff2") format("woff2"), url("../fonts/mr-eaves-xl/mreavesxlsanot-bold-webfont-woff.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mr Eaves XL Sans";
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-bolditalic-webfont-eot.eot");
  src: url("../fonts/mr-eaves-xl/mreavesxlsanot-bolditalic-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/mr-eaves-xl/mreavesxlsanot-bolditalic-webfont-woff2.woff2") format("woff2"), url("../fonts/mr-eaves-xl/mreavesxlsanot-bolditalic-webfont-woff.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "DIN 2014", Helvetica, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.1875;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

#wrapper {
  display: inline-block;
  width: 100%;
}

main {
  color: #4a4a4a;
  margin: 56px 0 0 0;
}
@media (min-width: 768px) {
  main {
    margin: 68px 0 0 0;
  }
}
@media (min-width: 992px) {
  main {
    margin: 154px 0 0 0;
  }
}

p {
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0;
}

.rich-text p {
  letter-spacing: 0.3px;
}

strong {
  font-weight: bold;
}

h1, .h1 {
  font-size: 48px;
  line-height: 50px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 75px;
    line-height: 78px;
  }
}

h2, .h2 {
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Mr Eaves XL Sans";
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 4.8rem;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1440px) {
  h2, .h2 {
    font-size: 5.8rem;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Mr Eaves XL Sans";
  font-weight: normal;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "DIN 2014";
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

h5, .h5 {
  font-size: 22px;
  line-height: 24px;
  font-family: "DIN 2014";
  font-weight: normal;
  letter-spacing: 0.3px;
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 24px;
  }
}

h6, .h6 {
  font-size: 1.8rem;
  line-height: 1.333;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  h6, .h6 {
    font-size: 1.8rem;
    line-height: 1.333;
  }
}

.eyebrow {
  font-size: 2rem;
  line-height: 1.6;
  font-family: "Mr Eaves XL Sans";
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .eyebrow {
    font-size: 2.2rem;
    line-height: 1.454;
  }
}

.utility-nav {
  font-size: 16px;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: normal;
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  .utility-nav {
    font-size: 16px;
    line-height: 18px;
  }
}

.nav-label {
  font-size: 20px;
  line-height: 22px;
  font-family: "Mr Eaves XL Sans";
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .nav-label {
    font-size: 20px;
    line-height: 22px;
  }
}

a {
  color: #1e9be9;
  transition: all 0.5s;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
a:hover {
  color: #1e9be9;
  text-decoration: underline;
}
a:active, a:focus {
  color: #1e9be9;
  text-decoration: underline;
}
a[href=""] {
  cursor: default;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: small;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: #4a4a4a !important;
}

.text-white {
  color: #ffffff;
}

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

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

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

.btn {
  padding: 10px 52px;
  border-radius: 100px;
  font-size: inherit;
}

.preventDoubleClick {
  pointer-events: auto;
}

img {
  max-width: 100%;
  height: auto;
}

main .component + .component {
  padding-top: 12px;
  padding-bottom: 0;
}
main .component.container {
  max-width: 100%;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: inherit;
  padding: inherit;
}
main .row > .row {
  padding: 0;
  margin: 0;
  display: contents;
  flex-wrap: contents;
}
main .row-splitter .row > .row.component.column-splitter {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.spinner {
  width: 44px;
  height: 44px;
  border-top: 3px solid #1e9be9;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: rotation 1.5s linear infinite;
}
.spinner.small {
  width: 24px;
  height: 24px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.spinner.large {
  width: 64px;
  height: 64px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.documents-links .icon-link,
.documents-links .link {
  margin: 0 0 20px 0;
  text-align: left;
}
.documents-links .icon-link::before,
.documents-links .link::before {
  display: none;
}
.documents-links .icon-link:hover,
.documents-links .link:hover {
  text-decoration: underline;
}
.documents-links .link::before {
  width: 100%;
}
.documents-links .icon-link {
  padding: 0 0 0 2.4rem;
  position: relative;
  line-height: 1.2 !important;
  text-wrap: pretty;
}
.documents-links .icon-link::before {
  left: 21px;
  width: calc(100% - 21px);
}
.documents-links .icon-link img {
  max-width: 16px;
  position: absolute;
  height: auto;
  left: 0;
}
.documents-links .icon-link i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .documents-links .icon-link {
    padding-left: 2.6rem;
    font-size: 2rem;
  }
  .documents-links .icon-link i {
    font-size: 2rem;
  }
}

a.external-link {
  position: relative;
  display: inline-block;
  width: auto;
}
a.external-link:after {
  content: "\e008";
  font-family: "base-icons";
  position: relative;
  font-size: 12px;
  right: -8px;
  top: 50%;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
  transform: translateY(-50%);
}

[class*=image-background-] .component-content::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 0;
  max-width: 1980px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* $theme, $primary, $secondary, $tertiary, $quaternary */
.hero.theme-dark-bg-white-text .component-content {
  background-color: #303030 !important;
}
.hero.theme-dark-bg-white-text .field-eyebrow {
  color: #007298;
}
.hero.theme-dark-bg-white-text .field-headline {
  color: #ffffff !important;
}
.hero.theme-dark-bg-white-text .hero-subheadline {
  color: #ffffff !important;
}
.hero.theme-dark-bg-white-text .hero-video-btn {
  color: #ffffff !important;
}

.media-promo.theme-dark-bg-white-text .media-promo-text-container {
  color: #000000;
}
@media (min-width: 768px) {
  .media-promo.theme-dark-bg-white-text .media-promo-text-container {
    color: #ffffff !important;
  }
}

.full-width-bg.theme-dark-bg-white-text {
  position: relative;
  z-index: 1;
}
.full-width-bg.theme-dark-bg-white-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #303030 !important;
  z-index: -1;
}

.fifty-fifty-media-promo.theme-dark-bg-white-text {
  background: #303030 !important;
}
.fifty-fifty-media-promo.theme-dark-bg-white-text .media-promo-main-container .media-promo-content-container {
  padding: 0 31px 30px;
}
.fifty-fifty-media-promo.theme-dark-bg-white-text .media-promo-content-container {
  color: #ffffff !important;
}
.fifty-fifty-media-promo.theme-dark-bg-white-text ul li::before {
  background: #ffffff !important;
}

.horizontal-scroll-large-cards.theme-dark-bg-white-text.theme-dark-bg-white-text, .horizontal-scroll-large-cards.theme-dark-bg-white-text.theme-black-bg-white-text {
  color: #ffffff !important;
}
.horizontal-scroll-large-cards.theme-dark-bg-white-text.theme-dark-bg-white-text a, .horizontal-scroll-large-cards.theme-dark-bg-white-text.theme-black-bg-white-text a {
  color: #ffffff !important;
}
.horizontal-scroll-large-cards.theme-dark-bg-white-text.theme-dark-bg-white-text a:hover, .horizontal-scroll-large-cards.theme-dark-bg-white-text.theme-black-bg-white-text a:hover {
  color: #4a4a4a;
}

.snippets-component.theme-dark-bg-white-text.theme-dark-bg-white-text .highlighte {
  color: #1e9be9;
}
.snippets-component.theme-dark-bg-white-text .component-content {
  background: #303030 !important;
  color: #ffffff !important;
}

.feature-list-accordions.theme-dark-bg-white-text .component-content, .feature-list-accordion.theme-dark-bg-white-text .component-content {
  background: #303030 !important;
  color: #ffffff !important;
}
.feature-list-accordions.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header, .feature-list-accordion.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header {
  color: #1e9be9;
}
.feature-list-accordions.theme-dark-bg-white-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label, .feature-list-accordion.theme-dark-bg-white-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label {
  background: rgba(244, 244, 244, 0.2);
}

.multi-card-promo.anchor-with-heading.theme-dark-bg-white-text {
  color: #000000;
}
.multi-card-promo.anchor-with-heading.theme-dark-bg-white-text .multi-card-promo-container-wrapper {
  position: relative;
  z-index: 1;
  background: #303030 !important;
  color: #ffffff !important;
}
.multi-card-promo.anchor-with-heading.theme-dark-bg-white-text .multi-card-promo-container-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #303030 !important;
  z-index: -1;
}
.multi-card-promo.anchor-with-heading.theme-dark-bg-white-text .multi-card-promo-container-wrapper .card-item-container .anchor-link {
  text-decoration: none;
}
.multi-card-promo.anchor-with-heading.theme-dark-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #ffffff !important;
}
.multi-card-promo.anchor-with-heading.theme-dark-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-item + .card-item::before {
  border-color: #ffffff !important;
}

.multi-card-promo.card-with-bg-and-image.theme-dark-bg-white-text {
  color: #000000;
}
.multi-card-promo.card-with-bg-and-image.theme-dark-bg-white-text .multi-card-promo-container-wrapper {
  color: #ffffff !important;
}
.multi-card-promo.card-with-bg-and-image.theme-dark-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #ffffff !important;
}
.multi-card-promo.card-with-bg-and-image.theme-dark-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-item {
  background: #303030 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-dark-bg-white-text.theme-white-bg-dark-text .card-item-container .card-item {
  border: 1px solid rgba(48, 48, 48, 0.2);
}

.common-accordion.theme-dark-bg-white-text .component-content {
  color: #ffffff !important;
}
.common-accordion.theme-dark-bg-white-text .toggle-header {
  color: #ffffff !important;
}
.common-accordion.theme-dark-bg-white-text:not(.theme-black-bg-white-text):not(.theme-dark-bg-white-text) .headline {
  color: #1e9be9;
}
.common-accordion.theme-dark-bg-white-text.theme-dark-bg-white-text .component-content .item-wrapper .item, .common-accordion.theme-dark-bg-white-text.theme-black-bg-white-text .component-content .item-wrapper .item {
  border-color: rgba(244, 244, 244, 0.5);
}

.tabbed-resource.theme-dark-bg-white-text {
  position: relative;
  z-index: 1;
}
.tabbed-resource.theme-dark-bg-white-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #303030 !important;
  z-index: -1;
}
.tabbed-resource.theme-dark-bg-white-text > .component-content {
  color: #ffffff !important;
}
.tabbed-resource.theme-dark-bg-white-text.theme-dark-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-dark-bg-white-text.theme-dark-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}
.tabbed-resource.theme-dark-bg-white-text.theme-white-bg-dark-text .tabs-heading li, .tabbed-resource.theme-dark-bg-white-text.theme-light-bg-dark-text .tabs-heading li {
  color: #4a4a4a !important;
}
.tabbed-resource.theme-dark-bg-white-text.theme-white-bg-dark-text .tabs-heading li.active, .tabbed-resource.theme-dark-bg-white-text.theme-light-bg-dark-text .tabs-heading li.active {
  color: #000000 !important;
}
.tabbed-resource.theme-dark-bg-white-text.theme-black-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-dark-bg-white-text.theme-black-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}

.sticky-banner.theme-dark-bg-white-text {
  background: #303030 !important;
  color: #ffffff !important;
}

.hero.theme-light-bg-dark-text .component-content {
  background-color: #f4f4f4 !important;
}
.hero.theme-light-bg-dark-text .field-eyebrow {
  color: #007298;
}
.hero.theme-light-bg-dark-text .field-headline {
  color: #000000 !important;
}
.hero.theme-light-bg-dark-text .hero-subheadline {
  color: #000000 !important;
}
.hero.theme-light-bg-dark-text .hero-video-btn {
  color: #000000 !important;
}

.media-promo.theme-light-bg-dark-text .media-promo-text-container {
  color: #000000;
}
@media (min-width: 768px) {
  .media-promo.theme-light-bg-dark-text .media-promo-text-container {
    color: #000000 !important;
  }
}

.full-width-bg.theme-light-bg-dark-text {
  position: relative;
  z-index: 1;
}
.full-width-bg.theme-light-bg-dark-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #f4f4f4 !important;
  z-index: -1;
}

.fifty-fifty-media-promo.theme-light-bg-dark-text {
  background: #f4f4f4 !important;
}
.fifty-fifty-media-promo.theme-light-bg-dark-text .media-promo-main-container .media-promo-content-container {
  padding: 0 31px 30px;
}
.fifty-fifty-media-promo.theme-light-bg-dark-text .media-promo-content-container {
  color: #000000 !important;
}
.fifty-fifty-media-promo.theme-light-bg-dark-text ul li::before {
  background: #000000 !important;
}

.horizontal-scroll-large-cards.theme-light-bg-dark-text.theme-dark-bg-white-text, .horizontal-scroll-large-cards.theme-light-bg-dark-text.theme-black-bg-white-text {
  color: #000000 !important;
}
.horizontal-scroll-large-cards.theme-light-bg-dark-text.theme-dark-bg-white-text a, .horizontal-scroll-large-cards.theme-light-bg-dark-text.theme-black-bg-white-text a {
  color: #000000 !important;
}
.horizontal-scroll-large-cards.theme-light-bg-dark-text.theme-dark-bg-white-text a:hover, .horizontal-scroll-large-cards.theme-light-bg-dark-text.theme-black-bg-white-text a:hover {
  color: #4a4a4a;
}

.snippets-component.theme-light-bg-dark-text.theme-dark-bg-white-text .highlighte {
  color: #1e9be9;
}
.snippets-component.theme-light-bg-dark-text .component-content {
  background: #f4f4f4 !important;
  color: #000000 !important;
}

.feature-list-accordions.theme-light-bg-dark-text .component-content, .feature-list-accordion.theme-light-bg-dark-text .component-content {
  background: #f4f4f4 !important;
  color: #000000 !important;
}
.feature-list-accordions.theme-light-bg-dark-text .card-item-wrapper .item .toggle-header, .feature-list-accordion.theme-light-bg-dark-text .card-item-wrapper .item .toggle-header {
  color: #1e9be9;
}
.feature-list-accordions.theme-light-bg-dark-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label, .feature-list-accordion.theme-light-bg-dark-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label {
  background: rgba(244, 244, 244, 0.2);
}

.multi-card-promo.anchor-with-heading.theme-light-bg-dark-text {
  color: #000000;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-dark-text .multi-card-promo-container-wrapper {
  position: relative;
  z-index: 1;
  background: #f4f4f4 !important;
  color: #000000 !important;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-dark-text .multi-card-promo-container-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #f4f4f4 !important;
  z-index: -1;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .anchor-link {
  text-decoration: none;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #000000 !important;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-item + .card-item::before {
  border-color: #ffffff !important;
}

.multi-card-promo.card-with-bg-and-image.theme-light-bg-dark-text {
  color: #000000;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-dark-text .multi-card-promo-container-wrapper {
  color: #000000 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #000000 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-item {
  background: #f4f4f4 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-dark-text.theme-white-bg-dark-text .card-item-container .card-item {
  border: 1px solid rgba(48, 48, 48, 0.2);
}

.common-accordion.theme-light-bg-dark-text .component-content {
  color: #000000 !important;
}
.common-accordion.theme-light-bg-dark-text .toggle-header {
  color: #000000 !important;
}
.common-accordion.theme-light-bg-dark-text:not(.theme-black-bg-white-text):not(.theme-dark-bg-white-text) .headline {
  color: #1e9be9;
}
.common-accordion.theme-light-bg-dark-text.theme-dark-bg-white-text .component-content .item-wrapper .item, .common-accordion.theme-light-bg-dark-text.theme-black-bg-white-text .component-content .item-wrapper .item {
  border-color: rgba(244, 244, 244, 0.5);
}

.tabbed-resource.theme-light-bg-dark-text {
  position: relative;
  z-index: 1;
}
.tabbed-resource.theme-light-bg-dark-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #f4f4f4 !important;
  z-index: -1;
}
.tabbed-resource.theme-light-bg-dark-text > .component-content {
  color: #000000 !important;
}
.tabbed-resource.theme-light-bg-dark-text.theme-dark-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-light-bg-dark-text.theme-dark-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}
.tabbed-resource.theme-light-bg-dark-text.theme-white-bg-dark-text .tabs-heading li, .tabbed-resource.theme-light-bg-dark-text.theme-light-bg-dark-text .tabs-heading li {
  color: #4a4a4a !important;
}
.tabbed-resource.theme-light-bg-dark-text.theme-white-bg-dark-text .tabs-heading li.active, .tabbed-resource.theme-light-bg-dark-text.theme-light-bg-dark-text .tabs-heading li.active {
  color: #000000 !important;
}
.tabbed-resource.theme-light-bg-dark-text.theme-black-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-light-bg-dark-text.theme-black-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}

.sticky-banner.theme-light-bg-dark-text {
  background: #f4f4f4 !important;
  color: #000000 !important;
}

.hero.theme-light-bg-light-text .component-content {
  background-color: #f4f4f4 !important;
}
.hero.theme-light-bg-light-text .field-eyebrow {
  color: #007298;
}
.hero.theme-light-bg-light-text .field-headline {
  color: #303030 !important;
}
.hero.theme-light-bg-light-text .hero-subheadline {
  color: #303030 !important;
}
.hero.theme-light-bg-light-text .hero-video-btn {
  color: #303030 !important;
}

.media-promo.theme-light-bg-light-text .media-promo-text-container {
  color: #000000;
}
@media (min-width: 768px) {
  .media-promo.theme-light-bg-light-text .media-promo-text-container {
    color: #303030 !important;
  }
}

.full-width-bg.theme-light-bg-light-text {
  position: relative;
  z-index: 1;
}
.full-width-bg.theme-light-bg-light-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #f4f4f4 !important;
  z-index: -1;
}

.fifty-fifty-media-promo.theme-light-bg-light-text {
  background: #f4f4f4 !important;
}
.fifty-fifty-media-promo.theme-light-bg-light-text .media-promo-main-container .media-promo-content-container {
  padding: 0 31px 30px;
}
.fifty-fifty-media-promo.theme-light-bg-light-text .media-promo-content-container {
  color: #303030 !important;
}
.fifty-fifty-media-promo.theme-light-bg-light-text ul li::before {
  background: #303030 !important;
}

.horizontal-scroll-large-cards.theme-light-bg-light-text.theme-dark-bg-white-text, .horizontal-scroll-large-cards.theme-light-bg-light-text.theme-black-bg-white-text {
  color: #303030 !important;
}
.horizontal-scroll-large-cards.theme-light-bg-light-text.theme-dark-bg-white-text a, .horizontal-scroll-large-cards.theme-light-bg-light-text.theme-black-bg-white-text a {
  color: #303030 !important;
}
.horizontal-scroll-large-cards.theme-light-bg-light-text.theme-dark-bg-white-text a:hover, .horizontal-scroll-large-cards.theme-light-bg-light-text.theme-black-bg-white-text a:hover {
  color: #4a4a4a;
}

.snippets-component.theme-light-bg-light-text.theme-dark-bg-white-text .highlighte {
  color: #1e9be9;
}
.snippets-component.theme-light-bg-light-text .component-content {
  background: #f4f4f4 !important;
  color: #303030 !important;
}

.feature-list-accordions.theme-light-bg-light-text .component-content, .feature-list-accordion.theme-light-bg-light-text .component-content {
  background: #f4f4f4 !important;
  color: #303030 !important;
}
.feature-list-accordions.theme-light-bg-light-text .card-item-wrapper .item .toggle-header, .feature-list-accordion.theme-light-bg-light-text .card-item-wrapper .item .toggle-header {
  color: #1e9be9;
}
.feature-list-accordions.theme-light-bg-light-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label, .feature-list-accordion.theme-light-bg-light-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label {
  background: rgba(244, 244, 244, 0.2);
}

.multi-card-promo.anchor-with-heading.theme-light-bg-light-text {
  color: #000000;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-light-text .multi-card-promo-container-wrapper {
  position: relative;
  z-index: 1;
  background: #f4f4f4 !important;
  color: #303030 !important;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-light-text .multi-card-promo-container-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #f4f4f4 !important;
  z-index: -1;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-light-text .multi-card-promo-container-wrapper .card-item-container .anchor-link {
  text-decoration: none;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-light-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #303030 !important;
}
.multi-card-promo.anchor-with-heading.theme-light-bg-light-text .multi-card-promo-container-wrapper .card-item-container .card-item + .card-item::before {
  border-color: #ffffff !important;
}

.multi-card-promo.card-with-bg-and-image.theme-light-bg-light-text {
  color: #000000;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-light-text .multi-card-promo-container-wrapper {
  color: #303030 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-light-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #303030 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-light-text .multi-card-promo-container-wrapper .card-item-container .card-item {
  background: #f4f4f4 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-light-bg-light-text.theme-white-bg-dark-text .card-item-container .card-item {
  border: 1px solid rgba(48, 48, 48, 0.2);
}

.common-accordion.theme-light-bg-light-text .component-content {
  color: #303030 !important;
}
.common-accordion.theme-light-bg-light-text .toggle-header {
  color: #303030 !important;
}
.common-accordion.theme-light-bg-light-text:not(.theme-black-bg-white-text):not(.theme-dark-bg-white-text) .headline {
  color: #1e9be9;
}
.common-accordion.theme-light-bg-light-text.theme-dark-bg-white-text .component-content .item-wrapper .item, .common-accordion.theme-light-bg-light-text.theme-black-bg-white-text .component-content .item-wrapper .item {
  border-color: rgba(244, 244, 244, 0.5);
}

.tabbed-resource.theme-light-bg-light-text {
  position: relative;
  z-index: 1;
}
.tabbed-resource.theme-light-bg-light-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #f4f4f4 !important;
  z-index: -1;
}
.tabbed-resource.theme-light-bg-light-text > .component-content {
  color: #303030 !important;
}
.tabbed-resource.theme-light-bg-light-text.theme-dark-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-light-bg-light-text.theme-dark-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}
.tabbed-resource.theme-light-bg-light-text.theme-white-bg-dark-text .tabs-heading li, .tabbed-resource.theme-light-bg-light-text.theme-light-bg-dark-text .tabs-heading li {
  color: #4a4a4a !important;
}
.tabbed-resource.theme-light-bg-light-text.theme-white-bg-dark-text .tabs-heading li.active, .tabbed-resource.theme-light-bg-light-text.theme-light-bg-dark-text .tabs-heading li.active {
  color: #000000 !important;
}
.tabbed-resource.theme-light-bg-light-text.theme-black-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-light-bg-light-text.theme-black-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}

.sticky-banner.theme-light-bg-light-text {
  background: #f4f4f4 !important;
  color: #303030 !important;
}

.hero.theme-white-bg-dark-text .component-content {
  background-color: #ffffff !important;
}
.hero.theme-white-bg-dark-text .field-eyebrow {
  color: #007298;
}
.hero.theme-white-bg-dark-text .field-headline {
  color: #000000 !important;
}
.hero.theme-white-bg-dark-text .hero-subheadline {
  color: #000000 !important;
}
.hero.theme-white-bg-dark-text .hero-video-btn {
  color: #000000 !important;
}

.media-promo.theme-white-bg-dark-text .media-promo-text-container {
  color: #000000;
}
@media (min-width: 768px) {
  .media-promo.theme-white-bg-dark-text .media-promo-text-container {
    color: #000000 !important;
  }
}

.full-width-bg.theme-white-bg-dark-text {
  position: relative;
  z-index: 1;
}
.full-width-bg.theme-white-bg-dark-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #ffffff !important;
  z-index: -1;
}

.fifty-fifty-media-promo.theme-white-bg-dark-text {
  background: #ffffff !important;
}
.fifty-fifty-media-promo.theme-white-bg-dark-text .media-promo-content-container {
  color: #000000 !important;
}
.fifty-fifty-media-promo.theme-white-bg-dark-text ul li::before {
  background: #000000 !important;
}

.horizontal-scroll-large-cards.theme-white-bg-dark-text.theme-dark-bg-white-text, .horizontal-scroll-large-cards.theme-white-bg-dark-text.theme-black-bg-white-text {
  color: #000000 !important;
}
.horizontal-scroll-large-cards.theme-white-bg-dark-text.theme-dark-bg-white-text a, .horizontal-scroll-large-cards.theme-white-bg-dark-text.theme-black-bg-white-text a {
  color: #000000 !important;
}
.horizontal-scroll-large-cards.theme-white-bg-dark-text.theme-dark-bg-white-text a:hover, .horizontal-scroll-large-cards.theme-white-bg-dark-text.theme-black-bg-white-text a:hover {
  color: #4a4a4a;
}

.snippets-component.theme-white-bg-dark-text.theme-dark-bg-white-text .highlighte {
  color: #1e9be9;
}
.snippets-component.theme-white-bg-dark-text .component-content {
  background: #ffffff !important;
  color: #000000 !important;
}

.feature-list-accordions.theme-white-bg-dark-text .component-content, .feature-list-accordion.theme-white-bg-dark-text .component-content {
  background: #ffffff !important;
  color: #000000 !important;
}
.feature-list-accordions.theme-white-bg-dark-text .card-item-wrapper .item .toggle-header, .feature-list-accordion.theme-white-bg-dark-text .card-item-wrapper .item .toggle-header {
  color: #1e9be9;
}
.feature-list-accordions.theme-white-bg-dark-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label, .feature-list-accordion.theme-white-bg-dark-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label {
  background: rgba(244, 244, 244, 0.2);
}

.multi-card-promo.anchor-with-heading.theme-white-bg-dark-text {
  color: #000000;
}
.multi-card-promo.anchor-with-heading.theme-white-bg-dark-text .multi-card-promo-container-wrapper {
  position: relative;
  z-index: 1;
  background: #ffffff !important;
  color: #000000 !important;
}
.multi-card-promo.anchor-with-heading.theme-white-bg-dark-text .multi-card-promo-container-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #ffffff !important;
  z-index: -1;
}
.multi-card-promo.anchor-with-heading.theme-white-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .anchor-link {
  text-decoration: none;
}
.multi-card-promo.anchor-with-heading.theme-white-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #000000 !important;
}
.multi-card-promo.anchor-with-heading.theme-white-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-item + .card-item::before {
  border-color: #f4f4f4 !important;
}

.multi-card-promo.card-with-bg-and-image.theme-white-bg-dark-text {
  color: #000000;
}
.multi-card-promo.card-with-bg-and-image.theme-white-bg-dark-text .multi-card-promo-container-wrapper {
  color: #000000 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-white-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #000000 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-white-bg-dark-text .multi-card-promo-container-wrapper .card-item-container .card-item {
  background: #ffffff !important;
}
.multi-card-promo.card-with-bg-and-image.theme-white-bg-dark-text.theme-white-bg-dark-text .card-item-container .card-item {
  border: 1px solid rgba(48, 48, 48, 0.2);
}

.common-accordion.theme-white-bg-dark-text .component-content {
  color: #000000 !important;
}
.common-accordion.theme-white-bg-dark-text .toggle-header {
  color: #000000 !important;
}
.common-accordion.theme-white-bg-dark-text:not(.theme-black-bg-white-text):not(.theme-dark-bg-white-text) .headline {
  color: #1e9be9;
}
.common-accordion.theme-white-bg-dark-text.theme-dark-bg-white-text .component-content .item-wrapper .item, .common-accordion.theme-white-bg-dark-text.theme-black-bg-white-text .component-content .item-wrapper .item {
  border-color: rgba(244, 244, 244, 0.5);
}

.tabbed-resource.theme-white-bg-dark-text {
  position: relative;
  z-index: 1;
}
.tabbed-resource.theme-white-bg-dark-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #ffffff !important;
  z-index: -1;
}
.tabbed-resource.theme-white-bg-dark-text > .component-content {
  color: #000000 !important;
}
.tabbed-resource.theme-white-bg-dark-text.theme-dark-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-white-bg-dark-text.theme-dark-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}
.tabbed-resource.theme-white-bg-dark-text.theme-white-bg-dark-text .tabs-heading li, .tabbed-resource.theme-white-bg-dark-text.theme-light-bg-dark-text .tabs-heading li {
  color: #4a4a4a !important;
}
.tabbed-resource.theme-white-bg-dark-text.theme-white-bg-dark-text .tabs-heading li.active, .tabbed-resource.theme-white-bg-dark-text.theme-light-bg-dark-text .tabs-heading li.active {
  color: #000000 !important;
}
.tabbed-resource.theme-white-bg-dark-text.theme-black-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-white-bg-dark-text.theme-black-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}

.sticky-banner.theme-white-bg-dark-text {
  background: #ffffff !important;
  color: #000000 !important;
}

.hero.theme-black-bg-white-text .component-content {
  background-color: #000000 !important;
}
.hero.theme-black-bg-white-text .field-eyebrow {
  color: #007298;
}
.hero.theme-black-bg-white-text .field-headline {
  color: #ffffff !important;
}
.hero.theme-black-bg-white-text .hero-subheadline {
  color: #ffffff !important;
}
.hero.theme-black-bg-white-text .hero-video-btn {
  color: #ffffff !important;
}

.media-promo.theme-black-bg-white-text .media-promo-text-container {
  color: #000000;
}
@media (min-width: 768px) {
  .media-promo.theme-black-bg-white-text .media-promo-text-container {
    color: #ffffff !important;
  }
}

.full-width-bg.theme-black-bg-white-text {
  position: relative;
  z-index: 1;
}
.full-width-bg.theme-black-bg-white-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #000000 !important;
  z-index: -1;
}

.fifty-fifty-media-promo.theme-black-bg-white-text .media-promo-main-container .media-promo-content-container {
  padding: 0 31px 30px;
}
.fifty-fifty-media-promo.theme-black-bg-white-text .media-promo-content-container {
  color: #ffffff !important;
}
.fifty-fifty-media-promo.theme-black-bg-white-text ul li::before {
  background: #ffffff !important;
}

.horizontal-scroll-large-cards.theme-black-bg-white-text.theme-dark-bg-white-text, .horizontal-scroll-large-cards.theme-black-bg-white-text.theme-black-bg-white-text {
  color: #ffffff !important;
}
.horizontal-scroll-large-cards.theme-black-bg-white-text.theme-dark-bg-white-text a, .horizontal-scroll-large-cards.theme-black-bg-white-text.theme-black-bg-white-text a {
  color: #ffffff !important;
}
.horizontal-scroll-large-cards.theme-black-bg-white-text.theme-dark-bg-white-text a:hover, .horizontal-scroll-large-cards.theme-black-bg-white-text.theme-black-bg-white-text a:hover {
  color: #4a4a4a;
}

.snippets-component.theme-black-bg-white-text.theme-dark-bg-white-text .highlighte {
  color: #1e9be9;
}
.snippets-component.theme-black-bg-white-text .component-content {
  background: #000000 !important;
  color: #ffffff !important;
}

.feature-list-accordions.theme-black-bg-white-text .component-content, .feature-list-accordion.theme-black-bg-white-text .component-content {
  background: #000000 !important;
  color: #ffffff !important;
}
.feature-list-accordions.theme-black-bg-white-text .card-item-wrapper .item .toggle-header, .feature-list-accordion.theme-black-bg-white-text .card-item-wrapper .item .toggle-header {
  color: #1e9be9;
}
.feature-list-accordions.theme-black-bg-white-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label, .feature-list-accordion.theme-black-bg-white-text.theme-dark-bg-white-text .card-item-wrapper .item .toggle-header .label {
  background: rgba(244, 244, 244, 0.2);
}

.multi-card-promo.anchor-with-heading.theme-black-bg-white-text {
  color: #000000;
}
.multi-card-promo.anchor-with-heading.theme-black-bg-white-text .multi-card-promo-container-wrapper {
  position: relative;
  z-index: 1;
  background: #000000 !important;
  color: #ffffff !important;
}
.multi-card-promo.anchor-with-heading.theme-black-bg-white-text .multi-card-promo-container-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #000000 !important;
  z-index: -1;
}
.multi-card-promo.anchor-with-heading.theme-black-bg-white-text .multi-card-promo-container-wrapper .card-item-container .anchor-link {
  text-decoration: none;
}
.multi-card-promo.anchor-with-heading.theme-black-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #ffffff !important;
}
.multi-card-promo.anchor-with-heading.theme-black-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-item + .card-item::before {
  border-color: #ffffff !important;
}

.multi-card-promo.card-with-bg-and-image.theme-black-bg-white-text {
  color: #000000;
}
.multi-card-promo.card-with-bg-and-image.theme-black-bg-white-text .multi-card-promo-container-wrapper {
  color: #ffffff !important;
}
.multi-card-promo.card-with-bg-and-image.theme-black-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-description {
  color: #ffffff !important;
}
.multi-card-promo.card-with-bg-and-image.theme-black-bg-white-text .multi-card-promo-container-wrapper .card-item-container .card-item {
  background: #000000 !important;
}
.multi-card-promo.card-with-bg-and-image.theme-black-bg-white-text.theme-white-bg-dark-text .card-item-container .card-item {
  border: 1px solid rgba(48, 48, 48, 0.2);
}

.common-accordion.theme-black-bg-white-text .component-content {
  color: #ffffff !important;
}
.common-accordion.theme-black-bg-white-text .toggle-header {
  color: #ffffff !important;
}
.common-accordion.theme-black-bg-white-text:not(.theme-black-bg-white-text):not(.theme-dark-bg-white-text) .headline {
  color: #1e9be9;
}
.common-accordion.theme-black-bg-white-text.theme-dark-bg-white-text .component-content .item-wrapper .item, .common-accordion.theme-black-bg-white-text.theme-black-bg-white-text .component-content .item-wrapper .item {
  border-color: rgba(244, 244, 244, 0.5);
}

.tabbed-resource.theme-black-bg-white-text {
  position: relative;
  z-index: 1;
}
.tabbed-resource.theme-black-bg-white-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12px);
  transform: translateX(-50%);
  background: #000000 !important;
  z-index: -1;
}
.tabbed-resource.theme-black-bg-white-text > .component-content {
  color: #ffffff !important;
}
.tabbed-resource.theme-black-bg-white-text.theme-dark-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-black-bg-white-text.theme-dark-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}
.tabbed-resource.theme-black-bg-white-text.theme-white-bg-dark-text .tabs-heading li, .tabbed-resource.theme-black-bg-white-text.theme-light-bg-dark-text .tabs-heading li {
  color: #4a4a4a !important;
}
.tabbed-resource.theme-black-bg-white-text.theme-white-bg-dark-text .tabs-heading li.active, .tabbed-resource.theme-black-bg-white-text.theme-light-bg-dark-text .tabs-heading li.active {
  color: #000000 !important;
}
.tabbed-resource.theme-black-bg-white-text.theme-black-bg-white-text .tabs-heading li {
  color: #f4f4f4 !important;
}
.tabbed-resource.theme-black-bg-white-text.theme-black-bg-white-text .tabs-heading li.active {
  color: #ffffff !important;
}

.sticky-banner.theme-black-bg-white-text {
  background: #000000 !important;
  color: #ffffff !important;
}

input:not([type=checkbox]):not([type=radio]),
select, textarea {
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(74, 74, 74, 0.2);
  text-transform: none;
  text-transform: initial;
  color: #4a4a4a;
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  height: 60px;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(74, 74, 74, 0.75);
}
input:not([type=checkbox]):not([type=radio])::placeholder,
select::placeholder, textarea::placeholder {
  color: rgba(74, 74, 74, 0.75);
}
input:not([type=checkbox]):not([type=radio]).is-valid, input:not([type=checkbox]):not([type=radio]):focus,
select.is-valid,
select:focus, textarea.is-valid, textarea:focus {
  border-color: rgba(30, 155, 233, 0.25);
  box-shadow: 0 0 0 1px rgba(30, 155, 233, 0.25);
}
input:not([type=checkbox]):not([type=radio]).is-invalid,
select.is-invalid, textarea.is-invalid {
  border-color: #D6362E;
  box-shadow: 0 0 0 1px #D6362E;
}

textarea {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.valid-feedback,
.invalid-feedback {
  width: 100%;
  margin-top: 5px;
  font-size: 80%;
}

.invalid-feedback {
  color: #D6362E;
}

.valid-feedback {
  color: #1e9be9;
}

input[type=number] {
  padding-right: 0 !important;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Mr Eaves XL Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4a4a4a;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4a4a4a;
  width: 100%;
  height: 60px;
}
.select select {
  position: absolute;
  left: -1000vw;
}

.custom-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: rgba(74, 74, 74, 0.75);
  padding: 0px 22px;
  transition: all 0.2s ease-in;
  font-size: 20px;
  line-height: 60px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  /*.custom-select*/
}
.custom-select.selected {
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .custom-select.selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.custom-select:after {
  content: "";
  content: "\e023";
  font-family: "base-icons";
  font-size: 18px;
  color: #000000;
  line-height: normal;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.5s;
}
.custom-select:active:after, .custom-select.active:after {
  content: "\e026";
}
.custom-select:focus {
  outline: 2px;
}

.select-options {
  max-height: 350px;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 7px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid rgba(74, 74, 74, 0.2);
  border-top-color: #f4f4f4;
}
.select-options li {
  color: #4a4a4a;
  margin: 0;
  padding: 12px 22px 12px 40px;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: rgba(30, 155, 233, 0.15);
}
.select-options li[rel=hide] {
  display: none;
}

.primary-button, div.primary-white-cta a, div.primary-white-cta button, a.primary-white-cta, button.primary-white-cta, div.primary-cta a, div.primary-cta button, a.primary-cta, button.primary-cta {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "DIN 2014";
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.3px;
  background-color: #1e9be9;
  border: 1px solid #1e9be9;
  border-radius: 40px;
  display: inline-block;
  padding: 11px 22px;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .primary-button, div.primary-white-cta a, div.primary-white-cta button, a.primary-white-cta, button.primary-white-cta, div.primary-cta a, div.primary-cta button, a.primary-cta, button.primary-cta {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.primary-button:hover, div.primary-white-cta a:hover, div.primary-white-cta button:hover, a.primary-white-cta:hover, button.primary-white-cta:hover, div.primary-cta a:hover, div.primary-cta button:hover, a.primary-cta:hover, button.primary-cta:hover, .primary-button:active, div.primary-white-cta a:active, div.primary-white-cta button:active, a.primary-white-cta:active, button.primary-white-cta:active, div.primary-cta a:active, div.primary-cta button:active, a.primary-cta:active, button.primary-cta:active, .primary-button:focus, div.primary-white-cta a:focus, div.primary-white-cta button:focus, a.primary-white-cta:focus, button.primary-white-cta:focus, div.primary-cta a:focus, div.primary-cta button:focus, a.primary-cta:focus, button.primary-cta:focus {
  background-color: #ffffff;
  color: #1e9be9;
  text-decoration: none;
}

a.primary-white-cta, button.primary-white-cta {
  background-color: transparent;
  border: 1px solid #ffffff;
}

div.primary-white-cta a, div.primary-white-cta button {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.secondary-button, div.secondary-white-cta a, div.secondary-white-cta button, a.secondary-white-cta, button.secondary-white-cta, div.secondary-cta a, div.secondary-cta button, a.secondary-cta, button.secondary-cta, .secondary-button-arrow, div.secondary-white-cta-arrow a, div.secondary-white-cta-arrow button, a.secondary-white-cta-arrow, button.secondary-white-cta-arrow, div.secondary-cta-arrow a, a.secondary-cta-arrow, button.secondary-cta-arrow {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  color: #1e9be9;
  text-decoration: none;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .secondary-button, div.secondary-white-cta a, div.secondary-white-cta button, a.secondary-white-cta, button.secondary-white-cta, div.secondary-cta a, div.secondary-cta button, a.secondary-cta, button.secondary-cta, .secondary-button-arrow, div.secondary-white-cta-arrow a, div.secondary-white-cta-arrow button, a.secondary-white-cta-arrow, button.secondary-white-cta-arrow, div.secondary-cta-arrow a, a.secondary-cta-arrow, button.secondary-cta-arrow {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.secondary-button::before, div.secondary-white-cta a::before, div.secondary-white-cta button::before, a.secondary-white-cta::before, button.secondary-white-cta::before, div.secondary-cta a::before, div.secondary-cta button::before, a.secondary-cta::before, button.secondary-cta::before, .secondary-button-arrow::before, div.secondary-white-cta-arrow a::before, div.secondary-white-cta-arrow button::before, a.secondary-white-cta-arrow::before, button.secondary-white-cta-arrow::before, div.secondary-cta-arrow a::before, a.secondary-cta-arrow::before, button.secondary-cta-arrow::before {
  content: "";
  width: calc(100% - 15px);
  border-top: 2px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.secondary-button:hover, div.secondary-white-cta a:hover, div.secondary-white-cta button:hover, a.secondary-white-cta:hover, button.secondary-white-cta:hover, div.secondary-cta a:hover, div.secondary-cta button:hover, a.secondary-cta:hover, button.secondary-cta:hover, .secondary-button-arrow:hover, div.secondary-white-cta-arrow a:hover, div.secondary-white-cta-arrow button:hover, a.secondary-white-cta-arrow:hover, button.secondary-white-cta-arrow:hover, div.secondary-cta-arrow a:hover, a.secondary-cta-arrow:hover, button.secondary-cta-arrow:hover, .secondary-button:active, div.secondary-white-cta a:active, div.secondary-white-cta button:active, a.secondary-white-cta:active, button.secondary-white-cta:active, div.secondary-cta a:active, div.secondary-cta button:active, a.secondary-cta:active, button.secondary-cta:active, .secondary-button-arrow:active, div.secondary-white-cta-arrow a:active, div.secondary-white-cta-arrow button:active, a.secondary-white-cta-arrow:active, button.secondary-white-cta-arrow:active, div.secondary-cta-arrow a:active, a.secondary-cta-arrow:active, button.secondary-cta-arrow:active, .secondary-button:focus, div.secondary-white-cta a:focus, div.secondary-white-cta button:focus, a.secondary-white-cta:focus, button.secondary-white-cta:focus, div.secondary-cta a:focus, div.secondary-cta button:focus, a.secondary-cta:focus, button.secondary-cta:focus, .secondary-button-arrow:focus, div.secondary-white-cta-arrow a:focus, div.secondary-white-cta-arrow button:focus, a.secondary-white-cta-arrow:focus, button.secondary-white-cta-arrow:focus, div.secondary-cta-arrow a:focus, a.secondary-cta-arrow:focus, button.secondary-cta-arrow:focus {
  text-decoration: none;
  color: #1e9be9;
}
.secondary-button:hover::before, div.secondary-white-cta a:hover::before, div.secondary-white-cta button:hover::before, a.secondary-white-cta:hover::before, button.secondary-white-cta:hover::before, div.secondary-cta a:hover::before, div.secondary-cta button:hover::before, a.secondary-cta:hover::before, button.secondary-cta:hover::before, .secondary-button-arrow:hover::before, div.secondary-white-cta-arrow a:hover::before, div.secondary-white-cta-arrow button:hover::before, a.secondary-white-cta-arrow:hover::before, button.secondary-white-cta-arrow:hover::before, div.secondary-cta-arrow a:hover::before, a.secondary-cta-arrow:hover::before, button.secondary-cta-arrow:hover::before, .secondary-button:active::before, div.secondary-white-cta a:active::before, div.secondary-white-cta button:active::before, a.secondary-white-cta:active::before, button.secondary-white-cta:active::before, div.secondary-cta a:active::before, div.secondary-cta button:active::before, a.secondary-cta:active::before, button.secondary-cta:active::before, .secondary-button-arrow:active::before, div.secondary-white-cta-arrow a:active::before, div.secondary-white-cta-arrow button:active::before, a.secondary-white-cta-arrow:active::before, button.secondary-white-cta-arrow:active::before, div.secondary-cta-arrow a:active::before, a.secondary-cta-arrow:active::before, button.secondary-cta-arrow:active::before, .secondary-button:focus::before, div.secondary-white-cta a:focus::before, div.secondary-white-cta button:focus::before, a.secondary-white-cta:focus::before, button.secondary-white-cta:focus::before, div.secondary-cta a:focus::before, div.secondary-cta button:focus::before, a.secondary-cta:focus::before, button.secondary-cta:focus::before, .secondary-button-arrow:focus::before, div.secondary-white-cta-arrow a:focus::before, div.secondary-white-cta-arrow button:focus::before, a.secondary-white-cta-arrow:focus::before, button.secondary-white-cta-arrow:focus::before, div.secondary-cta-arrow a:focus::before, a.secondary-cta-arrow:focus::before, button.secondary-cta-arrow:focus::before {
  border-color: #1e9be9;
}
.secondary-button-arrow, div.secondary-white-cta-arrow a, div.secondary-white-cta-arrow button, a.secondary-white-cta-arrow, button.secondary-white-cta-arrow, div.secondary-cta-arrow a, a.secondary-cta-arrow, button.secondary-cta-arrow {
  position: relative;
  padding-right: 15px;
}
.secondary-button-arrow::after, div.secondary-white-cta-arrow a::after, div.secondary-white-cta-arrow button::after, a.secondary-white-cta-arrow::after, button.secondary-white-cta-arrow::after, div.secondary-cta-arrow a::after, a.secondary-cta-arrow::after, button.secondary-cta-arrow::after {
  font-family: "base-icons";
  content: "\e003";
  font-size: 10px;
  position: absolute;
  top: 46%;
  right: 0;
  transform: translateY(-50%);
  vertical-align: bottom;
}

a.secondary-white-cta, button.secondary-white-cta {
  color: #ffffff;
}
a.secondary-white-cta:hover, a.secondary-white-cta:active, a.secondary-white-cta:focus, button.secondary-white-cta:hover, button.secondary-white-cta:active, button.secondary-white-cta:focus {
  color: #ffffff;
}
a.secondary-white-cta:hover::before, a.secondary-white-cta:active::before, a.secondary-white-cta:focus::before, button.secondary-white-cta:hover::before, button.secondary-white-cta:active::before, button.secondary-white-cta:focus::before {
  border-color: #ffffff;
}
a.secondary-white-cta-arrow, button.secondary-white-cta-arrow {
  color: #ffffff;
}
a.secondary-white-cta-arrow:hover, a.secondary-white-cta-arrow:active, a.secondary-white-cta-arrow:focus, button.secondary-white-cta-arrow:hover, button.secondary-white-cta-arrow:active, button.secondary-white-cta-arrow:focus {
  color: #ffffff;
}
a.secondary-white-cta-arrow:hover::before, a.secondary-white-cta-arrow:active::before, a.secondary-white-cta-arrow:focus::before, button.secondary-white-cta-arrow:hover::before, button.secondary-white-cta-arrow:active::before, button.secondary-white-cta-arrow:focus::before {
  border-color: #ffffff;
}

div.secondary-white-cta a, div.secondary-white-cta button {
  color: #ffffff;
}
div.secondary-white-cta a:hover, div.secondary-white-cta a:active, div.secondary-white-cta a:focus, div.secondary-white-cta button:hover, div.secondary-white-cta button:active, div.secondary-white-cta button:focus {
  color: #ffffff;
}
div.secondary-white-cta a:hover::before, div.secondary-white-cta a:active::before, div.secondary-white-cta a:focus::before, div.secondary-white-cta button:hover::before, div.secondary-white-cta button:active::before, div.secondary-white-cta button:focus::before {
  border-color: #ffffff;
}
div.secondary-white-cta-arrow a, div.secondary-white-cta-arrow button {
  color: #ffffff;
}
div.secondary-white-cta-arrow a:hover, div.secondary-white-cta-arrow a:active, div.secondary-white-cta-arrow a:focus, div.secondary-white-cta-arrow button:hover, div.secondary-white-cta-arrow button:active, div.secondary-white-cta-arrow button:focus {
  color: #ffffff;
}
div.secondary-white-cta-arrow a:hover::before, div.secondary-white-cta-arrow a:active::before, div.secondary-white-cta-arrow a:focus::before, div.secondary-white-cta-arrow button:hover::before, div.secondary-white-cta-arrow button:active::before, div.secondary-white-cta-arrow button:focus::before {
  border-color: #ffffff;
}

.link-with-icon, .document-link-with-icon, .video-link-with-icon {
  display: inline-block;
  font-family: "DIN 2014";
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #1e9be9;
  font-weight: 500;
  text-decoration: none;
  padding: 0 0 0 27px;
  position: relative;
}
.link-with-icon::after, .document-link-with-icon::after, .video-link-with-icon::after {
  content: "";
  width: 100%;
  border-top: 2px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.link-with-icon::before, .document-link-with-icon::before, .video-link-with-icon::before {
  font-family: "base-icons";
  content: "\e021";
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0px;
}
.link-with-icon:hover, .document-link-with-icon:hover, .video-link-with-icon:hover, .link-with-icon:active, .document-link-with-icon:active, .video-link-with-icon:active, .link-with-icon:focus, .document-link-with-icon:focus, .video-link-with-icon:focus {
  text-decoration: none;
  color: #1e9be9;
}
.link-with-icon:hover::after, .document-link-with-icon:hover::after, .video-link-with-icon:hover::after, .link-with-icon:active::after, .document-link-with-icon:active::after, .video-link-with-icon:active::after, .link-with-icon:focus::after, .document-link-with-icon:focus::after, .video-link-with-icon:focus::after {
  border-color: #1e9be9;
}

.video-link-with-icon::before {
  content: "\e029";
  top: -2px;
}

.document-link-with-icon::before {
  content: "\e007";
  top: -2px;
}

.btn-g23,
div.primary-cta a.btn-g23,
div.secondary-cta-arrow a.btn-g23 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
}
.btn-g23::before,
div.primary-cta a.btn-g23::before,
div.secondary-cta-arrow a.btn-g23::before {
  content: "";
  display: block;
  position: absolute;
  width: auto; /* needed for secondary-cta-arrow */
  border-radius: 1000px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  z-index: -1;
  background: linear-gradient(270deg, #343434 0%, #fff 20%, #343434 70%);
  background-size: 140%;
  background-position: 30% 0;
  transition: background 0.3s;
}
.btn-g23::after,
div.primary-cta a.btn-g23::after,
div.secondary-cta-arrow a.btn-g23::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(-90deg, #0072ce 0%, #bb29bb 20%, #f2c75c 50%, #bb29bb 70%);
  background-size: 100% 200%;
  left: 0px;
  right: 0px;
  top: 1px;
  height: 100%;
  filter: blur(9px);
  transform: skew(8deg, 0deg);
  transition: all 0.2s linear;
}
.btn-g23:hover,
div.primary-cta a.btn-g23:hover,
div.secondary-cta-arrow a.btn-g23:hover {
  text-decoration: none;
  color: #fff;
}
.btn-g23:hover::before,
div.primary-cta a.btn-g23:hover::before,
div.secondary-cta-arrow a.btn-g23:hover::before {
  background-position: 130% 0;
}
.btn-g23:hover::after,
div.primary-cta a.btn-g23:hover::after,
div.secondary-cta-arrow a.btn-g23:hover::after {
  transform: skew(25deg, 0deg);
  filter: blur(19px);
}

.btn-sig-series,
div.primary-cta a.btn-sig-series,
div.secondary-cta-arrow a.btn-sig-series {
  position: relative;
  border-radius: 40px;
  padding: 10px 22px;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.btn-sig-series::before,
div.primary-cta a.btn-sig-series::before,
div.secondary-cta-arrow a.btn-sig-series::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 1000px;
  width: auto;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  z-index: -1;
  background: linear-gradient(90deg, #0098DD 0%, #90CAEE 35%, #0098DD 65%);
  background-size: 150%;
  background-position: 0;
  transition: background 0.3s;
}
.btn-sig-series::after,
div.primary-cta a.btn-sig-series::after,
div.secondary-cta-arrow a.btn-sig-series::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 1px;
  height: 100%;
  filter: blur(9px);
  transform: skew(8deg, 0deg);
  transition: all 0.2s linear;
}
.btn-sig-series:hover,
div.primary-cta a.btn-sig-series:hover,
div.secondary-cta-arrow a.btn-sig-series:hover {
  color: #fff;
}
.btn-sig-series:hover::before,
div.primary-cta a.btn-sig-series:hover::before,
div.secondary-cta-arrow a.btn-sig-series:hover::before {
  background-position: 0;
  border-color: transparent;
}
.btn-sig-series:hover::after,
div.primary-cta a.btn-sig-series:hover::after,
div.secondary-cta-arrow a.btn-sig-series:hover::after {
  filter: blur(19px);
}

header {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(210, 209, 209, 0.5);
  height: 56px;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  header {
    height: 68px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  header {
    height: 154px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 154px;
  }
}
header.nav-down {
  position: fixed;
  transition: all 0.5s;
}
header.nav-up {
  position: fixed;
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.nav-up {
    height: -68px;
  }
}
@media (min-width: 768px) {
  header.nav-up {
    top: -154px;
  }
}
header.nav-up.open {
  top: 0;
}
header.nav-down {
  position: fixed;
}
header .logo {
  padding-top: 7px;
  padding-bottom: 0;
  z-index: 2;
  height: 56px;
}
@media (min-width: 768px) {
  header .logo {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    height: 68px;
  }
}
@media (min-width: 992px) {
  header .logo {
    padding-top: 15px;
    padding-bottom: 3px;
    height: auto;
  }
}
header .logo .logo-dekstop {
  display: none;
}
@media (min-width: 768px) {
  header .logo .logo-dekstop {
    display: inline-block;
  }
}
header .logo .logo-dekstop img {
  max-width: 96px;
}
header .logo .logo-mobile {
  display: inline-block;
}
@media (min-width: 768px) {
  header .logo .logo-mobile {
    display: none;
  }
}
header .logo .logo-mobile img {
  max-width: 63.36px;
}
header .toggle-navigation {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
header .toggle-navigation .hamburger {
  font-size: 0;
  text-decoration: none;
  padding: 18px 18px;
  color: #303030;
  display: inline-block;
  line-height: normal;
}
@media (min-width: 768px) {
  header .toggle-navigation .hamburger {
    padding: 24px 18px;
  }
}
header .toggle-navigation .hamburger::after {
  font-size: 19px;
  font-family: "base-icons";
  content: "\e00b";
}
header .toggle-navigation.show .hamburger::after {
  font-size: 19px;
  font-family: "base-icons";
  content: "\e006";
  color: #1e9be9;
}
@media (min-width: 992px) {
  header .toggle-navigation {
    display: none;
  }
}
header .main-navigation-wrapper {
  height: 64px;
}
header .main-navigation {
  padding: 0;
}
header .main-nav-links {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  header .container {
    width: 95%;
    max-width: 95%;
  }
}
@media screen and (min-width: 1400px) {
  header .container {
    width: 1400px;
    max-width: 1400px;
  }
}

.dropdown {
  position: relative;
}
.dropdown .nav-link {
  display: inline;
}
.dropdown-menu {
  position: absolute;
  top: 70%;
  right: -5px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 14rem;
  padding: 22px 12px;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  border: 0.5px solid #C8C8C8;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px;
  clear: both;
  font-size: 16px;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  color: #1e9be9;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-item {
    font-size: 14px !important;
    padding: 5px !important;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-item {
    font-size: 16px;
    line-height: 18px;
  }
}
.dropdown-item:hover {
  text-decoration: none;
}
.dropdown.show .dropdown-menu {
  display: block;
}

.rounded-chip {
  background-color: #f4f4f4;
  padding: 9px;
  border-radius: 20px;
  display: block;
  border: 1px solid #f4f4f4;
  font-size: 16px;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  color: rgba(74, 74, 74, 0.75);
  text-decoration: none;
}
.rounded-chip span {
  position: relative;
  top: -2px;
}
.rounded-chip::after {
  display: none;
}
.rounded-chip:hover {
  font-weight: 400;
  border-color: rgba(74, 74, 74, 0.15);
}
.rounded-chip:hover .icon {
  color: #1e9be9;
}
.rounded-chip .icon {
  font-size: 19px;
  padding-right: 5px;
  position: relative;
  top: 3px;
}

.action-mobile-only {
  display: inline;
  margin: 10px;
}
@media (min-width: 992px) {
  .action-mobile-only {
    display: none;
  }
}

.noscroll {
  overflow-y: hidden;
}

.btn-with-arrow {
  position: relative;
}
.btn-with-arrow:after {
  content: "\e025";
  font-family: "base-icons";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  font-size: 9px;
  display: block;
}

.scroll-sticky-product-banner header {
  transition: top 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .scroll-sticky-product-banner header {
    top: -154px;
  }
}

.modal {
  position: relative;
  width: auto;
  margin: 6rem auto;
}
@media (min-width: 768px) {
  .modal {
    max-width: 730px;
  }
}
.modal-dialog {
  width: 100%;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 20px;
  outline: 0;
}
.modal-header {
  padding: 32px;
  border-bottom: 1px solid #d2d1d1;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 36px 33px 33px 36px;
  }
}
.modal-title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}
.modal-title .icon {
  margin-right: 20px;
}
.modal-body {
  padding: 32px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 36px;
  }
}
.modal .mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.modal .mfp-close {
  height: 26px;
  width: 26px;
  color: #303030;
  top: 26px;
  right: 26px;
  line-height: 24px;
  content: "\e006";
  font-family: "base-icons";
  opacity: 0.5;
  font-size: 36px;
}
.modal .mfp-close:active {
  top: 26px;
}

.mfp-bg {
  opacity: 0.6;
}

.dropdown {
  position: relative;
}
.dropdown .nav-link {
  display: inline;
}
.dropdown-menu {
  padding: 23px 22px 24px 22px;
}
.dropdown-menu.section-menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  border: 0.5px solid #C8C8C8;
  width: 100%;
  min-width: 787px;
}
.dropdown-menu.section-menu .dropdown-item {
  white-space: normal;
}
.dropdown-menu .section-item {
  width: 24%;
  float: left;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px;
  clear: both;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  color: #1e9be9;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .dropdown-item {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.dropdown-item:hover {
  text-decoration: underline;
}
.dropdown.show .dropdown-menu {
  display: block;
}

.bottom-nav-section {
  clear: both;
  border-top: 1px solid rgba(48, 48, 48, 0.25);
  padding-top: 22px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  float: inherit;
}
@media (min-width: 992px) {
  .bottom-nav-section {
    text-align: right;
  }
}
.bottom-nav-section .secondary-btn {
  padding: 7px 40px 5px;
}

.border-left {
  position: relative;
  margin-left: 20px;
  padding-left: 30px;
}
.border-left:before {
  content: "";
  border-left: 1px solid rgba(74, 74, 74, 0.75);
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.mobile-back-main-menu {
  font-size: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
.mobile-back-main-menu::before {
  content: "\e024";
  font-family: "base-icons";
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 1px;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
}

.section-title {
  padding: 12px;
  font-family: "Mr Eaves XL Sans";
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 14px;
    padding-left: 5px;
  }
}

.secondary-btn {
  border: 1px solid #1e9be9;
  border-radius: unset;
  text-decoration: none;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-size: 1.7rem;
  line-height: 1;
  color: #1e9be9;
  font-weight: 500;
  text-align: center;
  padding: 7px 25px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .secondary-btn {
    font-size: 1.7rem;
    line-height: 1.05;
  }
}
.secondary-btn:hover {
  background-color: #1e9be9;
  color: #ffffff;
  text-decoration: none;
}

.primary-btn {
  border: 1px solid #1e9be9;
  border-radius: unset;
  text-decoration: none;
  font-family: "DIN 2014";
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 7px 25px;
  display: inline-block;
  background-color: #1e9be9;
}
.primary-btn:hover {
  background-color: #ffffff;
  color: #1e9be9;
  text-decoration: none;
}

.mobile-my-account {
  display: block;
}
@media (min-width: 992px) {
  .mobile-my-account {
    display: none;
  }
}

header .my-account-menu__wrapper .section-item {
  margin-bottom: 20px;
}
header .my-account-menu__wrapper .dropdown-item {
  padding: 12px;
}

.my-account-dropdown .primary-btn {
  border-width: 0;
  color: rgba(74, 74, 74, 0.75);
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-color: transparent;
  background-color: transparent;
}
.my-account-dropdown .primary-btn:hover {
  background-color: #fff;
}
@media (min-width: 992px) {
  .my-account-dropdown .primary-btn {
    border-width: 1px;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 1rem;
    margin-right: -1.2rem;
    border-color: #1e9be9;
    background-color: #1e9be9;
  }
  .my-account-dropdown .primary-btn:hover {
    color: #1e9be9;
  }
}

header {
  /* ---- Mobile Navigation ---- */
}
@media (max-width: 991px) {
  header .main-navigation {
    display: none;
  }
}
header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  color: #4a4a4a;
}
@media screen and (min-width: 992px) {
  header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link:after {
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link:after {
    right: -20px;
  }
}
@media (min-width: 992px) {
  header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link {
    font-size: 1.512vw;
    line-height: 1.2;
  }
}
@media (min-width: 1260px) {
  header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link {
    font-size: 2rem;
  }
}
header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link-item {
  padding: 21px 32px 19px 12px;
}
header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link-item:first-child {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  header .main-navigation .utility-navigation__link-nav.nav-secondary .nav-link-item {
    padding: 21px 28px 19px 4px;
  }
}
header .main-navigation .utility-navigation__link-nav .nav-link-item.dropdown.is-mega-menu {
  position: static;
}
@media (min-width: 1400px) {
  header .main-navigation .utility-navigation__link-nav .nav-link-item.dropdown.is-mega-menu {
    position: relative;
  }
}
header .main-navigation .utility-navigation__link-nav .nav-link-item.dropdown.show .nav-link:after {
  transform: translateY(-50%) rotate(180deg);
}
header .main-navigation .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 1px 0 0 0;
  border-color: transparent;
  margin: 0;
}
header .main-navigation .dropdown-menu .dropdown-item .highlight-text {
  border-radius: 20px;
  background-color: #1e9be9;
  color: #ffffff;
  font-family: "DIN 2014";
  font-size: 1.44rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 1px 10px;
  margin-left: 8px;
  display: inline;
}
header .main-navigation .nav-right-section {
  display: flex;
  align-items: center;
}
header .main-navigation .nav-right-section .primary-btn {
  margin-left: 24px;
}
header .main-navigation .main-mobile-link {
  display: none;
}
@media (min-width: 992px) {
  header .main-navigation .main-mobile-link {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    transition: 0.5s;
  }
}
header .mega-menu-mainWrapper.dropdown-menu.section-menu {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1400px) {
  header .mega-menu-mainWrapper.dropdown-menu.section-menu {
    max-width: 1153px;
    width: 100vw;
  }
}
header .mega-menu-mainWrapper .mega-menu {
  display: flex;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-left {
  width: 75%;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-left.width100 {
  width: 100%;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-left.width100 .section-item {
  width: 20%;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-right {
  width: 25%;
  position: relative;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-right:before {
  content: "";
  position: absolute;
  border-left: 1px solid rgba(48, 48, 48, 0.2);
  height: 334px;
  width: 1px;
  left: -30px;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-right .multi-card-promo {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header .mega-menu-mainWrapper .mega-menu .navigation-section-right .multi-card-promo a.secondary-cta-arrow {
  text-align: left;
}
header .main-navigation-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .mmenu-wrapper {
  top: 142px;
  right: 0px;
  bottom: 0px;
  left: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 100%;
  height: 100%;
  z-index: 2;
  width: 100vw;
  transition: 0.5s;
}
header .mmenu-wrapper.show {
  left: 0;
  top: 57px;
}
header .mmenu-wrapper ul {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
  height: 100vh;
}
header .mmenu-wrapper ul li {
  padding: 0 !important;
}
header .mmenu-wrapper ul li a {
  padding: 24px 20px;
  width: 100%;
  display: block !important;
}
header .mmenu-wrapper .utility-navigation__link-nav .dropdown-item {
  text-decoration: none;
}
header .mmenu-wrapper .utility-navigation__link-nav .nav-link,
header .mmenu-wrapper .utility-navigation__link-nav .dropdown-item {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
header .mmenu-wrapper .utility-navigation__link-nav .nav-link:hover, header .mmenu-wrapper .utility-navigation__link-nav .nav-link:focus, header .mmenu-wrapper .utility-navigation__link-nav .nav-link:active,
header .mmenu-wrapper .utility-navigation__link-nav .dropdown-item:hover,
header .mmenu-wrapper .utility-navigation__link-nav .dropdown-item:focus,
header .mmenu-wrapper .utility-navigation__link-nav .dropdown-item:active {
  text-decoration: none;
}
header .mmenu-wrapper .ml-menu {
  width: 100%;
}
header .mmenu-wrapper .ml-submenu {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  transition: right 0.25s ease-in;
  right: -100%;
  width: 100%;
}
header .mmenu-wrapper .ml-submenu.open {
  right: 0;
  z-index: 2;
  overflow-y: auto;
  height: calc(100vh - 240px);
}
header .mmenu-wrapper .ml-has-submenu {
  position: relative;
}
header .mmenu-wrapper .ml-has-submenu:after {
  content: "\e025";
  font-family: "base-icons";
  position: absolute;
  font-size: 12px;
  right: 20px;
  top: 50%;
  line-height: 18px;
  overflow: unset;
  visibility: visible !important;
  height: auto !important;
  transform: translateY(-50%);
}
header .mmenu-wrapper .ml-back .link-menu-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  font-family: "Mr Eaves XL Sans";
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
header .mmenu-wrapper .ml-back .link-back__wrapper {
  font-size: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
header .mmenu-wrapper .ml-back .link-back__wrapper:before {
  content: "\e024";
  font-family: "base-icons";
  position: absolute;
  font-size: 12px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
  color: #1e9be9;
}
header .mmenu-wrapper .ml-back .mobile-back-main-menu:before {
  display: none;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu {
  display: flex;
  flex-wrap: wrap;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo {
  white-space: normal;
  white-space: initial;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 20px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .cta-container a {
  display: inline-block !important;
  text-align: left;
  font-size: 16px;
  padding: 0;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .cta-container a:after {
  right: -10px;
  position: relative;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .card-item {
  display: flex;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .card-item .card-image {
  order: 2;
  width: 50%;
  padding-left: 10px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .card-item .card-title {
  font-size: 18px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .card-item .card-description {
  font-weight: 300;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .multi-card-promo .card-item .card-content-wrapper {
  width: 50%;
  padding-right: 10px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .navigation-section-left {
  width: 100%;
  order: 2;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .navigation-section-left .section-title {
  padding: 12px 32px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .navigation-section-left .dropdown-item {
  padding: 12px 32px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .navigation-section-left .dropdown-item .highlight-text {
  border-radius: 10px;
  background-color: #1e9be9;
  color: #ffffff;
  font-family: "DIN 2014";
  font-size: 1.44rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 3px 10px 1px 10px;
  margin-left: 8px;
  display: inline;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .navigation-section-right {
  width: 100%;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .navigation-section-right::before {
  display: none;
}
header .mmenu-wrapper .mega-menu-mainWrapper .mega-menu .section-wrapper .section-item ul {
  position: relative;
  height: auto;
  margin-bottom: 20px;
}
header .mmenu-wrapper .mega-menu-mainWrapper .dropdown-item {
  font-size: 16px;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  color: #1e9be9;
}
@media screen and (min-width: 992px) {
  header .mmenu-wrapper .mega-menu-mainWrapper .dropdown-item {
    font-size: 16px;
    line-height: 18px;
  }
}

.mmenu-fixed-bottom-wrapper {
  position: fixed;
  left: 100%;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  transition: 0.5s;
}
.mmenu-fixed-bottom-wrapper.show {
  left: 0;
}
.mmenu-fixed-bottom-wrapper .action-mobile-only {
  font-size: 16px;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  color: rgba(74, 74, 74, 0.75);
  text-decoration: none;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  position: relative;
  padding-right: 30px;
  border-right: 1px solid rgba(74, 74, 74, 0.75);
}
@media screen and (min-width: 992px) {
  .mmenu-fixed-bottom-wrapper .action-mobile-only {
    font-size: 16px;
    line-height: 18px;
  }
}
.mmenu-fixed-bottom-wrapper .action-mobile-only.rounded-chip {
  border-right: 0;
  padding-right: 9px;
}
.mmenu-fixed-bottom-wrapper .action-mobile-only:last-child {
  border-right: none;
}
.mmenu-fixed-bottom-wrapper .action-mobile-only:hover {
  font-weight: 400;
}
.mmenu-fixed-bottom-wrapper .action-mobile-only::after {
  content: "\e025";
  font-family: "base-icons";
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 1px;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
}
.mmenu-fixed-bottom-wrapper .get-help-dropdown .mobile-get-help {
  margin-right: 0;
}
.mmenu-fixed-bottom-wrapper .get-help-dropdown:not(:last-child) {
  border-right: 1px solid rgba(74, 74, 74, 0.75);
}

.flex-cta-mobile-link {
  padding: 10px;
  display: flex;
  align-items: center;
}
.flex-cta-mobile-link > .row {
  display: none;
}

.flex-cta-mobile {
  padding: 10px 10px 40px 10px;
  display: flex;
  align-items: center;
}
.flex-cta-mobile .btn {
  width: 50%;
  margin: 10px;
}

.mobile-menu-bottom-action-link {
  display: none;
}

.main-navigation-wrapper .main-mobile-link + .nav-right-section {
  display: none;
}
@media (min-width: 768px) {
  .main-navigation-wrapper .main-mobile-link + .nav-right-section {
    display: flex;
  }
}

.utility-navigation {
  position: relative;
}
@media (min-width: 768px) {
  .utility-navigation::after {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #f4f4f4;
    top: 68px;
  }
}
@media (min-width: 992px) {
  .utility-navigation::after {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .utility-navigation::after {
    top: 90px;
  }
}
.utility-navigation__link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utility-navigation--desktop {
  display: none;
}
@media (min-width: 992px) {
  .utility-navigation--desktop {
    display: flex;
    height: 90px;
  }
}
.utility-navigation--mobile {
  position: fixed;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 58px;
  background-color: #ffffff;
  z-index: 9;
  padding: 26px 20px 196px 20px;
  display: block;
  width: 100vw;
  transition: 0.5s;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .utility-navigation--mobile {
    top: 70px;
    padding: 26px 48px;
  }
}
@media (min-width: 992px) {
  .utility-navigation--mobile {
    display: none;
    transition: 0.5s;
  }
}
.utility-navigation--mobile.show {
  transition: 0.5s;
  left: 0;
}
.utility-navigation--mobile .dropdown-item {
  padding-left: 0;
  padding-right: 0;
}
.utility-navigation--mobile .link-back__wrapper {
  padding-bottom: 13px;
}
.utility-navigation--mobile .link-back-get-help {
  font-size: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
.utility-navigation--mobile .link-back-get-help::before {
  content: "\e024";
  font-family: "base-icons";
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 1px;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
}
.utility-navigation--mobile .link-menu-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  font-family: "Mr Eaves XL Sans";
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.utility-navigation--mobile.language-menu__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.utility-navigation--mobile.language-menu__wrapper .link-back__wrapper {
  padding-left: 32px;
  padding-right: 32px;
}
.utility-navigation--mobile.my-account-menu__wrapper, .utility-navigation--mobile.get-help-menu__wrapper, .utility-navigation--mobile.language-menu__wrapper {
  padding-bottom: 24px;
  z-index: 999;
  margin-bottom: 24px;
}
.utility-navigation__link-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .utility-navigation__link-nav {
    flex-direction: row;
  }
}
.utility-navigation__link-nav .nav-link-item {
  padding: 42px 24px 24px 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .utility-navigation__link-nav .nav-link-item {
    padding: 42px 16px 24px 16px;
  }
}
.utility-navigation__link-nav .nav-link-item.active {
  background-color: rgba(244, 244, 244, 0.75);
}
.utility-navigation__link-nav .nav-link-item.active .nav-link {
  font-weight: bold;
  color: #303030;
}
.utility-navigation__link-nav .nav-link-item.dropdown.show .nav-link {
  color: #1e9be9;
}
.utility-navigation__link-nav .nav-link-item.dropdown.show .nav-link::after {
  transform: rotate(180deg);
}
.utility-navigation__link-nav .nav-link {
  font-size: 16px;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 400;
  color: rgba(74, 74, 74, 0.75);
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .utility-navigation__link-nav .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
}
.utility-navigation__link-nav .nav-link:hover {
  font-weight: bold;
}
.utility-navigation__link-nav .nav-link::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: bold;
}
.utility-navigation__link-nav .nav-link.rounded-chip {
  display: block;
}
.utility-navigation__link-nav .nav-link.rounded-chip:hover {
  font-weight: 400;
}
.utility-navigation__link-nav .dropdown {
  display: flex;
  align-items: center;
}
.utility-navigation__link-nav .dropdown .nav-link {
  position: relative;
}
.utility-navigation__link-nav .dropdown .nav-link:hover {
  font-weight: 400;
  color: #1e9be9;
}
.utility-navigation__link-nav .dropdown .nav-link::after {
  content: "\e023";
  font-family: "base-icons";
  position: absolute;
  right: -16px;
  top: 0;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
}
.utility-navigation__link-nav.nav-secondary .nav-link-item {
  padding: 22px 12px 8px 12px;
}
.utility-navigation__link-nav.nav-secondary .nav-link-item.dropdown > a:hover {
  color: #1e9be9;
}
.utility-navigation > .row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 10px;
  box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (min-width: 992px) {
  .utility-navigation > .row::after {
    display: none;
  }
}

.utility-menu-mobile {
  position: fixed;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 56px;
  right: 0px;
  bottom: 0px;
  left: 100%;
  top: 56px;
  background-color: #ffffff;
  z-index: 1;
  padding: 24px 8px;
  display: block;
  width: 100vw;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .utility-menu-mobile {
    top: 67px;
    padding: 26px 48px;
  }
}
@media (min-width: 992px) {
  .utility-menu-mobile {
    display: none;
    transition: 0.5s;
  }
}
.utility-menu-mobile.show {
  left: 0;
}
.utility-menu-mobile .nav-primary {
  flex-direction: column;
}
.utility-menu-mobile .nav-primary .nav-link-item {
  padding: 24px 10px;
  border-radius: 10px;
  line-height: 4px;
}
.utility-menu-mobile .nav-primary .nav-link-item .nav-link {
  font-size: 20px;
  display: inline-flex;
  flex-direction: row;
}
.utility-menu-mobile .nav-primary .nav-link-item .nav-link::after {
  display: none;
}
.utility-menu-mobile .nav-primary .nav-link-item.active .nav-link::before {
  font-size: 20px;
  padding-right: 8px;
  display: inline-block;
  content: "\e027";
  font-family: "base-icons";
  color: #1e9be9;
}
.utility-menu-dropdown {
  background-color: rgba(210, 209, 209, 0.5);
  padding: 18px;
  position: relative;
  top: -5px;
  right: -5px;
  display: none;
  padding-right: 10px;
  color: #303030;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  z-index: 4;
}
@media (min-width: 768px) {
  .utility-menu-dropdown {
    padding: 24px 18px;
    top: -4px;
  }
}
.utility-menu-dropdown::after {
  content: "\e023";
  font-family: "base-icons";
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  top: 5px;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
  font-size: 20px;
}
.utility-menu-dropdown.open::after {
  content: "\e026";
}
.utility-menu-dropdown:focus, .utility-menu-dropdown:active, .utility-menu-dropdown:hover {
  text-decoration: none;
  color: #303030;
}
.show .utility-menu-dropdown {
  display: inline;
}

.lang-selector-content .mfp-close:active {
  top: 26px !important;
}

.btn-lang-selector {
  padding: 11px 30px 11px 44px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.btn-lang-selector:hover {
  border-color: #1e9be9;
  text-decoration: none;
}
.btn-lang-selector.active {
  background-color: #f4f4f4;
  border: 1px solid transparent;
  text-decoration: none;
}
.btn-lang-selector.active:hover {
  text-decoration: none;
}
.btn-lang-selector.active::before {
  font-size: 15px;
  padding-right: 8px;
  display: inline-block;
  content: "\e027";
  font-family: "base-icons";
  color: #1e9be9;
  position: absolute;
  left: 17px;
  top: 12px;
}
.btn-lang-selector .country-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  color: #4a4a4a;
  display: block;
  white-space: nowrap;
}
.btn-lang-selector .lang-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Mr Eaves XL Sans";
  color: #4a4a4a;
  display: block;
}

.mobile-back-main-menu:hover, .mobile-back-main-menu:focus {
  text-decoration: none;
}

.mobile-language-menu-link__wrapper .modal-header {
  padding: 10px 32px 20px 32px;
}
.mobile-language-menu-link__wrapper .modal-title {
  color: #303030;
}
.mobile-language-menu-link__wrapper .modal-body {
  padding: 26px 32px;
}

.search-mainwrapper {
  z-index: 1;
  display: none;
}
.search-mainwrapper.show {
  display: block;
}
.search-mainwrapper.show .coveo-searchbox, .search-mainwrapper.show .coveo-globalsearchbox {
  position: relative;
  top: 10px;
  transform: translateX(-50%);
  width: 570px;
  left: 50%;
}
.search-mainwrapper > .row {
  height: 100%;
  margin: 0;
  padding: 0 20px;
  display: inline;
  display: inline;
  flex-wrap: inline;
}
@media (min-width: 992px) {
  .search-mainwrapper > .row {
    padding: 0;
  }
}

.coveo-searchbox .CoveoSearchbox, .coveo-globalsearchbox .CoveoSearchbox {
  position: relative;
  margin-right: 0 !important;
}
.coveo-searchbox .CoveoSearchbox .magic-box, .coveo-globalsearchbox .CoveoSearchbox .magic-box {
  border: 0;
}
.coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input > input, .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input > input {
  color: #303030;
}
.coveo-searchbox .CoveoSearchButton, .coveo-globalsearchbox .CoveoSearchButton {
  display: block;
  width: 52px;
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #303030;
  border: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .coveo-searchbox .CoveoSearchButton, .coveo-globalsearchbox .CoveoSearchButton {
    height: 64px;
  }
}
.coveo-searchbox .CoveoSearchButton .coveo-search-button, .coveo-globalsearchbox .CoveoSearchButton .coveo-search-button {
  display: flex;
}
.coveo-searchbox .CoveoSearchButton .coveo-search-button-svg, .coveo-globalsearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #303030;
  width: 22px;
  height: 22px;
}
.coveo-searchbox .CoveoSearchButton:hover path, .coveo-globalsearchbox .CoveoSearchButton:hover path {
  fill: #303030;
}
.coveo-searchbox .magic-box, .coveo-globalsearchbox .magic-box {
  border: 0;
}
.coveo-searchbox .magic-box .magic-box-input, .coveo-globalsearchbox .magic-box .magic-box-input {
  background: transparent;
  border: 0;
  height: 56px;
  overflow: inherit;
}
@media (min-width: 768px) {
  .coveo-searchbox .magic-box .magic-box-input, .coveo-globalsearchbox .magic-box .magic-box-input {
    height: 64px;
  }
}
.coveo-searchbox .magic-box .magic-box-input .magic-box-underlay, .coveo-globalsearchbox .magic-box .magic-box-input .magic-box-underlay {
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .coveo-searchbox .magic-box .magic-box-input .magic-box-underlay, .coveo-globalsearchbox .magic-box .magic-box-input .magic-box-underlay {
    height: 64px;
  }
}
.coveo-searchbox .magic-box .magic-box-input input, .coveo-globalsearchbox .magic-box .magic-box-input input {
  padding-left: 50px !important;
  border: 1px solid rgba(74, 74, 74, 0.1);
  border-radius: 16px;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: normal;
  background-color: #f4f4f4;
  height: 56px;
}
@media screen and (min-width: 992px) {
  .coveo-searchbox .magic-box .magic-box-input input, .coveo-globalsearchbox .magic-box .magic-box-input input {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 768px) {
  .coveo-searchbox .magic-box .magic-box-input input, .coveo-globalsearchbox .magic-box .magic-box-input input {
    height: 64px;
  }
}

.close-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.close-search a {
  font-size: 16px;
  color: #303030;
}
@media (min-width: 992px) {
  .close-search {
    display: block;
  }
}

@media (min-width: 992px) {
  .utility-menu-mainwrapper.hide {
    display: none;
  }
}

html:not([lang=en]) .utility-menu-dropdown {
  display: none;
}

.bg-active {
  width: 100%;
  position: fixed;
}
.bg-active:before {
  opacity: 0.75;
  background-color: #303030;
  position: absolute;
  width: 100%;
  content: "";
  z-index: 9;
  height: 100%;
}
.bg-active header {
  position: inherit;
}
.bg-active .utility-navigation.active:after {
  border-bottom: none;
}

.utility-navigation.active {
  position: relative;
  z-index: 9;
  background: #ffffff;
}
.utility-navigation.active:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.utility-navigation.active:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 148%;
  z-index: 0;
}

.main-mobile-search {
  width: 100%;
  position: fixed;
  top: 57px;
  left: 100%;
  height: auto;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  z-index: 3;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .main-mobile-search {
    top: 69px;
  }
}
.main-mobile-search.show {
  left: 0;
}
.main-mobile-search .close-search {
  display: none;
}
.main-mobile-search.show + .mmenu-wrapper {
  top: 152px;
}
@media (min-width: 768px) {
  .main-mobile-search.show + .mmenu-wrapper {
    top: 174px;
  }
}
.main-mobile-search .coveo-globalsearchbox {
  padding: 0 30px;
  width: 100%;
}

.mmenu-wrapper {
  top: 65px;
}

.hero .component-content,
.text-hero .component-content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .hero .component-content,
.text-hero .component-content {
    flex-direction: row;
  }
}
.hero .hero-image,
.hero .hero-video,
.text-hero .hero-image,
.text-hero .hero-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero .hero-image,
.hero .hero-video,
.text-hero .hero-image,
.text-hero .hero-video {
    margin-left: 0;
    margin-right: 0;
  }
}
.hero .hero-image img,
.hero .hero-video img,
.text-hero .hero-image img,
.text-hero .hero-video img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.hero .hero-image .image-desktop,
.hero .hero-video .image-desktop,
.text-hero .hero-image .image-desktop,
.text-hero .hero-video .image-desktop {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .hero .hero-image .image-desktop,
.hero .hero-video .image-desktop,
.text-hero .hero-image .image-desktop,
.text-hero .hero-video .image-desktop {
    display: block;
    max-width: 1980px;
    margin: 0 auto;
  }
}
.hero .hero-image .image-mobile,
.hero .hero-video .image-mobile,
.text-hero .hero-image .image-mobile,
.text-hero .hero-video .image-mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero .hero-image .image-mobile,
.hero .hero-video .image-mobile,
.text-hero .hero-image .image-mobile,
.text-hero .hero-video .image-mobile {
    display: none;
  }
}
.hero .hero-video video,
.text-hero .hero-video video {
  vertical-align: top;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hero .hero-video video,
.text-hero .hero-video video {
    width: auto !important;
  }
}
.hero .hero-video .image-desktop,
.text-hero .hero-video .image-desktop {
  display: block;
  height: 625px;
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .hero .hero-video .image-desktop,
.text-hero .hero-video .image-desktop {
    display: block;
    height: auto;
  }
}
.hero .hero-video .image-mobile,
.text-hero .hero-video .image-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hero .hero-video .image-mobile,
.text-hero .hero-video .image-mobile {
    display: none;
  }
}
.hero-text,
.text-hero-text {
  width: 100%;
  max-width: 100%;
  z-index: 1;
  transform: translate(0, 0);
  padding: 45px 25px 0;
}
@media (min-width: 768px) {
  .hero-text,
.text-hero-text {
    padding: 45px 0 45px 45px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    max-width: 58%;
  }
}
@media (min-width: 1200px) {
  .hero-text,
.text-hero-text {
    padding: 45px 0 45px 60px;
  }
}
@media (min-width: 1440px) {
  .hero-text,
.text-hero-text {
    padding: 45px 0 45px 75px;
  }
}
.hero-text-left,
.text-hero-text-left {
  text-align: left;
}
.hero-text-center,
.text-hero-text-center {
  text-align: center;
}
.hero-text-center .component-content,
.text-hero-text-center .component-content {
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-text-center .hero-text,
.text-hero-text-center .hero-text {
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .hero-text-right,
.text-hero-text-right {
    text-align: right;
  }
}
.hero-text-right .component-content,
.text-hero-text-right .component-content {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .hero-text-right .hero-text,
.text-hero-text-right .hero-text {
    padding: 45px 45px 45px 0;
  }
}
@media (min-width: 1200px) {
  .hero-text-right .hero-text,
.text-hero-text-right .hero-text {
    padding: 45px 60px 45px 0;
  }
}
@media (min-width: 1440px) {
  .hero-text-right .hero-text,
.text-hero-text-right .hero-text {
    padding: 45px 75px 45px 0;
  }
}
@media (min-width: 768px) {
  .hero-text-right .hero-text .hero-cta .primary-cta,
.text-hero-text-right .hero-text .hero-cta .primary-cta {
    margin-right: 0;
  }
  .hero-text-right .hero-text .hero-cta .secondary-cta-arrow,
.text-hero-text-right .hero-text .hero-cta .secondary-cta-arrow {
    margin-left: 40px;
  }
}
.hero-text .field-eyebrow,
.text-hero-text .field-eyebrow {
  margin: 0 0 0 0;
  font-size: 20px;
  line-height: 32px;
  color: #007298;
  font-weight: bold;
  font-family: "Mr Eaves XL Sans";
}
@media (min-width: 768px) {
  .hero-text .field-eyebrow,
.text-hero-text .field-eyebrow {
    margin: 0;
    font-size: 18px;
    line-height: 1.78;
  }
}
@media (min-width: 992px) {
  .hero-text .field-eyebrow,
.text-hero-text .field-eyebrow {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-text .field-eyebrow,
.text-hero-text .field-eyebrow {
    font-size: 22px;
  }
}
.hero-text .field-headline,
.text-hero-text .field-headline {
  text-wrap: balance;
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Mr Eaves XL Sans";
}
@media (min-width: 576px) {
  .hero-text .field-headline,
.text-hero-text .field-headline {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .hero-text .field-headline,
.text-hero-text .field-headline {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .hero-text .field-headline,
.text-hero-text .field-headline {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .hero-text .field-headline,
.text-hero-text .field-headline {
    font-size: 5.6rem;
  }
}
@media (min-width: 1440px) {
  .hero-text .field-headline,
.text-hero-text .field-headline {
    font-size: 6.8rem;
  }
}
.hero-text .hero-subheadline,
.text-hero-text .hero-subheadline {
  text-wrap: balance;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.167;
  font-family: "Mr Eaves XL Sans";
}
@media (min-width: 576px) {
  .hero-text .hero-subheadline,
.text-hero-text .hero-subheadline {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .hero-text .hero-subheadline,
.text-hero-text .hero-subheadline {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .hero-text .hero-subheadline,
.text-hero-text .hero-subheadline {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .hero-text .hero-subheadline,
.text-hero-text .hero-subheadline {
    font-size: 2.6rem;
  }
}
@media (min-width: 1440px) {
  .hero-text .hero-subheadline,
.text-hero-text .hero-subheadline {
    font-size: 2.8rem;
  }
}
.hero-text .hero-cta,
.text-hero-text .hero-cta {
  margin: 22px 0 0 0;
}
.hero-text .hero-cta .primary-cta,
.text-hero-text .hero-cta .primary-cta {
  display: block;
}
@media (min-width: 768px) {
  .hero-text .hero-cta .primary-cta,
.text-hero-text .hero-cta .primary-cta {
    margin: 0;
    display: inline-block;
  }
}
.hero-text .hero-cta .secondary-cta-arrow,
.text-hero-text .hero-cta .secondary-cta-arrow {
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .hero-text .hero-cta .secondary-cta-arrow,
.text-hero-text .hero-cta .secondary-cta-arrow {
    display: inline-block;
    margin: 0;
  }
}
.hero[class*=image-background-] .component-content::after,
.text-hero[class*=image-background-] .component-content::after {
  background-size: auto;
}
@media (min-width: 768px) {
  .hero[class*=image-background-] .component-content::after,
.text-hero[class*=image-background-] .component-content::after {
    background-size: 100% auto;
  }
}
.hero[class*=image-background-].image-background-bottom .component-content::after,
.text-hero[class*=image-background-].image-background-bottom .component-content::after {
  background-position: 0 bottom;
  background-size: 100% auto;
  top: inherit;
  bottom: 50px;
}
@media (max-width: 767.98px) {
  .hero.hero-mobile-image-hard-top-edge .hero-text,
.text-hero.hero-mobile-image-hard-top-edge .hero-text {
    padding-bottom: 45px;
  }
}
.hero:not(.hero-mobile-image-hard-top-edge) .hero-image .image-mobile::before,
.text-hero:not(.hero-mobile-image-hard-top-edge) .hero-image .image-mobile::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
}
.hero:not(.hero-mobile-image-hard-top-edge).theme-black-bg-white-text .hero-image .image-mobile::before,
.text-hero:not(.hero-mobile-image-hard-top-edge).theme-black-bg-white-text .hero-image .image-mobile::before {
  background: linear-gradient(#000000 30%, transparent);
}
.hero:not(.hero-mobile-image-hard-top-edge).theme-light-bg-dark-text .hero-image .image-mobile::before,
.text-hero:not(.hero-mobile-image-hard-top-edge).theme-light-bg-dark-text .hero-image .image-mobile::before {
  background: linear-gradient(#f4f4f4 30%, transparent);
}
.hero:not(.hero-mobile-image-hard-top-edge).theme-white-bg-dark-text .hero-image .image-mobile::before,
.text-hero:not(.hero-mobile-image-hard-top-edge).theme-white-bg-dark-text .hero-image .image-mobile::before {
  background: linear-gradient(#ffffff 30%, transparent);
}

.primary-cta + .secondary-cta-arrow {
  margin-left: 40px !important;
}

.hero-video-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  background: transparent;
  border: 0;
  font-size: 18px;
  padding: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.hero-video-btn:hover {
  opacity: 0.75;
}
.hero-video-btn::before {
  font-family: "base-icons";
  content: "\e011";
}
.hero-video-btn.paused::before {
  font-family: "base-icons";
  content: "\e012";
}

.hero.hero-simple .component-content {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  padding: 10% 0;
}
.hero.hero-simple .component-content .hero-text {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  top: auto;
  transform: unset;
  max-width: unset;
  position: relative;
  left: 0;
}
@media (min-width: 763px) {
  .hero.hero-simple .component-content .hero-text {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .hero.hero-simple .component-content .hero-text {
    width: 50%;
    margin: 0 auto;
    max-width: 1200px;
  }
}
.hero.hero-simple .component-content .field-headline {
  margin-bottom: 0;
  margin-bottom: 1.6vw;
  font-size: 10.1333vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero.hero-simple .component-content .field-headline {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .hero.hero-simple .component-content .field-headline {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .hero.hero-simple .component-content .field-headline {
    font-size: 75px;
  }
}
.hero.hero-simple .hero-image {
  position: static;
}
.hero.hero-simple .hero-image .image-desktop, .hero.hero-simple .hero-image .image-mobile {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  max-width: 1980px;
  left: 50%;
  transform: translateX(-50%);
}
.hero.hero-simple .hero-image img {
  height: 100%;
}

.text-hero .hero-text .field-eyebrow,
.text-hero-search .hero-text .field-eyebrow {
  font-size: 20px;
  color: #007298;
  padding-bottom: 0;
}
.text-hero .hero-text .hero-cta .primary-cta,
.text-hero-search .hero-text .hero-cta .primary-cta {
  margin-right: 0;
}
.text-hero .hero-text .hero-cta .secondary-cta-arrow,
.text-hero-search .hero-text .hero-cta .secondary-cta-arrow {
  margin-left: 0;
}
.text-hero[class*=image-background-].image-background-bottom .component-content::after,
.text-hero-search[class*=image-background-].image-background-bottom .component-content::after {
  background-position: center bottom;
  background-size: 100% auto;
  top: inherit;
  bottom: 20px;
}

.text-hero-search .hero-text {
  padding: 20px 0;
}
.text-hero-search.hero-text {
  transform: translate(0, -50%);
}
.text-hero-search.hero-text-center .hero-text {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (min-width: 768px) {
  .text-hero-search.hero-text-center .hero-text {
    transform: translate(-50%, -50%);
    padding: 45px;
  }
}
@media (min-width: 992px) {
  .text-hero-search.hero-text-center .hero-text {
    padding: 45px;
  }
}
.text-hero-search.hero-text-right .hero-text {
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
}

.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb nav {
  padding: 18px 0;
}
.breadcrumb nav ol {
  display: flex;
}
.breadcrumb nav ol li {
  display: flex;
  color: #4a4a4a;
}
.breadcrumb nav ol li .navigation-title {
  font-size: 1.4rem;
  line-height: 1.285;
}
.breadcrumb nav ol li .navigation-title a {
  color: inherit;
}
.breadcrumb nav ol li .separator {
  font-size: 0;
  padding: 0 8px;
}
.breadcrumb nav ol li .separator::after {
  font-family: "base-icons";
  content: "\e025";
  font-size: 10px;
  line-height: 14px;
}
.breadcrumb nav ol li:hover {
  color: #4a4a4a;
}
.breadcrumb nav ol li.last .separator {
  display: none;
}
.breadcrumb nav ol li.last a {
  word-wrap: normal;
  word-break: normal;
  pointer-events: none;
  text-decoration: none;
}
.breadcrumb nav ol li.last a:hover {
  text-decoration: none;
}

.media-promo {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .media-promo {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .media-promo {
    padding-top: 60px !important;
  }
}
.media-promo .component-content {
  position: relative;
  width: 100%;
}
.media-promo .component-content .media-promo-image-container, .media-promo .component-content .media-promo-video-container {
  position: relative;
  z-index: 1;
}
.media-promo-text-container {
  position: relative;
  padding-top: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .media-promo-text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
  }
}
.media-promo-text-container .field-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Mr Eaves XL Sans";
}
@media (min-width: 768px) {
  .media-promo-text-container .field-title {
    font-size: 24px;
  }
}
.media-promo-text-container .field-description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 8px 0 0 0;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .media-promo-text-container .field-description {
    font-size: 1.8rem;
  }
}
.media-promo-image-container img, .media-promo-video-container img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.media-promo-video-container {
  cursor: pointer;
  display: block;
  position: relative;
}
.media-promo-video-container::before {
  font-family: "base-icons";
  content: "\e013";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 62px;
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .media-promo-video-container::before {
    font-size: 54px;
  }
}
.media-promo-video-container:hover:before {
  color: #1e9be9;
}
.media-promo[class*=image-background-] .component-content::after {
  background-size: auto;
  background-position: center 14%;
}
@media (min-width: 768px) {
  .media-promo[class*=image-background-] .component-content::after {
    background-size: 100% auto;
    background-position: center center;
  }
}
.media-promo[class*=image-background-].image-background-bottom .component-content::after {
  background-position: 0 bottom;
  background-size: 100% auto;
  top: inherit;
  bottom: 60px;
}
@media (min-width: 768px) {
  .media-promo[class*=image-background-].image-background-bottom .component-content::after {
    bottom: 20px;
  }
}

.temp-section {
  height: 300px;
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.temp-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f4f4f4;
  z-index: -1;
}
.temp-section .section-description p {
  font-size: 48px;
  text-align: center;
  line-height: 52px;
  font-family: "Mr Eaves XL Sans";
}

main .fifty-fifty-media-promo.component {
  padding-top: 42px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  main .fifty-fifty-media-promo.component {
    padding-top: 52px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  main .fifty-fifty-media-promo.component {
    padding-top: 42px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  main .fifty-fifty-media-promo.component {
    padding-top: 52px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  main .fifty-fifty-media-promo.component {
    padding-top: 62px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  main .fifty-fifty-media-promo.component {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
.fifty-fifty-media-promo.reverse .media-promo-main-container {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo.reverse .media-promo-main-container .media-promo-content-container {
    padding: 0 6px 0 40px;
  }
}
.fifty-fifty-media-promo.vertically-center-content .media-promo-main-container {
  align-items: center;
}
.fifty-fifty-media-promo[class*=image-background-] .component-content .media-promo-main-container, .fifty-fifty-media-promo[class*=image-background-] .component-content .media-promo-content-container {
  position: relative;
  z-index: 1;
}
.fifty-fifty-media-promo[class*=image-background-] .component-content::after {
  bottom: inherit;
  top: 320px;
  background-position: center top;
  background-size: auto;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo[class*=image-background-] .component-content::after {
    bottom: 70px;
    top: inherit;
    background-position: center center;
    background-size: 100% auto;
  }
}
.fifty-fifty-media-promo[class*=image-background-].image-background-bottom .component-content {
  padding-bottom: 70px;
}
.fifty-fifty-media-promo[class*=image-background-].image-background-bottom .component-content::after {
  bottom: 50px;
  top: inherit;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo[class*=image-background-].image-background-bottom .component-content::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo[class*=image-background-].image-background-bottom .component-content {
    padding-bottom: 0px;
  }
}
.fifty-fifty-media-promo .primary-cta {
  margin: 28px 0 0 0;
}
.fifty-fifty-media-promo .card-item-container + .primary-cta {
  margin-top: -12px;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container {
  padding: 0 6px;
  order: 2;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container {
    padding: 0 40px 0 6px;
    order: unset;
  }
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .headline {
  text-wrap: balance;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .sub-headline {
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .sub-headline {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .sub-headline {
    margin: 0 0 33px;
  }
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description {
    font-size: 2.2rem;
  }
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ul {
  margin-bottom: 20px;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ul li {
  position: relative;
  padding: 0 0 0 16px;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ul li + li {
  margin-top: 14px;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #4a4a4a;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ul:last-child {
  margin-bottom: 0;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ol {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 20px;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ol li + li {
  margin-top: 14px;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ol > li {
  display: table;
  counter-increment: item;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.2em;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ol > li ol > li:before {
  content: counters(item, ".") " ";
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-content-container .description ol:last-child {
  margin-bottom: 0;
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-image-container {
  padding: 0 6px;
  margin: 0 0 35px 0;
  order: 1;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo .media-promo-main-container .media-promo-image-container {
    order: unset;
    margin: 0;
  }
}
.fifty-fifty-media-promo .media-promo-main-container .media-promo-image-container img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-content-container .headline {
  margin-bottom: 4px;
}
.fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-content-container .sub-headline {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-content-container .sub-headline {
    margin: 0 0 24px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-content-container .sub-headline {
    margin: 0 0 32px;
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-content-container .sub-headline {
    font-size: 2.4rem;
  }
}
.fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-image-container {
  margin: 0 0 40px 0;
}
.fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-image-container img {
  display: block;
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .fifty-fifty-media-promo.staff-bio .media-promo-main-container .media-promo-image-container img {
    max-width: 400px;
  }
}
.fifty-fifty-media-promo .card-item-container {
  padding-top: 18px;
}
.fifty-fifty-media-promo .card-item-container .card-item {
  margin: 0 0 50px 0;
}
.fifty-fifty-media-promo .card-item-container .card-item .card-icon {
  margin: 0 0 12px 0;
}
.fifty-fifty-media-promo .card-item-container .card-item .card-icon img {
  width: 70px;
  height: auto;
}
.fifty-fifty-media-promo .card-item-container .card-item .card-title {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 992px) {
  .fifty-fifty-media-promo .card-item-container .card-item .card-title {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.fifty-fifty-media-promo .card-item-container .card-item .card-description {
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 992px) {
  .fifty-fifty-media-promo .card-item-container .card-item .card-description {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.fifty-fifty-media-promo .card-item-container .card-item .field-card-cta {
  margin: 10px 0 0 0;
}

.fifty-fifty-media-promo-card .description {
  margin: 0 0 25px 0;
}
.fifty-fifty-media-promo-card .primary-cta {
  margin: 0;
}

.fifty-fifty-media-promo-card-with-stats .card-item-container .card-item {
  margin: 0 0 35px 0;
}
.fifty-fifty-media-promo-card-with-stats .card-item-container .card-item .card-title {
  font-size: 48px !important;
  line-height: 48px !important;
  font-family: "Mr Eaves XL Sans" !important;
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .fifty-fifty-media-promo-card-with-stats .card-item-container .card-item .card-title {
    font-size: 64px !important;
    line-height: 64px !important;
  }
}
.fifty-fifty-media-promo-card-with-stats ol {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 20px;
}
.fifty-fifty-media-promo-card-with-stats ol li + li {
  margin-top: 4px;
}
.fifty-fifty-media-promo-card-with-stats ol > li {
  display: table;
  counter-increment: item;
}
.fifty-fifty-media-promo-card-with-stats ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.2em;
}
.fifty-fifty-media-promo-card-with-stats ol > li ol > li:before {
  content: counters(item, ".") " ";
}
.fifty-fifty-media-promo-card-with-stats ol:last-child {
  margin-bottom: 0;
}
.fifty-fifty-media-promo-card-with-stats ul {
  margin-bottom: 20px;
}
.fifty-fifty-media-promo-card-with-stats ul li {
  position: relative;
  padding: 0 0 0 16px;
}
.fifty-fifty-media-promo-card-with-stats ul li + li {
  margin-top: 4px;
}
.fifty-fifty-media-promo-card-with-stats ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #4a4a4a;
}
.fifty-fifty-media-promo-card-with-stats ul:last-child {
  margin-bottom: 0;
}
.fifty-fifty-media-promo-card-with-stats .description {
  margin: 0 0 25px 0;
}
.fifty-fifty-media-promo-card-with-stats .primary-cta {
  margin: 0;
}
.fifty-fifty-media-promo-card-with-stats .statistic {
  font-size: 14px;
  line-height: 24px;
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(210, 209, 209, 0.8);
}

.multi-card-promo.align-center .headline-container {
  margin-left: auto;
  margin-right: auto;
}
.multi-card-promo.align-center .headline-container .headline {
  text-align: center;
}
.multi-card-promo.align-center .headline-container .sub-headline {
  text-align: center;
}
.multi-card-promo .headline-container {
  margin: 17px 0;
}
@media (min-width: 768px) {
  .multi-card-promo .headline-container {
    margin: 50px 0;
  }
}
.multi-card-promo .headline {
  text-wrap: balance;
  margin: 0 0 17px 0;
}
@media (min-width: 768px) {
  .multi-card-promo .headline {
    margin: 0 0 0px 0;
  }
  .multi-card-promo .headline + .sub-headline {
    margin: 17px 0 0 0;
  }
}
.multi-card-promo .sub-headline {
  text-wrap: balance;
  font-size: 1.8rem;
  line-height: 1.33;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  margin: 0 0 0px 0;
}
@media (min-width: 768px) {
  .multi-card-promo .sub-headline {
    margin: 0 0 50px 0;
  }
}
@media (min-width: 768px) {
  .multi-card-promo .sub-headline {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .multi-card-promo .sub-headline {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .multi-card-promo .sub-headline {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .multi-card-promo .sub-headline {
    font-size: 2.2rem;
  }
}
.multi-card-promo .component-content .card-item-container .card-item .card-description {
  text-wrap: balance;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.3px;
  font-weight: normal;
  margin: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .multi-card-promo .component-content .card-item-container .card-item .card-description {
    font-size: 1.6rem;
  }
}
@media (min-width: 1440px) {
  .multi-card-promo .component-content .card-item-container .card-item .card-description {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container {
    text-align: center;
  }
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item {
  position: relative;
}
@media (min-width: 768px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item + .card-item::before {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item + .card-item::before {
    border-left: 2px solid #ffffff;
    left: -1px;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item + .card-item::before {
    border-top: 1px solid #ffffff;
    left: 0px;
    top: 0;
    width: 100%;
  }
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .anchor-link {
  display: flow-root;
  height: 100%;
  text-decoration: none;
  position: relative;
  padding: 24px 0 24px 0;
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .anchor-link.image-icon {
  padding: 24px 0 24px 90px;
}
@media (min-width: 768px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .anchor-link {
    padding: 0;
  }
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .anchor-link.image-icon {
    padding: 0;
  }
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-title {
  margin: 7px 0 7px 0;
  font-weight: bold;
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-icon {
  width: 90px;
  font-size: 90px;
  line-height: normal;
}
@media (max-width: 767px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-icon {
    width: 100%;
    max-height: 90px;
    margin-bottom: 20px;
  }
}
.multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-icon img {
  max-width: 90px;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-icon ~ .card-title, .multi-card-promo.anchor-with-heading .component-content .card-item-container .card-item .card-icon ~ .card-description {
    margin-left: 15px;
  }
}
.multi-card-promo.card-with-bg-and-image {
  color: #000000;
}
.multi-card-promo.card-with-bg-and-image .component-content .card-item-container > div[class^=col-] + div[class^=col-] {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .multi-card-promo.card-with-bg-and-image .component-content .card-item-container > div[class^=col-] + div[class^=col-] {
    margin-top: 0;
  }
}
.multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item {
  text-align: center;
  padding: 55px 40px;
  height: 100%;
}
.multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-image {
  margin: 0 0 40px 0;
}
.multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-image img {
  max-width: 100%;
  height: auto;
}
.multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-title {
  text-wrap: balance;
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 576px) {
  .multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-title {
    font-size: 4.4rem;
  }
}
@media (min-width: 1440px) {
  .multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .card-title {
    font-size: 4.8rem;
  }
}
.multi-card-promo.card-with-bg-and-image .component-content .card-item-container .card-item .cta-container {
  position: relative;
  z-index: 1;
  margin: 20px 0 0 0;
}
.multi-card-promo.card-with-bg-and-image.fullwidth-image .component-content .card-item-container .card-item .card-image {
  margin: -55px -40px 40px;
}
.multi-card-promo.card-with-image .card-item-container > div[class^=col-]:nth-child(-n+2) {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .multi-card-promo.card-with-image .card-item-container > div[class^=col-]:nth-child(-n+2) {
    margin-bottom: 0;
  }
}
.multi-card-promo.card-with-image .card-item-container .card-item {
  text-align: left;
}
.multi-card-promo.card-with-image .card-item-container .card-item .card-image {
  margin: 0 0 20px 0;
}
.multi-card-promo.card-with-image .card-item-container .card-item .card-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.multi-card-promo.card-with-image .card-item-container .card-item .card-title {
  font-family: "DIN 2014";
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #303030;
  margin: 0 0 10px 0;
}
@media (min-width: 576px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-title {
    font-size: 1.8rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1440px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-title {
    font-size: 2.4rem;
  }
}
.multi-card-promo.card-with-image .card-item-container .card-item .card-description {
  text-wrap: balance;
  text-wrap: pretty;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #4a4a4a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-description {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .card-description {
    font-size: 2rem;
  }
}
.multi-card-promo.card-with-image .card-item-container .card-item .cta-container {
  margin: 17px 0 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .cta-container {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multi-card-promo.card-with-image .card-item-container .card-item .cta-container a.secondary-cta-arrow {
    font-size: 14px;
  }
}

.banner-with-headline {
  color: #ffffff;
}
.banner-with-headline.theme-blue-bg-white-text .component-content, .banner-with-headline.theme-brand-bg-white-text .component-content {
  background: #1e9be9;
}
.banner-with-headline.theme-dark-bg-white-text .component-content {
  background: #4a4a4a;
}
.banner-with-headline.theme-radial-gradient .component-content {
  background: radial-gradient(center, circle farthest-corner, #1e9be9 0%, #007298 100%);
  background: -webkit-radial-gradient(center, circle farthest-corner, #1e9be9 0%, #007298 100%);
  background-color: #1e9be9;
}
.banner-with-headline .component-content {
  padding: 30px;
}
@media (min-width: 768px) {
  .banner-with-headline .component-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
  }
}
.banner-with-headline-container .field-banner-headline {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 0;
}
@media (min-width: 576px) {
  .banner-with-headline-container .field-banner-headline {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .banner-with-headline-container .field-banner-headline {
    padding: 0 30px 0 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .banner-with-headline-container .field-banner-headline {
    font-size: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .banner-with-headline-container .field-banner-headline {
    font-size: 2.6rem;
  }
}
.banner-with-headline-links-container {
  padding: 22px 0 0 0;
}
@media (min-width: 768px) {
  .banner-with-headline-links-container {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
  }
}
.banner-with-headline-links-container .primary-white-cta {
  padding: 0 0 0 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .banner-with-headline-links-container .primary-white-cta {
    padding: 0;
  }
}
.banner-with-headline-links-container .secondary-white-cta-arrow {
  padding: 12px 0 0 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .banner-with-headline-links-container .secondary-white-cta-arrow {
    padding: 0 0 0 0;
  }
}
@media (min-width: 768px) {
  .banner-with-headline.left-align .component-content {
    display: block;
  }
}
.banner-with-headline.left-align .banner-with-headline-links-container {
  padding: 22px 0 0 0;
}

.primary-white-cta + .secondary-white-cta-arrow {
  margin-left: 26px !important;
}

.snippets-component {
  text-align: center;
}
.snippets-component .description *:not(.author-name) {
  font-size: 38px;
  line-height: 42px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .snippets-component .description *:not(.author-name) {
    font-size: 48px;
    line-height: 52px;
  }
}
.snippets-component .component-content {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .snippets-component .component-content {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .snippets-component .component-content {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .snippets-component .component-content {
    padding-left: 11%;
    padding-right: 11%;
  }
}
.snippets-component .component-content .highlighte {
  color: #007298;
}
.snippets-component .component-content .author-name {
  font-family: "Mr Eaves XL Sans";
  font-size: 16px;
  line-height: 18px;
}
.snippets-component[class*=image-background-] .description {
  position: relative;
  z-index: 1;
}
.snippets-component[class*=image-background-] .component-content::after {
  top: 0;
  bottom: inherit;
  background-position: center;
  background-size: auto;
}
@media (min-width: 768px) {
  .snippets-component[class*=image-background-] .component-content::after {
    background-size: 100% auto;
  }
}
.snippets-component[class*=image-background-].image-background-bottom .component-content::after {
  background-position: center bottom;
  background-size: 100% auto;
  top: inherit;
  bottom: 20px;
}

.feature-list-accordions .component-content,
.feature-list-accordion .component-content {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .feature-list-accordions .component-content,
.feature-list-accordion .component-content {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .feature-list-accordions .component-content,
.feature-list-accordion .component-content {
    padding-top: 60px !important;
  }
}
.feature-list-accordions .headline-container,
.feature-list-accordion .headline-container {
  margin: 0 0 17px 0;
}
@media (min-width: 768px) {
  .feature-list-accordions .headline-container,
.feature-list-accordion .headline-container {
    margin: 0 0 50px 0;
  }
}
.feature-list-accordions .headline-container.text-center,
.feature-list-accordion .headline-container.text-center {
  justify-content: center !important;
  text-align: center;
}
.feature-list-accordions .headline,
.feature-list-accordion .headline {
  margin: 0 0 17px 0;
}
@media (min-width: 768px) {
  .feature-list-accordions .headline,
.feature-list-accordion .headline {
    margin: 0 0 0px 0;
  }
  .feature-list-accordions .headline + .sub-headline,
.feature-list-accordion .headline + .sub-headline {
    margin: 17px 0 0 0;
  }
}
.feature-list-accordions .sub-headline,
.feature-list-accordion .sub-headline {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  margin: 0 0 0px 0;
}
@media screen and (min-width: 992px) {
  .feature-list-accordions .sub-headline,
.feature-list-accordion .sub-headline {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 768px) {
  .feature-list-accordions .sub-headline,
.feature-list-accordion .sub-headline {
    margin: 0 0 50px 0;
  }
}
.feature-list-accordions .feature-list-column,
.feature-list-accordion .feature-list-column {
  margin-top: 0;
}
@media (min-width: 768px) {
  .feature-list-accordions .feature-list-column,
.feature-list-accordion .feature-list-column {
    margin-top: 0;
  }
}
.feature-list-accordions .feature-list-column .column-title,
.feature-list-accordion .feature-list-column .column-title {
  margin: 25px 0 20px 0;
}
@media (min-width: 768px) {
  .feature-list-accordions .feature-list-column .column-title,
.feature-list-accordion .feature-list-column .column-title {
    margin: 0 0 32px 0;
  }
}
.feature-list-accordions .card-item-wrapper .item,
.feature-list-accordion .card-item-wrapper .item {
  position: relative;
}
.feature-list-accordions .card-item-wrapper .item + .item,
.feature-list-accordion .card-item-wrapper .item + .item {
  margin: 18px 0 0 0;
}
@media (min-width: 768px) {
  .feature-list-accordions .card-item-wrapper .item + .item,
.feature-list-accordion .card-item-wrapper .item + .item {
    margin: 34px 0 0 0;
  }
}
.feature-list-accordions .card-item-wrapper .item .toggle-header,
.feature-list-accordion .card-item-wrapper .item .toggle-header {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-family: "Mr Eaves XL Sans";
  font-weight: bold;
  margin: 0 0 18px 0;
  padding: 0 30px 0 0;
  text-decoration: none;
}
.feature-list-accordions .card-item-wrapper .item .toggle-header .label,
.feature-list-accordion .card-item-wrapper .item .toggle-header .label {
  background: #1e9be9;
  font-size: 1.4rem;
  line-height: 1.285;
  border-radius: 20px;
  color: #ffffff;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  padding: 2px 9px;
  font-weight: normal;
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 6px;
}
.feature-list-accordions .card-item-wrapper .item .toggle-header::after,
.feature-list-accordion .card-item-wrapper .item .toggle-header::after {
  content: "\e023";
  font-family: "base-icons";
  position: absolute;
  right: 0;
  top: 1px;
}
.feature-list-accordions .card-item-wrapper .item .toggle-header:hover,
.feature-list-accordion .card-item-wrapper .item .toggle-header:hover {
  text-decoration: underline;
}
.feature-list-accordions .card-item-wrapper .item .toggle-header:hover .label,
.feature-list-accordion .card-item-wrapper .item .toggle-header:hover .label {
  text-decoration: none;
}
.feature-list-accordions .card-item-wrapper .item.active .toggle-header::after,
.feature-list-accordion .card-item-wrapper .item.active .toggle-header::after {
  content: "\e026";
}
.feature-list-accordions .card-item-wrapper .item.card-icon,
.feature-list-accordion .card-item-wrapper .item.card-icon {
  padding: 0 0 0 60px;
}
.feature-list-accordions .card-item-wrapper .item.card-icon .icon,
.feature-list-accordion .card-item-wrapper .item.card-icon .icon {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-56%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.feature-list-accordions .card-item-wrapper .item.card-icon .icon img,
.feature-list-accordion .card-item-wrapper .item.card-icon .icon img {
  max-width: 36px;
  height: auto;
}
.feature-list-accordions .card-item-wrapper .item .toggle-content,
.feature-list-accordion .card-item-wrapper .item .toggle-content {
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.3px;
  margin: -2px 0 0 0;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 992px) {
  .feature-list-accordions .card-item-wrapper .item .toggle-content,
.feature-list-accordion .card-item-wrapper .item .toggle-content {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 768px) {
  .feature-list-accordions .card-item-wrapper .item .toggle-content,
.feature-list-accordion .card-item-wrapper .item .toggle-content {
    margin: -4px 0 0 0;
    padding: 0 0 35px 0;
  }
}
.feature-list-accordions .card-item-wrapper .item .toggle-content .cta-container,
.feature-list-accordion .card-item-wrapper .item .toggle-content .cta-container {
  margin: 10px 0 0 0;
}
.feature-list-accordions.headline-1-column-center .headline-container,
.feature-list-accordion.headline-1-column-center .headline-container {
  justify-content: center !important;
  text-align: center;
}
@media (min-width: 768px) {
  .feature-list-accordions.headline-1-column-center .headline-container .col-12,
.feature-list-accordion.headline-1-column-center .headline-container .col-12 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.feature-list-accordions.headline-2-column-center .headline-container,
.feature-list-accordion.headline-2-column-center .headline-container {
  justify-content: center !important;
  text-align: center;
}
.feature-list-accordions.headline-3-column-center .headline-container,
.feature-list-accordion.headline-3-column-center .headline-container {
  justify-content: center !important;
  text-align: center;
}
.feature-list-accordions.headline-1-column-left .headline-container,
.feature-list-accordion.headline-1-column-left .headline-container {
  justify-content: center !important;
}
@media (min-width: 768px) {
  .feature-list-accordions.headline-1-column-left .headline-container .col-12,
.feature-list-accordion.headline-1-column-left .headline-container .col-12 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.feature-list-accordions.headline-2-column-left .headline-container,
.feature-list-accordion.headline-2-column-left .headline-container {
  justify-content: center !important;
}
.feature-list-accordions.headline-3-column-left .headline-container,
.feature-list-accordion.headline-3-column-left .headline-container {
  justify-content: left !important;
}

.image-hotspot {
  padding: 32px 0 0;
  display: block;
  position: relative;
}
.image-hotspot.headlin-center .headlin-container {
  text-align: center;
}
.image-hotspot h2 {
  margin: 0 0 32px 0;
}
.image-hotspot .hotspot-wrapper {
  position: relative;
  z-index: 1;
}
.image-hotspot .hotspot-wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.image-hotspot .hotspot-wrapper.field-desktop-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 991px) {
  .image-hotspot .hotspot-wrapper.field-desktop-image {
    display: none;
  }
}
.image-hotspot .hotspot-wrapper ul.hotspot-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5;
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li::before {
  animation: pulse-animation 1s infinite;
  border: 1px solid #1e9be9;
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 16px;
  border: 1px solid #1e9be9;
  box-sizing: border-box;
  content: " ";
  top: -1px;
  left: -1px;
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li span {
  width: 16px;
  height: 16px;
  background: #1e9be9;
  display: block;
  border-radius: 8px;
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li:hover {
  z-index: 10;
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li:hover::before {
  animation: none;
  transform: scale(0.7);
  border: 1px solid #303030;
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li:hover span {
  background: #303030;
  transform: scale(0.7);
}
.image-hotspot .hotspot-wrapper ul.hotspot-list li:hover .popover {
  display: block;
  transition: 1s ease-in-out;
}
@media (max-width: 991px) {
  .image-hotspot .hotspot-wrapper ul.hotspot-list {
    display: none;
  }
}
.image-hotspot .hotspot-wrapper ul.hotspot-list.stop-animation li::before {
  animation: none !important;
}
.image-hotspot img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.image-hotspot .field-mobile-image {
  display: none;
}
@media (max-width: 991px) {
  .image-hotspot .field-mobile-image {
    display: block;
  }
}
.image-hotspot .popover {
  padding: 24px 0 0 0;
  z-index: 100;
  top: -8px;
  left: -190px;
  width: 380px;
  min-height: 194px;
  display: none;
  background: none;
  border: 0px;
  cursor: unset;
  position: relative;
  z-index: 100;
}
.image-hotspot .popover .popover-content {
  padding: 24px;
  border-radius: 26px;
  border: none;
  overflow: hidden;
  width: 380px;
  min-height: 194px;
  box-sizing: border-box;
  background: white;
}
.image-hotspot .popover .popover-content p {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-family: "Mr Eaves XL Sans";
}
@media screen and (min-width: 992px) {
  .image-hotspot .popover .popover-content p {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.image-hotspot.theme-dark-bg-white-text {
  background: #303030;
}
.image-hotspot.theme-dark-bg-white-text h2 {
  color: #f4f4f4;
}
.image-hotspot.theme-dark-bg-white-text .hotspot-wrapper ul.hotspot-list li:hover::before {
  border: 1px solid #ffffff;
}
.image-hotspot.theme-dark-bg-white-text .hotspot-wrapper ul.hotspot-list li:hover span {
  background: #ffffff;
}
.image-hotspot.theme-dark-bg-white-text .popover .popover-content {
  color: #000000;
  background: white;
}
.image-hotspot.theme-black-bg-white-text {
  background: #000000;
}
.image-hotspot.theme-black-bg-white-text h2 {
  color: #ffffff;
}
.image-hotspot.theme-black-bg-white-text .hotspot-wrapper ul.hotspot-list li:hover::before {
  border: 1px solid #ffffff;
}
.image-hotspot.theme-black-bg-white-text .hotspot-wrapper ul.hotspot-list li:hover span {
  background: #ffffff;
}
.image-hotspot.theme-black-bg-white-text .popover .popover-content {
  color: #000000;
  background: white;
}
.image-hotspot.theme-light-bg-dark-text {
  background: #f4f4f4;
}
.image-hotspot.theme-light-bg-dark-text h2 {
  color: #303030;
}
.image-hotspot.theme-light-bg-dark-text .hotspot-wrapper ul.hotspot-list li:hover::before {
  border: 1px solid #303030;
}
.image-hotspot.theme-light-bg-dark-text .hotspot-wrapper ul.hotspot-list li:hover span {
  background: #303030;
}
.image-hotspot.theme-light-bg-dark-text .popover .popover-content {
  color: #ffffff;
  background: black;
}
.image-hotspot.theme-white-bg-dark-text {
  background: #ffffff;
}
.image-hotspot.theme-white-bg-dark-text h2 {
  color: #303030;
}
.image-hotspot.theme-white-bg-dark-text .hotspot-wrapper ul.hotspot-list li:hover::before {
  border: 1px solid #303030;
}
.image-hotspot.theme-white-bg-dark-text .hotspot-wrapper ul.hotspot-list li:hover span {
  background: #303030;
}
.image-hotspot.theme-white-bg-dark-text .popover .popover-content {
  color: #ffffff;
  background: black;
}
.image-hotspot[class*=image-background-] .component-content::after {
  top: 0;
  bottom: inherit;
  background-position: center;
  background-size: auto;
}
@media (min-width: 768px) {
  .image-hotspot[class*=image-background-] .component-content::after {
    background-size: 100% auto;
  }
}
.image-hotspot[class*=image-background-].image-background-bottom .component-content::after {
  background-position: center bottom;
  background-size: 100% auto;
  top: inherit;
  bottom: 20px;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*Making image clickable on EE */
.on-page-editor .hotspot-wrapper ul.hotspot-list {
  pointer-events: none;
}

.sticky-banner {
  background: #f4f4f4;
  border-bottom: 1px solid rgba(48, 48, 48, 0.15);
  padding: 12px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 30px -15px 0;
  transition: top 0.5s ease-in-out;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sticky-banner {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .sticky-banner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sticky-banner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sticky-banner {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .sticky-banner {
    width: 100%;
    max-width: 1440px;
  }
}
@media (min-width: 992px) {
  .sticky-banner {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 38px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sticky-banner {
    border: 1px solid rgba(48, 48, 48, 0.15);
    border-radius: 9px;
  }
}
@media (min-width: 1200px) {
  .sticky-banner {
    position: relative;
    left: 0;
  }
}
.sticky-banner .component-content {
  width: 100%;
}
.sticky-banner .sticky-banner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sticky-banner .headline {
  margin: 0;
  padding: 0 12px 0 0;
  font-family: "DIN 2014";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
.sticky-banner .headline span {
  font-weight: 400;
}
@media (min-width: 992px) {
  .sticky-banner .headline {
    font-size: 2.4rem;
  }
}
.sticky-banner .primary-cta a {
  word-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.nav-up-sticky-product-banner .sticky-banner {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-up-sticky-product-banner .sticky-banner {
    top: -68px;
    visibility: hidden;
    transition: all 0.8s;
  }
}
@media (min-width: 768px) {
  .nav-up-sticky-product-banner .sticky-banner {
    top: -154px;
    visibility: hidden;
    transition: all 0.8s;
  }
}

.sticky-product-banner .breadcrumb {
  display: none;
}
.sticky-product-banner .sticky-banner {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sticky-product-banner .sticky-banner {
    top: 68px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .sticky-product-banner .sticky-banner {
    top: 154px;
    left: 0;
  }
}

.nosticky-product-banner .sticky-banner {
  position: static;
  z-index: 8;
  overflow: hidden;
  transition: top 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .nosticky-product-banner .sticky-banner {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .nosticky-product-banner .sticky-banner {
    top: 0;
  }
}

.scroll-sticky-product-banner .sticky-banner {
  position: fixed;
  right: 0;
  left: 0;
  top: 56px;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .scroll-sticky-product-banner .sticky-banner {
    top: 0;
  }
}
.scroll-sticky-product-banner .stickybanner-adjust {
  display: inline-block;
}

.stickybanner-adjust {
  height: 90px;
  transition: top 0.5s ease-in-out;
  width: 100%;
  display: none;
}

.breadcrumb + .sticky-banner {
  margin-top: 0;
}

main .horizontal-scroll-large-cards.component {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  main .horizontal-scroll-large-cards.component {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .horizontal-scroll-large-cards {
    overflow: inherit;
  }
}
.horizontal-scroll-large-cards img {
  max-width: 100%;
  height: auto;
}
.horizontal-scroll-large-cards.text-center .field-card-head .field-headline {
  text-align: center;
}
.horizontal-scroll-large-cards.text-center .field-card-head .field-description {
  text-align: center;
}
.horizontal-scroll-large-cards.text-left .field-card-head .field-headline {
  text-align: left;
}
.horizontal-scroll-large-cards.text-left .field-card-head .field-description {
  text-align: left;
}
.horizontal-scroll-large-cards .field-card-head .field-headline {
  margin: 0 0 10px;
}
.horizontal-scroll-large-cards .field-card-head .field-description {
  text-wrap: balance;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.3px;
  margin: 0 0 56px;
}
@media (min-width: 768px) {
  .horizontal-scroll-large-cards .field-card-head .field-description {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .horizontal-scroll-large-cards .field-card-head .field-description {
    font-size: 1.8rem;
    margin: 0 0 66px;
  }
}
@media (min-width: 1200px) {
  .horizontal-scroll-large-cards .field-card-head .field-description {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .horizontal-scroll-large-cards .field-card-head .field-description {
    font-size: 2.2rem;
    margin: 0 0 72px;
  }
}
.horizontal-scroll-large-cards .large-cards-wrapper {
  overflow: hidden;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list.slick-slider {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list.slick-slider {
    margin: 0 -120px;
    padding: 0 120px;
  }
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list.slick-slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list {
  display: block;
  overflow: hidden;
  width: 100%;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide {
  padding: 0 15px 0 15px;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-image {
  overflow: hidden;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-image img {
  width: 100%;
  height: auto;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info {
  width: 100%;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-eyebrow {
  margin: 16px 0 0px;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  color: #007298;
}
@media screen and (min-width: 992px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-eyebrow {
    font-size: 2.2rem;
    line-height: 1.454;
  }
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-title {
  margin: 0px 0 12px;
  font-size: 1.8rem;
  line-height: 1.333;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-title {
    font-size: 2rem;
  }
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-title a {
  text-decoration: none;
  color: #303030;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-title a:hover {
  color: #007298;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-description {
  margin: 16px 0 12px;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
}
@media screen and (min-width: 992px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card .field-card-info .field-card-description {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (max-width: 1199px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide .large-card {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-list .slick-track .slick-slide {
    width: 50%;
  }
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow {
  background: none;
  border: 0px;
  height: 100%;
  width: 40px;
  top: 0;
  position: absolute;
  background: #ffffff;
  z-index: 5;
  color: #1e9be9;
  cursor: pointer;
  border-color: #C8C8C8;
  border-style: solid;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow.slick-disabled {
  color: #888D8D;
  cursor: auto;
  display: none !important;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow.slick-prev {
  left: auto;
  border-width: 0 1px 0 0;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow.slick-next {
  right: 10px;
  border-width: 0 0 0 1px;
}
@media (min-width: 768px) {
  .horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow.slick-next {
    right: 120px;
  }
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow i.icon {
  padding: 0px 16px;
  width: 8px;
  box-sizing: content-box;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-arrow i.icon::before {
  font-family: "base-icons";
  font-size: 14px;
  width: 8px;
  margin-top: 60px;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-dots {
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-dots li {
  display: inline-block;
  width: auto;
  padding: 4px;
  line-height: 20px;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-dots li button {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  cursor: pointer;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-dots li button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #888D8D;
  opacity: 0.5;
}
.horizontal-scroll-large-cards .large-cards-wrapper .large-cards-list .slick-dots li.slick-active button::before {
  content: "";
  opacity: 1;
}
.horizontal-scroll-large-cards .cta-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.horizontal-scroll-large-cards .cta-section a.primary-button, .horizontal-scroll-large-cards .cta-section a.primary-cta, .horizontal-scroll-large-cards .cta-section div.primary-cta a, div.primary-cta .horizontal-scroll-large-cards .cta-section a, .horizontal-scroll-large-cards .cta-section a.primary-white-cta, .horizontal-scroll-large-cards .cta-section div.primary-white-cta a, div.primary-white-cta .horizontal-scroll-large-cards .cta-section a {
  width: auto;
  margin: 40px auto 0;
}

.common-accordion {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .common-accordion {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .common-accordion {
    padding-top: 60px !important;
  }
}
.common-accordion .component-content .headline-container .headline {
  margin-bottom: 20px;
}
.common-accordion .component-content .headline-container .sub-headline {
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-size: 1.6rem;
  line-height: 1.1875;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .common-accordion .component-content .headline-container .sub-headline {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 768px) {
  .common-accordion .component-content .headline-container .sub-headline {
    margin-bottom: 25px;
  }
}
.common-accordion .component-content .item-wrapper .item {
  border-bottom: 0.5px solid rgba(74, 74, 74, 0.5);
}
.common-accordion .component-content .item-wrapper .item .toggle-header {
  font-family: "Mr Eaves XL Sans";
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
  padding: 19px 25px 19px 0;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #000000;
}
.common-accordion .component-content .item-wrapper .item .toggle-header::after {
  font-family: "base-icons";
  content: "\e020";
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .common-accordion .component-content .item-wrapper .item .toggle-header {
    font-size: 26px;
    line-height: 28px;
  }
}
.common-accordion .component-content .item-wrapper .item.active .toggle-header::after {
  content: "\e010";
}
.common-accordion .component-content .item-wrapper .item .toggle-content {
  padding: 0 0 35px 0;
}
.common-accordion .component-content .item-wrapper .item .toggle-content div[class^=col-]:nth-child(1) .link, .common-accordion .component-content .item-wrapper .item .toggle-content div[class^=col-]:nth-child(1) .icon-link {
  margin-top: 0;
}
@media (min-width: 768px) {
  .common-accordion .component-content .item-wrapper .item .toggle-content div[class^=col-]:nth-child(2) .link, .common-accordion .component-content .item-wrapper .item .toggle-content div[class^=col-]:nth-child(2) .icon-link {
    margin-top: 0;
  }
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link, .common-accordion .component-content .item-wrapper .item .toggle-content .icon-link {
  text-align: left;
  margin-top: 24px;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .icon-link {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .icon-link .icon {
  position: absolute;
  left: -24px;
  top: -2px;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link-list {
  margin-top: 20px;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link-list:first-child {
  margin-top: 0;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link-list + * {
  margin-top: 30px !important;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link-list a {
  display: inline-block;
  position: relative;
  margin: 8px 0 8px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
@media (min-width: 992px) {
  .common-accordion .component-content .item-wrapper .item .toggle-content .link-list a {
    margin-left: 28px;
    font-size: 20px;
  }
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link-list a:focus, .common-accordion .component-content .item-wrapper .item .toggle-content .link-list a:hover {
  text-decoration: underline;
}
.common-accordion .component-content .item-wrapper .item .toggle-content .link-list a .icon {
  position: absolute;
  top: -1px;
  left: -24px;
}
@media (min-width: 992px) {
  .common-accordion .component-content .item-wrapper .item .toggle-content .link-list a .icon {
    top: -2px;
    left: -28px;
  }
}
.common-accordion .component-content .item-wrapper .item .toggle-content p a,
.common-accordion .component-content .item-wrapper .item .toggle-content li a {
  font-weight: 500;
  text-decoration: none;
}
.common-accordion .component-content .item-wrapper .item .toggle-content p a:focus, .common-accordion .component-content .item-wrapper .item .toggle-content p a:hover,
.common-accordion .component-content .item-wrapper .item .toggle-content li a:focus,
.common-accordion .component-content .item-wrapper .item .toggle-content li a:hover {
  text-decoration: underline;
}

.accordion .item .toggle-content {
  letter-spacing: 0.3px;
}
.accordion .item .toggle-content ul {
  list-style: disc;
}
.accordion .item .toggle-content ol {
  list-style: decimal;
}
.accordion .item .toggle-content li {
  line-height: 1.3;
  padding: 4px 0;
}
.accordion .item .toggle-content:after {
  content: "";
  display: table;
  clear: both;
}
.accordion .item .toggle-content > *:first-child {
  margin-top: 0;
}
.accordion .item .toggle-content p:last-child {
  margin-bottom: 0;
}
.accordion .item .toggle-content h3 {
  margin-top: 24px;
}
.accordion .item .toggle-content h3:last-child {
  margin-bottom: 0;
}

.accordion .item .toggle-content ul,
.accordion .item .toggle-content ol,
.accordion .item .toggle-content dl {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px;
}

.accordion .item .toggle-content p + p,
.accordion .item .toggle-content p + ul,
.accordion .item .toggle-content p + ol {
  margin-top: 15px;
}

.accordion .item .toggle-content h4,
.accordion .item .toggle-content h5,
.accordion .item .toggle-content h6 {
  margin-top: 18px;
}

.accordion .item .toggle-content h4:last-child,
.accordion .item .toggle-content h5:last-child,
.accordion .item .toggle-content h6:last-child {
  margin-bottom: 0;
}

.tabs .tabs-inner {
  position: relative;
}
.tabs .tabs-heading {
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 0 0 3px 0;
}
.tabs .tabs-heading::-webkit-scrollbar {
  display: none;
}
.tabs .tabs-heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  border-bottom: 0.5px solid rgba(74, 74, 74, 0.5);
  z-index: 0;
}
@media (min-width: 768px) {
  .tabs .tabs-heading::after {
    top: 38px;
  }
}
.tabs .tabs-heading li {
  flex: 0 0 auto;
  color: rgba(74, 74, 74, 0.5);
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.1875;
  padding: 7px 40px 7px 8px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .tabs .tabs-heading li {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.tabs .tabs-heading li.active {
  color: #303030;
}
.tabs .tabs-heading li.active .field-heading {
  font-weight: bold;
}
.tabs .tabs-heading li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(left, #1e9be9, #007298, #4a4a4a);
  z-index: 1;
}
.tabs .tabs-heading li .field-heading {
  font-size: 1.6rem;
  line-height: 1.1875;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .tabs .tabs-heading li .field-heading {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.tabs .tabs-container {
  padding: 20px 0 0 0;
}
.tabs .tabs-container .tab:not(.active) {
  display: none;
}
.tabs .tabs-container .linked-list {
  padding: 0 15px !important;
}
@media (min-width: 1200px) {
  .tabs .tabs-container {
    padding: 24px 0 0 0;
  }
}

main .tabbed-resource.component {
  padding-top: 42px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  main .tabbed-resource.component {
    padding-top: 52px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  main .tabbed-resource.component {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  main .tabbed-resource.component {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  main .tabbed-resource.component {
    padding-top: 82px;
    padding-bottom: 50px;
  }
}
.tabbed-resource .heading-description {
  margin-bottom: 38px;
}
.tabbed-resource .tabs-heading li .field-heading {
  font-size: 2.2rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .tabbed-resource .tabs-heading li .field-heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .tabbed-resource .tabs-heading li .field-heading {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .tabbed-resource .tabs-heading li .field-heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .tabbed-resource .tabs-heading li .field-heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 991px) {
  .tabbed-resource .tabs-heading::after {
    top: 38px;
  }
}
.tabbed-resource .documents-links .icon-link[target=_blank]::after, .tabbed-resource .documents-links .link[target=_blank]::after {
  display: none;
}
.tabbed-resource.center-align .heading-description {
  justify-content: center !important;
  text-align: center;
}
.tabbed-resource .video-thumbnail {
  display: inline-block;
}
.tabbed-resource .video-thumbnail > a {
  width: 100%;
  display: inline-block;
}
.tabbed-resource .video-thumbnail .image {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.tabbed-resource .video-thumbnail .image img {
  height: 90px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tabbed-resource .video-thumbnail .image img {
    height: 209px;
  }
}

.video-thumbnail {
  margin: 0 0 40px 0;
}
.video-thumbnail a {
  text-decoration: none;
}
.video-thumbnail .image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0;
  text-align: center;
}
.video-thumbnail .image img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-thumbnail .image::before {
  font-family: "base-icons";
  content: "\e013";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .video-thumbnail .image::before {
    font-size: 70px;
  }
}
.video-thumbnail .image:hover:before {
  color: #1e9be9;
}
.video-thumbnail .image .title {
  text-decoration: none;
}
.video-thumbnail:hover .title {
  text-decoration: underline;
}

.product-details-with-tabs {
  margin-top: 15px;
}
.product-details-with-tabs img {
  max-width: 100%;
  height: auto;
}
.product-details-with-tabs .product-thumbnail-image .product-item {
  cursor: pointer;
}
.product-details-with-tabs .product-thumbnail-image .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 40px;
  background: #ffffff;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-details-with-tabs .product-thumbnail-image .slick-arrow {
    width: 70px;
  }
}
.product-details-with-tabs .product-thumbnail-image .slick-arrow::before {
  content: "";
  text-indent: 0;
  position: absolute;
  color: rgba(74, 74, 74, 0.5);
  top: 50%;
  transform: translateY(-50%);
  font-family: "base-icons";
  font-size: 13px;
}
.product-details-with-tabs .product-thumbnail-image .slick-arrow.slick-disabled {
  visibility: hidden;
}
.product-details-with-tabs .product-thumbnail-image .slick-prev {
  left: -15px;
  border-right: 1px solid rgba(74, 74, 74, 0.5);
}
@media (min-width: 768px) {
  .product-details-with-tabs .product-thumbnail-image .slick-prev {
    left: 0;
  }
}
.product-details-with-tabs .product-thumbnail-image .slick-prev::before {
  content: "\e024";
  right: 12px;
}
.product-details-with-tabs .product-thumbnail-image .slick-next {
  right: -15px;
  border-left: 1px solid rgba(74, 74, 74, 0.5);
}
@media (min-width: 768px) {
  .product-details-with-tabs .product-thumbnail-image .slick-next {
    right: 0;
  }
}
.product-details-with-tabs .product-thumbnail-image .slick-next::before {
  content: "\e025";
  left: 12px;
}
.product-details-with-tabs .product-thumbnail-image .product-item {
  padding: 0 15px;
  position: relative;
}
.product-details-with-tabs .product-thumbnail-image .product-item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 52px;
  transform: translateX(-50%);
  border-top: 3px solid #1e9be9;
}
.product-details-with-tabs .product-thumbnail-image .slick-dots {
  /*position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);*/
  display: flex;
  justify-content: center;
}
.product-details-with-tabs .product-thumbnail-image .slick-dots li {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-with-tabs .product-thumbnail-image .slick-dots button {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  border: 0;
  width: 8px;
  height: 8px;
  background: rgba(74, 74, 74, 0.4);
  border-radius: 100%;
}
.product-details-with-tabs .product-thumbnail-image .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background: rgba(74, 74, 74, 0.7);
}
.product-details-with-tabs .common-accordion {
  padding: 0 0 20px !important;
}
.product-details-with-tabs .common-accordion .item-wrapper .item .toggle-content .icon-link,
.product-details-with-tabs .common-accordion .item-wrapper .item .toggle-content .link {
  margin-left: 0px;
  margin-top: 0;
  line-height: 1.15;
}
.product-details-with-tabs .common-accordion .item-wrapper .item .toggle-content .icon-link .icon,
.product-details-with-tabs .common-accordion .item-wrapper .item .toggle-content .link .icon {
  position: absolute;
  left: 0;
  top: -1px;
}
.product-details-with-tabs .tabs {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .product-details-with-tabs .tabs {
    margin-top: 0;
  }
}
.product-details-with-tabs .tabs .tabs-heading::after {
  content: none;
}
.product-details-with-tabs .tabs .tabs-heading li {
  padding: 12px 24px 6px;
  border-bottom: 4px solid #eaeaea;
  background-color: #eaeaea;
  color: #4a4a4a;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-with-tabs .tabs .tabs-heading li {
    padding: 10px 20px 4px;
  }
}
@media (min-width: 1200px) {
  .product-details-with-tabs .tabs .tabs-heading li {
    padding: 12px 30px 6px;
  }
}
.product-details-with-tabs .tabs .tabs-heading li::after {
  content: none;
}
.product-details-with-tabs .tabs .tabs-heading li + li {
  margin-left: 10px;
}
.product-details-with-tabs .tabs .tabs-heading li:focus, .product-details-with-tabs .tabs .tabs-heading li:hover {
  border-color: #888D8D;
}
.product-details-with-tabs .tabs .tabs-heading li.active {
  background-color: #888D8D;
  border-color: #888D8D;
  color: #ffffff;
}
.product-details-with-tabs .tabs .tabs-heading li .field-heading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-with-tabs .tabs .tabs-heading li .field-heading {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .product-details-with-tabs .tabs .tabs-heading li .field-heading {
    font-size: 1.8rem;
  }
}
.product-details-with-tabs .tabs .tabs-container .heading {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-size: 1.8rem;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
  font-weight: 700;
  color: #303030;
  display: inline-block;
  width: 100%;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 992px) {
  .product-details-with-tabs .tabs .tabs-container .heading {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.product-details-with-tabs .tabs .tabs-container .description {
  margin: 0 0 24px 0;
  font-size: 1.6rem;
  line-height: 1.3;
}
.product-details-with-tabs .tabs .tabs-container .description a {
  font-weight: 500;
  text-decoration: none;
}
.product-details-with-tabs .tabs .tabs-container .description a:hover, .product-details-with-tabs .tabs .tabs-container .description a:focus {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .product-details-with-tabs .tabs .tabs-container .description {
    font-size: 2rem;
  }
}
.product-details-with-tabs .tabs .tabs-container .product-specs {
  margin: 0 0 0 0;
}
.product-details-with-tabs .tabs .tabs-container .product-specs .specs-item {
  display: flex;
}
.product-details-with-tabs .tabs .tabs-container .product-specs .specs-item + .specs-item {
  margin-top: 8px;
}
.product-details-with-tabs .tabs .tabs-container .product-specs .specs-item .specs-label {
  padding: 0 16px 0 0;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #303030;
  flex-shrink: 0;
}
.product-details-with-tabs .tabs .tabs-container .product-specs .specs-item .specs-value {
  color: #4a4a4a;
  letter-spacing: 0.3px;
}
.product-details-with-tabs .tabs .tabs-container .product-specs .specs-item .specs-value .value + .value::before {
  content: "/";
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option .item .tooltip,
.product-details-with-tabs .tabs .tabs-container .color-selections .color-selection .tooltip,
.product-details-with-tabs .tabs .tabs-container .shell-colors .shell-color .tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  visibility: hidden;
  background: #ffffff;
  padding: 12px 20px 10px;
  min-width: 120px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 4px;
  z-index: 1;
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option .item .tooltip::after,
.product-details-with-tabs .tabs .tabs-container .color-selections .color-selection .tooltip::after,
.product-details-with-tabs .tabs .tabs-container .shell-colors .shell-color .tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0 -2px 4px -8px rgba(0, 0, 0, 0.16);
}
.product-details-with-tabs .tabs .tabs-container .color-options {
  margin: 40px 0 0 0;
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option {
  ms-flex-line-pack: start;
  align-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 12px 0;
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option .item {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  position: relative;
  margin: 0 15px 15px 0;
  box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option .item::after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 50%;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  z-index: 0;
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option .item:hover {
  box-shadow: 0px 0px 0px 3px #1e9be9;
}
.product-details-with-tabs .tabs .tabs-container .color-options .color-option .item:hover .tooltip {
  visibility: visible;
}
.product-details-with-tabs .tabs .tabs-container .color-selections .color-selection:hover .tooltip {
  visibility: visible;
}
.product-details-with-tabs .tabs .tabs-container .shell-colors .shell-color:hover .tooltip {
  visibility: visible;
}
.product-details-with-tabs .tabs .tabs-container .fitting-chart {
  padding: 12px 0 0 0;
}
.product-details-with-tabs .tabs .tabs-container .fitting-chart .heading {
  display: none;
}
.product-details-with-tabs .tabs .tabs-container .fitting-chart .image {
  margin: 0;
}
.product-details-with-tabs .tabs .tabs-container .beige {
  background: #cbb7a8;
}
.product-details-with-tabs .tabs .tabs-container .black {
  background: #141414;
}
.product-details-with-tabs .tabs .tabs-container .blue-red {
  background: #1c62ae;
  background: linear-gradient(90deg, #1c62ae 50%, #ce153f 50%);
}
.product-details-with-tabs .tabs .tabs-container .bronze {
  background: #7c6249;
}
.product-details-with-tabs .tabs .tabs-container .caramel {
  background: #9c806e;
}
.product-details-with-tabs .tabs .tabs-container .champagne {
  background: #a8866d;
}
.product-details-with-tabs .tabs .tabs-container .chestnut {
  background: #7f5024;
}
.product-details-with-tabs .tabs .tabs-container .chestnut-standard {
  background: #4e4138;
}
.product-details-with-tabs .tabs .tabs-container .clear {
  background: #eff2f5;
}
.product-details-with-tabs .tabs .tabs-container .dark-brown {
  background: #43301f;
}
.product-details-with-tabs .tabs .tabs-container .espresso {
  background: #43301f;
}
.product-details-with-tabs .tabs .tabs-container .graphite-gray {
  background: #6d7373;
}
.product-details-with-tabs .tabs .tabs-container .light-brown {
  background: #a57c59;
}
.product-details-with-tabs .tabs .tabs-container .med-brown {
  background: #7b5941;
}
.product-details-with-tabs .tabs .tabs-container .pink {
  background: #cea98d;
}
.product-details-with-tabs .tabs .tabs-container .silver {
  background: #c0cacd;
}
.product-details-with-tabs .tabs .tabs-container .slate {
  background: #71706b;
}
.product-details-with-tabs .tabs .tabs-container .sterling {
  background: #a1a1a1;
}
.product-details-with-tabs .tabs .tabs-container .tech-black {
  background: #303030;
}
.product-details-with-tabs .tabs .tabs-container .white {
  background: #f9f9f7;
}
.product-details-with-tabs .tabs .tabs-container .documents-links-container .heading {
  margin: 0 0 22px 0;
}
.product-details-with-tabs .tabs .tabs-container .documents-links .secondary-cta {
  font-size: 20px;
  line-height: 1.15;
}
.product-details-with-tabs .tabs .tabs-container .documents-links .secondary-cta img {
  top: 4px;
}
.product-details-with-tabs .tabs .tabs-container .video-container {
  margin: 42px 0 0 0;
}
.product-details-with-tabs .tabs .tabs-container .video-container .description {
  display: none;
}
.product-details-with-tabs .tabs .tabs-container .video-section {
  padding: 8px 0 0;
}
.product-details-with-tabs .tabs .tabs-container .video-section .video-thumbnail {
  margin: 0 0 20px 0;
}
.product-details-with-tabs .tabs .tabs-container .video-section .video-thumbnail .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.product-details-with-tabs .tabs .tabs-container .video-section .video-thumbnail .image {
  width: 100%;
  border: 1px solid #d2d1d1;
}
.product-details-with-tabs .tabs .tabs-container .video-section .video-thumbnail .image img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-details-with-tabs .tabs .tabs-container .video-section .video-thumbnail .image {
    width: 100%;
    text-align: center;
  }
  .product-details-with-tabs .tabs .tabs-container .video-section .video-thumbnail .image:before {
    font-size: 50px;
  }
}
.product-details-with-tabs .tabs .tabs-container .banner-with-headline {
  padding: 21px 0 0 0 !important;
}
.product-details-with-tabs .tabs .tabs-container .banner-with-headline .component-content {
  padding: 20px 33px;
}
.product-details-with-tabs .tabs .item-wrapper .item {
  border-color: rgba(74, 74, 74, 0.5);
}
.product-details-with-tabs .tabs .item-wrapper .item .toggle-header {
  color: #303030;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 700;
  padding: 16px 25px 16px 0;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
}
.product-details-with-tabs .tabs .item-wrapper .item .toggle-header::after {
  font-size: 12px;
  top: 16px;
}
.product-details-with-tabs .tabs .item-wrapper .item .toggle-header h3 {
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 700;
  margin: 0;
  font-family: "DIN 2014";
  letter-spacing: 0.3px;
}
.product-details-with-tabs .tabs .item-wrapper .item:first-child .toggle-header {
  border-top: 1px solid rgba(74, 74, 74, 0.5);
}
.product-details-with-tabs .tabs .item-wrapper .item .toggle-content {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.1875;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .product-details-with-tabs .tabs .item-wrapper .item .toggle-content {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.product-details-with-tabs .head360-image-range-wrapper {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-details-with-tabs .product360-image-range-wrapper {
  width: 60%;
  max-width: 300px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Mr Eaves XL Sans", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.product-details-with-tabs input[type=range].image-range {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 85%; /* Specific width is required for Firefox. */
  height: 24px;
  background: transparent; /* Otherwise white in Chrome */
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.product-details-with-tabs input[type=range].image-range:focus {
  box-shadow: none;
}
.product-details-with-tabs input[type=range].image-range::before,
.product-details-with-tabs input[type=range].image-range::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-right: 2px solid #c7c8c9;
  border-bottom: 2px solid #c7c8c9;
}
.product-details-with-tabs input[type=range].image-range::before {
  transform: rotate(135deg) translate(-7.5px, -3px);
}
.product-details-with-tabs input[type=range].image-range::after {
  transform: rotate(-45deg) translate(-3px, -7.5px);
}
.product-details-with-tabs input[type=range].image-range::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.product-details-with-tabs input[type=range].image-range:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.product-details-with-tabs input[type=range].image-range::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.product-details-with-tabs input[type=range].image-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #1e9be9;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  cursor: pointer;
  margin-top: -11px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
.product-details-with-tabs input[type=range].image-range::-moz-range-thumb {
  background: #1e9be9;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  cursor: pointer;
}
.product-details-with-tabs input[type=range].image-range::-ms-thumb {
  background: #1e9be9;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  cursor: pointer;
}
.product-details-with-tabs input[type=range].image-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #c7c8c9;
  border-radius: 0;
  border: 0;
}
.product-details-with-tabs input[type=range].image-range:focus::-webkit-slider-runnable-track {
  background: #c7c8c9;
}
.product-details-with-tabs input[type=range].image-range::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #c7c8c9;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
.product-details-with-tabs input[type=range].image-range::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.product-details-with-tabs input[type=range].image-range::-ms-fill-lower {
  background: #c7c8c9;
  border: 0;
}
.product-details-with-tabs input[type=range].image-range:focus::-ms-fill-lower {
  background: #c7c8c9;
}
.product-details-with-tabs input[type=range].image-range::-ms-fill-upper {
  background: #c7c8c9;
  border: 0;
}
.product-details-with-tabs input[type=range].image-range:focus::-ms-fill-upper {
  background: #c7c8c9;
}
.product-details-with-tabs .head360 {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .product-details-with-tabs .head360 {
    margin-top: 0;
  }
}
.product-details-with-tabs .model-selections {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .product-details-with-tabs .model-selections {
    max-width: 470px;
  }
}
@media screen and (min-width: 768px) {
  .product-details-with-tabs .model-selections {
    max-width: 100%;
  }
}
.product-details-with-tabs .model-selections-title {
  font-family: "DIN 2014";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-details-with-tabs .model-selections-title {
    text-align: left;
  }
}
.product-details-with-tabs .model-selection {
  display: block;
  position: relative;
  margin: 0px 0 10px 0;
}
@media screen and (min-width: 992px) {
  .product-details-with-tabs .model-selection {
    margin: 0px 16px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-with-tabs .model-selection {
    margin: 0px 24px 24px 0;
  }
}
.product-details-with-tabs .model-selection.last {
  margin-right: 0;
}
.product-details-with-tabs .model-selection:hover {
  border-color: #203232;
}
.product-details-with-tabs .model-selection.active {
  border-color: #1e9be9;
}
.product-details-with-tabs .model-selection input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 78px;
  height: 78px;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: red;
  border: 2px solid #929292;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: block;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
@media screen and (min-width: 576px) {
  .product-details-with-tabs .model-selection input[type=radio] {
    width: 104px;
    height: 104px;
  }
}
@media screen and (min-width: 768px) {
  .product-details-with-tabs .model-selection input[type=radio] {
    width: 74px;
    height: 74px;
  }
}
@media screen and (min-width: 992px) {
  .product-details-with-tabs .model-selection input[type=radio] {
    width: 95px;
    height: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-with-tabs .model-selection input[type=radio] {
    width: 104px;
    height: 104px;
  }
}
.product-details-with-tabs .model-selection input:hover {
  border-color: #203232;
}
.product-details-with-tabs .model-selection input:checked {
  border-color: #1e9be9;
}
.product-details-with-tabs .model-selection input::before {
  content: "";
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: block;
  border: 2px solid #ffffff;
}
@media screen and (min-width: 576px) {
  .product-details-with-tabs .model-selection input::before {
    width: 98px;
    height: 98px;
  }
}
@media screen and (min-width: 768px) {
  .product-details-with-tabs .model-selection input::before {
    width: 68px;
    height: 68px;
  }
}
@media screen and (min-width: 992px) {
  .product-details-with-tabs .model-selection input::before {
    width: 89px;
    height: 89px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-with-tabs .model-selection input::before {
    width: 100px;
    height: 100px;
  }
}
.product-details-with-tabs .model-selection picture {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .product-details-with-tabs .model-selection picture {
    width: 98px;
    height: 98px;
  }
}
@media screen and (min-width: 768px) {
  .product-details-with-tabs .model-selection picture {
    width: 68px;
    height: 68px;
  }
}
@media screen and (min-width: 992px) {
  .product-details-with-tabs .model-selection picture {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-with-tabs .model-selection picture {
    width: 99px;
    height: 99px;
  }
}
.product-details-with-tabs .model-selection picture img {
  max-width: none;
  width: 100%;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.1s linear;
}
.product-details-with-tabs .model-selection picture img:hover {
  opacity: 1;
}
.product-details-with-tabs .model-selection input:checked + picture img {
  opacity: 1;
}
.product-details-with-tabs .color-selections {
  margin-bottom: 28px;
}
.product-details-with-tabs .color-selections-title {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
.product-details-with-tabs .color-selection {
  display: block;
  position: relative;
  margin: auto 4px 8px;
}
.product-details-with-tabs .color-selection input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin: 0;
  font: inherit;
  border: 2px solid #929292;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: block;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.product-details-with-tabs .color-selection input:hover {
  border-color: #203232;
}
.product-details-with-tabs .color-selection input:checked {
  border-color: #1e9be9;
}
.product-details-with-tabs .color-selection input::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  border: 2px solid #ffffff;
}
.product-details-with-tabs .style-variants {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.9rem;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-details-with-tabs .style-variants {
    font-size: 2.1rem;
  }
}
.product-details-with-tabs .style-variants .separator {
  padding: 0 6px;
}
.product-details-with-tabs .style-variants a {
  text-decoration: none;
  font-weight: 500;
}
.product-details-with-tabs .style-variants a:hover {
  text-decoration: underline;
}
.product-details-with-tabs .product-details {
  padding-top: 20px;
  margin-bottom: 40px;
}
.product-details-with-tabs .product-details-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
.product-details-with-tabs .shell-colors-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  background-color: #f4f4f4;
  padding: 14px 16px 0;
  border-radius: 10px;
}
.product-details-with-tabs .shell-colors {
  margin-bottom: 7px;
  max-width: 290px;
}
.product-details-with-tabs .shell-colors-title {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
.product-details-with-tabs .shell-color {
  position: relative;
  margin: 0 9px 15px;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.product-details-with-tabs .shell-color::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
.product-details-with-tabs .head-360-image {
  display: block;
}
.product-details-with-tabs .find-your-fit .tabs .tabs-heading {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-details-with-tabs .find-your-fit .tabs .tabs-heading {
    flex: 1;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .product-details-with-tabs .find-your-fit .tabs .tabs-heading li {
    flex: 1;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .product-details-with-tabs .find-your-fit .tabs .tabs-heading li .field-heading {
    text-align: center;
  }
}
.product-details-with-tabs .find-your-fit .tabs .tabs-container .style-variants + .product-specs {
  margin-top: 30px;
}
.product-details-with-tabs .find-your-fit .tabs .tabs-container .description {
  margin: 0 0 24px;
}
.product-details-with-tabs .find-your-fit .tabs .tabs-container .fitting-chart {
  padding: 24px 0 0;
}
.product-details-with-tabs .find-your-fit .tabs .tabs-container .fitting-chart .secondary-cta-arrow {
  margin-bottom: 10px;
}

.horizontal-scroll-small-cards {
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .horizontal-scroll-small-cards {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .horizontal-scroll-small-cards {
    padding-top: 60px !important;
  }
}
.horizontal-scroll-small-cards .field-card-head {
  width: 100%;
  font-size: 38px;
  line-height: 42px;
  font-family: "Mr Eaves XL Sans";
  text-align: center;
  margin: 0 0 40px;
  color: #303030;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .horizontal-scroll-small-cards .field-card-head {
    font-size: 48px;
    line-height: 52px;
  }
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider {
  overflow: hidden;
  position: relative;
  padding: 0px;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: #ffffff;
  z-index: 1;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 10px 0 0;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card {
  width: 110px;
  height: 140px;
  display: block;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-image {
  padding: 0;
  width: 100%;
  display: block;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-image a {
  padding: 14px 0px;
  width: 110px;
  height: 108px;
  display: block;
  text-decoration: none;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-image a img {
  width: 60px;
  height: auto;
  max-height: 80px;
  margin: 0 25px;
  display: block;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-info {
  color: #303030;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-info {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-info a {
  padding: 0px 14px 14px;
  width: 110px;
  height: 18px;
  display: block;
  color: #303030;
  text-align: center;
  text-decoration: none;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-list .slick-track .slick-slide .small-card .field-card-info a:hover {
  color: #1e9be9;
  text-decoration: underline;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-arrow {
  background: none;
  border: 0px;
  height: 140px;
  width: 40px;
  top: 0;
  position: absolute;
  background: #ffffff;
  z-index: 5;
  color: #1e9be9;
  cursor: pointer;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-arrow.slick-disabled {
  color: #888D8D;
  cursor: auto;
  display: none !important;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-arrow.slick-prev {
  left: 0px;
  border-right: 1px solid #303030;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-arrow.slick-next {
  right: 0px;
  border-left: 1px solid #303030;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-arrow i.icon {
  padding: 0px 16px;
  width: 8px;
  box-sizing: content-box;
  display: block;
  margin-top: 50px;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-arrow i.icon::before {
  font-family: "base-icons";
  font-size: 14px;
  width: 8px;
  margin-top: 60px;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-dots {
  width: auto;
  margin: 25px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-dots li {
  display: inline-block;
  width: auto;
  padding: 4px;
  line-height: 20px;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-dots li button {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 0px;
  margin-top: 4px;
  background: #888D8D;
  opacity: 0.5;
  cursor: pointer;
}
.horizontal-scroll-small-cards .small-cards-list.slick-slider .slick-dots li.slick-active button {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 0px;
  margin-top: 0px;
  opacity: 1;
}

.linked-list {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .linked-list {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .linked-list {
    padding-top: 60px !important;
  }
}
.linked-list .heading {
  font-size: 24px;
  line-height: 28px;
  font-family: "Mr Eaves XL Sans";
  padding: 0px 0 28px;
  border-bottom: 1px solid #979797;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .linked-list .heading {
    font-size: 28px;
    line-height: 30px;
  }
}
.linked-list ul li {
  padding: 8px 0px 8px 40px;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 992px) {
  .linked-list ul li {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.linked-list ul li.link-icon {
  position: relative;
  padding-left: 0;
}
.linked-list ul li.link-icon a {
  padding-left: 30px;
  display: inline-block;
  font-weight: 500;
}
.linked-list ul li.link-icon .icon {
  position: absolute;
  left: 0;
  top: 1px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 17px;
}
@media (min-width: 768px) {
  .linked-list ul li.link-icon .icon {
    top: 4px;
  }
}
.linked-list ul li.link-icon .icon img {
  max-width: 17px;
  height: auto;
}
.linked-list ul li a {
  text-decoration: none;
}
.linked-list ul li a:hover {
  text-decoration: underline;
}
.linked-list.two-column ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.linked-list.two-column ul li {
  width: 100%;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .linked-list.two-column ul li {
    width: 50%;
  }
}

.event-section {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .event-section {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .event-section {
    padding-top: 60px !important;
  }
}
.event-section.text-center h2 {
  text-align: center;
}
.event-section.text-center .intro-text {
  margin: 0 auto 30px;
}
.event-section.text-center .intro-text p {
  text-align: center;
}
.event-section.text-left h2 {
  text-align: left;
}
.event-section.text-left .intro-text p {
  text-align: left;
}
.event-section h2 {
  font-size: 38px;
  line-height: 42px;
  margin: 0 0 16px;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .event-section h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.event-section.headline-divider h2 {
  font-size: 48px;
  line-height: 50px;
  border-bottom: 2px solid #dbdbdb;
}
@media screen and (min-width: 992px) {
  .event-section.headline-divider h2 {
    font-size: 75px;
    line-height: 78px;
  }
}
.event-section .intro-text {
  display: block;
  margin: 0 0 30px;
  width: 75%;
}
.event-section .intro-text p {
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.3px;
  color: #4a4a4a;
}
@media screen and (min-width: 992px) {
  .event-section .intro-text p {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.event-section.center-align h2 {
  text-align: center;
}
.event-section.center-align .intro-text {
  margin: 0 auto 30px;
}
.event-section.center-align .intro-text p {
  text-align: center;
}
.event-section.card-divider .event-item + .event-item {
  margin-top: 2rem;
  border-top: 2px dotted #C8C8C8;
  padding-top: 6rem;
}
.event-section .event-list-wrapper {
  padding: 15px 0;
}
.event-section .event-list-wrapper .event-item {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.event-section .event-list-wrapper .event-item .event-image {
  padding: 0 30px 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .event-section .event-list-wrapper .event-item .event-image {
    max-width: 272px;
  }
}
.event-section .event-list-wrapper .event-item .event-image img {
  height: auto;
  width: 100%;
}
.event-section .event-list-wrapper .event-item .event-content {
  width: 100%;
  padding: 0 30px 0 0;
}
.event-section .event-list-wrapper .event-item .event-content .date {
  font-family: "DIN 2014";
  font-size: 1.4rem;
  line-height: 1;
  color: rgba(48, 48, 48, 0.75);
  font-weight: bold;
  letter-spacing: 0.3px;
  margin: 0 0 12px;
}
@media screen and (min-width: 992px) {
  .event-section .event-list-wrapper .event-item .event-content .date {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.event-section .event-list-wrapper .event-item .event-content .eyebrow {
  font-size: 2rem;
  line-height: 1.6;
  display: none;
  color: #007298;
}
@media screen and (min-width: 992px) {
  .event-section .event-list-wrapper .event-item .event-content .eyebrow {
    font-size: 2.2rem;
    line-height: 1.454;
  }
}
.event-section .event-list-wrapper .event-item .event-content .title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .event-section .event-list-wrapper .event-item .event-content .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.event-section .event-list-wrapper .event-item .event-content .title a {
  color: #000000;
  text-decoration: none;
}
.event-section .event-list-wrapper .event-item .event-content .title a:hover {
  color: #1e9be9;
  text-decoration: underline;
}
.event-section .event-list-wrapper .event-item .event-content .description {
  margin: 0 0 18px;
  font-size: 1.6rem;
  line-height: 1.1875;
  color: #4a4a4a;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 992px) {
  .event-section .event-list-wrapper .event-item .event-content .description {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.event-section .event-list-wrapper .event-item .event-content .description h2 {
  line-height: 1.08 !important;
  color: #1e9be9;
  letter-spacing: 0;
}
.event-section .event-list-wrapper .event-item .event-content .description h2 + h3 {
  margin-top: -10px;
}
.event-section .event-list-wrapper .event-item .event-content .description h3 {
  color: #303030;
  letter-spacing: 0;
}
.event-section .event-list-wrapper .event-item .event-content .description ul {
  list-style: disc;
  padding: 0 0 0 40px;
}
.event-section .event-list-wrapper .event-item .event-content .description ol {
  list-style: decimal;
  padding: 0 0 0 40px;
}
.event-section .event-list-wrapper .event-item .event-content .description li + li {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .event-section .event-list-wrapper .event-item {
    flex-direction: column;
  }
  .event-section .event-list-wrapper .event-item .event-image {
    padding: 0 0 10px;
    width: 100%;
  }
  .event-section .event-list-wrapper .event-item .event-image img {
    width: 100%;
  }
  .event-section .event-list-wrapper .event-item .event-content {
    width: 100%;
    padding: 0 0 0;
  }
}
.event-section .cta-section {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.event-section .cta-section a {
  width: auto;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .event-section .cta-section a {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .contact-us-container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .contact-us-container-container .component-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .contact-us-container-container .snippets-component {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-us-form {
  margin-top: 119px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  padding: 68px 65px 80px 65px;
}
@media (max-width: 991px) {
  .contact-us-form {
    margin-top: 0;
    padding: 68px 15px 4px 15px;
  }
}
.contact-us-form form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.contact-us-form form .main-selection {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 15px;
}
.contact-us-form form .form-group label {
  font-family: "Mr Eaves XL Sans";
  font-weight: normal;
  color: #888D8D;
  font-size: 16px;
  line-height: 18px;
}
.contact-us-form form .form-group input {
  font-family: "DIN 2014";
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #303030;
  font-weight: regular;
}
.contact-us-form form .form-group .input-validation-error {
  border-color: #D6362E !important;
  border: 2px;
  border-style: solid;
}
.contact-us-form form .form-group .field-validation-error {
  color: #D6362E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
.contact-us-form form .form-group .primary-button, .contact-us-form form .form-group a.primary-cta, .contact-us-form form .form-group button.primary-cta, .contact-us-form form .form-group div.primary-cta a, div.primary-cta .contact-us-form form .form-group a, .contact-us-form form .form-group div.primary-cta button, div.primary-cta .contact-us-form form .form-group button, .contact-us-form form .form-group a.primary-white-cta, .contact-us-form form .form-group button.primary-white-cta, .contact-us-form form .form-group div.primary-white-cta a, div.primary-white-cta .contact-us-form form .form-group a, .contact-us-form form .form-group div.primary-white-cta button, div.primary-white-cta .contact-us-form form .form-group button {
  color: #ffffff !important;
  background-color: #1e9be9 !important;
  width: auto;
  font-family: "DIN 2014";
  font-size: 1.8rem;
  line-height: 1;
  color: #303030;
  letter-spacing: 0.3px;
  font-weight: regular;
  border-radius: 20px;
  padding: 10px 22px !important;
  height: 40px;
  cursor: pointer;
}
.contact-us-form form .form-group .primary-button:disabled, .contact-us-form form .form-group a.primary-cta:disabled, .contact-us-form form .form-group button.primary-cta:disabled, .contact-us-form form .form-group div.primary-cta a:disabled, div.primary-cta .contact-us-form form .form-group a:disabled, .contact-us-form form .form-group div.primary-cta button:disabled, div.primary-cta .contact-us-form form .form-group button:disabled, .contact-us-form form .form-group a.primary-white-cta:disabled, .contact-us-form form .form-group button.primary-white-cta:disabled, .contact-us-form form .form-group div.primary-white-cta a:disabled, div.primary-white-cta .contact-us-form form .form-group a:disabled, .contact-us-form form .form-group div.primary-white-cta button:disabled, div.primary-white-cta .contact-us-form form .form-group button:disabled, .contact-us-form form .form-group .primary-button[disabled], .contact-us-form form .form-group a[disabled].primary-cta, .contact-us-form form .form-group button[disabled].primary-cta, .contact-us-form form .form-group div.primary-cta a[disabled], div.primary-cta .contact-us-form form .form-group a[disabled], .contact-us-form form .form-group div.primary-cta button[disabled], div.primary-cta .contact-us-form form .form-group button[disabled], .contact-us-form form .form-group a[disabled].primary-white-cta, .contact-us-form form .form-group button[disabled].primary-white-cta, .contact-us-form form .form-group div.primary-white-cta a[disabled], div.primary-white-cta .contact-us-form form .form-group a[disabled], .contact-us-form form .form-group div.primary-white-cta button[disabled], div.primary-white-cta .contact-us-form form .form-group button[disabled] {
  opacity: 0.5;
  cursor: auto;
}
.contact-us-form form .form-group .form-check-label {
  position: relative;
  padding-left: 26px;
  font-size: 2rem;
  color: #303030;
  line-height: 1.2;
  text-transform: none;
}
.contact-us-form form .form-group .form-check-input {
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-us-form form .intro-section {
  margin-bottom: 37px;
}
.contact-us-form form .intro-section__title {
  font-family: "Mr Eaves XL Sans";
  font-size: 48px;
  line-height: 48px;
  color: #000000;
}
@media (max-width: 991px) {
  .contact-us-form form .intro-section__title {
    font-size: 38px;
    line-height: 38px;
  }
}
.contact-us-form form .intro-section__text {
  font-family: "DIN 2014";
  font-size: 1.8rem;
  line-height: 1.333;
  letter-spacing: 0.3px;
  color: #303030;
}
@media (max-width: 991px) {
  .contact-us-form form .intro-section__text {
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}
.contact-us-form form .text-section {
  margin-top: 90px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .contact-us-form form .text-section {
    margin-top: 30px;
  }
}
.contact-us-form form .text-section__title {
  font-family: "DIN 2014";
  font-size: 2.8rem;
  line-height: 1.1875;
  color: #000000;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
  padding-top: 30px;
  border-top: 5px solid #ffffff;
}
.contact-us-form form .text-section__text {
  font-family: "Mr Eaves XL Sans";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.contact-us-form form .text-section__text a {
  color: #1e9be9;
  font-family: "Mr Eaves XL Sans";
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.contact-us-form form .text-mandatory {
  display: block;
}
.contact-us-form form .text-mandatory__text {
  font-family: "DIN 2014";
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.3px;
  color: #888D8D;
}
.input-validation-error + .custom-select {
  border-color: #D6362E !important;
  border: 2px;
  border-style: solid;
}

.contactUsSnippet {
  margin-top: 187px;
  text-align: left;
}
@media (max-width: 991px) {
  .contactUsSnippet {
    margin-top: 33px;
  }
}
.contactUsSnippet__headline {
  color: #303030;
  font-size: 28px;
  line-height: 28px;
  font-family: "Mr Eaves XL Sans";
  margin-bottom: 25px;
}
.contactUsSnippet__info {
  margin-bottom: 29px;
}
.contactUsSnippet__title {
  color: #303030;
  font-family: "Mr Eaves XL Sans";
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contactUsSnippet__address p {
  color: #303030;
  font-family: "Mr Eaves XL Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  margin: 0;
}
.contactUsSnippet__link a {
  display: block;
  position: relative;
  text-decoration: none;
  font-family: "DIN 2014";
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
.contactUsSnippet__link a:after {
  content: "\e003";
  font-family: "base-icons";
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
  visibility: unset;
  overflow: unset;
  height: unset;
  right: -13px;
  top: 2px;
}
.contactUsSnippet__link a:not(:last-child) {
  margin-bottom: 16px;
}

footer {
  background: #f4f4f4;
  padding-bottom: 40px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 50px;
  }
}
footer .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer-flex {
    flex-direction: row;
  }
}
footer .footer-link-section {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 58px;
}
@media (min-width: 768px) {
  footer .footer-link-section {
    flex: 0 0 70%;
    max-width: 70%;
    padding-top: 73px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-link-section {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
footer .footer-social-link-section {
  padding-top: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-social-link-section {
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 50px;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-social-link-section {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
footer .footer-social-link-section .row {
  display: block;
}
footer .footer-link-column-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .footer-link-container {
  flex: 0 1 50%;
  display: inline-block;
  padding-right: 18px;
}
@media (min-width: 768px) {
  footer .footer-link-container {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  footer .footer-link-container {
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  footer .footer-link-container {
    padding-bottom: 42px;
  }
}
footer .footer-link-container .footer-link-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #4a4a4a;
  font-family: "Mr Eaves XL Sans";
  text-transform: uppercase;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  footer .footer-link-container .footer-link-title {
    font-size: 20px;
  }
}
footer .footer-logo-container img {
  width: 107px;
  height: 67px;
}
footer .footer-link-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .footer-link {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  font-family: "Mr Eaves XL Sans";
  color: rgba(74, 74, 74, 0.75);
}
footer .footer-link:hover, footer .footer-link:focus {
  text-decoration: none;
  color: rgba(74, 74, 74, 0.75);
}
footer .footer-link:hover span, footer .footer-link:focus span {
  text-decoration: underline;
}
footer .footer-link[target=_blank] {
  display: inline;
}
footer .footer-link[target=_blank]::after {
  font-size: 12px;
  position: unset;
  transform: none;
  top: auto;
  bottom: 1px;
}
footer .footer-link[target=_blank] span {
  padding-right: 8px;
}
footer .footer-tagline {
  font-size: 22px;
  line-height: 24px;
  color: #1e9be9;
  padding-bottom: 36px;
  font-family: "Mr Eaves XL Sans";
  font-weight: 300;
}
footer .footer-social-links {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  margin-right: 12px;
}
@media (max-width: 991px) {
  footer .footer-social-links {
    display: inline-block;
    margin-bottom: 16px;
  }
}
footer .footer-social-links:last-child {
  margin-right: 0;
}
footer .footer-social-links:hover, footer .footer-social-links:focus {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
footer .copyright-section {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(74, 74, 74, 0.2);
  width: 100%;
}
@media (min-width: 768px) {
  footer .copyright-section {
    margin-top: 78px;
    border-top: 1px solid rgba(48, 48, 48, 0.2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .copyright-section {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  footer .copyright-section {
    margin-top: 24px;
  }
}
footer .row {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .row {
    justify-content: space-between;
  }
}
footer .copright-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Mr Eaves XL Sans";
  color: #888D8D;
  text-align: center;
  margin-bottom: 36px;
  width: 100%;
}
@media (min-width: 768px) {
  footer .copright-text {
    text-align: left;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .footer-three-column .footer-link-container {
    flex: initial;
    max-width: 273px;
  }
}

@media (min-width: 1200px) {
  .footer-four-column .footer-link-container {
    flex-basis: 25%;
  }
}

.link-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .link-wrapper {
    text-align: left;
  }
}
.link-action {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  font-family: "Mr Eaves XL Sans";
  color: rgba(74, 74, 74, 0.75);
  padding-left: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(48, 48, 48, 0.75);
}
.link-action:hover, .link-action:focus {
  text-decoration: underline;
  color: rgba(74, 74, 74, 0.75);
}
.link-action:first-child {
  padding-left: 0;
}
.link-action:last-child {
  border-right: none;
  padding-right: 0;
}

#footer > .row {
  display: block;
}

/* GRADIENT LISTS
============================================= */
.one {
  background: -webkit-linear-gradient(left, #1e9be9, #007298, #4a4a4a);
}

.tow {
  background: radial-gradient(center, circle farthest-corner, #007298 0%, #4a4a4a 100%);
  background: -webkit-radial-gradient(center, circle farthest-corner, #007298 0%, #4a4a4a 100%);
  background-color: #007298;
}

a {
  /*
  &::before{
      font-family: $base-icons;
      content: icon-char(arrow-down);
  }
  */
}
/*# sourceMappingURL=starkey-master.css.map */
