/*================ SASS HELPERS ================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ #Mixins ================*/
  /*============================================================================
    Prefix mixin for generating vendor prefixes.
    Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

    Usage:
      // Input:
      .element {
        @include prefix(transform, scale(1), ms webkit spec);
      }

      // Output:
      .element {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
      }
  ==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Spacing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ FONTS ================*/
/* Main font */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("montserrat-latin-400-normal-bc3aa95dca08f5fee5291e34959c27bc.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("montserrat-latin-600-normal-6fb1b5623e528e27c18658fecf5ee0ee.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("montserrat-latin-800-normal-b7018be9ed6cd94da8b6675b3a468c3b.woff2") format("woff2"); }

/* Icon font */
@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url("icomoon.woff") format("woff");
  font-display: block; }

[class*=" icon--"], [class^=icon--] {
  font-family: icomoon, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: never;
  font-variant: normal; }

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

.icon--warning:before {
  content: "\E924"; }

.icon--quote:before {
  content: "\E923"; }

.icon--sparkling-shine:before {
  content: "\E921"; }

.icon--deep-clean:before {
  content: "\E922"; }

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

.icon--cart:before {
  content: "\E920"; }

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

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

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

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

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

.icon--save-water-6:before {
  content: "\E905"; }

.icon--save-water-5:before {
  content: "\E906"; }

.icon--save-water-4:before {
  content: "\E907"; }

.icon--save-water-3:before {
  content: "\E908"; }

.icon--save-water-2:before {
  content: "\E909"; }

.icon--save-water-1:before {
  content: "\E90A"; }

.icon--recycling:before {
  content: "\E90B"; }

.icon--protect:before {
  content: "\E90C"; }

.icon--profile:before {
  content: "\E90D"; }

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

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

.icon--menu:before {
  content: "\E910"; }

.icon--helpers:before {
  content: "\E911"; }

.icon--help:before {
  content: "\E912"; }

.icon--freshness-boosters:before {
  content: "\E913"; }

.icon--fragrance:before {
  content: "\E914"; }

.icon--download:before {
  content: "\E915"; }

.icon--direct-from-us:before {
  content: "\E916"; }

.icon--diamond-shine:before {
  content: "\E917"; }

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

.icon--chevron-left:before {
  content: "\E919"; }

.icon--chevron-down:before {
  content: "\E91A"; }

.icon--cleaning-heroes:before {
  content: "\E91B"; }

.icon--calendar:before {
  content: "\E91C"; }

.icon--chevron-up:before {
  content: "\E91D"; }

.icon--chevron-right:before {
  content: "\E91E"; }

  /*============================================================================
    Slick Slider 1.6.0

    - If upgrading Slick's styles, use the following variables/functions
      instead of the slick defaults (from slick-theme.scss)
    - This file includes default slick.scss styles (at Slick Slider SCSS)
      and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
    - Remove `outline: none` from `.slick-dots li button`
  ==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(ajax-loader.gif) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  font-size: 16px;
  margin: 0;
  scroll-behavior: smooth;
  overscroll-behavior: none; }
  body.modal-visible {
    overflow: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  position: relative; }
  a:focus {
    outline: none;
    opacity: 1 !important; }
    a:focus::before {
      content: '';
      position: absolute;
      top: -0.3rem;
      left: -0.5rem;
      right: -0.5rem;
      bottom: -0.3rem;
      outline: 1px dashed white; }

button, .btn, [role="button"] {
  position: relative; }
  button:focus, .btn:focus, [role="button"]:focus {
    outline: none;
    opacity: 1 !important; }
    button:focus::before, .btn:focus::before, [role="button"]:focus::before {
      content: '';
      position: absolute;
      top: -0.3rem;
      left: -0.3rem;
      right: -0.3rem;
      bottom: -0.3rem;
      outline: 1px dashed white; }

input:focus, textarea:focus {
  outline: none; }

.on-mouse a:focus::before, .on-mouse button:focus::before, .on-mouse .btn:focus::before, .on-mouse [role="button"]:focus::before, .on-mouse input:focus::before, .on-mouse textarea:focus::before, .on-mouse .product-options__item span:focus::before, .on-mouse .share-box__link:focus::before {
  display: none !important; }
.on-mouse .bsub-widget__group-header:focus {
  outline: none !important; }
.on-mouse .bsub-widget__plan-label:focus-within {
  outline: none !important; }

a {
  background-color: transparent;
  font-weight: 600; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 749px) {
    .grid {
      margin-left: -22px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .grid__item {
      padding-left: 22px; } }
  .grid__item[class*="--push"] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

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

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visibility-hidden {
  visibility: hidden; }

.js-focus-hidden:focus {
  outline: none; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.hide {
  display: none !important; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute;
  top: 20px;
  left: 50%;
  display: block;
  font-weight: 800;
  color: #121212;
  text-decoration: none;
  background-color: white;
  padding: 10px 30px;
  margin: 0;
  border: 0;
  border-radius: 100px;
  clip: auto;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  transition: none;
  opacity: 1;
  overflow: visible;
  z-index: 999; }
  .skip-link:focus::before {
    top: -0.3rem;
    left: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    border-radius: 100px; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }

.ratio-container {
  position: relative; }

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white;
  scroll-behavior: smooth; }

.page-width {
  *zoom: 1;
  max-width: 1176px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.main-content {
  display: block; }

.section-header {
  margin-bottom: 17px; }
  @media only screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 35px; } }

/*================ Typography ================*/
blockquote {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: #7f7f7f;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 12px;
    margin-top: 30px; }
  blockquote p + cite {
    margin-top: 12px; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400; }
    blockquote cite::before {
      content: '\2014 \0020'; }

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

body,
input,
textarea,
button,
select {
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #637381;
  line-height: 1.5; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px; } }
.text-transform-uppercase {
  text-transform: uppercase; }

.text-transform-none {
  text-transform: none; }

/*================ SR ================*/
.sr-only {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; }

/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800; }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 2rem; } }

h2, .h2 {
  font-size: 2rem;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 1.5rem; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 1.2rem; } }

h4, .h4 {
  font-size: 1.0625em; }
  @media (max-width: 991px) {
    h4, .h4 {
      font-size: 0.9375em; } }

h5, .h5 {
  font-size: 0.9375em; }
  @media (max-width: 991px) {
    h5, .h5 {
      font-size: 0.8125em; } }

h6, .h6 {
  font-size: 0.875em; }
  @media only screen and (max-width: 749px) {
    h6, .h6 {
      font-size: 0.75em; } }

/*================ RTE headings ================*/
.rte {
  color: #5a6c87;
  margin-bottom: 17px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 24px;
    margin-bottom: 12px; }
    .rte h1:first-child, .rte .h1:first-child,
    .rte h2:first-child,
    .rte .h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 9.44444px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  color: #5a6c87;
  margin: 0 0 1em; }
  p:last-child {
    margin-bottom: 0; }

/*================ Misc styles ================*/
.fine-print {
  font-size: 0.875em;
  font-style: italic; }

.txt--minor {
  font-size: 80%; }

.txt--emphasis {
  font-style: italic; }

.address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 0;
  padding: 16px 0;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }
  .address:last-of-type {
    border-bottom: 1px solid #d9d9d9; }
  .address .address__content {
    flex: 1 1 auto;
    margin: 0 24px 0 0; }
  .address .address__default {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #183a6c; }
  .address .address__action {
    flex: 0 0 140px;
    text-align: right; }
    .address .address__action .btn {
      font-size: 0.75rem;
      min-height: 1px;
      padding: 12px 24px;
      margin: 0 0 8px; }
      .address .address__action .btn:last-child {
        margin: 0; }
  @media (max-width: 767px) {
    .address .address__action {
      flex: 0 0 100%;
      margin: 24px 0 0; }
      .address .address__action .btn {
        margin: 0 8px 8px 0; } }

/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.mega-title {
  margin-bottom: 8px; }

.mega-title--large {
  font-size: 2.125em; }
  @media only screen and (min-width: 750px) {
    .mega-title--large {
      font-size: 4.0625em; } }

@media only screen and (min-width: 750px) {
  .mega-subtitle {
    font-size: 1.25em;
    margin: 0 auto;
    max-width: 75%; } }
.mega-subtitle p {
  color: inherit; }

.mega-subtitle--large {
  font-size: 1.125em;
  font-weight: 800; }
  @media only screen and (min-width: 750px) {
    .mega-subtitle--large {
      font-size: 1.5em; } }

/*================ #Icons ================*/
svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons .icon {
    width: 30px;
    height: 30px; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 23px;
  height: 23px;
  fill: white; }
  @media only screen and (min-width: 750px) {
    .social-icons .icon {
      width: 25px;
      height: 25px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

/*================ #Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte h2, .rte .h2 {
  font-weight: 600;
  color: #000; }
.rte ul,
.rte ol {
  margin: 0 0 8.5px 17px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
a {
  color: #637381;
  text-decoration: none; }
  a:hover, a:focus {
    opacity: 1; }
  a.classic-link {
    text-decoration: underline; }

/*================ Buttons ================*/
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .2px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  text-transform: uppercase;
  min-height: 48px;
  padding: 10px 32px;
  cursor: pointer;
  background: #de2928;
  border: 2px solid white;
  border-radius: 100px;
  transition: color .3s,background .3s;
  z-index: 1; }
  .btn:hover, .btn:focus {
    background-color: #b71d1c; }
  .btn::before {
    border-radius: 100px; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #de2928;
    color: white; }
  .btn .icon {
    font-size: 1rem;
    margin: 0 10px 0 0; }
  .btn svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0; }

.btn--secondary {
  color: #0067b1;
  background-color: white;
  border-color: #0067b1; }
  .btn--secondary:hover, .btn--secondary:focus {
    color: white;
    background-color: #002c4b; }

.btn--tertiary {
  color: white;
  background-color: #0067b1;
  border-color: #0067b1; }

.btn--tertiary:hover,
.btn--tertiary:focus {
  background-color: #183a6c;
  border-color: #183a6c; }

.btn--small {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 8px 10px;
  font-size: 0.75em;
  line-height: 1; }

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #637381;
  text-align: left; }
  .btn--link:hover, .btn--link:focus {
    opacity: 0.6; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--secondary-link {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  color: #637381;
  min-height: unset;
  text-align: left;
  text-decoration: underline;
  text-transform: none;
  text-decoration-style: dotted;
  text-underline-offset: 2px; }
  .btn--secondary-link:hover, .btn--secondary-link:focus {
    background-color: transparent;
    opacity: 0.6; }
  .btn--secondary-link .icon {
    vertical-align: middle; }

.btn--loading {
  position: relative; }
  .btn--loading::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    border-top-color: transparent;
    -ms-animation: rotating 750ms linear infinite;
    -webkit-animation: rotating 750ms linear infinite;
    animation: rotating 750ms linear infinite; }
  .btn--loading .icon, .btn--loading .btn__inner {
    opacity: 0; }
  .btn--loading.btn--secondary::after {
    border: 3px solid #193c69;
    border-top-color: transparent; }

/*================ Button variations ================*/
@media only screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--disabled {
  opacity: 0.5;
  cursor: default; }
  .btn--disabled:hover, .btn--disabled:focus {
    opacity: 0.5; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  max-width: 350px;
  margin: 12px auto; }
  .return-link-wrapper .btn {
    display: block; }

/*================ #Tables ================*/
table {
  margin-bottom: 12px; }

th {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700; }

th,
td {
  text-align: left;
  border: 1px solid #7f7f7f;
  padding: 10px 14px; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 12px;
    border: 0;
    margin: 0; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 24px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 12px;
      right: 12px;
      border-bottom: 1px solid #7f7f7f; } }
/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*================ Forms ================*/
form {
  margin: 0; }

fieldset {
  border: 1px solid #7f7f7f;
  margin: 0 0 24px;
  padding: 12px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

input[type="submit"] {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 749px) {
    label {
      font-size: 0.875em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #7f7f7f;
  background-color: white;
  color: black;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #666666; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0288/5887/5986/t/240/assets/ico-select.svg?v=155563818344741998551679307181);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  @media only screen and (min-width: 750px) {
    select {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: #637381;
  background-color: white; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

::-webkit-input-placeholder {
  color: black;
  opacity: 0.6; }

::-moz-placeholder {
  color: black;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: black;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: black;
  opacity: 1; }

/*================ Labels ================*/
.label--error {
  color: #d20000; }

input,
textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 750px) {
    input,
    textarea {
      padding: 10px 18px; } }

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 9.44444px; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical [type="submit"],
.form-vertical .btn {
  display: inline-block;
  width: auto; }

/*================ Form feedback messages ================*/
.note,
.form--success,
.errors {
  padding: 8px;
  margin: 0 0 12px; }
  @media only screen and (min-width: 750px) {
    .note,
    .form--success,
    .errors {
      padding: 10px; } }

.note {
  border: 1px solid #7f7f7f; }

.form--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340; }

.errors {
  display: block;
  padding: 15px;
  font-size: 0.875rem;
  margin: 0 0 30px;
  background-color: #fff8f8;
  color: #d20000; }
  .errors ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .errors a {
    color: #d20000;
    text-decoration: underline; }

/*================ Input Groups ================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 24px; }

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .input-group__field,
    .input-group__btn .btn {
      height: 46px; } }

.input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 2px 0 0 2px; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .btn {
    border-radius: 0 2px 2px 0;
    white-space: nowrap; }

/*================ #Site Nav and Dropdowns ================*/
.site-nav {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 15px 0; }
  .site-nav a {
    padding: 3px 10px; }
  .site-nav li {
    display: inline-block; }

.site-nav--centered {
  padding-bottom: 24px; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .site-nav--centered .site-nav__link {
    padding-top: 0; }
  .site-nav__link .icon-chevron-down {
    width: 8px;
    height: 8px;
    fill: white;
    margin-left: 2px; }
    .site-nav--active-dropdown .site-nav__link .icon-chevron-down {
      transform: rotateZ(-180deg); }
  .site-nav__link.site-nav--active-dropdown {
    border: 1px solid #7f7f7f;
    border-bottom: 1px solid transparent;
    z-index: 2; }

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }

.site-nav--has-centered-dropdown {
  position: static; }

.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 11px 0px;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid #7f7f7f;
  background: white;
  left: -1px;
  top: 41px; }
  .site-nav__dropdown .site-nav__link {
    padding: 4px 30px 4px 15px; }
  .site-nav__dropdown a:hover {
    color: #fff;
    background-color: #1066af; }
  .site-nav--active-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown li {
    display: block; }

.site-nav__dropdown--centered {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  text-align: center; }

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  border: 1px solid #7f7f7f;
  background: white;
  padding: 11px 0px;
  text-align: left; }

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -17px; }

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 17px; }

.site-nav__child-link--parent {
  font-weight: 700;
  margin: 4px 0; }

.page-width {
  padding-left: 24px;
  padding-right: 24px; }
  @media only screen and (max-width: 749px) {
    .page-width {
      padding-left: 24px;
      padding-right: 24px; } }

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  overflow: hidden; }

hr {
  margin: 24px 0;
  border: 0;
  border-bottom: 1px solid #7f7f7f; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

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

.border-top {
  border-top: 1px solid #7f7f7f; }

.empty-page-content {
  padding: 125px 24px; }
  @media only screen and (max-width: 749px) {
    .empty-page-content {
      padding-left: 24px;
      padding-right: 24px; } }

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -35px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 35px; }

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: #637381; }

.js-drawer-open {
  overflow: hidden; }

.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block; }

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.125em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }

.grid--view-items {
  overflow: auto;
  margin-bottom: -17px; }

.template-collection .grid--view-items,
.index-section .grid--view-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: hidden; }
  .template-collection .grid--view-items .grid-view-item,
  .index-section .grid--view-items .grid-view-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
.template-collection .bc-sf-filter-pc > h2, .template-collection .bc-sf-filter-pc > .h2,
.index-section .bc-sf-filter-pc > h2,
.index-section .bc-sf-filter-pc > .h2 {
  margin: 0;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  line-height: 20px;
  font-size: 14px; }

.grid-view-item {
  margin: 0 auto 17px; }
  .custom__item .grid-view-item {
    margin-bottom: 0; }

.grid-view-item--hover-effect:not(.grid-view-item--sold-out) {
  padding-top: 5px; }
  .grid-view-item--hover-effect:not(.grid-view-item--sold-out) .grid-view-item__image-wrapper {
    -ms-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .grid-view-item--hover-effect:not(.grid-view-item--sold-out):hover .grid-view-item__image-wrapper {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

.grid-view-item__title {
  margin-bottom: 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700; }

.grid-view-item__meta {
  margin-top: 8px; }

@media only screen and (max-width: 749px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.9375em; } }
.product-price__price {
  display: inline-block;
  color: #5a6c87; }

.product-price__sale {
  padding-right: 0; }

.grid-view-item__link {
  display: block; }

.grid-view-item__vendor {
  margin-top: 4px;
  color: #5a6c87;
  font-size: 0.875em;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
      font-size: 0.8125em; } }

.grid-view-item__image-wrapper {
  margin: 0 auto 15px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%; }

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .grid-view-item__image .mobile {
    display: none; }
  @media only screen and (max-width: 749px) {
    .grid-view-item__image .mobile {
      display: block; }
    .grid-view-item__image .desktop {
      display: none; } }
  .grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0; }
  .grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5; }
  .grid-view-item__image.lazyload {
    opacity: 0; }
  .ie9 .grid-view-item__image {
    opacity: 1; }

.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 24px;
  width: 100%; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .list-view-item {
      border-bottom: 1px solid #7f7f7f;
      padding-bottom: 24px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.list-view-item__image {
  max-height: 95px; }

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__image-column {
      width: 85px; } }

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 17px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__image-wrapper {
      margin-right: 8.5px; } }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }

.list-view-item__title {
  color: #637381;
  font-size: 1.125em;
  min-width: 100px;
  font-weight: 700; }
  @media only screen and (max-width: 749px) {
    .list-view-item__title {
      font-size: 0.9375em; } }

.list-view-item__sold-out {
  font-size: 0.9375em; }

.list-view-item__on-sale {
  color: #bf180b;
  font-size: 0.9375em; }
  @media only screen and (max-width: 749px) {
    .list-view-item__on-sale {
      display: none; } }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.9375em;
  font-style: italic; }
  @media only screen and (max-width: 749px) {
    .list-view-item__vendor {
      font-size: 0.875em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.0625em; }
  @media only screen and (max-width: 749px) {
    .list-view-item__price-column {
      font-size: 0.9375em; } }
  .list-view-item__price-column .product-price__sale {
    display: block; }
  .list-view-item__price-column .product-price__sale-label,
  .list-view-item__price-column .product-price__sold-out {
    display: none; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #bf180b; }
  @media only screen and (max-width: 749px) {
    .list-view-item__price--reg {
      display: block; } }

@media only screen and (max-width: 749px) {
  .list-view-item__price--sale {
    display: block; } }

/*============================================================================
  Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

/*================ Slick dots and prev/next pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  width: auto; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px; }
    .slick-slider .slick-dots li:first-of-type {
      margin-left: 0; }
    @media only screen and (min-width: 750px) {
      .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px; } }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
      @media only screen and (min-width: 750px) {
        .slick-slider .slick-dots li button {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.4;
      transition: all 0.2s; }
      @media only screen and (min-width: 750px) {
        .slick-slider .slick-dots li button::before {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.7; }

/*================ Index sections ================*/
.index-section {
  padding-top: 17px;
  padding-bottom: 17px; }
  @media only screen and (min-width: 750px) {
    .index-section {
      padding-top: 35px;
      padding-bottom: 35px; } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }

.index-section--flush + .index-section--flush {
  margin-top: -34px; }

@media only screen and (min-width: 750px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -70px; } }

.index-section--flush:first-child {
  margin-top: -17px; }

@media only screen and (min-width: 750px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -35px; } }

.index-section--flush:last-child {
  margin-bottom: -17px; }

@media only screen and (min-width: 750px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -35px; } }

@media only screen and (max-width: 749px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }

.placeholder-svg {
  display: block;
  fill: rgba(90, 108, 135, 0.35);
  background-color: rgba(90, 108, 135, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(90, 108, 135, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.accordion {
  border-bottom: 1px solid rgba(24, 58, 108, 0.3); }
  .accordion .accordion__button {
    position: relative;
    width: 100%;
    justify-content: left;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-align: start;
    text-transform: uppercase;
    color: #183a6c;
    background: transparent;
    border: 0;
    padding: 16px 7px 16px 32px;
    transition: color 300ms,background 300ms;
    cursor: pointer; }
    .accordion .accordion__button:hover {
      color: #0067b1;
      background-color: #f0f4f8; }
    .accordion .accordion__button:focus::before {
      outline: 1px dashed #183a6c; }
    .accordion .accordion__button .icon {
      position: absolute;
      top: 20px;
      left: 2px;
      font-size: 1rem;
      margin: 0; }
    .accordion .accordion__button .icon--minus, .accordion .accordion__button .icon--chevron-up {
      display: none; }
  .accordion .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: 300ms all ease; }
  .accordion .accordion__content-inner {
    visibility: hidden;
    padding: 16px 32px; }
    .accordion .accordion__content-inner a {
      font-weight: 600;
      color: #0067b1;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px; }
      .accordion .accordion__content-inner a:focus {
        outline: 1px dashed #183a6c;
        outline-offset: 3px; }
        .accordion .accordion__content-inner a:focus::before {
          display: none; }
    .accordion .accordion__content-inner ol, .accordion .accordion__content-inner ul {
      margin: 0 0 0 1em; }
    .accordion .accordion__content-inner ul.custom-dots {
      text-align: start;
      list-style: none; }
      .accordion .accordion__content-inner ul.custom-dots li {
        position: relative;
        display: inline-block;
        margin: 0 0 8px;
        padding-left: 26px;
        line-height: 1.7;
        vertical-align: top; }
        .accordion .accordion__content-inner ul.custom-dots li::before {
          content: "\2713";
          font-size: 1rem;
          font-weight: 800;
          color: #183a6c;
          position: absolute;
          top: 0;
          left: 0; }
  .accordion.open .accordion__button {
    color: #0067b1;
    font-weight: 600; }
    .accordion.open .accordion__button .icon--minus, .accordion.open .accordion__button .icon--chevron-up {
      display: inline-block; }
    .accordion.open .accordion__button .icon--plus, .accordion.open .accordion__button .icon--chevron-down {
      display: none; }
  .accordion.open .accordion__content {
    max-height: 3000px; }
  .accordion.open .accordion__content-inner {
    visibility: visible; }
  @media (max-width: 991px) {
    .accordion .accordion__button {
      font-size: 0.875rem;
      padding: 8px 8px 8px 32px; }
      .accordion .accordion__button .icon {
        top: 10px;
        font-size: 0.875rem; }
    .accordion .accordion__content-inner {
      padding: 16px 0; } }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.template-password {
  height: 100vh; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #5a6c87;
  background-color: white;
  background-size: cover; }
  .ie9 .password-page {
    height: auto; }
  .password-page .errors,
  .password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

.password-header {
  height: 85px;
  display: table-row; }

.password-header__inner {
  display: table-cell;
  vertical-align: middle; }

.password-login {
  padding: 0 30px;
  text-align: right; }

.password-logo .logo {
  color: #637381;
  font-weight: 700;
  max-width: 100%; }

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 24px; }

.password-message {
  max-width: 500px;
  margin: 36px auto 12px; }

.password__input-group {
  max-width: 340px;
  margin: 0 auto 24px; }

.password__title {
  margin-bottom: 36px; }

.password__form-heading {
  margin-bottom: 24px; }

.password-powered-by {
  margin-top: 36px; }

/*================ Template | Product ================*/
.product-rate {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: inherit;
  margin: 32px 0 0; }
  .product-rate.hidden {
    display: none; }
  .product-rate .product-rate__rate {
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0 8px; }
    .product-rate .product-rate__rate p {
      color: inherit; }
  .product-rate .product-rate__see-reviews {
    line-height: 1;
    margin: 0 0 0 20px; }
    .product-rate .product-rate__see-reviews a {
      color: inherit; }
  .product-rate .product-rate__stars {
    display: flex;
    width: 108px;
    position: relative; }
    .product-rate .product-rate__stars .product-rate__stars__mask {
      position: absolute;
      width: 0;
      overflow: hidden; }
    .product-rate .product-rate__stars svg path {
      fill: currentColor; }
    .product-rate .product-rate__stars svg.background path {
      fill: currentColor;
      opacity: .3; }
  @media (max-width: 767px) {
    .product-rate {
      margin: 24px 0 0; } }

.product-details {
  position: relative;
  color: white;
  background: linear-gradient(180deg, #0c2157 0%, #0067b1);
  padding: 58px 0 64px; }
  .product-details .product-details__wrapper {
    display: grid;
    gap: 0px 100px;
    grid-template-areas: "text media-block" "controls media-block";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr; }
    .product-details .product-details__wrapper::after {
      display: none; }
  .product-details .product-details__info {
    position: relative;
    grid-area: text;
    color: inherit;
    z-index: 2; }
  .product-details .product-details__form {
    margin: 24px 0 0;
    grid-area: controls; }
  .product-details .product-details__images {
    position: static;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    align-self: flex-start;
    min-width: 1px;
    grid-area: media-block;
    margin: 70px 0 0; }
    .product-details .product-details__images.product-details__images--small {
      margin: 0; }
    .product-details .product-details__images .product-carousel {
      flex: 0 0 100%; }
  .product-details .product-details__title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0; }
    .product-details .product-details__title .product-details__title--sub {
      display: block;
      font-size: 1rem; }
  .product-details .product-details__badges {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    gap: 8px; }
  .product-details .product-details__badges__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 24px;
    background: #de2928;
    border-radius: 99px;
    z-index: 1; }
    .product-details .product-details__badges__item strong {
      font-weight: 800;
      margin: 0 0.3em; }
  .product-details .product-details__description {
    color: inherit;
    margin: 0; }
    .product-details .product-details__description p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: inherit;
      margin: 0 0 0.75em; }
      .product-details .product-details__description p:last-child {
        margin: 0; }
    .product-details .product-details__description ul, .product-details .product-details__description ol {
      font-size: 0.875rem;
      line-height: 1.7;
      color: #f0f4f8;
      display: flex;
      flex-direction: column;
      margin: 32px 0 0;
      padding-left: 18px; }
      .product-details .product-details__description ul li, .product-details .product-details__description ol li {
        margin: 0 0 12px;
        list-style: initial; }
        .product-details .product-details__description ul li:last-child, .product-details .product-details__description ol li:last-child {
          margin: 0; }
    .product-details .product-details__description a {
      color: inherit;
      text-decoration: underline;
      text-underline-offset: 2px; }
  .product-details .product-details__in-bundle {
    margin: 30px 0 0;
    color: inherit; }
    .product-details .product-details__in-bundle p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: inherit;
      margin: 0 0 0.75em; }
      .product-details .product-details__in-bundle p:last-child {
        margin: 0; }
    .product-details .product-details__in-bundle .btn {
      margin: 10px 0 0; }
  .product-details .product-details__form .product-form {
    margin: 0 0 24px; }
  .product-details .product-details__form .product-form.hidden {
    display: none; }
  .product-details .product-details__background {
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 713px;
    height: 440px;
    opacity: 0.8;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    z-index: 0; }
    .product-details .product-details__background img {
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      opacity: 0.8; }
  .product-details .product-carousel {
    width: 100%;
    padding: 0 58px;
    z-index: 1; }
    .product-details .product-carousel.hidden {
      display: none; }
    .product-details .product-carousel .product-carousel__image {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      .product-details .product-carousel .product-carousel__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .product-details .product-carousel .product-carousel__arrow {
      position: absolute;
      top: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 0.875rem;
      padding: 0;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      min-height: 48px;
      color: white;
      background: rgba(18, 18, 18, 0.2);
      border-color: white; }
      .product-details .product-carousel .product-carousel__arrow.slick-disabled {
        color: #e2e2e2;
        background: rgba(96, 96, 96, 0.6);
        opacity: 0.6;
        pointer-events: none; }
      .product-details .product-carousel .product-carousel__arrow.product-carousel__arrow--prev {
        left: 0; }
      .product-details .product-carousel .product-carousel__arrow.product-carousel__arrow--next {
        right: 0; }
      .product-details .product-carousel .product-carousel__arrow .icon {
        margin: 0; }
    .product-details .product-carousel .slick-dots {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      left: 0;
      padding: 25px 0 0; }
      .product-details .product-carousel .slick-dots li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 12px;
        margin-left: 18px; }
        .product-details .product-carousel .slick-dots li:first-child {
          margin-left: 0; }
        .product-details .product-carousel .slick-dots li button {
          position: relative;
          width: 8px;
          height: 8px;
          background: transparent;
          border: 1px solid white;
          border-radius: 50%; }
          .product-details .product-carousel .slick-dots li button::before {
            display: none;
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            width: auto;
            height: auto;
            outline: 1px dashed white;
            background: transparent;
            border-radius: 0;
            content: ''; }
          .product-details .product-carousel .slick-dots li button:focus::before {
            display: block; }
        .product-details .product-carousel .slick-dots li.slick-active button {
          width: 12px;
          height: 12px;
          background: white; }
  .product-details .product-thumbnails {
    flex: 0 0 100%;
    width: 100%;
    max-width: 525px;
    margin: 50px auto 0;
    padding: 0 28px;
    z-index: 1; }
    .product-details .product-thumbnails.hidden {
      display: none; }
    .product-details .product-thumbnails .product-thumbnails__image {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      cursor: pointer; }
      .product-details .product-thumbnails .product-thumbnails__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        pointer-events: none; }
    .product-details .product-thumbnails .product-thumbnails__arrow {
      position: absolute;
      top: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 0.65rem;
      padding: 0;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      min-height: 16px;
      color: white;
      background: transparent;
      border-color: transparent;
      transition: 0ms all; }
      .product-details .product-thumbnails .product-thumbnails__arrow.slick-disabled {
        color: #e2e2e2;
        opacity: 0;
        pointer-events: none; }
      .product-details .product-thumbnails .product-thumbnails__arrow.product-thumbnails__arrow--prev {
        left: 0; }
      .product-details .product-thumbnails .product-thumbnails__arrow.product-thumbnails__arrow--next {
        right: 0; }
      .product-details .product-thumbnails .product-thumbnails__arrow .icon {
        font-size: inherit;
        margin: 0; }
    .product-details .product-thumbnails .slick-list {
      margin: 0 -5px; }
    .product-details .product-thumbnails .slick-slide {
      position: relative;
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 10px;
      margin: 0 5px; }
      .product-details .product-thumbnails .slick-slide.slick-current {
        border-color: white;
        border-style: solid !important; }
      .product-details .product-thumbnails .slick-slide:focus-visible, .product-details .product-thumbnails .slick-slide:focus {
        outline: none;
        border: 1px dashed white; }
  .product-details .share-box {
    color: white; }
  .product-details .breadcrumb {
    margin: 0 0 15px; }
  @media (max-width: 991px) {
    .product-details {
      padding: 64px 0; }
      .product-details .product-details__wrapper {
        gap: 40px;
        grid-template-areas: "text" "media-block" "controls";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto; }
      .product-details .product-details__title {
        font-size: 2rem; }
      .product-details .product-details__badges__item {
        font-size: 0.625rem;
        padding: 3px 16px; }
      .product-details .product-details__description ul, .product-details .product-details__description ol {
        margin: 18px 0 0; }
      .product-details .product-details__images {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto; }
      .product-details .product-carousel {
        max-width: 514px;
        padding: 0 40px;
        margin: 0 auto; }
        .product-details .product-carousel .product-carousel__arrow {
          width: 32px;
          height: 32px;
          min-height: 32px; } }
  @media (max-width: 767px) {
    .product-details .product-details__background {
      width: Min(100%, 360px);
      height: 230px;
      right: -44px;
      z-index: 0; } }
  @media (max-width: 550px) {
    .product-details {
      padding: 32px 0 42px; }
      .product-details .product-details__wrapper {
        gap: 32px; }
      .product-details .product-details__title {
        font-size: 1.75rem; }
      .product-details .product-details__description p {
        font-size: 0.875rem; }
      .product-details .product-thumbnails {
        margin: 24px auto 0; } }

.product-overview {
  margin: 64px 0; }
  .product-overview .product-overview__content {
    color: #183a6c;
    max-width: 744px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.77; }
  .product-overview .product-overview__header {
    font-size: 1rem;
    margin-bottom: 24px; }
  @media (max-width: 767px) {
    .product-overview {
      margin: 32px 0; } }

.product-benefits {
  position: relative;
  padding: 48px 0;
  color: white;
  background: #183a6c;
  z-index: 1; }
  .product-benefits::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 612px;
    height: 383px;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0));
    opacity: 0.3;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1; }
  .product-benefits .product-benefits__header {
    display: block;
    font-size: 2rem;
    margin: 0 0 64px;
    text-align: center;
    text-transform: uppercase; }
  .product-benefits .product-benefits__wrapper {
    display: grid;
    justify-content: center;
    gap: 70px;
    grid-template-columns: repeat(auto-fit, 200px); }
  .product-benefits .product-benefits__item {
    text-align: center; }
    .product-benefits .product-benefits__item .icon {
      font-size: 4rem;
      color: inherit;
      display: inline-block;
      margin-bottom: 24px;
      vertical-align: top; }
    .product-benefits .product-benefits__item .product-benefits__item-header {
      display: block;
      font-size: 1rem;
      color: inherit; }
  @media (max-width: 991px) {
    .product-benefits {
      padding: 32px 0; }
      .product-benefits::after {
        width: 288px;
        height: 180px; }
      .product-benefits .product-benefits__header {
        font-size: 1.5rem;
        margin: 0 0 32px; }
      .product-benefits .product-benefits__wrapper {
        grid-template-columns: repeat(auto-fit, 216px);
        gap: 32px; } }
  @media (max-width: 480px) {
    .product-benefits .product-benefits__wrapper {
      grid-template-columns: repeat(auto-fit, 320px);
      gap: 48px; }
    .product-benefits .product-benefits__item {
      text-align: left;
      display: flex;
      align-items: center;
      gap: 32px; }
      .product-benefits .product-benefits__item .product-benefits__item-header {
        margin-bottom: 0; }
      .product-benefits .product-benefits__item .icon {
        font-size: 2.5rem;
        margin-bottom: 0; } }

.product-reviews {
  margin: 64px 0 82px; }
  .product-reviews .product-reviews__rating .product-rate {
    color: #278dd0;
    margin: 0; }
    .product-reviews .product-reviews__rating .product-rate .product-rate__stars--bigger {
      width: 189px; }
    .product-reviews .product-reviews__rating .product-rate .product-rate__rate {
      font-size: 1.75rem;
      font-weight: 300;
      color: #0e2255;
      margin-left: 16px; }
    @media (max-width: 767px) {
      .product-reviews .product-reviews__rating .product-rate {
        width: 100%;
        justify-content: space-between; }
        .product-reviews .product-reviews__rating .product-rate .product-rate__rate {
          font-size: 1.5rem; }
        .product-reviews .product-reviews__rating .product-rate .product-rate__stars--bigger {
          width: 160px; }
        .product-reviews .product-reviews__rating .product-rate .product-rate__stars__mask svg {
          width: 160px; } }
  .product-reviews .product-reviews__reviews .product-reviews__top {
    display: flex;
    margin: 48px 0 64px;
    border-bottom: 2px solid #E2E4E8; }
    .product-reviews .product-reviews__reviews .product-reviews__top h2, .product-reviews .product-reviews__reviews .product-reviews__top .h2 {
      margin: 0;
      padding: 0 0 8px;
      font-size: 1rem;
      border-bottom: 5px solid black;
      color: #0e2255; }
  .product-reviews .product-reviews__reviews .slick-list {
    margin-right: -24px; }
  .product-reviews .product-reviews__reviews .product-reviews__navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0 0; }
    .product-reviews .product-reviews__reviews .product-reviews__navigation:empty {
      display: none; }
    .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-prev, .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-next {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      transform: none; }
      .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-prev .icon, .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-next .icon {
        color: #0e2255;
        font-size: 8px; }
      .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-prev::before, .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-next::before {
        content: none; }
      .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-prev:focus, .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-next:focus {
        outline: 1px dashed #0e2255;
        outline-offset: 3px; }
    .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-prev.slick-disabled, .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-next.slick-disabled {
      opacity: 0.3 !important; }
    .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-next {
      order: 3; }
    .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-dots {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      margin: 0 32px; }
      .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-dots li {
        margin: 0 8px; }
        .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-dots li button {
          color: #0e2255;
          font-weight: 500;
          font-size: 1rem;
          width: auto;
          height: auto;
          aspect-ratio: 1; }
          .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-dots li button:focus {
            outline: 1px dashed #0e2255;
            outline-offset: 3px; }
      .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-dots li.slick-active a {
        font-weight: 600; }
      .product-reviews .product-reviews__reviews .product-reviews__navigation .slick-dots li:only-child {
        display: none; }
  .product-reviews .product-reviews__reviews .product-reviews__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 0 24px 0 0; }
    .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item {
      border: 1px solid #0e2255;
      border-radius: 8px;
      padding: 36px 48px; }
      .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-heading {
        display: flex;
        align-items: baseline; }
        .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-heading p {
          color: #0e2255;
          font-weight: 500;
          margin-bottom: 0; }
        .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-heading .review-heading__verified {
          color: #278acf;
          font-size: 0.75rem;
          margin: 0 0 0 0.5rem; }
        .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-heading .review-heading__date {
          font-size: inherit;
          margin-left: auto; }
      .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-rating .product-rate {
        margin-left: -3px;
        margin-top: 8px;
        color: #0e2255; }
      .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-title {
        margin: 12px 0 0;
        font-size: 1rem;
        color: #0e2255;
        text-transform: uppercase;
        letter-spacing: .03em; }
      .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-content {
        margin: 16px 0 0; }
        .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-content p {
          color: #0e2255; }
  @media (max-width: 767px) {
    .product-reviews {
      margin: 32px 0; }
      .product-reviews .product-reviews__reviews .product-reviews__top {
        margin: 24px 0 42px; }
      .product-reviews .product-reviews__reviews .product-reviews__grid {
        grid-template-columns: 1fr;
        gap: 16px; }
        .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item {
          padding: 32px 24px; }
          .product-reviews .product-reviews__reviews .product-reviews__grid .product-reviews__item .review-heading {
            font-size: 0.875rem; } }

.product-form .product-form__prices {
  display: flex;
  color: inherit;
  align-items: flex-end;
  flex-flow: row wrap;
  margin: 0 0 24px; }
  .product-form .product-form__prices .product-form__prices-savings {
    font-size: 0.875rem;
    color: inherit;
    padding: 0 0 1px 16px;
    margin: 0; }
  .product-form .product-form__prices .price.price--regular, .product-form .product-form__prices .price.price--sale {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; }
  .product-form .product-form__prices .price.price--old {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: line-through; }
  .product-form .product-form__prices.product-form__prices--livescale {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap; }
    .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-content {
      flex: 0 0 100%;
      width: 100%; }
      .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-content p {
        display: flex;
        width: 100%;
        color: inherit;
        line-height: 1;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row wrap;
        margin: 0 0 12px; }
        .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-content p span {
          line-height: inherit; }
          .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-content p span:first-child {
            margin: 0 10px 0 0; }
      .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-content .price {
        display: inline-block;
        font-size: inherit;
        margin: 0; }
        .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-content .price.price--sale {
          margin: 0 10px 0 0; }
    .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-savings {
      display: block;
      width: 100%;
      font-weight: 400;
      align-self: flex-end;
      justify-content: flex-start;
      margin: 6px 0 0;
      padding: 0; }
.product-form .product-form__price-per-piece {
  flex: 0 0 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0.5em 0 0; }
.product-form .product-form__variants .master-selector {
  border-radius: 1000px;
  background: rgba(18, 18, 18, 0.2);
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.75em 1.25em; }
.product-form .product-form__options {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 0 0 20px; }
  .product-form .product-form__options .product-form__option {
    padding-bottom: 24px; }
    .product-form .product-form__options .product-form__option.product-form__option--pack-size {
      max-width: 55%;
      padding-right: 40px; }
    .product-form .product-form__options .product-form__option .product-form__option-label {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      margin: 0;
      color: inherit; }
.product-form .product-form__subscription {
  margin: 36px 0; }
  .product-form .product-form__subscription:empty {
    display: none; }
  .product-form .product-form__subscription.hidden {
    display: none; }
  .product-form .product-form__subscription .bsub-widget {
    padding: 0 !important; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__wrapper {
      padding: 0;
      border: 1px solid white;
      border-radius: 8px;
      background: transparent;
      overflow: hidden; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__groups-container {
      flex-flow: row wrap;
      gap: 0; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__groups-container .bsub-widget__group {
        flex: 0 0 50%; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container {
      color: white;
      margin: 0;
      padding: 16px;
      border: 0;
      border-top: 1px solid white;
      border-radius: 0; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container .bsub-widget__plan-label:focus-within {
        outline: 1px dashed white;
        outline-offset: 4px; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container .bsub-widget__plan-header {
        font-weight: 400;
        padding: 8px 16px;
        margin: 0;
        background: rgba(0, 0, 0, 0.03);
        cursor: pointer; }
        .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container .bsub-widget__plan-header:focus {
          outline: none; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container input:checked + .bsub-widget__plan-header {
        color: #0e2255;
        background: white; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container.bsub-widget__plans-container--ss-only {
        border-top: 1px solid white;
        border-radius: 6px; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header {
      position: relative;
      text-align: left;
      align-items: flex-start;
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 12px 16px 12px 42px;
      cursor: pointer; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid white;
        border-radius: 50%;
        background: transparent;
        transform: translateY(-50%); }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 17px;
        display: block;
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 50%;
        background: #183a6c;
        transform: translateY(-50%);
        opacity: 0; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header:hover {
        box-shadow: none !important; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header:focus {
        outline: 1px dashed white;
        outline-offset: -4px; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__group-discount-summary {
      font-size: 11px;
      font-weight: 600;
      margin: 4px 0 0; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label {
      margin: 0; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      line-height: 1; }
      .product-form .product-form__subscription .bsub-widget .bsub-widget__text span {
        flex: 0 0 100%; }
    .product-form .product-form__subscription .bsub-widget .bsub-widget__image {
      display: none; }
    .product-form .product-form__subscription .bsub-widget input:checked + .bsub-widget__group-header {
      color: #183a6c;
      background: white; }
      .product-form .product-form__subscription .bsub-widget input:checked + .bsub-widget__group-header::before {
        border-color: #183a6c; }
      .product-form .product-form__subscription .bsub-widget input:checked + .bsub-widget__group-header::after {
        opacity: 1; }
      .product-form .product-form__subscription .bsub-widget input:checked + .bsub-widget__group-header:focus {
        outline-color: #183a6c; }
    .product-form .product-form__subscription .bsub-widget legend {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
      margin: 0 0 10px;
      color: white; }
    .product-form .product-form__subscription .bsub-widget > legend {
      display: none; }
    @media (max-width: 500px) {
      .product-form .product-form__subscription .bsub-widget .bsub-widget__groups-container .bsub-widget__group {
        flex: 0 0 100%;
        min-height: 52px; } }
.product-form .product-form__subscription-info {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0.75em 0 0 0; }
  .product-form .product-form__subscription-info p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 0 0.5em; }
    .product-form .product-form__subscription-info p:last-child {
      margin: 0; }
  .product-form .product-form__subscription-info a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px; }
.product-form .product-form__action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap; }
  .product-form .product-form__action .btn[disabled], .product-form .product-form__action .btn--disabled {
    pointer-events: none; }
.product-form .product-form__quantity {
  margin: 0 16px 0 0;
  color: white; }
  .product-form .product-form__quantity .quantity-selector {
    border-color: white;
    background: rgba(18, 18, 18, 0.2); }
  .product-form .product-form__quantity .quantity-selector__button {
    color: inherit; }
.product-form .product-options {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap; }
  .product-form .product-options .product-options__item {
    margin: 10px 8px 0 0; }
    .product-form .product-options .product-options__item span {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 32px;
      font-size: 0.75rem;
      font-weight: 600;
      color: white;
      border: 1px solid white;
      border-radius: 100px;
      background: rgba(18, 18, 18, 0.2);
      padding: 4px 16px;
      text-transform: uppercase;
      transition: color 300ms,background 300ms;
      cursor: pointer; }
      .product-form .product-options .product-options__item span:hover, .product-form .product-options .product-options__item span:focus {
        color: #0067b1;
        background: white;
        outline: none; }
      .product-form .product-options .product-options__item span::before {
        position: absolute;
        content: '';
        display: none;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-radius: 100px;
        outline: 1px dashed white; }
      .product-form .product-options .product-options__item span:focus::before {
        display: block; }
    .product-form .product-options .product-options__item input {
      display: none; }
      .product-form .product-options .product-options__item input:checked ~ span {
        color: #183a6c;
        background: white; }
    .product-form .product-options .product-options__item.disabled {
      pointer-events: none;
      opacity: 0.6; }
      .product-form .product-options .product-options__item.disabled span {
        color: #e2e2e2;
        background: rgba(96, 96, 96, 0.6);
        border-color: #e2e2e2; }
.product-form .livescale-price--mrrp {
  font-size: 1.25rem;
  font-weight: 400; }
.product-form .livescale-price--regular {
  font-size: 2rem;
  font-weight: 600; }
.product-form .livescale-discount {
  display: block;
  color: inherit;
  font-size: 1.1rem; }
.product-form .livescale-note {
  margin: 32px 0 0;
  font-size: 0.75rem;
  color: inherit; }
  .product-form .livescale-note p {
    font-size: inherit;
    color: inherit;
    margin: 0 0 0.2em; }
    .product-form .livescale-note p:last-child {
      margin: 0; }
  .product-form .livescale-note a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px; }
.product-form.product-form--item .product-form__prices {
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 12px; }
  .product-form.product-form--item .product-form__prices .price {
    display: inline-block;
    font-size: 1.5rem;
    color: #193c69; }
    .product-form.product-form--item .product-form__prices .price.price--old {
      font-size: 1rem;
      font-weight: 400;
      color: #767676; }
    .product-form.product-form--item .product-form__prices .price.price--sale {
      margin: 0 0 0 0.35em; }
.product-form.product-form--item .product-form__price-per-piece {
  flex: 0 0 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0.25em 0 0 0; }
.product-form.product-form--item .product-form__options {
  justify-content: center;
  margin: 0 0 10px; }
.product-form.product-form--item .product-form__option {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 10px; }
  .product-form.product-form--item .product-form__option .product-form__option-label {
    font-size: 0;
    color: transparent; }
.product-form.product-form--item .product-options {
  justify-content: center; }
  .product-form.product-form--item .product-options .product-options__item {
    margin: 4px 2px 0; }
    .product-form.product-form--item .product-options .product-options__item.disabled {
      opacity: 0.3; }
    .product-form.product-form--item .product-options .product-options__item span {
      color: #193c69;
      border-color: #193c69;
      background: white;
      min-height: 24px;
      padding: 4px 10px; }
    .product-form.product-form--item .product-options .product-options__item input:checked ~ span {
      color: white;
      background: #193c69; }
.product-form.product-form--item .product-form__action {
  justify-content: center;
  margin: auto auto 0; }
  .product-form.product-form--item .product-form__action .btn {
    color: white;
    background-color: #0067b1;
    border-color: white; }
    .product-form.product-form--item .product-form__action .btn[disabled]:not(.btn--loading), .product-form.product-form--item .product-form__action .btn.btn--disabled {
      color: #939393;
      border-color: #939393;
      background: white;
      pointer-events: none;
      opacity: 1; }
    .product-form.product-form--item .product-form__action .btn.btn--loading {
      background-color: #0067b1; }
    .product-form.product-form--item .product-form__action .btn.btn--secondary {
      margin-top: 8px; }
      .product-form.product-form--item .product-form__action .btn.btn--secondary:focus {
        background-color: #002c4b; }
@media (max-width: 991px) {
  .product-form.product-form--product .product-form__options {
    flex-direction: column;
    margin: 0 0 24px;
    gap: 24px; } }
@media (max-width: 767px) {
  .product-form .product-form__option {
    padding: 0 !important; }
    .product-form .product-form__option.product-form__option--pack-size {
      max-width: 100% !important; }
  .product-form .livescale-price--mrrp {
    font-size: 1rem; }
  .product-form .livescale-price--regular {
    font-size: 1.75rem; }
  .product-form .livescale-discount {
    font-size: 1rem; } }
@media (max-width: 450px) {
  .product-form .product-form__prices.product-form__prices--livescale .product-form__prices-savings {
    display: block;
    width: 100%;
    margin: 6px 0 0;
    align-self: flex-start; }
  .product-form .livescale-price--regular {
    font-size: 1.5rem; } }

.quantity {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0067b1; }
  .quantity.hidden {
    display: none; }
  .quantity .quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 80px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #0067b1;
    border-radius: 16px; }
    .quantity .quantity-selector.disabled {
      border-color: #8d8d8d; }
    .quantity .quantity-selector .btn.btn--icon {
      font-size: inherit;
      font-weight: 400;
      line-height: 1;
      letter-spacing: normal;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      min-height: 32px;
      max-height: unset; }
      .quantity .quantity-selector .btn.btn--icon::before {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px; }
      .quantity .quantity-selector .btn.btn--icon[disabled] {
        color: #8d8d8d;
        opacity: 1; }
      .quantity .quantity-selector .btn.btn--icon .icon {
        font-size: .625rem;
        font-weight: 800;
        margin: 0; }
    .quantity .quantity-selector input {
      font-size: 0.75rem;
      font-weight: 600;
      color: inherit;
      text-align: center;
      max-width: 30px;
      background: transparent;
      border: none;
      outline: none;
      padding: 0; }
      .quantity .quantity-selector input[disabled] {
        color: #8d8d8d; }
  .quantity .quantity__number {
    display: none; }

.quantity-static {
  display: block;
  width: 80px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #0e2255;
  text-align: center; }

.product-menu {
  position: relative;
  display: none;
  font-size: 0.75rem;
  background: #f0f4f8; }
  .product-menu::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    background: linear-gradient(90deg, #f0f4f8 0, rgba(240, 244, 248, 0));
    content: ''; }
  .product-menu::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    background: linear-gradient(270deg, #f0f4f8 0, rgba(240, 244, 248, 0));
    content: ''; }
  .product-menu.visible {
    display: block; }
  .product-menu .product-menu__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    overflow-x: auto; }
  .product-menu .product-menu__title {
    font-size: inherit;
    font-weight: 600;
    color: #606060;
    text-transform: uppercase;
    flex-shrink: 0;
    white-space: nowrap; }
  .product-menu .product-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    white-space: nowrap; }
    .product-menu .product-menu__list .product-menu__list-item {
      display: inline-block;
      padding-inline-start: 16px; }
      .product-menu .product-menu__list .product-menu__list-item a {
        font-weight: 400;
        color: #183a6c;
        text-transform: capitalize; }
        .product-menu .product-menu__list .product-menu__list-item a:hover {
          color: #0067b1;
          text-decoration: underline; }
  @media (max-width: 767px) {
    .product-menu .page-width {
      padding: 0; }
    .product-menu .product-menu__wrapper {
      justify-content: flex-start; } }

.product-bundle {
  margin-top: 64px;
  margin-bottom: 64px; }
  .product-bundle .product-bundle__top {
    text-align: center;
    max-width: 745px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto; }
    .product-bundle .product-bundle__top h2, .product-bundle .product-bundle__top .h2 {
      font-size: 2rem;
      color: #183a6c;
      margin-bottom: 16px; }
    .product-bundle .product-bundle__top p {
      margin: 0; }
  .product-bundle .product-bundle__wrapper {
    display: grid;
    justify-content: center;
    gap: 32px 68px;
    grid-template-columns: repeat(auto-fit, Min(100%, 530px)); }
  @media (max-width: 991px) {
    .product-bundle .product-bundle__top {
      margin-bottom: 48px; }
      .product-bundle .product-bundle__top h2, .product-bundle .product-bundle__top .h2 {
        font-size: 1.5rem;
        margin-bottom: 24px; }
    .product-bundle .product-bundle__wrapper {
      gap: 68px;
      grid-template-columns: repeat(auto-fit, Min(100%, 312px)); } }
  @media (max-width: 767px) {
    .product-bundle {
      margin-top: 32px;
      margin-bottom: 32px; } }

.product-bundle-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 48px 32px 0;
  background: white;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  -webkit-margin-end: 80px;
  margin-inline-end: 80px;
  text-decoration: none;
  z-index: 1; }
  .product-bundle-item:hover, .product-bundle-item:focus, .product-bundle-item:focus-within {
    transform: scale(1.02); }
  .product-bundle-item:focus-within::before {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    content: '';
    outline: 1px dashed #183a6c;
    border-radius: 8px; }
  .product-bundle-item .product-bundle-item__line {
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    height: 8px;
    background: #0a0a0a;
    border-radius: 8px 8px 0 0;
    opacity: 1; }
  .product-bundle-item .product-bundle-item__text {
    flex-grow: 1;
    padding-bottom: 20px;
    -webkit-padding-end: 32px;
    padding-inline-end: 32px; }
  .product-bundle-item .product-bundle-item__image {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    margin-bottom: 0;
    -webkit-margin-end: -120px;
    margin-inline-end: -120px;
    z-index: 1; }
    .product-bundle-item .product-bundle-item__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: 50% 50%; }
  .product-bundle-item .product-bundle-item__link {
    color: #0067b1;
    text-decoration: none; }
    .product-bundle-item .product-bundle-item__link::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      content: ""; }
  .product-bundle-item .product-bundle-item__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
    text-align: start;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .product-bundle-item .product-bundle-item__size {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a6c87;
    margin-bottom: 16px; }
  .product-bundle-item .product-bundle-item__description {
    font-size: 0.875rem;
    color: #5a6c87;
    text-align: start; }
    .product-bundle-item .product-bundle-item__description.product-bundle-item__description--bottom {
      font-size: 0.7rem; }
  .product-bundle-item .product-bundle-item__benefits {
    font-size: 0.875rem;
    color: #5a6c87;
    text-align: start;
    margin: 19px 0 0;
    list-style: none; }
    .product-bundle-item .product-bundle-item__benefits .product-bundle-item__benefits-item {
      position: relative;
      display: inline-block;
      margin: 0 0 8px;
      padding-left: 26px;
      line-height: 1.7;
      vertical-align: top; }
      .product-bundle-item .product-bundle-item__benefits .product-bundle-item__benefits-item::before {
        content: "\2713";
        font-size: 1rem;
        font-weight: 800;
        color: #183a6c;
        position: absolute;
        top: 0;
        left: 0; }
  @media (max-width: 991px) {
    .product-bundle-item {
      flex-direction: column;
      align-items: center;
      -webkit-margin-end: 0;
      margin-inline-end: 0; }
      .product-bundle-item .product-bundle-item__text {
        -webkit-padding-end: 0;
        padding-inline-end: 0; }
      .product-bundle-item .product-bundle-item__image {
        width: 85%;
        height: 0;
        padding-bottom: 85%;
        margin-bottom: -13%;
        -webkit-margin-end: 0;
        margin-inline-end: 0; } }

.product-accordion {
  margin-top: 64px;
  margin-bottom: 64px; }
  .product-accordion .product-accordion__header {
    max-width: 745px;
    color: #183a6c;
    text-align: center;
    margin: 0 auto 42px; }
  .product-accordion .product-accordion__wrapper {
    max-width: 745px;
    margin: 0 auto;
    border-top: 1px solid rgba(24, 58, 108, 0.3); }
  .product-accordion .product-accordion__action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px; }
    .product-accordion .product-accordion__action .btn {
      border: 1px solid rgba(24, 58, 108, 0.3); }
      .product-accordion .product-accordion__action .btn:hover {
        color: #00497e;
        background: transparent; }
        .product-accordion .product-accordion__action .btn:hover .btn__inner {
          text-decoration: underline; }
      .product-accordion .product-accordion__action .btn:focus::before {
        outline: 1px dashed #183a6c; }
      .product-accordion .product-accordion__action .btn .btn__inner {
        margin: 1px 0 0 0;
        text-underline-offset: 3px; }
      .product-accordion .product-accordion__action .btn .icon {
        font-size: 0.75rem;
        margin: 0 0 0 10px; }

.product-textimage {
  margin: 64px auto; }
  .product-textimage .product-textimage__top {
    text-align: center;
    max-width: 745px;
    margin: 0 auto 32px; }
  .product-textimage .product-textimage__header {
    color: #183a6c;
    text-align: center;
    margin: 0 auto 1em; }
  .product-textimage .product-textimage__text {
    padding-top: 8px;
    grid-column: 2;
    grid-row: 1;
    -webkit-padding-start: 96px;
    padding-inline-start: 96px; }
  .product-textimage .product-textimage__image img {
    display: block;
    width: 100%; }
  .product-textimage .product-textimage__video-title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.7;
    color: #183a6c;
    margin-top: 17px; }
  .product-textimage .product-textimage__wrapper {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr; }
  .product-textimage .product-textimage__wrapper--text-first .product-textimage__text {
    grid-column: 1;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 96px;
    padding-inline-end: 96px; }
  .product-textimage .product-textimage__wrapper--text-first .product-textimage__image {
    grid-column: 2; }
  .product-textimage .product-textimage__list li {
    margin: 0 0 1em; }
    .product-textimage .product-textimage__list li:last-child {
      margin: 0; }
  .product-textimage .product-textimage__list--bullets {
    counter-reset: steps; }
    .product-textimage .product-textimage__list--bullets li {
      position: relative;
      display: flex;
      align-items: center;
      padding-top: 16px;
      padding-inline-start: 48px;
      padding-bottom: 16px;
      margin: 0;
      counter-increment: steps; }
      .product-textimage .product-textimage__list--bullets li::before {
        font-size: 0.875rem;
        font-weight: 800;
        color: #606060;
        position: absolute;
        top: 16px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 1px solid rgba(24, 58, 108, 0.3);
        border-radius: 50%;
        content: counter(steps); }
  @media (max-width: 991px) {
    .product-textimage .product-textimage__wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: row wrap; }
    .product-textimage .product-textimage__text {
      width: 100%;
      padding-inline-start: 0 !important;
      padding-inline-end: 0 !important;
      -webkit-padding-start: 0 !important;
      -webkit-padding-end: 0 !important;
      margin: 0 0 36px;
      order: 0; }
    .product-textimage .product-textimage__image, .product-textimage .product-textimage__video {
      width: 100%;
      order: 1; } }
  @media (max-width: 767px) {
    .product-textimage {
      margin: 64px auto; }
      .product-textimage .product-textimage__list li {
        margin: 0; } }
  @media (max-width: 480px) {
    .product-textimage {
      margin: 32px auto; } }

.product-instructions {
  margin: 96px auto; }
  .product-instructions .product-instructions__top, .product-instructions .product-instructions__list {
    max-width: 745px;
    margin-left: auto;
    margin-right: auto; }
  .product-instructions .product-instructions__top {
    color: #183a6c;
    text-align: center;
    margin: 0 auto 64px; }
  .product-instructions .product-instructions__header {
    margin: 0; }
  .product-instructions .product-instructions__item {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    counter-increment: steps; }
  .product-instructions .product-instructions__image {
    text-align: center; }
    .product-instructions .product-instructions__image img {
      display: block;
      max-height: 221px;
      margin: 0 auto; }
  .product-instructions .product-instructions__text {
    color: #183a6c; }
    .product-instructions .product-instructions__text h3, .product-instructions .product-instructions__text .h3 {
      font-size: 1.125rem;
      font-weight: 600;
      margin: 0 0 1rem; }
      .product-instructions .product-instructions__text h3:last-child, .product-instructions .product-instructions__text .h3:last-child {
        margin: 0; }
    .product-instructions .product-instructions__text a {
      font-weight: 600;
      color: #0067b1;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px; }
      .product-instructions .product-instructions__text a::before {
        display: none; }
      .product-instructions .product-instructions__text a:focus {
        outline: 1px dashed #183a6c;
        outline-offset: 3px; }
  .product-instructions .product-instructions__list {
    counter-reset: steps; }
  .product-instructions .product-instructions__list--bullets .product-instructions__text {
    position: relative;
    padding: 0 0 0 48px; }
    .product-instructions .product-instructions__list--bullets .product-instructions__text::before {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      font-size: 0.875rem;
      font-weight: 800;
      color: #606060;
      border: 1px solid rgba(24, 58, 108, 0.3);
      border-radius: 50%;
      content: counter(steps); }
  @media (max-width: 767px) {
    .product-instructions {
      margin: 64px auto; }
      .product-instructions .product-instructions__top {
        margin: 0 auto 48px; }
      .product-instructions .product-instructions__item {
        margin-bottom: 16px;
        grid-template-columns: 1fr;
        grid-gap: 24px; } }

.product-recommendations {
  padding: 64px 0;
  background: #f0f4f8; }
  .product-recommendations .product-recommendations__top {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 64px; }
  .product-recommendations .product-recommendations__header {
    color: #183a6c;
    margin: 0 auto 16px; }
  .product-recommendations .product-recommendations__list {
    display: grid;
    justify-content: center;
    gap: 48px 24px;
    grid-template-columns: repeat(auto-fit, 264px);
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .product-recommendations {
      padding: 32px 0; }
      .product-recommendations .product-recommendations__top {
        margin: 0 auto 48px; }
      .product-recommendations .product-recommendations__list {
        gap: 68px; } }
  @media (max-width: 399px) {
    .product-recommendations .product-recommendations__list {
      grid-template-columns: Min(100%, 320px); } }

.product-video {
  background: #0c2157;
  padding: 70px 0;
  margin: 0; }

.product-video__header {
  width: 100%;
  max-width: 1220px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  text-align: center;
  padding: 0 24px;
  margin: 0.5em auto; }

.product-video__wrapper {
  max-width: 1220px;
  margin: 0 auto; }

.product-video__player {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  margin: 0 auto; }

.product-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1260px) {
  .product-video__wrapper {
    padding: 0; }

  .product-video__player {
    box-shadow: none; } }
@media (max-width: 991px) {
  .product-video__header {
    font-size: 2rem;
    margin: 0.5em auto 0.75em; } }
@media (max-width: 991px) {
  .product-video--only {
    padding: 0; } }
@media (max-width: 550px) {
  .product-video__header {
    font-size: 1.75rem;
    margin: 0.5em auto 0.75em; } }
.product-page--black .product-video {
  background: #2e2e2e; }
.product-page--black .product-details {
  background: linear-gradient(180deg, #2e2e2e 0%, #0d0d0d); }
  .product-page--black .product-details .product-details__title {
    color: #e2e4e8; }
.product-page--black .product-form .product-options__item span:hover, .product-page--black .product-form .product-options__item span:focus {
  color: #0a0a0a; }
.product-page--black .product-form .product-options__item span::before {
  outline: 1px dashed white; }
.product-page--black .product-form .product-options__item input:checked ~ span {
  color: #0a0a0a; }
.product-page--black .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header {
  color: #0a0a0a; }
  .product-page--black .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header::before {
    border-color: #0a0a0a; }
  .product-page--black .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header::after {
    background: #0a0a0a; }
.product-page--black .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container .bsub-widget__plan-header {
  background: rgba(255, 255, 255, 0.03); }
.product-page--black .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container input:checked + .bsub-widget__plan-header {
  color: #0a0a0a; }
.product-page--black .product-benefits {
  color: #0a0a0a;
  background: #e2e4e8; }
.product-page--black .share-box {
  color: white; }

.product-page--gray .product-video {
  background: #e2e4e8; }
.product-page--gray .product-details {
  color: #183a6c;
  background: linear-gradient(180deg, #e2e4e8 0%, #d5d6db); }
  .product-page--gray .product-details .breadcrumb a {
    color: #0067b1; }
    .product-page--gray .product-details .breadcrumb a::before {
      outline: 1px dashed #183a6c; }
.product-page--gray .product-carousel .product-carousel__arrow, .product-page--gray .product-carousel .product-carousel__arrow.slick-disabled {
  color: #193c69;
  border-color: #193c69;
  background-color: transparent; }
.product-page--gray .product-carousel .product-carousel__arrow.slick-disabled {
  opacity: 0.3; }
.product-page--gray .product-thumbnails .slick-slide {
  border-color: rgba(25, 60, 105, 0.3); }
  .product-page--gray .product-thumbnails .slick-slide.slick-current {
    border-color: #193c69; }
  .product-page--gray .product-thumbnails .slick-slide:focus {
    border-color: #193c69; }
.product-page--gray .product-thumbnails .product-thumbnails__arrow {
  color: #193c69; }
.product-page--gray .product-form .product-options__item span {
  color: #0067b1;
  border-color: #0067b1;
  background: transparent; }
  .product-page--gray .product-form .product-options__item span:hover, .product-page--gray .product-form .product-options__item span:focus {
    color: white;
    background: #0067b1; }
  .product-page--gray .product-form .product-options__item span::before {
    outline: 1px dashed #183a6c; }
.product-page--gray .product-form .product-options__item input:checked ~ span {
  color: white;
  border-color: #183a6c;
  background: #183a6c; }
.product-page--gray .product-form .product-options__item.disabled span {
  color: #606060;
  background: transparent;
  border-color: rgba(96, 96, 96, 0.4); }
.product-page--gray .product-form .product-form__prices-savings {
  color: #de2928; }
.product-page--gray .product-form .product-form__quantity {
  color: inherit; }
  .product-page--gray .product-form .product-form__quantity .quantity-selector {
    border-color: #183a6c;
    background: transparent; }
    .product-page--gray .product-form .product-form__quantity .quantity-selector .quantity-selector__button::before {
      outline: 1px dashed #183a6c; }
.product-page--gray .product-form .product-form__submit::before {
  outline: 1px dashed #183a6c; }
.product-page--gray .product-form .product-form__subscription .bsub-widget legend {
  color: #183a6c; }
.product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__wrapper {
  border-color: #183a6c; }
.product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header {
  color: #183a6c;
  border-color: #183a6c; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header::before {
    border-color: #183a6c; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header::after {
    background: #183a6c; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-header:focus {
    outline-color: #193c69; }
.product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header {
  color: white;
  background: #183a6c;
  border-color: #183a6c; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header::before {
    border-color: white; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header::after {
    background: white; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header:focus {
    outline-color: white; }
.product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container {
  color: #183a6c;
  border-color: #183a6c; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container .bsub-widget__plan-label:focus-within {
    outline-color: #193c69; }
  .product-page--gray .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container input:checked + .bsub-widget__plan-header {
    color: white;
    background: #183a6c; }
.product-page--gray .product-form .product-form__subscription-info {
  color: #193c69; }
.product-page--gray .product-benefits {
  color: #183a6c;
  background: #e2e4e8; }
.product-page--gray .share-box {
  color: #193c69; }
  .product-page--gray .share-box .share-box__link:focus::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline-color: #193c69;
    outline-offset: 4px; }

.product-page--green .product-video {
  background: #459957; }
.product-page--green .product-details {
  background: linear-gradient(180deg, #459957 0%, #39854f); }
.product-page--green .product-form .product-options__item span:hover {
  color: #39854f; }
.product-page--green .product-form .product-options__item input:checked ~ span {
  color: #39854f; }
.product-page--green .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header {
  color: #39854f; }
  .product-page--green .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header::before {
    border-color: #39854f; }
  .product-page--green .product-form .product-form__subscription .bsub-widget .bsub-widget__group-label input:checked + .bsub-widget__group-header::after {
    background: #39854f; }
.product-page--green .product-form .product-form__subscription .bsub-widget .bsub-widget__plans-container input:checked + .bsub-widget__plan-header {
  color: #39854f; }
.product-page--green .product-benefits {
  background: #39854f; }
.product-page--green .share-box {
  color: white; }

.product-ingredients {
  padding: 64px 0;
  color: #5a6c87;
  background: #f0f4f8; }
  .product-ingredients .product-ingredients__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 745px;
    margin: 0 auto 68px; }
  .product-ingredients .product-ingredients__header {
    color: #183a6c;
    margin: 0; }
  .product-ingredients .product-ingredients__wrapper {
    display: grid;
    gap: 44px 44px;
    grid-template-columns: 1fr 1fr; }
  .product-ingredients .product-ingredients__item {
    display: flex;
    flex-direction: row;
    align-items: start; }
    .product-ingredients .product-ingredients__item .icon {
      font-size: 1.875rem;
      color: #183a6c;
      margin-top: -3px;
      padding-block-end: 27px;
      padding-inline-end: 27px; }
  .product-ingredients .product-ingredients__accordion {
    width: 100%;
    max-width: 745px;
    margin: 0;
    padding-top: 40px;
    padding-inline-start: 56px;
    border: none; }
    .product-ingredients .product-ingredients__accordion .accordion {
      border: 0; }
      .product-ingredients .product-ingredients__accordion .accordion .accordion__button {
        font-size: 0.875rem;
        font-weight: 600;
        color: #0067b1;
        padding: 3px 9px 3px 19px;
        text-transform: none; }
        .product-ingredients .product-ingredients__accordion .accordion .accordion__button:hover {
          background: transparent;
          text-decoration: underline;
          text-underline-offset: 3px; }
        .product-ingredients .product-ingredients__accordion .accordion .accordion__button .icon {
          font-size: 0.625rem;
          top: 8px;
          text-decoration: none; }
      .product-ingredients .product-ingredients__accordion .accordion .accordion__content-inner {
        padding: 16px 32px 32px 20px; }
        .product-ingredients .product-ingredients__accordion .accordion .accordion__content-inner a {
          font-weight: 600;
          color: #0067b1;
          text-decoration: underline;
          text-decoration-style: dotted;
          text-underline-offset: 3px; }
  @media (max-width: 767px) {
    .product-ingredients .product-ingredients__top {
      margin: 0 auto 52px; }
    .product-ingredients .product-ingredients__wrapper {
      gap: 36px 10px;
      grid-template-columns: 1fr; }
    .product-ingredients .product-ingredients__item {
      font-size: 0.875rem; }
      .product-ingredients .product-ingredients__item .icon {
        padding-block-end: 0; }
    .product-ingredients .product-ingredients__accordion {
      padding-inline-start: 53px; } }
  @media (max-width: 480px) {
    .product-ingredients {
      padding: 32px 0; } }

.product-safety-storage {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  color: white;
  background: #183a6c; }
  .product-safety-storage .product-safety-storage__column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 50%;
    padding: 64px 10%; }
    .product-safety-storage .product-safety-storage__column:last-child {
      padding: 0; }
  .product-safety-storage .product-safety-storage__top {
    width: auto;
    margin: 0 auto 29px; }
  .product-safety-storage .product-safety-storage__header {
    margin: 0 auto; }
  .product-safety-storage .product-safety-storage__wrapper {
    display: grid;
    color: inherit;
    gap: 44px 44px;
    grid-template-columns: 1fr 1fr; }
  .product-safety-storage .product-safety-storage__item {
    display: flex;
    flex-direction: row;
    align-items: start; }
    .product-safety-storage .product-safety-storage__item .icon {
      font-size: 1.875rem;
      color: inherit;
      margin-top: -3px;
      padding-block-end: 27px;
      padding-inline-end: 27px; }
    .product-safety-storage .product-safety-storage__item p {
      color: inherit; }
  .product-safety-storage .product-safety-storage__accordion {
    width: 100%;
    max-width: 745px;
    margin: 0;
    padding-top: 40px;
    padding-inline-start: 56px;
    border: none; }
    .product-safety-storage .product-safety-storage__accordion .accordion {
      border: 0; }
      .product-safety-storage .product-safety-storage__accordion .accordion .accordion__button {
        font-size: 0.875rem;
        font-weight: 600;
        color: white;
        padding: 3px 9px 3px 19px;
        text-transform: none; }
        .product-safety-storage .product-safety-storage__accordion .accordion .accordion__button:hover {
          background: transparent;
          text-decoration: underline;
          text-underline-offset: 3px; }
        .product-safety-storage .product-safety-storage__accordion .accordion .accordion__button::before {
          outline: 1px dashed white; }
        .product-safety-storage .product-safety-storage__accordion .accordion .accordion__button .icon {
          font-size: 0.625rem;
          top: 8px; }
      .product-safety-storage .product-safety-storage__accordion .accordion .accordion__content-inner {
        color: inherit;
        padding: 16px 32px 32px 20px; }
        .product-safety-storage .product-safety-storage__accordion .accordion .accordion__content-inner p {
          color: inherit; }
        .product-safety-storage .product-safety-storage__accordion .accordion .accordion__content-inner a {
          font-weight: 600;
          color: white;
          text-decoration: underline;
          text-decoration-style: dotted;
          text-underline-offset: 3px; }
  .product-safety-storage .product-safety-storage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 1;
    transition: none; }
  @media (max-width: 1199px) {
    .product-safety-storage .product-safety-storage__column {
      padding: 96px 5%; }
      .product-safety-storage .product-safety-storage__column:last-child {
        padding: 0; } }
  @media (max-width: 991px) {
    .product-safety-storage .product-safety-storage__column {
      width: 100%;
      padding: 64px 24px; }
      .product-safety-storage .product-safety-storage__column:last-child {
        padding: 0; }
    .product-safety-storage .product-safety-storage__image {
      position: static;
      margin: 0 0 64px; } }
  @media (max-width: 767px) {
    .product-safety-storage .product-safety-storages__top {
      margin: 0 auto 52px; }
    .product-safety-storage .product-safety-storage__wrapper {
      gap: 36px 10px;
      grid-template-columns: 1fr; }
    .product-safety-storage .product-safety-storage__column {
      padding: 0 24px; }
      .product-safety-storage .product-safety-storage__column:first-child {
        margin: 0 0 48px; }
    .product-safety-storage .product-safety-storage__item {
      font-size: 0.875rem; }
      .product-safety-storage .product-safety-storage__item .icon {
        padding-block-end: 0; }
    .product-safety-storage .product-safety-storage__accordion {
      padding-inline-start: 53px; } }
  @media (max-width: 480px) {
    .product-safety-storage {
      padding: 32px 0; } }

.product-intro-bar {
  color: white;
  background: #000;
  padding: 60px 0; }
  .product-intro-bar .product-intro-bar__content {
    color: inherit; }
  .product-intro-bar .product-intro-bar__header {
    font-size: 3rem;
    color: inherit;
    max-width: 800px;
    margin: 0 0 0.5em; }
    .product-intro-bar .product-intro-bar__header:last-child {
      margin: 0; }
  .product-intro-bar .product-intro-bar__description {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: inherit; }
    .product-intro-bar .product-intro-bar__description p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      margin: 0 0 0.5em; }
      .product-intro-bar .product-intro-bar__description p:last-child {
        margin: 0; }
  @media (max-width: 991px) {
    .product-intro-bar .product-intro-bar__header {
      font-size: 2rem;
      max-width: 500px; }
    .product-intro-bar .product-intro-bar__description {
      font-size: 1rem; } }
  @media (max-width: 550px) {
    .product-intro-bar {
      padding: 30px 0; }
      .product-intro-bar .product-intro-bar__content {
        text-align: center; }
      .product-intro-bar .product-intro-bar__header {
        font-size: 1.75rem;
        max-width: 100%; } }

.product-articles {
  position: relative;
  background: #f0f4f8;
  padding: 64px 0; }
  .product-articles .product-articles__header {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: #183a6c;
    margin: 0 0 64px; }
  .product-articles .product-articles__carousel {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    min-width: 1px;
    max-width: 100%;
    margin: 0 auto; }
    .product-articles .product-articles__carousel .slick-list {
      width: 100%; }
    .product-articles .product-articles__carousel .slick-dots {
      position: relative;
      bottom: 0;
      display: flex !important;
      align-items: center;
      width: 100%;
      height: 32px;
      margin: 24px 112px 0 12px;
      padding: 0;
      font-size: 0;
      line-height: 0;
      list-style: none;
      pointer-events: none;
      z-index: 1; }
      .product-articles .product-articles__carousel .slick-dots::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        z-index: -1;
        height: 2px;
        margin-top: -1px;
        background: #8c8c8c;
        border-radius: 2px;
        content: ""; }
      .product-articles .product-articles__carousel .slick-dots li {
        position: relative;
        width: 100%;
        height: 4px;
        flex-grow: 1; }
        .product-articles .product-articles__carousel .slick-dots li button {
          width: 100%;
          height: 4px;
          background: #0067b1;
          border-radius: 2px;
          opacity: 0; }
          .product-articles .product-articles__carousel .slick-dots li button::before {
            display: none; }
        .product-articles .product-articles__carousel .slick-dots li.slick-active button {
          opacity: 1; }
    .product-articles .product-articles__carousel .articles-carousel__arrow {
      position: absolute;
      bottom: 0;
      width: 32px;
      height: 32px;
      min-height: 32px;
      margin-right: 1px;
      padding: 0;
      color: #0067b1;
      background: transparent; }
      .product-articles .product-articles__carousel .articles-carousel__arrow.slick-disabled {
        color: #606060;
        border-color: rgba(96, 96, 96, 0.4);
        opacity: 0.6;
        pointer-events: none; }
      .product-articles .product-articles__carousel .articles-carousel__arrow.articles-carousel__arrow--prev {
        right: 56px; }
      .product-articles .product-articles__carousel .articles-carousel__arrow.articles-carousel__arrow--next {
        right: 12px; }
      .product-articles .product-articles__carousel .articles-carousel__arrow:hover {
        color: #0067b1; }
      .product-articles .product-articles__carousel .articles-carousel__arrow .icon {
        font-size: 0.75rem;
        margin: 0; }
  .product-articles .product-articles__carousel-item {
    width: 25%;
    height: auto;
    padding: 10px 12px; }
  .product-articles .article-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    background: #fff;
    border-radius: 8px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s,-webkit-transform 0.2s;
    text-decoration: none; }
    .product-articles .article-card .article-card__image {
      position: relative;
      height: 168px;
      overflow: hidden;
      border-radius: 8px 8px 0 0; }
      .product-articles .article-card .article-card__image img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 24% 48%;
        opacity: 1;
        transition-delay: 500ms; }
    .product-articles .article-card .article-card__content {
      flex-grow: 1;
      padding: 24px;
      border: 2px solid #e2e2e2;
      border-top: 0;
      border-radius: 0 0 8px 8px; }
    .product-articles .article-card .article-card__category {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      color: #183a6c;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .product-articles .article-card .article-card__title {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.5;
      color: #0067b1;
      margin: 0; }
    .product-articles .article-card:hover, .product-articles .article-card:focus {
      transform: scale(1.02); }
      .product-articles .article-card:hover .article-card__title, .product-articles .article-card:focus .article-card__title {
        text-decoration: underline; }
    .product-articles .article-card::before {
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      outline: 1px dashed #183a6c;
      border-radius: 10px; }
  @media (max-width: 1176px) {
    .product-articles .product-articles__carousel {
      width: 576px;
      max-width: 100%; }
    .product-articles .product-articles__carousel-item {
      width: 50%; } }
  @media (max-width: 991px) {
    .product-articles {
      padding: 64px 0; }
      .product-articles .product-articles__header {
        font-size: 1.5rem;
        margin: 0 0 48px; } }
  @media (max-width: 600px) {
    .product-articles .product-articles__carousel {
      width: 288px; } }

.product-note {
  display: block;
  padding: 32px 0;
  color: #183a6c;
  background: #f0f4f8; }
  .product-note .product-note__content {
    font-size: 1rem;
    text-align: start;
    max-width: 80ch; }
    .product-note .product-note__content a {
      font-weight: 600;
      color: #0067b1;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px; }
      .product-note .product-note__content a:hover, .product-note .product-note__content a:focus {
        color: #00497e;
        text-decoration-style: solid; }
      .product-note .product-note__content a::before {
        display: none; }
      .product-note .product-note__content a:focus {
        outline: 1px dashed #00497e;
        outline-offset: 3px; }
  .product-note .product-note__products {
    margin: 28px 0 63px; }
  .product-note.product-note--ib .product-note__content {
    text-align: center;
    max-width: 100%; }
  @media (max-width: 991px) {
    .product-note {
      padding: 24px 0; } }

/*================ Template | Customer ================*/
.customer-page .customer-page__content {
  padding: 64px 0; }
  .customer-page .customer-page__content h2, .customer-page .customer-page__content .h2 {
    font-size: 1.125rem;
    color: #183a6c; }
  .customer-page .customer-page__content hr {
    border-color: #d9d9d9; }
.customer-page .form-vertical {
  max-width: 550px;
  margin: 0 auto; }
  .customer-page .form-vertical .form-vertical__additional {
    margin: 15px 0; }
    .customer-page .form-vertical .form-vertical__additional a, .customer-page .form-vertical .form-vertical__additional .btn {
      font-weight: 400; }
      .customer-page .form-vertical .form-vertical__additional a:focus::before, .customer-page .form-vertical .form-vertical__additional .btn:focus::before {
        outline: 1px dashed #183a6c; }
    .customer-page .form-vertical .form-vertical__additional:last-child {
      margin: 15px 0 0; }
.customer-page .customer-page__address-form {
  margin: 0 0 40px; }
  .customer-page .customer-page__address-form .form-vertical {
    max-width: 100%; }
.customer-page .address__edit {
  flex: 0 0 100%;
  margin: 20px 0 0;
  max-width: 100%; }
.customer-page .address-edit-toggle {
  margin: 10px 0 0; }
  .customer-page .address-edit-toggle:focus {
    outline: 1px dashed #183a6c;
    outline-offset: 3px; }
.customer-page .btn:focus::before {
  outline: 1px dashed #183a6c; }
@media (max-width: 767px) {
  .customer-page .customer-page__content {
    padding: 48px 0; } }
@media (max-width: 749px) {
  .customer-page .grid .grid__item {
    margin: 0 0 30px; }
    .customer-page .grid .grid__item:last-child {
      margin: 0; } }

.form-field {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0;
  height: auto;
  color: #183a6c; }
  .form-field input, .form-field select {
    width: 100%;
    min-height: 49px;
    border: 1px solid #183a6c;
    border-radius: 40px;
    padding: 10px 20px;
    margin: 0; }
  .form-field .form-field__label {
    display: block;
    color: inherit;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.4;
    padding: 0 0 5px;
    margin: 0; }
  .form-field.form-field__required input + .err_msg {
    display: none;
    color: #de2928;
    margin: 3px 0;
    text-align: center;
    font-size: .75rem; }
  .form-field.error input {
    border-color: #de2928; }
  .form-field.error input + .err_msg {
    display: block; }
  .form-field.form-field__required .form-field__label:after {
    color: #e20d19; }
  .form-field.form-field__checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row nowrap; }
    .form-field.form-field__checkbox .form-field__label {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.6;
      color: #183a6c; }
      .form-field.form-field__checkbox .form-field__label a {
        font-weight: inherit;
        color: #0067b1; }
    .form-field.form-field__checkbox input {
      min-height: 1px;
      margin: 4px 8px 0 0; }
  .form-field.form-field__required.error {
    color: #de2928; }
    .form-field.form-field__required.error label {
      color: #de2928; }

/*================ Template | Collections ================*/
.collection-text-section {
  margin: 32px 0; }
  .collection-text-section .page-width {
    max-width: 793px; }
  @media (max-width: 991px) {
    .collection-text-section {
      margin: 32px 0; } }

.collection-text-section--is-intro p {
  font-size: 1.125rem;
  line-height: 1.7; }

.collection-filters .collection-filters__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px; }

.info-banner {
  margin-top: 96px;
  margin-bottom: 96px; }
  @media (max-width: 991px) {
    .info-banner {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .info-banner .info-banner__grid {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, #0c2157 0%, #0067b1); }
    @media (min-width: 768px) {
      .info-banner .info-banner__grid {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
  .info-banner .info-banner__text {
    padding: 80px 24px 80px 88px; }
    @media (max-width: 991px) {
      .info-banner .info-banner__text {
        padding: 80px 24px 80px 48px; } }
    @media (max-width: 768px) {
      .info-banner .info-banner__text {
        padding: 56px 24px; } }
    .info-banner .info-banner__text h2, .info-banner .info-banner__text .h2 {
      color: white;
      line-height: 1.3;
      margin-bottom: 24px; }
    .info-banner .info-banner__text p {
      color: #f0f4f8; }
    .info-banner .info-banner__text .info-banner__buttons {
      padding-top: 16px; }
      .info-banner .info-banner__text .info-banner__buttons .btn {
        margin: 24px 24px 0 0;
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: #fff;
        background: rgba(18, 18, 18, 0.2); }
        .info-banner .info-banner__text .info-banner__buttons .btn:hover {
          background: rgba(18, 18, 18, 0.2);
          text-decoration: underline;
          text-decoration-color: rgba(255, 255, 255, 0.8); }
        .info-banner .info-banner__text .info-banner__buttons .btn .btn__inner {
          line-height: 1; }
        .info-banner .info-banner__text .info-banner__buttons .btn .icon__suffix {
          font-size: .75rem;
          margin: 0 0 0 10px; }
  .info-banner .info-banner__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px; }
    .info-banner .info-banner__media .info-banner__background {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 345px;
      -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 100%, 100% 100%); }
      @media (max-width: 768px) {
        .info-banner .info-banner__media .info-banner__background {
          width: Min(312px, 100%);
          height: 200px; } }
      .info-banner .info-banner__media .info-banner__background .info-banner__background-img {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 100%; }
        .info-banner .info-banner__media .info-banner__background .info-banner__background-img img {
          width: 100%; }
    .info-banner .info-banner__media .info-banner__image {
      width: 313px;
      height: 308px;
      z-index: 2;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .info-banner .info-banner__media .info-banner__image {
          width: 212px;
          height: 208px; } }

.collection-grid {
  margin-bottom: 64px; }
  .collection-grid .collection-grid__header {
    margin-bottom: 32px; }
    .collection-grid .collection-grid__header:first-child {
      margin: 32px 0; }
    .collection-grid .collection-grid__header p {
      color: #0e2255; }
      .collection-grid .collection-grid__header p span {
        font-weight: 600; }
    @media (max-width: 576px) {
      .collection-grid .collection-grid__header {
        margin-bottom: 40px; }
        .collection-grid .collection-grid__header:first-child {
          margin: 20px 0;
          font-size: .875rem; }
        .collection-grid .collection-grid__header p {
          text-align: center; } }
  .collection-grid .collection-grid__grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 264px);
    gap: 78px 24px; }
    .collection-grid .collection-grid__grid li {
      display: none; }
      .collection-grid .collection-grid__grid li.visible {
        display: initial; }
    @media (max-width: 480px) {
      .collection-grid .collection-grid__grid {
        grid-template-columns: 1fr; } }
  .collection-grid .collection-grid__load {
    display: none;
    padding-top: 84px;
    display: flex;
    justify-content: center; }
    .collection-grid .collection-grid__load .btn::before {
      outline: 1px dashed #0e2255; }
  .collection-grid .collection-grid__grid--bundles {
    grid-template-columns: repeat(auto-fit, 360px); }
    @media (max-width: 480px) {
      .collection-grid .collection-grid__grid--bundles {
        grid-template-columns: 1fr; } }

.collection-included-in {
  padding: 64px 0; }
  .collection-included-in h4, .collection-included-in .h4 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 32px; }

.collection-articles {
  padding: 64px 0;
  background: #f0f4f8; }
  .collection-articles .collection-articles__header {
    text-align: center;
    max-width: 552px;
    margin: 0 auto;
    padding-bottom: 24px; }
    .collection-articles .collection-articles__header h2, .collection-articles .collection-articles__header .h2 {
      color: #193c69; }
  .collection-articles .collection-articles__carousel {
    margin-right: -12px;
    margin-left: -12px; }
    .collection-articles .collection-articles__carousel .collection-articles__carousel__arrow {
      position: absolute;
      bottom: 0;
      width: 32px;
      height: 32px;
      min-height: 32px;
      margin-right: 1px;
      padding: 0;
      color: #0067b1;
      background: transparent; }
      .collection-articles .collection-articles__carousel .collection-articles__carousel__arrow.slick-disabled {
        color: #606060;
        border-color: rgba(96, 96, 96, 0.4);
        opacity: 0.6;
        pointer-events: none; }
      .collection-articles .collection-articles__carousel .collection-articles__carousel__arrow.collection-articles__carousel__arrow--prev {
        right: 56px; }
      .collection-articles .collection-articles__carousel .collection-articles__carousel__arrow.collection-articles__carousel__arrow--next {
        right: 12px; }
      .collection-articles .collection-articles__carousel .collection-articles__carousel__arrow:hover {
        color: #0067b1; }
      .collection-articles .collection-articles__carousel .collection-articles__carousel__arrow .icon {
        font-size: 0.75rem;
        margin: 0; }
    .collection-articles .collection-articles__carousel .slick-list {
      width: 100%; }
    .collection-articles .collection-articles__carousel .slick-dots {
      position: relative;
      bottom: 0;
      display: flex !important;
      align-items: center;
      height: 32px;
      margin: 24px 112px 0 12px;
      padding: 0;
      font-size: 0;
      line-height: 0;
      list-style: none;
      pointer-events: none;
      z-index: 1; }
      .collection-articles .collection-articles__carousel .slick-dots::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        z-index: -1;
        height: 2px;
        margin-top: -1px;
        background: #8c8c8c;
        border-radius: 2px;
        content: ""; }
      .collection-articles .collection-articles__carousel .slick-dots li {
        position: relative;
        width: 100%;
        height: 4px;
        flex-grow: 1; }
        .collection-articles .collection-articles__carousel .slick-dots li button {
          width: 100%;
          height: 4px;
          background: #0067b1;
          border-radius: 2px;
          opacity: 0; }
          .collection-articles .collection-articles__carousel .slick-dots li button::before {
            display: none; }
        .collection-articles .collection-articles__carousel .slick-dots li.slick-active button {
          opacity: 1; }
    .collection-articles .collection-articles__carousel .collection-articles__carousel-item {
      padding: 10px 12px; }
    .collection-articles .collection-articles__carousel .article-card {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      width: 264px;
      height: 308px;
      cursor: pointer;
      background: #000;
      border-radius: 10px;
      transition: transform .2s; }
      .collection-articles .collection-articles__carousel .article-card .article-card__title {
        font-size: .875rem;
        font-weight: 800;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        z-index: 11;
        display: flex;
        align-items: center;
        height: 308px;
        padding: 10px; }
      .collection-articles .collection-articles__carousel .article-card .article-card__title__icon {
        font-size: 1.0625rem;
        font-weight: 400;
        text-decoration: none !important;
        margin-left: 5px; }
      .collection-articles .collection-articles__carousel .article-card .article-card__image {
        opacity: .5; }
      .collection-articles .collection-articles__carousel .article-card:hover, .collection-articles .collection-articles__carousel .article-card:focus {
        transform: scale(1.02); }
      .collection-articles .collection-articles__carousel .article-card::before {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        outline: 1px dashed #183a6c;
        border-radius: 10px; }
  @media (max-width: 1176px) {
    .collection-articles .collection-articles__carousel {
      width: 576px;
      max-width: 100%;
      margin: 0 auto; }
    .collection-articles .collection-articles__carousel-item {
      width: 50%; } }
  @media (max-width: 991px) {
    .collection-articles {
      padding: 64px 0; }
      .collection-articles .collection-articles__header {
        margin: 0 auto; } }
  @media (max-width: 600px) {
    .collection-articles .collection-articles__carousel {
      width: 288px; } }

.product-card {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px 0;
  border-radius: 8px;
  transition: transform .2s;
  margin-inline-end: 0;
  height: 100%;
  background: white;
  border: 2px solid #e2e2e2;
  cursor: default; }
  .product-card:hover, .product-card:focus {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  .product-card::before {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    z-index: -1;
    display: none;
    border: 1px dashed #183a6c;
    border-radius: 10px;
    content: ''; }
  .product-card:focus-within {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
    .product-card:focus-within::before {
      display: block; }
  .product-card .product-card__line {
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    height: 8px;
    border-radius: 8px 8px 0 0; }
    .product-card .product-card__line.product-card__line--blue {
      background: #193c69; }
    .product-card .product-card__line.product-card__line--green {
      background: #39854f; }
    .product-card .product-card__line.product-card__line--gray {
      background: #e2e4e8; }
    .product-card .product-card__line.product-card__line--black {
      background: #0a0a0a; }
  .product-card .product-card__text {
    flex-grow: 1;
    padding-bottom: 20px;
    -webkit-padding-end: 0;
    padding-inline-end: 0; }
  .product-card .product-card__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 25px 0 18px;
    background: #de2928; }
    .product-card .product-card__label::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      z-index: -1;
      width: 20px;
      background: #de2928;
      border-radius: 4px 0 0 4px;
      content: "";
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg); }
    .product-card .product-card__label strong {
      font-weight: 800;
      margin: 0 0.3em; }
  .product-card .product-card__link {
    position: static;
    color: white;
    text-decoration: none; }
    .product-card .product-card__link:focus {
      text-decoration: underline; }
  .product-card .product-card__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0067b1;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .product-card .product-card__promo-info {
    text-align: center;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1;
    background: #0067b1;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    outline: 1px dashed #0067b1;
    outline-offset: 2px; }
  .product-card .product-card__subname {
    font-size: .875rem;
    font-weight: 600;
    color: #193c69;
    text-align: center; }
  .product-card .product-card__description p {
    font-size: .875rem;
    text-align: center; }
  .product-card .product-card__stock-info {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 152px;
    padding: 0 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .product-card .product-card__stock-info .stock-info__price {
    color: white;
    text-align: end;
    padding-right: 8px; }
  .product-card .product-card__stock-info .stock-info__price--old {
    font-size: 1rem;
    color: #f0f4f8;
    text-decoration: line-through;
    margin-bottom: -5px; }
  .product-card .product-card__stock-info .stock-info__price--new {
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap; }
  .product-card .product-card__stock-info .stock-info__quantity {
    font-size: .875rem;
    color: white;
    white-space: nowrap; }
  .product-card .product-card__in-bundle {
    margin: 20px auto 32px;
    font-size: 0.875rem;
    text-align: center; }
    .product-card .product-card__in-bundle p {
      display: block;
      max-width: 160px;
      margin: 0 auto 0.65em; }
    .product-card .product-card__in-bundle .btn {
      color: white;
      background-color: #0067b1;
      border-color: white; }
  .product-card .product-card__form {
    flex-grow: 1;
    margin: 0 0 32px; }
    .product-card .product-card__form form {
      display: flex;
      flex-direction: column;
      height: 100%; }
  .product-card .product-card__buy-button, .product-card .product-card__ss-button {
    position: relative;
    z-index: 3;
    padding-bottom: 14px; }
  .product-card .product-card__buy-button .btn.btn--secondary, .product-card .product-card__ss-button .btn.btn--secondary {
    color: #0067b1;
    background: #fff; }
  .product-card .product-card__ss-button {
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 0 0 24px;
    margin: 2px 0 0; }
    .product-card .product-card__ss-button .btn__inner {
      margin: 1px 0 0 0; }
    .product-card .product-card__ss-button p {
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      margin: 0 0 8px; }
  .product-card .product-card__image {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 90%;
    margin-bottom: -13%;
    -webkit-margin-end: -13%;
    margin-inline-end: 0;
    border-radius: 8px; }
    .product-card .product-card__image .product-card__image__link {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
      .product-card .product-card__image .product-card__image__link:focus::before {
        top: -0.5rem;
        bottom: -0.5rem;
        border-radius: 7px;
        outline: 1px dashed #183a6c; }
    .product-card .product-card__image:after {
      position: absolute;
      bottom: -15px;
      left: 50%;
      z-index: -1;
      width: 100%;
      height: 33px;
      background: rgba(16, 29, 67, 0.15);
      border-radius: 50%;
      content: "";
      filter: blur(4px);
      transform: translateX(-50%); }
  .product-card .product-card__image-img:before {
    display: block;
    padding-top: 100%;
    content: ""; }
  .product-card .product-card__image-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: none 0s ease 0s;
    object-fit: contain;
    object-position: 50% 100%; }

.product-card--bundle {
  background: linear-gradient(0deg, #0067b1, #0c2157);
  border: 0; }
  .product-card--bundle .product-card__line {
    opacity: 0; }
  .product-card--bundle .product-card__title {
    font-size: 1.5rem;
    color: white; }
  .product-card--bundle .product-card__image .product-card__image__link:focus::before {
    outline: 1px dashed white; }

.product-card--atc .product-card__text {
  flex-grow: 0;
  min-height: 76px; }
@media (max-width: 600px) {
  .product-card--atc .product-card__text {
    min-height: 0; } }

.product-card-new {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  transition: transform .2s;
  margin-inline-end: 0;
  height: 100%;
  background: white;
  border: 2px solid #e2e2e2;
  cursor: default; }
  .product-card-new:hover, .product-card-new:focus {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  .product-card-new::before {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    z-index: -1;
    display: none;
    border: 1px dashed #183a6c;
    border-radius: 10px;
    content: ''; }
  .product-card-new:focus-within {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
    .product-card-new:focus-within::before {
      display: block; }
  .product-card-new .product-card-new__line {
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    height: 8px;
    border-radius: 8px 8px 0 0; }
    .product-card-new .product-card-new__line.product-card-new__line--blue {
      background: #193c69; }
    .product-card-new .product-card-new__line.product-card-new__line--green {
      background: #39854f; }
    .product-card-new .product-card-new__line.product-card-new__line--gray {
      background: #e2e4e8; }
    .product-card-new .product-card-new__line.product-card-new__line--black {
      background: #0a0a0a; }
  .product-card-new .product-card-new__text {
    flex-grow: 1;
    padding: 0 32px;
    padding-bottom: 20px; }
  .product-card-new .product-card-new__badges {
    padding: 16px 0;
    position: relative;
    right: -1px;
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .product-card-new .product-card-new__badges__item {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 25px 0 18px;
    background: #de2928;
    width: max-content; }
    .product-card-new .product-card-new__badges__item:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      z-index: -1;
      width: 20px;
      background: #de2928;
      border-radius: 4px 0 0 4px;
      content: "";
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg); }
    .product-card-new .product-card-new__badges__item strong {
      font-weight: 800;
      margin: 0 0.3em; }
  .product-card-new .product-card-new__link {
    position: static;
    color: white;
    text-decoration: none; }
    .product-card-new .product-card-new__link:focus {
      text-decoration: underline; }
  .product-card-new .product-card-new__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212c52;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .product-card-new .product-card-new__promo-info {
    text-align: center;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1;
    background: #0067b1;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    outline: 1px dashed #0067b1;
    outline-offset: 2px; }
  .product-card-new .product-card-new__subname {
    font-size: .875rem;
    font-weight: 600;
    color: #193c69;
    text-align: center; }
  .product-card-new .product-card-new__description p {
    font-size: .875rem;
    text-align: center; }
  .product-card-new .product-card-new__stock-info {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 152px;
    padding: 0 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .product-card-new .product-card-new__stock-info .stock-info__price {
    color: white;
    text-align: end;
    padding-right: 8px; }
  .product-card-new .product-card-new__stock-info .stock-info__price--old {
    font-size: 1rem;
    color: #f0f4f8;
    text-decoration: line-through;
    margin-bottom: -5px; }
  .product-card-new .product-card-new__stock-info .stock-info__price--new {
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap; }
  .product-card-new .product-card-new__stock-info .stock-info__quantity {
    font-size: .875rem;
    color: white;
    white-space: nowrap; }
  .product-card-new .product-card-new__in-bundle {
    margin: 20px auto 32px;
    font-size: 0.875rem;
    text-align: center; }
    .product-card-new .product-card-new__in-bundle p {
      display: block;
      max-width: 160px;
      margin: 0 auto 0.65em; }
    .product-card-new .product-card-new__in-bundle .btn {
      color: white;
      background-color: #0067b1;
      border-color: white; }
  .product-card-new .product-card-new__form {
    flex-grow: 1;
    margin: 0 0 32px; }
    .product-card-new .product-card-new__form form {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .product-card-new .product-card-new__form .product-form__prices {
      flex-flow: column; }
      .product-card-new .product-card-new__form .product-form__prices .product-form__price-per-piece {
        font-size: .875rem; }
    .product-card-new .product-card-new__form .product-form__submit.btn:focus {
      background-color: #002c4b; }
    .product-card-new .product-card-new__form .product-options__item span:focus::before {
      outline-color: #183a6c; }
  .product-card-new .product-card-new__buy-button, .product-card-new .product-card-new__ss-button {
    position: relative;
    z-index: 3;
    padding-bottom: 14px; }
  .product-card-new .product-card-new__buy-button .btn.btn--secondary, .product-card-new .product-card-new__ss-button .btn.btn--secondary {
    color: #0067b1;
    background: #fff; }
  .product-card-new .product-card-new__ss-button {
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 0 0 24px;
    margin: 2px 0 0; }
    .product-card-new .product-card-new__ss-button .btn__inner {
      margin: 1px 0 0 0; }
    .product-card-new .product-card-new__ss-button p {
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      margin: 0 0 8px; }
  .product-card-new .product-card-new__image {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 100%;
    background: #f0f4f8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .product-card-new .product-card-new__image .product-card-new__image__link {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
      .product-card-new .product-card-new__image .product-card-new__image__link:focus::before {
        top: -0.5rem;
        bottom: -0.5rem;
        border-radius: 7px;
        outline: 1px dashed #183a6c; }
  .product-card-new .product-card-new__image-img:before {
    display: block;
    padding-top: 100%;
    content: ""; }
  .product-card-new .product-card-new__image-img img {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 1;
    transition: .1s ease-out;
    transition-property: transform, opacity, filter;
    object-fit: contain;
    object-position: 50% 100%; }
  .product-card-new .product-card-new__image-img img.loading {
    filter: blur(3px);
    transform: scale(0.9);
    opacity: .1; }

.product-card-new--bundle {
  background: linear-gradient(0deg, #0067b1, #0c2157);
  border: 0; }
  .product-card-new--bundle .product-card-new__line {
    opacity: 0; }
  .product-card-new--bundle .product-card-new__title {
    font-size: 1.5rem;
    color: white; }
  .product-card-new--bundle .product-card-new__image .product-card-new__image__link:focus::before {
    outline: 1px dashed white; }

.product-card-new--atc .product-card-new__text {
  flex-grow: 0;
  min-height: 76px; }
@media (max-width: 600px) {
  .product-card-new--atc .product-card-new__text {
    min-height: 0; } }

/* Big cards section */
.big-cards {
  padding: 2.5rem 0 1.75rem;
  background: #e2e4e8; }
  .big-cards .big-cards__header {
    text-align: center;
    margin: 0 auto;
    padding-bottom: .625rem; }
    .big-cards .big-cards__header h2, .big-cards .big-cards__header .h2 {
      color: #193c69; }
  .big-cards .big-cards__carousel {
    margin-right: -.75rem;
    margin-left: -.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .big-cards .big-cards__carousel .grid__item {
      position: relative;
      padding: 0 .75rem .75rem;
      z-index: 0; }
    .big-cards .big-cards__carousel .big-cards__content {
      padding: 1.25rem 1.25rem 0;
      min-height: 225px;
      height: calc(100% - 180px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    @media (max-width: 750px) {
      .big-cards .big-cards__carousel .big-cards__content {
        min-height: 175px; } }
    .big-cards .big-cards__carousel .big-cards__carousel-item {
      height: 100%;
      padding: 0;
      background: white;
      border-radius: .625rem;
      position: relative; }
      .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__title {
        color: #0067b1; }
      .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__title-text {
        margin: .625rem 0;
        font-size: 1.125rem;
        font-weight: bold;
        letter-spacing: .03125rem; }
      .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__text {
        margin-bottom: 1.25rem; }
      .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__text * {
        font-size: 1rem;
        font-weight: 500; }
      .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__image {
        height: 180px;
        border-radius: .625rem .625rem 0 0;
        position: relative; }
        .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__image img {
          max-height: 100%;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
        .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__image .big-card__image-badge {
          position: absolute;
          left: auto;
          top: 0;
          right: 0;
          bottom: auto;
          margin-top: .9375rem;
          text-align: left;
          font-size: .875rem;
          font-weight: 600;
          padding: .1875rem .875rem;
          border-top-left-radius: .1875rem; }
        .big-cards .big-cards__carousel .big-cards__carousel-item .big-card__image .big-card__image-badge::before {
          content: '';
          position: absolute;
          top: 0;
          left: -1.125rem;
          width: 0;
          height: 0;
          border-bottom-style: solid;
          border-bottom-width: 1.6875rem;
          border-left: 1.125rem solid transparent;
          border-bottom-left-radius: .3125rem;
          border-top-right-radius: .1875rem; }
      .big-cards .big-cards__carousel .big-cards__carousel-item a {
        position: static; }
        .big-cards .big-cards__carousel .big-cards__carousel-item a::after {
          position: absolute;
          top: -.5em;
          left: -.5em;
          width: calc(100% + 1em);
          height: calc(100% + 1em);
          content: '';
          z-index: 999;
          border: 1px dashed transparent;
          border-radius: 10px; }
        .big-cards .big-cards__carousel .big-cards__carousel-item a:focus::after {
          border-color: #183a6c; }
      .big-cards .big-cards__carousel .big-cards__carousel-item .btn {
        padding: .625rem 1.25rem;
        margin: auto 0 1.25rem;
        min-width: 138px; }
  @media (max-width: 550px) {
    .big-cards .big-cards__carousel .grid__item {
      width: 100%; } }
  .big-cards button:focus::before, .big-cards .btn:focus::before, .big-cards [role="button"]:focus::before {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    outline: 1px dashed #193c69; }

/*================ Cart page ================*/
.cart__top-message {
  background: #f0f4f8;
  padding: 12px 24px;
  text-align: center; }
  .cart__top-message + .cart__top-message {
    margin: 10px 0 0; }
  .cart__top-message p {
    color: #183a6c;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0.5em; }
    .cart__top-message p:last-child {
      margin: 0; }
    .cart__top-message p a {
      color: #183a6c; }
  .cart__top-message .page-width {
    padding: 0; }

.cart__info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 1em 1.5em;
  color: #193c69;
  background: #f0f4f8;
  border: 0;
  border-radius: 6px;
  margin: 0 0 -30px; }
  .cart__info p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 0 0.5em; }
    .cart__info p:last-child {
      margin: 0; }

.cart__main .cart__wrap {
  display: grid;
  gap: 120px;
  grid-template-columns: 1fr 360px;
  margin: 55px 0 96px; }
  @media (max-width: 991px) {
    .cart__main .cart__wrap {
      gap: 48px;
      grid-template-columns: 100%;
      margin: 0 0 64px; } }
  .cart__main .cart__wrap .cart__list .cart__items .cart__item {
    display: grid;
    align-items: start;
    padding: 42px 0;
    border-bottom: 1px solid rgba(24, 58, 108, 0.3);
    gap: 45px 35px;
    grid-template-areas: "image description quantity price" "image description quantity remove";
    grid-template-columns: 116px 1fr auto auto;
    grid-template-rows: auto auto; }
    @media (max-width: 991px) {
      .cart__main .cart__wrap .cart__list .cart__items .cart__item {
        gap: 24px 16px;
        grid-template-areas: "image description description" "remove quantity price";
        grid-template-columns: 101px auto 1fr; } }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item:last-of-type {
      border-bottom: 0; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__image {
      grid-area: image; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__image img {
        aspect-ratio: 1;
        width: 100%;
        object-fit: contain; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description {
      grid-area: description; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .selling-plan-details {
        display: inline-block;
        background: #193c69;
        padding: 2px 8px;
        margin-bottom: 8px;
        border-radius: 3px; }
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .selling-plan-details p {
          font-size: 0.75rem;
          color: #fff;
          margin: 0; }
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .selling-plan-details span {
          text-transform: uppercase;
          font-weight: 600;
          margin: 0 3px 0 5px;
          display: inline-block; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .title {
        text-decoration: none;
        display: inline-block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #183a6c; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .product-variant {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0.75rem;
        color: #5a6c87;
        white-space: unset; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .products-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0.75rem;
        color: #5a6c87;
        white-space: unset; }
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .products-list li {
          margin: 0 0 4px; }
          .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .products-list li:last-child {
            margin: 0; }
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__description .products-list .products-list__product {
          text-transform: capitalize; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__quantity {
      grid-area: quantity;
      text-align: center; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__quantity.hidden {
        display: none; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__quantity .title {
        padding-bottom: 20px;
        font-size: .75rem;
        font-weight: 600;
        color: #183a6c; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__price {
      grid-area: price;
      text-align: center;
      padding-left: 20px;
      color: #183a6c;
      font-weight: 600; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__price .title {
        padding-bottom: 20px;
        font-size: .75rem; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__price .price__old-price {
        font-size: .75rem;
        font-weight: 400;
        text-decoration: line-through; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__price .price__new-price {
        font-size: 14px; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__gift {
      display: block;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.2;
      margin: 0.5em 0 0;
      color: #de2928; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__remove {
      grid-area: remove;
      text-align: end;
      margin-top: unset; }
      @media (max-width: 991px) {
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__remove {
          text-align: start;
          margin-top: 40px;
          padding-bottom: 10px; } }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__remove .remove__button {
        font-size: .75rem;
        color: #0067b1;
        border-radius: 4px;
        line-height: 1.25rem; }
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__remove .remove__button:hover {
          color: #00497e; }
        .cart__main .cart__wrap .cart__list .cart__items .cart__item .cart__item__remove .remove__button:disabled {
          color: #606060;
          pointer-events: none;
          background-color: #e2e2e200;
          opacity: .6; }
  .cart__main .cart__wrap .cart__list .cart__items .cart__item--deleted {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item--deleted .deleted-item__text {
      color: #183a6c;
      white-space: pre-line; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item--deleted .deleted-item__text .text__link {
        font-weight: 600;
        color: #183a6c;
        text-decoration: none;
        display: inline-block; }
    .cart__main .cart__wrap .cart__list .cart__items .cart__item--deleted .deleted-item__undo-button {
      color: #0067b1;
      text-decoration: underline;
      text-transform: none;
      margin-left: 10px;
      text-decoration-style: dotted;
      text-underline-offset: 2px; }
      .cart__main .cart__wrap .cart__list .cart__items .cart__item--deleted .deleted-item__undo-button:hover {
        color: #002c4b; }
  .cart__main .cart__wrap .cart__list .buttons {
    display: flex;
    justify-content: flex-end;
    padding: 24px 0;
    border-top: 1px solid rgba(24, 58, 108, 0.3); }
    .cart__main .cart__wrap .cart__list .buttons .btn {
      font-size: 0.75rem;
      font-weight: 800;
      line-height: 1.25;
      min-height: 36px;
      padding: 0.5em 1.5em;
      margin: 0 0.5em 0 0; }
      .cart__main .cart__wrap .cart__list .buttons .btn:last-child {
        margin: 0 0 0 auto; }
      .cart__main .cart__wrap .cart__list .buttons .btn.disabled {
        color: #606060;
        background-color: #e2e2e2;
        border-color: #e2e2e2;
        opacity: 0.6;
        pointer-events: none; }
  .cart__main .cart__wrap .cart__sidebar {
    padding: 32px; }
    @media (max-width: 991px) {
      .cart__main .cart__wrap .cart__sidebar {
        padding: 0 8px; } }
    .cart__main .cart__wrap .cart__sidebar p {
      font-size: .875rem; }
    .cart__main .cart__wrap .cart__sidebar .prices {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: .875rem;
      font-weight: 600;
      color: #183a6c;
      display: grid;
      gap: 16px;
      grid-template-columns: 100%; }
      .cart__main .cart__wrap .cart__sidebar .prices .prices__item {
        display: grid;
        grid-template-columns: 1fr auto; }
        .cart__main .cart__wrap .cart__sidebar .prices .prices__item .prices__item__prices {
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          .cart__main .cart__wrap .cart__sidebar .prices .prices__item .prices__item__prices .prices__old-price {
            font-size: .75rem;
            font-weight: 400;
            text-decoration: line-through;
            padding-right: 8px;
            padding-bottom: 2px; }
    .cart__main .cart__wrap .cart__sidebar .cart__sidebar__btn {
      width: 100%;
      margin: 32px 0;
      background: #0067b1;
      border-color: #0067b1;
      color: white;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer; }
      .cart__main .cart__wrap .cart__sidebar .cart__sidebar__btn:hover {
        background: #183a6c;
        border-color: #183a6c; }
      .cart__main .cart__wrap .cart__sidebar .cart__sidebar__btn.disabled {
        color: #606060;
        border-color: #e2e2e2;
        pointer-events: none;
        background-color: #e2e2e2;
        opacity: .6; }
      .cart__main .cart__wrap .cart__sidebar .cart__sidebar__btn.btn--loading {
        color: transparent; }
    .cart__main .cart__wrap .cart__sidebar .extra-info {
      text-align: center;
      margin: 0 0 24px; }
      .cart__main .cart__wrap .cart__sidebar .extra-info + .extra-info {
        margin: -12px 0 24px; }
    .cart__main .cart__wrap .cart__sidebar .payment-methods {
      margin-bottom: 32px;
      display: grid;
      grid-template-columns: repeat(auto-fit, 62px);
      justify-content: center;
      gap: 16px; }
    .cart__main .cart__wrap .cart__sidebar .shopify-protect {
      display: grid;
      grid-template-columns: 102px 1fr;
      gap: 16px;
      justify-content: center;
      font-size: .875rem;
      align-items: center;
      margin-bottom: 34px;
      padding: 0 12px; }
      .cart__main .cart__wrap .cart__sidebar .shopify-protect .shopify-protect__logo .shopify-protect__logo__img {
        display: flex; }
    .cart__main .cart__wrap .cart__sidebar .support p {
      text-align: center;
      margin-bottom: 1rem; }
    .cart__main .cart__wrap .cart__sidebar .support a {
      color: #0067b1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .875rem;
      text-transform: uppercase; }
      .cart__main .cart__wrap .cart__sidebar .support a:hover {
        color: #183a6c; }
      .cart__main .cart__wrap .cart__sidebar .support a span {
        font-size: .75rem;
        margin-left: 10px; }
.cart__main .cart__empty {
  display: flex;
  flex-flow: column;
  padding: 176px 0;
  margin: 0 0 164px;
  color: #183a6c;
  text-align: center;
  min-height: 600px; }
  .cart__main .cart__empty span.icon {
    font-size: 3rem;
    line-height: 3rem;
    color: #e2e2e2; }
  .cart__main .cart__empty .content {
    padding: 24px 0; }
    .cart__main .cart__empty .content h3, .cart__main .cart__empty .content .h3 {
      font-size: 1.5rem;
      text-transform: uppercase;
      margin-bottom: 1em; }
  .cart__main .cart__empty .btn {
    align-self: center; }

.cart__about {
  background: #f0f4f8;
  color: #183a6c;
  padding: 96px 0; }
  @media (max-width: 768px) {
    .cart__about {
      padding: 64px 0; } }
  .cart__about .cart__about__grid {
    display: grid;
    grid-template-areas: "header header header" "icon icon icon";
    gap: 0 72px; }
    @media (max-width: 768px) {
      .cart__about .cart__about__grid {
        gap: 40px 72px;
        grid-template-areas: "header" "icon" "icon" "icon"; } }
    .cart__about .cart__about__grid h2, .cart__about .cart__about__grid .h2 {
      grid-area: header;
      text-align: center;
      margin: 0 auto 68px; }
      @media (max-width: 991px) {
        .cart__about .cart__about__grid h2, .cart__about .cart__about__grid .h2 {
          margin: 0 auto 12px; } }
    .cart__about .cart__about__grid .cart__about__item {
      display: grid;
      grid-template-columns: auto 1fr; }
      .cart__about .cart__about__grid .cart__about__item .icon {
        font-size: 30px;
        padding-inline-end: 27px;
        margin-top: -3px; }
      .cart__about .cart__about__grid .cart__about__item h3, .cart__about .cart__about__grid .cart__about__item .h3 {
        font-size: 1rem;
        font-weight: 600; }
      .cart__about .cart__about__grid .cart__about__item p {
        font-size: .875rem; }

.cart th,
.cart td {
  border: 0; }
.cart td {
  padding: 24px 0; }
.cart th {
  font-weight: 400;
  padding: 12px 0; }
.cart .cart__meta {
  padding-right: 15px; }
.cart .cart__top {
  text-align: right; }
  @media only screen and (max-width: 749px) {
    .cart .cart__top {
      text-align: center;
      margin: -5px 0 25px; } }

.cart__meta-text {
  padding: 5px 0;
  font-size: 0.875em;
  font-style: italic; }

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

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (max-width: 749px) {
    .cart__qty-input {
      padding-top: 2px;
      padding-bottom: 2px; } }

.cart__edit {
  margin-top: 10px; }

.cart__edit--active .cart__edit-text--cancel {
  display: none; }

.cart__edit-text--edit {
  display: none; }
  .cart__edit--active .cart__edit-text--edit {
    display: block; }

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none; }

.cart__row p {
  margin-bottom: 0; }
  .cart__row p + p {
    margin-top: 10px; }

.cart__subtotal-title {
  font-size: 1.125em; }

.cart__subtotal {
  padding-left: 12px; }
  @media only screen and (min-width: 750px) {
    .cart__subtotal {
      padding-left: 24px;
      min-width: 150px;
      display: inline-block; } }

.cart__savings {
  padding-top: 18px; }

.cart__savings-amount {
  padding-left: 12px; }
  @media only screen and (min-width: 750px) {
    .cart__savings-amount {
      padding-left: 24px;
      min-width: 150px;
      display: inline-block; } }

.cart__footer {
  padding-top: 17px; }

.cart__update--large {
  margin-right: 10px; }

.cart__continue--large {
  margin-right: 10px;
  line-height: 1.2; }

.cart__shipping {
  font-style: italic;
  font-size: 0.875em;
  padding: 18px 0 20px; }

.cart-note__label,
.cart-note__input {
  display: block; }
  @media only screen and (max-width: 749px) {
    .cart-note__label,
    .cart-note__input {
      margin: 0 auto; } }

.cart-note__label {
  margin-bottom: 15px; }

.cart-note__input {
  min-height: 50px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .cart-note__input {
      margin-bottom: 40px; } }

.cart__image {
  max-height: 95px; }

.cart__image-wrapper a {
  display: block;
  padding-right: 8.5px; }
  @media only screen and (min-width: 750px) {
    .cart__image-wrapper a {
      padding-right: 17px; } }

@media only screen and (min-width: 750px) {
  .cart__image-wrapper {
    width: 130px; }

  .cart__meta {
    max-width: 300px; }

  .cart__remove {
    margin-top: 4px; }

  .cart__qty {
    text-align: center; } }
@media only screen and (max-width: 749px) {
  .cart table {
    display: block;
    width: 100%; }
  .cart thead {
    display: none; }
  .cart tr,
  .cart tbody {
    width: 100%; }
  .cart tbody {
    display: block; }
  .cart .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: 24px; }

  .cart__update--show td {
    padding-bottom: 10px; }
  .cart__update--show .cart__update-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .cart-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }

  .cart-flex-item {
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .cart__info {
    margin: 0 0 10px; }

  .cart__meta {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }

  .cart__image-wrapper {
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px; }

  .cart__price-wrapper {
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: right; }

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

  .cart-message {
    padding-top: 20px; }

  .cart__qty {
    padding: 0 10px; }

  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125em;
    margin-right: 5px; } }
.cart--no-cookies .cart__continue-btn {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

.additional-checkout-buttons {
  margin-top: 24px; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }

/*================ Cart modal ================*/
.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  visibility: hidden;
  z-index: 3; }
  .cart-modal .cart-modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: 400ms opacity ease-in-out;
    z-index: 3; }
  .cart-modal .cart-modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: Min(768px, 100%);
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(18, 18, 18, 0.2);
    opacity: 0;
    transform: translateY(-50px);
    transition: 400ms all ease-in-out;
    z-index: 4; }
  .cart-modal .cart-modal__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(24, 58, 108, 0.3); }
    .cart-modal .cart-modal__header p {
      display: inline-block;
      margin: 0 16px 0 0;
      font-size: 1.125rem;
      font-weight: 600;
      color: #228351; }
    .cart-modal .cart-modal__header .message__mark {
      font-size: 1.625rem;
      font-weight: 300;
      color: #228351;
      padding: 0 7px 0 0; }
  .cart-modal .cart-modal__exit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #183a6c;
    font-size: 1.25rem;
    background: transparent;
    border: 0;
    margin: 0 0 0 auto;
    padding: 0;
    cursor: pointer; }
    .cart-modal .cart-modal__exit .icon {
      color: inherit;
      font-size: inherit;
      transform: rotate(45deg); }
  .cart-modal .cart-modal__product {
    padding: 32px 40px; }
    .cart-modal .cart-modal__product .cart-item {
      display: grid;
      align-items: start;
      color: #183a6c;
      gap: 6px 35px;
      grid-template-areas: "image description quantity price" "image description quantity remove";
      grid-template-columns: 116px 1fr auto auto;
      grid-template-rows: auto auto; }
      .cart-modal .cart-modal__product .cart-item .cart-item__image-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        grid-area: image; }
        .cart-modal .cart-modal__product .cart-item .cart-item__image-container img {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: 50% 50%; }
      .cart-modal .cart-modal__product .cart-item .cart-item__description-container {
        grid-area: description; }
        .cart-modal .cart-modal__product .cart-item .cart-item__description-container .description-container__title {
          display: inline-block;
          font-size: 1rem;
          font-weight: 600;
          color: inherit;
          text-decoration: none;
          margin: 0 0 16px; }
          .cart-modal .cart-modal__product .cart-item .cart-item__description-container .description-container__title:hover {
            text-decoration: underline; }
        .cart-modal .cart-modal__product .cart-item .cart-item__description-container .description-container__products-list {
          margin: 0;
          padding: 0;
          list-style: none;
          font-size: 0.75rem;
          color: #5a6c87;
          white-space: unset; }
          .cart-modal .cart-modal__product .cart-item .cart-item__description-container .description-container__products-list li {
            margin: 0 0 4px; }
            .cart-modal .cart-modal__product .cart-item .cart-item__description-container .description-container__products-list li:last-child {
              margin: 0; }
      .cart-modal .cart-modal__product .cart-item .cart-item__quantity-container {
        grid-area: quantity; }
        .cart-modal .cart-modal__product .cart-item .cart-item__quantity-container .quantity-container__title {
          display: block;
          text-align: center;
          font-size: 0.75rem;
          font-weight: 600;
          color: inherit;
          margin: 0 0 20px; }
      .cart-modal .cart-modal__product .cart-item .cart-item__quantity {
        font-size: 0.875rem;
        font-weight: 600;
        text-align: center; }
      .cart-modal .cart-modal__product .cart-item .cart-item__price-container {
        grid-area: price; }
        .cart-modal .cart-modal__product .cart-item .cart-item__price-container .price-container__title {
          display: block;
          text-align: center;
          font-size: 0.75rem;
          font-weight: 600;
          color: inherit;
          margin: 0 0 20px; }
      .cart-modal .cart-modal__product .cart-item .cart-item__price {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        font-weight: 600;
        text-align: center; }
        .cart-modal .cart-modal__product .cart-item .cart-item__price .price--old {
          font-size: 0.75rem;
          font-weight: 400;
          text-decoration: line-through;
          padding: 0;
          margin: 0 15px 0 0; }
    .cart-modal .cart-modal__product .selling-plan-details {
      display: inline-block;
      background: #193c69;
      padding: 2px 8px;
      margin-bottom: 8px;
      border-radius: 3px; }
      .cart-modal .cart-modal__product .selling-plan-details::after {
        content: '';
        display: block;
        clear: both; }
      .cart-modal .cart-modal__product .selling-plan-details p {
        font-size: 0.75rem;
        color: white;
        margin: 0; }
      .cart-modal .cart-modal__product .selling-plan-details span {
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 3px 0 5px;
        display: inline-block; }
  .cart-modal .cart-modal__summary {
    display: flex;
    justify-content: flex-end;
    padding: 15px 40px;
    color: #183a6c;
    background: #f0f4f8;
    border-top: 1px solid rgba(96, 96, 96, 0.3);
    border-bottom: 1px solid rgba(96, 96, 96, 0.3); }
    .cart-modal .cart-modal__summary .cart-modal__summary-item {
      display: flex;
      align-items: center;
      font-size: 0.875rem;
      font-weight: 600;
      color: inherit;
      margin: 0 40px 0 0; }
      .cart-modal .cart-modal__summary .cart-modal__summary-item:last-child {
        margin: 0; }
    .cart-modal .cart-modal__summary .cart-modal__summary-label {
      padding-right: 16px; }
  .cart-modal .cart-modal__action {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 40px; }
    .cart-modal .cart-modal__action .btn {
      font-size: 0.75rem;
      font-weight: 800;
      min-height: 32px;
      padding: 8px 15px; }
      .cart-modal .cart-modal__action .btn + .btn {
        margin: 0 16px 0 0; }
      .cart-modal .cart-modal__action .btn.cart-modal__button--cart {
        color: white;
        background: #0067b1; }
        .cart-modal .cart-modal__action .btn.cart-modal__button--cart:hover {
          background: #0e2255;
          border-color: #0e2255; }
  .cart-modal.visible {
    visibility: visible; }
    .cart-modal.visible .cart-modal__overlay {
      opacity: 1; }
    .cart-modal.visible .cart-modal__content {
      transform: translateY(0);
      opacity: 1; }
  @media (max-width: 991px) {
    .cart-modal .cart-modal__header p {
      font-size: 0.875rem; }
    .cart-modal .cart-modal__header .message__mark {
      font-size: 1.375rem; }
    .cart-modal .cart-modal__exit {
      width: 24px;
      height: 24px; }
    .cart-modal .cart-modal__product {
      padding: 32px 24px; }
      .cart-modal .cart-modal__product .cart-item {
        grid-template-areas: "image description description" "quantity price price"; }
        .cart-modal .cart-modal__product .cart-item .cart-item__quantity-container {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .cart-modal .cart-modal__product .cart-item .cart-item__quantity-container .quantity-container__title {
            margin: 0 16px 0 0; }
        .cart-modal .cart-modal__product .cart-item .cart-item__price-container {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .cart-modal .cart-modal__product .cart-item .cart-item__price-container .price-container__title {
            margin: 0 16px 0 0; }
    .cart-modal .cart-modal__summary {
      padding: 15px 24px;
      justify-content: space-between; }
      .cart-modal .cart-modal__summary .cart-modal__summary-label {
        font-size: 0.75rem; }
    .cart-modal .cart-modal__action {
      gap: 8px;
      padding: 16px 24px;
      justify-content: center;
      flex-flow: row-reverse wrap; }
      .cart-modal .cart-modal__action .btn {
        margin: 0; }
        .cart-modal .cart-modal__action .btn + .btn {
          margin: 0; } }
  @media (max-width: 450px) {
    .cart-modal {
      align-items: flex-start; }
      .cart-modal .cart-modal__content {
        margin: 64px auto; }
      .cart-modal .cart-modal__product .cart-item {
        gap: 0; }
        .cart-modal .cart-modal__product .cart-item .cart-item__image-container {
          margin: 0 0 16px; }
        .cart-modal .cart-modal__product .cart-item .cart-item__description-container {
          margin: 0 0 16px 16px; }
          .cart-modal .cart-modal__product .cart-item .cart-item__description-container .description-container__title {
            font-size: 0.875rem;
            margin: 0 0 8px; }
        .cart-modal .cart-modal__product .cart-item .cart-item__quantity-container {
          justify-content: flex-start; } }

/* Custom page templates - L&S */
.shopify-section-page-riedel-landing {
  background-color: #0C2157; }

.riedel-landing {
  background-color: #150d23;
  padding-bottom: 60px;
  border-radius: 10px; }

.riedel-landing img {
  border-radius: 3px; }

.riedel-landing a.btn {
  display: flex;
  margin: 60px auto 0;
  width: fit-content;
  transform: scale(1.3); }

@media (max-width: 768px) {
  .riedel-landing a.btn {
    transform: scale(1); } }
/*================ Breadcrumbs ================*/
nav.breadcrumb {
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-flow: row wrap; }
  nav.breadcrumb a {
    display: inline-block;
    color: white;
    font-size: inherit;
    font-weight: inherit;
    text-underline-offset: 2px;
    text-transform: capitalize;
    padding: 2px;
    border: 1px solid transparent; }
    nav.breadcrumb a:hover {
      text-decoration: underline; }
    nav.breadcrumb a::before {
      top: -0.1rem;
      left: -0.2rem;
      right: -0.2rem;
      bottom: -0.1rem; }
  nav.breadcrumb span {
    display: inline-block;
    font-weight: 400 !important;
    border: 0; }
    nav.breadcrumb span[aria-hidden] {
      padding: 0 7px; }
    nav.breadcrumb span:not(aria-hidden) {
      font-weight: inherit; }

nav.breadcrumb.breadcrumb--cart-page {
  padding: 24px 0; }
  nav.breadcrumb.breadcrumb--cart-page a {
    color: #0067b1; }
  nav.breadcrumb.breadcrumb--cart-page span {
    font-weight: 400; }

/*================ MODULES ================*/
.site-header {
  position: relative;
  background-color: #183a6c;
  border: 0;
  padding: 0;
  z-index: 3; }
  .site-header .site-header__top {
    font-size: 0.75rem;
    color: white;
    background: #0e2255; }
    .site-header .site-header__top .site-header__top-content {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 32px; }
  .site-header .site-header__main .site-header__main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 98px;
    padding-top: 8px;
    padding-bottom: 16px; }
    .site-header .site-header__main .site-header__main-content::after {
      display: none; }
  .site-header .site-header__account, .site-header .site-header__cart {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: white;
    margin: 4px 24px 0 0;
    opacity: 0.8; }
    .site-header .site-header__account:last-child, .site-header .site-header__cart:last-child {
      margin: 4px 12px 0 0; }
    .site-header .site-header__account span.icon, .site-header .site-header__cart span.icon {
      width: auto;
      height: auto; }
    .site-header .site-header__account svg, .site-header .site-header__cart svg {
      display: block;
      width: auto;
      height: 16px;
      margin: auto; }
      .site-header .site-header__account svg path, .site-header .site-header__cart svg path {
        fill: white; }
  .site-header .site-header__cart--mobile, .site-header .site-header__account--mobile {
    display: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    margin: 0 0 0 10px;
    border: 0;
    outline: 0; }
  .site-header .site-header__cart-count {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -7px;
    left: auto;
    bottom: auto;
    width: 14px;
    height: 14px;
    padding: 0;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 800;
    color: white;
    background: #de2928;
    border: 1px solid white;
    border-radius: 50%; }
    .site-header .site-header__cart-count span {
      text-align: inherit;
      width: 100%;
      padding: 0; }
  .site-header .site-header__logo-image {
    margin: 0 20px 0 0; }
    .site-header .site-header__logo-image .site-header__logo {
      max-width: 113px;
      margin: 1px 0 0 1px; }
      .site-header .site-header__logo-image .site-header__logo img {
        display: block; }
  .site-header .site-header__search {
    padding: 0; }
  .site-header .site-header__menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
    color: white;
    padding: 0;
    opacity: 0.8;
    margin: 0 0 0 10px;
    border: 0;
    outline: 0; }
    .site-header .site-header__menu.mobile-nav--open .icon--close {
      display: none; }
    .site-header .site-header__menu.mobile-nav--close {
      font-size: 0.875rem; }
      .site-header .site-header__menu.mobile-nav--close .icon--menu {
        display: none; }
    .site-header .site-header__menu .icon {
      width: auto;
      height: auto; }
  .site-header .site-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 36px;
    color: white;
    padding: 0;
    margin: 0; }
    .site-header .site-nav > li {
      padding: 0 12px; }
      .site-header .site-nav > li > .site-nav__link {
        text-decoration: none;
        line-height: 1.5; }
      .site-header .site-nav > li.site-nav--has-dropdown > .site-nav__link {
        display: flex;
        align-items: center; }
        .site-header .site-nav > li.site-nav--has-dropdown > .site-nav__link svg {
          margin: 0 0 0 5px; }
        .site-header .site-nav > li.site-nav--has-dropdown > .site-nav__link:hover {
          text-decoration: none; }
      .site-header .site-nav > li.site-nav--active-dropdown > a {
        opacity: 1; }
        .site-header .site-nav > li.site-nav--active-dropdown > a:hover {
          text-decoration: none; }
    .site-header .site-nav a {
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.2px;
      color: inherit;
      padding: 0 1px;
      opacity: 0.6;
      text-underline-offset: 2px;
      transition: opacity 0.3s; }
      .site-header .site-nav a:hover, .site-header .site-nav a:focus {
        text-decoration: underline;
        opacity: 1; }
      .site-header .site-nav a.site-nav__link--active {
        text-decoration: underline;
        opacity: 1; }
    .site-header .site-nav .site-nav__dropdown {
      background: white;
      border: 0;
      border-radius: 10px;
      color: #193c69;
      top: calc(100% + 10px);
      left: -15px;
      height: auto;
      min-width: 170px;
      padding: 15px; }
      .site-header .site-nav .site-nav__dropdown ul li {
        margin: 0 0 5px; }
        .site-header .site-nav .site-nav__dropdown ul li:last-child {
          margin: 0; }
      .site-header .site-nav .site-nav__dropdown .site-nav__link {
        text-transform: uppercase;
        opacity: 1; }
        .site-header .site-nav .site-nav__dropdown .site-nav__link:hover {
          background: transparent; }
  @media (max-width: 991px) {
    .site-header .site-header__top, .site-header .site-header__search, .site-header .site-nav {
      display: none; }
    .site-header .site-header__sub-nav {
      display: flex;
      align-items: center; }
    .site-header .site-header__menu, .site-header .site-header__cart--mobile, .site-header .site-header__account--mobile {
      display: inline-flex; }
    .site-header .site-header__logo-image .site-header__logo {
      min-width: 1px;
      width: 75px;
      margin: 0; }
    .site-header .site-header__main .site-header__main-content {
      height: 64px;
      padding-top: 0;
      padding-bottom: 0;
      align-items: center; } }

.search-header .search-header__input {
  display: block;
  max-width: 166px;
  height: 36px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  background: #0e2255;
  padding: 0 36px 0 16px; }
  .search-header .search-header__input::placeholder {
    color: rgba(255, 255, 255, 0.85); }
  .search-header .search-header__input:hover, .search-header .search-header__input:focus, .search-header .search-header__input:active {
    border-color: white; }
.search-header .search-header__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0 8px 0 0; }
.search-header .icon {
  font-size: 0.75rem;
  color: white;
  width: auto;
  height: auto; }

.announcement-bar {
  text-align: center;
  position: relative;
  z-index: 10; }

.announcement-bar--link {
  display: block; }

.announcement-bar__message {
  display: block;
  font-size: 1em;
  font-weight: 800;
  padding: 10px 24px; }
  @media only screen and (min-width: 750px) {
    .announcement-bar__message {
      padding: 10px 24px; } }

.site-header__logo {
  margin: 0 20px 0 0; }

.site-header__logo-link {
  display: inline-block;
  word-break: break-word; }

.site-header__logo-image {
  display: block; }
  @media only screen and (min-width: 750px) {
    .site-header__logo-image {
      margin: 0 auto; } }

.site-header__logo-image--centered img {
  margin: 0 auto; }

@media only screen and (min-width: 750px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto; } }
@media only screen and (max-width: 749px) {
  .site-header__icons .btn--link,
  .site-header__icons .site-header__cart {
    font-size: 1em; } }
.site-header__icons {
  position: relative;
  white-space: nowrap; }

.site-header__icons-wrapper {
  position: relative;
  margin-right: -10px; }

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative; }

.site-header__cart-title,
.site-header__search-title {
  display: inline-block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.site-header__cart-title {
  margin-right: 3px; }

.site-header__cart-count.site-header__cart-count--hide {
  display: none; }

.site-header__menu {
  display: none; }

.site-header .icon-hamburger,
.site-header .icon-close,
.site-header .icon-cart {
  height: 30px; }
  @media only screen and (min-width: 750px) {
    .site-header .icon-hamburger,
    .site-header .icon-close,
    .site-header .icon-cart {
      margin-right: 3px; } }

.article--listing {
  padding-top: 24px;
  margin-bottom: 24px; }

.article__title {
  margin-bottom: 12px; }

.article__author {
  margin-right: 10px; }

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 24px; }
  .template-article .article__author, .template-article
  .article__date {
    margin-bottom: 0; }

.article__tags {
  margin-bottom: 17.5px; }

.article__tags--list {
  font-style: italic; }

#shopify-section-article-template .rte h1, #shopify-section-article-template .rte .h1,
#shopify-section-article-template .rte h2,
#shopify-section-article-template .rte .h2,
#shopify-section-article-template .rte h3,
#shopify-section-article-template .rte .h3,
#shopify-section-article-template .rte h4,
#shopify-section-article-template .rte .h4,
#shopify-section-article-template .rte h5,
#shopify-section-article-template .rte .h5,
#shopify-section-article-template .rte p,
#shopify-section-article-template .rte ol,
#shopify-section-article-template .rte ul {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }
#shopify-section-article-template .rte p {
  line-height: 1.8;
  font-size: 1.125rem; }
#shopify-section-article-template .rte h2, #shopify-section-article-template .rte .h2 {
  font-size: 1.40em; }
#shopify-section-article-template .rte h3, #shopify-section-article-template .rte .h3 {
  font-size: 1.25em; }
#shopify-section-article-template .rte a {
  color: #e544c7; }
  #shopify-section-article-template .rte a:hover {
    color: #1066af; }
#shopify-section-article-template .rte li {
  line-height: 1.8;
  margin-left: 35px;
  font-size: 1.125rem; }
#shopify-section-article-template .rte .has-image {
  max-width: unset;
  text-align: center; }

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  margin-bottom: -35px;
  overflow: auto; }

.article__grid-tag {
  margin-right: 10px; }

.article__grid-meta {
  margin-bottom: 35px; }

@media only screen and (max-width: 749px) {
  .article__grid-meta--has-image {
    float: left;
    width: 100%;
    padding-left: 24px; } }
.article__grid-excerpt {
  margin-bottom: 8.5px; }

.article__grid-image-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  max-height: none !important; }
  .article__grid-image-wrapper .article__grid-image-container {
    overflow: hidden; }
    .article__grid-image-wrapper .article__grid-image-container .article__grid-image {
      -ms-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .article__grid-image-wrapper .article__grid-image-container:hover .article__grid-image {
      transform: scale(1.1) rotate(1deg); }

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 17.5px 0;
  min-height: 1px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .article__grid-image-container {
      float: left;
      margin: 0 0 35px 0; } }
  .article__grid-image-container img {
    display: block; }

.article__grid-image {
  margin: 0 auto;
  width: 100%; }
  .js .article__grid-image {
    position: absolute;
    top: 0;
    max-width: 100% !important;
    max-height: none !important; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0; }

.sidebar {
  margin-top: 40px; }

.sidebar__list {
  list-style: none;
  margin-bottom: 24px; }
  .sidebar__list li {
    margin-bottom: 10px; }

.pagination {
  text-align: center;
  list-style: none;
  font-size: 0.9375em;
  padding-top: 35px; }
  .pagination li {
    display: inline-block; }
  .pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle; }

.pagination__text {
  padding: 0 12px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 0.875em; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  .btn--share .icon-facebook {
    fill: #3b5998; }
  .btn--share .icon-twitter {
    fill: #00aced; }
  .btn--share .icon-pinterest {
    fill: #cb2027; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent; }

@media only screen and (max-width: 749px) {
  .search-bar__form {
    width: 100%; } }
.search-bar__submit .icon {
  position: relative;
  top: -1px;
  height: 30px; }

.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 5px;
  height: 100%;
  z-index: 1; }

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 2px;
  color: #637381;
  border-color: transparent;
  padding-left: 35px;
  width: 100%; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: #637381;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #637381;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #637381;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #637381;
    opacity: 1; }

.search-bar__input {
  border: 1px solid transparent; }
  .search-bar__input:focus {
    border-color: transparent; }

/*============================================================================
  The search submit button has pointer-events: none which also
  effects the :hover style. This forces the style to be applied.
==============================================================================*/
.search-header__input:hover + .btn--link {
  opacity: 0.6; }

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid #7f7f7f;
  padding: 0 12px; }

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle; }

.search-bar__form-wrapper {
  width: 90%; }

/*================ Header Search ================*/
.search-header {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 30px;
  vertical-align: middle; }
  .search-header.search--focus {
    max-width: 250px; }

.search-header__input {
  cursor: pointer; }

.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }

.search__submit {
  transition: ".3s"; }
  .search__submit:hover {
    opacity: 0.6; }

.no-svg .site-header__search {
  display: inline-block; }
.no-svg .search-header {
  max-width: none; }
.no-svg .search__input {
  width: auto;
  padding-left: 60px; }

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase; }
  .mobile-nav__link:hover, .mobile-nav__link:focus, .mobile-nav__link:active,
  .mobile-nav__sublist-link:hover,
  .mobile-nav__sublist-link:focus,
  .mobile-nav__sublist-link:active {
    text-decoration: underline;
    text-underline-offset: 3px; }

.mobile-nav__link {
  position: relative;
  color: white;
  outline: none; }

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
  padding-right: 30px; }

.mobile-nav__item {
  display: block;
  width: 100%; }
  .mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px; }

.mobile-nav__return {
  border-right: 1px solid white; }

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px;
  color: white; }

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  pointer-events: none;
  overflow: hidden; }

.mobile-nav__table {
  display: table;
  width: 100%; }

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal; }

.mobile-nav__toggle-button {
  padding: 20px 15px; }

.mobile-nav__dropdown {
  position: absolute;
  background-color: white;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none; }
  .is-active + .mobile-nav__dropdown {
    display: block;
    opacity: 1; }
  .mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99; }
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
    .mobile-nav__dropdown .mobile-nav__sublist-header:hover {
      text-decoration: none; }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  background-color: #193c69;
  display: none;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 64px) !important;
  z-index: 4; }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block; }
  .mobile-nav-wrapper.sub-nav--is-open {
    height: calc(100% - 64px);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .mobile-nav-wrapper .mobile-nav-wrapper__search {
    position: relative;
    padding: 0 24px;
    margin: 28px 0 20px; }
  .mobile-nav-wrapper .mobile-nav__dropdown {
    background-color: transparent; }
    .mobile-nav-wrapper .mobile-nav__dropdown .mobile-nav__sublist-link {
      color: white;
      padding: 12px 24px; }
  .mobile-nav-wrapper .search-header {
    max-width: 100%; }
    .mobile-nav-wrapper .search-header .search-header__input {
      max-width: 100%; }
    .mobile-nav-wrapper .search-header .search-header__submit {
      padding: 0; }

.mobile-nav--open .icon-close {
  display: none; }

.mobile-nav--close .icon-hamburger {
  display: none; }

/*================ Sub navigation ============*/
.sub-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0067b1;
  z-index: 3; }
  .sub-navigation::before, .sub-navigation::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 24px;
    content: ''; }
  .sub-navigation::before {
    left: 0;
    background: linear-gradient(90deg, #0067b1 0, rgba(0, 103, 177, 0)); }
  .sub-navigation::after {
    right: 0;
    background: linear-gradient(270deg, #0067b1 0, rgba(0, 103, 177, 0)); }
  .sub-navigation .navigation__dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 1176px;
    padding: 0 12px;
    list-style: none;
    overflow: visible; }
  .sub-navigation .navigation__dropdown-item {
    padding: 0 12px;
    height: 48px;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    .sub-navigation .navigation__dropdown-item a {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: 0.2px;
      text-transform: capitalize;
      color: #f0f4f8;
      padding: 0 1px;
      text-underline-offset: 2px; }
      .sub-navigation .navigation__dropdown-item a:hover, .sub-navigation .navigation__dropdown-item a:focus {
        text-decoration: underline; }
      .sub-navigation .navigation__dropdown-item a::before::before {
        top: -0.2rem;
        left: -0.3rem;
        right: -0.3rem;
        bottom: -0.2rem; }
    .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--active a {
      font-weight: 600;
      text-decoration: underline; }
    .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent {
      position: relative; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent > a {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px; }
        .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent > a::after {
          content: '';
          display: inline-block;
          top: -1px;
          position: relative;
          width: 6px;
          height: 6px;
          border-left: 1px solid #dfe6eb;
          border-bottom: 1px solid #dfe6eb;
          transform: rotate(-45deg);
          transition: .2s ease-out;
          transition-property: transform; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent ul {
        position: absolute;
        top: 100%;
        left: 50%;
        text-align: center;
        list-style: none;
        flex-flow: column;
        background: #0067b1;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: none;
        opacity: 0;
        transform: translate(-50%, 8px);
        transition: .2s ease-out;
        transition-property: opacity, transform; }
        .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent ul li {
          height: 48px;
          width: 100%;
          padding: 0 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #0002;
          border-bottom: 1px solid #fff1; }
          .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent ul li:last-child {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            border-bottom: none; }
        .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent ul::after {
          content: '';
          position: absolute;
          top: 0;
          width: 100%;
          height: 24px; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent::before {
        content: '';
        position: absolute;
        bottom: -8px;
        left: calc(50% - 8px);
        border-bottom: 8px solid #0002;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        opacity: 0;
        transition: none; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent.is-active::before {
        bottom: 0;
        opacity: 1;
        transition: .2s ease-in-out;
        transition-delay: .01s;
        transition-property: bottom, opacity; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent.is-active > a::after {
        position: relative;
        top: 2px;
        transform: rotate(135deg); }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent.is-active ul {
        display: flex; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent.is-visible ul {
        opacity: 1;
        transform: translate(-50%, 0); }
  @media (max-width: 1050px) {
    .sub-navigation .navigation__dropdown {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 991px) {
    .sub-navigation .navigation__dropdown {
      overflow-x: auto;
      overflow-y: hidden; }
    .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent ul {
      position: fixed;
      top: 112px;
      left: initial;
      right: 0;
      width: 100%;
      transform: translate(0, 8px);
      border-radius: 0; }
      .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent ul li:last-child {
        border-radius: 0; }
    .sub-navigation .navigation__dropdown-item.navigation__dropdown-item--parent.is-visible ul {
      transform: translate(0); } }
  @media (max-width: 640px) {
    .sub-navigation .navigation__dropdown {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: white;
  bottom: 0;
  color: #637381;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }

.modal__close {
  border: 0;
  padding: 24px;
  position: fixed;
  top: 0;
  right: 0; }
  .modal__close .icon {
    font-size: 1.25em; }

  /*============================================================================
    Hero slider

    Extends default slick slider styles.
    Extra specificity in selectors is used to override defaults.
  ==============================================================================*/
.slideshow-wrapper {
  position: relative; }

.slideshow {
  overflow: hidden;
  height: 325px;
  margin-bottom: 0; }
  .slideshow.slideshow--medium {
    height: 500px; }
  .slideshow.slideshow--large {
    height: 575px; }
  @media only screen and (min-width: 750px) {
    .slideshow {
      height: 475px; }
      .slideshow.slideshow--medium {
        height: 650px; }
      .slideshow.slideshow--large {
        height: 775px; } }
  .slideshow .slideshow__slide,
  .slideshow .slick-list,
  .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-prev,
  .slideshow .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px; }
  .slideshow .slick-prev {
    left: 0; }
  .slideshow .slick-next {
    right: 0; }
  .slideshow .slick-dots {
    bottom: 24px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .slideshow .slick-dots li button::before {
      color: white; }

.video-is-playing .slick-dots {
  display: none !important; }

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: #de2928;
  padding: 12px;
  z-index: 10000;
  transition: none; }
  .video-is-playing .slideshow__pause:focus {
    display: none; }

.slideshow__pause-stop {
  display: block; }
  .is-paused .slideshow__pause-stop {
    display: none; }

.slideshow__pause-play {
  display: none; }
  .is-paused .slideshow__pause-play {
    display: block; }

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.26;
  z-index: 3; }

/*================ Slide images ================*/
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }
  .slideshow__slide--background-video .slideshow__image {
    opacity: 0; }
  .no-autoplay .slideshow__image {
    opacity: 1; }

.ie9 .slideshow__slide {
  z-index: 1 !important; }
.ie9 .slick-dots {
  z-index: 2; }

/*================ Slide text ================*/
.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__slide--has-background-video .slideshow__text-wrap {
    padding-top: 72px; }
  .video-is-playing .slideshow__text-wrap {
    display: none; }
  .slideshow__slide.video-is-paused .slideshow__text-wrap {
    display: none; }

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3; }
  .slick-active .slideshow__text-content, .no-js .slideshow__text-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }
  .slideshow__text-content::after {
    content: '';
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    bottom: -24px;
    left: 50%; }
  .slick-initialized .slideshow__text-content::after, .no-js .slideshow__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none; }

.slideshow__title {
  color: white; }

.slideshow__subtitle {
  display: block;
  color: white; }

/*================ Video styles ================*/
.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in; }
  .autoplay .slideshow__video--background.video-is-loaded {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }
  .ie9 .slideshow__video--chrome {
    display: block; }
  .slideshow__slide.video-is-playing .slideshow__video--chrome, .slideshow__slide.video-is-paused .slideshow__video--chrome {
    display: block;
    visibility: visible;
    opacity: 1; }

/*================ Video control buttons ================*/
.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out; }
  .slideshow__video-control:hover, .slideshow__video-control:focus {
    opacity: 0.7; }

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 4;
  top: 50%;
  left: 50%; }
  .ie9 .video-loader, .video-is-loaded .video-loader, .video-is-playing .video-loader, .video-is-paused .video-loader, .autoplay .video-loader, .no-autoplay .video-loader {
    content: none;
    display: none; }
  .video-is-loading .video-loader, .autoplay .video-is-loading .video-loader, .no-autoplay .video-is-loading .video-loader {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control--play-wrapper {
  height: 30px; }
  @media only screen and (min-width: 750px) {
    .slideshow__video-control--play-wrapper {
      height: 45px; } }

@media only screen and (min-width: 750px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: 30px; } }
.slideshow__video-control--play {
  opacity: 0;
  color: white;
  position: relative;
  margin: 0 auto; }
  .slideshow__video-control--play .slideshow__video--background {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-is-loaded .slideshow__video-control--play {
    display: block;
    visibility: visible;
    opacity: 1; }
  .video-is-loading .slideshow__video-control--play, .video-is-playing .slideshow__video-control--play, .slideshow__slide.video-is-paused .slideshow__video-control--play {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .slideshow__video-control--play .icon {
    width: 42px;
    height: 100%; }
    @media only screen and (min-width: 750px) {
      .slideshow__video-control--play .icon {
        width: 65px; } }

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  background-color: white;
  color: black; }
  .video-is-playing .slideshow__video-control--close, .slideshow__slide.video-is-paused .slideshow__video-control--close {
    display: block;
    visibility: visible;
    opacity: 1; }
  .slideshow__video-control--close .icon {
    display: block;
    width: 20px;
    height: 20px; }

.product-price__price {
  font-weight: 800; }
  .grid-view-item.product-price--sold-out .product-price__price {
    text-decoration: line-through; }

.product-price__sale--single {
  padding-left: 10px; }

.grid-view-item__items {
  font-size: 1rem;
  font-weight: 700; }

.product-price__sale,
.product__price--sale,
.saved-percent,
.saved-amount {
  color: #bf180b;
  font-size: 1.2rem;
  font-weight: 600; }

.saved-label,
.saved-amount,
.saved-percent {
  font-size: 1rem;
  font-weight: 400; }

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.9rem; }

.product-price__sold-out {
  font-weight: 800;
  white-space: nowrap; }

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid #7f7f7f;
  border-top: 1px solid #7f7f7f;
  margin-bottom: 24px; }
  @media only screen and (min-width: 750px) {
    .filters-toolbar-wrapper {
      margin-bottom: 35px; } }

.filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  .no-flexbox .filters-toolbar__item {
    text-align: left !important; }

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center; }

.no-flexbox .filters-toolbar select {
  width: 100% !important; }

.filters-toolbar__input {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: white;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    .filters-toolbar__input {
      height: 46px; } }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__input--sort {
  margin-right: -10px; }
  .no-flexbox .filters-toolbar__input--sort {
    margin: 0; }

.filters-toolbar__input--filter {
  margin-left: -15px; }
  .no-flexbox .filters-toolbar__input--filter {
    margin: 0; }

.filters-toolbar__product-count {
  font-size: 0.9375em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 749px) {
    .filters-toolbar__product-count {
      font-size: 0.875em;
      line-height: 46px; } }

.social-icons__link {
  display: block;
  padding: 0 3px; }
  .social-icons__link:first-child {
    margin-left: 0; }

.site-footer {
  position: relative;
  z-index: 2;
  background-color: #0e2255; }
  .site-footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    background: #fff;
    content: "";
    height: 8px;
    border-radius: 50% 50% 50% 50%/0 0 100% 100%;
    box-shadow: 0 0 5px #fff, 0 0 17px #2a91dc, 0 0 17px #2a91dc, 0 0 17px #2a91dc, 0 0 17px #2a91dc; }
  .site-footer a {
    color: #fff; }

@media (max-width: 991px) {
  .site-footer::before {
    height: 3px;
    box-shadow: 0 0 3px #fff, 0 0 7px #2a91dc, 0 0 9px #2a91dc; } }
.site-footer__top {
  padding: 80px 0 50px; }

.site-footer__top__grid {
  display: grid;
  gap: 50px;
  grid-template-areas: "logo nav rest";
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto; }
  .site-footer__top__grid .logo {
    grid-area: logo;
    width: 104px; }
    .site-footer__top__grid .logo svg {
      width: 100%;
      height: 100%; }
  .site-footer__top__grid .nav {
    grid-area: nav; }
    .site-footer__top__grid .nav ul {
      margin: 0;
      list-style: none;
      font-size: .75rem;
      padding: 0;
      border-bottom: 0;
      gap: 16px 50px;
      display: grid;
      grid-area: nav;
      grid-template-columns: auto auto; }
      .site-footer__top__grid .nav ul li a {
        font-weight: 400;
        line-height: 20px; }
        .site-footer__top__grid .nav ul li a:hover {
          text-decoration: underline;
          text-underline-offset: 3px; }

@media (max-width: 991px) {
  .site-footer__top {
    padding: 60px 0 50px; }

  .site-footer__top__grid {
    gap: 40px 24px;
    grid-template-areas: "nav nav" "logo rest";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto; }
    .site-footer__top__grid .nav ul {
      padding: 0 0 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      gap: 24px; } }
.site-footer__bottom {
  color: #fff;
  background: rgba(18, 18, 18, 0.2); }

.site-footer__bottom__grid {
  display: flex;
  justify-content: space-between;
  padding: 16px 0; }
  .site-footer__bottom__grid .copyrights {
    display: flex;
    align-items: center; }
    .site-footer__bottom__grid .copyrights p {
      font-size: 0.75rem;
      color: #fff; }
  .site-footer__bottom__grid .social-icons ul {
    display: flex; }
    .site-footer__bottom__grid .social-icons ul li {
      padding-left: 15px;
      display: inline-block; }
      .site-footer__bottom__grid .social-icons ul li a {
        opacity: .8;
        border: 1px solid transparent; }
        .site-footer__bottom__grid .social-icons ul li a:hover {
          opacity: 1; }

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 749px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: block; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media only screen and (max-width: 749px) {
    .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%; } }

.feature-row__image-wrapper {
  margin: 0 auto 9.44444px;
  position: relative;
  width: 100%; }

.feature-row__image {
  display: block;
  margin: 0 auto; }
  .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0; }
  @media only screen and (max-width: 749px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 17px;
  padding-bottom: 17px; }
  @media only screen and (max-width: 749px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

@media only screen and (min-width: 750px) {
  .feature-row__text--left {
    padding-left: 17px; }

  .feature-row__text--right {
    padding-right: 17px; } }
@media only screen and (min-width: 750px) {
  .featured-row__subtext {
    font-size: 1.125em; } }
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.hero--x-small {
  height: 94px; }

.hero--small {
  height: 225px; }

.hero--medium {
  height: 357px; }

.hero--large {
  height: 488px; }

.hero--x-large {
  height: 582px; }

@media only screen and (min-width: 750px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 475px; }

  .hero--large {
    height: 650px; }

  .hero--x-large {
    height: 775px; } }
.hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.26;
  z-index: 1; }

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 35px 0;
  color: white;
  z-index: 2; }

.hero__btn {
  background-color: white;
  color: black;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px; }
  .hero__btn.btn--second {
    background: #E544C7;
    color: #fff; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider__text {
  font-size: 1.10938em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px; }
  .quotes-slider__text cite {
    font-size: 0.8em;
    font-style: normal; }
  .quotes-slider__text p {
    margin-bottom: 30px; }
    .quotes-slider__text p + cite {
      margin-top: 0; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 35px; }
  .quotes-wrapper .slick-dots li button::before {
    color: #637381;
    opacity: 0.2; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.logo-bar {
  text-align: center;
  margin-bottom: -17px; }

@media only screen and (min-width: 750px) {
  .logo-bar--large {
    margin-bottom: -35px; } }
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 17.5px 17px; }

@media only screen and (min-width: 750px) {
  .logo-bar__item--large {
    margin-bottom: 35px; } }
.logo-bar__image {
  display: block;
  margin: 0 auto; }

.logo-bar__link {
  display: block; }

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (min-width: 750px) {
    .map-section {
      min-height: 500px; } }

.map-section--load-error {
  height: auto; }

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2; }

.map-section__error {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 750px) {
    .map-section__error {
      position: absolute;
      margin: 0 2rem;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .map-section__content-wrapper {
      -ms-flex-preferred-size: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%; } }
  @media only screen and (min-width: 990px) {
    .map-section__content-wrapper {
      -ms-flex-preferred-size: 33%;
      -webkit-flex-basis: 33%;
      -moz-flex-basis: 33%;
      flex-basis: 33%; } }

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: rgba(95, 93, 93, 0.05);
  padding: 17px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .map-section__content > * {
    width: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__content {
      background-color: white;
      margin: 24px 0;
      min-height: 300px; }
      .ie9 .map-section__content {
        top: 10%; } }
  .map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0; }
  @media only screen and (min-width: 750px) {
    .map-section__container {
      position: absolute;
      height: 100%;
      top: 0;
      width: 130%; } }

.map_section__directions-btn [class^="icon"] {
  height: 1em; }
.map_section__directions-btn * {
  vertical-align: middle; }

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__background-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; } }
  .ie9 .map-section__background-wrapper {
    width: 100%;
    height: 500px; }
  .map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh; }

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 750px) {
    .map-section__image {
      position: absolute; } }
  .map-section--display-map .map-section__image {
    display: none !important; }
  .map-section--load-error .map-section__image {
    display: block !important; }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

.image-bar {
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .image-bar {
      max-width: 400px;
      margin: 0 auto; } }

.image-bar__item {
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.image-bar__link:focus .image-bar__content {
  border-color: #3d4246; }

.image-bar__content, .image-bar__item {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
    height: 94px; }
  .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
    height: 225px; }
  .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
    height: 357px; }
  .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
    height: 488px; }
  .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
    height: 582px; }
  @media only screen and (min-width: 750px) {
    .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
      height: 125px; }
    .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
      height: 300px; }
    .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
      height: 475px; }
    .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
      height: 650px; }
    .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
      height: 775px; } }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.26; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media only screen and (max-width: 749px) {
    .custom-content {
      margin-bottom: -22px;
      margin-left: -22px; } }

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media only screen and (max-width: 749px) {
    .custom__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 22px;
      margin-bottom: 22px; }
      .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }

.custom__item--image {
  margin: 0 auto;
  padding-left: 0; }

.custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%; }

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }

.custom__item-inner--image {
  position: relative;
  margin: 0 auto; }

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

.rich-text__heading--large {
  font-size: 1.4em; }

.rich-text__heading--small {
  font-size: 0.88em; }

.rich-text__text--large {
  font-size: 1.125em; }

.rich-text__text--small {
  font-size: 0.875em; }

/*============================================================================
  Newlsetter
==============================================================================*/
.signup {
  background: linear-gradient(0deg, #0067b1, #0c2157);
  color: white;
  padding: 96px 0; }
  .signup p {
    color: white;
    margin: 0 0 1em; }
    .signup p:last-child {
      margin: 0; }
  .signup a {
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px; }
  @media (max-width: 991px) {
    .signup {
      padding: 64px 0; } }
  .signup .signup__wrap {
    display: grid;
    gap: 120px;
    grid-template-columns: 455px 1fr;
    align-items: center; }
    .signup .signup__wrap > * {
      width: 100%; }
    @media (max-width: 1200px) {
      .signup .signup__wrap {
        gap: 80px; } }
    @media (max-width: 991px) {
      .signup .signup__wrap {
        gap: 54px;
        grid-template-columns: 1fr;
        justify-items: center; }
        .signup .signup__wrap > * {
          width: auto; } }
  .signup .signup__image img {
    width: 455px;
    max-width: 100%; }
  .signup .signup__typ {
    display: none; }
    .signup .signup__typ h2, .signup .signup__typ .h2 {
      margin-bottom: 16px; }
    .signup .signup__typ .subheading p {
      margin: 0; }
    @media (max-width: 991px) {
      .signup .signup__typ h2, .signup .signup__typ .h2 {
        margin-bottom: 24px; } }
  .signup .signup__form h2, .signup .signup__form .h2 {
    margin-bottom: 16px; }
  .signup .signup__form .subheading p {
    margin: 0; }
  @media (max-width: 991px) {
    .signup .signup__form h2, .signup .signup__form .h2 {
      margin-bottom: 24px; } }
  .signup .signup__form form {
    display: grid;
    padding-top: 40px;
    gap: 24px;
    grid-template-areas: "name email" "rest rest";
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 767px) {
      .signup .signup__form form {
        grid-template-areas: "name" "email" "rest";
        grid-template-columns: 1fr; } }
    .signup .signup__form form .signup__form-group label {
      font-size: .75rem;
      font-weight: 600;
      display: block;
      padding-bottom: 6px;
      margin-bottom: 0; }
    .signup .signup__form form .signup__form-group input {
      font-size: 1rem;
      color: #fff;
      display: block;
      width: 100%;
      height: 48px;
      padding: 5px 20px;
      background: rgba(18, 18, 18, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 24px; }
      .signup .signup__form form .signup__form-group input:hover, .signup .signup__form form .signup__form-group input:focus {
        border-color: white; }
    .signup .signup__form form .signup__form-group a:focus {
      outline: 1px dashed white;
      outline-offset: 3px; }
      .signup .signup__form form .signup__form-group a:focus::before {
        display: none; }
    .signup .signup__form form .signup__form-group .input-error {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.1;
      color: #ff9191;
      margin: 0.5em 0 0; }
    .signup .signup__form form .signup__form-group--name {
      grid-area: name; }
    .signup .signup__form form .signup__form-group--email {
      grid-area: email; }
    .signup .signup__form form .signup__form-group--rest {
      grid-area: rest; }
      .signup .signup__form form .signup__form-group--rest .signup__error {
        display: none;
        color: #de2928;
        margin-bottom: 16px; }
    .signup .signup__form form .terms {
      font-size: .75rem;
      margin-bottom: 24px; }
    .signup .signup__form form button {
      margin-top: 24px; }

/*============================================================================
  Fixes for Slideshow section
==============================================================================*/
.slideshow {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto; }
  .slideshow .slideshow__image--desktop {
    display: block; }
  .slideshow .slideshow__image--mobile {
    display: none; }
  @media only screen and (max-width: 1399px) {
    .slideshow {
      height: 425px; }
      .slideshow.slideshow--medium {
        height: 600px; }
      .slideshow.slideshow--large {
        height: 705px; } }
  @media only screen and (max-width: 989px) {
    .slideshow {
      height: 375px; }
      .slideshow.slideshow--medium {
        height: 550px; }
      .slideshow.slideshow--large {
        height: 655px; } }
  @media only screen and (max-width: 749px) {
    .slideshow {
      height: 325px; }
      .slideshow .slideshow__image--desktop {
        display: none;
        background: none !important; }
      .slideshow .slideshow__image--mobile {
        display: block; }
      .slideshow.slideshow--medium {
        height: 420px; }
      .slideshow.slideshow--large {
        height: 505px; } }

/*============================================================================
  Fixes Related products
==============================================================================*/
.aw-arp-block {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px; }
  @media only screen and (max-width: 1399px) {
    .aw-arp-block {
      max-width: 1200px; } }
  @media only screen and (max-width: 749px) {
    .aw-arp-block {
      margin-top: 60px;
      width: 80% !important;
      padding-right: 22px;
      padding-left: 22px; } }

.aw-arp-block__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36.4px; }
  @media only screen and (max-width: 1399px) {
    .aw-arp-block__title {
      font-size: 31.2px; } }

.aw-arp-grid__item {
  text-align: center; }
  @media only screen and (max-width: 1399px) {
    .aw-arp-grid__item {
      width: 45% !important;
      margin-right: 2.5%;
      margin-left: 2.5% !important;
      clear: none !important; } }
  @media only screen and (max-width: 749px) {
    .aw-arp-grid__item {
      width: 80% !important;
      margin-right: 10% !important;
      margin-left: 10% !important; } }

/*============================================================================
  Main styles
==============================================================================*/
.gempage #MainContent #m-1519651720752, .gempage #MainContent #r-1519744017823, .gempage #MainContent #r-1519919148090 {
  margin-top: -35px !important; }
.gempage #MainContent .btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important; }
  .gempage #MainContent .btn:hover {
    opacity: 0.6 !important; }
.gempage #MainContent #r-1519744017823 {
  background-size: cover;
  background-attachment: unset !important; }
.gempage #MainContent #c-1520935579073 {
  padding-top: 20px; }
.gempage #MainContent #e-1519745089120 {
  min-height: 20px; }
.gempage #MainContent #e-1519745139914 {
  margin-top: 20px !important; }
.gempage #MainContent #e-1519745228868, .gempage #MainContent #e-1519745234876 {
  margin: 30px 0 !important; }
.gempage #MainContent #c-1519919148141, .gempage #MainContent #c-1519919162444 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.gempage #MainContent .gryffeditor:not(.gryffeditor--full-width) {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }

.main-content .section-header h2, .main-content .section-header .h2,
.main-content .section-header h3,
.main-content .section-header .h3,
.main-content .section-header .h3 {
  text-transform: uppercase; }
  @media only screen and (min-width: 990px) {
    .main-content .section-header h2, .main-content .section-header .h2,
    .main-content .section-header h3,
    .main-content .section-header .h3,
    .main-content .section-header .h3 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1400px) {
    .main-content .section-header h2, .main-content .section-header .h2,
    .main-content .section-header h3,
    .main-content .section-header .h3,
    .main-content .section-header .h3 {
      font-size: 1.7em; } }
.main-content .section-header h1, .main-content .section-header .h1 {
  margin-bottom: 20px; }

.main-content .index-section .h3 {
  text-transform: uppercase; }
  @media only screen and (min-width: 990px) {
    .main-content .index-section .h3 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1400px) {
    .main-content .index-section .h3 {
      font-size: 1.7em; } }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

[class$="-image-box"] {
  display: block !important; }

#up-collection-label {
  color: #6c747a;
  font-weight: bold;
  font-size: 13px; }

#related_articles_header, #related_products_header {
  font-weight: 700;
  font-size: 26px;
  margin-top: 40px; }

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.checkbox {
  display: flex; }
  .checkbox.checkbox--content-right {
    justify-content: flex-end; }
  .checkbox .checkbox__input {
    margin: 0 8px 0 0;
    position: relative;
    top: 4px; }

.checkbox--error .checkbox__label, .checkbox--error .checkbox__label a {
  color: #d20000; }
.checkbox--error .checkbox__input {
  -ms-box-shadow: 0 1px 0 1px #d20000;
  -webkit-box-shadow: 0 1px 0 1px #d20000;
  box-shadow: 0 1px 0 1px #d20000; }

.unit-price {
  display: block;
  font-size: 15px;
  margin: 3px 0; }
  .unit-price.unit-price--large {
    font-size: 20px; }

.template-article #related_products_slider .owl-item {
  text-align: center; }
  .template-article #related_products_slider .owl-item a {
    display: inline-block !important;
    width: auto; }
  .template-article #related_products_slider .owl-item img {
    width: auto;
    max-height: 250px;
    margin-right: auto;
    margin-left: auto; }

.aw-arp-slider__item {
  text-align: center; }
  .aw-arp-slider__item .aw-arp-product__image-wrapper img {
    margin-right: auto;
    margin-left: auto; }

@-webkit-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.add-to-cart {
  text-align: center;
  max-width: 190px;
  margin: 0 auto 40px;
  position: relative; }
  .add-to-cart button {
    outline: none; }
  .add-to-cart .add-to-cart__btn {
    transition: .3s;
    border: 1px solid #1066af;
    color: white;
    background: #1066af;
    line-height: 1;
    padding: 10px 15px;
    word-wrap: break-word; }
    .add-to-cart .add-to-cart__btn:hover {
      opacity: 0.8; }
    @media (max-width: 500px) {
      .add-to-cart .add-to-cart__btn {
        font-size: 13px; } }
  .add-to-cart .add-to-cart__throbber {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6); }
  .add-to-cart .add-to-cart__btn-wrapper {
    display: none; }
    .add-to-cart .add-to-cart__btn-wrapper .flex-wrapper {
      -ms-display: flex;
      -webkit-display: flex;
      display: flex; }
      @media (max-width: 400px) {
        .add-to-cart .add-to-cart__btn-wrapper .flex-wrapper {
          justify-content: center; } }
  .add-to-cart .add-to-cart__throbber-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 25px;
    -ms-animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite; }
  .add-to-cart .add-to-cart__btn-add {
    flex: 1;
    width: 30%;
    font-size: 30px;
    line-height: 16px;
    border: 1px solid #1066af;
    color: white;
    background: #1066af;
    transition: .3s;
    margin-left: -3px;
    padding-top: 2px;
    z-index: 1; }
    @media (max-width: 400px) {
      .add-to-cart .add-to-cart__btn-add {
        max-width: 30px;
        flex: none;
        font-size: 26px; } }
    .add-to-cart .add-to-cart__btn-add:hover {
      opacity: .6; }
  .add-to-cart .add-to-cart__btn-remove {
    flex: 1;
    width: 30%;
    font-size: 30px;
    z-index: 1;
    line-height: 16px;
    margin-right: -3px;
    border: 1px solid #1066af;
    color: white;
    background: #1066af;
    transition: .3s; }
    @media (max-width: 400px) {
      .add-to-cart .add-to-cart__btn-remove {
        max-width: 30px;
        flex: none;
        font-size: 26px; } }
    .add-to-cart .add-to-cart__btn-remove:hover {
      opacity: .6; }
  .add-to-cart .add-to-cart__quantity {
    text-align: center;
    line-height: 16px;
    padding: 8px 10px;
    padding-left: 20px;
    border-radius: 0;
    flex: 2;
    width: 40%;
    border-color: #1066af;
    border-right-width: 0;
    border-left-width: 0; }
    @media (max-width: 400px) {
      .add-to-cart .add-to-cart__quantity {
        flex: none; } }
  .add-to-cart .add-to-cart__out-of-stock-alert {
    padding: 10px 0;
    text-align: center;
    line-height: 1.2;
    color: red;
    display: none;
    background-color: #fff;
    top: 0;
    position: absolute;
    z-index: 100; }

.site-header a.stick-cart {
  z-index: 1;
  position: fixed;
  right: 20px;
  top: 30%;
  background: #fff;
  border-radius: 80px;
  color: #637381;
  width: 80px;
  text-align: center;
  height: 80px;
  padding: 24px;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4); }
  .site-header a.stick-cart:hover {
    -ms-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
    .site-header a.stick-cart:hover:active {
      -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .site-header a.stick-cart .stick-cart__icon .icon {
    width: 30px; }
  .site-header a.stick-cart .stick-cart__cart-count {
    display: block;
    position: absolute;
    top: -6px;
    right: 6px;
    font-weight: bold;
    background-color: #de2928;
    color: white;
    border-radius: 25px;
    min-width: 25px;
    height: 25px; }
    .site-header a.stick-cart .stick-cart__cart-count .stick-cart__quantity {
      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block;
      padding: 4px 5px;
      font-size: 16px;
      line-height: 1; }
  .site-header a.stick-cart .stick-cart__cart-count--hide {
    display: none; }
  @media only screen and (max-width: 749px) {
    .site-header a.stick-cart {
      top: 80%;
      padding: 17px;
      width: 65px;
      height: 65px;
      right: 10px; }
      .site-header a.stick-cart .stick-cart__icon .icon {
        width: 25px; } }

.stick-cart-js {
  right: -200px; }
  .stick-cart-js.stick-cart-js--show {
    right: 20px; }
  @media only screen and (max-width: 749px) {
    .stick-cart-js.stick-cart-js--show {
      right: 10px; } }

.aw-arp-block .bx-wrapper .bx-prev {
  left: -40px; }
.aw-arp-block .bx-wrapper .bx-next {
  right: -40px; }

#tabs > ul > li,
#tabs-app-accordion > h3,
#tabs-app-accordion > .h3,
.custom-product-description-tabs > ul > li {
  display: block !important; }

.faq-page {
  max-width: 1210px;
  padding: 0 60px 20px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .faq-page {
      padding: 0 20px 20px; } }
  .faq-page .accordion-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d9db; }
  .faq-page .faq-title {
    margin-bottom: 20px; }
  .faq-page .accordion-item-title {
    text-align: left;
    margin-bottom: 0; }
    .faq-page .accordion-item-title a {
      line-height: 1.8;
      position: relative;
      cursor: pointer;
      display: inline-block;
      font-size: 22px;
      font-weight: 700;
      color: #788187;
      padding-left: 50px; }
      @media screen and (max-width: 750px) {
        .faq-page .accordion-item-title a {
          font-size: 18px;
          line-height: 1.6;
          padding-left: 40px; } }
  .faq-page .accordion-item-content {
    padding: 20px 40px;
    text-align: left; }
  .faq-page .icon-angle-down {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4MC42MDcgMTgwLjYwNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTgwLjYwNyAxODAuNjA3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxwYXRoIGQ9Ik0xODAuNjA3LDEwLjYwN2wtNzkuNjk2LDc5LjY5N2w3OS42OTYsNzkuNjk3TDE3MCwxODAuNjA3bC03OS42OTYtNzkuNjk2bC03OS42OTYsNzkuNjk2TDAsMTcwLjAwMWw3OS42OTYtNzkuNjk3TDAsMTAuNjA3ICBMMTAuNjA3LDAuMDAxbDc5LjY5Niw3OS42OTZMMTcwLDAuMDAxTDE4MC42MDcsMTAuNjA3eiIgZmlsbD0iIzAzODNiZiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); }
  .faq-page .accordion-active .icon-angle-down {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }

@media screen and (min-width: 750px) {
  #igmcuk_pr1, #igmcuk_pr2, #igdrec_1 {
    margin-top: 60px; } }
.required-mark::before, .required-mark::after {
  color: red;
  font-size: 30px;
  line-height: 16px;
  position: relative;
  bottom: -4px; }
.required-mark::before {
  content: "*";
  margin-right: 3px; }
.required-mark.required-mark--after::before {
  display: none;
  content: ""; }
.required-mark.required-mark--after::after {
  content: "*";
  margin-right: 3px; }

.p-w-r select {
  height: 30px !important; }
.p-w-r .pr-helpful-btn {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.btn-custom {
  background: #de2928;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: .3s; }
  .btn-custom:hover {
    opacity: .6; }

.igo_boxhead {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 5px;
  text-transform: uppercase; }

.igo_boxbody {
  -webkit-overflow-scrolling: touch;
  display: table;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  float: center; }
  .igo_boxbody .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 50px !important;
    opacity: 0.3; }
  .igo_boxbody .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 50px !important;
    opacity: 0.3; }

.igo_product_image {
  height: 100%;
  width: 270px;
  max-height: 250px;
  padding: 0px;
  vertical-align: top;
  white-space: nowrap;
  transition: 0.2s;
  margin: 0 auto 15px; }

.igo_content_image {
  height: 100%;
  max-height: 130px;
  width: 270px;
  padding: 5px;
  vertical-align: top;
  white-space: nowrap; }

.igo_content_image:hover {
  transform: scale(1.05);
  white-space: nowrap; }

.igo_product_image:after {
  content: '\A';
  white-space: pre; }

.igo_product {
  width: 270px;
  padding: 5px;
  font-size: 15px;
  display: inline-block;
  /*Display inline and maintain block characteristics.*/
  vertical-align: top;
  /*Makes sure all the divs are correctly aligned.*/
  text-align: center;
  white-space: normal;
  /*Prevents child elements from inheriting nowrap.*/
  flex-shrink: 0; }
  .igo_product a:nth-child(2) {
    margin-bottom: 0;
    color: #637381;
    font-weight: 700;
    margin: 0 0 8.5px;
    font-family: "Raleway",sans-serif;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block;
    min-height: 36px; }
  .igo_product.no-sale .igo_product_product_variants_compare_at_price {
    display: none; }
  .igo_product.no-sale .igo_product_price {
    margin-bottom: 10px; }
  .igo_product.no-sale .igo_product_price_value:after {
    content: ''; }
  .igo_product.no-sale .igo_product_price_value {
    color: #5f5d5d; }

.igo_product_image:hover {
  transform: translateY(-8px); }

.igo_content {
  width: 270px;
  padding: 5px;
  font-size: 15px;
  display: inline-block;
  /*Display inline and maintain block characteristics.*/
  vertical-align: top;
  /*Makes sure all the divs are correctly aligned.*/
  text-align: center;
  white-space: normal;
  /*Prevents child elements from inheriting nowrap.*/
  flex-shrink: 0; }

.igo_product_product_variants_compare_at_price_label {
  display: none; }

.igo_product_product_variants_compare_at_price {
  display: inline-block;
  color: #5f5d5d;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 5px; }

.igo_product_product_variants_compare_at_price:before {
  content: ' \00A3'; }

.igo_product_price_value {
  color: #1066af;
  font-size: 16px; }

.igo_product_price_value:after {
  content: ' Sale'; }

.igo_product_product_name {
  visibility: hidden; }

.igo_product_product_variants_compare_at_price,
.igo_product_price {
  display: inline-block; }

.igo_product_sale_price_value {
  vertical-align: bottom;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1066af; }

.igo_product_product_variants_id {
  display: none; }

.igo_product_product_link {
  vertical-align: bottom;
  float: none; }

.igo_product_product_link:before {
  content: '\A';
  white-space: pre; }

.igo_product_image_link:before {
  content: '\A';
  white-space: pre; }

.igo_product_price_label {
  display: none; }

@media screen and (max-width: 700px) {
  /* width at which layout changes  */
  .igo_product, .igo_content {
    float: none;
    position: auto;
    display: block; } }
.cart__meta-text {
  margin-top: 6px;
  display: none; }

.add-to-cart__confirmation {
  margin-top: 6px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translatex(-50%); }

#popup {
  background-image: url("popup-bg.jpg");
  background-repeat: no-repeat;
  position: fixed;
  margin: 0 auto;
  display: none;
  top: 300px;
  left: 50%;
  width: 550px;
  max-width: 80%;
  min-width: 320px;
  background-size: 100%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background-color: #d8edfe;
  color: #000; }
  #popup a {
    color: #0f66ae !important; }
  @media screen and (max-width: 598px) {
    #popup #close {
      font-size: 20px !important;
      margin-top: 0 !important; }
    #popup input[type="submit"] {
      font-size: 14px !important; } }

.comming-soon {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

@media screen and (max-width: 767px) {
  .additional-sf-content {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .product-single__title {
    font-size: 26px; } }

#qab_placeholder {
  height: 52px; }
  @media (max-width: 768px) {
    #qab_placeholder {
      height: 57px; } }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion), (print) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }
.innerUrl {
  background-color: #3475B6;
  color: white;
  text-transform: uppercase;
  padding: 10px 40px !important;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block; }

.innerUrlALert {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px; }

.list-view-items .yotpo.bottomLine.review-product-item {
  justify-content: flex-start; }

.yotpo.bottomLine {
  margin-bottom: 20px; }
  .yotpo.bottomLine.review-product-item {
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
    margin-top: 10px; }
  @media (max-width: 767px) {
    .yotpo.bottomLine {
      margin: 10px 0 10px; }
      .yotpo.bottomLine .text-m {
        display: none !important; } }

@media (max-width: 767px) {
  .template-collection .custom-rating .text-m {
    display: none; } }
.yotpo-shoppers-say {
  padding: 20px 0px; }

.yotpo.bottomLine .text-m {
  margin-left: 10px;
  display: inline-block;
  color: #1066af !important; }

.product-flex-row .product-price__price {
  vertical-align: middle; }
.product-flex-row .js-delivery-info {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 700; }
  .product-flex-row .js-delivery-info:before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #637381;
    width: 100%;
    transition-duration: 0.2s; }
  .product-flex-row .js-delivery-info:after {
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    transition-duration: 0.2s;
    content: '';
    position: absolute;
    background: #1066af;
    opacity: 0; }
  .product-flex-row .js-delivery-info:hover {
    color: #1066af; }
    .product-flex-row .js-delivery-info:hover:after {
      opacity: 1;
      top: -3px; }
    .product-flex-row .js-delivery-info:hover:before {
      background: #1066af;
      bottom: -3px; }
@media (max-width: 768px) {
  .product-flex-row .js-delivery-info {
    margin-left: 8px; } }

.lock-scroll {
  position: fixed;
  left: 0;
  right: 0; }

.delivery-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  display: none; }
  .delivery-popup-overlay.open {
    display: flex !important; }

.delivery-popup {
  background-color: #fff;
  width: 600px;
  height: 530px;
  display: flex;
  flex-direction: column;
  display: none; }
  @media (max-width: 768px) {
    .delivery-popup {
      width: 100%;
      height: 100%; } }
  .delivery-popup .delivery-popup__title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 40px 15px;
    height: 101px;
    oferflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    position: relative; }
    @media (max-width: 768px) {
      .delivery-popup .delivery-popup__title {
        font-size: 18px;
        padding: 50px 15px 15px; } }
    .delivery-popup .delivery-popup__title .js-delivery-popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      transition-duration: 0.2s;
      background: none;
      border: 0;
      height: auto;
      padding: 8px 8px 7px;
      line-height: 1; }
      .delivery-popup .delivery-popup__title .js-delivery-popup-close:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #0770CF; }
      .delivery-popup .delivery-popup__title .js-delivery-popup-close svg {
        height: 16px;
        width: 16px;
        opacity: 0.8; }
      .delivery-popup .delivery-popup__title .js-delivery-popup-close:hover {
        opacity: 0.7; }
  .delivery-popup .delivery-popup__content {
    overflow-y: auto;
    height: calc(100% - 101px);
    width: 100%; }
  .delivery-popup .delivery-popup__rte {
    padding: 0 25px; }
    .delivery-popup .delivery-popup__rte h2, .delivery-popup .delivery-popup__rte .h2 {
      font-weight: 800;
      letter-spacing: 0.5px; }
    .delivery-popup .delivery-popup__rte strong, .delivery-popup .delivery-popup__rte b {
      font-weight: 800; }
    .delivery-popup .delivery-popup__rte ul {
      list-style: inside;
      margin: 0 0 1em; }
      .delivery-popup .delivery-popup__rte ul li {
        list-style: inside; }
    @media (max-width: 768px) {
      .delivery-popup .delivery-popup__rte {
        padding: 0 15px; } }
    .delivery-popup .delivery-popup__rte table {
      border: 0; }
      .delivery-popup .delivery-popup__rte table th {
        font-weight: 700;
        text-transform: uppercase;
        border-top: 0 !important;
        border-bottom: 1px solid #a6a6a6 !important; }
      .delivery-popup .delivery-popup__rte table td, .delivery-popup .delivery-popup__rte table th {
        border: 1px solid #f2f2f2;
        border-right: 0 !important;
        border-left: 0 !important;
        padding: 8px 10px; }
        @media (max-width: 768px) {
          .delivery-popup .delivery-popup__rte table td, .delivery-popup .delivery-popup__rte table th {
            padding: 4px 5px;
            font-size: 13px; }
            .delivery-popup .delivery-popup__rte table td strong, .delivery-popup .delivery-popup__rte table th strong {
              font-size: 13px !important; } }
      .delivery-popup .delivery-popup__rte table td {
        border-bottom: 0; }
      .delivery-popup .delivery-popup__rte table td:last-child strong {
        font-weight: 700;
        font-size: 16px; }
      .delivery-popup .delivery-popup__rte table tr:nth-child(even) td {
        border-top: 3px solid #f2f2f2 !important; }
  .delivery-popup .delivery-popup__notice {
    padding: 0 25px 20px;
    font-size: 12px; }
    .delivery-popup .delivery-popup__notice p {
      font-size: 12px;
      margin: 0; }
    @media (max-width: 768px) {
      .delivery-popup .delivery-popup__notice {
        padding: 0 15px 20px; } }
  .delivery-popup .delivery-popup__info {
    padding: 20px 25px 20px 80px;
    position: relative;
    background: #e2f1ff; }
    @media (max-width: 768px) {
      .delivery-popup .delivery-popup__info {
        padding: 15px 15px 20px 70px; }
        .delivery-popup .delivery-popup__info svg {
          left: 15px; } }
    .delivery-popup .delivery-popup__info a {
      text-decoration: underline; }
    .delivery-popup .delivery-popup__info svg {
      position: absolute;
      top: 20px;
      left: 25px;
      width: 36px !important;
      height: auto !important; }

.delivery-table {
  border: 0;
  max-width: 900px; }
  .delivery-table th {
    font-weight: 700;
    text-transform: uppercase;
    border-top: 0 !important;
    border-bottom: 1px solid #a6a6a6 !important; }
  .delivery-table td, .delivery-table th {
    border: 1px solid #f2f2f2;
    border-right: 0 !important;
    border-left: 0 !important;
    padding: 8px 10px; }
    @media (max-width: 768px) {
      .delivery-table td, .delivery-table th {
        padding: 4px 5px;
        font-size: 13px; }
        .delivery-table td strong, .delivery-table th strong {
          font-size: 13px !important; } }
  .delivery-table td {
    border-bottom: 0; }
  .delivery-table td:last-child strong {
    font-weight: 700;
    font-size: 16px; }
  .delivery-table tr:nth-child(even) td {
    border-top: 3px solid #f2f2f2 !important; }

#shopify-section-cart-template .additional-sf-content {
  margin-top: 60px; }

@media (min-width: 991px) {
  #take-height,
  #set-height {
    padding: 100px 113px 50px !important; }

  .col-md-6.second .s4com-align-center {
    margin-top: 0 !important; } }
.js-custom-tabs {
  margin: 30px 0; }
  .js-custom-tabs .js-custom-tabs__tabs {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 0 0 -1px !important;
    background: transparent;
    color: #8d8d8d;
    border: 0 !important;
    border-radius: 0; }
    .js-custom-tabs .js-custom-tabs__tabs li {
      position: relative;
      z-index: 10;
      display: block;
      overflow: hidden;
      float: left;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0 !important;
      background: transparent;
      border: 0;
      outline: none; }
      .js-custom-tabs .js-custom-tabs__tabs li a {
        display: block;
        overflow: hidden;
        width: auto;
        height: 13px;
        margin: 0;
        padding: 8px 12px 8px 12px !important;
        background-color: #f1f1f1;
        border: 0 solid #dddddd;
        color: #8d8d8d;
        line-height: 13px;
        font-family: inherit !important;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 13px;
        text-decoration: none;
        white-space: nowrap;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
        opacity: 1 !important;
        outline: none;
        border-width: 1px 0 1px 1px; }
      .js-custom-tabs .js-custom-tabs__tabs li:first-child a {
        border-radius: 3px 0 0 0; }
      .js-custom-tabs .js-custom-tabs__tabs li:last-child a {
        border-width: 1px; }
      .js-custom-tabs .js-custom-tabs__tabs li.active a {
        background-color: #ffffff;
        border-color: #dddddd;
        color: #333333;
        height: 14px;
        border-width: 1px 1px 0 1px; }
      .js-custom-tabs .js-custom-tabs__tabs li.active + li a {
        border-left: 0; }
    @media (max-width: 640px) {
      .js-custom-tabs .js-custom-tabs__tabs {
        display: none; } }
  .js-custom-tabs .js-custom-tabs__accordion {
    display: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    margin: 0;
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: #8d8d8d;
    line-height: 14px;
    font-family: inherit !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    border-top: 1px solid #dddddd; }
    .js-custom-tabs .js-custom-tabs__accordion.active {
      background-color: #fff; }
    @media (max-width: 640px) {
      .js-custom-tabs .js-custom-tabs__accordion {
        display: block; } }
    .js-custom-tabs .js-custom-tabs__accordion:first-child {
      border-top: 0; }
  .js-custom-tabs .js-custom-tabs__content {
    padding: 15px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #dddddd;
    overflow: hidden; }
    .js-custom-tabs .js-custom-tabs__content .item {
      display: none;
      box-sizing: border-box; }
      .js-custom-tabs .js-custom-tabs__content .item .item__title {
        display: none; }
      .js-custom-tabs .js-custom-tabs__content .item.active {
        display: block; }
      .js-custom-tabs .js-custom-tabs__content .item table {
        border: 0;
        width: 100%;
        table-layout: auto; }
        .js-custom-tabs .js-custom-tabs__content .item table th {
          font-weight: 700;
          text-transform: uppercase;
          border-top: 0 !important;
          border-bottom: 1px solid #a6a6a6 !important; }
        .js-custom-tabs .js-custom-tabs__content .item table td, .js-custom-tabs .js-custom-tabs__content .item table th {
          border: 1px solid #f2f2f2;
          border-right: 0 !important;
          border-left: 0 !important;
          padding: 8px 10px;
          font-size: 15px; }
          @media (max-width: 768px) {
            .js-custom-tabs .js-custom-tabs__content .item table td, .js-custom-tabs .js-custom-tabs__content .item table th {
              padding: 4px 5px;
              font-size: 13px; }
              .js-custom-tabs .js-custom-tabs__content .item table td strong, .js-custom-tabs .js-custom-tabs__content .item table th strong {
                font-size: 13px !important; } }
        .js-custom-tabs .js-custom-tabs__content .item table td {
          border-bottom: 0; }
        .js-custom-tabs .js-custom-tabs__content .item table td:last-child strong {
          font-weight: 700;
          font-size: 16px; }
        .js-custom-tabs .js-custom-tabs__content .item table tr:nth-child(even) td {
          border-top: 3px solid #f2f2f2 !important; }
    @media (max-width: 640px) {
      .js-custom-tabs .js-custom-tabs__content {
        border-radius: 3px;
        padding: 0; }
        .js-custom-tabs .js-custom-tabs__content .item {
          padding: 15px; } }

.custom-rating {
  margin-bottom: 15px;
  cursor: pointer; }
  .custom-rating .text-m {
    margin-left: 10px;
    display: inline-block;
    color: #1066af;
    font-size: 13px;
    vertical-align: middle; }
  .custom-rating .stars {
    unicode-bidi: bidi-override;
    display: inline-block;
    color: #fec600;
    vertical-align: middle; }
    .custom-rating .stars span {
      display: inline-block;
      position: relative;
      width: 1.1em; }
      .custom-rating .stars span:before {
        content: "\2605";
        position: absolute; }
    .custom-rating .stars.rate-4 span:nth-child(5):before {
      display: none; }
    .custom-rating .stars.rate-3 span:nth-child(5):before,
    .custom-rating .stars.rate-3 span:nth-child(4):before {
      display: none; }
    .custom-rating .stars.rate-1 span:nth-child(5):before
    span:nth-child(4):before
    span:nth-child(3):before {
      display: none; }
    .custom-rating .stars.rate-1 span:nth-child(5):before
    span:nth-child(4):before
    span:nth-child(3):before
    span:nth-child(2):before {
      display: none; }

.product-item-wrapper .custom-rating {
  cursor: default;
  margin: 0; }

.grid-view-item__link .custom-rating {
  margin: 10px 0; }
  .grid-view-item__link .custom-rating .text-m {
    margin-left: 6px; }

.yotpo-shoppers-say {
  padding: 20px 0px; }

.checkout-gift-selector {
  display: none;
  margin: 20px -10px 40px; }
  .checkout-gift-selector .gifts {
    display: flex; }
    @media (max-width: 640px) {
      .checkout-gift-selector .gifts {
        display: block; } }
  .checkout-gift-selector .checkout-gift-selector__reset,
  .checkout-gift-selector .checkout-gift-selector__trigger {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    background: rgba(16, 102, 175, 0.1);
    margin: 0 10px 20px; }
    .checkout-gift-selector .checkout-gift-selector__reset svg,
    .checkout-gift-selector .checkout-gift-selector__trigger svg {
      height: 20px;
      margin-right: 12px; }
    .checkout-gift-selector .checkout-gift-selector__reset a,
    .checkout-gift-selector .checkout-gift-selector__trigger a {
      font-weight: 700;
      text-decoration: underline; }
  .checkout-gift-selector .checkout-gift-selector__reset {
    display: none; }
  .checkout-gift-selector p {
    margin: 0 10px 10px; }
    .checkout-gift-selector p.after {
      display: none; }
  .checkout-gift-selector .checkout-gift-selector__list {
    display: none; }
  .checkout-gift-selector .checkout-gift-selector__remove {
    text-align: center;
    color: #999;
    display: none;
    margin-top: 30px; }
    .checkout-gift-selector .checkout-gift-selector__remove a {
      color: #B61D1E;
      text-decoration: underline; }
  .checkout-gift-selector h4, .checkout-gift-selector .h4,
  .checkout-gift-selector h3,
  .checkout-gift-selector .h3 {
    color: #333;
    text-align: center;
    margin: 0 0 20px;
    font-size: 22px;
    width: 100%; }
    .checkout-gift-selector h4 span, .checkout-gift-selector .h4 span,
    .checkout-gift-selector h3 span,
    .checkout-gift-selector .h3 span {
      display: block;
      font-weight: 400;
      font-size: 18px; }
  .checkout-gift-selector h4, .checkout-gift-selector .h4 {
    display: none;
    margin-bottom: 30px; }
  .checkout-gift-selector .gift-item {
    text-align: center;
    border: 4px solid #f9f9f9;
    border-radius: 15px;
    padding: 15px;
    width: 20%;
    transition-duration: 0.3s;
    margin: 0 10px;
    position: relative;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .checkout-gift-selector .gift-item {
        width: calc(33.3% - 20px); } }
    @media (max-width: 640px) {
      .checkout-gift-selector .gift-item {
        width: 100%;
        margin: 0 0 30px; } }
    .checkout-gift-selector .gift-item .gift-item__image {
      display: block;
      max-height: 110px;
      margin: 0 auto 10px;
      width: auto; }
    .checkout-gift-selector .gift-item .gift-item__title {
      display: block;
      color: #637381;
      margin-bottom: 0; }
    .checkout-gift-selector .gift-item .gift-item__price {
      display: block;
      color: #1066af;
      margin-bottom: 20px; }
    .checkout-gift-selector .gift-item .btn {
      display: inline-block;
      width: auto;
      padding: 10px 15px;
      background: #89bb4e;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%); }
    .checkout-gift-selector .gift-item span {
      margin-top: -15px;
      display: block;
      font-weight: 700; }
    .checkout-gift-selector .gift-item:hover {
      border-color: #1066af; }
      .checkout-gift-selector .gift-item:hover .btn {
        opacity: 1;
        color: #fff;
        background: #1066af; }
    .checkout-gift-selector .gift-item.added {
      border-color: #1066af; }
      .checkout-gift-selector .gift-item.added .btn {
        opacity: 1;
        color: #fff;
        background: #1066af; }
  .checkout-gift-selector.isGift p.before {
    display: none; }
  .checkout-gift-selector.isGift p.after {
    display: block; }
  .checkout-gift-selector.isGift .gift-item {
    pointer-events: none; }
    .checkout-gift-selector.isGift .gift-item .btn {
      display: none; }
    .checkout-gift-selector.isGift .gift-item.added .btn {
      display: block; }
  .checkout-gift-selector.isGift .checkout-gift-selector__remove {
    display: block; }
  .checkout-gift-selector.isGift .checkout-gift-selector__trigger {
    display: none; }
  .checkout-gift-selector.isGift .checkout-gift-selector__reset {
    display: block; }

@media (max-width: 768px) {
  .cart-item__discount {
    font-size: 11px;
    line-height: 12px; } }
.js-add-gift {
  position: relative; }

.js-add-gift:focus {
  outline: 0; }

.js-add-gift:before, .js-add-gift:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat; }

.js-add-gift:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, transparent 20%, #1066af 20%, transparent 30%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, transparent 10%, #1066af 15%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%; }

.js-add-gift:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, transparent 10%, #1066af 15%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%), radial-gradient(circle, #1066af 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%; }

.js-add-gift:active {
  transform: scale(0.9);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); }

.js-add-gift.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards; }

.js-add-gift.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards; }

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; } }

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; } }

.signup-thankyou {
  display: none; }

.template-product .saved-amount,
.template-product .saved-percent {
  color: #cf3328; }

.template-product .saved-amount small,
#ComparePrice-product-template small,
#ProductPrice-product-template small {
  font-size: 70%; }

#shopify-section-cart-template .cart__row .cart-item__discount {
  font-weight: bold;
  color: #4caf50; }

.product__sizes {
  margin-top: 45px; }
  .product__sizes .product__sizes__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px; }
    .product__sizes .product__sizes__header button {
      background: none;
      border: 0;
      cursor: pointer;
      outline: none; }
      .product__sizes .product__sizes__header button span {
        font-size: 24px;
        font-weight: bold; }
      .product__sizes .product__sizes__header button:hover {
        color: #1066af; }
  .product__sizes h4, .product__sizes .h4 {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #747474; }
  .product__sizes .product__sizes__items {
    display: flex; }
    .product__sizes .product__sizes__items .owl-stage {
      display: flex; }
    .product__sizes .product__sizes__items .item {
      background: #EFEFEF;
      margin-right: 1px;
      position: relative;
      display: block;
      padding: 34px 12px 20px;
      color: #747474;
      transition-duration: 0.3s;
      height: 100%; }
      .product__sizes .product__sizes__items .item:hover {
        background: #d5d5d5; }
      .product__sizes .product__sizes__items .item .item__selected {
        font-weight: 400;
        line-height: 23px;
        position: absolute;
        top: 10px;
        left: 15px;
        padding-left: 16px;
        font-size: 12px; }
        .product__sizes .product__sizes__items .item .item__selected svg {
          position: absolute;
          height: 11px;
          width: 11px;
          top: 6px;
          left: 0;
          position: absolute; }
      .product__sizes .product__sizes__items .item .item__packs {
        font-weight: 100;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 9px; }
        @media (max-width: 768px) {
          .product__sizes .product__sizes__items .item .item__packs {
            font-size: 15px;
            line-height: 1.4; } }
      .product__sizes .product__sizes__items .item .item__price {
        font-weight: 400;
        line-height: 23px;
        font-size: 19px;
        margin: 0 0 7px; }
        @media (max-width: 768px) {
          .product__sizes .product__sizes__items .item .item__price {
            font-size: 15px;
            line-height: 1.4; } }
      .product__sizes .product__sizes__items .item .item__per-condom {
        font-weight: 100;
        font-size: 12px;
        line-height: 14px; }
        @media (max-width: 768px) {
          .product__sizes .product__sizes__items .item .item__per-condom {
            font-size: 11px;
            line-height: 1.4; } }
        .product__sizes .product__sizes__items .item .item__per-condom strong {
          font-weight: 400; }
      .product__sizes .product__sizes__items .item.item--current {
        background: #1066af;
        color: #fff; }
        .product__sizes .product__sizes__items .item.item--current:hover {
          background: #1066af; }

.price_per {
  font-size: 14px;
  display: block;
  font-weight: 500; }

body.js-menu--open {
  overflow: hidden; }
  body.js-menu--open .stick-cart {
    display: none; }

.section-header,
.rich-text__heading--large {
  margin-bottom: 40px; }
  .section-header h1, .section-header .h1,
  .section-header h2,
  .section-header .h2,
  .section-header .h3,
  .rich-text__heading--large h1,
  .rich-text__heading--large .h1,
  .rich-text__heading--large h2,
  .rich-text__heading--large .h2,
  .rich-text__heading--large .h3 {
    font-size: 35px !important;
    text-transform: none !important;
    margin: 0;
    position: relative;
    color: #003990; }
    .section-header h1:before, .section-header .h1:before,
    .section-header h2:before,
    .section-header .h2:before,
    .section-header .h3:before,
    .rich-text__heading--large h1:before,
    .rich-text__heading--large .h1:before,
    .rich-text__heading--large h2:before,
    .rich-text__heading--large .h2:before,
    .rich-text__heading--large .h3:before {
      content: ' ';
      position: absolute;
      width: 45px;
      height: 4px;
      left: 0;
      right: 0;
      bottom: -15px;
      margin: auto;
      border-bottom: 4px solid #f7595d; }
  .section-header h1, .section-header .h1,
  .rich-text__heading--large h1,
  .rich-text__heading--large .h1 {
    font-size: 40px !important;
    margin-bottom: 40px !important; }

.collection-header .section-header {
  margin-bottom: 20px; }

.filters-toolbar-wrapper {
  display: none; }

.rte a[title="subscribe"] {
  background: #003990; }

.product-template__container {
  padding-top: 30px; }
  .product-template__container .gallery-top {
    text-align: center; }
    .product-template__container .gallery-top img {
      max-height: 540px; }
    .product-template__container .gallery-top .swiper-button-next {
      color: #003990;
      right: 25px;
      transition-duration: 0.2s; }
      .product-template__container .gallery-top .swiper-button-next:hover {
        opacity: 0.7; }
    .product-template__container .gallery-top .swiper-button-prev {
      color: #003990;
      left: 25px;
      transition-duration: 0.2s; }
      .product-template__container .gallery-top .swiper-button-prev:hover {
        opacity: 0.7; }
  .product-template__container .gallery-thumbs {
    margin-top: 20px; }
    .product-template__container .gallery-thumbs .swiper-slide {
      border: 2px solid #e4e4e4;
      padding: 10px;
      cursor: pointer;
      transition-durations: 0.2s;
      text-align: center;
      border-radius: 10px; }
      .product-template__container .gallery-thumbs .swiper-slide img {
        margin: 0 auto; }
    .product-template__container .gallery-thumbs .swiper-slide-thumb-active {
      border: 2px solid #003990; }
  .product-template__container h3.title, .product-template__container .title.h3 {
    position: relative;
    font-size: 24px !important; }
    .product-template__container h3.title:before, .product-template__container .title.h3:before {
      content: ' ';
      position: absolute;
      width: 45px;
      height: 4px;
      left: 0;
      bottom: -30px;
      margin: 0 0 20px;
      border-bottom: 4px solid #f7595d; }
  @media (max-width: 640px) {
    .product-template__container .gallery-top {
      text-align: center; }
      .product-template__container .gallery-top .swiper-button-next {
        right: 10px; }
      .product-template__container .gallery-top .swiper-button-prev {
        left: 10px; } }
  .product-template__container .product-single__title {
    font-size: 40px !important;
    text-transform: none !important;
    margin: 0 0 50px;
    position: relative;
    color: #003990; }
    .product-template__container .product-single__title:before {
      content: ' ';
      position: absolute;
      width: 45px;
      height: 4px;
      left: 0;
      bottom: -15px;
      margin: auto;
      border-bottom: 4px solid #f7595d; }
  .product-template__container .product-single__description h2, .product-template__container .product-single__description .h2 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 24px; }
  .product-template__container .product-single__description h3, .product-template__container .product-single__description .h3 {
    color: #000;
    color: #003990;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 20px; }
  .product-template__container .contact-form {
    margin-top: 35px;
    margin-bottom: 10px; }
  .product-template__container .rte a[title="subscribe"] {
    background-color: #003990;
    color: white;
    text-transform: uppercase;
    padding: 10px 40px !important;
    border-radius: 5px;
    margin-top: 29px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600; }
  .product-template__container .rte a[title="subscribe"]:hover {
    color: #fff;
    opacity: 0.8; }
  .product-template__container .qty-temp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px; }
    .product-template__container .qty-temp input {
      height: 43px;
      border: 1px solid #cecece;
      width: 70px;
      text-align: center; }

#shopify-section-1589468524665 {
  margin-bottom: 80px; }

.accordion-container {
  margin-bottom: 50px; }

.hero-btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 1rem;
  color: #fff;
  background: #1166af;
  margin: 20px 0 0; }

/* CONTACT PAGE */
.contact-form form {
  width: 100%; }

.contact-form__message {
  display: block;
  text-align: center;
  padding: 10px;
  color: #054e05;
  background: #afe0af;
  margin: 0 0 20px; }

.contact-form__message p {
  margin: 0;
  color: inherit; }

.contact-form__message.hidden {
  display: none; }

.contact-form__label {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 10px; }

.contact-form__input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 15px; }

.contact-form__textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  min-height: 120px;
  max-height: 220px;
  resize: vertical; }

.contact-form__order {
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin: 0 0 20px; }

.contact-form__order p {
  font-weight: 600;
  margin: 0 0 10px; }

.contact-form__order input {
  margin: 0; }

.contact-form__consent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.contact-form__consent input {
  flex: 0 0 13px;
  width: 13px;
  margin: 3px 0 0; }

.contact-form__consent p {
  flex: 0 0 calc(100% - 23px);
  width: calc(100% - 23px); }

.contact-form__submit {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 40px;
  font-size: 1rem;
  color: #fff;
  background: #1166af;
  border: 0;
  margin: 30px auto 0; }

#teconsent {
  background: rgba(147, 147, 147, 0.6) !important; }

/*===============
Product Badges
================*/
.grid-view-item {
  position: relative;
  max-width: 550px; }

.product-badges {
  position: absolute;
  top: 20px;
  right: 10px;
  width: auto;
  max-width: calc(100% - 20px);
  z-index: 2; }

.product-badges__item {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0 0 5px; }

.product-badges__item:last-child {
  margin: 0; }

.product-badges__badge {
  display: inline-block;
  width: auto;
  padding: 7px 8px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500; }

@media (max-width: 767px) {
  .product-badges__item {
    margin: 0 0 3px; }

  .product-badges:last-child {
    margin: 0; }

  .product-badges__badge {
    padding: 3px 5px;
    font-size: 0.9rempx; } }
@media (max-width: 400px) {
  .product-badges__item {
    margin: 0 0 2px; }

  .product-badges:last-child {
    margin: 0; }

  .product-badges__badge {
    padding: 3px 5px;
    font-size: 0.9rem; } }
/*===============
PDP Redesign
================*/
.product-single .swiper-pagination, .product-single .js-delivery-info {
  display: none !important; }
.product-single .product-form__item--submit .btn {
  text-transform: none;
  letter-spacing: 0; }
.product-single .product-single__description, .product-single .product-single__description p {
  color: #000; }
.product-single .product-price__sale {
  font-size: 130%; }
@media (max-width: 750px) {
  .product-single .gallery-thumbs,
  .product-single .swiper-button-next,
  .product-single .swiper-button-prev {
    display: none !important; }
  .product-single .swiper-pagination {
    display: block !important; }
  .product-single .product-single__title {
    font-size: 26px !important; }
  .product-single .product-single__description h2, .product-single .product-single__description .h2 {
    font-size: 18px !important; }
  .product-single .product-single__description .accordion__inner {
    max-width: 100%; }
  .product-single .scrollable-wrapper table {
    min-width: 575px; } }

/* Video block */
.video-block {
  position: relative; }
  .video-block .video-block__player, .video-block .video-block__yt-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .video-block .video-block__overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: 300ms opacity ease-out;
    z-index: 2; }
    .video-block .video-block__overlay.visible {
      opacity: 1;
      visibility: visible; }
    .video-block .video-block__overlay::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      transition: 300ms opacity ease-in-out;
      z-index: 2;
      opacity: 0; }
  .video-block .video-block__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: white;
    background: #5a6c87;
    border: 2px solid white;
    border-radius: 50%;
    transition: 300ms background ease-out;
    cursor: pointer;
    z-index: 3; }
    .video-block .video-block__button .icon {
      font-size: 1.375rem;
      width: auto;
      height: auto;
      padding-left: 4px; }
  .video-block.video-block--16x9 {
    height: 0;
    padding-bottom: 56.25%; }
  .video-block.video-block--1x1 {
    height: 0;
    padding-bottom: 100%; }
  .video-block:hover .video-block__overlay::after {
    opacity: 1; }
  .video-block:hover .video-block__button {
    background: #606060; }

/* Hero slider */
.hero-slider .slick-dots {
  bottom: 5px;
  left: 50%;
  transform: translatex(-50%); }

.hero-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  padding: 80px 0; }

.hero-slide.slick-slide {
  display: flex !important; }

.hero-slide__content {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3; }

.hero-slide__prefix {
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0; }

.hero-slide__header {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0; }

.hero-slide__header:not(:first-child) {
  margin: 5px 0 0; }

.hero-slide__sufix {
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 10px 0 0; }

.hero-slide__description {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 20px auto 0; }

.hero-slide__action {
  margin: 40px 0 0; }

.hero-slide__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0; }

.hero-slide__button:hover {
  background: #1066af;
  border-color: #1066af; }

.hero-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.hero-slide__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero-slide__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.hero-slide__image--mobile {
  display: none; }

.hero-slide__background .video-block {
  width: 100%;
  height: 100%; }

.hero-slide__background .video-block__player {
  object-fit: cover; }

@media (max-width: 991px) {
  .hero-slide__prefix, .hero-slide__sufix {
    font-size: 23px; }

  .hero-slide__header {
    font-size: 46px; }

  .hero-slide__description {
    font-size: 16px; } }
@media (max-width: 750px) {
  .hero-slide__image--desktop:not(:only-child) {
    display: none; }

  .hero-slide__image--mobile {
    display: block; } }
@media (max-width: 550px) {
  .hero-slide {
    min-height: calc(80vh - 72px); }

  .hero-slide__prefix, .hero-slide__sufix {
    font-size: 22px; }

  .hero-slide__header {
    font-size: 36px; }

  .hero-slide__description {
    font-size: 16px; }

  .hero-slide__button {
    font-size: 16px; } }
/* FAQ */
.faq-accordion {
  margin: 30px 0 0; }
  .faq-accordion .faq-accordion__question {
    position: relative;
    display: block;
    min-height: 26px;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    color: #003990;
    margin: 0;
    padding: 0 30px 0 0;
    cursor: pointer; }
  .faq-accordion .faq-accordion__question::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("icon-arrow-down.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .faq-accordion .faq-accordion__answer {
    display: none;
    margin: 15px 0 0; }
    .faq-accordion .faq-accordion__answer p {
      font-size: 1rem;
      margin: 0 0 10px; }
    .faq-accordion .faq-accordion__answer p:last-child {
      margin: 0; }
    .faq-accordion .faq-accordion__answer a {
      color: #003990;
      text-decoration: underline; }
  .faq-accordion .faq-accordion__item {
    border-top: 1px solid #dedede;
    padding: 20px 0; }
  .faq-accordion .faq-accordion__item.visible .faq-accordion__question::after {
    transform: rotate(180deg); }
  .faq-accordion .faq-accordion__item.visible .faq-accordion__answer {
    display: block; }

/* Article Card */
.article__grid-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  max-height: 1000px;
  padding: 0 0 65% 0;
  background: #fff;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden; }
  .article__grid-image-wrapper .article__grid-image-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0; }
  .article__grid-image-wrapper .article__grid-image {
    min-height: 100%; }

.subscriptions-btn {
  margin: 30px 0; }

.grid-view-item .add-to-cart {
  width: 100%;
  max-width: 100%;
  padding: 0 20px; }
  .grid-view-item .add-to-cart .add-to-cart__out-of-stock-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 600; }
  .grid-view-item .add-to-cart .add-to-cart__btn[disabled] {
    border-color: #dadada;
    background: #dadada;
    color: #464646; }

.other-variants {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: -2px -2px 15px; }
  .other-variants .other-variants__item {
    margin: 2px;
    cursor: pointer; }
    .other-variants .other-variants__item span {
      display: inline-flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      border: 2px solid #c3c3c3;
      border-radius: 1000px;
      padding: 8px 12px;
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1;
      color: #676767;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .other-variants .other-variants__item input {
      display: none; }
    .other-variants .other-variants__item input:checked ~ span {
      color: #0f66af;
      border-color: #0f66af; }

.other-variants.hidden {
  display: none; }

.product-pack-selector {
  margin: 40px 0 20px; }
  .product-pack-selector .product-pack-selector__slider {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background: #f5f5f5;
    overflow: hidden; }
  .product-pack-selector .product-pack-selector__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-flow: row wrap;
    padding: 24px 20px;
    height: 100%;
    background: #f5f5f5; }
  .product-pack-selector .product-pack-selector__item:hover {
    background: #e8e8e8; }
  .product-pack-selector .swiper-slide {
    height: auto; }
  .product-pack-selector .swiper-slide:nth-child(even) .product-pack-selector__item {
    background: #efefef; }
  .product-pack-selector .product-pack-selector__icon {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    z-index: 0; }
  .product-pack-selector .product-pack-selector__size {
    flex: 0 0 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #003990; }
  .product-pack-selector .product-pack-selector__size::after {
    content: '';
    display: block;
    width: 30%;
    max-width: 50px;
    height: 3px;
    margin: 5px 0 0;
    background: #f7595d; }
  .product-pack-selector .product-pack-selector__prices {
    flex: 0 0 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1; }
  .product-pack-selector .product-pack-selector__price--old {
    display: inline-block;
    text-decoration: line-through;
    margin: 0 5px 0 0; }
  .product-pack-selector .product-pack-selector__price--sale {
    font-weight: 600;
    color: #bf180b; }
  .product-pack-selector .product-pack-selector__item--current {
    position: relative;
    color: #fff;
    background: #1066af !important; }
    .product-pack-selector .product-pack-selector__item--current .product-pack-selector__size, .product-pack-selector .product-pack-selector__item--current .product-pack-selector__price--regular, .product-pack-selector .product-pack-selector__item--current .product-pack-selector__price--old {
      color: inherit; }
    .product-pack-selector .product-pack-selector__item--current .product-pack-selector__price--sale {
      font-weight: 600;
      color: inherit; }

.swiper-container {
  overflow: hidden; }

.page.page--policies .page__content {
  margin: 0 auto;
  padding: 96px 0;
  max-width: 745px; }
.page .page__content {
  padding: 64px 0; }
  .page .page__content h2, .page .page__content .h2 {
    font-size: 1.3rem;
    margin: 1.5em 0 0.85em;
    font-weight: 500; }
    .page .page__content h2 strong, .page .page__content .h2 strong {
      font-weight: inherit; }
  .page .page__content a {
    font-weight: 600;
    color: #0067b1;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-offset: 3px; }
    .page .page__content a:hover {
      color: #00497e;
      text-decoration: underline;
      -webkit-text-decoration-style: solid;
      text-decoration-style: solid; }
@media (max-width: 991px) {
  .page.page--policies .page__content {
    margin: 0 auto;
    padding: 64px 0; }
  .page .page__content {
    padding: 48px 0; } }

.error-page {
  background: linear-gradient(#edf1f6, #f0f4f9); }
  .error-page .error-page__info {
    position: relative;
    padding: 186px 0;
    max-width: 650px; }
    .error-page .error-page__info .error-page__title {
      font-size: 1.125rem;
      padding-bottom: 32px; }
      .error-page .error-page__info .error-page__title h1, .error-page .error-page__info .error-page__title .h1 {
        font-size: 2rem;
        margin: 0 0 16px;
        color: #183a6c; }
      .error-page .error-page__info .error-page__title p {
        line-height: 1.77; }
    .error-page .error-page__info .error-page__search {
      padding-bottom: 48px; }
      .error-page .error-page__info .error-page__search .search__title {
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.7;
        color: #183a6c;
        padding-bottom: 7px; }
      .error-page .error-page__info .error-page__search .searchinput-container {
        width: 458px; }
        .error-page .error-page__info .error-page__search .searchinput-container form {
          position: relative;
          max-width: unset; }
          .error-page .error-page__info .error-page__search .searchinput-container form .search__input {
            width: 100%;
            max-width: unset;
            padding: 0 36px 0 16px;
            border-radius: 24px;
            outline: 1px solid transparent;
            font-size: 1rem;
            color: #183a6c;
            height: 48px;
            background: none;
            border: 1px solid rgba(24, 58, 108, 0.3); }
            .error-page .error-page__info .error-page__search .searchinput-container form .search__input:focus, .error-page .error-page__info .error-page__search .searchinput-container form .search__input:active {
              border: 1px solid #183a6c; }
            .error-page .error-page__info .error-page__search .searchinput-container form .search__input::placeholder {
              color: rgba(24, 58, 108, 0.3); }
          .error-page .error-page__info .error-page__search .searchinput-container form .search-header__submit {
            height: 100%; }
          .error-page .error-page__info .error-page__search .searchinput-container form .icon--search {
            line-height: 0;
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translateY(-50%);
            font-size: 1rem;
            color: #183a6c; }
    .error-page .error-page__info .error-page__troubleshooting h2, .error-page .error-page__info .error-page__troubleshooting .h2 {
      font-size: 1.5rem;
      line-height: 2;
      margin: 0;
      padding-bottom: 24px;
      color: #183a6c; }
    .error-page .error-page__info .error-page__troubleshooting p {
      margin: 0;
      padding-bottom: 27px; }
    .error-page .error-page__info .error-page__troubleshooting ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px; }
      .error-page .error-page__info .error-page__troubleshooting ul li {
        padding: 0 0 0 29px;
        line-height: 1.7; }
        .error-page .error-page__info .error-page__troubleshooting ul li a {
          font-weight: 600;
          color: #0067b1;
          text-decoration: underline;
          -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
          text-underline-offset: 3px; }
    @media (max-width: 991px) {
      .error-page .error-page__info {
        max-width: 550px; }
        .error-page .error-page__info .error-page__troubleshooting ul li {
          padding: 0 0 24px 29px; } }
    @media (max-width: 768px) {
      .error-page .error-page__info {
        padding: 72px 0; }
        .error-page .error-page__info .error-page__troubleshooting h2, .error-page .error-page__info .error-page__troubleshooting .h2 {
          font-size: 1rem; } }

.content-navigation {
  display: block;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  margin: 1em 0 2em; }
  .content-navigation .content-navigation__button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
    background-image: url("icon-arrow-down.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 18px 18px;
    border-right: 5px solid #f7595e;
    text-align: left;
    padding: 17px 45px 15px 30px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer; }
  .content-navigation .content-navigation__button:focus {
    outline: none; }
  .content-navigation .content-navigation__list {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .content-navigation .content-navigation__list.visible {
    display: block; }
  .content-navigation .content-navigation__item {
    display: block;
    padding: 15px 30px;
    font-size: 1rem;
    border-top: 1px solid #f5f5f5; }
    .content-navigation .content-navigation__item a {
      color: #000;
      text-decoration: none !important;
      padding: 0;
      border: 0; }
  .content-navigation .content-navigation__item:hover {
    background: #fdfdfd; }

.simple-banner {
  position: relative;
  color: white;
  background: linear-gradient(0deg, #0067b1, #0c2157); }
  .simple-banner .simple-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 320px;
    padding: 32px 0 64px;
    color: inherit;
    z-index: 1; }
  .simple-banner .simple-banner__title {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 60%;
    margin: 0 0 32px;
    color: inherit;
    word-break: break-word; }
    .simple-banner .simple-banner__title:last-child {
      margin: 0 !important; }
  .simple-banner .simple-banner__description {
    max-width: 50%;
    font-size: 1.25rem;
    color: inherit; }
    .simple-banner .simple-banner__description p {
      color: inherit;
      margin: 0 0 1em; }
      .simple-banner .simple-banner__description p:last-child {
        margin: 0; }
    .simple-banner .simple-banner__description a {
      color: inherit;
      text-decoration: underline;
      text-underline-offset: 3px; }
  .simple-banner .simple-banner__buttons {
    margin: 20px 0 16px; }
    .simple-banner .simple-banner__buttons .btn {
      margin: 12px 12px 0 0;
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
      background: rgba(18, 18, 18, 0.2); }
      .simple-banner .simple-banner__buttons .btn:hover {
        background: rgba(18, 18, 18, 0.2);
        text-decoration: underline;
        text-decoration-color: rgba(255, 255, 255, 0.8); }
      .simple-banner .simple-banner__buttons .btn .btn__inner {
        line-height: 1; }
  .simple-banner .simple-banner__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 640px;
    height: 320px;
    content: "";
    opacity: 0.8;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    z-index: 0; }
    .simple-banner .simple-banner__image img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
  .simple-banner .breadcrumb {
    margin: 0 0 15px; }
  .simple-banner.simple-banner--no-image::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: var(--bg-display);
    width: 420px;
    height: 263px;
    background: linear-gradient(180deg, white 0, rgba(255, 255, 255, 0));
    content: '';
    opacity: 0.25;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%); }
  .simple-banner.simple-banner--compact .simple-banner__content {
    min-height: 400px;
    padding: 93px 0 80px; }
  .simple-banner.simple-banner--compact .simple-banner__title {
    font-size: 3.75rem; }
  .simple-banner.simple-banner--compact .breadcrumb {
    margin: 0 0 12px -2px; }
  @media (max-width: 1199px) {
    .simple-banner .simple-banner__image {
      width: 480px;
      height: 298px; } }
  @media (max-width: 991px) {
    .simple-banner .simple-banner__title {
      font-size: 2.5rem;
      max-width: 80%;
      margin: 0 0 16px; }
    .simple-banner .simple-banner__description {
      max-width: 70%; }
    .simple-banner .simple-banner__image {
      width: Min(360px, 100%);
      height: 220px; }
    .simple-banner .breadcrumb {
      font-size: 0.875rem; }
    .simple-banner.simple-banner--no-image::after {
      width: 262px;
      height: 164px; }
    .simple-banner.simple-banner--compact .simple-banner__content {
      padding: 96px 0 64px; }
    .simple-banner.simple-banner--compact .simple-banner__title {
      font-size: 3.25rem;
      margin: 0 0 16px; } }
  @media (max-width: 767px) {
    .simple-banner .simple-banner__content {
      min-height: 0;
      padding: 32px 0; }
    .simple-banner .simple-banner__image {
      display: none; }
    .simple-banner .simple-banner__title, .simple-banner .simple-banner__description {
      max-width: 100%; }
    .simple-banner.simple-banner--compact .simple-banner__content {
      padding: 96px 0 120px; }
    .simple-banner.simple-banner--compact .simple-banner__title {
      font-size: 2.75rem; }
    .simple-banner .simple-banner__buttons {
      margin: 16px 0; } }
  @media (max-width: 450px) {
    .simple-banner.simple-banner--subscriptions .simple-banner__title {
      font-size: 2.2rem; }
    .simple-banner.simple-banner--compact .simple-banner__content {
      padding: 74px 0 120px; }
    .simple-banner.simple-banner--compact .simple-banner__title {
      font-size: 2.25rem; } }

.advanced-banner {
  position: relative;
  color: white;
  background: linear-gradient(0deg, #0067b1, #0c2157); }
  .advanced-banner .advanced-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    min-height: 512px;
    padding: 48px 0;
    color: inherit;
    z-index: 1; }
    .advanced-banner .advanced-banner__content:only-child {
      margin: 0 auto; }
  .advanced-banner .advanced-banner__title {
    display: block;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 32px;
    color: inherit;
    text-align: center;
    word-break: break-word; }
    .advanced-banner .advanced-banner__title .advanced-banner__title--main {
      display: block;
      font-size: 4.8rem; }
    .advanced-banner .advanced-banner__title .advanced-banner__title--extra {
      display: block;
      font-size: 2.1rem;
      font-weight: 700; }
  .advanced-banner .advanced-banner__description {
    font-size: 1.05rem;
    color: inherit;
    text-align: center; }
    .advanced-banner .advanced-banner__description p {
      color: inherit;
      margin: 0 0 1em; }
      .advanced-banner .advanced-banner__description p:last-child {
        margin: 0; }
  .advanced-banner .advanced-banner__action {
    width: 100%;
    text-align: center;
    margin: 22px 0 -10px; }
    .advanced-banner .advanced-banner__action .btn {
      border-color: white;
      background: transparent;
      margin: 10px; }
      .advanced-banner .advanced-banner__action .btn:hover {
        color: #193c69;
        background: white; }
  .advanced-banner .advanced-banner__image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden; }
    .advanced-banner .advanced-banner__image img {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: auto;
      max-width: 9999px;
      height: 100%;
      pointer-events: none;
      transform: translateX(-50%); }
    .advanced-banner .advanced-banner__image .advanced-banner__image--mobile:not(:only-child) {
      display: none; }
  .advanced-banner .advanced-banner__disclaimer {
    position: absolute;
    width: 100%;
    max-width: 1176px;
    left: 50%;
    bottom: 10px;
    font-size: 0.75rem;
    line-height: 1.3;
    color: white;
    padding: 0 24px;
    text-align: center;
    line-height: 1.5;
    transform: translateX(-50%);
    z-index: 2; }
    .advanced-banner .advanced-banner__disclaimer p {
      max-width: 50%;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      margin: 0; }
    .advanced-banner .advanced-banner__disclaimer a {
      color: inherit;
      text-underline-offset: 2px;
      text-decoration: underline;
      text-decoration-style: dotted; }
      .advanced-banner .advanced-banner__disclaimer a:hover {
        text-decoration-style: initial; }
  .advanced-banner .breadcrumb {
    margin: 0 0 15px; }
  @media (max-width: 991px) {
    .advanced-banner .advanced-banner__content {
      width: 100%;
      min-height: 0; }
    .advanced-banner .advanced-banner__image {
      position: static;
      margin: 0 -24px;
      width: calc(100% + 48px); }
      .advanced-banner .advanced-banner__image img {
        position: static;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        transform: translateX(0); }
      .advanced-banner .advanced-banner__image .advanced-banner__image--desktop:not(:only-child) {
        display: none; }
      .advanced-banner .advanced-banner__image .advanced-banner__image--mobile {
        display: block !important; }
    .advanced-banner .advanced-banner__title {
      max-width: 650px;
      margin: 0 auto 16px; }
      .advanced-banner .advanced-banner__title .advanced-banner__title--main {
        font-size: 3rem; }
      .advanced-banner .advanced-banner__title .advanced-banner__title--extra {
        font-size: 1.8rem; }
    .advanced-banner .advanced-banner__disclaimer {
      position: static;
      left: 0;
      transform: none;
      padding: 16px 0; }
      .advanced-banner .advanced-banner__disclaimer p {
        max-width: 100%; }
    .advanced-banner .breadcrumb {
      font-size: 0.875rem; } }
  @media (max-width: 450px) {
    .advanced-banner .advanced-banner__title .advanced-banner__title--main {
      font-size: 2.2rem; }
    .advanced-banner .advanced-banner__title .advanced-banner__title--extra {
      font-size: 1.4rem; }
    .advanced-banner .advanced-banner__description {
      font-size: 0.9rem; }
    .advanced-banner .advanced-banner__action .btn {
      margin: 5px; } }

.slim-banner {
  display: flex;
  align-items: center;
  color: white;
  background: #183a6c; }
  .slim-banner .slim-banner__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px; }
  .slim-banner .slim-banner__image {
    display: inline-block;
    height: 40px;
    margin: 0 40px 0 0; }
  .slim-banner .slim-banner__content {
    font-size: 1rem;
    text-align: start;
    max-width: 80ch; }
    .slim-banner .slim-banner__content p {
      font-size: inherit;
      color: inherit;
      margin: 0 0 1em; }
      .slim-banner .slim-banner__content p:last-child {
        margin: 0; }
  @media (max-width: 991px) {
    .slim-banner .slim-banner__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 24px;
      padding-bottom: 24px; }
    .slim-banner .slim-banner__image {
      margin: 0 0 16px; }
    .slim-banner .slim-banner__content {
      font-size: 0.875rem;
      text-align: center; } }

.slim-image-banner {
  color: white;
  background: #183a6c;
  padding: 1.25rem 0; }
  .slim-image-banner .grid {
    width: 100%;
    margin: 0; }
    .slim-image-banner .grid .grid__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      padding: 0 .625rem;
      width: auto; }
  .slim-image-banner .slim-image-banner__wrapper {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .slim-image-banner .slim-image-banner__image {
    display: inline-block; }
  @media (max-width: 749px) {
    .slim-image-banner {
      padding: .625rem 0; }
      .slim-image-banner .grid .grid__item {
        padding: .625rem; }
      .slim-image-banner .slim-image-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.shopify-challenge__container {
  margin: 64px auto !important; }

#bsub-admin-root .customer-info__header-container, #customer-portal-root {
  color: #5a6c87; }
  #bsub-admin-root .customer-info__header-container h4, #bsub-admin-root .customer-info__header-container .h4, #bsub-admin-root .customer-info__header-container .bsub-auth-message__flex, #customer-portal-root h4, #customer-portal-root .h4, #customer-portal-root .bsub-auth-message__flex {
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: #183a6c;
    text-transform: uppercase; }
  #bsub-admin-root .customer-info__header-container p, #customer-portal-root p {
    color: inherit !important; }
  #bsub-admin-root .customer-info__header-container .highlighted-header, #customer-portal-root .highlighted-header {
    color: #183a6c; }
  #bsub-admin-root .customer-info__header-container .customer-info__header-container, #bsub-admin-root .customer-info__header-container .customer-info__container, #customer-portal-root .customer-info__header-container, #customer-portal-root .customer-info__container {
    justify-content: space-between !important; }
  #bsub-admin-root .customer-info__header-container .customer-info-edit__row, #customer-portal-root .customer-info-edit__row {
    margin: -12px !important; }
    #bsub-admin-root .customer-info__header-container .customer-info-edit__row .customer-info-edit__item, #customer-portal-root .customer-info-edit__row .customer-info-edit__item {
      padding: 12px; }
  #bsub-admin-root .customer-info__header-container .customer-info-edit__footer-container, #customer-portal-root .customer-info-edit__footer-container {
    margin: 30px 0 0;
    padding: 0 !important; }
    #bsub-admin-root .customer-info__header-container .customer-info-edit__footer-container .customer-info-edit__footer-item, #customer-portal-root .customer-info-edit__footer-container .customer-info-edit__footer-item {
      margin: 0 8px 0 0; }
      #bsub-admin-root .customer-info__header-container .customer-info-edit__footer-container .customer-info-edit__footer-item:last-child, #customer-portal-root .customer-info-edit__footer-container .customer-info-edit__footer-item:last-child {
        margin: 0; }
  #bsub-admin-root .customer-info__header-container .stx-field, #customer-portal-root .stx-field {
    color: #183a6c; }
    #bsub-admin-root .customer-info__header-container .stx-field .stx-field__label, #customer-portal-root .stx-field .stx-field__label {
      display: block;
      color: inherit;
      font-size: 0.75rem;
      font-weight: 800;
      line-height: 1.4;
      padding: 0 0 5px;
      margin: 0; }
    #bsub-admin-root .customer-info__header-container .stx-field .stx-input, #customer-portal-root .stx-field .stx-input {
      width: 100%;
      min-height: 49px;
      border: 1px solid #183a6c;
      border-radius: 40px;
      padding: 10px 20px;
      margin: 0; }
  #bsub-admin-root .customer-info__header-container .stx-button, #customer-portal-root .stx-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: inherit;
    text-transform: uppercase;
    padding: 10px 32px;
    margin: 0;
    cursor: pointer;
    background: #de2928;
    border: 2px solid white;
    border-radius: 100px;
    transition: color 0.3s, background 0.3s;
    z-index: 1; }
    #bsub-admin-root .customer-info__header-container .stx-button:hover, #bsub-admin-root .customer-info__header-container .stx-button:focus, #customer-portal-root .stx-button:hover, #customer-portal-root .stx-button:focus {
      background-color: #b71d1c;
      box-shadow: none !important; }
    #bsub-admin-root .customer-info__header-container .stx-button.stx-button--primary, #customer-portal-root .stx-button.stx-button--primary {
      background-color: #0067b1 !important; }
      #bsub-admin-root .customer-info__header-container .stx-button.stx-button--primary:hover, #customer-portal-root .stx-button.stx-button--primary:hover {
        background-color: #183a6c !important; }
    #bsub-admin-root .customer-info__header-container .stx-button.edit-text-button, #customer-portal-root .stx-button.edit-text-button {
      font-size: 0.875rem !important;
      color: #183a6c !important;
      background-color: transparent !important;
      border: 0 !important;
      text-decoration: none;
      text-underline-offset: 2px; }
      #bsub-admin-root .customer-info__header-container .stx-button.edit-text-button:hover, #bsub-admin-root .customer-info__header-container .stx-button.edit-text-button:focus, #customer-portal-root .stx-button.edit-text-button:hover, #customer-portal-root .stx-button.edit-text-button:focus {
        background-color: transparent;
        border: 0 !important;
        box-shadow: none !important;
        text-decoration: underline !important; }

#shopify-section-qmb.shopify-section {
  height: 45px; }
  #shopify-section-qmb.shopify-section:empty, #shopify-section-qmb.shopify-section.hidden {
    display: none; }

.qmb-section {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  z-index: 9; }
  .qmb-section .qmb-section__carousel-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 45px;
    padding: 12px 24px; }
    .qmb-section .qmb-section__carousel-item p {
      display: block;
      max-width: 1300px;
      font-size: inherit;
      color: inherit;
      margin: 0 auto 0.5em; }
      .qmb-section .qmb-section__carousel-item p:last-child {
        margin: 0; }
    .qmb-section .qmb-section__carousel-item strong {
      font-weight: 700; }
    .qmb-section .qmb-section__carousel-item a {
      color: inherit;
      text-decoration: underline;
      text-underline-offset: 3px; }
      .qmb-section .qmb-section__carousel-item a::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ''; }

.cart-recommendations {
  margin: 30px 0; }
  .cart-recommendations.hidden {
    display: none; }
  .cart-recommendations .cart-recommendations__header {
    color: #183a6c; }
  .cart-recommendations .cart-recommendations__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin: -8px; }
  .cart-recommendations .cart-recommendations__item {
    position: relative;
    flex: 0 0 Min(265px, 100%);
    display: flex;
    flex-direction: column;
    width: auto;
    border: 2px solid #e2e2e2;
    border-radius: 8px;
    margin: 8px; }
    .cart-recommendations .cart-recommendations__item[data-visible="false"] {
      display: none; }
    .cart-recommendations .cart-recommendations__item form {
      margin: auto auto 20px;
      padding: 0 15px;
      text-align: center; }
      .cart-recommendations .cart-recommendations__item form .btn[disabled] {
        background-color: #0067b1; }
  .cart-recommendations .cart-recommendations__item-bar {
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    width: calc(100% + 4px);
    height: 8px;
    border-radius: 8px 8px 0 0; }
    .cart-recommendations .cart-recommendations__item-bar.blue {
      background: #193c69; }
    .cart-recommendations .cart-recommendations__item-bar.green {
      background: #39854f; }
    .cart-recommendations .cart-recommendations__item-bar.gray {
      background: #e2e4e8; }
    .cart-recommendations .cart-recommendations__item-bar.black {
      background: #0a0a0a; }
  .cart-recommendations .cart-recommendations__item-prefix {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    max-width: 200px;
    margin: 20px auto -20px;
    padding: 0 15px;
    text-align: center; }
  .cart-recommendations .cart-recommendations__item-title {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0067b1;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 30px 15px 0; }
  .cart-recommendations .cart-recommendations__item-price {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    text-align: center;
    font-size: 1rem;
    margin: 0 auto 15px;
    padding: 0 15px; }
    .cart-recommendations .cart-recommendations__item-price .price--old {
      font-weight: 500;
      text-decoration: line-through;
      margin: 0 5px; }
    .cart-recommendations .cart-recommendations__item-price .price--sale {
      font-weight: 700;
      color: #de2928; }
  .cart-recommendations .cart-recommendations__item-image {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
    pointer-events: none; }
  @media (max-width: 991px) {
    .cart-recommendations {
      margin: 0 0 32px; } }
  @media (max-width: 400px) {
    .cart-recommendations .cart-recommendations__list {
      margin: 0; }
    .cart-recommendations .cart-recommendations__item {
      flex: 0 0 100%;
      width: 100%;
      margin: 0 0 16px; }
      .cart-recommendations .cart-recommendations__item:last-child {
        margin: 0; }
    .cart-recommendations .cart-recommendations__item-image {
      max-width: 50%; } }

form#address_form_new .field--error input {
  border: 1px solid red; }

form#address_form_new .field__message--error,
.address__edit .field__message--error {
  color: red; }

.ss-benefits {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 50px 0; }
  .ss-benefits:empty {
    display: none; }
  .ss-benefits .ss-benefits__item {
    flex: 0 0 25%;
    padding: 0 10px;
    text-align: center; }
  .ss-benefits .ss-benefits__item-icon {
    display: block;
    margin: 0 0 20px; }
    .ss-benefits .ss-benefits__item-icon img {
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100px; }
    .ss-benefits .ss-benefits__item-icon svg {
      display: block;
      width: auto;
      max-height: 100px;
      margin: 0 auto; }
  .ss-benefits .ss-benefits__item-title {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #0067b1; }
  .ss-benefits .ss-benefits__item-content {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5; }
    .ss-benefits .ss-benefits__item-content p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }
    .ss-benefits .ss-benefits__item-content a {
      color: #0067b1;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 2px; }
      .ss-benefits .ss-benefits__item-content a:hover, .ss-benefits .ss-benefits__item-content a:focus {
        color: #193c69;
        text-decoration-style: solid; }
  .ss-benefits .ss-benefits__item-note {
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0 0; }
  @media (max-width: 991px) {
    .ss-benefits {
      padding: 20px 0; }
      .ss-benefits .ss-benefits__item {
        flex: 0 0 50%;
        margin: 30px 0; } }
  @media (max-width: 600px) {
    .ss-benefits {
      padding: 50px 0; }
      .ss-benefits .ss-benefits__item {
        flex: 0 0 100%;
        margin: 0 0 40px; }
        .ss-benefits .ss-benefits__item:last-child {
          margin: 0; } }

.ss-banner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  color: white;
  background: #183a6c; }
  .ss-banner .ss-banner__image {
    flex: 0 1 50%;
    position: relative;
    background: rgba(0, 0, 0, 0.1); }
    .ss-banner .ss-banner__image img {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
  .ss-banner .ss-banner__text {
    flex: 1 0 50%;
    display: flex;
    align-items: center;
    padding: 50px;
    min-height: 380px;
    font-size: 1.125rem; }
    .ss-banner .ss-banner__text p {
      font-size: inherit;
      color: inherit; }
  .ss-banner .ss-banner__header {
    font-size: 2.5rem;
    font-weight: 600;
    max-width: 455px;
    margin: 0 0 20px; }
  @media (max-width: 767px) {
    .ss-banner .ss-banner__image {
      flex: 0 0 100%;
      height: 0;
      padding-bottom: 60%; }
    .ss-banner .ss-banner__text {
      flex: 0 0 100%;
      min-height: 0; } }
  @media (max-width: 600px) {
    .ss-banner {
      width: calc(100% + 48px);
      margin: 0 auto 0 -24px; }
      .ss-banner .ss-banner__text {
        padding: 36px 24px;
        font-size: 1rem; }
      .ss-banner .ss-banner__header {
        font-size: 2rem; } }
  @media (max-width: 450px) {
    .ss-banner .ss-banner__header {
      font-size: 1.75rem;
      margin: 0 0 15px; } }

.ss-faq {
  margin: 50px 0 80px; }
  .ss-faq .ss-faq__item {
    border: 1px solid #193c69;
    border-radius: 10px;
    margin: 0 0 20px;
    overflow: hidden; }
    .ss-faq .ss-faq__item .accordion__button {
      display: flex;
      align-items: center;
      padding: 10px 50px 10px 20px; }
      .ss-faq .ss-faq__item .accordion__button .icon {
        top: 34px;
        left: auto;
        right: 22px;
        font-size: 0.75rem; }
      .ss-faq .ss-faq__item .accordion__button .accordion__button-id {
        flex: 0 0 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        font-size: 2.125rem;
        font-weight: 100;
        line-height: 1;
        color: white;
        background: #183a6b;
        border-radius: 50%;
        margin: 0 20px 0 0; }
      .ss-faq .ss-faq__item .accordion__button .accordion__button-title {
        position: relative;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #0067b1; }
    .ss-faq .ss-faq__item ul {
      margin: 0 0 0 1.5em; }
      .ss-faq .ss-faq__item ul li {
        margin: 0 0 0.75em; }
        .ss-faq .ss-faq__item ul li:last-child {
          margin: 0; }
  @media (max-width: 991px) {
    .ss-faq .accordion__content-inner {
      padding: 16px 32px; } }
  @media (max-width: 600px) {
    .ss-faq {
      width: calc(100% + 48px);
      margin: 0 -24px 30px; }
      .ss-faq .ss-faq__item {
        border: 0;
        border-bottom: 1px solid #0067b1;
        border-radius: 0;
        margin: 0; }
        .ss-faq .ss-faq__item .accordion__button {
          padding: 10px 20px; }
          .ss-faq .ss-faq__item .accordion__button .icon {
            display: none !important; }
          .ss-faq .ss-faq__item .accordion__button .accordion__button-id {
            flex: 0 0 40px;
            font-size: 1.75rem;
            width: 40px;
            height: 40px;
            margin: 0 15px 0 0; }
        .ss-faq .ss-faq__item .accordion__content-inner {
          padding: 16px 24px; } }

.ss-products {
  margin: 50px 0 80px; }
  .ss-products .collection-grid .collection-grid__grid li {
    display: list-item; }
  .ss-products .ss-products__additional {
    margin: 50px auto 0;
    text-align: center; }
    .ss-products .ss-products__additional .btn {
      background: #0067b1;
      border-color: #0067b1; }
      .ss-products .ss-products__additional .btn:hover, .ss-products .ss-products__additional .btn:focus {
        background: #193c69;
        border-color: #193c69; }
  @media (max-width: 600px) {
    .ss-products {
      width: calc(100% + 48px);
      margin: 0 -24px 30px; }
      .ss-products .ss-products__additional {
        margin: 30px auto 0; } }

/* Bestsellers section */
.bestsellers .collection-grid {
  margin-bottom: 4rem; }
  .bestsellers .collection-grid .product-bestsellers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    .bestsellers .collection-grid .product-bestsellers .bestsellers__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .bestsellers .collection-grid .product-bestsellers .bestsellers__header {
      margin: 2.5rem 0 1.25rem;
      padding: 0;
      font-family: Montserrat, sans-serif;
      color: #193c69;
      font-size: 2rem;
      text-transform: uppercase; }
    .bestsellers .collection-grid .product-bestsellers .bestsellers__item-price .price--sale {
      color: #193c69;
      font-size: 1.5rem; }
    .bestsellers .collection-grid .product-bestsellers .collection-grid__grid li {
      display: inline-block; }
    .bestsellers .collection-grid .product-bestsellers .collection-grid__grid--bundles {
      width: 100%;
      grid-template-columns: repeat(auto-fit, 275px); }
      .bestsellers .collection-grid .product-bestsellers .collection-grid__grid--bundles .product-card--bundle {
        padding: 3rem .625rem; }
      .bestsellers .collection-grid .product-bestsellers .collection-grid__grid--bundles .product-card__text {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        padding-bottom: 0; }
      .bestsellers .collection-grid .product-bestsellers .collection-grid__grid--bundles .product-card__stock-info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .bestsellers .collection-grid .product-bestsellers .collection-grid__grid--bundles .product-card .product-card__image {
        margin-bottom: -25%; }
      .bestsellers .collection-grid .product-bestsellers .collection-grid__grid--bundles .product-card .product-card__variant {
        color: white;
        margin-bottom: 0.5rem; }
    @media screen and (max-width: 1024px) {
      .bestsellers .collection-grid .product-bestsellers .bestsellers__header {
        padding-left: 1.25rem; } }

.share-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  margin: 32px 0 0;
  color: #193c69; }
  .share-box .share-box__title {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    color: inherit;
    margin: 0 0.75em 0 0; }
  .share-box .share-box__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    margin: -5px;
    list-style: none; }
  .share-box .share-box__item {
    margin: 5px; }
  .share-box .share-box__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    width: 24px;
    height: 24px; }
    .share-box .share-box__link svg {
      display: block;
      width: 100%;
      height: 100%;
      transition: 200ms transform ease-in-out; }
      .share-box .share-box__link svg path {
        fill: currentColor; }
    .share-box .share-box__link:hover svg {
      transform: scale(0.9); }
  @media (max-width: 450px) {
    .share-box .share-box__list {
      margin: -8px; }
    .share-box .share-box__item {
      margin: 8px; } }

.simple-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  place-items: center;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.4);
  transition: .1s opacity ease-in-out;
  z-index: 99;
  display: none;
  opacity: 0;
  pointer-events: none; }

.simple-popup.active {
  display: grid; }

.simple-popup.active.visible {
  opacity: 1;
  pointer-events: all; }

.simple-popup__wrapper {
  width: Min(480px, 90vw);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px #12121233;
  transform: translateY(-50px);
  transition: .4s ease-in-out;
  transition-property: opacity, transform;
  text-align: center; }

.simple-popup.active.visible .simple-popup__wrapper {
  transform: translateY(0); }

.simple-popup__header {
  position: relative;
  padding: 96px 24px 12px;
  background: linear-gradient(0deg, #0067b1, #0c2157);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.simple-popup__header:before {
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  content: "";
  height: 8px;
  border-radius: 50%/0 0 100% 100%;
  box-shadow: 0 0 5px #fff,0 0 17px #2a91dc,0 0 17px #2a91dc,0 0 17px #2a91dc,0 0 17px #2a91dc; }

.simple-popup__content {
  padding: 48px 24px 24px; }

.simple-popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 22px;
  height: 22px;
  color: #dfe6eb;
  font-size: 1.25rem;
  background: transparent;
  border: 0;
  margin: 0 0 0 auto;
  padding: 0;
  cursor: pointer;
  display: grid; }

.simple-popup__close span {
  transform: rotate(45deg); }

.simple-popup__image {
  width: Min(320px, calc(100% - 128px));
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(-50% - 120px)); }

.simple-popup__image img {
  width: 100%;
  height: auto; }

.simple-popup h1, .simple-popup .h1 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none; }

.simple-popup h1 span, .simple-popup .h1 span {
  display: block;
  color: #de2928;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  text-transform: uppercase; }

.simple-popup p {
  margin: 0; }

.simple-popup .discount-code span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #193c69;
  border: 3px dashed #193c69;
  line-height: 1;
  padding: 8px 8px 6px;
  margin-top: 3px; }

.simple-popup .disclaimer {
  margin-top: 24px; }

.simple-popup .disclaimer p {
  font-size: .75rem;
  opacity: .8; }

.simple-popup .disclaimer p a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px; }

.simple-popup--winwheel .simple-popup__close {
  color: #0e2255; }
.simple-popup--winwheel .simple-popup__header {
  flex: 0 0 480px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 480px;
  padding: 36px 24px 24px;
  border-radius: 0; }
  .simple-popup--winwheel .simple-popup__header::before {
    display: none; }
.simple-popup--winwheel .simple-popup__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0 0 1.5em; }
.simple-popup--winwheel .simple-popup__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 880px;
  overflow: hidden; }
.simple-popup--winwheel .simple-popup__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 0 0 400px;
  width: 400px;
  padding: 54px 24px; }
  .simple-popup--winwheel .simple-popup__content.hidden {
    display: none; }
.simple-popup--winwheel .simple-popup__winwheel {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 0 0 400px;
  width: 400px;
  padding: 54px 24px; }
  .simple-popup--winwheel .simple-popup__winwheel.hidden {
    display: none; }
.simple-popup--winwheel .winwheel-form {
  color: #0e2255; }
@media (max-width: 920px) {
  .simple-popup--winwheel {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0; }
    .simple-popup--winwheel .simple-popup__close {
      color: white;
      z-index: 1; }
    .simple-popup--winwheel .simple-popup__wrapper {
      flex-flow: row wrap;
      width: 100%;
      max-width: calc(100% - 30px); }
    .simple-popup--winwheel .simple-popup__header {
      flex: 0 0 100%;
      width: 100%;
      padding: 54px 24px 24px; }
    .simple-popup--winwheel .simple-popup__content,
    .simple-popup--winwheel .simple-popup__winwheel {
      flex: 0 0 100%;
      width: 100%;
      padding: 24px; } }
@media (max-width: 620px) {
  .simple-popup--winwheel .simple-popup__heading {
    font-size: 1.75rem; } }

.simple-popup--survey .simple-popup__wrapper {
  width: Min(504px, 95vw);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.simple-popup--survey .simple-popup__header {
  color: white;
  padding: 46px 44px 26px;
  background: linear-gradient(0deg, #234c8c, #0d2359); }
  @media (max-width: 768px) {
    .simple-popup--survey .simple-popup__header {
      padding: 38px 27px 16px; } }
  .simple-popup--survey .simple-popup__header .simple-popup__close {
    top: 14px;
    right: 17px; }
  .simple-popup--survey .simple-popup__header h2, .simple-popup--survey .simple-popup__header .h2 {
    font-size: 2.375rem;
    margin-bottom: 12px;
    line-height: 1.3em; }
    @media (max-width: 768px) {
      .simple-popup--survey .simple-popup__header h2, .simple-popup--survey .simple-popup__header .h2 {
        font-size: 1.6875rem; } }
  .simple-popup--survey .simple-popup__header p {
    color: inherit;
    font-size: 1.3125rem;
    line-height: 1.4em; }
    @media (max-width: 768px) {
      .simple-popup--survey .simple-popup__header p {
        font-size: 1.0625rem; } }
  .simple-popup--survey .simple-popup__header:before {
    display: none; }
.simple-popup--survey .simple-popup__content {
  padding: 29px 49px 48px;
  font-size: 1.3125rem;
  color: #183a6c; }
  @media (max-width: 768px) {
    .simple-popup--survey .simple-popup__content {
      padding: 26px;
      font-size: 1.0625rem; } }
  .simple-popup--survey .simple-popup__content .survey-option {
    position: relative;
    padding-left: 37px;
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      .simple-popup--survey .simple-popup__content .survey-option {
        margin-bottom: 8px;
        padding-left: 30px; } }
    .simple-popup--survey .simple-popup__content .survey-option label {
      text-align: left;
      display: block;
      line-height: 1.2em;
      font-weight: 500; }
      .simple-popup--survey .simple-popup__content .survey-option label::before {
        content: "";
        position: absolute;
        left: 0;
        top: .6em;
        translate: 0 -50%;
        width: 15px;
        height: 15px;
        border: 1px solid #193c69;
        border-radius: 50%;
        transition: all .2s ease; }
    .simple-popup--survey .simple-popup__content .survey-option input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      height: 0;
      width: 0; }
      .simple-popup--survey .simple-popup__content .survey-option input[type="checkbox"]#survey-option-other + label + textarea {
        display: none;
        width: 100%;
        min-height: 77px;
        margin-top: 12px;
        border: #939598 1px solid;
        font-size: 1rem;
        color: #053B70;
        font-weight: 500; }
      .simple-popup--survey .simple-popup__content .survey-option input[type="checkbox"]#survey-option-other:checked + label + textarea {
        display: block; }
      .simple-popup--survey .simple-popup__content .survey-option input[type="checkbox"]:checked + label {
        font-weight: 600; }
        .simple-popup--survey .simple-popup__content .survey-option input[type="checkbox"]:checked + label::before {
          background-color: #193c69; }
  .simple-popup--survey .simple-popup__content button {
    margin-top: 31px;
    font-size: 1rem; }
    @media (max-width: 768px) {
      .simple-popup--survey .simple-popup__content button {
        margin-top: 21px; } }

@media (max-width: 480px) {
  .simple-popup__header {
    padding: 20% 24px 12px; }

  .simple-popup__image {
    transform: translate(-50%, -100%); }

  .simple-popup .disclaimer p {
    opacity: 1; } }
.ssdt-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: 300ms opacity ease-in-out;
  z-index: 9; }

.ssdt-modal.active {
  visibility: visible;
  opacity: 0; }

.ssdt-modal.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.ssdt-modal__inner {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  max-width: 710px;
  padding: 60px 50px;
  background: #fff;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2); }

.ssdt-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #bdbdbd;
  background: transparent;
  border: 0;
  padding: 0;
  transition: 200ms all ease-in-out; }

.ssdt-modal__close:hover,
.ssdt-modal__close:focus {
  color: #393939; }

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

.ssdt-modal__close .icon {
  transform: rotate(45deg); }

.ssdt-modal__header {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #183a6c;
  margin: 0 0 0.5em; }

.ssdt-modal__content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center; }

.ssdt-modal__content p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 0.5em; }

.ssdt-modal__content p:last-child {
  margin: 0; }

.ssdt-modal__action {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1.5em 0 0; }

.ssdt-modal__action .btn--ssdt {
  background: #183a6c;
  transition: 200ms background ease-in-out; }

.ssdt-modal__action .btn--ssdt:hover,
.ssdt-modal__action .btn--ssdt:focus {
  color: #fff;
  background: #0067b1; }

.ssdt-modal__action .btn--inline {
  display: inline-block;
  padding: 0;
  min-height: 0;
  color: #6c6c6c;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-underline-offset: 3px;
  margin: 0 10px 0 0; }

.ssdt-modal__action .btn--inline:hover,
.ssdt-modal__action .btn--inline:focus {
  color: #393939;
  background: transparent;
  text-decoration: underline; }

@media (max-width: 767px) {
  .ssdt-modal__inner {
    padding: 50px 30px 30px; }

  .ssdt-modal__header {
    font-size: 1.5rem; }

  .ssdt-modal__content {
    font-size: 0.875rem; } }
.clp-content {
  background-color: #094382; }

.clp-header {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center; }

.clp-hero__image-wrapper {
  position: relative;
  width: 100%;
  height: auto; }

.clp-hero__image-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 70px 0 0;
  z-index: 1; }

.clp-hero__header {
  flex: 0 0 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: white;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin: 0 0 60px; }

.clp-hero__header span {
  display: block;
  font-size: 7em; }

.clp-hero__content {
  padding: 100px 0 40px;
  background: white; }

.clp-hero__subheader {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  max-width: 880px;
  color: #193c69;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto; }

.clp-hero__image--main {
  width: 80%;
  max-width: 558px;
  height: auto;
  margin: 0 0 -80px;
  pointer-events: none;
  user-select: none; }

.clp-hero__image--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  pointer-events: none;
  user-select: none; }

.clp-bundle {
  text-align: center;
  color: white;
  padding: 40px 0; }

.clp-bundle__content .clp-header {
  color: inherit;
  margin: 0 0 1em; }

.clp-bundle__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: -10px; }

.clp-bundle__item {
  flex: 0 0 calc((100% / 7) - 20px);
  width: calc((100% / 7) - 20px);
  margin: 10px;
  text-align: center; }

.clp-bundle__item-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  color: #0e2255;
  background: #fbd836;
  border: 0;
  border-radius: 50%;
  margin: 0 0 0.5em; }

.clp-bundle__item-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  margin: 0 0 0.25em; }

.clp-bundle__item-title:last-child {
  margin: 0; }

.clp-bundle__item-subtitle {
  font-size: 0.75rem;
  line-height: 1.3;
  color: inherit;
  margin: 0; }

.clp-bundle__summary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  text-align: center;
  padding: 1em;
  color: inherit;
  border: 2px solid #43b9f5;
  border-radius: 10px;
  margin: 2em auto; }

.clp-bundle__summary-label {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #43b9f5;
  margin: 0 0.5em 0 0; }

.clp-bundle__summary-label:last-child {
  margin: 0; }

.clp-bundle__summary-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: inherit; }

.clp-form-box {
  color: white;
  padding: 0 0 50px; }

.clp-form-box__content {
  text-align: center;
  margin: 0 0 2em; }

.clp-form-box__content .clp-header {
  margin: 0 0 0.5em; }

.clp-form-box__description {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit; }

.clp-form-box__description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 0.5em; }

.clp-form-box__description p:last-child {
  margin: 0; }

.clp-form-box__form {
  width: 100%;
  max-width: 520px;
  margin: 0 auto; }

.clp-form-box iframe {
  display: block;
  max-width: 700px;
  margin: 0 auto; }

.clp-form {
  display: block; }

.clp-form__label {
  display: block;
  width: 100%;
  color: white;
  margin: 0 0 2em; }

.clp-form__label--checkbox {
  position: relative; }

.clp-form__label span {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.75em; }

.clp-form__label input:not([type='radio']):not([type='checkbox']),
.clp-form__label textarea,
.clp-form__label select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid white;
  background: white; }

.clp-form__checkbox {
  position: absolute;
  width: 28px;
  height: 28px;
  background: white;
  border: 0;
  border-radius: 4px;
  margin: 0;
  pointer-events: none;
  z-index: 1; }

.clp-form__checkbox-label {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
  margin: 0;
  padding: 0 0 0 38px; }

.clp-form__checkbox-label p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 0.5em; }

.clp-form__checkbox-label p:last-child {
  margin: 0; }

.clp-form__checkbox-label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px; }

.clp-form__label input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  opacity: 0;
  cursor: pointer;
  z-index: 0; }

.clp-form__label input[type='checkbox']:checked ~ .clp-form__checkbox {
  background-color: red; }

.clp-form__submit {
  font-size: 1rem;
  font-weight: 700;
  color: #0e2255;
  background: white;
  border: 0;
  padding: 0.75em 2em; }

.clp-form__submit:hover {
  color: #0e2255;
  background: white; }

@media (max-width: 1100px) {
  .clp-bundle__item {
    flex: 0 0 calc((100% / 5) - 20px);
    width: calc((100% / 5) - 20px); } }
@media (max-width: 768px) {
  .clp-hero__subheader,
  .clp-header {
    font-size: 1.5rem; }

  .clp-bundle__item {
    flex: 0 0 calc((100% / 4) - 20px);
    width: calc((100% / 4) - 20px); } }
@media (max-width: 620px) {
  .clp-hero__header {
    font-size: 1.5rem; }

  .clp-form-box iframe {
    width: calc(100% + 48px) !important;
    height: 1120px !important;
    margin: 0 -24px !important; } }
@media (max-width: 520px) {
  .clp-hero__header {
    font-size: 1.5rem; }

  .clp-bundle__items {
    margin: -10px -5px; }

  .clp-bundle__item {
    flex: 0 0 calc((100% / 3) - 10px);
    width: calc((100% / 3) - 10px);
    margin: 10px 5px; }

  .clp-bundle__summary-label {
    font-size: 1rem; }

  .clp-bundle__summary-value {
    font-size: 1.5rem; } }
@media (max-width: 460px) {
  .clp-hero__image-overlay {
    padding: 50px 0 0; }

  .clp-hero__header {
    font-size: 1.25rem;
    padding: 0 20px;
    margin: 0 0 40px; } }
@media (max-width: 370px) {
  .clp-hero__header {
    font-size: 1rem; } }
.winwheel-container {
  position: relative; }
  .winwheel-container img {
    position: absolute;
    top: -30px;
    left: 50%;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 0 7px;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none; }
  .winwheel-container canvas {
    width: 90%;
    max-width: 500px;
    border: 3px solid white;
    border-radius: 50%; }
  @media (max-width: 620px) {
    .winwheel-container img {
      top: -20px;
      width: 50px;
      margin: 0 0 0 4px; } }

.winwheel-form .winwheel-form__fields {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 0 0 20px; }
  .winwheel-form .winwheel-form__fields .winwheel-form__label {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 20px;
    color: inherit; }
    .winwheel-form .winwheel-form__fields .winwheel-form__label:last-child {
      margin: 0; }
.winwheel-form .winwheel-form__label {
  text-align: left; }
  .winwheel-form .winwheel-form__label span {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    color: inherit;
    margin: 0 0 0.5em; }
  .winwheel-form .winwheel-form__label input, .winwheel-form .winwheel-form__label textarea {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    margin: 0;
    padding: 0.5em 0.75em; }
  .winwheel-form .winwheel-form__label.error input, .winwheel-form .winwheel-form__label.error textarea {
    border: 2px solid #de2a28; }
  .winwheel-form .winwheel-form__label .input-error {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.1;
    color: #de2a28;
    margin: 0.5em 0 0; }
.winwheel-form .winwheel-form__consents {
  margin: 0 0 20px; }
.winwheel-form .winwheel-form__consent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin: 0 0 0.5em; }
  .winwheel-form .winwheel-form__consent:last-child {
    margin: 0; }
  .winwheel-form .winwheel-form__consent input {
    flex: 0 0 15px;
    width: 15px;
    margin: 5px 10px 0 0; }
  .winwheel-form .winwheel-form__consent .winwheel-form__consent-content {
    flex: 0 0 calc(100% - 25px);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit; }
    .winwheel-form .winwheel-form__consent .winwheel-form__consent-content p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      margin: 0 0 0.5em; }
      .winwheel-form .winwheel-form__consent .winwheel-form__consent-content p:last-child {
        margin: 0; }
    .winwheel-form .winwheel-form__consent .winwheel-form__consent-content a {
      text-decoration: underline;
      text-underline-offset: 2px;
      color: inherit; }
.winwheel-form .winwheel-form__note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: inherit;
  margin: 1em 0 0; }
  .winwheel-form .winwheel-form__note p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 0 0.5em; }
    .winwheel-form .winwheel-form__note p:last-child {
      margin: 0; }
  .winwheel-form .winwheel-form__note a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: inherit; }
@media (max-width: 620px) {
  .winwheel-form .winwheel-form__fields {
    flex-flow: row wrap;
    margin: 0 0 20px; }
    .winwheel-form .winwheel-form__fields .winwheel-form__label {
      flex: 0 0 100%;
      width: 100%;
      margin: 0 0 20px; }
      .winwheel-form .winwheel-form__fields .winwheel-form__label:last-child {
        margin: 0; } }

.winwheel-result {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #0e2255; }
  .winwheel-result.hidden {
    display: none; }
  .winwheel-result .winwheel-result__message {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0; }
    .winwheel-result .winwheel-result__message.winwheel-result__message--note {
      font-size: 1rem;
      margin: 1em 0 0; }
  .winwheel-result .winwheel-result__code {
    display: inline-block;
    line-height: 1;
    color: white;
    background: #0e2255;
    padding: 0.4em; }
  .winwheel-result .winwheel-result__btn {
    width: auto;
    margin: 30px auto 0; }

.winwheel-section {
  color: white;
  background: #0e2255;
  padding: 70px 0 50px; }
  .winwheel-section.hidden {
    display: none; }
  .winwheel-section .winwheel-section__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap; }
  .winwheel-section .winwheel-section__column {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px); }
    .winwheel-section .winwheel-section__column.winwheel-section__column--wheel {
      text-align: center; }
  .winwheel-section .winwheel-section__header {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin: 0 0 0.75em; }
    .winwheel-section .winwheel-section__header.winwheel-section__header--mobile {
      display: none; }
  .winwheel-section .winwheel-form {
    color: white; }
    .winwheel-section .winwheel-form.hidden {
      display: none; }
    .winwheel-section .winwheel-form .winwheel-form__label input, .winwheel-section .winwheel-form .winwheel-form__label textarea {
      padding: 0.5em 1.25em; }
    .winwheel-section .winwheel-form .winwheel-form__label.error input, .winwheel-section .winwheel-form .winwheel-form__label.error textarea {
      border-color: #ff9191; }
    .winwheel-section .winwheel-form .input-error {
      color: #ff9191; }
  .winwheel-section .winwheel-result {
    color: white; }
    .winwheel-section .winwheel-result .winwheel-result__code {
      color: #0e2255;
      background: white; }
  @media (max-width: 920px) {
    .winwheel-section .winwheel-section__column {
      flex: 0 0 100%;
      width: 100%; }
      .winwheel-section .winwheel-section__column.winwheel-section__column--wheel {
        margin: 0 0 30px; }
    .winwheel-section .winwheel-section__header {
      text-align: center; }
    .winwheel-section .winwheel-form {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
      .winwheel-section .winwheel-form .winwheel-form__action {
        text-align: center;
        margin: 30px 0 0; } }
  @media (max-width: 500px) {
    .winwheel-section {
      padding: 40px 0; }
      .winwheel-section .winwheel-section__header {
        font-size: 2rem;
        margin: 0 0 1em; }
        .winwheel-section .winwheel-section__header.winwheel-section__header--desktop {
          display: none; }
        .winwheel-section .winwheel-section__header.winwheel-section__header--mobile {
          display: block; }
      .winwheel-section .winwheel-result {
        font-size: 1rem; } }

.template-page .winwheel-section {
  padding: 100px 0; }
  @media (max-width: 600px) {
    .template-page .winwheel-section {
      padding: 50px 0; } }

.csb-gate {
  color: #fff;
  background: linear-gradient(180deg, #0c2157 0%, #0067b1 100%);
  padding: 40px 0; }
  .csb-gate .csb-gate__wrapper {
    text-align: center; }
  .csb-gate .csb-gate__header {
    max-width: 820px;
    margin: 0 auto 0.3em; }
  .csb-gate .csb-gate__description {
    font-size: 1.2rem;
    color: inherit;
    max-width: 870px;
    margin: 0 auto; }
    .csb-gate .csb-gate__description p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      margin: 0 0 0.5em; }
      .csb-gate .csb-gate__description p:last-child {
        margin: 0; }
  .csb-gate .csb-gate__video {
    width: 100%;
    margin: 40px 0 0; }
    .csb-gate .csb-gate__video iframe {
      aspect-ratio: 16 /9;
      width: 100%;
      height: auto; }

@media (max-width: 767px) {
  .csb-gate .csb-gate__video {
    width: calc(100% + 48px);
    margin: 40px -24px 0; } }
@media (max-width: 450px) {
  .csb-gate .csb-gate__header {
    font-size: 1.5rem;
    margin: 0 0 0.4em; }
  .csb-gate .csb-gate__description {
    font-size: 0.9rem; }
  .csb-gate .csb-gate__video {
    margin: 30px -24px 0; } }
.product-csb-form {
  background: linear-gradient(180deg, #0c2157 0%, #0067b1); }
  .product-csb-form.hidden {
    display: none; }

.csb-signup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  color: white;
  padding: 96px 0; }
  .csb-signup .csb-signup__column {
    width: calc(50% - 20px); }
    .csb-signup .csb-signup__column.hidden {
      display: none; }
  .csb-signup .csb-signup__column--form,
  .csb-signup .csb-signup__column--success {
    text-align: left; }
  .csb-signup .csb-signup__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .csb-signup .csb-signup__header {
    color: inherit;
    margin: 0 0 0.5em; }
  .csb-signup .csb-signup__description {
    font-size: 1rem;
    color: inherit; }
    .csb-signup .csb-signup__description p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      margin: 0 0 0.5em; }
      .csb-signup .csb-signup__description p:last-child {
        margin: 0; }
    .csb-signup .csb-signup__description a {
      color: white;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px; }
  .csb-signup .csb-signup__form {
    margin: 40px 0 0; }
  .csb-signup .csb-form__groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  .csb-signup .csb-form__group label {
    font-size: 0.75rem;
    font-weight: 600;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 0; }
  .csb-signup .csb-form__group input {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 1rem;
    color: white;
    padding: 5px 20px;
    background: rgba(18, 18, 18, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px; }
  .csb-signup .csb-form__group .input-error {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.1;
    color: #ff9191;
    margin: 0.5em 0 0; }
  .csb-signup .csb-form__error {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.1;
    color: #ff9191;
    margin: 0 0 -0.5em; }
    .csb-signup .csb-form__error.hidden {
      display: none; }
  .csb-signup .csb-form__submit {
    margin: 24px 0 0; }
  .csb-signup .csb-form__consents {
    font-size: 0.75rem;
    color: inherit;
    margin: 24px 0; }
    .csb-signup .csb-form__consents p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      margin: 0 0 0.5em; }
      .csb-signup .csb-form__consents p:last-child {
        margin: 0; }
    .csb-signup .csb-form__consents a {
      color: white;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px;
      white-space: pre; }

@media (max-width: 991px) {
  .csb-signup {
    padding: 64px 0; }
    .csb-signup .csb-signup__column {
      width: 100%; }
      .csb-signup .csb-signup__column.csb-signup__column--image {
        display: none; } }
@media (max-width: 550px) {
  .csb-signup {
    padding: 30px 0 64px; }
    .csb-signup .csb-form__groups {
      grid-template-columns: 1fr;
      gap: 24px; } }
