/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
:root {
  --sitewidth: 2560px;
  --sitewidth: 160rem;
}

/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  height: 0.0625rem !important;
  margin: -1px !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
  color: transparent;
}
.sr-only:focus, .sr-only:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
  color: transparent;
}

.hide {
  display: none !important;
}

.show {
  display: initial;
}

.invisible {
  visibility: hidden;
}

.clear {
  display: block;
  clear: both;
}

.clear-after:after {
  display: table;
  clear: both;
  content: "";
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

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

@media all and (min-width: 800px) {
  .show-small-only {
    display: none;
  }
}
.show-small-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

@media all and (max-width: 374px) {
  .show-medium-only {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .show-medium-only {
    display: none;
  }
}
.show-medium-only[data-arx-type=image]::before {
  content: "Show Medium Only";
}

.show-small-only[data-arx-type=image],
.show-medium-only[data-arx-type=image],
.show-large-only[data-arx-type=image],
.show-xlarge-only[data-arx-type=image],
.show-xxlarge-only[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-small-only[data-arx-type=image]:before,
.show-medium-only[data-arx-type=image]:before,
.show-large-only[data-arx-type=image]:before,
.show-xlarge-only[data-arx-type=image]:before,
.show-xxlarge-only[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.show-medium-up {
  display: none;
}
@media all and (min-width: 800px) {
  .show-medium-up {
    display: block;
  }
}
.show-medium-up[data-arx-type=image]::before {
  content: "Show Medium Up";
}

.show-large-up {
  display: none;
}
@media all and (min-width: 1280px) {
  .show-large-up {
    display: block;
  }
}
.show-large-up[data-arx-type=image]::before {
  content: "Show Large Up";
}

.show-xlarge-up {
  display: none;
}
@media all and (min-width: 1440px) {
  .show-xlarge-up {
    display: block;
  }
}
.show-xlarge-up[data-arx-type=image]::before {
  content: "Show X-Large Up";
}

.show-xxlarge-up {
  display: none;
}
@media all and (min-width: 1920px) {
  .show-xxlarge-up {
    display: block;
  }
}
.show-xxlarge-up[data-arx-type=image]::before {
  content: "Show XX-Large Up";
}

.show-medium-up[data-arx-type=image],
.show-large-up[data-arx-type=image],
.show-xlarge-up[data-arx-type=image],
.show-xxlarge-up[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-medium-up[data-arx-type=image]:before,
.show-large-up[data-arx-type=image]:before,
.show-xlarge-up[data-arx-type=image]:before,
.show-xxlarge-up[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

@media all and (max-width: 374px) {
  .hide-small-only {
    display: none;
  }
}
.hide-small-only[data-arx-type=image]::before {
  content: "Hide Small Only";
}

@media all and (min-width: 1280px) {
  .center-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media all and (min-width: 1280px) {
  .orderFirst {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media all and (min-width: 1280px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 1280px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 1280px) {
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (min-width: 1280px) {
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media all and (min-width: 1280px) {
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media all and (min-width: 1280px) {
  .order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media all and (min-width: 1280px) {
  .orderLast {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
:root {
  --banner-bg-color: #414141;
  --banner-caption-color: #fff;
  --banner-caption-background: #333333;
  --banner-caption-title-color: #fff;
  --banner-caption-link-background-color: #000;
  --banner-caption-link-color: #fff;
  --banner-button-color: #000;
  --banner-button-color-hover: #fff;
  --banner-button-border-color: #fff;
  --banner-button-border-color-hover: #000;
  --banner-button-background-color: #fff;
  --banner-button-background-color-hover: #000;
  --banner-splide-nav-pagination-background: #fff;
  --banner-splide-nav-background: #fff;
}
:root .dark-mode {
  --banner-caption-color: #000;
  --banner-caption-title-color: #000;
}

.banner {
  position: relative;
  background: var(--banner-bg-color);
}
@media all and (min-width: 800px) {
  .banner {
    max-height: 80vh;
    min-height: 800px;
    min-height: 50rem;
  }
}
.banner__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
@media all and (min-width: 800px) {
  .banner__slide {
    height: 100vw;
    max-height: 800px;
    max-height: 50rem;
  }
}
.banner__slide--overlay-yes::before {
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.banner__slide--left-aligned {
  text-align: left;
}
.banner__slide--center-aligned {
  text-align: center;
}
.banner__slide--center-aligned .banner__caption {
  display: block;
  text-align: center;
}
.banner__slide--center-aligned .banner__caption--blurb {
  margin: 0 auto;
}
.banner__slide--right-aligned {
  text-align: right;
}
.banner__video {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner__video.show {
  display: block;
}
.banner__video iframe {
  position: absolute;
  top: 50%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  width: 150vh;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner__caption {
  position: relative;
  bottom: 0;
  width: 100%;
  background: var(--banner-caption-background);
  color: var(--banner-caption-color);
  padding: 20px 20px 30px;
  padding: 1.25rem 1.25rem 1.875rem;
  max-width: 1240px;
  max-width: 77.5rem;
  z-index: 1;
}
@media all and (min-width: 800px) {
  .banner__caption {
    position: absolute;
    background: transparent;
    padding: 0 100px;
    padding: 0 6.25rem;
    bottom: 15%;
  }
}
.banner__caption--left {
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 800px) {
  .banner__caption--left {
    right: auto;
    margin: 0 40px;
    margin: 0 2.5rem;
  }
}
.banner__caption--center {
  margin: auto;
  left: 0;
  right: 0;
}
.banner__caption--center-center {
  top: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}
.banner__caption--right {
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 800px) {
  .banner__caption--right {
    margin: 0 40px;
    margin: 0 2.5rem;
    left: auto;
  }
}
.banner__caption--right .banner__caption--blurb {
  max-width: 100%;
}
.banner__caption--title {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: var(--banner-caption-title-color);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-style: normal;
}
@media all and (min-width: 800px) {
  .banner__caption--title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
}
.banner__caption--blurb {
  padding: 15px 0 0;
  padding: 0.9375rem 0 0;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  color: var(--banner-caption-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.banner__caption--link {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--banner-caption-link-color);
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 5px;
  padding-top: 0.3125rem;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: var(--banner-caption-link-background-color);
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--link:hover, .banner__caption--link:focus {
  color: var(--banner-caption-link-color);
  text-decoration: none;
}
.banner__caption--link:hover::after, .banner__caption--link:focus::after {
  width: 100%;
}
.banner__caption--button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--banner-button-background-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--banner-button-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 17px;
  padding: 0.4375rem 1.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--button:hover, .banner__caption--button:focus {
  color: var(--banner-button-color-hover);
  background: var(--banner-button-background-color-hover);
}
.banner .mobile-banner-image {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media all and (min-width: 800px) {
  .banner .mobile-banner-image {
    display: none !important;
  }
}

.hp-splide__arrows {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  width: 100%;
  z-index: 2;
}
@media all and (min-width: 800px) {
  .hp-splide__arrows {
    position: static;
    bottom: auto;
  }
}
.hp-splide__arrows button:hover, .hp-splide__arrows button:focus {
  opacity: 1;
  background-color: var(--banner-splide-nav-background);
}

.hp-splide__pagination {
  bottom: 30px;
  bottom: 1.875rem;
}
@media all and (min-width: 800px) {
  .hp-splide__pagination {
    bottom: 40px;
    bottom: 2.5rem;
  }
}

.hp-splide__pagination__page:hover, .hp-splide__pagination__page:focus {
  opacity: 1;
  background-color: var(--banner-splide-nav-pagination-background);
}
.hp-splide__pagination__page.is-active {
  background-color: var(--banner-splide-nav-pagination-background);
}

/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
:root {
  --juicer-text: #1a1a1a;
  --juicer-social-link-color: #cccccc;
  --juicer-social-link-color-hover: #1a1a1a;
}
:root .dark-mode {
  --juicer-text: #1a1a1a;
}

.juicer {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}
.juicer .juicer-feed {
  width: 100%;
  max-width: 1360px;
  max-width: 85rem;
  padding: 0;
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  .juicer .juicer-feed {
    padding: 25px 25px 0;
    padding: 1.5625rem 1.5625rem 0;
  }
}
.juicer .juicer-feed h1.referral {
  display: none !important;
}
.juicer .juicer-feed ul {
  list-style: none;
}
.juicer .juicer-feed ul li {
  margin: 0 25px 0 0;
  margin: 0 1.5625rem 0 0;
}
.juicer .juicer-feed ul li:last-of-type {
  margin-right: 0;
}
.juicer .juicer-feed ul li:before {
  display: none;
}
.juicer .juicer-feed a {
  width: 100%;
}
.juicer .juicer-feed .feed-item {
  position: relative;
  padding: 20px 40px 40px;
  padding: 1.25rem 2.5rem 2.5rem;
  overflow: hidden;
  border-radius: 20px;
  border-radius: 1.25rem;
}
@media all and (min-width: 800px) {
  .juicer .juicer-feed .feed-item {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }
}
.juicer .juicer-feed .feed-item .j-poster {
  display: none;
}
.juicer .juicer-feed .feed-item .j-image::before {
  display: none;
}
.juicer .juicer-feed .feed-item .j-image img {
  width: 100%;
  height: 210px !important;
  height: 13.125rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.juicer .juicer-feed .feed-item .j-message p {
  color: var(--juicer-text);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.juicer .juicer-feed .feed-item .j-text {
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}
.juicer .juicer-feed .feed-item .j-meta {
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.juicer .juicer-feed .feed-item .j-meta a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  color: var(--juicer-social-link-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  word-break: normal;
}
.juicer .juicer-feed .feed-item .j-meta a::before {
  position: relative;
  background: transparent;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: var(--juicer-social-link-color);
  opacity: 1;
  border: 0;
}
.juicer .juicer-feed .feed-item .j-meta a:hover, .juicer .juicer-feed .feed-item .j-meta a:focus {
  color: var(--juicer-social-link-color-hover);
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
}
.juicer .juicer-feed .feed-item .j-meta a:hover::before, .juicer .juicer-feed .feed-item .j-meta a:focus::before {
  color: var(--juicer-social-link-color-hover);
}
.juicer .social-nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
}
.juicer .social-nav ul li {
  text-indent: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.juicer .social-nav ul li:before {
  display: none;
}
.juicer .social-nav ul li:last-of-type {
  margin-right: 0;
}
.juicer .social-nav ul li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dcdcdc;
  border-radius: 50px;
  border-radius: 3.125rem;
  height: 35px;
  height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
}
.juicer .social-nav ul li a:hover, .juicer .social-nav ul li a:focus {
  background: gray;
}

.j-read-more {
  display: none;
}

:root {
  --sitewidth: n/a;
}

.grid {
  width: calc(100% + 20px);
  width: calc(100% + 1.25rem);
  margin: 0 -10px;
  margin: 0 -0.625rem;
}
.grid .column > * {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

:root {
  --banner-bg-color: #414141;
  --banner-caption-color: #fff;
  --banner-caption-background: #333;
  --banner-caption-title-color: #fff;
  --banner-caption-link-background-color: #000;
  --banner-caption-link-color: #fff;
  --banner-button-color: #000;
  --banner-button-color-hover: #fff;
  --banner-button-border-color: #fff;
  --banner-button-border-color-hover: #000;
  --banner-button-background-color: #fff;
  --banner-button-background-color-hover: #000;
  --banner-splide-nav-pagination-background: #fff;
  --banner-splide-nav-background: #fff;
}

.banner__caption {
  z-index: 5;
  width: 100vw;
  padding: 35px 40px 50px;
  padding: 2.1875rem 2.5rem 3.125rem;
  text-align: center;
  background-color: rgb(55, 65, 79);
}
@media all and (min-width: 800px) {
  .banner__caption {
    top: calc(50% + 35px);
    top: calc(50% + 2.1875rem);
    right: 100px;
    right: 6.25rem;
    width: auto;
    max-width: 480px;
    max-width: 30rem;
    padding: 0;
    text-align: left;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.banner__caption--title {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
@media all and (min-width: 800px) {
  .banner__caption--title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: left;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.35);
  }
}

.banner {
  min-height: 560px;
  min-height: 35rem;
}
.banner .mobile-banner-image {
  max-height: 300px;
  max-height: 18.75rem;
}
@media all and (min-width: 800px) {
  .banner {
    min-height: 700px;
    min-height: 43.75rem;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 375px;
  height: 23.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000D1A), color-stop(25.21%, rgba(0, 17, 34, 0.9)), color-stop(98.87%, rgba(0, 17, 34, 0)));
  background: linear-gradient(to bottom, #000D1A 0%, rgba(0, 17, 34, 0.9) 25.21%, rgba(0, 17, 34, 0) 98.87%);
}

@media all and (max-width: 799px) {
  .banner__slide {
    background-image: none !important;
  }
}
@media all and (min-width: 800px) {
  .banner__slide {
    max-height: 700px;
    max-height: 43.75rem;
  }
}
.banner__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 160px;
  height: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000D1A), color-stop(25.21%, rgba(0, 17, 34, 0.9)), color-stop(98.87%, rgba(0, 17, 34, 0)));
  background: linear-gradient(to bottom, #000D1A 0%, rgba(0, 17, 34, 0.9) 25.21%, rgba(0, 17, 34, 0) 98.87%);
}
@media all and (min-width: 800px) {
  .banner__slide::after {
    height: 375px;
    height: 23.4375rem;
  }
}
.banner__slide--overlay-yes::before {
  content: none;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#000D1A), color-stop(25.21%, rgba(0, 17, 34, 0.9)), color-stop(98.87%, rgba(0, 17, 34, 0)));
  background: linear-gradient(to left, #000D1A 0%, rgba(0, 17, 34, 0.9) 25.21%, rgba(0, 17, 34, 0) 98.87%);
  opacity: 0.9;
}
@media all and (min-width: 800px) {
  .banner__slide--overlay-yes::before {
    content: "";
  }
}

:root {
  --background-slider-container-color: linear-gradient(rgb(55 65 79 / 90%), rgb(55 65 79));
  --background-swiper-button-color: #42c4dd;
  --background-swiper-wrapper-color: #071425;
  --background-swiper-slide-color: #071425;
  --background-swiper-pagination-color: #42c4dd;
  --background-swiper-pagination-bullet-color: #b7bfcc;
  --background-swiper-pagination-active-color: #42c4dd;
  --text-color-heading: #fff;
  --background-featured-content-color: linear-gradient(180deg,
      rgb(55 65 79 / 50%) 0%,
      rgb(7 20 37 / 50%) 100%);
  --text-color-products-slide-text: #42c4dd;
  --text-color-products-slide-heading: #fff;
  --icon-color-products-info-button: #4c596a;
  --border-color-featured-products-content: #4c596a;
}

.slider-container {
  position: relative;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 600px;
  min-height: 37.5rem;
  background: var(--background-slider-container-color), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
  background-blend-mode: multiply;
}
.slider-container .swiper {
  position: relative;
  max-width: 85%;
  max-height: 500px;
  max-height: 31.25rem;
}
.slider-container .swiper-button-next {
  position: absolute;
  top: 47%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 5%;
  z-index: 10;
  min-width: 50px;
  min-width: 3.125rem;
  min-height: 70px;
  min-height: 4.375rem;
  color: #fff;
  background-color: var(--background-swiper-button-color);
}
@media (max-width: 1440px) {
  .slider-container .swiper-button-next {
    right: 68px;
    right: 4.25rem;
    min-width: 40px;
    min-width: 2.5rem;
    min-height: 60px;
    min-height: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .slider-container .swiper-button-next {
    right: 47px;
    right: 2.9375rem;
    min-width: 30px;
    min-width: 1.875rem;
    min-height: 50px;
    min-height: 3.125rem;
  }
}
@media (max-width: 800px) {
  .slider-container .swiper-button-next {
    right: 30px;
    right: 1.875rem;
  }
}
@media (max-width: 375px) {
  .slider-container .swiper-button-next {
    right: -2px;
    right: -0.125rem;
  }
}
.slider-container .swiper-button-next::after {
  font-size: 14px;
  font-size: 0.875rem;
}
.slider-container .swiper-button-prev {
  position: absolute;
  top: 47%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 5%;
  min-width: 50px;
  min-width: 3.125rem;
  min-height: 70px;
  min-height: 4.375rem;
  color: #fff;
  background-color: var(--background-swiper-button-color);
}
@media (max-width: 1440px) {
  .slider-container .swiper-button-prev {
    left: 68px;
    left: 4.25rem;
    min-width: 40px;
    min-width: 2.5rem;
    min-height: 60px;
    min-height: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .slider-container .swiper-button-prev {
    left: 47px;
    left: 2.9375rem;
    min-width: 30px;
    min-width: 1.875rem;
    min-height: 50px;
    min-height: 3.125rem;
  }
}
@media (max-width: 800px) {
  .slider-container .swiper-button-prev {
    left: 30px;
    left: 1.875rem;
  }
}
@media (max-width: 375px) {
  .slider-container .swiper-button-prev {
    left: -2px;
    left: -0.125rem;
  }
}
.slider-container .swiper-button-prev::after {
  font-size: 14px;
  font-size: 0.875rem;
}
.slider-container .swiper-wrapper {
  max-height: 380px;
  max-height: 23.75rem;
  background: var(--background-swiper-wrapper-color);
}
.slider-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15px;
  padding: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  background: var(--background-swiper-slide-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider-container .swiper-pagination {
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  left: 0;
  z-index: 10;
  width: 100%;
  color: var(--background-swiper-pagination-color);
  text-align: center;
}
.slider-container .swiper-pagination-bullet {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: var(--background-swiper-pagination-bullet-color);
  border-radius: 0;
}
.slider-container .swiper-pagination-bullet-active {
  background-color: var(--background-swiper-pagination-active-color);
}
.slider-container .swiper-slide img {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-container .featured-products-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-height: 21.875rem;
  padding: 0 40px 15px;
  padding: 0 2.5rem 0.9375rem;
  text-align: center;
  cursor: pointer;
  background: var(--background-featured-content-color);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--border-color-featured-products-content);
  border: 0.0625rem solid var(--border-color-featured-products-content);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider-container .featured-products-content .featured-products-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 166px;
  max-height: 10.375rem;
  min-height: 166px;
  min-height: 10.375rem;
  padding: 0 15px 10px;
  padding: 0 0.9375rem 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--icon-color-products-info-button);
  border-bottom: 0.0625rem solid var(--icon-color-products-info-button);
}
.slider-container .featured-products-content .featured-products-image img {
  width: 80%;
  height: 140px;
  height: 8.75rem;
  margin: 0;
  -o-object-position: center center;
     object-position: center center;
}
.slider-container .featured-products-content .products-slide-text {
  position: relative;
  height: 130px;
  height: 8.125rem;
  padding: 0 0 25px;
  padding: 0 0 1.5625rem;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  overflow: hidden;
  text-align: justify;
}
.slider-container .featured-products-content .products-slide-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  color: var(--text-color-products-slide-text);
  font-style: normal;
  font-weight: 500;
  font-family: "Saira", sans-serif;
}
@media (max-width: 1024px) {
  .slider-container .featured-products-content .products-slide-text p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.slider-container .featured-products-content .products-slide-text h5 {
  width: 80%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: var(--text-color-products-slide-heading);
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
@media (max-width: 1024px) {
  .slider-container .featured-products-content .products-slide-text h5 {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.slider-container .featured-products-content .products-slide-text .products-info-button {
  border-bottom: none;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  bottom: -6px;
  bottom: -0.375rem;
}
@media all and (min-width: 1024px) {
  .slider-container .featured-products-content .products-slide-text {
    margin: 15px -50px 0 0;
    margin: 0.9375rem -3.125rem 0 0;
  }
}
.slider-container__slider {
  position: relative;
}
.slider-container__header {
  padding-top: 5%;
  margin: 0 140px;
  margin: 0 8.75rem;
  text-align: left;
}
.slider-container__header h2 {
  color: var(--heading-text-color);
}
@media (max-width: 1024px) {
  .slider-container__header {
    margin: 0 65px;
    margin: 0 4.0625rem;
  }
}
@media (max-width: 800px) {
  .slider-container__header {
    margin: 0 44px;
    margin: 0 2.75rem;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .slider-container__header {
    margin: 0 24px;
    margin: 0 1.5rem;
  }
}