/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

#animation-test svg g {
  opacity: 0;
  transition: opacity 200ms ease;
}
#animation-test svg g:nth-child(1) {
  transition-delay: 200ms;
}
#animation-test svg g:nth-child(2) {
  transition-delay: 400ms;
}
#animation-test svg g:nth-child(3) {
  transition-delay: 600ms;
}
#animation-test svg g:nth-child(4) {
  transition-delay: 800ms;
}
#animation-test svg g:nth-child(5) {
  transition-delay: 1000ms;
}
#animation-test svg g:nth-child(6) {
  transition-delay: 1200ms;
}
#animation-test svg g:nth-child(7) {
  transition-delay: 1400ms;
}
#animation-test svg g:nth-child(8) {
  transition-delay: 1600ms;
}
#animation-test svg g:nth-child(9) {
  transition-delay: 1800ms;
}
#animation-test svg g:nth-child(10) {
  transition-delay: 2000ms;
}
#animation-test svg g:nth-child(11) {
  transition-delay: 2200ms;
}
#animation-test svg g:nth-child(12) {
  transition-delay: 2400ms;
}
#animation-test svg g:nth-child(13) {
  transition-delay: 2600ms;
}
#animation-test svg g:nth-child(14) {
  transition-delay: 2800ms;
}
#animation-test svg g:nth-child(15) {
  transition-delay: 3000ms;
}
#animation-test svg g:nth-child(16) {
  transition-delay: 3200ms;
}
#animation-test svg g:nth-child(17) {
  transition-delay: 3400ms;
}
#animation-test svg g:nth-child(18) {
  transition-delay: 3600ms;
}
#animation-test svg g:nth-child(19) {
  transition-delay: 3800ms;
}
#animation-test svg g:nth-child(20) {
  transition-delay: 4000ms;
}
#animation-test svg g:nth-child(21) {
  transition-delay: 4200ms;
}
#animation-test svg g:nth-child(22) {
  transition-delay: 4400ms;
}
#animation-test svg g:nth-child(23) {
  transition-delay: 4600ms;
}
#animation-test svg g:nth-child(24) {
  transition-delay: 4800ms;
}
#animation-test svg g:nth-child(25) {
  transition-delay: 5000ms;
}
#animation-test svg g:nth-child(26) {
  transition-delay: 5200ms;
}
#animation-test svg g:nth-child(27) {
  transition-delay: 5400ms;
}
#animation-test svg g:nth-child(28) {
  transition-delay: 5600ms;
}
#animation-test svg g:nth-child(29) {
  transition-delay: 5800ms;
}
#animation-test svg g:nth-child(30) {
  transition-delay: 6000ms;
}
#animation-test svg g:nth-child(31) {
  transition-delay: 6200ms;
}
#animation-test svg g:nth-child(32) {
  transition-delay: 6400ms;
}
#animation-test svg g:nth-child(33) {
  transition-delay: 6600ms;
}
#animation-test svg g:nth-child(34) {
  transition-delay: 6800ms;
}
#animation-test svg g:nth-child(35) {
  transition-delay: 7000ms;
}
#animation-test svg g:nth-child(36) {
  transition-delay: 7200ms;
}
#animation-test svg g:nth-child(37) {
  transition-delay: 7400ms;
}
#animation-test svg g:nth-child(38) {
  transition-delay: 7600ms;
}
#animation-test svg g:nth-child(39) {
  transition-delay: 7800ms;
}
#animation-test svg g:nth-child(40) {
  transition-delay: 8000ms;
}
#animation-test svg g:nth-child(41) {
  transition-delay: 8200ms;
}
#animation-test svg g:nth-child(42) {
  transition-delay: 8400ms;
}
#animation-test svg g:nth-child(43) {
  transition-delay: 8600ms;
}
#animation-test svg g:nth-child(44) {
  transition-delay: 8800ms;
}
#animation-test svg g:nth-child(45) {
  transition-delay: 9000ms;
}
#animation-test svg g:nth-child(46) {
  transition-delay: 9200ms;
}
#animation-test svg g:nth-child(47) {
  transition-delay: 9400ms;
}
#animation-test svg g:nth-child(48) {
  transition-delay: 9600ms;
}
#animation-test svg g:nth-child(49) {
  transition-delay: 9800ms;
}
#animation-test svg g:nth-child(50) {
  transition-delay: 10000ms;
}
#animation-test svg g:nth-child(51) {
  transition-delay: 10200ms;
}
#animation-test svg g:nth-child(52) {
  transition-delay: 10400ms;
}
#animation-test svg g:nth-child(53) {
  transition-delay: 10600ms;
}
#animation-test svg g:nth-child(54) {
  transition-delay: 10800ms;
}
#animation-test svg g:nth-child(55) {
  transition-delay: 11000ms;
}
#animation-test svg g:nth-child(56) {
  transition-delay: 11200ms;
}
#animation-test svg g:nth-child(57) {
  transition-delay: 11400ms;
}
#animation-test svg g:nth-child(58) {
  transition-delay: 11600ms;
}
#animation-test svg g:nth-child(59) {
  transition-delay: 11800ms;
}
#animation-test svg g:nth-child(60) {
  transition-delay: 12000ms;
}
#animation-test svg g:nth-child(61) {
  transition-delay: 12200ms;
}
#animation-test svg g:nth-child(62) {
  transition-delay: 12400ms;
}
#animation-test svg g:nth-child(63) {
  transition-delay: 12600ms;
}
#animation-test svg g:nth-child(64) {
  transition-delay: 12800ms;
}
#animation-test svg g:nth-child(65) {
  transition-delay: 13000ms;
}
#animation-test svg g:nth-child(66) {
  transition-delay: 13200ms;
}
#animation-test svg g:nth-child(67) {
  transition-delay: 13400ms;
}
#animation-test svg g:nth-child(68) {
  transition-delay: 13600ms;
}
#animation-test svg g:nth-child(69) {
  transition-delay: 13800ms;
}
#animation-test svg g:nth-child(70) {
  transition-delay: 14000ms;
}
#animation-test svg g:nth-child(71) {
  transition-delay: 14200ms;
}
#animation-test svg g:nth-child(72) {
  transition-delay: 14400ms;
}
#animation-test svg g:nth-child(73) {
  transition-delay: 14600ms;
}
#animation-test svg g:nth-child(74) {
  transition-delay: 14800ms;
}
#animation-test svg g:nth-child(75) {
  transition-delay: 15000ms;
}
#animation-test svg g:nth-child(76) {
  transition-delay: 15200ms;
}
#animation-test svg g:nth-child(77) {
  transition-delay: 15400ms;
}
#animation-test svg g:nth-child(78) {
  transition-delay: 15600ms;
}
#animation-test svg g:nth-child(79) {
  transition-delay: 15800ms;
}
#animation-test svg g:nth-child(80) {
  transition-delay: 16000ms;
}
#animation-test svg g:nth-child(81) {
  transition-delay: 16200ms;
}
#animation-test svg g:nth-child(82) {
  transition-delay: 16400ms;
}
#animation-test svg g:nth-child(83) {
  transition-delay: 16600ms;
}
#animation-test svg g:nth-child(84) {
  transition-delay: 16800ms;
}
#animation-test svg g:nth-child(85) {
  transition-delay: 17000ms;
}
#animation-test svg g:nth-child(86) {
  transition-delay: 17200ms;
}
#animation-test svg g:nth-child(87) {
  transition-delay: 17400ms;
}
#animation-test svg g:nth-child(88) {
  transition-delay: 17600ms;
}
#animation-test svg g:nth-child(89) {
  transition-delay: 17800ms;
}
#animation-test svg g:nth-child(90) {
  transition-delay: 18000ms;
}
#animation-test svg g:nth-child(91) {
  transition-delay: 18200ms;
}
#animation-test svg g:nth-child(92) {
  transition-delay: 18400ms;
}
#animation-test svg g:nth-child(93) {
  transition-delay: 18600ms;
}
#animation-test svg g:nth-child(94) {
  transition-delay: 18800ms;
}
#animation-test svg g:nth-child(95) {
  transition-delay: 19000ms;
}
#animation-test svg g:nth-child(96) {
  transition-delay: 19200ms;
}
#animation-test svg g:nth-child(97) {
  transition-delay: 19400ms;
}
#animation-test svg g:nth-child(98) {
  transition-delay: 19600ms;
}
#animation-test svg g:nth-child(99) {
  transition-delay: 19800ms;
}
#animation-test svg g:nth-child(100) {
  transition-delay: 20000ms;
}
#animation-test.--active svg g {
  opacity: 1;
}

.-greyscale--black {
  color: #111010;
}

.-greyscale--xxdark {
  color: #242424;
}

.-greyscale--xdark {
  color: #5d5d5d;
}

.-greyscale--dark {
  color: #8d8d8d;
}

.-greyscale--grey {
  color: #cacaca;
}

.-greyscale--light {
  color: #eaeaea;
}

.-greyscale--xlight {
  color: #f1f1f1;
}

.-greyscale--white {
  color: #ffffff;
}

.-primary--xxdark {
  color: #0e2b57;
}

.-primary--xdark {
  color: #20366a;
}

.-primary--dark {
  color: #014d89;
}

.-primary {
  color: #0067b7;
}

.-primary--light {
  color: #007bc2;
}

.-primary--xlight {
  color: #00b3f0;
}

.-secondary--xxdark {
  color: #a4280f;
}

.-secondary--xdark {
  color: #b8361c;
}

.-secondary--dark {
  color: #d63e20;
}

.-secondary {
  color: #f05636;
}

.-secondary--light {
  color: #ff7d63;
}

.-secondary--xlight {
  color: #ff9d8a;
}

.-secondary--bright {
  color: #ef3336;
}

.-tertiary--dark {
  color: #be5404;
}

.-tertiary--medium {
  color: #ee5440;
}

.-tertiary {
  color: #ffa211;
}

.-tertiary--light {
  color: #ffd592;
}

.-tertiary--xlight {
  color: #fff3df;
}

.-success--dark {
  color: #536a20;
}

.-success {
  color: #799733;
}

.-success--light {
  color: #afca6a;
}

.-error--dark {
  color: #aa4028;
}

.-error {
  color: #de6043;
}

.-error--light {
  color: #f1a18f;
}

.-neutrals--warm-neutral {
  color: #f9f1e8;
}

.-neutrals--cream {
  color: #fefbea;
}

.-neutrals--cool-neutral {
  color: #f2f2f2;
}

.-neutrals--white {
  color: #ffffff;
}

.-logo--midnight {
  color: #002d62;
}

.-faded {
  color: #6b6b6b;
}

.-box-shadow {
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 500ms;
}
.-box-shadow:hover {
  box-shadow: 0 0 5px 2px #cacaca;
}

.-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  box-sizing: border-box;
}
.-wrap.-wrap--narrow {
  max-width: 1280px;
}
.-wrap.-wrap--text {
  max-width: 700px;
}

.-padded,
.-padded--h {
  padding-left: 20px;
  padding-right: 20px;
}
@supports (padding: max(0px)) {
  .-padded,
  .-padded--h {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}
@media screen and (min-width: 45em) {
  .-padded,
  .-padded--h {
    padding-left: 40px;
    padding-right: 40px;
  }
  @supports (padding: max(0px)) {
    .-padded,
    .-padded--h {
      padding-left: max(40px, env(safe-area-inset-left));
      padding-right: max(40px, env(safe-area-inset-right));
    }
  }
}

.-padded--v {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 45em) {
  .-padded--v {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.-section-wrap__y {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 45em) {
  .-section-wrap__y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.-section-wrap__x {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 45em) {
  .-section-wrap__x {
    padding-right: 80px;
    padding-left: 80px;
  }
  .-section-wrap__x--narrow {
    padding-left: 160px;
    padding-right: 160px;
  }
}

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

.-show {
  display: block !important;
}

.-hide {
  display: none !important;
}

.-overflow-hidden {
  overflow: hidden !important;
}

.-not-button {
  appearance: none;
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

.-hide-text {
  font-size: 0 !important;
  text-indent: -999px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

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

@media screen and (max-width: 24.99em) {
  .-show--xsm {
    display: block !important;
  }
  .-hide--xsm {
    display: none !important;
  }
}
@media screen and (min-width: 25em) and (max-width: 44.99em) {
  .-show--sm {
    display: block !important;
  }
  .-hide--sm {
    display: none !important;
  }
}
@media screen and (min-width: 45em) and (max-width: 59.99em) {
  .-show--md {
    display: block !important;
  }
  .-hide--md {
    display: none !important;
  }
}
@media screen and (min-width: 60em) and (max-width: 74.99em) {
  .-show--lg {
    display: block !important;
  }
  .-hide--lg {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .-show--xlg {
    display: block !important;
  }
  .-hide--xlg {
    display: none !important;
  }
}
@font-face {
  font-family: "Kookie";
  src: url("fonts/F37Kookie-Bold.woff") format("woff"), url("fonts/F37Kookie-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Kookie";
  src: url("fonts/F37Kookie-SemiBold.woff") format("woff"), url("fonts/F37Kookie-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
.-h1, h1 {
  color: #242424;
  font-size: 36px;
  font-style: normal;
  font-family: Kookie, sans-serif;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (min-width: 60em) {
  .-h1, h1 {
    font-size: 56px;
    line-height: 72px;
  }
}
.-h2, h2 {
  color: #242424;
  font-size: 28px;
  font-style: normal;
  font-family: Kookie, sans-serif;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (min-width: 60em) {
  .-h2, h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
.-h3, h3 {
  color: #242424;
  font-size: 20px;
  font-style: normal;
  font-family: Kookie, sans-serif;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 60em) {
  .-h3, h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
.-h4, h4 {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-family: Kookie, sans-serif;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (min-width: 60em) {
  .-h4, h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
.-h5, h5 {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 60em) {
  .-h5, h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.-h6, h6 {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (min-width: 60em) {
  .-h6, h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.-h7 {
  color: #242424;
  font-size: 13px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  line-height: 1.461538;
}
@media screen and (min-width: 60em) {
  .-h7 {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.-eyebrow {
  color: #007bc2;
  font-size: 11px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  line-height: 1.4545;
}
@media screen and (min-width: 60em) {
  .-eyebrow {
    font-size: 13px;
    line-height: 1.461538;
  }
}
.-body, body {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
@media screen and (min-width: 60em) {
  .-body, body {
    font-size: 18px;
    line-height: 28px;
  }
}
.-xsmall, xsmall {
  font-size: 11px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  line-height: 1.1;
}
.-small, small {
  color: #20366a;
  font-size: 13px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  line-height: 1.5384;
}
@media screen and (min-width: 60em) {
  .-small, small {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.-large {
  color: #20366a;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  line-height: 1.375;
}
@media screen and (min-width: 60em) {
  .-large {
    font-size: 18px;
    line-height: 1.666;
  }
}
.-blockquote, blockquote {
  font-size: 22px;
  font-style: italic;
  font-family: serif;
  font-weight: medium;
  line-height: 1.1904761905;
}
@media screen and (min-width: 60em) {
  .-blockquote, blockquote {
    font-size: 32px;
    line-height: 1.25;
  }
}
.-subtitle, subtitle {
  color: #0067b7;
  font-size: 14px;
  font-style: italic;
  font-family: serif;
  font-weight: medium;
  line-height: 1.571428;
}
@media screen and (min-width: 60em) {
  .-subtitle, subtitle {
    font-size: 18px;
    line-height: 1.555;
  }
}
.-strikethrough {
  text-decoration: line-through;
}

.-gray-strikethrough {
  text-decoration: line-through;
  color: #8f8f8f;
}

@font-face {
  font-family: "LP Icons";
  src: url("fonts/lp-icons.31d2dea98c1d23259cefb6b0be1f8a83.eot?31d2dea98c1d23259cefb6b0be1f8a83");
  src: url("fonts/lp-icons.31d2dea98c1d23259cefb6b0be1f8a83.eot?31d2dea98c1d23259cefb6b0be1f8a83#iefix") format("embedded-opentype"), url("fonts/lp-icons.31d2dea98c1d23259cefb6b0be1f8a83.woff?31d2dea98c1d23259cefb6b0be1f8a83") format("woff"), url("fonts/lp-icons.31d2dea98c1d23259cefb6b0be1f8a83.ttf?31d2dea98c1d23259cefb6b0be1f8a83") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before,
.footer__menu > .menu-item.menu-item-has-children > a:before {
  font-family: "LP Icons";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-blue:before {
  content: "\f101";
}

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

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

.icon-arrow-next:before {
  content: "\f104";
}

.icon-arrow-prev:before {
  content: "\f105";
}

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

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

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

.icon-arrow-thicker:before {
  content: "\f109";
}

.icon-arrow-white:before {
  content: "\f10a";
}

.icon-award:before {
  content: "\f10b";
}

.icon-backpack:before {
  content: "\f10c";
}

.icon-book-alt:before {
  content: "\f10d";
}

.icon-book:before {
  content: "\f10e";
}

.icon-bow:before {
  content: "\f10f";
}

.icon-box:before {
  content: "\f110";
}

.icon-briefcase:before {
  content: "\f111";
}

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

.icon-caret:before, .footer__menu > .menu-item.menu-item-has-children > a:before {
  content: "\f113";
}

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

.icon-cc-amex:before {
  content: "\f115";
}

.icon-cc-discover:before {
  content: "\f116";
}

.icon-cc-mastercard:before {
  content: "\f117";
}

.icon-cc-visa:before {
  content: "\f118";
}

.icon-checkmark:before {
  content: "\f119";
}

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

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

.icon-compass:before {
  content: "\f11c";
}

.icon-congrats:before {
  content: "\f11d";
}

.icon-coupon:before {
  content: "\f11e";
}

.icon-disallowed:before {
  content: "\f11f";
}

.icon-envelope:before {
  content: "\f120";
}

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

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

.icon-free-shipping:before {
  content: "\f123";
}

.icon-gift:before {
  content: "\f124";
}

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

.icon-happiness:before {
  content: "\f126";
}

.icon-heart:before {
  content: "\f127";
}

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

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

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

.icon-mailbox:before {
  content: "\f12b";
}

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

.icon-open-book:before {
  content: "\f12d";
}

.icon-pinterest:before {
  content: "\f12e";
}

.icon-planet:before {
  content: "\f12f";
}

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

.icon-present:before {
  content: "\f131";
}

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

.icon-rocket:before {
  content: "\f133";
}

.icon-scissor-discount:before {
  content: "\f134";
}

.icon-scooter-front:before {
  content: "\f135";
}

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

.icon-shopping-bag-empty:before {
  content: "\f137";
}

.icon-shopping-bag-full:before {
  content: "\f138";
}

.icon-smile:before {
  content: "\f139";
}

.icon-snowflake:before {
  content: "\f13a";
}

.icon-star-circle:before {
  content: "\f13b";
}

.icon-star-new:before {
  content: "\f13c";
}

.icon-star-outline:before {
  content: "\f13d";
}

.icon-star:before {
  content: "\f13e";
}

.icon-suitcase:before {
  content: "\f13f";
}

.icon-swirl-arrow:before {
  content: "\f140";
}

.icon-thumbs-up:before {
  content: "\f141";
}

.icon-tiktok:before {
  content: "\f142";
}

.icon-trash:before {
  content: "\f143";
}

.icon-truck:before {
  content: "\f144";
}

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

.icon-user:before {
  content: "\f146";
}

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

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

.vc-row {
  display: flex;
  flex-wrap: wrap;
}

.vc-column {
  flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (min-width: 45em) {
  .vc-column[data-width="1/2"] {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

[class*=" -striped"],
[class^=-striped] {
  position: relative;
  padding-top: 10px;
}
[class*=" -striped"]:before,
[class^=-striped]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background-size: auto auto;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #007bc2 10px, #007bc2 20px);
}

[class*=" -striped--holiday"],
[class^=-striped--holiday] {
  position: relative;
  padding-top: 10px;
}
[class*=" -striped--holiday"]:before,
[class^=-striped--holiday]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background-size: auto auto;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #f05636 10px, #f05636 20px);
}

.-striped--top:before {
  top: 0;
}

.-striped--bottom:before {
  top: unset;
  bottom: 0;
}

.box {
  border: 2px #eaeaea solid;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 60em) {
  .box {
    border-radius: 10px;
    border-width: 1px;
  }
}

.button {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #ffffff;
  background-color: #145fad;
  border: 2px #145fad solid;
  border-radius: 48px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: background 300ms, border 300ms;
}
.button.-hover, .button:hover {
  background: #10559e;
  border-color: #10559e;
  cursor: pointer;
}
.button.-focus, .button:focus {
  background-color: #145fad;
  border-color: #145fad;
  outline: 1px dashed #145fad;
  outline-offset: 2px;
}
.button.-active, .button:active {
  background-color: #0d4b8e;
  border-color: #0d4b8e;
  outline: none;
}
.button.-disabled, .button:disabled {
  outline: none;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  cursor: not-allowed;
}
.button.button--secondary {
  color: #145fad;
  border-color: #145fad;
  background-color: #fff;
}
.button.button--secondary.-hover, .button.button--secondary:hover {
  background-color: #e7eff7;
  border-color: #145fad;
}
.button.button--secondary.-focus, .button.button--secondary:focus {
  background-color: #fff;
  border-color: #145fad;
  outline: 1px dashed #145fad;
  outline-offset: 2px;
}
.button.button--secondary.-active, .button.button--secondary:active {
  background-color: #d0dfef;
  border-color: #145fad;
  outline: none;
}
.button.button--secondary.-disabled, .button.button--secondary:disabled {
  color: #6b6b6b;
  border-color: #6b6b6b;
}
.button.button--block {
  display: block;
  width: 100%;
}
.button.button--lg {
  padding: 13px 48px;
  font-size: 18px;
  line-height: 24px;
}
.button.button--sm {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 18px;
}

a.cell {
  text-decoration: none;
  color: inherit;
}

.cell {
  display: block;
  align-self: start;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0 solid transparent;
  border-radius: 0;
  background-color: #ffffff;
  text-align: center;
}

.cell__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 8px auto;
}
.cell__image:first-child {
  margin-top: 0;
}
.cell__image:last-child {
  margin-bottom: 0;
}

.cell__title,
.cell__desc,
.cell__button {
  max-width: calc(100% - 40px);
  margin: 8px auto;
}

.cell__title,
.cell__desc {
  display: block;
  padding: 0 20px;
}

.cell__button {
  display: block;
  box-sizing: border-box;
}

.checkbox {
  display: inline-block;
  line-height: inherit;
  cursor: pointer;
}

.checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox__label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px #cacaca solid;
  border-radius: 0.25em;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.checkbox__input:checked + .checkbox__label:before {
  border-color: #eaeaea;
}
.checkbox.-disabled .checkbox__label:before, .checkbox__input:disabled + .checkbox__label:before {
  border: 0;
  background-color: #cacaca;
}
.checkbox__label:after {
  position: absolute;
  top: 0.4em;
  left: 0.3em;
  font-size: 0.8em;
  color: #007bc2;
  content: "\f119";
  font-family: "LP Icons";
  display: none;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox__input:checked + .checkbox__label:after {
  display: block;
}
.checkbox.-disabled .checkbox__label:after, .checkbox__input:disabled + .checkbox__label:after {
  color: #f1f1f1;
}

.country-menu {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.country-menu.-open {
  height: 36px;
}
.country-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #5d5d5d;
}
.country-menu .flag {
  margin-right: 0.5rem;
  flex: 0 0 21px;
}

.country-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-radius: 10px;
  padding: 0 20px;
  height: 36px;
  line-height: 28px;
  background: #f1f1f1;
  text-decoration: none;
  color: #5d5d5d;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}
.country-menu__link:focus {
  border-color: #20366a;
}
.country-menu.-open .country-menu__link {
  position: absolute;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.country-menu__link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #007bc2 transparent transparent transparent;
  margin-left: auto;
  display: block;
}

.country-menu__list {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 10px 20px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px #eaeaea solid;
  background: #f1f1f1;
  column-count: 2;
  column-gap: 20px;
  list-style: none;
}
.country-menu__list li {
  min-height: 35px;
  line-height: 28px;
  white-space: nowrap;
}
.country-menu.-open .country-menu__list {
  display: block;
  z-index: 100;
}

.cta-truck {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 60em) {
  .cta-truck {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.--slideshow-active .cta-truck {
  display: none !important;
}
.cta-truck.-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 60em) {
  .cta-truck.-mobile {
    display: none;
  }
}
.cta-truck--link #truck-text {
  max-width: calc(100% - 18px);
}

.cta-truck__container {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 5px 0;
}

.cta-truck__img {
  width: auto;
  height: 29px;
  max-width: 100%;
}
@media screen and (min-width: 60em) {
  .cta-truck__img {
    min-width: 390px;
  }
}

#truck-text {
  max-width: 100%;
  white-space: normal !important;
  line-height: 1.1;
}

.cta-truck__text {
  display: flex;
  align-items: center;
  max-width: 200px;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #df3311;
}
.cta-truck__text > span {
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 59.99em) {
  .cta-truck__text {
    height: 29px;
  }
}
@media screen and (min-width: 25em) {
  .cta-truck__text {
    max-width: 260px;
  }
}
@media screen and (min-width: 60em) {
  .cta-truck__text {
    left: 30px;
    max-width: 310px;
  }
}

@media screen and (max-width: 59.99em) {
  .cta-truck {
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 44.99em) {
  .cta-truck {
    position: relative;
    top: 4px;
  }
}
.cta-truck__back svg,
.cta-truck__front svg {
  width: 100%;
  height: 100%;
}

.cta-truck__back {
  width: 30px;
  height: 29px;
  min-width: 30px;
  min-height: 29px;
}

.cta-truck__front {
  width: 71px;
  height: 29px;
  min-width: 71px;
  min-height: 29px;
}

.flag {
  display: inline-block;
  background-image: url("img/flags.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 21px;
  height: 14px;
}
.flag--au {
  background-position: 0 0px;
}
.flag--ca {
  background-position: 0 -14px;
}
.flag--hk {
  background-position: 0 -28px;
}
.flag--il {
  background-position: 0 -42px;
}
.flag--jp {
  background-position: 0 -56px;
}
.flag--nz {
  background-position: 0 -70px;
}
.flag--sg {
  background-position: 0 -84px;
}
.flag--sk {
  background-position: 0 -98px;
}
.flag--uk {
  background-position: 0 -112px;
}
.flag--us {
  background-position: 0 -126px;
}

.input {
  position: relative;
  display: inline-block;
  text-align: left;
}

.input__label {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  transform: translateY(-50%);
  transition: all 200ms;
  color: #242424;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  user-select: none;
  cursor: text;
  color: #4a4a4a;
}
.input.-filled .input__label, .input__field:focus + .input__label {
  top: 4px;
  left: 16px;
  transform: none;
  font-size: 12px;
  color: #8d8d8d;
  opacity: 0.75;
  text-align: left;
}
.input.input--lg.-filled .input__label, .input.input--lg .input__field:focus + .input__label {
  top: 8px;
}

.input__field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px #cacaca solid;
  border-radius: 8px;
  padding: 16px;
  line-height: 1;
  transition: padding 200ms, border 300ms;
  font-size: 15px;
  appearance: none;
  color: #242424;
}
.input.input--lg .input__field {
  padding-top: 20px;
  padding-bottom: 20px;
}
.input__field:focus, .input.-filled .input__field {
  padding-top: 22px;
  padding-bottom: 10px;
}
.input.input--lg .input__field:focus, .input.input--lg.-filled .input__field {
  padding-top: 28px;
  padding-bottom: 12px;
}
.input__field:hover, .input.-hover .input__field, .input__field:focus, .input.-focus .input__field {
  border-color: #cacaca;
  outline-offset: -2px;
  outline-width: 2px;
  outline-style: solid;
}
.input__field:invalid, .input.-error .input__field {
  border-color: #de6043;
  background-color: rgb(252.4615384615, 242.7692307692, 240.5384615385);
}
.input__field:disabled, .input.-disabled .input__field {
  color: #8d8d8d;
  border-color: transparent;
  background-color: #f1f1f1;
}

.newsletter-input input {
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #0e2b57;
}
@media screen and (min-width: 45em) {
  .newsletter-input input {
    max-width: 380px;
  }
}
.newsletter-input .input__label {
  color: #20366a;
  letter-spacing: 0.4px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

body.--modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 500ms;
}
.modal.-visible {
  z-index: 1000;
  opacity: 1;
}

.modal__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  max-height: 600px;
  max-width: 1082px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 20px;
}

.modal__image {
  display: none;
  height: 100%;
  width: 40%;
  border-radius: 20px 0 0 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 45em) {
  .modal__image {
    display: block;
  }
}

.modal__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 45em) {
  .modal__content {
    width: 60%;
    padding: 20px 20px 20px 40px;
  }
}
.modal__content .modal__close {
  align-self: flex-end;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
}
.modal__content .modal__close:hover {
  cursor: pointer;
}
.modal__content .modal__title {
  color: #0067b7;
  margin-top: 0;
  font-weight: bold;
}

.modal__desc {
  width: 100%;
  height: 100%;
  max-height: 400px;
  text-align: left;
}
.modal__desc .wysiwyg {
  max-height: 100%;
}
.modal__desc ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 400px;
  padding-left: 10px;
}
.modal__desc li {
  margin-bottom: 7px;
}

.nav-dropdown-link-item {
  overflow: hidden;
  margin: 0;
}
.nav-dropdown-link-item .nav-dropdown-link-item__link {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  height: 45px;
  padding: 0 0 0 36px;
  color: #242424;
}
.nav-dropdown-link-item .nav-dropdown-link-item__link:hover {
  background: linear-gradient(0deg, rgba(164, 192, 255, 0.15) 0%, rgba(164, 192, 255, 0.15) 100%), #fff;
  text-decoration: none;
}
.nav-dropdown-link-item .nav-dropdown-link-item__link:visited {
  text-decoration: none;
  color: #242424;
}
@media screen and (min-width: 60em) {
  .nav-dropdown-link-item .nav-dropdown-link-item__link {
    padding: 0 24px;
  }
}
.nav-dropdown-link-item__icon-container {
  height: 40px;
  width: 40px;
}
.nav-dropdown-link-item__icon {
  width: 100%;
  height: auto;
}
.nav-dropdown-link-item__title {
  font-weight: 500;
  color: #242424;
  min-width: max-content;
  font-size: 16px;
}
.nav-dropdown-link-item .nav-dropdown-link-item__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border-radius: 360px;
  padding: 6px 8px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 500;
}
.nav-dropdown-link-item .nav-dropdown-link-item__tag.tag--outlined {
  color: #242424;
  border: 1px solid #242424;
}

.product-card {
  position: relative;
  display: flex;
  border-radius: 8px;
  cursor: pointer;
  flex-direction: column;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 60em) {
  .product-card {
    border-radius: 12px;
  }
}
.product-card:hover {
  box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.25);
}
.product-card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 2px rgba(35, 191, 240, 0.75) solid;
  pointer-events: none;
}
@media screen and (min-width: 60em) {
  .product-card:hover::after {
    border-radius: 12px;
  }
}
.product-card a {
  text-decoration: none;
}

.product-card__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  white-space: nowrap;
}
.product-card__tag.tag {
  background-color: #ff2cb4;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  line-height: 12px;
}
@media screen and (min-width: 60em) {
  .product-card__tag.tag {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (min-width: 45em) {
  .product-card__tag {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.product-card__image {
  height: 200px;
  width: 100%;
  padding: 0;
  background: linear-gradient(0deg, rgba(213, 242, 252, 0.5) 0%, rgba(213, 242, 252, 0.5) 100%), #fff;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 45em) {
  .product-card__image {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (min-width: 60em) {
  .product-card__image {
    height: 360px;
    border-radius: 12px 12px 0 0;
  }
}

.product-card__thumb {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-card__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
}
.product-card:hover .product-card__button {
  opacity: 1;
}
html.-touch .product-card__button {
  display: none !important;
}
.product-card__button:focus {
  opacity: 1;
}

.product-card__content {
  padding: 16px 12px;
}
@media screen and (min-width: 60em) {
  .product-card__content {
    padding: 20px 24px;
  }
}

.product-card__title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.15px;
}
@media screen and (min-width: 60em) {
  .product-card__title {
    font-size: 24px;
    margin: 0 0 8px;
    line-height: 32px;
  }
}

.product-card__age-price {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (min-width: 60em) {
  .product-card__age-price {
    font-size: 18px;
    line-height: 28px;
  }
}

.product-card__price .-strikethrough {
  font-weight: 400;
  color: #d30c0c;
}

.product-card__shipping {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: #007bc2;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: 1px;
}
.product-card__shipping i {
  margin-right: 2px;
  position: relative;
  top: -2px;
  font-size: 18px;
}
.product-card__shipping span {
  font-size: 12px;
  margin-left: 1px;
}
@media screen and (min-width: 45em) {
  .product-card__shipping span {
    font-size: 13px;
  }
}

.product-card__promo {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #f05636;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 45em) {
  .product-card__promo {
    font-size: 13px;
    margin: 1rem 0 0;
    text-transform: uppercase;
  }
}

.product-tile {
  box-sizing: border-box;
}
.product-tile > a {
  text-decoration: none;
}
@media screen and (min-width: 60em) {
  .product-tile {
    flex: 1 1 50%;
    max-width: calc(50% - 20px);
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 75em) {
  .product-tile {
    flex: 1 1 25%;
    max-width: calc(25% - 20px);
    margin-bottom: 0;
  }
}

.product-tile__imageWrap {
  display: flex;
  align-items: center;
  height: 270px;
}

.product-tile__image {
  max-width: 100%;
  margin: 0 auto;
}

.product-tile__age {
  display: block;
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.product-tile__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #242424;
}

.product-tile__age,
.product-tile__prices {
  color: #8d8d8d;
}

.product-tile__prices {
  margin-top: 0;
  margin-bottom: 0;
}

.product-tile__price--special {
  margin-left: 0.5rem;
  color: #d63e20;
}

.product-tile__callout {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  background: #014d89;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5384;
}
@media screen and (min-width: 60em) {
  .product-tile__callout {
    font-size: 14px;
    line-height: 1.42857;
  }
}

.promo-bar-outer {
  position: relative;
  z-index: 999;
  height: auto;
}
.promo-bar-outer.-modal {
  z-index: 1001;
}
.promo-bar-outer.-sticky {
  position: relative;
}
@media screen and (min-width: 45em) {
  .promo-bar-outer.-sticky .promo-bar {
    position: relative;
  }
}
@media screen and (min-width: 60em) {
  .promo-bar-outer.-fixed {
    z-index: 1001;
  }
}
.promo-bar-outer.-fixed .promo-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .promo-bar-outer.-fixed .promo-bar {
    position: fixed;
  }
}
@media screen and (max-height: 31.25em) {
  .promo-bar-outer.-fixed .promo-bar {
    position: absolute;
  }
}
.promo-bar-outer.-has-truck {
  height: auto;
}
.promo-bar-outer.-has-truck .promo-bar {
  height: auto;
}

.promo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #20366a;
}
@media screen and (min-width: 45em) {
  .promo-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 44px;
  }
}

.promo-bar__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .promo-bar__inner {
    flex-direction: row;
  }
}
.promo-bar__inner.-has-truck {
  flex-direction: column-reverse;
}
@media screen and (min-width: 60em) {
  .promo-bar__inner.-has-truck {
    flex-direction: row;
    justify-content: space-between;
  }
}
.promo-bar__inner.-has-truck-no-desc {
  justify-content: center;
}

.promo-bar__icon {
  width: auto;
  height: 30px;
}

.promo-bar__icon,
.promo-bar__link {
  color: #ffffff;
  margin: 0;
}

@media screen and (min-width: 45em) {
  .promo-bar__icon {
    margin: 0 1rem 0 0;
  }
}

.promo-bar__desc {
  color: #ffffff;
  margin: 0;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5384;
}
@media screen and (min-width: 60em) {
  .promo-bar__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.promo-bar__desc {
  appearance: none;
  border: 0 solid transparent;
  background-color: transparent;
}
.promo-bar__desc.-clickable {
  cursor: pointer;
}
@media screen and (min-width: 45em) {
  .promo-bar__desc {
    padding: 0;
  }
}
@media screen and (min-width: 60em) {
  .-has-truck .promo-bar__desc {
    text-align: left;
  }
}
.promo-bar__desc a {
  color: #ffffff;
  text-decoration: underline;
}
.promo-bar__desc b {
  font-weight: 600;
}
.promo-bar__desc .wysiwyg * {
  margin-top: 0;
  margin-bottom: 0;
}

.promo-bar__link {
  padding: 10px 0 10px 5px;
}

.promo-bar__modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 500ms;
  display: none;
  visibility: hidden;
}
.promo-bar-outer:not(.-modal) .promo-bar__modal .modal__modal {
  height: 0;
  width: 0;
  overflow: hidden;
}
.promo-bar__modal.-visible {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: block;
  visibility: visible;
}
.promo-bar__modal.-visible .modal__filter {
  width: 100vw;
  height: 100vh;
}
.promo-bar__modal.-visible .modal__modal {
  opacity: 1;
  z-index: 1000;
}
.promo-bar__modal.-animation {
  opacity: 1;
}
.promo-bar__modal.-animation .modal__modal {
  top: 50px;
}

.modal__filter {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background-color: rgba(93, 93, 93, 0.8);
}

.modal__modal {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: calc(100% - 20px);
  max-width: 600px;
  height: auto;
  max-height: 500px;
  opacity: 0;
  padding: 0;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 8px;
  transition: top 700ms, opacity 700ms;
}
@media screen and (min-width: 45em) {
  .modal__modal {
    width: 100%;
  }
}

.modal__section {
  padding: 20px;
  border-bottom: 1px solid #cacaca;
}
.modal__section.-bottom {
  padding: 10px 20px 20px;
  border-bottom: 0px;
}

.modal__section-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.modal__section-top .icon-close {
  color: #cacaca;
  font-size: 17px;
  cursor: pointer;
  transition: color;
}
.modal__section-top .icon-close:hover, .modal__section-top .icon-close:focus {
  color: #8d8d8d;
}

.modal__button {
  appearance: none;
  background-color: transparent;
  border: 0;
  outline: none;
}

.modal__title,
.modal__body,
.modal__close {
  color: #5d5d5d;
  font-family: Poppins, sans-serif;
}

.modal__body {
  max-height: 280px;
  overflow-y: scroll;
  text-align: left;
}

.modal__title {
  font-weight: 400;
  color: #6b6b6b;
  margin: 0;
}

.promo-bar__modal .modal__close {
  background-color: #eaeaea;
}
.promo-bar__modal .modal__close:hover {
  cursor: pointer;
  background-color: #cacaca;
}

.promo-bar__link__icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5.5px;
  border-color: transparent transparent transparent #00b3f0;
}

.tag:not(body) {
  padding: 3px 16px;
  border-radius: 12px;
  background-color: #0067b7;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (min-width: 45em) {
  .tag:not(body) {
    font-size: 13px;
  }
}
.tag:not(body).tag--outlined {
  background-color: transparent;
  border: 1px solid #0067b7;
  color: #0067b7;
}

.tag--desktop {
  font-size: 13px;
}

.tag--mobile {
  font-size: 11px;
}

.tag--primary {
  padding: 5px 15px;
  border-radius: 14.5px;
}

.tag--upper {
  text-transform: uppercase;
}

.tile {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 313px;
  max-width: 100%;
  padding: 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (min-width: 45em) {
  .tile {
    margin: 20px;
  }
}
.tile.-size--featured {
  max-height: 680px;
  max-width: calc(50% - 40px);
}
.tile.-size--half {
  max-height: 313px;
  max-width: calc(50% - 40px);
}
@media screen and (min-width: 45em) {
  .tile.-size--half .tile__wrap,
  .tile.-size--half .tile__content-wrap {
    flex-direction: row-reverse;
  }
}
.tile.-size--half .tile__content-wrap,
.tile.-size--half .tile__image-container {
  max-height: calc(313px - 40px);
}
.tile.-size--half .tile__image-container,
.tile.-size--half .tile__content {
  width: 100%;
}
@media screen and (min-width: 45em) {
  .tile.-size--half .tile__image-container,
  .tile.-size--half .tile__content {
    width: 50%;
  }
}
.tile.-size--two-thirds {
  height: auto;
  max-height: unset;
  width: 100%;
}
.tile.-size--two-thirds .tile__button {
  display: block;
}
.tile.-size--two-thirds .tile__title {
  font-size: 18px;
}
.tile.-size--two-thirds .tile__content {
  display: flex;
  flex-direction: column;
}
.tile.-size--two-thirds .tile__content .tile__price-container {
  margin-bottom: 10px;
}
@media screen and (max-width: 24.99em) {
  .tile.-size--two-thirds .tile__content .tile__age,
  .tile.-size--two-thirds .tile__content .tile__title,
  .tile.-size--two-thirds .tile__content .tile__desc,
  .tile.-size--two-thirds .tile__content .tile__price-container {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 25em) and (max-width: 44.99em) {
  .tile.-size--two-thirds .tile__content .tile__age,
  .tile.-size--two-thirds .tile__content .tile__title,
  .tile.-size--two-thirds .tile__content .tile__desc,
  .tile.-size--two-thirds .tile__content .tile__price-container {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 45em) {
  .tile.-size--two-thirds {
    padding: 20px 0;
    height: 449px;
    max-height: 449px;
    max-width: 100%;
  }
  .tile.-size--two-thirds .tile__content-wrap {
    flex-direction: row-reverse;
    text-align: left;
  }
  .tile.-size--two-thirds .tile__age {
    order: 0;
    margin-bottom: 0;
  }
  .tile.-size--two-thirds .tile__title {
    order: 1;
    font-size: 24px;
  }
  .tile.-size--two-thirds .tile__price-container {
    margin-top: 0;
    order: 2;
    margin-bottom: 2rem;
  }
  .tile.-size--two-thirds .tile__desc {
    order: 5;
  }
  .tile.-size--two-thirds .tile__button {
    display: inline-block;
    order: 6;
  }
  .tile.-size--two-thirds .tile__content {
    padding-left: 40px;
    text-align: left;
    justify-content: flex-start;
    width: 50%;
    max-width: 50%;
  }
  .tile.-size--two-thirds .tile__image-container {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
  }
  .tile.-size--two-thirds .tile__image {
    max-height: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 60em) {
  .tile.-size--two-thirds {
    max-width: calc(66.66% - 40px);
  }
}
.tile.-size--third {
  height: 449px;
  max-height: 449px;
  max-width: 100%;
}
@media screen and (min-width: 45em) {
  .tile.-size--third {
    max-width: calc(50% - 40px);
  }
}
@media screen and (min-width: 60em) {
  .tile.-size--third {
    max-width: calc(33.33% - 40px);
  }
}
.tile.-size--third .tile__title {
  color: #242424;
  font-weight: bold;
}
.tile.-size--third .tile__desc {
  display: none;
}
.tile.-size--third .tile__callout {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-color: #0067b7;
  color: #ffffff;
}
.tile:hover .tile__quick-shop {
  opacity: 1;
}

@media screen and (min-width: 60em) {
  .tile.-size--two-thirds .tile__title {
    font-size: 36px;
  }
}

.tile__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #242424;
}

.tile__content {
  text-align: center;
}

.tile__image-container {
  padding: 20px;
  width: 100%;
  height: 70%;
}
.-size--two-thirds .tile__image-container {
  display: flex;
  align-items: center;
  padding-right: 0;
}
@media screen and (min-width: 45em) {
  .-size--two-thirds .tile__image-container .tile__image {
    margin-right: 0;
    margin-left: 0;
  }
}

.tile__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.tile__age {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  font-weight: bold;
}

.tile__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.tile__title.-font--serif {
  font-family: serif;
}

.tile__desc {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  .tile__desc {
    margin-bottom: 1rem;
  }
}

.tile__price.-strikethrough {
  color: #8d8d8d;
}
.tile__price.-special {
  margin-left: 0.5rem;
  color: #d63e20;
}

.tile__button {
  display: none;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (min-width: 45em) {
  .tile__button {
    margin-left: 0;
    margin-right: 0;
  }
}

.tile__callout {
  color: #242424;
}
@media screen and (min-width: 45em) {
  .tile__callout.-blue {
    color: #007bc2;
  }
  .tile__callout.-orange {
    color: #be5404;
  }
  .tile__callout.-green {
    color: #01b7ac;
  }
  .tile__callout.-yellow {
    color: #e3ba15;
  }
  .tile__callout.-turquoise {
    color: #048386;
  }
}

.tile__quick-shop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  max-height: 50px;
  opacity: 0;
  transition: opacity 500ms;
  white-space: nowrap;
  outline: none;
}
.-touch .tile__quick-shop {
  display: none !important;
}

.tile__price-val {
  font-weight: bold;
}

.tile-grid .tile.tile--quick-shop {
  height: 365px;
  max-height: 365px;
}
.tile-grid .tile.tile--quick-shop .tile__image-container {
  padding-bottom: 0;
}

.link-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  padding: 5px 5px 5px 23px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid transparent;
}
.link-card:hover {
  border-color: #00b3f0;
}

.link-card__title {
  padding-right: 20px;
  color: #0067b7;
  font-size: 16px;
  font-weight: bold;
  max-width: 50%;
  line-height: 25px;
}

.link-card__image {
  height: 62px;
  width: 77px;
  margin-left: auto;
  object-fit: cover;
  border-radius: 8px;
}

.mega-menu {
  width: 100%;
  left: 0;
  top: calc(100% + 14px);
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: height 250ms ease;
  transform: scale3d(1, 1, 1);
  border-radius: 0px 0px 8px 8px;
}
@media screen and (min-width: 60em) {
  .mega-menu {
    position: absolute;
    z-index: 901;
    width: max-content;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.mega-menu__content {
  position: relative;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 16px 0px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 60em) {
  .mega-menu__content {
    padding: 0px 0px 32px;
    flex-direction: row;
  }
}
.mega-menu .mega-menu__dropdown-items {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  position: static;
}
@media screen and (min-width: 60em) {
  .mega-menu .mega-menu__dropdown-items {
    width: max-content;
  }
}
.mega-menu .mega-menu__title {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #6b6b6b;
  text-transform: uppercase;
}

.mega-menu__col {
  width: 100%;
}

.mega-menu__col__header {
  height: 45px;
  padding-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 60em) {
  .mega-menu__col__header {
    height: 36px;
  }
}

.-mega-menu-nested {
  padding-left: 18px;
}
@media screen and (min-width: 60em) {
  .-mega-menu-nested {
    padding-left: 0;
  }
}

body .dark-overlay.-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #002d62;
  opacity: 0.15;
  z-index: 100;
}

.mobile-nav {
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  background-color: #ffffff;
}
@media screen and (min-width: 60em) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav__wrap {
  display: flex;
  flex-direction: column;
  background: white;
}

.mobile-nav__section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
}
.mobile-nav__section.-background {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #ffffff;
  background-image: url("./img/waves-pattern.svg");
  background-repeat: repeat;
  background-size: 70px;
}

.mobile-nav__nav {
  width: 100%;
  padding: 0;
  list-style: none;
}
.mobile-nav__nav li {
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 600;
}
.mobile-nav__nav a {
  text-decoration: none;
  color: #20366a;
}

.newsletter {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (max-width: 31.99em) {
  .newsletter {
    align-items: center;
  }
}
@media screen and (min-width: 60em) {
  .newsletter {
    margin-bottom: 3rem;
  }
}

.newsletter__label {
  width: 100%;
  margin-top: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
}
@media screen and (min-width: 60em) {
  .newsletter__label {
    font-size: 16px;
    line-height: 24px;
  }
}

.newsletter__field {
  display: flex;
  width: 400px;
  max-width: 100%;
}

input.newsletter__input[type=email] {
  border-radius: 8px 0 0 8px;
  border: 1px #cacaca solid;
  padding: 10px 0 10px 16px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  height: 44px;
}

.newsletter__submit {
  padding: 14px 25px;
  background: #d5f2fc;
  border: none;
  border-radius: 0 4px 4px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #145fad;
  text-transform: uppercase;
  white-space: nowrap;
}
.newsletter__submit:hover {
  cursor: pointer;
  background: #d5f2fc;
  border: none;
  color: #145fad;
}

button[disabled].newsletter__submit {
  opacity: 1;
}

.newsletter__message {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.footer {
  color: #ffffff;
}

.footer__newsletter {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.footer__newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer__newsletter .newsletter-form .newsletter-input {
  flex: 1 1 auto;
}
@media screen and (min-width: 60em) {
  .footer__newsletter .newsletter-form {
    max-width: 850px;
  }
  .footer__newsletter .newsletter-form .newsletter-input {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 45em) and (max-width: 59.99em) {
  .footer__newsletter .newsletter-form .input__label--short {
    display: none;
  }
}
.footer__newsletter .newsletter-form .input__label--long {
  display: none;
}
@media screen and (min-width: 45em) and (max-width: 59.99em) {
  .footer__newsletter .newsletter-form .input__label--long {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .footer__newsletter .newsletter {
    flex: 1;
  }
}
.footer__newsletter .newsletter {
  justify-content: center;
}
.footer__newsletter .newsletter-form-response {
  color: #20366a;
}

.footer__newsletter-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 45em) {
  .footer__newsletter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}

.footer__newsletter-title {
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 45em) {
  .footer__newsletter-title {
    margin-bottom: 3rem;
  }
}

.footer__newsletter-image {
  max-width: 160px;
  height: auto;
  margin: 1rem auto 2rem;
  justify-self: center;
}
@media screen and (min-width: 45em) {
  .footer__newsletter-image {
    max-width: unset;
    margin: 2rem 0 0;
  }
}

.footer__newsletter-list {
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1rem;
}
.footer__newsletter-list .icon {
  font-size: 30px;
  min-width: 30px;
  margin-right: 30px;
}
.footer__newsletter-list .icon-books {
  font-size: 33px;
}

.footer__newsletter-listitem {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  color: #20366a;
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (min-width: 60em) {
  .footer__newsletter-listitem {
    font-size: 18px;
    line-height: 1.666;
  }
}
.footer__newsletter-listitem .icon-star-circle {
  color: #00b3f0;
}
.footer__newsletter-listitem .icon-open-book {
  color: #ffa211;
}
.footer__newsletter-listitem .icon-scissor-discount {
  color: #20366a;
}

.footer__wrap {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #145fad;
}
.footer--simple .footer__wrap {
  padding-bottom: 70px;
}
@media screen and (min-width: 60em) {
  .footer--simple .footer__wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 44.99em) {
  .footer__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer__top {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 60em) {
  .footer__top {
    flex-direction: row;
  }
}

@media screen and (min-width: 60em) {
  .footer__nav {
    width: 75%;
    padding-right: 75px;
  }
}

.footer__meta {
  width: 100%;
}
@media screen and (min-width: 60em) {
  .footer__meta {
    max-width: 307px;
  }
}

.footer__menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu a[href="#"] {
  cursor: default;
}
.footer__menu .menu-item {
  padding-left: 0;
}
.footer__menu .menu-item:before {
  display: none;
}
.footer__menu > .menu-item > a {
  display: block;
  font-size: 13px;
  padding: 20px 5px;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (min-width: 60em) {
  .footer__menu > .menu-item > a {
    font-size: 16px;
  }
}
.footer__menu > .menu-item.menu-item-has-children > a {
  position: relative;
}
.footer__menu > .menu-item.menu-item-has-children > a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -10px);
  transition: transform 300ms;
  color: #00b3f0;
  font-size: 19px;
}
.footer__menu > .menu-item.menu-item-has-children.-open > a:before {
  transform: rotate(180deg) translate(0, 10px);
}
.footer__menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 5px 20px;
  margin-top: -5px;
}
.footer__menu .sub-menu.-open {
  display: block;
}
.footer__menu .sub-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.3px;
  display: block;
  padding: 5px 0;
}
.footer__menu .sub-menu li {
  margin-bottom: 0;
}
@media screen and (min-width: 60em) {
  .footer__menu {
    display: flex;
    justify-content: space-between;
  }
  .footer__menu > .menu-item {
    padding: 0 20px 0 0;
  }
  .footer__menu > .menu-item > a {
    border-top: 0;
    padding: 0;
    margin-bottom: 0.7rem;
  }
  .footer__menu > .menu-item > a[href="#"] {
    font-weight: bold;
    letter-spacing: 0.4px;
  }
  .footer__menu > .menu-item.menu-item-has-children > a:before {
    display: none;
  }
  .footer__menu .sub-menu {
    display: block;
    padding-left: 0;
  }
}

.footer__shipping {
  margin-bottom: 1rem;
}
.footer__shipping .country-menu {
  margin: 0 auto;
}
@media screen and (min-width: 32em) {
  .footer__shipping .country-menu {
    margin: 0;
  }
}
@media screen and (min-width: 60em) {
  .footer__shipping {
    display: block;
    margin-bottom: 3rem;
  }
}

.footer__label {
  font-size: 13px;
  line-height: 1.461538;
}
@media screen and (min-width: 60em) {
  .footer__label {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.footer__label--shipping {
  width: 100%;
  margin: 0 0 1rem;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.footer__cc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.footer__cc [class*=" icon-cc-"],
.footer__cc [class^=icon-cc-] {
  margin-left: 1rem;
  font-size: 32px;
}
@media screen and (min-width: 60em) {
  .footer__cc {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
  .footer__cc [class*=" icon-cc-"],
  .footer__cc [class^=icon-cc-] {
    margin: 0 1rem 0 0;
  }
}

.footer__label--cc {
  margin: 0 auto 0 0;
  font-weight: bold;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
@media screen and (min-width: 60em) {
  .footer__label--cc {
    margin: 0 1rem 0.5rem 0;
  }
}

.footer__bottom {
  position: relative;
  margin-top: 1rem;
  padding-top: 20px;
}
.footer__bottom:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #fff 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.footer--simple .footer__bottom {
  margin-top: 0;
  padding-top: 0;
}
.footer--simple .footer__bottom:before {
  display: none;
}
@media screen and (min-width: 60em) {
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer--simple .footer__bottom {
    justify-content: center;
  }
}

.footer__social {
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
  flex: 1 0 auto;
  list-style: none;
}
@media screen and (min-width: 60em) {
  .footer__social {
    text-align: left;
    margin: 0 0 0.5rem;
  }
}
.footer__social > li {
  display: inline-block;
}

.footer__social-icon {
  font-size: 28px;
  color: #ffffff;
  text-decoration: none;
  margin: 0 1rem;
}
@media screen and (min-width: 60em) {
  .footer__social-icon {
    font-size: 24px;
    margin: 0 24px 0 0;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 13px;
  line-height: 1.5384;
}
@media screen and (min-width: 60em) {
  .footer__copyright {
    font-size: 14px;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 60em) {
  .footer__copyright {
    margin: 0 0 0.5rem;
    margin-right: 0.5rem;
  }
}

.footer__legal {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.5384;
}
@media screen and (min-width: 60em) {
  .footer__legal {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.footer__legal li {
  display: inline-block;
  margin: 0 0 0.5rem 10px;
  padding-left: 10px;
  border-left: 1px #ffffff solid;
}
.footer__legal li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.footer__legal a {
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
}

.ot-sdk-show-settings {
  font-size: 13px;
  cursor: pointer;
  padding: 5px 0;
}

.header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #007bc2;
  z-index: 1000;
}
@media screen and (min-width: 60em) {
  .header.-alt-padded-brand {
    position: relative;
  }
}
@media screen and (min-width: 60em) and (min-width: 60em) {
  .header.-alt-padded-brand {
    padding-top: 0;
  }
  .header.-alt-padded-brand .header__menu {
    margin-top: 0;
  }
}
@media screen and (min-width: 60em) {
  .header.header--simple {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 59.99em) {
  body.--menu-open .header {
    z-index: unset;
  }
}
.header .header__wrap .header__bar .header__link.header__link--cart:not(.--cta-enabled) {
  display: none;
}
.header .cta.header__link--logout {
  display: none;
}
.header .-not-button:hover, .header .-not-button:active {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.header--simple .header__wrap {
  justify-content: center;
}

.header__wrap {
  position: initial;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #007bc2;
  min-height: 70px;
}
@media screen and (min-width: 60em) {
  .header__wrap {
    z-index: 1000;
  }
}
@media screen and (min-width: 60em) and (max-width: 74.99em) {
  .header__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header__wrap.-hide-desktop {
  display: flex;
}
@media screen and (min-width: 60em) {
  .header__wrap.-hide-desktop {
    display: none;
  }
}

.header .cta {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 60em) {
  .header__logo {
    position: relative;
    height: auto;
    width: 170px;
    max-width: 170px;
    margin-bottom: -5px;
    margin-right: 1rem;
    top: -10px;
  }
}

.header__logo--mobile {
  display: block;
  width: 122px;
  height: 51px;
}
.header__logo--mobile .header__logo {
  height: 100%;
  width: auto;
  transform-origin: top;
  transform: scale(0.85);
}

.header__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 26px;
}
@media screen and (min-width: 60em) and (max-width: 74.99em) {
  .header__link {
    margin-left: 16px;
  }
}
.header__link [class^=icon-],
.header__link [class*=" icon-"],
.header__link .footer__menu > .menu-item.menu-item-has-children > a {
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  margin-left: 15px;
  position: relative;
}
.header__link.header__link--account span.icon-user {
  margin-left: 14px;
}
.header__link.header__link--cart span.icon-cart {
  top: 1px;
  margin-left: 7px;
}
.header__link .icon-cart {
  margin-left: 5px;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__right {
  display: flex;
}
.header__right .header__link--underline {
  position: relative;
}
.header__right .header__link--underline::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
}
.header__right .header__link--underline:hover::after {
  background-color: white;
}
.header__right.-collapsed {
  position: absolute;
  right: 40px;
  bottom: 15px;
}
@media screen and (min-width: 60em) {
  .header__right {
    margin-left: auto;
  }
}

.header-menu__right {
  list-style: none;
  padding: 0;
}
.header-menu__right .header__link {
  list-style: none;
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  overflow-y: auto;
  background-color: #ffffff;
  transition: transform 300ms ease;
  z-index: 900;
  backface-visibility: visible;
  max-height: 100vh;
  overflow: hidden;
}
.header__nav.-active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 60em) {
  .header__nav {
    display: flex;
    justify-content: center;
    position: static;
    height: auto;
    background-color: transparent;
    transform: none;
    overflow: visible;
    visibility: visible;
    align-self: stretch;
    align-items: center;
  }
  .header__nav.-align-left {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 59.99em) {
  body.--menu-open .header__nav {
    z-index: 666666667;
  }
}

.header__menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: inherit;
  background: inherit;
}
.header__menu .menu-item {
  border-bottom: 1px #f9f1e8 solid;
  padding: 10px 24px;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .header__menu .menu-item {
    border: 0;
    padding: 0 16px;
    height: auto;
    width: max-content;
  }
}
@media screen and (min-width: 75em) {
  .header__menu .menu-item {
    padding: 0 24px;
  }
}
.header__menu .menu-item:before {
  display: none;
}
.header__menu .menu-item.menu-item__mega-menu > button::after,
.header__menu .menu-item a::after {
  right: 16px;
}
.header__menu .menu-item a,
.header__menu .menu-item button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .header__menu .menu-item a,
  .header__menu .menu-item button {
    justify-content: center;
    height: auto;
  }
  .header__menu .menu-item a::after,
  .header__menu .menu-item button::after {
    content: "";
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
  }
  .header__menu .menu-item a:hover::after, .header__menu .menu-item a.-active::after, .header__menu .menu-item a:focus::after,
  .header__menu .menu-item button:hover::after,
  .header__menu .menu-item button.-active::after,
  .header__menu .menu-item button:focus::after {
    background-color: white;
  }
}
.header__menu .menu-item button {
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__menu .menu-item button.cta {
  flex-direction: row-reverse;
}
.header__menu .menu-item button.cta::before {
  margin-left: 0.5rem;
  content: "\f113";
  color: #ffffff;
  font-family: "LP Icons";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform 300ms ease;
  transform: rotate(0deg);
}
.header__menu .menu-item.menu-item.-active > button.cta::before {
  transform: rotate(180deg);
}
.header__menu .menu-item.-open > button.cta:before {
  transform: rotate(180deg) translate(0, 10px);
}
.header__menu .menu-item__wrap {
  display: block;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .header__menu .menu-item__wrap {
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
  }
}
.header__menu .sub-menu {
  position: relative;
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-top: 1px #eaeaea solid;
  background-color: #ffffff;
  z-index: 900;
}
.header__menu .sub-menu .menu-item {
  border: 0;
}
.header__menu .sub-menu a {
  color: #8d8d8d;
  text-decoration: none;
  text-transform: none;
  line-height: 1.25;
  padding: 20px 30px;
}
@media screen and (min-width: 60em) {
  .header__menu {
    display: flex;
    opacity: 1;
    margin: 0;
    position: inherit;
    display: flex;
    align-self: stretch;
    align-items: center;
  }
  .header__menu .menu-item:hover .sub-menu {
    display: block;
    padding: 0;
  }
  .header__menu .menu-item:hover .sub-menu a {
    color: #ffffff;
    padding: 10px 15px;
  }
  .header__menu .menu-item:hover .sub-menu a:hover {
    background-color: #0067b7;
  }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    border: 0;
    background-color: rgb(255, 207.104587156, 130.7);
  }
}

.header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.header__toggle .icon-hamburger {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.header__toggle__text {
  font-size: 10px;
  text-transform: uppercase;
}

.header__bar {
  position: relative;
  display: flex;
  padding: 0px 20px 0px 15px;
  height: 50px;
  color: #ffffff;
  background-color: #007bc2;
}
.header__bar__close-button {
  padding: 1px 6px;
}
.header__bar__close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  cursor: pointer;
}

.header__nav--heading {
  display: flex;
  margin-left: auto;
}

.page-template.uk .promo-bar-outer,
.new-header-footer.uk-header .promo-bar-outer {
  display: none;
}
.page-template.uk .footer .footer__top,
.page-template.uk .footer .footer__social,
.new-header-footer.uk-header .footer .footer__top,
.new-header-footer.uk-header .footer .footer__social {
  display: none;
}
.page-template.uk .header__left .header__nav,
.page-template.uk .header__left .header__link--cart,
.new-header-footer.uk-header .header__left .header__nav,
.new-header-footer.uk-header .header__left .header__link--cart {
  display: none;
}
.page-template.uk .header__left .header__nav.-active,
.new-header-footer.uk-header .header__left .header__nav.-active {
  background: transparent;
  display: inline;
  height: 55px;
}
.page-template.uk .mobile-nav,
.new-header-footer.uk-header .mobile-nav {
  display: none;
}
.page-template.uk .mobile-nav .mobile-nav__wrap,
.new-header-footer.uk-header .mobile-nav .mobile-nav__wrap {
  display: none;
}
.page-template.uk .header__right .header__link--cart,
.new-header-footer.uk-header .header__right .header__link--cart {
  display: none;
}

.main-content-link {
  position: absolute;
  top: 47px;
  left: 25px;
  padding: 5px !important;
}
html.om-position-floating-top .main-content-link {
  top: 103px;
}
.main-content-link:focus {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #ffffff;
  height: auto !important;
  width: auto !important;
  opacity: 1 !important;
  text-indent: unset !important;
  z-index: 999999 !important;
}

.friendbuy-mobile-header-container a {
  font-style: italic;
  font-weight: normal;
}

.friendbuy-header-container a {
  font-style: italic;
  font-weight: normal !important;
}

.header-cta-button-wrap {
  position: relative;
}
@media screen and (max-width: 59.99em) {
  .header-cta-button-wrap .cart-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header-cta-button-wrap .cart-link,
  .header-cta-button-wrap .header-cta-button {
    transition: opacity 200ms ease;
    opacity: 0;
  }
  .header-cta-button-wrap.--cart-active .cart-link {
    opacity: 1;
  }
  .header-cta-button-wrap.--cart-active .header-cta-button {
    pointer-events: none;
  }
  .header-cta-button-wrap.--cta-button-active .header-cta-button {
    opacity: 1;
  }
  .header-cta-button-wrap.--cta-button-active .cart-link {
    pointer-events: none;
  }
  .header-cta-button-wrap ~ a {
    display: none !important;
  }
}
@media screen and (min-width: 60em) {
  .header-cta-button-wrap .cart-link {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .header-cta-button-wrap {
    margin-right: 14px;
  }
}

#cart-link-menu.--cart-active {
  display: none;
}

@media screen and (max-width: 59.99em) {
  .header-cta-button {
    padding: 15px 14px;
  }
}

.page-template-template-quiz-flow #begin-global-header,
.page-template-template-quiz-flow-b #begin-global-header {
  display: none;
}

/* white nav variant for a/b test */
.header.white-variant {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
  background-color: white !important;
}
.header.white-variant .header__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
@media screen and (min-width: 60em) {
  .header.white-variant .header__wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 60em) {
  .header.white-variant .header__logo {
    width: 134px;
    top: unset;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .header.white-variant .header__logo {
    width: 153px;
    margin-right: 3.0625rem;
  }
}
.header.white-variant .header__link {
  color: #242424;
}
.header.white-variant .header__link [class^=icon-],
.header.white-variant .header__link [class*=" icon-"],
.header.white-variant .header__link .footer__menu > .menu-item.menu-item-has-children > a {
  color: inherit;
}
.header.white-variant .header__right .header__link--underline:hover::after {
  background-color: #242424;
}
.header.white-variant .header__menu .menu-item a,
.header.white-variant .header__menu .menu-item button {
  color: #145fad;
}
.header.white-variant .header__menu .menu-item a:hover::after, .header.white-variant .header__menu .menu-item a.-active::after, .header.white-variant .header__menu .menu-item a:focus::after,
.header.white-variant .header__menu .menu-item button:hover::after,
.header.white-variant .header__menu .menu-item button.-active::after,
.header.white-variant .header__menu .menu-item button:focus::after {
  background-color: #145fad;
}
.header.white-variant .header__menu .menu-item button.cta:before {
  color: #145fad;
}
.header.white-variant .header__toggle .icon-hamburger {
  font-size: 30px;
  color: #145fad;
  position: relative;
  top: -4px;
}
.header.white-variant .header__bar {
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.header.white-variant .header__bar__close {
  color: #145fad;
  display: flex;
  align-items: center;
}
.header.white-variant #my-account-link {
  text-transform: none;
}

/*# sourceMappingURL=header-footer.css.map */
