<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ============================================================================
    FSA
   ============================================================================ */
/**
 * FSA, by @pixelmedia
 */
/**
 * CONTENTS
 * ============================================================================
 *
 * APP STOREFRONT BASE OVERRIDES
 *
 * HELPERS
 *
 *
 * Variables..............................Global Variables
 * Bootstrap Custom Import................Bootstrap Custom Import styles
 * Bootstrap Overrides....................Bootstrap Override styles
 *
 * COMPONENTS
 *
 * Utilities
 * Color..................................Color utility classes
 *
 * SCOPES
 *
 */
/* ============================================================================
    HEC
   ============================================================================ */
/**
 * HEC, by @pixelmedia
 */
/**
* CONTENTS
* ============================================================================
*
* APP STOREFRONT BASE OVERRIDES
*
* HELPERS
* Selectors..............................Mixins for selecing commonly used groups of selectors
* Svg URL................................Mixins for making svgs accessible to CSS
* REM....................................Functions for converting to REM
* EM.....................................Functions for converting to REM
*
* Variables..............................Global Variables
* Bootstrap Custom Import................Bootstrap Custom Import styles
* Bootstrap Overrides....................Bootstrap Override styles
* Flag Icon..............................Flag Icon styles
* Common Components......................Common component styles
* Header Components......................Header component styles
* Footer Components......................Footer component styles
* Headers Components.....................Headers component styles
* Notification Components................Notification component styles
* Pricing Components.....................Pricing component styles
* Product Tile Components................Product Tile component styles
* Tabs Components........................Tab component styles
* Spinner Components.....................Spinner component styles
* Minicart...............................Minicart styles
* Tooltip Component......................Tooltip component styles
* Header Search Component................Header Search component styles
* Viewport Is............................Styles used to help FE JS track breakpoint values
*
* UTILITIES
* Border.................................Border utility classes
* Text...................................Text utility classes
* Colors.................................Placeholder color utility classes
* Content................................Content utility classes
*
* COMPONENTS
* Icon...................................Icon styles
* Site Header............................Site header component styles
* Main Menu..............................Main menu component styles
* Main Banner............................Main banner component styles
* Email Signup...........................Email signup component styles
* Card...................................Card block component styles
* Site Footer............................Site footer component styles
* Marketing Tile.........................Marketing tile component styles
* Title Module...........................Title Module component styles
* Error..................................Site error component styles
*
* SCOPES
* Site Footer............................Site footer scope styles
* Marketing Tile.........................Marketing tile scope styles
* Title Module...........................Title module scope styles
*
*/
:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #CD3C5E;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #117850;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #375481;
  --secondary: #142745;
  --success: #117850;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #CD3C5E;
  --light: #f8f9fa;
  --dark: #343a40;
  --grey1: #f5f5f5;
  --grey: #f5f5f5;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1458px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f5f5f5;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #142745;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #03050a;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #666;
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: normal;
}

h1, .h1 {
  font-size: 1.875rem;
  line-height: 2.75rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 1.625rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 1.375rem;
  line-height: 2.625rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 2.125rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 2.125rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 2.125rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a &gt; code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-xl {
    padding-right: 87px;
    padding-left: 87px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1458px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4.5px;
  margin-left: -4.5px;
  width: calc(100% + 9px);
}
@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 4.5px;
  padding-left: 4.5px;
}
@media (min-width: 992px) {
  .col-xxl,
  .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1458px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #666;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #666;
}
.table tbody + tbody {
  border-top: 2px solid #666;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #666;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #666;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #c7cfdc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #97a6bd;
}

.table-hover .table-primary:hover {
  background-color: #b7c2d2;
}
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #b7c2d2;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #bdc3cb;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #858f9e;
}

.table-hover .table-secondary:hover {
  background-color: #afb6c0;
}
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #afb6c0;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #bcd9ce;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #83b9a4;
}

.table-hover .table-success:hover {
  background-color: #acd0c2;
}
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #acd0c2;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f1c8d2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e59aab;
}

.table-hover .table-danger:hover {
  background-color: #ecb4c1;
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #ecb4c1;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}

.table-grey1,
.table-grey1 &gt; th,
.table-grey1 &gt; td {
  background-color: #fcfcfc;
}
.table-grey1 th,
.table-grey1 td,
.table-grey1 thead th,
.table-grey1 tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-grey1:hover {
  background-color: #efefef;
}
.table-hover .table-grey1:hover &gt; td,
.table-hover .table-grey1:hover &gt; th {
  background-color: #efefef;
}

.table-grey,
.table-grey &gt; th,
.table-grey &gt; td {
  background-color: #fcfcfc;
}
.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-grey:hover {
  background-color: #efefef;
}
.table-hover .table-grey:hover &gt; td,
.table-hover .table-grey:hover &gt; th {
  background-color: #efefef;
}

.table-white,
.table-white &gt; th,
.table-white &gt; td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover &gt; td,
.table-hover .table-white:hover &gt; th {
  background-color: #f2f2f2;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #666;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 543.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1457.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl &gt; .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive &gt; .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7493c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row &gt; .col,
.form-row &gt; [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #117850;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(17, 120, 80, 0.9);
  border-radius: 0.1875rem;
}
.form-row &gt; .col &gt; .valid-tooltip, .form-row &gt; [class*=col-] &gt; .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #117850;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23117850' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #117850;
  box-shadow: 0 0 0 0.2rem rgba(17, 120, 80, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #117850;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23117850' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #117850;
  box-shadow: 0 0 0 0.2rem rgba(17, 120, 80, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #117850;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #117850;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #117850;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #17a56e;
  background-color: #17a56e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(17, 120, 80, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #117850;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #117850;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #117850;
  box-shadow: 0 0 0 0.2rem rgba(17, 120, 80, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #CD3C5E;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(205, 60, 94, 0.9);
  border-radius: 0.1875rem;
}
.form-row &gt; .col &gt; .invalid-tooltip, .form-row &gt; [class*=col-] &gt; .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #CD3C5E;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CD3C5E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CD3C5E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #CD3C5E;
  box-shadow: 0 0 0 0.2rem rgba(205, 60, 94, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #CD3C5E;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CD3C5E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CD3C5E' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #CD3C5E;
  box-shadow: 0 0 0 0.2rem rgba(205, 60, 94, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #CD3C5E;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #CD3C5E;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #CD3C5E;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #d76580;
  background-color: #d76580;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(205, 60, 94, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #CD3C5E;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #CD3C5E;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #CD3C5E;
  box-shadow: 0 0 0 0.2rem rgba(205, 60, 94, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 544px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-group {
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  color: #375481;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
  position: relative;
}
.form-group.reset-pass-form.invisible {
  height: 0;
}
.form-group.small-bottom-indent {
  margin-bottom: 1.125rem;
}
.form-group.form-group__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-group .form-control-label {
  left: 0;
  top: 0.9375rem;
  text-transform: uppercase;
  width: 100%;
}
.form-group .form-control-label--select {
  position: absolute;
}
@media (min-width: 768px) {
  .form-group:not(.is-active) .form-control-label {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}
.form-group.is-active .form-control-label, .form-group.isActive .form-control-label {
  top: 0.5rem;
}
@media (min-width: 768px) {
  .form-group.isActive .form-control-label {
    font-size: 0.75rem;
    letter-spacing: 0.04375rem;
  }
}
.form-group .form-control-information {
  color: #142745;
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
  margin-top: 0.625rem;
}
.form-group .form-control-image {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.form-group .field-icon {
  font-size: 1.125rem;
  position: absolute;
  top: 0.875rem;
  right: 0.25rem;
  z-index: 1;
}
.form-group .field-icon.new-password-field-icon {
  top: 2.0625rem;
}

.form-control-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  vertical-align: bottom;
  z-index: 1;
}
.is-invalid ~ .form-control-label {
  color: #CD3C5E;
}
.form-control-label--select {
  pointer-events: none;
}

.isInvalid .form-control-label {
  color: #CD3C5E;
}

.isValid .form-control.is-valid {
  border-bottom-color: inherit;
  border-width: 0 0 0.0625rem 0;
}
.isValid .form-control.is-valid:focus {
  border-width: 0.0625rem;
}
.isValid .form-control.is-valid.securityCode {
  background-position: right calc(2.125rem + 0.1875rem) center;
}
.isValid .form-control.position-valid {
  background-position: right 1.5625rem center;
}

.isDisabled .form-control-label {
  color: #666;
}

.form-control {
  border: 1px solid transparent;
  border-bottom-color: #375481;
  border-radius: 6px 6px 0 0;
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  height: auto;
  line-height: normal;
  padding: 1.5625rem 0.625rem 0;
}
.form-control:active, .form-control.active, .form-control:focus, .form-control.focus {
  border-left-color: #2458A9;
  border-right-color: #2458A9;
  border-top-color: #2458A9;
}
@media (max-width: 767.98px) {
  .form-control:active, .form-control:focus {
    font-size: 1rem;
  }
}
.form-control:active, .form-control.active, .form-control:focus {
  box-shadow: 0 1px 5px 0 rgba(55, 84, 129, 0.5);
  outline: none;
}
.form-control:disabled {
  background-color: #f5f5f5;
  color: #666;
}
.form-control:disabled ~ .form-control-label {
  color: #666;
}
.form-control.is-invalid {
  border: 1px solid transparent;
  border-bottom-color: #CD3C5E;
  background-image: none;
  color: #CD3C5E;
}
.form-control.is-invalid:active, .form-control.is-invalid.active, .form-control.is-invalid:focus, .form-control.is-invalid.focus {
  border-left-color: #CD3C5E;
  border-right-color: #CD3C5E;
  border-top-color: #CD3C5E;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}
.form-control.is-invalid.custom-select {
  background-color: transparent;
  background-position: calc(100% - 0.5rem) center;
  background-size: 0.8125rem auto;
}
.form-control.is-invalid.custom-select.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23CD3C5E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
}
.form-control.bigger-font-size {
  font-size: 1rem;
}
.form-control:-ms-input-placeholder {
  font-size: 0;
}
.form-control::-ms-input-placeholder {
  font-size: 0;
}
.form-control:-ms-input-placeholder {
  font-size: 0;
}
.form-control::placeholder {
  font-size: 0;
}
.form-control.form-control-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: calc(100% - 0.5625rem) 1.25rem;
  background-repeat: no-repeat;
  background-size: 0.8125rem 0.5rem;
  line-height: 1.3125rem;
}
.form-control.form-control-select:disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23bfbfbf' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
}
.form-control.form-control-select.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23CD3C5E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
}
.form-control.form-control-number {
  -moz-appearance: textfield;
}
.form-control.form-control-number::-webkit-outer-spin-button, .form-control.form-control-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.coupon-code-field {
  height: 3.125rem;
}
.form-control.order-history-select {
  color: #142745;
}
.form-control.custom-select-control {
  margin-top: -0.0625rem;
  padding: 1rem 0.625rem 0.5rem;
  text-transform: uppercase;
}
.form-control.form-control-datepicker:not(.isValue) {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EA7E360B8-C968-4286-9AB1-EAAACB8FA89D%3C/title%3E %3Cg id='Shoeboxing---L' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='VD_HSA_My-Expenses---Tabbed---Expense-Dashboard-3' transform='translate(-676.000000, -966.000000)'%3E %3Cg id='1---up/L/MA/Adress/main/HSA-Copy' transform='translate(302.000000, 832.000000)'%3E %3Cg id='Group-12' transform='translate(30.000000, 27.000000)'%3E %3Cg id='Group-5-Copy' transform='translate(0.000000, 94.000000)'%3E %3Cg id='calendar' transform='translate(344.000000, 13.000000)'%3E %3Cpath d='M22.2857143,22.8571429 L1.71428571,22.8571429 C1.39885714,22.8571429 1.14285714,22.6011429 1.14285714,22.2857143 L1.14285714,9.71428571 L22.8571429,9.71428571 L22.8571429,22.2857143 C22.8571429,22.6011429 22.6011429,22.8571429 22.2857143,22.8571429 L22.2857143,22.8571429 Z M1.71428571,4 L3.42857143,4 L3.42857143,5.14285714 C3.42857143,5.45885714 3.684,5.71428571 4,5.71428571 L7.42857143,5.71428571 C7.74457143,5.71428571 8,5.45885714 8,5.14285714 L8,4 L16,4 L16,5.14285714 C16,5.45885714 16.2554286,5.71428571 16.5714286,5.71428571 L20,5.71428571 C20.316,5.71428571 20.5714286,5.45885714 20.5714286,5.14285714 L20.5714286,4 L22.2857143,4 C22.6011429,4 22.8571429,4.256 22.8571429,4.57142857 L22.8571429,8.57142857 L1.14285714,8.57142857 L1.14285714,4.57142857 C1.14285714,4.256 1.39885714,4 1.71428571,4 L1.71428571,4 Z M4.57142857,4.57142857 L6.85714286,4.57142857 L6.85714286,1.14285714 L4.57142857,1.14285714 L4.57142857,4.57142857 Z M17.1428571,4.57142857 L19.4285714,4.57142857 L19.4285714,1.14285714 L17.1428571,1.14285714 L17.1428571,4.57142857 Z M22.2857143,2.85714286 L20.5714286,2.85714286 L20.5714286,1.14285714 C20.5714286,0.512571429 20.0588571,0 19.4285714,0 L17.1428571,0 C16.5125714,0 16,0.512571429 16,1.14285714 L16,2.85714286 L8,2.85714286 L8,1.14285714 C8,0.512571429 7.48742857,0 6.85714286,0 L4.57142857,0 C3.94114286,0 3.42857143,0.512571429 3.42857143,1.14285714 L3.42857143,2.85714286 L1.71428571,2.85714286 C0.769142857,2.85714286 0,3.62628571 0,4.57142857 L0,22.2857143 C0,23.2308571 0.769142857,24 1.71428571,24 L22.2857143,24 C23.2308571,24 24,23.2308571 24,22.2857143 L24,4.57142857 C24,3.62628571 23.2308571,2.85714286 22.2857143,2.85714286 L22.2857143,2.85714286 Z' id='Fill-1' fill='%23142745'%3E%3C/path%3E %3Cpolyline id='Stroke-1' stroke='%23142745' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' points='7 17.375 9.72727273 20 17 13'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: calc(100% - 0.5625rem) 1.25rem;
  background-position-y: 0.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}
.form-control.form-control-datepicker:not(.isValue):disabled {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EA7E360B8-C968-4286-9AB1-EAAACB8FA89D%3C/title%3E %3Cg id='Shoeboxing---L' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='VD_HSA_My-Expenses---Tabbed---Expense-Dashboard-3' transform='translate(-676.000000, -966.000000)'%3E %3Cg id='1---up/L/MA/Adress/main/HSA-Copy' transform='translate(302.000000, 832.000000)'%3E %3Cg id='Group-12' transform='translate(30.000000, 27.000000)'%3E %3Cg id='Group-5-Copy' transform='translate(0.000000, 94.000000)'%3E %3Cg id='calendar' transform='translate(344.000000, 13.000000)'%3E %3Cpath d='M22.2857143,22.8571429 L1.71428571,22.8571429 C1.39885714,22.8571429 1.14285714,22.6011429 1.14285714,22.2857143 L1.14285714,9.71428571 L22.8571429,9.71428571 L22.8571429,22.2857143 C22.8571429,22.6011429 22.6011429,22.8571429 22.2857143,22.8571429 L22.2857143,22.8571429 Z M1.71428571,4 L3.42857143,4 L3.42857143,5.14285714 C3.42857143,5.45885714 3.684,5.71428571 4,5.71428571 L7.42857143,5.71428571 C7.74457143,5.71428571 8,5.45885714 8,5.14285714 L8,4 L16,4 L16,5.14285714 C16,5.45885714 16.2554286,5.71428571 16.5714286,5.71428571 L20,5.71428571 C20.316,5.71428571 20.5714286,5.45885714 20.5714286,5.14285714 L20.5714286,4 L22.2857143,4 C22.6011429,4 22.8571429,4.256 22.8571429,4.57142857 L22.8571429,8.57142857 L1.14285714,8.57142857 L1.14285714,4.57142857 C1.14285714,4.256 1.39885714,4 1.71428571,4 L1.71428571,4 Z M4.57142857,4.57142857 L6.85714286,4.57142857 L6.85714286,1.14285714 L4.57142857,1.14285714 L4.57142857,4.57142857 Z M17.1428571,4.57142857 L19.4285714,4.57142857 L19.4285714,1.14285714 L17.1428571,1.14285714 L17.1428571,4.57142857 Z M22.2857143,2.85714286 L20.5714286,2.85714286 L20.5714286,1.14285714 C20.5714286,0.512571429 20.0588571,0 19.4285714,0 L17.1428571,0 C16.5125714,0 16,0.512571429 16,1.14285714 L16,2.85714286 L8,2.85714286 L8,1.14285714 C8,0.512571429 7.48742857,0 6.85714286,0 L4.57142857,0 C3.94114286,0 3.42857143,0.512571429 3.42857143,1.14285714 L3.42857143,2.85714286 L1.71428571,2.85714286 C0.769142857,2.85714286 0,3.62628571 0,4.57142857 L0,22.2857143 C0,23.2308571 0.769142857,24 1.71428571,24 L22.2857143,24 C23.2308571,24 24,23.2308571 24,22.2857143 L24,4.57142857 C24,3.62628571 23.2308571,2.85714286 22.2857143,2.85714286 L22.2857143,2.85714286 Z' id='Fill-1' fill='%23bfbfbf'%3E%3C/path%3E %3Cpolyline id='Stroke-1' stroke='%23bfbfbf' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' points='7 17.375 9.72727273 20 17 13'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.form-control.form-control-datepicker:not(.isValue).is-invalid {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EA7E360B8-C968-4286-9AB1-EAAACB8FA89D%3C/title%3E %3Cg id='Shoeboxing---L' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='VD_HSA_My-Expenses---Tabbed---Expense-Dashboard-3' transform='translate(-676.000000, -966.000000)'%3E %3Cg id='1---up/L/MA/Adress/main/HSA-Copy' transform='translate(302.000000, 832.000000)'%3E %3Cg id='Group-12' transform='translate(30.000000, 27.000000)'%3E %3Cg id='Group-5-Copy' transform='translate(0.000000, 94.000000)'%3E %3Cg id='calendar' transform='translate(344.000000, 13.000000)'%3E %3Cpath d='M22.2857143,22.8571429 L1.71428571,22.8571429 C1.39885714,22.8571429 1.14285714,22.6011429 1.14285714,22.2857143 L1.14285714,9.71428571 L22.8571429,9.71428571 L22.8571429,22.2857143 C22.8571429,22.6011429 22.6011429,22.8571429 22.2857143,22.8571429 L22.2857143,22.8571429 Z M1.71428571,4 L3.42857143,4 L3.42857143,5.14285714 C3.42857143,5.45885714 3.684,5.71428571 4,5.71428571 L7.42857143,5.71428571 C7.74457143,5.71428571 8,5.45885714 8,5.14285714 L8,4 L16,4 L16,5.14285714 C16,5.45885714 16.2554286,5.71428571 16.5714286,5.71428571 L20,5.71428571 C20.316,5.71428571 20.5714286,5.45885714 20.5714286,5.14285714 L20.5714286,4 L22.2857143,4 C22.6011429,4 22.8571429,4.256 22.8571429,4.57142857 L22.8571429,8.57142857 L1.14285714,8.57142857 L1.14285714,4.57142857 C1.14285714,4.256 1.39885714,4 1.71428571,4 L1.71428571,4 Z M4.57142857,4.57142857 L6.85714286,4.57142857 L6.85714286,1.14285714 L4.57142857,1.14285714 L4.57142857,4.57142857 Z M17.1428571,4.57142857 L19.4285714,4.57142857 L19.4285714,1.14285714 L17.1428571,1.14285714 L17.1428571,4.57142857 Z M22.2857143,2.85714286 L20.5714286,2.85714286 L20.5714286,1.14285714 C20.5714286,0.512571429 20.0588571,0 19.4285714,0 L17.1428571,0 C16.5125714,0 16,0.512571429 16,1.14285714 L16,2.85714286 L8,2.85714286 L8,1.14285714 C8,0.512571429 7.48742857,0 6.85714286,0 L4.57142857,0 C3.94114286,0 3.42857143,0.512571429 3.42857143,1.14285714 L3.42857143,2.85714286 L1.71428571,2.85714286 C0.769142857,2.85714286 0,3.62628571 0,4.57142857 L0,22.2857143 C0,23.2308571 0.769142857,24 1.71428571,24 L22.2857143,24 C23.2308571,24 24,23.2308571 24,22.2857143 L24,4.57142857 C24,3.62628571 23.2308571,2.85714286 22.2857143,2.85714286 L22.2857143,2.85714286 Z' id='Fill-1' fill='%23CD3C5E'%3E%3C/path%3E %3Cpolyline id='Stroke-1' stroke='%23CD3C5E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' points='7 17.375 9.72727273 20 17 13'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.form-control.form-control-datepicker ~ .form-control-datepicker-clear {
  display: none;
  cursor: pointer;
  height: 0.75rem;
  position: absolute;
  right: 0.625rem;
  top: 1.0625rem;
  width: 0.75rem;
  z-index: 1;
}
.form-control.form-control-datepicker ~ .form-control-datepicker-clear::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 19 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-335 -691) translate(335 655) translate(0 38) rotate(-45 7.013 13.815)'%3E%3Crect width='2.349' height='22.703' x='10.77' y='.593' fill='currentColor' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='1.788' y='9.136' fill='%23FFF' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='.681' y='12.458' fill='%23FFF' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='.783' y='10.96' fill='currentColor' rx='1.174'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.75rem;
}
.form-control.form-control-datepicker.isValue ~ .form-control-datepicker-clear {
  display: block;
}
.form-control.email {
  text-transform: lowercase;
}

.form-control-btn {
  background-color: transparent;
  border: 1px solid #142745;
  border-bottom-color: #142745;
  border-radius: 6px 6px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
  min-width: 6.75rem;
  padding: 1.25rem 0.6875rem 0.75rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .form-control-btn {
    min-width: 9.1875rem;
  }
}

@media (max-width: 543.98px) {
  .enhanced-form-control-button {
    width: 98% !important;
    bottom: 0 !important;
  }
}
.form-control-caption,
.invalid-feedback {
  font-size: 0.875rem;
  font-style: italic;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-top: 0.5rem;
  text-align: right;
}
.form-control-caption#invalidCouponCode,
.invalid-feedback#invalidCouponCode {
  text-align: left;
}
.form-control-caption ul,
.invalid-feedback ul {
  list-style: none;
  padding-left: 0;
}
.form-control-caption ul li,
.invalid-feedback ul li {
  margin-bottom: 0;
}

.form-control-caption {
  display: inline-block;
  vertical-align: top;
}

.invalid-feedback {
  margin-top: 0;
}
.invalid-feedback:not(.isIconHide)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CD3C5E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CD3C5E' stroke='none'/%3e%3c/svg%3e");
  background-size: 1.125rem;
  content: "";
  display: inline-block;
  height: 1.125rem;
  margin-bottom: 0.1875rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
  width: 1.125rem;
}

.input-helper {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1.0625rem;
}
.input-helper .tooltip-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23375481'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.00001 3H5.32807V7H6.00001H6.72807V3H6.00001ZM6.00006 7.71875H5.30005V8.34375V9H6.70005V7.71875H6.00006Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  display: inline-block;
  height: 0.9375rem;
  padding-top: 0.1875rem;
  position: relative;
  top: 0.125rem;
  width: 0.9375rem;
}

.helper-link {
  color: #375481;
  font-family: "Grotesque", sans-serif;
  text-decoration: underline;
}
.helper-link:hover {
  text-decoration: none;
}

.validator.validator-email {
  /* This important used to override inline 'width' style that come with platformemailvalidation */
  width: 100% !important;
}

@media (min-width: 544px) {
  .enhanced-email-signup .c-email-signup__form-fields {
    max-width: 54.0625rem;
    min-width: 43.0625rem;
  }
}
@media (max-width: 767.98px) {
  .enhanced-email-signup .c-email-signup__form-fields {
    width: 100%;
  }
}
@media (min-width: 544px) {
  .enhanced-email-signup .c-email-signup__form-fields .col-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .enhanced-email-signup .c-email-signup__form-fields .col-6 {
    margin-bottom: 60px;
  }
}
.enhanced-email-signup .c-email-signup__form-fields .col-6 .invalid-tooltip {
  position: absolute;
}
.enhanced-email-signup .c-email-signup__form-fields .col-6 .invalid-feedback {
  position: absolute;
  right: 10px;
}
.enhanced-email-signup .c-email-signup__form-fields .col-6 .form-control {
  height: 30px;
  padding: 0;
}
.enhanced-email-signup .c-email-signup__form-fields .col-6 .form-control label {
  font-size: 0.8rem;
}
@media (min-width: 544px) {
  .enhanced-email-signup .c-email-signup__form-fields .form-control-btn {
    top: 99px;
  }
}
@media (min-width: 544px) {
  .enhanced-email-signup .c-email-signup__form-fields .bottom-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .enhanced-email-signup .c-email-signup__form-fields .bottom-row {
    margin-bottom: 30px;
  }
}
.enhanced-email-signup .c-email-signup__container .c-form-signup__form .email-description {
  padding: 0;
  margin-bottom: 0;
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown .custom-dropdown-toggle {
  height: 3rem;
  padding-top: 0.4375rem;
  position: relative;
  text-align: left;
}
.custom-dropdown .custom-dropdown-toggle .custom-dropdown-text,
.custom-dropdown .custom-dropdown-toggle .custom-dropdown-label {
  color: #375481;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.custom-dropdown .custom-dropdown-toggle .custom-dropdown-label.text-uppercase {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}
.custom-dropdown .custom-dropdown-toggle.isValue .custom-dropdown-text {
  position: relative;
  top: 0.625rem;
}
.custom-dropdown .custom-dropdown-toggle.isValue .custom-dropdown-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  line-height: 0.8125rem;
  position: absolute;
  left: 0.625rem;
  top: 0.5rem;
}
.custom-dropdown .custom-dropdown-toggle.isValue .custom-dropdown-label.text-uppercase {
  font-size: 0.75rem;
}
.custom-dropdown.font-medium .custom-dropdown-toggle .custom-dropdown-label {
  font-weight: 500;
}
.custom-dropdown .custom-dropdown-menu {
  background-color: #E9E8E7;
  border-radius: 0.375rem;
  border: 0.0625rem solid #D0D0D0;
  box-shadow: 0.1875rem 0.1875rem 0.625rem 0.3125rem rgba(0, 0, 0, 0.06);
  margin-top: 0.375rem;
  opacity: 0;
  padding-bottom: 0.125rem;
  padding-top: 0.25rem;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.custom-dropdown .custom-dropdown-link {
  background: none;
  border: 0;
  color: #232322;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: 0.5rem 1.9375rem 0.125rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.custom-dropdown .custom-dropdown-link:focus {
  box-shadow: none;
  outline: none;
}
.custom-dropdown .custom-dropdown-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='16' viewBox='0 0 21 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='currentColor'%3E %3Cg%3E %3Cpath d='M53.188 56.812c-.727-.727-1.916-.727-2.644 0-.725.725-.725 1.914 0 2.64l4.934 4.931c.021.022.027.053.051.078.366.365.851.544 1.334.54.484.004.968-.175 1.334-.54.022-.025.03-.056.053-.078l12.204-12.195c.729-.729.729-1.916 0-2.645-.724-.724-1.915-.724-2.64 0l-10.95 10.94-3.675-3.671z' transform='translate(-1920 -580) translate(1870 531)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.875rem;
  content: "";
  height: 0.6875rem;
  opacity: 0;
  position: absolute;
  left: 0.625rem;
  top: 0.6875rem;
  visibility: hidden;
  width: 0.875rem;
}
.custom-dropdown .custom-dropdown-link.active::before {
  opacity: 1;
  visibility: visible;
}
.custom-dropdown--isOpen .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary, .color-combination-4 .btn-color-combination,
.color-combination-5 .btn-color-combination {
  color: #fff;
  background-color: #375481;
  border-color: #375481;
}
.btn-primary:hover, .color-combination-4 .btn-color-combination:hover,
.color-combination-5 .btn-color-combination:hover {
  color: #fff;
  background-color: #2c4366;
  border-color: #283d5d;
}
.btn-primary:focus, .color-combination-4 .btn-color-combination:focus,
.color-combination-5 .btn-color-combination:focus, .btn-primary.focus, .color-combination-4 .focus.btn-color-combination,
.color-combination-5 .focus.btn-color-combination {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(85, 110, 148, 0.5);
}
.btn-primary.disabled, .color-combination-4 .disabled.btn-color-combination,
.color-combination-5 .disabled.btn-color-combination, .btn-primary:disabled, .color-combination-4 .btn-color-combination:disabled,
.color-combination-5 .btn-color-combination:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-primary:not(:disabled):not(.disabled):active, .color-combination-4 .btn-color-combination:not(:disabled):not(.disabled):active,
.color-combination-5 .btn-color-combination:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .color-combination-4 .btn-color-combination:not(:disabled):not(.disabled).active,
.color-combination-5 .btn-color-combination:not(:disabled):not(.disabled).active, .show &gt; .btn-primary.dropdown-toggle, .color-combination-4 .show &gt; .dropdown-toggle.btn-color-combination,
.color-combination-5 .show &gt; .dropdown-toggle.btn-color-combination {
  color: #fff;
  background-color: #283d5d;
  border-color: #243754;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .color-combination-4 .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.color-combination-5 .btn-color-combination:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .color-combination-4 .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.color-combination-5 .btn-color-combination:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-primary.dropdown-toggle:focus, .color-combination-4 .show &gt; .dropdown-toggle.btn-color-combination:focus,
.color-combination-5 .show &gt; .dropdown-toggle.btn-color-combination:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 110, 148, 0.5);
}

.btn-secondary, .header-banner .btn-color-combination, .color-combination-1 .btn-color-combination, .c-site-footer--minimal .btn-color-combination,
.color-combination-2 .btn-color-combination,
.c-email-signup .btn-color-combination,
.color-combination-3 .btn-color-combination {
  color: #fff;
  background-color: #142745;
  border-color: #142745;
}
.btn-secondary:hover, .header-banner .btn-color-combination:hover, .color-combination-1 .btn-color-combination:hover, .c-site-footer--minimal .btn-color-combination:hover,
.color-combination-2 .btn-color-combination:hover,
.c-email-signup .btn-color-combination:hover,
.color-combination-3 .btn-color-combination:hover {
  color: #fff;
  background-color: #0b1627;
  border-color: #09111d;
}
.btn-secondary:focus, .header-banner .btn-color-combination:focus, .color-combination-1 .btn-color-combination:focus, .c-site-footer--minimal .btn-color-combination:focus,
.color-combination-2 .btn-color-combination:focus,
.c-email-signup .btn-color-combination:focus,
.color-combination-3 .btn-color-combination:focus, .btn-secondary.focus, .header-banner .focus.btn-color-combination, .color-combination-1 .focus.btn-color-combination, .c-site-footer--minimal .focus.btn-color-combination,
.color-combination-2 .focus.btn-color-combination,
.c-email-signup .focus.btn-color-combination,
.color-combination-3 .focus.btn-color-combination {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(55, 71, 97, 0.5);
}
.btn-secondary.disabled, .header-banner .disabled.btn-color-combination, .color-combination-1 .disabled.btn-color-combination, .c-site-footer--minimal .disabled.btn-color-combination,
.color-combination-2 .disabled.btn-color-combination,
.c-email-signup .disabled.btn-color-combination,
.color-combination-3 .disabled.btn-color-combination, .btn-secondary:disabled, .header-banner .btn-color-combination:disabled, .color-combination-1 .btn-color-combination:disabled, .c-site-footer--minimal .btn-color-combination:disabled,
.color-combination-2 .btn-color-combination:disabled,
.c-email-signup .btn-color-combination:disabled,
.color-combination-3 .btn-color-combination:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary:not(:disabled):not(.disabled):active, .header-banner .btn-color-combination:not(:disabled):not(.disabled):active, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled):active, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled):active,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled):active,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled):active,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .header-banner .btn-color-combination:not(:disabled):not(.disabled).active, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled).active, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled).active,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled).active,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled).active,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled).active, .show &gt; .btn-secondary.dropdown-toggle, .header-banner .show &gt; .dropdown-toggle.btn-color-combination, .color-combination-1 .show &gt; .dropdown-toggle.btn-color-combination, .c-site-footer--minimal .show &gt; .dropdown-toggle.btn-color-combination,
.color-combination-2 .show &gt; .dropdown-toggle.btn-color-combination,
.c-email-signup .show &gt; .dropdown-toggle.btn-color-combination,
.color-combination-3 .show &gt; .dropdown-toggle.btn-color-combination {
  color: #fff;
  background-color: #09111d;
  border-color: #060b14;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .header-banner .btn-color-combination:not(:disabled):not(.disabled):active:focus, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled):active:focus, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .header-banner .btn-color-combination:not(:disabled):not(.disabled).active:focus, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled).active:focus, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus, .header-banner .show &gt; .dropdown-toggle.btn-color-combination:focus, .color-combination-1 .show &gt; .dropdown-toggle.btn-color-combination:focus, .c-site-footer--minimal .show &gt; .dropdown-toggle.btn-color-combination:focus,
.color-combination-2 .show &gt; .dropdown-toggle.btn-color-combination:focus,
.c-email-signup .show &gt; .dropdown-toggle.btn-color-combination:focus,
.color-combination-3 .show &gt; .dropdown-toggle.btn-color-combination:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 71, 97, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #117850;
  border-color: #117850;
}
.btn-success:hover {
  color: #fff;
  background-color: #0c563a;
  border-color: #0b4b32;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(53, 140, 106, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0b4b32;
  border-color: #09402b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 140, 106, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show &gt; .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #CD3C5E;
  border-color: #CD3C5E;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b42e4e;
  border-color: #aa2c49;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(213, 89, 118, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #aa2c49;
  border-color: #a02945;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 89, 118, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-grey1 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-grey1:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-grey1:focus, .btn-grey1.focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-grey1.disabled, .btn-grey1:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-grey1:not(:disabled):not(.disabled):active, .btn-grey1:not(:disabled):not(.disabled).active, .show &gt; .btn-grey1.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-grey1:not(:disabled):not(.disabled):active:focus, .btn-grey1:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-grey1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-grey {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-grey:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-grey:focus, .btn-grey.focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-grey.disabled, .btn-grey:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show &gt; .btn-grey.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show &gt; .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
  color: #375481;
  border-color: #375481;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #375481;
  border-color: #375481;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #375481;
  border-color: #375481;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-secondary {
  color: #142745;
  border-color: #142745;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #142745;
  border-color: #142745;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #142745;
  border-color: #142745;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-success {
  color: #117850;
  border-color: #117850;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #117850;
  border-color: #117850;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #117850;
  border-color: #117850;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-danger {
  color: #CD3C5E;
  border-color: #CD3C5E;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #CD3C5E;
  border-color: #CD3C5E;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #CD3C5E;
  border-color: #CD3C5E;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-grey1 {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey1:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey1:focus, .btn-outline-grey1.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-grey1.disabled, .btn-outline-grey1:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-grey1:not(:disabled):not(.disabled):active, .btn-outline-grey1:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-grey1.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey1:not(:disabled):not(.disabled):active:focus, .btn-outline-grey1:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-grey1.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-grey {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-grey.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 5px rgba(36, 88, 169, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 5px #2458A9;
}

.btn-link {
  font-weight: 400;
  color: #142745;
  text-decoration: none;
}
.btn-link:hover {
  color: #03050a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn {
  border-radius: 0.5rem;
  border-width: 0.0625rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  max-width: 100%;
  padding: 0.875rem 2.25rem 0.625rem;
  text-align: center;
  vertical-align: top;
}
.btn:disabled, .btn.disabled {
  opacity: 1;
  pointer-events: none;
}

.see-more-link {
  text-align: center;
  margin: auto;
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-primary, .color-combination-4 .btn-color-combination,
.color-combination-5 .btn-color-combination {
  background-color: #142745;
  border-color: #142745;
}
.btn-primary:hover, .color-combination-4 .btn-color-combination:hover,
.color-combination-5 .btn-color-combination:hover {
  background-color: #375481;
  border-color: #375481;
}
.btn-primary:focus, .color-combination-4 .btn-color-combination:focus,
.color-combination-5 .btn-color-combination:focus, .btn-primary.focus, .color-combination-4 .focus.btn-color-combination,
.color-combination-5 .focus.btn-color-combination {
  box-shadow: 0 0 0.3125rem 0 #2458A9;
  outline: none;
}

.btn-secondary, .header-banner .btn-color-combination, .color-combination-1 .btn-color-combination, .c-site-footer--minimal .btn-color-combination,
.color-combination-2 .btn-color-combination,
.c-email-signup .btn-color-combination,
.color-combination-3 .btn-color-combination {
  color: #142745;
  background-color: #fff;
  border-color: #375481;
}
.btn-secondary:hover, .header-banner .btn-color-combination:hover, .color-combination-1 .btn-color-combination:hover, .c-site-footer--minimal .btn-color-combination:hover,
.color-combination-2 .btn-color-combination:hover,
.c-email-signup .btn-color-combination:hover,
.color-combination-3 .btn-color-combination:hover {
  color: #375481;
  background-color: #fff;
  border-color: #375481;
}
.btn-secondary:focus, .header-banner .btn-color-combination:focus, .color-combination-1 .btn-color-combination:focus, .c-site-footer--minimal .btn-color-combination:focus,
.color-combination-2 .btn-color-combination:focus,
.c-email-signup .btn-color-combination:focus,
.color-combination-3 .btn-color-combination:focus, .btn-secondary.focus, .header-banner .focus.btn-color-combination, .color-combination-1 .focus.btn-color-combination, .c-site-footer--minimal .focus.btn-color-combination,
.color-combination-2 .focus.btn-color-combination,
.c-email-signup .focus.btn-color-combination,
.color-combination-3 .focus.btn-color-combination {
  color: #142745;
  box-shadow: 0 0 0 0.2rem rgba(52, 77, 116, 0.5);
}
.btn-secondary.disabled, .header-banner .disabled.btn-color-combination, .color-combination-1 .disabled.btn-color-combination, .c-site-footer--minimal .disabled.btn-color-combination,
.color-combination-2 .disabled.btn-color-combination,
.c-email-signup .disabled.btn-color-combination,
.color-combination-3 .disabled.btn-color-combination, .btn-secondary:disabled, .header-banner .btn-color-combination:disabled, .color-combination-1 .btn-color-combination:disabled, .c-site-footer--minimal .btn-color-combination:disabled,
.color-combination-2 .btn-color-combination:disabled,
.c-email-signup .btn-color-combination:disabled,
.color-combination-3 .btn-color-combination:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary:not(:disabled):not(.disabled):active, .header-banner .btn-color-combination:not(:disabled):not(.disabled):active, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled):active, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled):active,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled):active,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled):active,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .header-banner .btn-color-combination:not(:disabled):not(.disabled).active, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled).active, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled).active,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled).active,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled).active,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled).active, .show &gt; .btn-secondary.dropdown-toggle, .header-banner .show &gt; .dropdown-toggle.btn-color-combination, .color-combination-1 .show &gt; .dropdown-toggle.btn-color-combination, .c-site-footer--minimal .show &gt; .dropdown-toggle.btn-color-combination,
.color-combination-2 .show &gt; .dropdown-toggle.btn-color-combination,
.c-email-signup .show &gt; .dropdown-toggle.btn-color-combination,
.color-combination-3 .show &gt; .dropdown-toggle.btn-color-combination {
  color: #212529;
  background-color: #fff;
  border-color: #375481;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .header-banner .btn-color-combination:not(:disabled):not(.disabled):active:focus, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled):active:focus, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled):active:focus,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .header-banner .btn-color-combination:not(:disabled):not(.disabled).active:focus, .color-combination-1 .btn-color-combination:not(:disabled):not(.disabled).active:focus, .c-site-footer--minimal .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.color-combination-2 .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.c-email-signup .btn-color-combination:not(:disabled):not(.disabled).active:focus,
.color-combination-3 .btn-color-combination:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus, .header-banner .show &gt; .dropdown-toggle.btn-color-combination:focus, .color-combination-1 .show &gt; .dropdown-toggle.btn-color-combination:focus, .c-site-footer--minimal .show &gt; .dropdown-toggle.btn-color-combination:focus,
.color-combination-2 .show &gt; .dropdown-toggle.btn-color-combination:focus,
.c-email-signup .show &gt; .dropdown-toggle.btn-color-combination:focus,
.color-combination-3 .show &gt; .dropdown-toggle.btn-color-combination:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 77, 116, 0.5);
}
.btn-secondary:focus, .header-banner .btn-color-combination:focus, .color-combination-1 .btn-color-combination:focus, .c-site-footer--minimal .btn-color-combination:focus,
.color-combination-2 .btn-color-combination:focus,
.c-email-signup .btn-color-combination:focus,
.color-combination-3 .btn-color-combination:focus, .btn-secondary.focus, .header-banner .focus.btn-color-combination, .color-combination-1 .focus.btn-color-combination, .c-site-footer--minimal .focus.btn-color-combination,
.color-combination-2 .focus.btn-color-combination,
.c-email-signup .focus.btn-color-combination,
.color-combination-3 .focus.btn-color-combination {
  box-shadow: 0 0 0.3125rem 0 #2458A9;
  outline: none;
}

.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #142745;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #142745;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0.3125rem 0 #fff;
  outline: none;
  color: #fff;
}

.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:hover {
  border-color: #375481;
  color: #fff;
}

.add-to-cart-global {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  width: 100%;
}

.update-cart-product-global {
  width: 100%;
}

.btn-google {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.24);
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.btn-short {
  max-width: 18.8125rem;
  width: 100%;
}
.btn-short.btn-small {
  max-width: 19.6875rem;
}
@media (min-width: 768px) {
  .btn-short.btn-small {
    max-width: 15.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.btn-short.btn-extrasmall {
  max-width: 19.6875rem;
}
@media (min-width: 768px) {
  .btn-short.btn-extrasmall {
    max-width: 9rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.btn-link {
  border: none;
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .btn-link {
    font-size: 0.875rem;
  }
}
.btn-link:hover {
  text-decoration: none;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.53125rem;
  vertical-align: 0.53125rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.375rem;
  transform: rotate(0deg);
  width: 0.625rem;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1458px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.53125rem;
  vertical-align: 0.53125rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.375rem;
  transform: rotate(180deg);
  width: 0.625rem;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.53125rem;
  vertical-align: 0.53125rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.375rem;
  transform: rotate(-90deg);
  width: 0.625rem;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.53125rem;
  vertical-align: 0.53125rem;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.53125rem;
  vertical-align: 0.53125rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.375rem;
  transform: rotate(90deg);
  width: 0.625rem;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #375481;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
  z-index: 1;
}
.btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0;
}
.btn-group-toggle &gt; .btn input[type=radio],
.btn-group-toggle &gt; .btn input[type=checkbox],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type=radio],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group &gt; .form-control,
.input-group &gt; .form-control-plaintext,
.input-group &gt; .custom-select,
.input-group &gt; .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .form-control-plaintext + .form-control,
.input-group &gt; .form-control-plaintext + .custom-select,
.input-group &gt; .form-control-plaintext + .custom-file,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .custom-select:focus,
.input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group &gt; .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group &gt; .form-control:not(:first-child),
.input-group &gt; .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group &gt; .custom-file:not(:last-child) .custom-file-label, .input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) &gt; .form-control:not(:last-child),
.input-group:not(.has-validation) &gt; .custom-select:not(:last-child),
.input-group:not(.has-validation) &gt; .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) &gt; .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; .form-control:nth-last-child(n+3),
.input-group.has-validation &gt; .custom-select:nth-last-child(n+3),
.input-group.has-validation &gt; .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation &gt; .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg &gt; .form-control:not(textarea),
.input-group-lg &gt; .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-sm &gt; .form-control:not(textarea),
.input-group-sm &gt; .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
  padding-right: 1.75rem;
}

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group.has-validation &gt; .input-group-append:nth-last-child(n+3) &gt; .btn,
.input-group.has-validation &gt; .input-group-append:nth-last-child(n+3) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #375481;
  background-color: #375481;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7493c4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #98afd3;
  border-color: #98afd3;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #375481;
  background-color: #375481;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(55, 84, 129, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(55, 84, 129, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(55, 84, 129, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(55, 84, 129, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #7493c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #7493c4;
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #375481;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #98afd3;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #375481;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #98afd3;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #375481;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #98afd3;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.custom-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
  border: 1px solid transparent;
  border-bottom-color: #375481;
  background-color: inherit;
  background-position: calc(100% - 0.5rem) center;
  background-size: 0.8125rem auto;
  border-radius: 6px 6px 0 0;
  color: #375481;
  font-size: 1rem;
  font-weight: 300;
  height: auto;
  padding: 1.5625rem 0.5rem 0;
  z-index: 1;
}
.custom-select:active, .custom-select.active, .custom-select:focus, .custom-select.focus {
  border-left-color: #2458A9;
  border-right-color: #2458A9;
  border-top-color: #2458A9;
}
.custom-select:focus {
  background-color: inherit;
  box-shadow: none;
  outline: none;
}
.custom-select.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23CD3C5E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
  background-color: transparent;
  background-position: calc(100% - 0.5rem) center;
  background-size: 0.8125rem auto;
}

.custom-checkbox,
.custom-radio {
  padding-left: 0;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  padding-left: 2.25rem;
  padding-top: 0.125rem;
  color: #142745;
}
.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before {
  border: 1px solid #375481;
  content: "";
  height: 1.25rem;
  left: 0;
  top: 0;
  width: 1.25rem;
}
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::after {
  content: "";
  height: 0.75rem;
  left: 4px;
  top: 4px;
  width: 0.75rem;
}
.custom-checkbox .custom-control-label.isCollapseAction,
.custom-radio .custom-control-label.isCollapseAction {
  position: relative;
}
.custom-checkbox .custom-control-label.isCollapseAction .custom-control-label-shape::after,
.custom-radio .custom-control-label.isCollapseAction .custom-control-label-shape::after {
  border-bottom: 0.625rem solid #fff;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.custom-checkbox .custom-control-label.is-invalid::before,
.custom-radio .custom-control-label.is-invalid::before {
  border-color: #CD3C5E;
}
.custom-checkbox .custom-control-input,
.custom-radio .custom-control-input {
  z-index: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #142745;
  background-image: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label.isCollapseAction .custom-control-label-shape::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label.isCollapseAction .custom-control-label-shape::after {
  display: block;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label.is-invalid::before,
.custom-radio .custom-control-input:focus ~ .custom-control-label.is-invalid::before {
  border-color: #CD3C5E;
  box-shadow: 0 0 0 0.2rem rgba(205, 60, 94, 0.25);
}
.custom-checkbox .custom-control-input.is-invalid.acknowledgmentCheckbox ~ .custom-control-label, .custom-checkbox .custom-control-input.is-valid.acknowledgmentCheckbox ~ .custom-control-label,
.custom-radio .custom-control-input.is-invalid.acknowledgmentCheckbox ~ .custom-control-label,
.custom-radio .custom-control-input.is-valid.acknowledgmentCheckbox ~ .custom-control-label {
  color: #142745;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  border-radius: 3px;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
  border-radius: 50%;
}

.custom-control-label {
  color: #142745;
  font-size: 0.875rem;
  line-height: 1.57;
}

.custom-form-error-msg {
  color: #CD3C5E;
  margin: 5px 0px 0px;
  font-style: italic;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f5f5f5;
  border-color: #dee2e6 #dee2e6 #f5f5f5;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.1875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #375481;
}

.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 543.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid,
  .navbar-expand-sm &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 544px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid,
  .navbar-expand-sm &gt; .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid,
  .navbar-expand-md &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid,
  .navbar-expand-md &gt; .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid,
  .navbar-expand-lg &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid,
  .navbar-expand-lg &gt; .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid,
  .navbar-expand-xl &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid,
  .navbar-expand-xl &gt; .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1457.98px) {
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid,
  .navbar-expand-xxl &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1458px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid,
  .navbar-expand-xxl &gt; .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.card &gt; .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group &gt; .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group &gt; .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion &gt; .card {
  overflow: hidden;
}
.accordion &gt; .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion &gt; .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion &gt; .card &gt; .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  background-color: transparent;
  border-bottom: 0.125rem solid #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 300;
  list-style: none;
  margin-bottom: 1.25rem;
  padding: 1.6875rem 0 0.75rem;
}
.breadcrumb .breadcrumb-nolink {
  color: #142745;
}
.breadcrumb .breadcrumb-nolink-heading {
  color: #375481;
  display: inline-block;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
  margin-left: -0.25rem;
}
.breadcrumb .breadcrumb-link {
  color: #375481;
  position: relative;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-link:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-link:hover::after {
  background-color: transparent;
}

.breadcrumb-item {
  display: none;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .breadcrumb-item {
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumb-item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='%23375481' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.353542 8.13182C0.548804 8.32709 0.865387 8.32709 1.06065 8.13182L4.94974 4.24274L4.94972 4.24272L1.06066 8.13177C0.865399 8.32704 0.548816 8.32704 0.353554 8.13177C0.224657 8.00288 0.180848 7.82111 0.222127 7.65628C0.180827 7.82113 0.224632 8.00291 0.353542 8.13182ZM0.353542 1.06076L3.5355 4.24272L3.53553 4.24269L0.353554 1.06071C0.224657 0.93181 0.180848 0.750046 0.222127 0.585212C0.180827 0.750058 0.224632 0.931846 0.353542 1.06076ZM0.212121 1.20218L3.25268 4.24274L0.212121 7.28329C-0.0612464 7.55666 -0.0612464 7.99988 0.212121 8.27324C0.485488 8.54661 0.928703 8.54661 1.20207 8.27324L5.23258 4.24274L1.20207 0.212227C0.928703 -0.0611396 0.485488 -0.0611396 0.212121 0.212227C-0.0612465 0.485594 -0.0612463 0.92881 0.212121 1.20218Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  content: "";
  display: inline-block;
  height: 0.5625rem;
  margin-right: 0.5625rem;
  margin-top: 0.25rem;
  width: 0.375rem;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .breadcrumb-item::before {
    margin-right: 0.625rem;
    transform: rotate(0);
  }
}
.breadcrumb-item:nth-last-child(2) {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumb-item.first-item::before {
    display: none;
  }
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
@media (min-width: 768px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.6875rem;
  }
}
.breadcrumb-item.active .breadcrumb-link,
.breadcrumb-item.active .breadcrumb-nolink {
  color: #142745;
}
.breadcrumb-item.active .breadcrumb-link::after,
.breadcrumb-item.active .breadcrumb-nolink::after {
  display: none;
}
.breadcrumb-item.active .breadcrumb-nolink-heading {
  color: #375481;
}
.breadcrumb-item.active .breadcrumb-nolink-heading::after {
  display: none;
}
.breadcrumb-item.active.single-item {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item.active.single-item .breadcrumb-link {
  color: #375481;
}

.product-breadcrumb .breadcrumb {
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .product-breadcrumb .breadcrumb-item {
    display: none;
  }
  .product-breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: -ms-flexbox;
    display: flex;
  }
  .product-breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    margin-right: 0.625rem;
    transform: rotate(180deg);
  }
  .product-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .product-breadcrumb .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
  }
  .product-breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    margin-right: 0.625rem;
    transform: rotate(0);
  }
  .product-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.6875rem;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #142745;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #03050a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #375481;
  border-color: #375481;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #375481;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #283d5d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 84, 129, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #142745;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #09111d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 39, 69, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #117850;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #0b4b32;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 120, 80, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #CD3C5E;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #aa2c49;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 60, 94, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-grey1 {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-grey1:hover, a.badge-grey1:focus {
  color: #212529;
  background-color: gainsboro;
}
a.badge-grey1:focus, a.badge-grey1.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-grey {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-grey:hover, a.badge-grey:focus {
  color: #212529;
  background-color: gainsboro;
}
a.badge-grey:focus, a.badge-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1d2c43;
  background-color: #d7dde6;
  border-color: #c7cfdc;
}
.alert-primary hr {
  border-top-color: #b7c2d2;
}
.alert-primary .alert-link {
  color: #0e151f;
}

.alert-secondary {
  color: #0a1424;
  background-color: #d0d4da;
  border-color: #bdc3cb;
}
.alert-secondary hr {
  border-top-color: #afb6c0;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #093e2a;
  background-color: #cfe4dc;
  border-color: #bcd9ce;
}
.alert-success hr {
  border-top-color: #acd0c2;
}
.alert-success .alert-link {
  color: #03110c;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #6b1f31;
  background-color: #f5d8df;
  border-color: #f1c8d2;
}
.alert-danger hr {
  border-top-color: #ecb4c1;
}
.alert-danger .alert-link {
  color: #43141f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-grey1 {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-grey1 hr {
  border-top-color: #efefef;
}
.alert-grey1 .alert-link {
  color: #666666;
}

.alert-grey {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-grey hr {
  border-top-color: #efefef;
}
.alert-grey .alert-link {
  color: #666666;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #375481;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1875rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #375481;
  border-color: #375481;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}
.list-group-horizontal &gt; .list-group-item:first-child {
  border-bottom-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}
.list-group-horizontal &gt; .list-group-item:last-child {
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal &gt; .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 544px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-sm &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-md &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-lg &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xl &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1458px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xxl &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush &gt; .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush &gt; .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1d2c43;
  background-color: #c7cfdc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1d2c43;
  background-color: #b7c2d2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1d2c43;
  border-color: #1d2c43;
}

.list-group-item-secondary {
  color: #0a1424;
  background-color: #bdc3cb;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0a1424;
  background-color: #afb6c0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0a1424;
  border-color: #0a1424;
}

.list-group-item-success {
  color: #093e2a;
  background-color: #bcd9ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #093e2a;
  background-color: #acd0c2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #093e2a;
  border-color: #093e2a;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6b1f31;
  background-color: #f1c8d2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6b1f31;
  background-color: #ecb4c1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6b1f31;
  border-color: #6b1f31;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-grey1 {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-grey1.list-group-item-action:hover, .list-group-item-grey1.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-grey1.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-grey {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.modal-footer &gt; * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-content {
  border-radius: 0.375rem;
  border: none;
}

.modal-dialog-centered {
  min-height: 100%;
}

.modal-backdrop {
  z-index: 1081;
}

.modal.show {
  z-index: 1082;
}
.modal.modal-static .modal-dialog {
  transform: none;
}
.modal-open .consent-tracking-alert {
  z-index: 1081;
}
@media (min-width: 1200px) {
  .modal-open iframe#launcher {
    right: 1rem !important;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem;
}

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: '&lt;svg xmlns="http://www.w3.org/2000/svg" width="23" height="20" viewBox="0 0 23 20"&gt;&lt;g fill="#142745" fill-rule="evenodd"&gt;&lt;g transform="rotate(-45 14.036 .257)"&gt;&lt;rect width="2" height="12" x="10.414" y=".414" rx="1"/&gt;&lt;rect width="12" height="2" x=".414" y="10.414" rx="1" transform="matrix(-1 0 0 1 12.828 0)"/&gt;&lt;/g&gt;&lt;rect width="15" height="2" y="9" rx="1"/&gt;&lt;/g&gt;&lt;/svg&gt;';
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #375481 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #283d5d !important;
}

.bg-secondary {
  background-color: #142745 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #09111d !important;
}

.bg-success {
  background-color: #117850 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0b4b32 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #CD3C5E !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #aa2c49 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-grey1 {
  background-color: #f5f5f5 !important;
}

a.bg-grey1:hover, a.bg-grey1:focus,
button.bg-grey1:hover,
button.bg-grey1:focus {
  background-color: gainsboro !important;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: gainsboro !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #375481 !important;
}

.border-secondary {
  border-color: #142745 !important;
}

.border-success {
  border-color: #117850 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #CD3C5E !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-grey1 {
  border-color: #f5f5f5 !important;
}

.border-grey {
  border-color: #f5f5f5 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.1875rem !important;
}

.rounded {
  border-radius: 0.1875rem !important;
}

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important;
}

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-lg {
  border-radius: 0.1875rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1458px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 544px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1458px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1458px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1458px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1458px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #375481 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #20314b !important;
}

.text-secondary {
  color: #142745 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #03050a !important;
}

.text-success {
  color: #117850 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #083523 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #CD3C5E !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #962641 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-grey1 {
  color: #f5f5f5 !important;
}

a.text-grey1:hover, a.text-grey1:focus {
  color: #cfcfcf !important;
}

.text-grey {
  color: #f5f5f5 !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: #cfcfcf !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #666;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #666;
  }
}
body {
  background-color: #fff;
  color: #375481;
  font-family: "Grotesque", sans-serif;
  font-weight: 300;
  position: static;
  overflow-y: auto;
}
body.navbar-in {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
@media (min-width: 992px) {
  body.navbar-in .c-site-header {
    z-index: unset;
  }
}
@media (max-width: 991.98px) {
  body.navbar-in .c-site-header {
    position: static;
  }
}
@media (max-width: 991.98px) {
  body.navbar-in .c-site-header__container {
    z-index: 1032;
    position: fixed;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  body.navbar-in .header-banner,
  body.navbar-in .js-header-nav &gt; .content-asset {
    display: none;
  }
}
@media (min-width: 992px) {
  body.navbar-in .header-banner {
    z-index: 1081;
  }
}
@media (min-width: 992px) {
  body.navbar-in .c-site-header__nav {
    position: relative;
    z-index: 1081;
  }
}
body.navbar-in .c-purchase-monitor {
  opacity: 0.5;
  pointer-events: none;
}

a {
  color: #142745;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9999;
}

.fa-search::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23375481'%3E%3Cg%3E%3Cpath d='M8.58 49.92c-3.126 0-5.66 2.534-5.66 5.66 0 3.126 2.534 5.66 5.66 5.66 3.126 0 5.66-2.534 5.66-5.66 0-3.126-2.534-5.66-5.66-5.66M8.6 48c4.198 0 7.6 3.403 7.6 7.6 0 1.757-.596 3.373-1.596 4.66l5.118 5.118c.37.372.37.973 0 1.344-.371.37-.972.37-1.343 0l-5.118-5.118c-1.287 1-2.905 1.596-4.66 1.596C4.403 63.2 1 59.797 1 55.6 1 51.403 4.403 48 8.6 48' transform='translate(-1433 -579) translate(1432 531)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  content: "" !important;
  display: inline-block;
  height: 1.1875rem;
  vertical-align: middle;
  width: 1.1875rem;
}

.dropdown-menu {
  margin-top: 0;
}

.navbar-toggler {
  font-size: inherit;
}

.navbar-nav {
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (min-width: 992px) {
  .navbar-nav {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.nav-link {
  line-height: 1;
  padding: 0.8125rem 0.8125rem 1.125rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .nav-link::after {
    display: none;
  }
}

#order-detail-iframe {
  width: 100%;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1457.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1458px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1457.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (min-width: 1458px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

.row.equal-height &gt; [class^=col] {
  display: -ms-flexbox;
  display: flex;
}

a[href="#copy-to-clipboard"]:hover {
  text-decoration: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\A0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../fonts/flags//4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../fonts/flags//4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../fonts/flags//4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../fonts/flags//4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../fonts/flags//4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../fonts/flags//4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../fonts/flags//4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../fonts/flags//4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../fonts/flags//4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../fonts/flags//4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../fonts/flags//4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../fonts/flags//4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../fonts/flags//4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../fonts/flags//4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../fonts/flags//4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../fonts/flags//4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../fonts/flags//4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../fonts/flags//4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../fonts/flags//4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../fonts/flags//4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../fonts/flags//4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../fonts/flags//4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../fonts/flags//4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../fonts/flags//4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../fonts/flags//4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../fonts/flags//4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../fonts/flags//4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../fonts/flags//4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../fonts/flags//4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../fonts/flags//4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../fonts/flags//4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../fonts/flags//4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../fonts/flags//4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../fonts/flags//4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../fonts/flags//4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../fonts/flags//4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../fonts/flags//4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../fonts/flags//4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../fonts/flags//4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../fonts/flags//4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../fonts/flags//4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../fonts/flags//4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../fonts/flags//4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../fonts/flags//4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../fonts/flags//4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../fonts/flags//4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../fonts/flags//4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../fonts/flags//4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../fonts/flags//4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../fonts/flags//4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../fonts/flags//4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../fonts/flags//4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../fonts/flags//4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../fonts/flags//4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../fonts/flags//4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../fonts/flags//4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../fonts/flags//4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../fonts/flags//4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../fonts/flags//4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../fonts/flags//4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../fonts/flags//4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../fonts/flags//4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../fonts/flags//4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../fonts/flags//4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../fonts/flags//4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../fonts/flags//4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../fonts/flags//4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../fonts/flags//4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../fonts/flags//4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../fonts/flags//4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../fonts/flags//4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../fonts/flags//4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../fonts/flags//4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../fonts/flags//4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../fonts/flags//4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../fonts/flags//4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../fonts/flags//4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../fonts/flags//4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../fonts/flags//4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../fonts/flags//4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../fonts/flags//4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../fonts/flags//4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../fonts/flags//4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../fonts/flags//4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../fonts/flags//4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../fonts/flags//4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../fonts/flags//4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../fonts/flags//4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../fonts/flags//4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../fonts/flags//4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../fonts/flags//4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../fonts/flags//4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../fonts/flags//4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../fonts/flags//4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../fonts/flags//4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../fonts/flags//4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../fonts/flags//4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../fonts/flags//4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../fonts/flags//4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../fonts/flags//4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../fonts/flags//4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../fonts/flags//4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../fonts/flags//4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../fonts/flags//4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../fonts/flags//4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../fonts/flags//4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../fonts/flags//4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../fonts/flags//4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../fonts/flags//4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../fonts/flags//4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../fonts/flags//4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../fonts/flags//4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../fonts/flags//4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../fonts/flags//4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../fonts/flags//4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../fonts/flags//4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../fonts/flags//4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../fonts/flags//4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../fonts/flags//4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../fonts/flags//4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../fonts/flags//4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../fonts/flags//4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../fonts/flags//4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../fonts/flags//4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../fonts/flags//4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../fonts/flags//4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../fonts/flags//4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../fonts/flags//4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../fonts/flags//4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../fonts/flags//4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../fonts/flags//4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../fonts/flags//4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../fonts/flags//4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../fonts/flags//4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../fonts/flags//4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../fonts/flags//4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../fonts/flags//4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../fonts/flags//4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../fonts/flags//4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../fonts/flags//4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../fonts/flags//4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../fonts/flags//4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../fonts/flags//4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../fonts/flags//4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../fonts/flags//4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../fonts/flags//4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../fonts/flags//4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../fonts/flags//4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../fonts/flags//4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../fonts/flags//4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../fonts/flags//4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../fonts/flags//4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../fonts/flags//4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../fonts/flags//4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../fonts/flags//4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../fonts/flags//4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../fonts/flags//4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../fonts/flags//4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../fonts/flags//4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../fonts/flags//4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../fonts/flags//4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../fonts/flags//4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../fonts/flags//4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../fonts/flags//4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../fonts/flags//4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../fonts/flags//4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../fonts/flags//4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../fonts/flags//4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../fonts/flags//4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../fonts/flags//4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../fonts/flags//4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../fonts/flags//4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../fonts/flags//4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../fonts/flags//4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../fonts/flags//4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../fonts/flags//4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../fonts/flags//4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../fonts/flags//4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../fonts/flags//4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../fonts/flags//4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../fonts/flags//4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../fonts/flags//4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../fonts/flags//4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../fonts/flags//4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../fonts/flags//4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../fonts/flags//4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../fonts/flags//4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../fonts/flags//4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../fonts/flags//4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../fonts/flags//4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../fonts/flags//4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../fonts/flags//4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../fonts/flags//4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../fonts/flags//4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../fonts/flags//4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../fonts/flags//4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../fonts/flags//4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../fonts/flags//4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../fonts/flags//4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../fonts/flags//4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../fonts/flags//4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../fonts/flags//4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../fonts/flags//4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../fonts/flags//4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../fonts/flags//4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../fonts/flags//4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../fonts/flags//4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../fonts/flags//4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../fonts/flags//4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../fonts/flags//4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../fonts/flags//4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../fonts/flags//4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../fonts/flags//4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../fonts/flags//4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../fonts/flags//4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../fonts/flags//4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../fonts/flags//4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../fonts/flags//4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../fonts/flags//4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../fonts/flags//4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../fonts/flags//4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../fonts/flags//4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../fonts/flags//4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../fonts/flags//4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../fonts/flags//4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../fonts/flags//4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../fonts/flags//4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../fonts/flags//4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../fonts/flags//4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../fonts/flags//4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../fonts/flags//4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../fonts/flags//4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../fonts/flags//4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../fonts/flags//4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../fonts/flags//4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../fonts/flags//4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../fonts/flags//4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../fonts/flags//4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../fonts/flags//4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../fonts/flags//4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../fonts/flags//4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../fonts/flags//4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../fonts/flags//4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../fonts/flags//4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../fonts/flags//4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../fonts/flags//4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../fonts/flags//4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../fonts/flags//4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../fonts/flags//4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zw.svg);
}

.flag-icon-es-ct {
  background-image: url(../fonts/flags//4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(../fonts/flags//4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../fonts/flags//4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../fonts/flags//4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../fonts/flags//4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../fonts/flags//4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../fonts/flags//4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/un.svg);
}

:root {
  --grid-gutter-width: 15px;
}
@media (min-width: 992px) {
  :root {
    --grid-gutter-width: 87px;
  }
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1029;
}

input[placeholder] {
  text-overflow: ellipsis;
}

a:not(.btn) {
  color: #142745;
}

a.link.simple-link {
  text-decoration: underline;
}
a.link.simple-link:hover {
  text-decoration: none;
}

ul,
ol {
  font-size: 0.875rem;
  line-height: 1.57;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  li {
    margin-bottom: 1.3125rem;
  }
}

.hide-order-discount {
  display: none;
}

.hide-annex-amount,
.hide-store-credit-amount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #117850;
}

.shipping-discount {
  color: #117850;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1081;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #CD3C5E;
}

.skip {
  position: absolute;
  left: 0;
  top: -9.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.link-type-b {
  color: #142745;
  font-weight: 700;
  text-decoration: underline;
}
.link-type-b:hover {
  color: #004968;
}

.text-underline {
  text-decoration: underline;
}

.listrak-recommendation {
  transition: opacity 0.5s, visibility 0.5s;
}
.listrak-recommendation.add-to-cart-listrak-recommendation .veil {
  display: none;
}
.listrak-recommendation.add-to-cart-listrak-recommendation .listrak-recommendation-hidden {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  max-height: 490px;
  max-width: 655px;
}
@media (max-width: 991.98px) {
  .listrak-recommendation.add-to-cart-listrak-recommendation .listrak-recommendation-hidden {
    padding: 0;
  }
}
.listrak-recommendation.add-to-cart-listrak-recommendation .listrak-recommendation-hidden div.listrak-recommendation-item:nth-of-type(1n + 4) {
  display: none;
}
@media (max-width: 991.98px) {
  .listrak-recommendation.add-to-cart-listrak-recommendation .listrak-recommendation-hidden div.listrak-recommendation-item:nth-of-type(1n + 3) {
    display: none;
  }
}
.listrak-recommendation.add-to-cart-listrak-recommendation .slick-slide {
  padding-left: 0 !important;
  padding-right: 0.9375rem !important;
}

.bg-none {
  background-color: transparent;
}

.max-order-quantity-error, .max-order-quantity-error-modal {
  color: #CD3C5E;
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
.max-order-quantity-error-modal {
  text-align: center;
}

.error-summary-title {
  display: inline-block;
  margin-bottom: 0.375rem;
}
.error-summary-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.error-summary-link {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.125rem;
}

@media (max-width: 543.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 80%;
    width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    left: 0;
  }
}
@media (max-width: 543.98px) and (min-width: 992px) {
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 80%;
    width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    left: 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 80%;
    width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    left: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 25%;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 80%;
    width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    left: 0;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 25%;
  }
}
@media (max-width: 1457.98px) {
  .menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 80%;
    width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xl.in {
    left: 0;
  }
}
@media (max-width: 1457.98px) and (min-width: 992px) {
  .menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 25%;
  }
}
.menu-toggleable-left.navbar-toggleable-xxl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 80%;
  width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xxl.in {
  left: 0;
}
@media (min-width: 992px) {
  .menu-toggleable-left.navbar-toggleable-xxl.in {
    min-width: 25%;
  }
}

.navbar {
  padding: 0;
}
.navbar.bg-inverse {
  background-color: white !important;
}
@media (min-width: 992px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  color: #444;
}

.main-menu {
  background-color: #fff;
  z-index: 1030;
}
@media (max-width: 991.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 1031;
  }
}

.menu-toggleable-left .close-menu {
  -ms-flex-align: end;
      align-items: flex-end;
  background-color: #fff;
  border-bottom: 3px solid #142745;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.0625rem 0.9375rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .menu-toggleable-left .close-menu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.menu-toggleable-left li &gt; .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
  }
}
.menu-toggleable-left.in .dropdown {
  display: block;
  position: static;
}
@media (min-width: 992px) {
  .menu-toggleable-left.in .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 0.375rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    border-bottom: none;
  }
}
.menu-toggleable-left.in .show &gt; .dropdown-menu {
  left: 0;
  bottom: 0;
}
.menu-toggleable-left.in .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  min-height: 100%;
  border: 0 none;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border-radius: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .multilevel-dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .multilevel-dropdown .dropdown-menu.menu-l1 {
    left: 0;
    top: 100%;
  }
}
@media (min-width: 992px) {
  .multilevel-dropdown .dropdown-item {
    position: static;
  }
}
@media (min-width: 992px) {
  .multilevel-dropdown .dropdown-item.dropdown &gt; .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 0.375rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    border-bottom: none;
  }
}
.multilevel-dropdown .navbar &gt; .close-menu &gt; .back .arrow-left {
  height: 0;
  overflow: hidden;
  width: 0;
}
.multilevel-dropdown .close-menu .back {
  font-size: 0.875rem;
  line-height: 1.3;
  padding-left: 0;
  padding-right: 0;
}
.multilevel-dropdown .close-menu .back .arrow-left {
  display: inline-block;
  line-height: 1;
  margin-right: 0.3125rem;
  transform: rotate(180deg);
  vertical-align: bottom;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category &gt; .nav-link {
  padding-left: 0;
}

.header {
  position: relative;
}
.header a {
  color: #142745;
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em;
  height: auto;
}
.navbar-header .navbar-toggler {
  width: auto;
}
.navbar-header .user {
  position: relative;
}
@media (max-width: 767.98px) {
  .navbar-header .user {
    position: static;
  }
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.brand {
  display: block;
  text-align: center;
}

.main-menu {
  background-color: transparent;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  padding-left: 0;
  padding-right: 0.25rem;
}
@media (max-width: 991.98px) {
  .main-menu .navbar .close-menu button,
  .main-menu .navbar .close-button button {
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar .close-menu button,
.navbar .close-button button,
.dropdown .close-menu button,
.dropdown .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.header-banner {
  background-color: #222;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  text-align: center;
  color: #fff;
}
.header-banner .slick-slide {
  margin-right: 0px !important;
}
@media (max-width: 767.98px) {
  .header-banner .slick-slide {
    width: 545px !important;
  }
}
@media (min-width: 768px) {
  .header-banner .slick-slide {
    width: 768px !important;
  }
}
@media (min-width: 992px) {
  .header-banner .slick-slide {
    width: 992px !important;
  }
}
@media (min-width: 1200px) {
  .header-banner .slick-slide {
    width: 1200px !important;
  }
}
@media (min-width: 1458px) {
  .header-banner .slick-slide {
    width: 1458px !important;
  }
}
.header-banner .bannerSlider {
  height: 15px !important;
}
@media (min-width: 768px) {
  .header-banner .container {
    max-width: 3000px;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.header-banner .close-button {
  position: absolute;
  right: -0.5rem;
  top: calc(50% - 0.1875rem);
  transform: translateY(-50%);
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .header-banner .close-button .close {
    height: 100%;
  }
}
.header-banner .content {
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.minicart {
  margin-top: 0.1875em;
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart .minicart-quantity {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: -0.625rem;
  position: relative;
  top: -0.8125rem;
  color: #fff;
}
.minicart .minicart-quantity.minicart-quantity-large {
  height: 1.25rem;
  line-height: 1.125rem;
  width: 1.25rem;
}

a.normal {
  color: #375481;
  text-decoration: underline;
}

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: #0070d2;
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

.logo-home {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 543.98px) {
  .collapsible-xs .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    letter-spacing: 0.00625rem;
    line-height: 2.13;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .collapsible-xs .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    border: none;
    height: 0.5625rem;
    transform: translateY(-4px) rotate(0);
    width: 0.875rem;
  }
  .collapsible-xs .title.inline-title {
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
    padding-left: 0;
    padding-right: 1rem;
    width: auto;
  }
}
@media (max-width: 543.98px) and (min-width: 992px) {
  .collapsible-xs .title.inline-title {
    margin-left: 1.25rem;
  }
}
@media (max-width: 543.98px) {
  .collapsible-xs .title.inline-title:hover, .collapsible-xs .title.inline-title:focus, .collapsible-xs .title.inline-title:active {
    border: none;
    box-shadow: none;
  }
  .collapsible-xs .title.inline-title::after {
    display: inline-block;
    height: 0.5625rem;
    position: relative;
    right: -0.375rem;
    top: 0.25rem;
    width: 0.5625rem;
  }
  .collapsible-xs .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-xs .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-xs .title.fullwidth {
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 543.98px) and (min-width: 768px) {
  .collapsible-xs .title.fullwidth {
    font-size: 1rem;
  }
}
@media (max-width: 543.98px) {
  .collapsible-xs .title.fullwidth.left-align {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .collapsible-xs .title.fullwidth::after {
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
}
@media (max-width: 543.98px) and (min-width: 768px) {
  .collapsible-xs .title.fullwidth::after {
    top: 2.5rem;
  }
}
@media (max-width: 543.98px) {
  .collapsible-xs .title.fullwidth.short::after {
    right: 0.1875rem;
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-xs.active .title.inline-title::after {
    border: none;
    transform: translateY(-80%) rotate(180deg);
  }
  .collapsible-xs.active .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-xs.active .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title {
  color: #142745;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title.link {
  text-align: left;
  padding: 0.25rem 0;
}
.container div.collapsible-xs button.title.link:hover, .container div.collapsible-xs button.title.link:focus, .container div.collapsible-xs button.title.link:active {
  border: none;
  box-shadow: none;
}
.container div.collapsible-xs button.title.link + .content {
  margin-top: 0.625rem;
}
.container div.collapsible-xs button.title.order-history-title {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}
.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-sm .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    letter-spacing: 0.00625rem;
    line-height: 2.13;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .collapsible-sm .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    border: none;
    height: 0.5625rem;
    transform: translateY(-4px) rotate(0);
    width: 0.875rem;
  }
  .collapsible-sm .title.inline-title {
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
    padding-left: 0;
    padding-right: 1rem;
    width: auto;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .collapsible-sm .title.inline-title {
    margin-left: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm .title.inline-title:hover, .collapsible-sm .title.inline-title:focus, .collapsible-sm .title.inline-title:active {
    border: none;
    box-shadow: none;
  }
  .collapsible-sm .title.inline-title::after {
    display: inline-block;
    height: 0.5625rem;
    position: relative;
    right: -0.375rem;
    top: 0.25rem;
    width: 0.5625rem;
  }
  .collapsible-sm .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-sm .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-sm .title.fullwidth {
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .collapsible-sm .title.fullwidth {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm .title.fullwidth.left-align {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .collapsible-sm .title.fullwidth::after {
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .collapsible-sm .title.fullwidth::after {
    top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm .title.fullwidth.short::after {
    right: 0.1875rem;
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-sm.active .title.inline-title::after {
    border: none;
    transform: translateY(-80%) rotate(180deg);
  }
  .collapsible-sm.active .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-sm.active .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title {
  color: #142745;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title.link {
  text-align: left;
  padding: 0.25rem 0;
}
.container div.collapsible-sm button.title.link:hover, .container div.collapsible-sm button.title.link:focus, .container div.collapsible-sm button.title.link:active {
  border: none;
  box-shadow: none;
}
.container div.collapsible-sm button.title.link + .content {
  margin-top: 0.625rem;
}
.container div.collapsible-sm button.title.order-history-title {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}
.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .collapsible-md .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    letter-spacing: 0.00625rem;
    line-height: 2.13;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .collapsible-md .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    border: none;
    height: 0.5625rem;
    transform: translateY(-4px) rotate(0);
    width: 0.875rem;
  }
  .collapsible-md .title.inline-title {
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
    padding-left: 0;
    padding-right: 1rem;
    width: auto;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .collapsible-md .title.inline-title {
    margin-left: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .collapsible-md .title.inline-title:hover, .collapsible-md .title.inline-title:focus, .collapsible-md .title.inline-title:active {
    border: none;
    box-shadow: none;
  }
  .collapsible-md .title.inline-title::after {
    display: inline-block;
    height: 0.5625rem;
    position: relative;
    right: -0.375rem;
    top: 0.25rem;
    width: 0.5625rem;
  }
  .collapsible-md .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-md .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-md .title.fullwidth {
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .collapsible-md .title.fullwidth {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .collapsible-md .title.fullwidth.left-align {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .collapsible-md .title.fullwidth::after {
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .collapsible-md .title.fullwidth::after {
    top: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .collapsible-md .title.fullwidth.short::after {
    right: 0.1875rem;
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-md.active .title.inline-title::after {
    border: none;
    transform: translateY(-80%) rotate(180deg);
  }
  .collapsible-md.active .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-md.active .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title {
  color: #142745;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title.link {
  text-align: left;
  padding: 0.25rem 0;
}
.container div.collapsible-md button.title.link:hover, .container div.collapsible-md button.title.link:focus, .container div.collapsible-md button.title.link:active {
  border: none;
  box-shadow: none;
}
.container div.collapsible-md button.title.link + .content {
  margin-top: 0.625rem;
}
.container div.collapsible-md button.title.order-history-title {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}
.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .collapsible-lg .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    letter-spacing: 0.00625rem;
    line-height: 2.13;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .collapsible-lg .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    border: none;
    height: 0.5625rem;
    transform: translateY(-4px) rotate(0);
    width: 0.875rem;
  }
  .collapsible-lg .title.inline-title {
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
    padding-left: 0;
    padding-right: 1rem;
    width: auto;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .collapsible-lg .title.inline-title {
    margin-left: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .collapsible-lg .title.inline-title:hover, .collapsible-lg .title.inline-title:focus, .collapsible-lg .title.inline-title:active {
    border: none;
    box-shadow: none;
  }
  .collapsible-lg .title.inline-title::after {
    display: inline-block;
    height: 0.5625rem;
    position: relative;
    right: -0.375rem;
    top: 0.25rem;
    width: 0.5625rem;
  }
  .collapsible-lg .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-lg .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-lg .title.fullwidth {
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .collapsible-lg .title.fullwidth {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .collapsible-lg .title.fullwidth.left-align {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .collapsible-lg .title.fullwidth::after {
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .collapsible-lg .title.fullwidth::after {
    top: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .collapsible-lg .title.fullwidth.short::after {
    right: 0.1875rem;
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-lg.active .title.inline-title::after {
    border: none;
    transform: translateY(-80%) rotate(180deg);
  }
  .collapsible-lg.active .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-lg.active .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title {
  color: #142745;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title.link {
  text-align: left;
  padding: 0.25rem 0;
}
.container div.collapsible-lg button.title.link:hover, .container div.collapsible-lg button.title.link:focus, .container div.collapsible-lg button.title.link:active {
  border: none;
  box-shadow: none;
}
.container div.collapsible-lg button.title.link + .content {
  margin-top: 0.625rem;
}
.container div.collapsible-lg button.title.order-history-title {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}
.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

@media (max-width: 1457.98px) {
  .collapsible-xl .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    letter-spacing: 0.00625rem;
    line-height: 2.13;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .collapsible-xl .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    border: none;
    height: 0.5625rem;
    transform: translateY(-4px) rotate(0);
    width: 0.875rem;
  }
  .collapsible-xl .title.inline-title {
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
    padding-left: 0;
    padding-right: 1rem;
    width: auto;
  }
}
@media (max-width: 1457.98px) and (min-width: 992px) {
  .collapsible-xl .title.inline-title {
    margin-left: 1.25rem;
  }
}
@media (max-width: 1457.98px) {
  .collapsible-xl .title.inline-title:hover, .collapsible-xl .title.inline-title:focus, .collapsible-xl .title.inline-title:active {
    border: none;
    box-shadow: none;
  }
  .collapsible-xl .title.inline-title::after {
    display: inline-block;
    height: 0.5625rem;
    position: relative;
    right: -0.375rem;
    top: 0.25rem;
    width: 0.5625rem;
  }
  .collapsible-xl .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-xl .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-xl .title.fullwidth {
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1457.98px) and (min-width: 768px) {
  .collapsible-xl .title.fullwidth {
    font-size: 1rem;
  }
}
@media (max-width: 1457.98px) {
  .collapsible-xl .title.fullwidth.left-align {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .collapsible-xl .title.fullwidth::after {
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
}
@media (max-width: 1457.98px) and (min-width: 768px) {
  .collapsible-xl .title.fullwidth::after {
    top: 2.5rem;
  }
}
@media (max-width: 1457.98px) {
  .collapsible-xl .title.fullwidth.short::after {
    right: 0.1875rem;
  }
  .collapsible-xl .content,
  .collapsible-xl .card-body {
    display: none;
  }
  .collapsible-xl.active .title::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-xl.active .title.inline-title::after {
    border: none;
    transform: translateY(-80%) rotate(180deg);
  }
  .collapsible-xl.active .title.title-collapsible::after {
    border: none;
    transform: translateY(-4px) rotate(180deg);
  }
  .collapsible-xl.active .title.collapsed::after {
    transform: translateY(-4px) rotate(0);
  }
  .collapsible-xl.active .content,
  .collapsible-xl.active .card-body {
    display: block;
  }
}
.container div.collapsible-xl button.title {
  color: #142745;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title.link {
  text-align: left;
  padding: 0.25rem 0;
}
.container div.collapsible-xl button.title.link:hover, .container div.collapsible-xl button.title.link:focus, .container div.collapsible-xl button.title.link:active {
  border: none;
  box-shadow: none;
}
.container div.collapsible-xl button.title.link + .content {
  margin-top: 0.625rem;
}
.container div.collapsible-xl button.title.order-history-title {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}
.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

.collapsible-xxl .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  letter-spacing: 0.00625rem;
  line-height: 2.13;
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.collapsible-xxl .title::after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  border: none;
  height: 0.5625rem;
  transform: translateY(-4px) rotate(0);
  width: 0.875rem;
}
.collapsible-xxl .title.inline-title {
  display: inline-block;
  font-weight: 500;
  margin-top: 0;
  padding-left: 0;
  padding-right: 1rem;
  width: auto;
}
@media (min-width: 992px) {
  .collapsible-xxl .title.inline-title {
    margin-left: 1.25rem;
  }
}
.collapsible-xxl .title.inline-title:hover, .collapsible-xxl .title.inline-title:focus, .collapsible-xxl .title.inline-title:active {
  border: none;
  box-shadow: none;
}
.collapsible-xxl .title.inline-title::after {
  display: inline-block;
  height: 0.5625rem;
  position: relative;
  right: -0.375rem;
  top: 0.25rem;
  width: 0.5625rem;
}
.collapsible-xxl .title.title-collapsible::after {
  border: none;
  transform: translateY(-4px) rotate(180deg);
}
.collapsible-xxl .title.collapsed::after {
  transform: translateY(-4px) rotate(0);
}
.collapsible-xxl .title.fullwidth {
  font-size: 0.875rem;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .collapsible-xxl .title.fullwidth {
    font-size: 1rem;
  }
}
.collapsible-xxl .title.fullwidth.left-align {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.collapsible-xxl .title.fullwidth::after {
  position: absolute;
  right: 0;
  top: 2.25rem;
}
@media (min-width: 768px) {
  .collapsible-xxl .title.fullwidth::after {
    top: 2.5rem;
  }
}
.collapsible-xxl .title.fullwidth.short::after {
  right: 0.1875rem;
}
.collapsible-xxl .content,
.collapsible-xxl .card-body {
  display: none;
}
.collapsible-xxl.active .title::after {
  border: none;
  transform: translateY(-4px) rotate(180deg);
}
.collapsible-xxl.active .title.inline-title::after {
  border: none;
  transform: translateY(-80%) rotate(180deg);
}
.collapsible-xxl.active .title.title-collapsible::after {
  border: none;
  transform: translateY(-4px) rotate(180deg);
}
.collapsible-xxl.active .title.collapsed::after {
  transform: translateY(-4px) rotate(0);
}
.collapsible-xxl.active .content,
.collapsible-xxl.active .card-body {
  display: block;
}

.container div.collapsible-xxl button.title {
  color: #142745;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xxl button.title.link {
  text-align: left;
  padding: 0.25rem 0;
}
.container div.collapsible-xxl button.title.link:hover, .container div.collapsible-xxl button.title.link:focus, .container div.collapsible-xxl button.title.link:active {
  border: none;
  box-shadow: none;
}
.container div.collapsible-xxl button.title.link + .content {
  margin-top: 0.625rem;
}
.container div.collapsible-xxl button.title.order-history-title {
  padding-top: 1.5625rem;
  padding-bottom: 1.125rem;
}
.container div.collapsible-xxl button.title:hover {
  text-decoration: none;
}

footer {
  background-color: #e9ecef;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
footer h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 2.5em;
}
@media (max-width: 991.98px) {
  footer .footer-item h2 {
    font-size: 1.25rem;
  }
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .social h2 {
  margin-top: 0;
}
footer .social::after {
  display: block;
  clear: both;
  content: "";
}
footer .footer-container .footer-item.collapsible-xs button {
  font-family: "Dosis", sans-serif;
  padding: 0;
}
footer .social-links {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3125rem;
}
@media (max-width: 543.98px) {
  footer .social-links {
    width: 80%;
  }
}
@media (min-width: 768px) {
  footer .social-links {
    margin-bottom: 1rem;
  }
}
footer .social-links li {
  line-height: 1;
  margin: 0 1.25rem;
}
@media (max-width: 543.98px) {
  footer .social-links li {
    width: 20%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .social-links li {
    margin: 0 0.9375rem;
  }
}
footer .social-links li:first-child {
  margin-left: 0;
}
footer .social-links li:last-child {
  margin-right: 0;
}
footer .social-links a {
  font-size: 1rem;
}
footer .social-links a:hover {
  text-decoration: none;
}
@media (max-width: 543.98px) {
  footer .store {
    border-bottom: 1px solid #444;
  }
  footer .store .content {
    display: none;
  }
  footer .store h2::after {
    display: block;
    clear: both;
    content: "";
  }
}
footer .postscript {
  font-size: 0.8125em;
}

#consent-tracking .button-wrapper button {
  margin: 0.5em;
}

.consent-tracking-alert {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0rem 0rem 0.25rem;
  margin: 0;
  padding-top: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.consent-tracking-alert .close {
  line-height: 1;
  padding: 0;
  right: 0.9375rem;
  top: 0.9375rem;
}
.consent-tracking-alert .close span {
  display: none;
}
.consent-tracking-alert .close::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 19 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-335 -691) translate(335 655) translate(0 38) rotate(-45 7.013 13.815)'%3E%3Crect width='2.349' height='22.703' x='10.77' y='.593' fill='currentColor' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='1.788' y='9.136' fill='%23FFF' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='.681' y='12.458' fill='%23FFF' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='.783' y='10.96' fill='currentColor' rx='1.174'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 0.875rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.875rem;
}
.consent-tracking-alert .tracking-consent {
  color: #142745;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .consent-tracking-alert .tracking-consent {
    line-height: 1.3;
  }
}
.consent-tracking-alert .tracking-consent p {
  margin-bottom: 0;
}
.consent-tracking-alert .tracking-consent a {
  text-decoration: underline;
}

#perks-optout .button-wrapper {
  width: 100%;
}
#perks-optout .button-wrapper .optoutbtn {
  float: left;
}
#perks-optout .button-wrapper .declineoptout {
  float: right;
}

.email-signup-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  top: 50%;
  z-index: 1031;
}

.email-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.email-signup-alert.show {
  display: block;
}

.bannerSlider {
  padding-left: 0;
  text-align: center;
}

.slide {
  text-align: center;
}

.bannerSlider {
  height: 20px;
  margin: 0;
}

.bannerSlider .slick-slide {
  position: relative;
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

@media (min-width: 544px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #f5f5f5;
  }
}

@media (min-width: 544px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #f5f5f5;
  }
}

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 15px;
  background-color: #375481;
  display: inline-block;
  margin: 0.9375em 0;
}
h1.page-title::before {
  content: "";
  background-color: #375481;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1457.98px) {
  h1.page-title::before {
    width: calc((100vw - 1458px) / 2);
    left: calc((100vw - 1458px) / 2 * -1);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.page-title::before {
    width: calc((100vw - ) / 2);
    left: calc((100vw - ) / 2 * -1);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1.page-title::before {
    width: calc((100vw - ) / 2);
    left: calc((100vw - ) / 2 * -1);
  }
}
@media (min-width: 1200px) and (max-width: 1457.98px) {
  h1.page-title {
    left: calc((100% - 1458px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.page-title {
    left: calc((100% - ) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1.page-title {
    left: calc((100% - ) / 2);
  }
}
@media (max-width: 767.98px) {
  h1.page-title {
    left: 0;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #142745;
  font-family: "Sans Text", sans-serif;
  font-weight: 700;
}

/* ============================================================================
Loyalty Form
============================================================================ */
.c-loyalty-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
.c-loyalty-form__response-message {
  font-size: 0.75rem;
  margin-top: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.c-loyalty-form__text-input {
  background: none;
  border: none;
  border-bottom: #375481 1px solid;
  color: #375481;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3.125rem;
  padding-top: 1.25rem;
  text-transform: uppercase;
}
.c-loyalty-form__radio-group {
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.8125rem;
  width: auto;
}
.c-loyalty-form__radio-label {
  text-align: left;
  width: 100%;
  z-index: 1;
}
.c-loyalty-form__radio-input {
  z-index: 100;
}
.c-loyalty-form__form-row {
  color: #142745;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1.125rem;
  position: relative;
}
.c-loyalty-form__form-row:last-child {
  margin-bottom: 0;
}

.notify {
  position: fixed;
  top: 0;
}

.price {
  color: #222;
}
.price .strike-through {
  color: #858585;
  margin-right: 0.3125rem;
  text-decoration: line-through;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #222;
}
.price .tiered table {
  border-top: 1px solid #666;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #ccc;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #666;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.form-nav .nav-link {
  color: #333;
}

.form-nav .nav-link.active,
.form-nav .nav-link.active:focus,
.form-nav .nav-link.active:hover {
  background-color: #fff;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 992px) {
  .nav-item &gt; .nav-link {
    color: #333;
  }
}
.veil, .balanceDisplay {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay, .balanceDisplay .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

#atcModal .underlay {
  opacity: 0.5;
  background-color: #fff;
}
#atcModal .dot1,
#atcModal .dot2 {
  background-color: #666;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .price ~ p:empty {
  display: none;
}

.line-item-quantity {
  width: 6.25rem;
}
.line-item-quantity .line-item-pricing-info {
  display: none;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #666;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #117850;
  font-size: 0.813em;
}

.line-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.minicart {
  position: relative;
}
.minicart .popover {
  border-radius: 0 0 0.1875rem 0.1875rem;
  border-top: 3px solid #004968;
  display: none;
  height: 17.625rem;
  left: auto;
  right: 1.5625rem;
  top: 100%;
  width: 20.125rem;
  max-width: initial;
}
.minicart .popover::before {
  left: auto;
  right: 0.9375rem;
}
.minicart .popover::after {
  left: auto;
  right: 1rem;
}
.minicart .popover.show {
  display: block;
}
.minicart .popover.has-items {
  width: 23.4375rem;
  height: auto;
}
.minicart .popover .pli-limit-alert {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  white-space: nowrap;
}
.minicart .checkout-btn {
  color: #fff;
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  height: 3.125rem;
}

@media (min-width: 544px) and (max-width: 767.98px) {
  .hide-link-med {
    display: none;
  }
}

.hide-no-link {
  display: none;
}
@media (min-width: 992px) {
  .hide-no-link {
    display: block;
  }
}

.c-productLineItem__remove__btn {
  color: #142745;
  background-color: #fff;
  border: none;
  font-size: 1.375rem;
  margin-top: -0.4375rem;
  padding: 0;
}
.c-productLineItem__remove__btn:hover {
  background: none;
}
.c-productLineItem__item-image--summary {
  -ms-flex: 8.125rem;
      flex: 8.125rem;
  max-width: 8.125rem;
  width: 8.125rem;
}
.c-productLineItem__item-image__image {
  width: 4.375rem;
}
@media (min-width: 768px) {
  .c-productLineItem__item-image--confirmation {
    width: 100%;
    max-width: 16.3%;
  }
}
@media (min-width: 992px) {
  .c-productLineItem__item-image--confirmation {
    max-width: 19%;
  }
}
.c-productLineItem__item-details--summary {
  -ms-flex: calc(100% - 8.125rem);
      flex: calc(100% - 8.125rem);
  max-width: calc(100% - 8.125rem);
  width: calc(100% - 8.125rem);
}
@media (min-width: 768px) {
  .c-productLineItem__item-details {
    width: 100%;
    max-width: 19%;
  }
}
@media (min-width: 992px) {
  .c-productLineItem__item-details {
    max-width: 29%;
  }
}
.c-productLineItem__itemname {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  line-height: 1.57;
}
.c-productLineItem__itemname--confirmation {
  display: block;
  width: 33%;
}
.c-productLineItem__options, .c-productLineItem__attributes {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.c-productLineItem__options__instock, .c-productLineItem__attributes__instock {
  color: #2458A9;
  padding-top: 0.3125rem;
}
.c-productLineItem__prices {
  margin-bottom: 0.6875rem;
  display: inline-block;
}
.c-productLineItem__dash {
  color: #2458A9;
}
.c-productLineItem__sales {
  -ms-flex-order: 1;
      order: 1;
}
.c-productLineItem__sales__value {
  color: #2458A9;
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-productLineItem__sales__value {
    font-size: 1rem;
  }
}
.c-productLineItem__strike-through {
  -ms-flex-order: 2;
      order: 2;
}
.c-productLineItem__strike-through__value {
  color: #375481;
  font-family: "Grotesque", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-productLineItem__strike-through__value {
    font-size: 1rem;
  }
}
.c-productLineItem__summary:not(:last-child) {
  border-bottom: 0.0625rem solid #f3f4f5;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}
.c-productLineItem__summary__header {
  font-size: 0.875rem;
}
.c-productLineItem__summary__image {
  width: 100%;
}
.c-productLineItem__summary__total {
  color: #2458A9;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-productLineItem__summary__total {
    font-size: 1.125rem;
  }
}
.c-productLineItem__confirmation__card--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.c-productLineItem__confirmation__card--content .c-productLineItem__item-image--confirmation {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 543.98px) {
  .c-productLineItem__confirmation__card--content .c-productLineItem__item-details--summary {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 544px) {
  .c-productLineItem__confirmation__card--content .c-productLineItem__item-details {
    -ms-flex: 0 0 36%;
        flex: 0 0 36%;
    max-width: 36%;
  }
}
@media (min-width: 544px) {
  .c-productLineItem__confirmation__card--content .c-cart-page__card__price-quantity--confirmation {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 543.98px) {
  .c-productLineItem__confirmation__card--content .c-cart-page__bundle-list {
    -ms-flex: 0 0 calc(100% + 7.4375rem);
        flex: 0 0 calc(100% + 7.4375rem);
    max-width: calc(100% + 7.4375rem);
  }
}
.c-productLineItem__confirmation__card--content .c-cart-page__bundle-list .content {
  margin-top: 1.25rem;
}
.c-productLineItem__confirmation__card--content-left-side {
  max-width: 7.5625rem;
  -ms-flex: 0 0 7.5625rem;
      flex: 0 0 7.5625rem;
}
@media (min-width: 544px) {
  .c-productLineItem__confirmation__card--content-left-side {
    max-width: 19%;
    -ms-flex: 0 0 19%;
        flex: 0 0 19%;
  }
}
.c-productLineItem__confirmation__card--content-right-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 0 calc(100% - 7.5625rem);
      flex: 0 0 calc(100% - 7.5625rem);
  max-width: calc(100% - 7.5625rem);
}
@media (min-width: 544px) {
  .c-productLineItem__confirmation__card--content-right-side {
    -ms-flex: 0 0 81%;
        flex: 0 0 81%;
    max-width: 81%;
  }
}

.c-minicart__header {
  display: block;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.04375rem;
  margin-bottom: 0;
  padding: 0 0.9375rem;
  padding-top: 1.5625rem;
  text-transform: uppercase;
}
.c-minicart__error {
  color: #CD3C5E;
  padding: 0 0.9375rem;
  padding-bottom: 0.9375rem;
}
.c-minicart__error__alert--warning {
  background-color: #FEEFB3;
  border-color: #F4D685;
  color: #BC790E;
}
.c-minicart__error__alert--warning a {
  color: #BC790E;
  text-decoration: underline;
}
.c-minicart__error__alert--warning .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23BC790E'%3E %3Cg%3E %3Cpath d='M19.595.404c.54.54.54 1.414 0 1.953L2.673 19.28c-.54.538-1.415.538-1.953 0-.539-.54-.539-1.414 0-1.953L17.643.404c.539-.539 1.414-.539 1.952 0zm-6.398 10.841l6.083 6.083c.54.54.54 1.413 0 1.953-.539.538-1.414.538-1.952 0l-6.083-6.083 1.952-1.953zM.404.405c.538-.54 1.413-.54 1.953 0l6.127 6.127-1.953 1.953L.404 2.357c-.539-.54-.539-1.414 0-1.953z' transform='translate(-1355 -45) translate(1355 45)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  border: 0;
  opacity: 1;
  padding: 0.5625rem;
  right: 0.3125rem;
  top: 0.375rem;
}
.c-minicart__error__alert--warning .close span {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.c-minicart__error ~ .c-minicart__product-summary {
  max-height: 14.6875rem;
}
.c-minicart__product-summary {
  max-height: 21.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  padding: 0 0.9375rem;
}
.c-minicart__product-summary__invisible {
  height: 0;
  overflow: hidden;
}
.c-minicart__card {
  border: 0;
  border-radius: 0;
}
.c-minicart__card .c-minicart__card__removed__messaging {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1.25rem;
}
.c-minicart__card-body {
  padding-bottom: 1.25rem;
}
.c-minicart__card-body .c-minicart__card-body__bundled-item {
  padding-left: 0;
  width: 100%;
}
.c-minicart__card-body .c-minicart__card-body__bundled-item .c-minicart__card-body__bundled-item__data {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.c-minicart__card-body .c-minicart__card-body__bundled-item .c-minicart__card-body__bundled-item__image-wrapper {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.c-minicart__card-body .c-minicart__card-body__bundled-item .c-minicart__card-body__bundled-item__data__line-item-name {
  white-space: nowrap;
}
.c-minicart__card-body .c-minicart__card-body__bundled-item__image-wrapper__image {
  height: initial;
  width: 4.375rem;
}
.c-minicart__sub-total-label {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-weight: 300;
}
.c-minicart__sub-total {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.c-minicart__promo-slot {
  color: #004968;
  font-size: 0.875rem;
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  padding-bottom: 0.9375rem;
}
.c-minicart__footer {
  background-color: #f5f5f5;
  border-top: 0.0625rem solid #666;
  padding: 0.9375rem;
}
.c-minicart .c-minicart__bundle-items-label, .c-minicart .c-minicart__bundled-item {
  display: none;
}

.info-icon {
  --tooltip-arrow-offset: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: #00a1e0;
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.1875rem;
  background-color: #444;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  transform: translate(-50%, -9px);
  left: 50%;
  margin-left: 4px;
  animation: fade-in 0.5s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 18px;
  left: 0;
  bottom: -18px;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 9px;
  border-right: solid transparent 9px;
  border-top: solid #444 9px;
  bottom: -9px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.cardless-icon {
  bottom: -1.875rem;
  left: -1.25rem;
}
.cardless-icon .tooltip {
  font-size: 0.75rem;
}
.cardless-icon .tooltip a {
  color: white;
  text-decoration: underline;
}
.cardless-icon svg {
  filter: invert(2%) sepia(93%) saturate(1412%) hue-rotate(-28deg) brightness(119%) contrast(119%);
}

.cardless-helper-tooltip .tooltip,
.bt-helper-tooltip .tooltip {
  font-size: 0.6875rem;
  min-width: 11.875rem;
}

@media (max-width: 991.98px) {
  .desktop-cardless-messaging {
    display: none;
  }
  .mobile-cardless-messaging {
    display: block;
  }
  .cardless-helper-tooltip {
    display: none;
  }
}
@media (min-width: 768px) {
  .desktop-cardless-messaging {
    display: block;
  }
  .mobile-cardless-messaging {
    display: none;
  }
  .cardless-helper-tooltip {
    display: inline-block;
  }
}
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-square-beige {
  background: #f5f5dc;
}
.swatch-square-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-square-black {
  background: #000;
}
.swatch-square-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-square-blue {
  background: #0070d2;
}
.swatch-square-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-square-brown {
  background: #a52a2a;
}
.swatch-square-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #117850;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-square-green {
  background: #117850;
}
.swatch-square-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #117850;
  border-radius: 0.69em;
  background-color: #117850;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-square-grey {
  background: #8f979d;
}
.swatch-square-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-square-navy {
  background: #000080;
}
.swatch-square-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-square-orange {
  background: #ffa500;
}
.swatch-square-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-square-pink {
  background: #fe249a;
}
.swatch-square-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-square-purple {
  background: #800080;
}
.swatch-square-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-square-red {
  background: #f00;
}
.swatch-square-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-square-white {
  background: #fff;
}
.swatch-square-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-square-yellow {
  background: #ff0;
}
.swatch-square-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}

.swatch a {
  text-decoration: none;
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  top: 50%;
  z-index: 1051;
}
@media (max-width: 991.98px) {
  .add-to-cart-messages {
    margin-top: 5rem;
  }
}

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 0.625rem;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #666;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.c-product-tile {
  border: 0;
  margin-bottom: 3.125rem;
  min-height: 13.4375rem;
}
@media (min-width: 768px) {
  .c-product-tile {
    min-height: 19.6875rem;
  }
}
@media (min-width: 992px) {
  .c-product-tile {
    min-height: 23.4375rem;
  }
}
.c-product-tile__image-container {
  margin-bottom: 1rem;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-product-tile__image-container {
    margin-bottom: 1.25rem;
  }
  .c-product-tile__image-container:hover .c-product-tile__image-container__quickview {
    opacity: 1;
    visibility: visible;
  }
  .c-product-tile__image-container:hover .c-product-tile-brand {
    transform: translateY(-33px);
  }
}
.c-product-tile__image-container__tile-link {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.c-product-tile__image-container__favorites-tile {
  color: #142745;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  padding: 0;
}
.c-product-tile__image-container__favorites-tile span .fa-heart {
  color: #CD3C5E;
}
.c-product-tile__image-container__tile-image {
  border-radius: 0.375rem 0.375rem 0 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@supports (object-fit: contain) {
  .c-product-tile__image-container__tile-image {
    object-fit: contain;
    object-position: center;
  }
}
.c-product-tile__image-container__quickview {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  color: #2559A8;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  margin: 0 0.1875rem 0.1875rem 0.1875rem;
  padding: 0.625rem 0.3125rem 0.3125rem 0.3125rem;
  text-align: center;
  text-transform: uppercase;
}
.c-product-tile__image-container__quickview:hover {
  background-color: #fff;
  box-shadow: none;
  color: #2458A9;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-product-tile__image-container__quickview {
    background-color: rgba(204, 204, 204, 0.7);
    bottom: 0;
    color: #375481;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.1s ease-in-out;
    visibility: hidden;
  }
  .c-product-tile__image-container__quickview:hover {
    background-color: rgba(204, 204, 204, 0.7);
    color: #375481;
    text-decoration: none;
  }
}
.c-product-tile__image-container__badging {
  background-color: #004968;
  border-radius: 0;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 0.875rem;
  padding: 0.3125rem 0.3125rem 0rem 0.3125rem;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  text-wrap: nowrap;
}
@media (min-width: 1200px) {
  .c-product-tile__image-container__badging {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
.c-product-tile__image-container__badging.second-badging {
  margin-top: 1.5625rem;
}
@media (min-width: 1200px) {
  .c-product-tile__image-container__badging.second-badging {
    margin-top: 1.875rem;
  }
}
.c-product-tile__image-container__image {
  width: 100%;
}
.c-product-tile__image-container .c-product-tile-brand {
  height: auto;
  position: absolute;
  left: auto;
  right: 0.1875rem;
  bottom: 2.25rem;
  top: auto;
  transition: transform 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .c-product-tile__image-container .c-product-tile-brand {
    bottom: 0.625rem;
    right: 0.9375rem;
  }
}
.c-product-tile__body {
  text-align: left;
}
.c-product-tile__body__ratings {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 1.0625rem;
  width: 100%;
  font-size: 11px;
}
@media screen and (min-width: 425px) {
  .c-product-tile__body__ratings {
    font-size: 12px;
  }
}
@media screen and (min-width: 500px) {
  .c-product-tile__body__ratings {
    font-size: 13px;
  }
}
@media (min-width: 544px) {
  .c-product-tile__body__ratings {
    font-size: 11px;
  }
}
@media screen and (min-width: 630px) {
  .c-product-tile__body__ratings {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .c-product-tile__body__ratings {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .c-product-tile__body__ratings {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .c-product-tile__body__ratings {
    font-size: 14px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.c-product-tile__body__ratings .fa {
  color: #FFB19A;
  font-size: 1.3em;
}
.c-product-tile__body__ratings__review-count {
  color: #2458A9;
}
@media (min-width: 1200px) {
  .c-product-tile__body__ratings__review-count {
    margin-left: 10px;
  }
}
.c-product-tile__body__ratings__count {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
}
.c-product-tile__body__ratings__brand {
  height: 2.3125rem;
  padding: 0;
  position: absolute;
  pointer-events: none;
  top: inherit;
}
@media (min-width: 768px) {
  .c-product-tile__body__ratings__brand {
    left: 60%;
    bottom: 240px;
  }
}
@media (max-width: 991.98px) {
  .c-product-tile__body__ratings__brand {
    left: -5%;
    bottom: 230px;
  }
}
.c-product-tile__body__ratings__brand-image {
  height: auto;
  max-height: 2.3125rem;
  max-width: 5.25rem;
  width: 100%;
}
.c-product-tile__body .c-product-tile-brand {
  position: absolute;
  display: none;
}
.c-product-tile__body__pdp-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-tile__body__pdp-link {
    margin-bottom: 0.8125rem;
  }
}
.c-product-tile__body__pdp-link__link {
  color: #142745;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .c-product-tile__body__pdp-link__link {
    font-size: 1rem;
    line-height: 1.55;
  }
}
.c-product-tile__body__pdp-link__link.link {
  color: #142745;
}
.c-product-tile__body__price {
  display: -ms-flexbox;
  display: flex;
}
.c-product-tile__body__stepper {
  padding-left: 0;
  padding-right: 0.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-tile__body__stepper {
    padding-right: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .c-product-tile__body__addtocart {
    padding-left: 0.59375rem;
  }
}
.c-product-tile__body__stepper-box {
  margin-bottom: 0.625rem;
}
.c-product-tile__body__stepper-box .pli-limit-alert {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  padding-left: 0;
  padding-right: 0;
}
.c-product-tile__body__promotions {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.c-product-tile__body__promotions__text {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
}
@media (min-width: 768px) {
  .c-product-tile__body__promotions__text {
    font-size: 0.875rem;
  }
}
.c-product-tile__body__promotions ~ .c-product-tile__body__product-variants {
  margin-top: -0.4375rem;
}
.c-product-tile__body__color-swatches {
  display: none;
}
.c-product-tile__body__promos {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.c-product-tile__body__product-variants, .c-product-tile__body__compare-msg {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.c-product-tile__body__product-variants__link, .c-product-tile__body__compare-msg__link {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-product-tile__body__product-variants__link, .c-product-tile__body__compare-msg__link {
    font-size: 0.875rem;
  }
}
.c-product-tile__body__product-variants__link:hover, .c-product-tile__body__compare-msg__link:hover {
  text-decoration: none;
}
.c-product-tile__body__product-variants .c-product-tile__body__product-variants__link, .c-product-tile__body__compare-msg .c-product-tile__body__product-variants__link {
  color: #142745;
}
.c-product-tile--page-designer {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-product-tile--page-designer {
    margin-bottom: 0.5625rem;
  }
}
.c-product-tile .c-product-review__inner.hide-reviews {
  display: none;
}
.c-product-tile.isOutOfStock .c-product-tile__image-container::after {
  background: rgba(204, 204, 204, 0.7);
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-product-tile.isOutOfStock .c-product-tile__image-container__badging {
  z-index: 2;
}
.c-product-tile.isOutOfStock .c-product-tile__image-container__quickview {
  display: none;
}
@media (max-width: 991.98px) {
  .c-product-tile.isOutOfStock .c-product-tile__image-container__tile-link {
    padding-bottom: calc(100% + 2.0625rem);
  }
}
.c-product-tile.isOutOfStock .c-product-tile__body__stepper {
  display: none;
}
.c-product-tile.isOutOfStock .c-product-tile__body__addtocart {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.c-product-tile.isOutOfStock .product-quantity-item {
  border-color: #ccc;
}
.c-product-tile.isOutOfStock .product-quantity-input,
.c-product-tile.isOutOfStock .product-quantity-down,
.c-product-tile.isOutOfStock .product-quantity-up {
  color: #ccc;
  pointer-events: none;
}
.c-product-tile.isOutOfStock .add-to-cart-global {
  pointer-events: none;
}

.product-tile-container.lazyload, .product-tile-container.lazyloading {
  aspect-ratio: 1/2;
}
.product-tile-container.lazyload:after, .product-tile-container.lazyloading:after {
  content: "...";
  background: #f5f5f5;
  border-radius: 0.375rem;
  display: block;
  height: calc(100% - 20px);
  color: gray;
  text-align: center;
  line-height: 11.5;
  font-size: 50px;
}
.product-tile-container.lazyload .product, .product-tile-container.lazyloading .product {
  opacity: 0;
}
.product-tile-container.lazyloaded .product {
  opacity: 1;
  transition: 0.3s;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-square-beige {
  background: #f5f5dc;
}
.swatch-square-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-square-black {
  background: #000;
}
.swatch-square-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-square-blue {
  background: #0070d2;
}
.swatch-square-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-square-brown {
  background: #a52a2a;
}
.swatch-square-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #117850;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-square-green {
  background: #117850;
}
.swatch-square-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #117850;
  border-radius: 0.69em;
  background-color: #117850;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-square-grey {
  background: #8f979d;
}
.swatch-square-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-square-navy {
  background: #000080;
}
.swatch-square-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-square-orange {
  background: #ffa500;
}
.swatch-square-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-square-pink {
  background: #fe249a;
}
.swatch-square-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-square-purple {
  background: #800080;
}
.swatch-square-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-square-red {
  background: #f00;
}
.swatch-square-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-square-white {
  background: #fff;
}
.swatch-square-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-square-yellow {
  background: #ff0;
}
.swatch-square-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.site-search {
  position: relative;
  height: auto;
}
@media (min-width: 544px) {
  .site-search {
    margin-right: 0.5em;
  }
}
@media (min-width: 1200px) {
  .site-search {
    width: 20em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-search {
    width: 14.0625em;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .site-search {
    width: 12.5em;
  }
}
.site-search .fa-close,
.site-search .fa-search,
.site-search button.cio-submit-btn {
  border: none;
  padding: 0;
  position: absolute;
  left: auto;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
@media (min-width: 992px) {
  .site-search .fa-close,
  .site-search .fa-search,
  .site-search button.cio-submit-btn {
    right: 0.9375rem;
  }
}
.site-search .cio-submit-btn .cio-icon svg,
.site-search .cio-clear-btn .cio-icon svg {
  fill: #375481;
}
.site-search .reset-button {
  position: absolute;
  border: none;
  top: 0.8125rem;
  right: 3.125rem;
  padding: 0;
  background-color: transparent;
  color: initial;
}
@media (max-width: 991.98px) {
  .site-search .reset-button {
    z-index: 11;
    right: 1.125rem;
    top: 80px;
  }
}
@media (max-width: 991.98px) {
  .site-search .cio-clear-btn {
    right: 3.125rem !important;
  }
}
.site-search input,
.site-search input.cio-input {
  border: 1px solid #375481;
  border-radius: 5px;
  font-size: 0.75rem;
  line-height: 1.67;
  padding: 0.75rem 3.75rem 0.4375rem 0.9375rem;
  height: 100%;
}
@media (min-width: 768px) {
  .site-search input,
  .site-search input.cio-input {
    font-size: 0.875rem;
    line-height: 1.57;
    padding-bottom: 0.5625rem;
    padding-top: 1.1875rem;
  }
}
.site-search input:-ms-input-placeholder,
.site-search input.cio-input:-ms-input-placeholder {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.57;
}
.site-search input::-ms-input-placeholder,
.site-search input.cio-input::-ms-input-placeholder {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.57;
}
.site-search input:-ms-input-placeholder,
.site-search input.cio-input:-ms-input-placeholder {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.57;
}
.site-search input::placeholder,
.site-search input.cio-input::placeholder {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.57;
}
.site-search input.cio-input {
  background-color: #fff;
  color: #375481;
  height: auto;
}
@media (min-width: 768px) {
  .site-search input.cio-input {
    padding-bottom: 0.8125rem;
    padding-top: 0.9375rem;
  }
}

.suggestions-wrapper {
  position: relative;
}
.suggestions-wrapper .item {
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .suggestions-wrapper .item {
    padding-bottom: 0.9375rem;
  }
}

@media (max-width: 543.98px) {
  .header-search .site-search {
    display: none;
  }
}
.more-below {
  -moz-border-radius: 1.25em;
  background: #666;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.c-popular-category {
  padding: 1rem 0;
}
.c-popular-category__header {
  color: #142745;
  font-family: "Serif-Text", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-popular-category__header {
    font-size: 1.375rem;
  }
}
.c-popular-category__header--cart-page {
  font-size: 1.375rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .c-popular-category__header--cart-page {
    font-size: 2rem;
    margin-top: 3.75rem;
  }
}
.c-popular-category__description {
  padding: 0 0.3125rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 20.3125rem;
}
.c-popular-category__eyebrow {
  color: #2458A9;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.57;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}
.c-popular-category__primaryText, .c-popular-category__secondaryText {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04375rem;
  line-height: 1.57;
}
.c-popular-category__catName {
  color: #142745;
  font-family: "Serif-Text", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.57;
  margin-bottom: 0;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-popular-category__catName {
    font-size: 1.375rem;
    font-weight: 500;
  }
}
.c-popular-category__catName--catTile {
  color: #375481;
  font-family: "Grotesque", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-popular-category__catName--catTile {
    font-size: 0.875rem;
  }
}
.c-popular-category__image-cropper {
  height: auto;
  margin: auto;
  margin-bottom: 1.5625rem;
  max-width: 10.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-popular-category__image {
  border-radius: 50%;
  max-width: 10.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@supports (object-fit: cover) {
  .c-popular-category__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.c-popular-category__image-wrapper {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.c-popular-category__background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

[data-ltk-merchandiseblock]:not(.slick-initialized) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
@media (min-width: 768px) {
  [data-ltk-merchandiseblock]:not(.slick-initialized) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
[data-ltk-merchandiseblock]:not(.slick-initialized) &gt; div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0.3125rem;
  width: 50%;
}
@media (min-width: 768px) {
  [data-ltk-merchandiseblock]:not(.slick-initialized) &gt; div {
    padding: 0.625rem;
    width: 33.333333%;
  }
}
[data-ltk-merchandiseblock]:not(.slick-initialized) .listrak-image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
[data-ltk-merchandiseblock]:not(.slick-initialized) img {
  height: 100%;
  margin: auto;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@supports (object-fit: contain) {
  [data-ltk-merchandiseblock]:not(.slick-initialized) img {
    object-fit: contain;
    object-position: center;
  }
}
[data-ltk-merchandiseblock]:not(.slick-initialized) strong {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 1.25rem;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  [data-ltk-merchandiseblock]:not(.slick-initialized) strong {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-product-set__product-number {
  font-size: 0.75rem;
  margin-bottom: 1.4375rem;
}
.c-product-set__contains-header {
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
.c-product-set__set-item .c-product-set__set-item__button {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 100%;
}
.c-product-set__set-item__image {
  -ms-flex: 0 0 28.1%;
      flex: 0 0 28.1%;
  margin-bottom: 1.25rem;
  max-width: 28.1%;
}
@media (min-width: 768px) {
  .c-product-set__set-item__image {
    display: none;
    margin-bottom: 1.875rem;
    float: left;
    padding-left: 0;
  }
}
.c-product-set__set-item__description {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-product-set__set-item__description {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
    float: right;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .c-product-set__set-item__description__block {
    display: -ms-flexbox;
    display: flex;
  }
}
.c-product-set__set-item__description__qty-add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .c-product-set__set-item__description__qty-add {
    margin-top: 1.25rem;
  }
}
@media (max-width: 543.98px) {
  .c-product-set__set-item__description__qty-add.is-parent {
    background-color: #f5f5f5;
    height: 5rem;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media (min-width: 544px) {
  .c-product-set__set-item__description__qty-add.is-parent {
    margin-bottom: 2.75rem;
  }
}
.is-consent-tracking-alert .c-product-set__set-item__description__qty-add.is-parent {
  bottom: calc(var(--consentTrackingAlertHeight) - 0.125rem);
}
.c-product-set__set-item__description__quantity {
  -ms-flex: 0 0 6.6875rem;
      flex: 0 0 6.6875rem;
  margin-right: 0.875rem;
  max-width: 6.6875rem;
}
.c-product-set__set-item__description__addtocart .add-to-cart-global {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media (max-width: 767.98px) {
  .c-product-set__set-item__item-description {
    -ms-flex: 0 0 71.9%;
        flex: 0 0 71.9%;
    max-width: 71.9%;
    padding-left: 1.25rem;
  }
}
.c-product-set__set-item__ratings {
  margin-bottom: 0.9375rem;
}
.c-product-set__set-item__title {
  font-size: 1rem;
  line-height: 1.5;
}
.c-product-set__set-item__title__product-name {
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.c-product-set__set-item .c-product-set__set-item__attributes,
.c-product-set__set-item .c-product-set__set-item__attribute {
  margin-top: 0;
}
.c-product-set__set-item__label {
  font-weight: 300;
}
.c-product-set__set-item__product-number {
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.c-product-set__set-item .bundle-row {
  width: 100%;
  display: inline-block;
  float: left;
  margin: auto;
}
.c-product-set__footer {
  border-top: 0.0625rem solid #ccc;
}
.c-product-set__footer__price {
  color: #142745;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.c-product-set__footer__items {
  color: #142745;
  font-size: 0.875rem;
}
.c-product-set__footer__items__item {
  color: #142745;
  font-weight: 500;
}
.c-product-set__footer__items__item--starting {
  color: #2458A9;
}
.c-product-set__footer__items-price {
  color: #142745;
  margin-bottom: 0.6875rem;
}
.c-product-set__footer__top {
  margin-top: 1rem;
  margin-bottom: 1.875rem;
}
.c-product-set__header {
  border-bottom: 0.0625rem solid #ccc;
  padding-bottom: 0.25rem;
  margin-bottom: 1.75rem;
}
.c-product-set__header--title {
  margin-bottom: 0;
}
.c-product-set__header__items {
  color: #142745;
  font-size: 0.875rem;
}
.c-product-set__header__items__item {
  color: #142745;
  font-weight: 500;
}
.c-product-set__header__items__item--starting {
  color: #142745;
}
.c-product-set__header__items-price {
  color: #142745;
  margin-bottom: 0.6875rem;
}
.c-product-set .c-product-detail__short__description p {
  margin-bottom: 0;
}
.c-product-set .c-product-detail__freeShipping {
  font-weight: 500;
}
.c-product-set .c-product-detail__cross-message {
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .c-product-set__content .c-quick-view__footer {
    position: absolute;
    left: 0;
    top: 5.4375rem;
  }
}
@media (min-width: 768px) {
  .c-product-set__content .c-quick-view__body {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .c-product-set__content .c-quick-view__body__product-name__title {
    margin-top: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .c-product-set__content .c-quick-view__body__product-name__title--set {
    margin-top: 0;
  }
}

@media (max-width: 543.98px) {
  .c-site-footer {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 543.98px) {
  .c-site-footer__back-to-top {
    bottom: 9.375rem;
    right: 0.875rem;
  }
}
.is-consent-tracking-alert .c-site-footer__back-to-top {
  bottom: calc(9.375rem + var(--consentTrackingAlertHeight));
}

.c-covid-quiz {
  padding: 1.25rem;
}
.c-covid-quiz__label--select-multiple {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 2.5rem;
  padding-top: 0.9375rem;
  text-align: left;
  width: 100%;
  white-space: normal;
}
@media (min-width: 768px) {
  .c-covid-quiz__label--select-multiple {
    font-size: 0.875rem;
  }
}
.c-covid-quiz__label--select-multiple.form-control-label {
  position: static;
}
.c-covid-quiz__form-group.show .c-covid-quiz__label--select-multiple {
  border-color: #375481;
}
.c-covid-quiz__form-group.is-active .c-covid-quiz__label--select-multiple {
  font-size: 0.75rem;
}
.c-covid-quiz__select.is-invalid {
  background: transparent;
}
.c-covid-quiz__multiple-select {
  width: 100%;
}
.c-covid-quiz__multiple-select-value {
  background: transparent;
  border: 0;
  color: #375481;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  height: auto;
  min-height: 1em;
  width: 100%;
}
.c-covid-quiz__multiple-select-value[disabled] {
  background: transparent;
}
.c-covid-quiz__multiple-select-label {
  display: block;
  width: 100%;
}
.c-covid-quiz__multiple-select-option:hover {
  background: none;
}

/* ============================================================================
Article Component
============================================================================ */
.c-article__card {
  border-radius: 0.5rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.c-article__card__header {
  width: 100%;
}
.c-article__card__media {
  padding-top: 50%;
  position: relative;
}
.c-article__card__image {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-article__card__body {
  padding: 1.875rem 1.875rem 0;
}
.c-article__card__title {
  margin-bottom: 0.875rem;
}
.c-article__card__title__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.8125rem;
  max-width: 95%;
}
.c-article__card__description {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  margin-bottom: 0.875rem;
  max-width: 95%;
}
.c-article__card__link {
  border-radius: 0;
  color: #375481;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.375rem;
  padding: 0;
  text-decoration: underline;
}
.c-article__card__footer {
  margin-top: auto;
  padding: 0 1.875rem 2.75rem;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-square-beige {
  background: #f5f5dc;
}
.swatch-square-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-square-black {
  background: #000;
}
.swatch-square-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-square-blue {
  background: #0070d2;
}
.swatch-square-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-square-brown {
  background: #a52a2a;
}
.swatch-square-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #117850;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-square-green {
  background: #117850;
}
.swatch-square-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #117850;
  border-radius: 0.69em;
  background-color: #117850;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-square-grey {
  background: #8f979d;
}
.swatch-square-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-square-navy {
  background: #000080;
}
.swatch-square-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-square-orange {
  background: #ffa500;
}
.swatch-square-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-square-pink {
  background: #fe249a;
}
.swatch-square-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-square-purple {
  background: #800080;
}
.swatch-square-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-square-red {
  background: #f00;
}
.swatch-square-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-square-white {
  background: #fff;
}
.swatch-square-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-square-yellow {
  background: #ff0;
}
.swatch-square-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.c-twofactor__form {
  display: block;
}
.c-twofactor__form__group {
  margin: 10px 0 0;
}
.c-twofactor__form__digits {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  padding: 0;
}
.c-twofactor__form__digits:after {
  clear: both;
}
.c-twofactor__form__digits &gt; label {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.c-twofactor__form__digits &gt; input[type=number] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.c-twofactor__form__digits &gt; input {
  display: inline-block;
  float: left;
  width: 15%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 2em;
  color: #181819;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 0 0;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  margin-top: 10px;
  margin-right: 2%;
  padding: 0;
}
.c-twofactor__form__digits &gt; input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #1486f0;
  animation: border-pulsate 1.5s infinite;
  -webkit-tap-highlight-color: transparent;
}
.c-twofactor__form__digits &gt; input:last-child {
  margin-right: 0;
}
.c-twofactor__form__digits &gt; input[disabled] {
  background: #eee;
  opacity: 1;
}
.form__group--error .c-twofactor__form__digits &gt; input {
  background-color: #eb3b3b;
}
.form__group--error .c-twofactor__form__digits &gt; input[disabled] {
  background-color: #eb3b3b;
  color: #fff;
  opacity: 1;
}
.form__group--success .c-twofactor__form__digits &gt; input {
  background-color: #32c832;
}
.form__group--success .c-twofactor__form__digits &gt; input[disabled] {
  background-color: #32c832;
  color: #fff;
  opacity: 1;
}
.c-twofactor__form__digits:before, .c-twofactor__form__digits:after {
  display: table;
  content: "";
}
.c-twofactor__form__buttons {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0;
}
.c-twofactor__button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
}
.c-twofactor__button--primary {
  background-color: #4776e6;
  color: #fff;
  line-height: 48px;
  border: 1px solid transparent;
  border-radius: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.c-twofactor__button--primary:active {
  background-color: #1d53d4;
  color: #fff;
  box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.c-twofactor__button--primary:focus, .c-twofactor__button--primary:hover {
  background-color: #2d62e2;
  color: #fff;
}
.c-twofactor__button--primary[disabled] {
  background-color: #4776e6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: not-allowed;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.c-twofactor ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.c-twofactor ::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.c-twofactor :-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.c-twofactor :-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
@keyframes border-pulsate {
  0% {
    border-color: #1486f0;
  }
  50% {
    border-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    border-color: #1486f0;
  }
}

.c-product-review--tileRating .c-product-review {
  height: 1.5rem;
}
.c-product-review--pdpReview .c-product-review {
  cursor: pointer;
}
.c-product-review__star {
  color: #ccc;
  display: inline;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-right: 0.0625rem;
  overflow: visible;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .c-product-review__star {
    font-size: 1.125rem;
    line-height: 1.375rem;
    vertical-align: top;
    margin-right: 0;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.c-product-review__star::before {
  color: #FFB19A;
  content: "\2605";
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  width: 0;
}
.c-product-review__star--full {
  color: #FFB19A;
}
.c-product-review__star--1::before {
  width: 1%;
}
@media (min-width: 992px) {
  .c-product-review__star--1::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--1::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--2::before {
  width: 2%;
}
@media (min-width: 992px) {
  .c-product-review__star--2::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--2::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--3::before {
  width: 3%;
}
@media (min-width: 992px) {
  .c-product-review__star--3::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--3::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--4::before {
  width: 4%;
}
@media (min-width: 992px) {
  .c-product-review__star--4::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--4::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--5::before {
  width: 5%;
}
@media (min-width: 992px) {
  .c-product-review__star--5::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--5::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--6::before {
  width: 6%;
}
@media (min-width: 992px) {
  .c-product-review__star--6::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--6::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--7::before {
  width: 7%;
}
@media (min-width: 992px) {
  .c-product-review__star--7::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--7::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--8::before {
  width: 8%;
}
@media (min-width: 992px) {
  .c-product-review__star--8::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--8::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--9::before {
  width: 9%;
}
@media (min-width: 992px) {
  .c-product-review__star--9::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--9::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--10::before {
  width: 10%;
}
@media (min-width: 992px) {
  .c-product-review__star--10::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--10::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--11::before {
  width: 11%;
}
@media (min-width: 992px) {
  .c-product-review__star--11::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--11::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--12::before {
  width: 12%;
}
@media (min-width: 992px) {
  .c-product-review__star--12::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--12::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--13::before {
  width: 13%;
}
@media (min-width: 992px) {
  .c-product-review__star--13::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--13::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--14::before {
  width: 14%;
}
@media (min-width: 992px) {
  .c-product-review__star--14::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--14::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--15::before {
  width: 15%;
}
@media (min-width: 992px) {
  .c-product-review__star--15::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--15::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--16::before {
  width: 16%;
}
@media (min-width: 992px) {
  .c-product-review__star--16::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--16::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--17::before {
  width: 17%;
}
@media (min-width: 992px) {
  .c-product-review__star--17::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--17::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--18::before {
  width: 18%;
}
@media (min-width: 992px) {
  .c-product-review__star--18::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--18::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--19::before {
  width: 19%;
}
@media (min-width: 992px) {
  .c-product-review__star--19::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--19::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--20::before {
  width: 20%;
}
@media (min-width: 992px) {
  .c-product-review__star--20::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--20::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--21::before {
  width: 21%;
}
@media (min-width: 992px) {
  .c-product-review__star--21::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--21::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--22::before {
  width: 22%;
}
@media (min-width: 992px) {
  .c-product-review__star--22::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--22::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--23::before {
  width: 23%;
}
@media (min-width: 992px) {
  .c-product-review__star--23::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--23::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--24::before {
  width: 24%;
}
@media (min-width: 992px) {
  .c-product-review__star--24::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--24::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--25::before {
  width: 25%;
}
@media (min-width: 992px) {
  .c-product-review__star--25::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--25::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--26::before {
  width: 26%;
}
@media (min-width: 992px) {
  .c-product-review__star--26::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--26::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--27::before {
  width: 27%;
}
@media (min-width: 992px) {
  .c-product-review__star--27::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--27::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--28::before {
  width: 28%;
}
@media (min-width: 992px) {
  .c-product-review__star--28::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--28::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--29::before {
  width: 29%;
}
@media (min-width: 992px) {
  .c-product-review__star--29::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--29::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--30::before {
  width: 30%;
}
@media (min-width: 992px) {
  .c-product-review__star--30::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--30::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--31::before {
  width: 31%;
}
@media (min-width: 992px) {
  .c-product-review__star--31::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--31::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--32::before {
  width: 32%;
}
@media (min-width: 992px) {
  .c-product-review__star--32::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--32::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--33::before {
  width: 33%;
}
@media (min-width: 992px) {
  .c-product-review__star--33::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--33::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--34::before {
  width: 34%;
}
@media (min-width: 992px) {
  .c-product-review__star--34::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--34::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--35::before {
  width: 35%;
}
@media (min-width: 992px) {
  .c-product-review__star--35::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--35::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--36::before {
  width: 36%;
}
@media (min-width: 992px) {
  .c-product-review__star--36::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--36::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--37::before {
  width: 37%;
}
@media (min-width: 992px) {
  .c-product-review__star--37::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--37::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--38::before {
  width: 38%;
}
@media (min-width: 992px) {
  .c-product-review__star--38::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--38::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--39::before {
  width: 39%;
}
@media (min-width: 992px) {
  .c-product-review__star--39::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--39::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--40::before {
  width: 40%;
}
@media (min-width: 992px) {
  .c-product-review__star--40::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--40::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--41::before {
  width: 41%;
}
@media (min-width: 992px) {
  .c-product-review__star--41::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--41::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--42::before {
  width: 42%;
}
@media (min-width: 992px) {
  .c-product-review__star--42::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--42::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--43::before {
  width: 43%;
}
@media (min-width: 992px) {
  .c-product-review__star--43::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--43::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--44::before {
  width: 44%;
}
@media (min-width: 992px) {
  .c-product-review__star--44::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--44::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--45::before {
  width: 45%;
}
@media (min-width: 992px) {
  .c-product-review__star--45::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--45::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--46::before {
  width: 46%;
}
@media (min-width: 992px) {
  .c-product-review__star--46::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--46::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--47::before {
  width: 47%;
}
@media (min-width: 992px) {
  .c-product-review__star--47::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--47::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--48::before {
  width: 48%;
}
@media (min-width: 992px) {
  .c-product-review__star--48::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--48::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--49::before {
  width: 49%;
}
@media (min-width: 992px) {
  .c-product-review__star--49::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--49::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--50::before {
  width: 50%;
}
@media (min-width: 992px) {
  .c-product-review__star--50::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--50::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--51::before {
  width: 51%;
}
@media (min-width: 992px) {
  .c-product-review__star--51::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--51::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--52::before {
  width: 52%;
}
@media (min-width: 992px) {
  .c-product-review__star--52::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--52::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--53::before {
  width: 53%;
}
@media (min-width: 992px) {
  .c-product-review__star--53::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--53::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--54::before {
  width: 54%;
}
@media (min-width: 992px) {
  .c-product-review__star--54::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--54::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--55::before {
  width: 55%;
}
@media (min-width: 992px) {
  .c-product-review__star--55::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--55::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--56::before {
  width: 56%;
}
@media (min-width: 992px) {
  .c-product-review__star--56::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--56::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--57::before {
  width: 57%;
}
@media (min-width: 992px) {
  .c-product-review__star--57::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--57::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--58::before {
  width: 58%;
}
@media (min-width: 992px) {
  .c-product-review__star--58::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--58::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--59::before {
  width: 59%;
}
@media (min-width: 992px) {
  .c-product-review__star--59::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--59::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--60::before {
  width: 60%;
}
@media (min-width: 992px) {
  .c-product-review__star--60::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--60::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--61::before {
  width: 61%;
}
@media (min-width: 992px) {
  .c-product-review__star--61::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--61::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--62::before {
  width: 62%;
}
@media (min-width: 992px) {
  .c-product-review__star--62::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--62::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--63::before {
  width: 63%;
}
@media (min-width: 992px) {
  .c-product-review__star--63::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--63::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--64::before {
  width: 64%;
}
@media (min-width: 992px) {
  .c-product-review__star--64::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--64::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--65::before {
  width: 65%;
}
@media (min-width: 992px) {
  .c-product-review__star--65::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--65::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--66::before {
  width: 66%;
}
@media (min-width: 992px) {
  .c-product-review__star--66::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--66::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--67::before {
  width: 67%;
}
@media (min-width: 992px) {
  .c-product-review__star--67::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--67::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--68::before {
  width: 68%;
}
@media (min-width: 992px) {
  .c-product-review__star--68::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--68::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--69::before {
  width: 69%;
}
@media (min-width: 992px) {
  .c-product-review__star--69::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--69::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--70::before {
  width: 70%;
}
@media (min-width: 992px) {
  .c-product-review__star--70::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--70::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--71::before {
  width: 71%;
}
@media (min-width: 992px) {
  .c-product-review__star--71::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--71::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--72::before {
  width: 72%;
}
@media (min-width: 992px) {
  .c-product-review__star--72::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--72::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--73::before {
  width: 73%;
}
@media (min-width: 992px) {
  .c-product-review__star--73::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--73::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--74::before {
  width: 74%;
}
@media (min-width: 992px) {
  .c-product-review__star--74::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--74::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--75::before {
  width: 75%;
}
@media (min-width: 992px) {
  .c-product-review__star--75::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--75::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--76::before {
  width: 76%;
}
@media (min-width: 992px) {
  .c-product-review__star--76::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--76::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--77::before {
  width: 77%;
}
@media (min-width: 992px) {
  .c-product-review__star--77::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--77::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--78::before {
  width: 78%;
}
@media (min-width: 992px) {
  .c-product-review__star--78::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--78::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--79::before {
  width: 79%;
}
@media (min-width: 992px) {
  .c-product-review__star--79::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--79::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--80::before {
  width: 80%;
}
@media (min-width: 992px) {
  .c-product-review__star--80::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--80::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--81::before {
  width: 81%;
}
@media (min-width: 992px) {
  .c-product-review__star--81::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--81::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--82::before {
  width: 82%;
}
@media (min-width: 992px) {
  .c-product-review__star--82::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--82::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--83::before {
  width: 83%;
}
@media (min-width: 992px) {
  .c-product-review__star--83::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--83::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--84::before {
  width: 84%;
}
@media (min-width: 992px) {
  .c-product-review__star--84::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--84::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--85::before {
  width: 85%;
}
@media (min-width: 992px) {
  .c-product-review__star--85::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--85::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--86::before {
  width: 86%;
}
@media (min-width: 992px) {
  .c-product-review__star--86::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--86::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--87::before {
  width: 87%;
}
@media (min-width: 992px) {
  .c-product-review__star--87::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--87::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--88::before {
  width: 88%;
}
@media (min-width: 992px) {
  .c-product-review__star--88::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--88::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--89::before {
  width: 89%;
}
@media (min-width: 992px) {
  .c-product-review__star--89::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--89::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--90::before {
  width: 90%;
}
@media (min-width: 992px) {
  .c-product-review__star--90::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--90::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--91::before {
  width: 91%;
}
@media (min-width: 992px) {
  .c-product-review__star--91::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--91::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--92::before {
  width: 92%;
}
@media (min-width: 992px) {
  .c-product-review__star--92::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--92::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--93::before {
  width: 93%;
}
@media (min-width: 992px) {
  .c-product-review__star--93::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--93::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--94::before {
  width: 94%;
}
@media (min-width: 992px) {
  .c-product-review__star--94::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--94::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--95::before {
  width: 95%;
}
@media (min-width: 992px) {
  .c-product-review__star--95::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--95::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--96::before {
  width: 96%;
}
@media (min-width: 992px) {
  .c-product-review__star--96::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--96::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--97::before {
  width: 97%;
}
@media (min-width: 992px) {
  .c-product-review__star--97::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--97::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--98::before {
  width: 98%;
}
@media (min-width: 992px) {
  .c-product-review__star--98::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--98::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--99::before {
  width: 99%;
}
@media (min-width: 992px) {
  .c-product-review__star--99::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--99::before {
    top: -0.0625rem;
  }
}
.c-product-review__star--100::before {
  width: 100%;
}
@media (min-width: 992px) {
  .c-product-review__star--100::before {
    top: 0.0625rem;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__star--100::before {
    top: -0.0625rem;
  }
}
.c-product-review__label {
  color: #142745;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 0;
  margin-left: 0.25rem;
  vertical-align: middle;
  padding-right: 0.25rem;
}
@media (min-width: 992px) {
  .c-product-review__label {
    font-size: 0.875rem;
    vertical-align: top;
  }
}
@media (min-width: 1048px) and (max-width: 1103px) {
  .c-product-review__label {
    font-size: 0.75rem;
  }
}
.c-product-review__inner {
  overflow: hidden;
  white-space: nowrap;
  max-width: 99%;
}
@media (max-width: 991.98px) {
  .c-product-review__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/**
* Inserts content into body pseudo element as a flag to JS for current viewport
* size to align CSS with JS. Required by viewport-is.js
*/
body::after {
  content: "mobile";
  display: none;
}
@media (min-width: 768px) {
  body::after {
    content: "tablet";
  }
}
@media (min-width: 992px) {
  body::after {
    content: "desktop";
  }
}

/**
 * Scopes create a new styling context. These should be used sparingly. they can be open to abuse
 * and lead to poor CSS if not used wisely. The primary use case for scopes within an SFCC standup
 * is to provide styles within a content asset or content slot. The secondary use case is when
 * styling an SG component in order to easily style the SG classes that are in place.
 *
 * Please namespace all scope classes with s-
 */
/* ============================================================================
Site Header Scopes
============================================================================ */
.s-site-header--tools {
  font-weight: 300;
}
.s-site-header--tools ul {
  list-style: none;
  padding-left: 0;
}
.s-site-header--tools li {
  margin-bottom: 1.1875rem;
}
.s-site-header--tools li img {
  height: auto;
  margin-bottom: 0;
  margin-right: 0.3125rem;
  padding-top: 0;
  vertical-align: text-bottom;
  width: 1.375rem;
}
.s-site-header__link-label {
  color: #375481;
  display: block;
  font-size: 0.625rem;
  font-weight: 300;
}
.s-site-header__link-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.s-site-header--option {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
}
.s-site-header--option.row {
  min-width: 100%;
}
.s-site-header--option ul {
  list-style: none;
  padding-left: 0;
}
.s-site-header--option li {
  line-height: 2.1;
  margin-bottom: 0.4375rem;
  padding-bottom: 0.0625rem;
}
@media (min-width: 992px) {
  .s-site-header--option li {
    line-height: 2;
  }
}
.s-site-header--option li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .s-site-header--option li:last-child {
    margin-bottom: 0.4375rem;
  }
}
.s-site-header--option li:not(:last-child) &gt; h3,
.s-site-header--option li:not(:last-child) &gt; .h3 {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .s-site-header--option li:not(:last-child) &gt; h3,
  .s-site-header--option li:not(:last-child) &gt; .h3 {
    margin-bottom: 1rem;
  }
}
.s-site-header--option li:not(:last-child) &gt; h3:last-child,
.s-site-header--option li:not(:last-child) &gt; .h3:last-child {
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 991.98px) {
  .s-site-header--option li:not(:last-child) &gt; h3:last-child,
  .s-site-header--option li:not(:last-child) &gt; .h3:last-child {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) {
  .s-site-header--option li:not(:last-child) &gt; h3:last-child,
  .s-site-header--option li:not(:last-child) &gt; .h3:last-child {
    border-bottom: none;
  }
}
.s-site-header--option li h3 {
  margin-bottom: 0.0625rem;
}
@media (min-width: 992px) {
  .s-site-header--option li h3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .s-site-header--option li h3:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
}
.s-site-header--option li a {
  display: inline-block;
  font-weight: inherit;
  padding-bottom: 0.5625rem;
  padding-top: 0.375rem;
  text-decoration: none;
  vertical-align: top;
}
@media (min-width: 992px) {
  .s-site-header--option li a {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.s-site-header--option h3,
.s-site-header--option .h3 {
  color: #2458A9;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: inherit;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}
.s-site-header--option h3 a,
.s-site-header--option .h3 a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}
.s-site-header--option h3 a::after,
.s-site-header--option .h3 a::after {
  border-radius: 1.5px;
  border-right: 3px solid #004968;
  border-top: 3px solid #004968;
  content: "";
  display: inline-block;
  height: 0.5625rem;
  margin-left: 0.375rem;
  margin-bottom: 0.0625rem;
  text-decoration: none;
  transform: rotate(45deg);
  vertical-align: baseline;
  width: 0.5625rem;
}
.s-site-header--option a {
  color: #142745;
  text-decoration: underline;
}
.s-site-header--option a:hover {
  color: inherit;
}
.s-site-header--option p {
  margin-bottom: 1.375rem;
}
.s-site-header--option img {
  height: auto;
  margin-bottom: 0.25rem;
  padding-top: 1.125rem;
  width: 100%;
}
.s-site-header--categories-secondary {
  color: #142745;
  font-size: 0.875rem;
}
.s-site-header--categories-secondary a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.s-site-header--categories-secondary img {
  margin-right: 0.3125rem;
}
.s-site-header--categories-secondary strong {
  font-weight: 500;
}
.s-site-header--user-menu {
  font-weight: 300;
}
.s-site-header--user-menu ul {
  list-style: none;
  padding-left: 0;
}
.s-site-header--user-menu li {
  margin-bottom: 0.5rem;
}
.s-site-header--user-menu li a {
  display: inline-block;
  padding-bottom: 0.5625rem;
  padding-top: 0.6875rem;
  vertical-align: top;
}
@media (min-width: 992px) {
  .s-site-header--user-menu li a {
    padding-bottom: 0.625rem;
    padding-top: 0;
  }
}
.s-site-header--user-menu img {
  height: 1.25rem;
  margin-right: 0.5625rem;
  vertical-align: sub;
  width: 1.25rem;
}
.s-site-header--featured-nav {
  color: #142745;
}
.s-site-header--featured-nav p {
  white-space: normal;
}
.s-site-header--featured-nav img {
  border-radius: 8px;
  margin-bottom: 0.625rem;
  width: 100%;
}
.s-site-header--extra-links ul {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .s-site-header--extra-links ul {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .s-site-header--extra-links ul {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.s-site-header--extra-links li {
  display: block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 3.125rem;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .s-site-header--extra-links li {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .s-site-header--extra-links li a {
    font-size: 0.75rem;
  }
}
.s-site-header--extra-links li img {
  margin-bottom: 0.25rem;
  margin-right: 0.625rem;
}
.s-site-header--promo-2 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 544px) {
  .s-site-header--promo-2 {
    overflow-x: unset;
    white-space: unset;
  }
}
.s-site-header--promo-2 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  margin-left: -1.5625rem;
  margin-right: -0.625rem;
  padding-left: 0;
}
@media (min-width: 544px) {
  .s-site-header--promo-2 ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 992px) {
  .s-site-header--promo-2 ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.s-site-header--promo-2 li {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .s-site-header--promo-2 li {
    border-left: none;
    border-right: none;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
.s-site-header--promo-2 li:first-child {
  border-left: none;
}
.s-site-header--promo-2 li:last-child {
  border-right: none;
}
.s-site-header--promo-2 a {
  color: #142745;
}

.s-minicart-empty__items {
  padding: 2.0625rem 0.9375rem 0.125rem;
  text-align: center;
}
.s-minicart-empty__item {
  padding-bottom: 0;
  margin-bottom: 1.5625rem;
}
.s-minicart-empty__header {
  font-family: "Grotesque", sans-serif;
  line-height: 1.57;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.s-minicart-empty__body {
  font-family: "Grotesque", sans-serif;
  font-weight: 300;
  color: #142745;
}

.s-email-capture__description--page-designer p {
  margin-bottom: 0.1875rem;
}
.s-email-capture__description--page-designer p:last-child {
  margin-bottom: 0;
}
.s-email-capture__description--page-designer strong,
.s-email-capture__description--page-designer b {
  letter-spacing: 0.03125rem;
}

.border-wavy {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-style: solid;
  border-width: 5px;
}

.border-wavy-b {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-bottom-style: solid;
  border-width: 0;
  border-bottom-width: 5px;
}

.border-wavy-l {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-left-style: solid;
  border-width: 0;
  border-left-width: 5px;
}

.border-wavy-r {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-right-style: solid;
  border-width: 0;
  border-right-width: 5px;
}

.border-wavy-t {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-top-style: solid;
  border-width: 0;
  border-top-width: 5px;
}

.border-wavy-x {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-width: 0;
  border-left-style: solid;
  border-left-width: 5px;
  border-right-style: solid;
  border-right-width: 5px;
}

.border-wavy-y {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-image-repeat: repeat;
  border-image-slice: 5;
  border-top-style: solid;
  border-top-width: 5px;
}

.header-banner, .color-combination-1, .c-site-footer--minimal,
.color-combination-2,
.c-email-signup,
.color-combination-3,
.color-combination-4,
.color-combination-5 {
  color: #000;
}

.copy-small,
.copy-medium,
.copy-large {
  font-weight: 300;
}
.copy-small ul,
.copy-medium ul,
.copy-large ul {
  font-size: inherit;
}
.copy-small .quickview,
.copy-medium .quickview,
.copy-large .quickview {
  background: none;
  border-radius: 0;
  border: 0;
  color: #142745;
  display: inline;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  outline: none;
  padding: 0;
  text-decoration: underline;
}

.copy-small {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.copy-small .quickview {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .copy-small {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .copy-small .quickview {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.copy-medium {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.copy-medium .quickview {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .copy-medium {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .copy-medium .quickview {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.copy-large {
  font-size: 1rem;
  line-height: 1.5rem;
}
.copy-large .quickview {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .copy-large {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .copy-large .quickview {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.eyebrow-small,
.eyebrow-large {
  color: #2458A9;
  font-weight: 400;
}

.eyebrow-small {
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .eyebrow-small {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
    line-height: 1.375rem;
  }
}

.eyebrow-large {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .eyebrow-large {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
  }
}

.font-weight-medium {
  font-weight: 500;
}

/**
 * Components are concrete, implementation-specific pieces of UI. All of the changes you make to
 * its styles should be detectable in the context you're currently looking at. Modifying these
 * styles should be safe and have no side effects.
 *
 * Please namespace all component classes with c-.
 *
 * Do not remove the {{COMPONENTS}} Sass comment below as it is needed to scaffold
 * out components.
 */
.c-modal {
  padding: 1.25rem 1.875rem;
}
@media (min-width: 768px) {
  .c-modal {
    padding: 2.5rem 3.25rem;
  }
}
.c-modal__body {
  padding: 0;
}
.c-modal__large, .c-modal__small {
  margin: 0;
  line-height: 1.2;
}
.c-modal__large {
  color: #142745;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.c-modal__small {
  font-size: 1rem;
  margin-top: 10px;
}
.c-modal__small-bold {
  font-weight: 500;
}
.c-modal__footer {
  border: 0;
  padding: 0;
  margin-top: 1.25rem;
}
.c-modal__btn {
  font-size: 0.875rem;
  margin: 0 auto;
}

.authNotification .modal-body p {
  font-size: 15px;
  margin-bottom: 0;
}
.authNotification .modal-footer {
  border-top: 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.authNotification .modal-footer .btn {
  border-radius: 35px;
  color: #fff;
  min-width: 150px;
  text-transform: capitalize;
}
.authNotification .modal-footer .btn-primary, .authNotification .modal-footer .color-combination-4 .btn-color-combination, .color-combination-4 .authNotification .modal-footer .btn-color-combination,
.authNotification .modal-footer .color-combination-5 .btn-color-combination,
.color-combination-5 .authNotification .modal-footer .btn-color-combination {
  background-color: #ff295b;
  border-color: #ff295b;
}
.authNotification .modal-footer .btn-secondary, .authNotification .modal-footer .header-banner .btn-color-combination, .authNotification .modal-footer .color-combination-1 .btn-color-combination, .header-banner .authNotification .modal-footer .btn-color-combination, .color-combination-1 .authNotification .modal-footer .btn-color-combination, .authNotification .modal-footer .c-site-footer--minimal .btn-color-combination, .c-site-footer--minimal .authNotification .modal-footer .btn-color-combination,
.authNotification .modal-footer .color-combination-2 .btn-color-combination,
.color-combination-2 .authNotification .modal-footer .btn-color-combination,
.authNotification .modal-footer .c-email-signup .btn-color-combination,
.authNotification .modal-footer .color-combination-3 .btn-color-combination,
.c-email-signup .authNotification .modal-footer .btn-color-combination,
.color-combination-3 .authNotification .modal-footer .btn-color-combination {
  background-color: #b4b4b4;
  border-color: #b4b4b4;
}
.authNotification .footnote {
  font-size: 0.875rem;
  margin-top: 2rem;
}
.authNotification .learn-more-link {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: underline;
}

.multi-modal {
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-multiple-tpa-list table {
  font-size: 0.75rem;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.modal-multiple-tpa-list table .tr-header {
  background: #f5f5f5;
  margin-bottom: 3.75rem;
}
.modal-multiple-tpa-list table .modal-partner-th {
  padding: 10px 0 10px 10px;
  line-height: 1.875rem;
}
.modal-multiple-tpa-list table .modal-amount-th, .modal-multiple-tpa-list table .modal-date-th {
  padding: 0.625rem;
  line-height: 1.875rem;
  white-space: nowrap;
}
.modal-multiple-tpa-list table .modal-carryover-blanace,
.modal-multiple-tpa-list table .modal-carryover-dead-line {
  line-height: 1.875rem;
  padding: 0.625rem;
  white-space: nowrap;
}

/* ============================================================================
Purchase Monitor
============================================================================ */
.c-purchase-monitor {
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  min-height: 4.375rem;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  color: #142745;
}
@media (min-width: 1200px) {
  .c-purchase-monitor {
    padding: 0.4375rem 0.4375rem 0 1.5625rem;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-left: auto;
    border-left: 4px solid #fff;
    max-width: 22.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .c-purchase-monitor {
    max-width: 22.5rem;
  }
}
.c-purchase-monitor.mobile {
  display: -ms-flexbox;
  display: flex;
}
.c-purchase-monitor.mobile .c-purchase-monitor__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-purchase-monitor.mobile .c-purchase-monitor__label {
  width: 100%;
}
.c-purchase-monitor__outer {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .c-purchase-monitor__outer.exceed--price .c-purchase-monitor__label, .c-purchase-monitor__outer.empty--price .c-purchase-monitor__label {
    font-weight: 400;
  }
  .c-purchase-monitor__outer.exceed--price .c-purchase-monitor__price, .c-purchase-monitor__outer.empty--price .c-purchase-monitor__price {
    font-weight: 500;
  }
  .c-purchase-monitor__outer.exceed--price .c-purchase-monitor__price {
    color: #228470;
  }
  .c-purchase-monitor__outer.empty--price .c-purchase-monitor__price {
    color: #ccc;
  }
}
.c-purchase-monitor__inner {
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 300;
  padding-top: 0.5rem;
}
.c-purchase-monitor__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 100%;
}
.c-purchase-monitor__label {
  width: auto;
  padding-right: 0.84375rem;
  font-weight: 500;
}
.c-purchase-monitor__label--info {
  cursor: pointer;
  display: none;
  height: 1.375rem;
  position: relative;
  top: -0.125rem;
  width: 1.375rem;
}
.c-purchase-monitor__label--info-icon {
  fill: #375481;
  height: 100%;
  width: 100%;
}
.c-purchase-monitor__progress {
  -ms-flex: 1;
      flex: 1;
  background-color: transparent;
  border-radius: 1.5625rem;
  height: 0.875rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  position: relative;
}
.c-purchase-monitor__progress::before {
  border: 2px solid #ccc;
  border-radius: 1.5625rem;
  content: "";
  height: 0.875rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-purchase-monitor__progress__wrap {
  -ms-flex: 1;
      flex: 1;
}
.c-purchase-monitor__progress--bar {
  background-color: #117850;
  border-radius: 1.5625rem;
  position: relative;
}
.c-purchase-monitor__spend {
  padding-left: 1rem;
  float: left;
  width: 100%;
  text-align: left;
}
.c-purchase-monitor__price {
  font-weight: 500;
  padding-left: 0.84375rem;
}
.c-purchase-monitor__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 300;
  white-space: nowrap;
}
.c-purchase-monitor__text {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .c-purchase-monitor__text {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}
.c-purchase-monitor--cart {
  background-color: #f5f5f5;
  border-radius: 0.9375rem;
  margin-bottom: 1.875rem;
  padding: 1.78125rem 1.9375rem 1.15625rem;
}
.c-purchase-monitor--cart__divider {
  display: none !important;
}
@media (max-width: 767.98px) {
  .c-purchase-monitor--cart {
    margin-top: 1.875rem;
    padding: 1.75rem 1.25rem 1.125rem;
  }
}
.c-purchase-monitor--cart .c-purchase-monitor__lable {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .c-purchase-monitor--cart .c-purchase-monitor__inner {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.c-purchase-monitor--cart .c-purchase-monitor__holder {
  max-width: 100%;
  width: 100%;
}
.c-purchase-monitor--cart .c-purchase-monitor__progress {
  background-color: #fff;
}
.c-purchase-monitor--cart__link {
  display: inline-block;
  margin-top: 0.5rem;
}
.c-purchase-monitor--minicart {
  margin: 0.375rem 0 0.9375rem;
  padding: 0 0.9375rem;
}
.c-purchase-monitor--minicart .c-purchase-monitor__inner {
  color: #375481;
  font-family: "Grotesque", sans-serif;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: normal;
}
.c-purchase-monitor--minicart .c-purchase-monitor__label {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.375rem;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.c-purchase-monitor--minicart .c-purchase-monitor__label--info {
  display: inline-block;
}
.c-purchase-monitor--minicart .c-purchase-monitor__holder {
  width: 100%;
}
.c-purchase-monitor--minicart .c-purchase-monitor__progress {
  margin-bottom: 0.625rem;
}
.c-purchase-monitor--user {
  border: 0;
  margin: 0 -0.9375rem;
  max-width: calc(100% + 1.875rem);
  padding: 0;
  width: auto;
}
.c-purchase-monitor--user .c-purchase-monitor__outer {
  background-color: #f5f5f5;
  padding: 1rem 0.9375rem 0.625rem;
}
.c-purchase-monitor--user .c-purchase-monitor__inner {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: normal;
}
.c-purchase-monitor--user .c-purchase-monitor__label {
  display: block;
  line-height: normal;
  margin-bottom: 0.375rem;
}
.c-purchase-monitor--user .c-purchase-monitor__label--info {
  display: inline-block;
}
.c-purchase-monitor--user .c-purchase-monitor__holder {
  width: 100%;
}
.c-purchase-monitor--user .c-purchase-monitor__progress {
  margin-bottom: 0.625rem;
}
.c-purchase-monitor--user .c-purchase-monitor__spend {
  text-align: right;
}
.c-purchase-monitor--user .c-purchase-monitor__text {
  display: block;
  width: 100%;
}
.c-purchase-monitor--account {
  margin-top: 1.25rem;
}
@media (max-width: 991.98px) {
  .c-purchase-monitor--account {
    margin-bottom: 3.125rem;
  }
}
.c-purchase-monitor--account .c-purchase-monitor__inner {
  display: block;
}
.c-purchase-monitor--account .c-purchase-monitor__title {
  color: #142745;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .c-purchase-monitor--account .c-purchase-monitor__title {
    font-size: 1rem;
  }
}
.c-purchase-monitor--account .c-purchase-monitor__text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-purchase-monitor--account .c-purchase-monitor__text {
    font-size: 1rem;
  }
}
.c-purchase-monitor--account .c-purchase-monitor__divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.125rem;
  margin-top: 1.125rem;
}
.c-purchase-monitor--account .c-purchase-monitor__label, .c-purchase-monitor--account .c-purchase-monitor__spend {
  display: none;
}
.c-purchase-monitor .purchase-monitor-message {
  display: none !important;
}
.c-purchase-monitor--balanceTracker .c-purchase-monitor__inner {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-purchase-monitor--balanceTracker .c-purchase-monitor__label {
  font-size: 0.9375rem;
  font-weight: 500;
}
.c-purchase-monitor--balanceTracker .c-purchase-monitor__price {
  font-weight: 500;
}
.c-purchase-monitor--balanceTracker .c-purchase-monitor__footer {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.c-purchase-monitor--balanceTracker .c-purchase-monitor__text {
  text-align: left;
}
.c-purchase-monitor--balanceTracker.c-purchase-monitor--user .c-purchase-monitor {
  padding-bottom: 0;
}
.c-purchase-monitor--balanceTracker.c-purchase-monitor--user .c-purchase-monitor__footer {
  margin-top: 0.625rem;
}
.c-purchase-monitor--balanceTracker.c-purchase-monitor--user .c-purchase-monitor__current, .c-purchase-monitor--balanceTracker.c-purchase-monitor--user .c-purchase-monitor__spend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
  line-height: 1.3125rem;
}
.c-purchase-monitor--balanceTracker.c-purchase-monitor--user .c-purchase-monitor__text {
  text-align: left;
}
.c-purchase-monitor--balanceTracker.c-purchase-monitor--user .c-purchase-monitor__label {
  text-align: center;
}
.c-purchase-monitor--shipping {
  display: none;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .c-main-menu .c-purchase-monitor--shipping.c-purchase-monitor {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5625rem 0 0.9375rem;
  }
}
.shippingTraqckerDisabled .c-purchase-monitor--shipping.c-purchase-monitor {
  display: none;
}
@media (max-width: 991.98px) {
  .c-site-header__utility-nav__utilities__user .c-purchase-monitor--shipping.c-purchase-monitor {
    display: -ms-flexbox;
    display: flex;
  }
}
.c-purchase-monitor--shipping .c-purchase-monitor__inner {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.c-purchase-monitor--shipping .c-purchase-monitor__holder {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-purchase-monitor--shipping .c-purchase-monitor__progress__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.c-purchase-monitor--shipping .c-purchase-monitor__footer {
  border-top: solid 0.0625rem #ccc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.625rem;
}
.c-purchase-monitor--shipping .c-purchase-monitor__text {
  text-align: left;
  white-space: normal;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-square-beige {
  background: #f5f5dc;
}
.swatch-square-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-square-black {
  background: #000;
}
.swatch-square-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-square-blue {
  background: #0070d2;
}
.swatch-square-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-square-brown {
  background: #a52a2a;
}
.swatch-square-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #117850;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-square-green {
  background: #117850;
}
.swatch-square-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #117850;
  border-radius: 0.69em;
  background-color: #117850;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-square-grey {
  background: #8f979d;
}
.swatch-square-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-square-navy {
  background: #000080;
}
.swatch-square-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-square-orange {
  background: #ffa500;
}
.swatch-square-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-square-pink {
  background: #fe249a;
}
.swatch-square-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-square-purple {
  background: #800080;
}
.swatch-square-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-square-red {
  background: #f00;
}
.swatch-square-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-square-white {
  background: #fff;
}
.swatch-square-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-square-yellow {
  background: #ff0;
}
.swatch-square-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}

.swatch a {
  text-decoration: none;
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  top: 50%;
  z-index: 1051;
}
@media (max-width: 991.98px) {
  .add-to-cart-messages {
    margin-top: 5rem;
  }
}

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 0.625rem;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #666;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.c-product-tile {
  border: 0;
  margin-bottom: 3.125rem;
  min-height: 13.4375rem;
}
@media (min-width: 768px) {
  .c-product-tile {
    min-height: 19.6875rem;
  }
}
@media (min-width: 992px) {
  .c-product-tile {
    min-height: 23.4375rem;
  }
}
.c-product-tile__image-container {
  margin-bottom: 1rem;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-product-tile__image-container {
    margin-bottom: 1.25rem;
  }
  .c-product-tile__image-container:hover .c-product-tile__image-container__quickview {
    opacity: 1;
    visibility: visible;
  }
  .c-product-tile__image-container:hover .c-product-tile-brand {
    transform: translateY(-33px);
  }
}
.c-product-tile__image-container__tile-link {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.c-product-tile__image-container__favorites-tile {
  color: #142745;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  padding: 0;
}
.c-product-tile__image-container__favorites-tile span .fa-heart {
  color: #CD3C5E;
}
.c-product-tile__image-container__tile-image {
  border-radius: 0.375rem 0.375rem 0 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@supports (object-fit: contain) {
  .c-product-tile__image-container__tile-image {
    object-fit: contain;
    object-position: center;
  }
}
.c-product-tile__image-container__quickview {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  color: #2559A8;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  margin: 0 0.1875rem 0.1875rem 0.1875rem;
  padding: 0.625rem 0.3125rem 0.3125rem 0.3125rem;
  text-align: center;
  text-transform: uppercase;
}
.c-product-tile__image-container__quickview:hover {
  background-color: #fff;
  box-shadow: none;
  color: #2458A9;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-product-tile__image-container__quickview {
    background-color: rgba(204, 204, 204, 0.7);
    bottom: 0;
    color: #375481;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.1s ease-in-out;
    visibility: hidden;
  }
  .c-product-tile__image-container__quickview:hover {
    background-color: rgba(204, 204, 204, 0.7);
    color: #375481;
    text-decoration: none;
  }
}
.c-product-tile__image-container__badging {
  background-color: #004968;
  border-radius: 0;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 0.875rem;
  padding: 0.3125rem 0.3125rem 0rem 0.3125rem;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  text-wrap: nowrap;
}
@media (min-width: 1200px) {
  .c-product-tile__image-container__badging {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
.c-product-tile__image-container__badging.second-badging {
  margin-top: 1.5625rem;
}
@media (min-width: 1200px) {
  .c-product-tile__image-container__badging.second-badging {
    margin-top: 1.875rem;
  }
}
.c-product-tile__image-container__image {
  width: 100%;
}
.c-product-tile__image-container .c-product-tile-brand {
  height: auto;
  position: absolute;
  left: auto;
  right: 0.1875rem;
  bottom: 2.25rem;
  top: auto;
  transition: transform 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .c-product-tile__image-container .c-product-tile-brand {
    bottom: 0.625rem;
    right: 0.9375rem;
  }
}
.c-product-tile__body {
  text-align: left;
}
.c-product-tile__body__ratings {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 1.0625rem;
  width: 100%;
  font-size: 11px;
}
@media screen and (min-width: 425px) {
  .c-product-tile__body__ratings {
    font-size: 12px;
  }
}
@media screen and (min-width: 500px) {
  .c-product-tile__body__ratings {
    font-size: 13px;
  }
}
@media (min-width: 544px) {
  .c-product-tile__body__ratings {
    font-size: 11px;
  }
}
@media screen and (min-width: 630px) {
  .c-product-tile__body__ratings {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .c-product-tile__body__ratings {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .c-product-tile__body__ratings {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .c-product-tile__body__ratings {
    font-size: 14px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.c-product-tile__body__ratings .fa {
  color: #FFB19A;
  font-size: 1.3em;
}
.c-product-tile__body__ratings__review-count {
  color: #2458A9;
}
@media (min-width: 1200px) {
  .c-product-tile__body__ratings__review-count {
    margin-left: 10px;
  }
}
.c-product-tile__body__ratings__count {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
}
.c-product-tile__body__ratings__brand {
  height: 2.3125rem;
  padding: 0;
  position: absolute;
  pointer-events: none;
  top: inherit;
}
@media (min-width: 768px) {
  .c-product-tile__body__ratings__brand {
    left: 60%;
    bottom: 240px;
  }
}
@media (max-width: 991.98px) {
  .c-product-tile__body__ratings__brand {
    left: -5%;
    bottom: 230px;
  }
}
.c-product-tile__body__ratings__brand-image {
  height: auto;
  max-height: 2.3125rem;
  max-width: 5.25rem;
  width: 100%;
}
.c-product-tile__body .c-product-tile-brand {
  position: absolute;
  display: none;
}
.c-product-tile__body__pdp-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-tile__body__pdp-link {
    margin-bottom: 0.8125rem;
  }
}
.c-product-tile__body__pdp-link__link {
  color: #142745;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .c-product-tile__body__pdp-link__link {
    font-size: 1rem;
    line-height: 1.55;
  }
}
.c-product-tile__body__pdp-link__link.link {
  color: #142745;
}
.c-product-tile__body__price {
  display: -ms-flexbox;
  display: flex;
}
.c-product-tile__body__stepper {
  padding-left: 0;
  padding-right: 0.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-tile__body__stepper {
    padding-right: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .c-product-tile__body__addtocart {
    padding-left: 0.59375rem;
  }
}
.c-product-tile__body__stepper-box {
  margin-bottom: 0.625rem;
}
.c-product-tile__body__stepper-box .pli-limit-alert {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  padding-left: 0;
  padding-right: 0;
}
.c-product-tile__body__promotions {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.c-product-tile__body__promotions__text {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
}
@media (min-width: 768px) {
  .c-product-tile__body__promotions__text {
    font-size: 0.875rem;
  }
}
.c-product-tile__body__promotions ~ .c-product-tile__body__product-variants {
  margin-top: -0.4375rem;
}
.c-product-tile__body__color-swatches {
  display: none;
}
.c-product-tile__body__promos {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.c-product-tile__body__product-variants, .c-product-tile__body__compare-msg {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.c-product-tile__body__product-variants__link, .c-product-tile__body__compare-msg__link {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-product-tile__body__product-variants__link, .c-product-tile__body__compare-msg__link {
    font-size: 0.875rem;
  }
}
.c-product-tile__body__product-variants__link:hover, .c-product-tile__body__compare-msg__link:hover {
  text-decoration: none;
}
.c-product-tile__body__product-variants .c-product-tile__body__product-variants__link, .c-product-tile__body__compare-msg .c-product-tile__body__product-variants__link {
  color: #142745;
}
.c-product-tile--page-designer {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-product-tile--page-designer {
    margin-bottom: 0.5625rem;
  }
}
.c-product-tile .c-product-review__inner.hide-reviews {
  display: none;
}
.c-product-tile.isOutOfStock .c-product-tile__image-container::after {
  background: rgba(204, 204, 204, 0.7);
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-product-tile.isOutOfStock .c-product-tile__image-container__badging {
  z-index: 2;
}
.c-product-tile.isOutOfStock .c-product-tile__image-container__quickview {
  display: none;
}
@media (max-width: 991.98px) {
  .c-product-tile.isOutOfStock .c-product-tile__image-container__tile-link {
    padding-bottom: calc(100% + 2.0625rem);
  }
}
.c-product-tile.isOutOfStock .c-product-tile__body__stepper {
  display: none;
}
.c-product-tile.isOutOfStock .c-product-tile__body__addtocart {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.c-product-tile.isOutOfStock .product-quantity-item {
  border-color: #ccc;
}
.c-product-tile.isOutOfStock .product-quantity-input,
.c-product-tile.isOutOfStock .product-quantity-down,
.c-product-tile.isOutOfStock .product-quantity-up {
  color: #ccc;
  pointer-events: none;
}
.c-product-tile.isOutOfStock .add-to-cart-global {
  pointer-events: none;
}

.product-tile-container.lazyload, .product-tile-container.lazyloading {
  aspect-ratio: 1/2;
}
.product-tile-container.lazyload:after, .product-tile-container.lazyloading:after {
  content: "...";
  background: #f5f5f5;
  border-radius: 0.375rem;
  display: block;
  height: calc(100% - 20px);
  color: gray;
  text-align: center;
  line-height: 11.5;
  font-size: 50px;
}
.product-tile-container.lazyload .product, .product-tile-container.lazyloading .product {
  opacity: 0;
}
.product-tile-container.lazyloaded .product {
  opacity: 1;
  transition: 0.3s;
}

.c-product-quantity {
  border: 2px solid #375481;
  border-radius: 0.5625rem;
  height: 3.125rem;
  box-sizing: border-box;
  width: 100%;
}
.c-product-quantity.disabled {
  border-color: #ccc;
}
.c-product-quantity.disabled .c-product-quantity__button {
  color: #ccc;
}
.c-product-quantity__nav {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.c-product-quantity__button, .c-product-quantity__stepper {
  color: #142745;
  cursor: pointer;
  font-family: "Grotesque", sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
  padding: 0.5rem 0.375rem 0 0.375rem;
  line-height: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-product-quantity__button:hover, .c-product-quantity__stepper:hover {
  color: #375481;
}
.c-product-quantity__button--down, .c-product-quantity__stepper--down {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  margin-top: -0.375rem;
}
.c-product-quantity__input {
  background: none;
  border: 0;
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  padding: 0.25rem 0 0;
  text-align: center;
  -moz-appearance: textfield;
  width: calc(100% - 2.875rem);
}
.c-product-quantity__input::-webkit-inner-spin-button, .c-product-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-product-quantity__input:focus {
  background: none;
  border: 0;
  box-shadow: none;
}
.c-product-quantity__input:disabled {
  color: #ccc;
  background: none;
}
.c-product-quantity.isDisabled {
  opacity: 0.5;
}
.c-product-quantity.isDisabled .c-product-quantity__stepper {
  color: #142745;
}
.c-product-quantity.isDisabled .c-product-quantity__nav {
  pointer-events: none;
}

/* ============================================================================
    Search result no resul page
============================================================================ */
.c-empty-search {
  position: relative;
  width: 100%;
}
.c-empty-search__header {
  color: #142745;
  line-height: 2.1875rem;
  margin-bottom: 1.9375rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  .c-empty-search__header {
    padding-top: 0.625rem;
    margin-bottom: 3rem;
  }
}
.c-empty-search__header--no-result {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-empty-search__header--no-result {
    margin-bottom: 0.4375rem;
  }
}
.c-empty-search__text {
  color: #375481;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .c-empty-search__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-empty-search__text__keywords {
  text-transform: capitalize;
}
.c-empty-search__text__link {
  color: #375481;
  font-weight: 500;
  text-decoration: underline;
  text-transform: capitalize;
}
.c-empty-search__text__link:hover {
  text-decoration: none;
}
.c-empty-search__text--need-help {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .c-empty-search__text--need-help {
    margin-top: 1.25rem;
  }
}
.c-empty-search__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.c-empty-search__list__item {
  display: inline;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-square-beige {
  background: #f5f5dc;
}
.swatch-square-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-square-black {
  background: #000;
}
.swatch-square-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-square-blue {
  background: #0070d2;
}
.swatch-square-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-square-brown {
  background: #a52a2a;
}
.swatch-square-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #117850;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-square-green {
  background: #117850;
}
.swatch-square-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #117850;
  border-radius: 0.69em;
  background-color: #117850;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-square-grey {
  background: #8f979d;
}
.swatch-square-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-square-navy {
  background: #000080;
}
.swatch-square-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-square-orange {
  background: #ffa500;
}
.swatch-square-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-square-pink {
  background: #fe249a;
}
.swatch-square-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-square-purple {
  background: #800080;
}
.swatch-square-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-square-red {
  background: #f00;
}
.swatch-square-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-square-white {
  background: #fff;
}
.swatch-square-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-square-yellow {
  background: #ff0;
}
.swatch-square-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}

.swatch a {
  text-decoration: none;
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  top: 50%;
  z-index: 1051;
}
@media (max-width: 991.98px) {
  .add-to-cart-messages {
    margin-top: 5rem;
  }
}

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 0.625rem;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #666;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.c-quick-view {
  max-width: 23.4375rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-quick-view {
    max-width: 48.125rem;
  }
}
.c-quick-view--short {
  max-width: 21.5625rem;
}
@media (min-width: 768px) {
  .c-quick-view--short {
    max-width: 30.5rem;
  }
}
@media (min-width: 768px) {
  .c-quick-view--atc, .c-quick-view--checkout {
    max-width: 47rem;
  }
}
.c-quick-view--atc .c-quick-view__content, .c-quick-view--checkout .c-quick-view__content {
  max-height: 100vh;
  overflow-x: hidden;
}
.c-quick-view__content--wrapped {
  padding: 1.125rem 2.5rem 3.125rem;
}
.c-quick-view__content--wrapped-payment {
  padding: 1.125rem 0.9375rem 3.125rem;
}
@media (min-width: 768px) {
  .c-quick-view__content--wrapped-payment {
    padding: 1.125rem 2.5rem 2.5rem;
  }
}
.c-quick-view__content .pli-limit-alert {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-top: 0.375rem;
}
.c-quick-view__header {
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.9375rem;
  text-align: right;
}
@media (min-width: 768px) {
  .c-quick-view__header {
    padding-left: 2.5rem;
  }
}
.c-quick-view__header__icon {
  border: 1px solid #4FCCB1;
  border-radius: 50%;
  color: #4FCCB1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 2.625rem;
  width: 2.625rem;
}
.c-quick-view__header__messaging {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.67;
  padding-left: 0.59375rem;
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .c-quick-view__header__messaging {
    font-size: 0.875rem;
    line-height: 1.57;
    padding-left: 5px;
    padding-top: 0;
  }
}
.c-quick-view__header__messaging__heading {
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 0.0625rem;
}
@media (min-width: 768px) {
  .c-quick-view__header__messaging__heading {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-quick-view__header__close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23142745'%3E %3Cg%3E %3Cpath d='M19.595.404c.54.54.54 1.414 0 1.953L2.673 19.28c-.54.538-1.415.538-1.953 0-.539-.54-.539-1.414 0-1.953L17.643.404c.539-.539 1.414-.539 1.952 0zm-6.398 10.841l6.083 6.083c.54.54.54 1.413 0 1.953-.539.538-1.414.538-1.952 0l-6.083-6.083 1.952-1.953zM.404.405c.538-.54 1.413-.54 1.953 0l6.127 6.127-1.953 1.953L.404 2.357c-.539-.54-.539-1.414 0-1.953z' transform='translate(-1355 -45) translate(1355 45)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: #fff;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  border: 0;
  padding: 0.5625rem;
}
.c-quick-view__header__close--zoom {
  background-color: transparent;
}
.c-quick-view__header--short {
  padding: 0;
  margin-right: -1.375rem;
}
.c-quick-view__header--short-payment {
  padding: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .c-quick-view__header--short-payment {
    margin-right: -1.375rem;
  }
}
.c-quick-view__body {
  padding: 0 1.25rem 1.875rem;
}
.c-quick-view__body__primary-image__image {
  max-height: 12.125rem;
  max-width: 12.125rem;
}
@supports (object-fit: cover) {
  .c-quick-view__body__primary-image__image {
    object-fit: cover;
    object-position: center;
  }
}
.c-quick-view__body__primary-image, .c-quick-view__body__sidebar {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .c-quick-view__body__primary-image__inner, .c-quick-view__body__sidebar__inner {
    -ms-flex: 0 1 12.6875rem;
        flex: 0 1 12.6875rem;
    max-width: 12.6875rem;
  }
}
@media (min-width: 992px) {
  .c-quick-view__body__primary-image__inner, .c-quick-view__body__sidebar__inner {
    -ms-flex-preferred-size: 13.375rem;
        flex-basis: 13.375rem;
    max-width: 13.375rem;
  }
}
@media (max-width: 767.98px) {
  .c-quick-view__body .c-product-detail__brand {
    margin-bottom: 1rem;
  }
}
.c-quick-view__body__detail, .c-quick-view__body__recommendations, .c-quick-view__body__divider {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .c-quick-view__body__detail, .c-quick-view__body__recommendations, .c-quick-view__body__divider {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.c-quick-view__body__detail {
  margin-bottom: 1.25rem;
}
.c-quick-view__body__recommendations.has-spinner {
  min-height: 6.25rem;
}
.c-quick-view__body__recommendations .slick-next,
.c-quick-view__body__recommendations .slick-prev {
  height: 3.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.1875rem;
}
.c-quick-view__body__recommendations .slick-prev {
  margin-left: 0.03125rem;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}
.c-quick-view__body__ratings {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 1.0625rem;
  width: 100%;
  font-size: 11px;
}
@media screen and (min-width: 425px) {
  .c-quick-view__body__ratings {
    font-size: 12px;
  }
}
@media screen and (min-width: 500px) {
  .c-quick-view__body__ratings {
    font-size: 13px;
  }
}
@media (min-width: 544px) {
  .c-quick-view__body__ratings {
    font-size: 11px;
  }
}
@media screen and (min-width: 630px) {
  .c-quick-view__body__ratings {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .c-quick-view__body__ratings {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .c-quick-view__body__ratings {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .c-quick-view__body__ratings {
    font-size: 14px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.c-quick-view__body__prices .c-product-detail__promotions__callout-msg {
  margin-bottom: 0.5rem;
}
.c-quick-view__body__prices .c-productLineItem__prices {
  margin-bottom: 0;
}
.c-quick-view__body__prices .c-productLineItem__sales__value {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.125rem;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .c-quick-view__body__attributes {
    margin-bottom: 1.25rem;
  }
}
.c-quick-view__body__quantity {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .c-quick-view__body__quantity {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
}
.c-quick-view__body__viewfull {
  margin-bottom: 1rem;
}
.c-quick-view__body__viewfull__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #142745;
  text-decoration: underline;
}
.c-quick-view__body__full-datails__link {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.57;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-quick-view__body__full-datails__link {
    font-size: 0.875rem;
  }
}
.c-quick-view__body__full-datails__link:hover {
  text-decoration: none;
}
.c-quick-view__body__product-name {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .c-quick-view__body__product-name--atc {
    margin-bottom: 0.6875rem;
  }
}
.c-quick-view__body__product-name__title {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.3125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-quick-view__body__product-name__title {
    font-size: 1.25rem;
  }
}
.c-quick-view__body__product-name__title--set {
  border-bottom: 0.125rem solid #ccc;
  font-size: 1rem;
  margin: 0 0 0.625rem 0;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-quick-view__body__product-name__title--set {
    font-size: 1.125rem;
  }
}
.c-quick-view__body__option-header {
  border-bottom: 0.125rem solid #ccc;
  box-sizing: border-box;
  color: #375481;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.57;
  padding: 0 0.9375rem 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-quick-view__body__option-header {
    margin: 0 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-quick-view__body__detail-panel {
  width: 100%;
}
.c-quick-view__body__info, .c-quick-view__body__sidebar {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
}
.c-quick-view__body__info__value {
  margin-bottom: 0.375rem;
}
.c-quick-view__body__sidebar__inner {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.c-quick-view__body__sidebar__subtotal {
  margin-bottom: 0.9375rem;
}
.c-quick-view__body__sidebar__btn {
  margin-bottom: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
}
@media (min-width: 544px) {
  .c-quick-view__body__sidebar__btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .c-quick-view__body__sidebar__btn {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}
.c-quick-view__body__divider {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-quick-view__body__divider {
    margin-bottom: 1rem;
  }
}
.c-quick-view__body__divider__rule {
  border-color: #f5f5f5;
  border-width: 0.125rem;
}
@media (min-width: 768px) {
  .c-quick-view__body__divider__rule {
    margin-top: 0.875rem;
  }
}
.c-quick-view__body__recommendations {
  margin-bottom: -3.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .c-quick-view__body__recommendations {
    margin-bottom: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.c-quick-view__body__recommendations__heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-quick-view__body__recommendations__heading {
    font-size: 1.375rem;
    line-height: 1.55;
  }
}
.c-quick-view__body__title {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-quick-view__body__title {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
.c-quick-view__body__text {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
}
.c-quick-view__footer {
  background-color: #f5f5f5;
  border: 0;
  height: 5rem;
  padding: 0.9375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .c-quick-view__footer {
    padding: 0 2.5rem;
    position: absolute;
  }
}
.c-quick-view__footer--atc {
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.c-quick-view__footer__container {
  margin: 0;
}
.c-quick-view__footer .c-product-quantity {
  height: 3.125rem;
}
.c-quick-view .c-quick-view__primary-image {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .c-quick-view .c-quick-view__primary-image {
    margin-bottom: 1.5rem !important;
  }
}
.c-quick-view .c-quick-view__primary-image__img-large {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.c-quick-view .c-quick-view__primary-image .c-quick-view__primary-image__alt-box {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%;
  max-width: 90%;
  width: 90%;
}
.c-quick-view .c-quick-view__primary-image__alternate {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.c-quick-view .c-quick-view__primary-image__alternate .slick-track {
  margin: 0 auto;
}
.c-quick-view .c-quick-view__primary-image__alternate .slick-track .slick-slide {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-quick-view .c-quick-view__primary-image__zoom {
  display: none;
}
.c-quick-view__bundle-items-value, .c-quick-view__set-item-value {
  font-weight: 500;
}
.c-quick-view .c-quick-view__set-item__row {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 9px);
}
@media (min-width: 768px) {
  .c-quick-view .c-quick-view__set-item__row {
    width: calc(100% + 20px);
  }
}
.c-quick-view .c-quick-view__set-item__ratings {
  margin-bottom: 0.5rem;
}
.c-quick-view .c-quick-view__set-item__attributes__button__label {
  font-size: 0.8125rem;
  padding: 0.5rem 0.5rem 0.25rem;
}
@media (min-width: 768px) {
  .c-quick-view .c-quick-view__set-item__description__quantity {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .c-quick-view .c-quick-view__set-item__description__addtocart {
    -ms-flex: 0 0 55.9%;
        flex: 0 0 55.9%;
    max-width: 55.9%;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-quick-view .c-quick-view__bundle-item__product-name, .c-quick-view .c-quick-view__set-item__product-name {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 544px) {
  .c-quick-view .c-quick-view__bundle-item__product-name, .c-quick-view .c-quick-view__set-item__product-name {
    line-height: 1.375rem;
  }
}
.c-quick-view .c-quick-view__bundle-item__more, .c-quick-view .c-quick-view__set-item__more {
  color: #142745;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.c-quick-view__attributes--quantity {
  color: #142745;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
  margin-top: 0.375rem;
}
.c-quick-view__attributes--quantity span {
  font-weight: 500;
}
.c-quick-view__header__items__item {
  font-weight: 300;
}
@media (max-width: 543.98px) {
  .c-quick-view__sticky-mobile-bottom-atc {
    background-color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 5rem;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media (max-width: 543.98px) {
  .c-quick-view__sticky-mobile-bottom-atc .d-flex {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 543.98px) {
  .c-quick-view .product-quickview {
    padding-bottom: 4.375rem;
  }
}

.c-search-nav {
  margin-bottom: 0;
}
.c-search-nav__tabs-wrapper__nav__item__link {
  background-color: transparent;
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.57;
  outline: none;
  padding: 0.3125rem 1.25rem 0.25rem;
  text-align: center;
  text-transform: uppercase;
}
.c-search-nav__tabs-wrapper__nav__item__link.nav-link {
  color: #142745;
}
.c-search-nav__tabs-wrapper__nav__item__link.nav-link:focus {
  background-color: transparent;
}
.c-search-nav__tabs-wrapper__nav__item__link.nav-link.active {
  color: #2458A9;
  border-bottom: 0.125rem solid #2458A9;
}
.c-search-nav__tabs-wrapper__nav__item__link.nav-link:hover {
  color: #2458A9;
}
.c-search-nav__tabs-wrapper__nav__item__link.nav-link.disabled {
  color: #ccc;
}

.c-elist {
  color: #142745;
  font-size: 0.875rem;
}
.c-elist--header {
  background: #f5f5f5;
}
.c-elist__table {
  color: #142745;
}
.c-elist__search {
  margin: 0 auto;
  max-width: 23.4375rem;
}
@media (min-width: 544px) {
  .c-elist__search__detail {
    margin-left: auto;
    margin-right: 0;
  }
}
.c-elist__search__detail .c-site-header__search {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.c-elist__search__detail .c-site-header__search__form {
  background-color: transparent;
  padding: 0;
}
.c-elist__search__detail .c-site-header__search .fa-search {
  right: 0.9375rem;
}
.c-elist__search__detail__header {
  font-size: 2.125rem;
  margin-right: 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .c-elist__search__detail__header {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 767.98px) {
  .c-elist__search__detail__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 543.98px) {
  .c-elist__search__detail__header {
    margin-bottom: 1.25rem;
  }
}
.c-elist__search__detail--body .c-popular-category__header {
  font-family: "Sans Text", sans-serif;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 544px) {
  .c-elist__search__detail--body .c-popular-category__header {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-elist__search__detail--body .c-popular-category__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 543.98px) {
  .c-elist__search__detail--body .c-popular-category__header {
    line-height: 1.625rem;
  }
}
.c-elist__search__detail--body .c-category-seo__quick-filters {
  margin-bottom: 1.875rem;
}
.c-elist__search-field {
  padding-top: 0.9375rem;
  padding-bottom: 0.8125rem;
}
.c-elist__description {
  margin-bottom: 0.9375rem;
}
.c-elist__description__form-group {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .c-elist__description__form-group {
    margin-bottom: 1.875rem;
    width: 100%;
  }
}
.c-elist__description__form-group__select {
  color: #375481;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9544 5.99852C5.8056 5.98772 5.6652 5.92894 5.5536 5.83054L0.220768 1.13738C0.0443674 0.981381 -0.0348329 0.744986 0.0143673 0.516989C0.0635676 0.288992 0.233968 0.104204 0.460769 0.0322048C0.686371 -0.0397943 0.935972 0.0118045 1.11237 0.166603L6 4.46975L10.8876 0.166603C11.064 0.0106045 11.3136 -0.0397943 11.5392 0.0322048C11.7672 0.104204 11.9352 0.288992 11.9856 0.516989C12.0348 0.744986 11.9556 0.981381 11.7792 1.13738L6.4464 5.83171C6.312 5.94931 6.1344 6.01052 5.9544 5.99852V5.99852Z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.5625rem) 1.25rem;
  background-size: 0.875rem 0.5rem;
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding-top: 1.5rem;
}
.c-elist__description__form-group__select option {
  font-family: "Grotesque", sans-serif;
  font-weight: 300;
}
.c-elist__description__form-group__label {
  color: #375481;
}
.c-elist__description__form-group__description__form-group__label {
  color: #375481;
  font-family: "Grotesque", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  width: auto;
}
.c-elist__thead-dark__col {
  background-color: #142745;
  color: #fff;
  border: 0;
}
@media (max-width: 991.98px) {
  .c-elist__thead-dark__col:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-elist__thead-dark__col:first-child {
    width: 12.5rem;
  }
}
.c-elist__header {
  background-color: #375481;
  margin-bottom: 1.125rem;
  padding-top: 1.75rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 544px) {
  .c-elist__header {
    margin-bottom: 4.4375rem;
    padding-top: 3.375rem;
  }
}
.c-elist__header__detail {
  padding-bottom: 0.75rem;
}
@media (min-width: 544px) {
  .c-elist__header__detail {
    margin-bottom: 3.375rem;
    padding-bottom: 2.375rem;
  }
}
.c-elist__header__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 60.0625rem;
}
.c-elist__header__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 544px) {
  .c-elist__header__title {
    font-size: 2.375rem;
    line-height: 2.625rem;
    margin-bottom: 0.5625rem;
  }
}
.c-elist__header__description {
  margin-bottom: 0.8125rem;
}
@media (min-width: 544px) {
  .c-elist__header__description {
    margin-bottom: 1.1875rem;
  }
}
.c-elist__header__description p {
  color: #D0E3FF;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media (min-width: 544px) {
  .c-elist__header__description p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.c-elist__header__description p a {
  color: #fff;
}
.c-elist__header__search {
  margin-bottom: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 53.875rem;
}
@media (min-width: 544px) {
  .c-elist__header__search {
    margin-bottom: -1.875rem;
  }
}
.c-elist__header__dropdown {
  position: relative;
  width: 100%;
}
.c-elist__header__dropdown__toggle {
  background-color: #fff;
  border-radius: 0.375rem;
  border: 1px solid #E2E2E2;
  color: #375481;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  box-shadow: 0.25rem 0.4375rem 1rem 0 rgba(0, 0, 0, 0.07);
  height: 3.125rem;
  padding: 0.25rem 0.9375rem 0.25rem;
  position: relative;
  width: 100%;
}
.c-elist__header__dropdown__toggle:focus {
  background-color: #fff;
  box-shadow: 0.25rem 0.4375rem 1rem 0 rgba(0, 0, 0, 0.07);
  outline: 0.125rem solid #142745;
}
.c-elist__header__dropdown__toggle:focus:not(:focus-visible) {
  outline: 0.125rem solid #142745;
}
.c-elist__header__dropdown__toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23142745' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
  background-size: 0.75rem 0.4375rem;
  content: "";
  cursor: pointer;
  height: 0.4375rem;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 0.75rem;
}
@media (min-width: 544px) {
  .c-elist__header__dropdown__toggle {
    height: 3.75rem;
    margin-top: -0.0625rem;
  }
}
.c-elist__header__dropdown__text {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375rem;
  max-width: 90%;
  padding-top: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .c-elist__header__dropdown__text {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 0.375rem;
  }
}
.c-elist__header__dropdown__menu {
  min-width: 12rem;
  opacity: 0;
  padding-top: 0.3125rem;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  visibility: hidden;
  width: 100%;
}
.c-elist__header__dropdown__menu--isOpen {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.c-elist__header__dropdown__items {
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0.25rem 0.4375rem 1.0625rem 0 rgba(0, 0, 0, 0.24);
  padding: 1.25rem;
  width: 100%;
}
.c-elist__header__dropdown__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.c-elist__header__dropdown__link {
  background-color: transparent;
  border: 0;
  color: #A7A7A7;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3125rem;
  padding: 0;
  text-align: left;
}
@media (min-width: 544px) {
  .c-elist__header__dropdown__link {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}
.c-elist__header__dropdown__link:hover, .c-elist__header__dropdown__link.active {
  color: #375481;
}
.c-elist__header__form-group {
  margin-bottom: 0;
  position: relative;
}
.c-elist__header__form-group__select, .c-elist__header__form-group__search {
  background-color: #fff;
  border-radius: 0.375rem;
  border: 1px solid #E2E2E2;
  box-shadow: 0.25rem 0.4375rem 1rem 0 rgba(0, 0, 0, 0.07);
  height: 3.125rem;
  padding: 0.9375rem 2.5rem 1.25rem 0.9375rem;
}
.c-elist__header__form-group__select:focus, .c-elist__header__form-group__search:focus {
  background-color: #fff;
  box-shadow: 0.25rem 0.4375rem 1rem 0 rgba(0, 0, 0, 0.07);
  outline: 0.125rem solid #142745;
}
@media (min-width: 544px) {
  .c-elist__header__form-group__select, .c-elist__header__form-group__search {
    height: 3.75rem;
  }
}
.c-elist__header__form-group__select {
  background-position-x: calc(100% - 1.25rem);
}
.c-elist__header__form-group__search {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4375rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  .c-elist__header__form-group__search {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-bottom: 0.5625rem;
  }
}
.c-elist__header__form-group__search:-ms-input-placeholder {
  color: #A7A7A7;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .c-elist__header__form-group__search:-ms-input-placeholder {
    font-size: 0.875rem;
  }
}
.c-elist__header__form-group__search::-ms-input-placeholder {
  color: #A7A7A7;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .c-elist__header__form-group__search::-ms-input-placeholder {
    font-size: 0.875rem;
  }
}
.c-elist__header__form-group__search:-ms-input-placeholder {
  color: #A7A7A7;
  font-size: 1rem;
}
.c-elist__header__form-group__search::placeholder {
  color: #A7A7A7;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .c-elist__header__form-group__search:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .c-elist__header__form-group__search::placeholder {
    font-size: 0.875rem;
  }
}
.c-elist__header__form-group__search__btn {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-elist__header__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -0.15625rem;
  margin-right: -0.15625rem;
}
.c-elist__header__item {
  padding-left: 0.15625rem;
  padding-right: 0.15625rem;
}
.c-elist__header__item--select {
  -ms-flex: 0 0 7.75rem;
      flex: 0 0 7.75rem;
  max-width: 7.75rem;
}
@media (min-width: 544px) {
  .c-elist__header__item--select {
    -ms-flex: 0 0 14.625rem;
        flex: 0 0 14.625rem;
    max-width: 14.625rem;
  }
}
.c-elist__header__item--search {
  -ms-flex: 0 0 calc(100% - 7.75rem);
      flex: 0 0 calc(100% - 7.75rem);
  max-width: calc(100% - 7.75rem);
}
@media (min-width: 544px) {
  .c-elist__header__item--search {
    -ms-flex: 0 0 calc(100% - 14.625rem);
        flex: 0 0 calc(100% - 14.625rem);
    max-width: calc(100% - 14.625rem);
  }
}
.c-elist__suggested {
  margin-bottom: 1.3125rem;
}
.c-elist__suggested__card__header {
  border-bottom: 0.0625rem solid #EBEBEB;
  margin-bottom: 1.1875rem;
  padding-bottom: 0.375rem;
}
.c-elist__suggested__card__toggleBtn {
  background: none;
  box-shadow: none;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1rem;
  padding-left: 0;
  position: relative;
  -webkit-appearance: none;
}
.c-elist__suggested__card__toggleBtn.collapsed::after {
  transform: translateY(-50%) scaleY(1);
}
.c-elist__suggested__card__toggleBtn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23ffffff' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
  background-size: 0.75rem 0.4375rem;
  content: "";
  cursor: pointer;
  height: 0.4375rem;
  margin-top: -0.0625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  transition: all 0.3s ease-in-out;
  width: 0.75rem;
}
.c-elist__suggested__link {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.8125rem;
  margin-bottom: 0.625rem;
  padding: 0;
  text-align: left;
}
.c-elist__suggested__link:hover, .c-elist__suggested__link:focus {
  color: #fff;
  box-shadow: none;
}
.c-elist__suggested__action {
  text-align: left;
}
.c-elist__suggested__action .c-elist__suggested__action__link {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8125rem;
}
@media (max-width: 767.98px) {
  .c-elist__suggested {
    margin-bottom: 0.625rem;
    text-align: left;
  }
  .c-elist__suggested &gt; .col-12 .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .c-elist__suggested &gt; .col-12 .row .col-12:last-child {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
    -ms-flex-order: -1;
        order: -1;
  }
  .c-elist__suggested .c-elist__suggested__card__toggleBtn {
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1rem;
    padding-left: 0;
    padding-top: 0.25rem;
    -webkit-appearance: none;
  }
  .c-elist__suggested .c-elist__suggested__card__toggleBtn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23ffffff' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
  }
  .c-elist__suggested .c-elist__suggested__link {
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
  .c-elist__suggested .c-elist__suggested__action__link {
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
}
.c-elist__suggested--dark .c-elist__suggested__card__toggleBtn {
  color: #142745;
}
.c-elist__suggested--dark .c-elist__suggested__card__toggleBtn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23142745' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
}
.c-elist__suggested--dark .c-elist__suggested__link {
  color: #142745;
}
.c-elist__suggested--dark .c-elist__suggested__link:hover {
  color: #142745;
}
.c-elist__suggested--dark .c-elist__suggested__action .c-elist__suggested__action__link {
  color: #142745;
}
.c-elist__content {
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0.25rem 0.4375rem 1rem 0 rgba(0, 0, 0, 0.07);
  padding: 2.25rem;
}
@media (min-width: 544px) {
  .c-elist__content {
    margin-bottom: 5rem;
  }
}
@media (max-width: 991.98px) {
  .c-elist__content {
    border-radius: 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .c-elist__content {
    padding-top: 0;
  }
}
.c-elist__content.isOverlayShow {
  position: relative;
}
.c-elist__content.isOverlayShow &gt; .modal-background {
  border-radius: inherit;
  position: absolute;
}
.c-elist__content .c-elist__listNavigation {
  margin-bottom: 2.25rem;
}
@media (max-width: 767.98px) {
  .c-elist__content .c-elist__listNavigation {
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
  }
}
.c-elist__content .c-elist__listNavigation--bottom {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .c-elist__content .c-elist__listNavigation--bottom {
    display: none;
  }
}
.c-elist__content .c-elist__listNavigation--bottom .nav-item a.js-get-elists {
  cursor: pointer;
}
.c-elist__content .c-elist__listNavigation__btn {
  border-radius: 0.375rem;
  color: #375481;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.8125rem;
  height: 1.5rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  padding-top: 0.1875rem;
  text-align: center;
  text-decoration: none;
  width: 1.5rem;
}
.c-elist__content .c-elist__listNavigation__btn:hover, .c-elist__content .c-elist__listNavigation__btn.active {
  background-color: #D1DAE7;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .c-elist__content .c-elist__listNavigation__item {
    -ms-flex: 0 0 13.8%;
        flex: 0 0 13.8%;
    max-width: 14%;
  }
}
.c-elist__inner {
  margin-bottom: 3.125rem;
}
.c-elist__details .c-elist__col {
  display: block;
  margin-bottom: 0.8125rem;
  height: 7.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-elist__details .c-elist__col {
    height: 6.25rem;
  }
}
.c-elist__card {
  background-color: #F2F2F2;
  border-radius: 0.375rem;
  height: 100%;
}
.c-elist__card.isCollapsed {
  height: auto;
  position: relative;
  z-index: 1031;
}
.c-elist__card__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  height: 7.125rem;
  min-height: 2.5rem;
  padding: 1.5625rem 1.125rem 1.5625rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-elist__card__header {
    height: 6.25rem;
  }
}
.c-elist__card__header.collapsed::after, .c-elist__card__header.force-collapsed::after {
  transform: translateY(-50%) scaleY(1);
}
.c-elist__card__header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23142745' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
  background-size: 0.75rem 0.4375rem;
  content: "";
  cursor: pointer;
  height: 0.4375rem;
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  transition: all 0.3s ease-in-out;
  width: 0.75rem;
}
.c-elist__card__body {
  padding: 0 1.125rem 1.5625rem;
}
.c-elist__card__heading__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-elist__card__heading__type {
  border-radius: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.01125rem;
  line-height: 0.75rem;
  margin-right: 0.625rem;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
}
.c-elist__card__heading__type.eligible {
  color: #00921F;
}
.c-elist__card__heading__type.not-eligible {
  color: #B82424;
}
.c-elist__card__heading__type.eligible-w-rx {
  color: #FFB19A;
}
.c-elist__card__heading__type.eligible-w-lmn {
  color: #008392;
}
.c-elist__card__heading__link {
  border-bottom: solid 0.0625rem #142745;
  color: #142745;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.01125rem;
  line-height: 0.75rem;
  position: relative;
  text-decoration: none;
}
.c-elist__card__heading__link:hover {
  text-decoration: none;
}
.c-elist__card__heading__link::before {
  background-color: #D8D8D8;
  content: "";
  height: 0.6875rem;
  margin-top: -0.125rem;
  position: absolute;
  right: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
}
.c-elist__card__description {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-bottom: 1.125rem;
}
.c-elist__card__action__link__label {
  border-bottom: solid 0.0625rem #142745;
  color: #142745;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25rem;
  text-decoration: none;
}
.c-elist__card__action__link__label:hover {
  text-decoration: none;
}
.c-elist__card__fitness {
  margin-top: 2.75rem;
}
.c-elist__card__fitness__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1.375rem;
}
.c-elist__card__fitness__left {
  border-radius: 100%;
  -ms-flex: 0 0 3.125rem;
      flex: 0 0 3.125rem;
  height: 3.125rem;
  max-width: 3.125rem;
  width: 3.125rem;
}
.c-elist__card__fitness__image {
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.c-elist__card__fitness__right {
  -ms-flex: 0 0 calc(100% - 3.125rem);
      flex: 0 0 calc(100% - 3.125rem);
  max-width: calc(100% - 3.125rem);
  padding-left: 1.125rem;
}
.c-elist__card__fitness__title {
  color: #142745;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.6875rem;
}
.c-elist__card__fitness__description {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.c-elist__card__fitness__footer__btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}
.c-elist__loadMore {
  margin-bottom: 0.8125rem;
}
@media (min-width: 544px) {
  .c-elist__loadMore {
    margin-bottom: 3.125rem;
  }
}
.c-elist__loadMore__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
}
@media (min-width: 544px) {
  .c-elist__loadMore__btn {
    min-height: 3.75rem;
    min-width: 15.625rem;
  }
}
.c-elist__listFilters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.6875rem;
}
.c-elist__listFilters__action {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.c-elist__listFilters__action__header {
  border-bottom: solid 0.0625rem #EBEBEB;
  margin-bottom: 0.8125rem;
  padding-bottom: 0.375rem;
}
.c-elist__listFilters__action__title {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
}
@media (min-width: 544px) {
  .c-elist__listFilters__action__title {
    font-size: 1rem;
    line-height: 1.0625rem;
  }
}
.c-elist__listFilters__action__btn {
  background-color: #F8F8F8;
  border-radius: 0.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 2.5rem;
  min-width: 5.8125rem;
  padding: 0.5rem;
  text-decoration: none;
}
@media (min-width: 544px) {
  .c-elist__listFilters__action__btn {
    background-color: #fff;
  }
}
.c-elist__listFilters__action__btn:hover {
  text-decoration: none;
}
.c-elist__listFilters__action__btn__icon {
  -ms-flex: 0 0 1rem;
      flex: 0 0 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  max-width: 1rem;
}
.c-elist__listFilters__action__btn__text {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
  padding-top: 0.375rem;
}
.c-elist__listFilters__action__btn__done {
  border-radius: 0.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 2.5rem;
  min-width: 5.8125rem;
  padding: 0.5rem;
  text-decoration: none;
}
.c-elist__listFilters__action__menu {
  opacity: 0;
  padding-top: 0.3125rem;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .c-elist__listFilters__action__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: fixed;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: calc(100% - 0.9375rem);
  }
}
.c-elist__listFilters__action.isOpen {
  z-index: 1082;
}
.c-elist__listFilters__action.isOpen .c-elist__listFilters__action__menu {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 767.98px) {
  .c-elist__listFilters__action.isOpen .c-elist__listFilters__action__menu {
    transform: translate(-50%, -50%) scale(1);
    overflow: hidden;
  }
}
.c-elist__listFilters__action__items {
  border-radius: 0.375rem;
  background-color: #fff;
  padding: 1.25rem;
  width: 17.625rem;
}
@media (max-width: 767.98px) {
  .c-elist__listFilters__action__items {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.c-elist__listFilters__action__item {
  padding-right: 1.25rem;
}
.c-elist__listFilters__action__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.c-elist__listFilters__action__item--listNavigation {
  padding-right: 0;
}
@media (min-width: 768px) {
  .c-elist__listFilters__action__item--listNavigation {
    display: none;
  }
}
.c-elist__listFilters__action__item .c-elist__listNavigation {
  -ms-flex-align: center;
      align-items: center;
  background-color: #E9F2FF;
  border-radius: 0.375rem 0 0 0.375rem;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.9375rem;
  margin-right: -1.1875rem;
  overflow-x: auto;
  white-space: nowrap;
}
.c-elist__listFilters__action__item .c-elist__listNavigation.animate__easedBounceLeft {
  overflow-x: visible;
}
.c-elist__listFilters__action__item .c-elist__listNavigation__overflow {
  overflow: hidden;
  margin-right: -1.1875rem;
}
.c-elist__listFilters__action__item .c-elist__listNavigation::-webkit-scrollbar {
  display: none;
}
.c-elist__listFilters__action__item .c-elist__listNavigation__item {
  background-color: #E9F2FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: 0 0 13.566%;
      flex: 0 0 13.566%;
  height: 2.125rem;
  max-width: 13.566%;
}
.c-elist__listFilters__action__item .c-elist__listNavigation__btn {
  border-radius: 0.375rem;
  background-color: #E9F2FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 2.125rem;
  padding-top: 0.4375rem;
  text-decoration: none;
  width: 2.125rem;
}
.c-elist__listFilters__action__item .c-elist__listNavigation__btn.active {
  background-color: #375481;
  color: #E9F2FF !important;
  text-decoration: none !important;
}
.c-elist__listFilters__action__item .c-elist__listNavigation__btn:hover {
  text-decoration: none;
}
.c-elist__listFilters__action__item:not(.c-elist__listFilters__action__item--listNavigation) ~ .c-elist__listFilters__action__header {
  margin-top: 1.5rem;
}
.c-elist__listFilters__action__checkbox {
  margin-bottom: 0;
  cursor: pointer;
}
.c-elist__listFilters__action__checkbox__label {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .c-elist__listFilters__action__checkbox__label {
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1rem;
  }
}
.c-elist__listFilters__bar {
  -ms-flex: 0 0 calc(100% - 5.9375rem);
      flex: 0 0 calc(100% - 5.9375rem);
  max-width: calc(100% - 5.9375rem);
  padding-top: 0.3125rem;
}
@media (max-width: 767.98px) {
  .c-elist__listFilters__bar {
    padding-top: 0;
  }
}
.c-elist__listFilters__bar__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.c-elist__listFilters__bar__item {
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
}
.c-elist__listFilters__bar__item--listNavigation {
  padding-right: 0;
}
.c-elist__listFilters__bar__btn {
  background-color: #F8F8F8;
  border-radius: 0.375rem;
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  padding: 0.5625rem 2.125rem 0.1875rem 0.625rem;
  position: relative;
  text-align: left;
}
@media (min-width: 544px) {
  .c-elist__listFilters__bar__btn {
    background-color: #fff;
    margin-bottom: 0;
  }
}
.c-elist__listFilters__bar__btn.selected-alpha-filter {
  padding-right: 0.625rem;
}
@media (max-width: 767.98px) {
  .c-elist__listFilters__bar__btn.selected-alpha-filter {
    display: none;
  }
}
.c-elist__listFilters__bar__btn:not(.selected-alpha-filter)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='%232458a9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.777 0.222C11.074 0.519 11.074 1 10.777 1.296L1.47 10.604C1.173 10.901 0.692 10.901 0.396 10.604C0.1 10.307 0.1 9.827 0.396 9.53L9.704 0.222C10 -0.074 10.481 -0.074 10.777 0.222V0.222ZM7.258 6.185L10.604 9.53C10.901 9.827 10.901 10.307 10.604 10.604C10.308 10.901 9.826 10.901 9.53 10.604L6.185 7.26L7.258 6.186V6.185ZM0.222 0.222C0.518 -0.074 0.999 -0.074 1.296 0.222L4.666 3.592L3.592 4.667L0.222 1.297C-0.074 1 -0.074 0.519 0.222 0.222Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 0.625rem;
  position: absolute;
  right: 0.625rem;
  top: 0.5625rem;
  width: 0.625rem;
}
.c-elist__listFilters__bar__link {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
  margin-left: 0.625rem;
  padding: 0.5625rem 0 0.1875rem;
  position: relative;
}
.c-elist__searchResults:not(:last-child) {
  margin-bottom: 2.25rem;
}
.c-elist__searchResults__title {
  color: #142745;
  font-size: 1rem;
  line-height: 1.0625rem;
}
.c-elist__searchResults__notFound {
  margin-top: 1.75rem;
}
.c-elist__searchResults__notFound__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.8125rem;
  margin-bottom: 1.6875rem;
}
.c-elist__searchResults__notFound__text {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1rem;
}
.c-elist__searchResults__notFound__link {
  text-decoration: underline;
}
.c-elist__searchResults__notFound__link:not(.btn) {
  color: #375481;
}
.c-elist__detail {
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0.25rem 0.4375rem 1rem 0 rgba(0, 0, 0, 0.07);
  padding: 1.125rem 0.9375rem 2.25rem;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .c-elist__detail {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 2.25rem;
    margin-bottom: 5rem;
  }
}
.c-elist__detail__back-btn__arrow-back {
  transform: rotate(180deg);
  width: 0.9375rem;
  height: 0.8125rem;
  margin-right: 0.625rem;
}
.c-elist__detail__back-btn__back-link {
  color: #375481;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 0.25rem;
}
@media (min-width: 544px) {
  .c-elist__detail__back-btn__back-link {
    margin-left: 0.75rem;
  }
}
.c-elist__detail__back-btn__back-link__text {
  line-height: 1.49375rem;
  height: 1.25rem;
}
.c-elist__detail__heading-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.c-elist__detail__eligiblity-discription {
  letter-spacing: 0.014375rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* ============================================================================
    Product Detail page
============================================================================ */
.c-product-detail__name {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-product-detail__name {
    font-size: 1.75rem;
    line-height: 1.29;
  }
}
.c-product-detail__name.product-name {
  border: none;
}
.c-product-detail__ratings {
  padding-bottom: 0.9375rem;
}
.c-product-detail__ratings__powerreview {
  min-height: 2.25rem;
}
.c-product-detail__ratings__powerreview.isHide {
  opacity: 0;
}
.c-product-detail__quantity {
  padding-right: 1.25rem;
  width: 6.6875rem;
}
.c-product-detail__quantity .c-product-quantity {
  height: 3.125rem;
}
.c-product-detail__quantity-add-to-cart {
  margin-top: 1.5625rem;
}
@media (max-width: 991.98px) {
  .c-product-detail__quantity {
    width: 31%;
  }
}
.c-product-detail__addtocart__button.disabled {
  pointer-events: none;
}
.c-product-detail .pli-limit-alert {
  color: #CD3C5E;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
@media (max-width: 991.98px) {
  .c-product-detail__addtocart {
    width: 69%;
  }
  .c-product-detail__addtocart__button {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .c-product-detail__sticky-mobile-bottom-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: white;
    width: 100%;
    padding: 0.9375rem;
  }
}
.is-consent-tracking-alert .c-product-detail__sticky-mobile-bottom-atc {
  bottom: calc(var(--consentTrackingAlertHeight) - 0.125rem);
}
.c-product-detail__sticky-atc {
  display: none;
}
.c-product-detail__sticky-atc.is-fixed {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .c-product-detail__sticky-atc.is-fixed {
    display: none;
  }
}
.c-product-detail__sticky-atc__add-to-cart {
  padding-top: 3.25rem !important;
}
.c-product-detail__sticky-atc__container {
  padding-bottom: 0.625rem;
  padding-top: 0.875rem;
}
.c-product-detail__sticky-atc__product-info {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.83;
}
.c-product-detail__sticky-atc__product-info__name {
  margin-bottom: 0.25rem;
}
.c-product-detail__sticky-atc__product-info__prices .c-product-detail__sticky-atc__product-info__prices__price {
  font-size: inherit;
}
.c-product-detail__sticky-atc__product-info__prices__price__sales__value {
  font-size: inherit;
}
.c-product-detail__sticky-atc__add-to-cart__btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .c-product-detail__primary {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.c-product-detail__description {
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-detail__description {
    padding-left: 1.25rem;
    width: 56%;
  }
}
.c-product-detail__primary-images {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .c-product-detail__primary-images {
    position: sticky;
    top: 5.75rem;
    width: 44%;
  }
}
@media (min-width: 992px) {
  .c-product-detail__primary-images {
    top: 10rem;
  }
}
.c-product-detail__primary-images__img-large__position {
  overflow: hidden;
}
.c-product-detail__primary-images__img-large__zoom {
  padding-top: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 0;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  position: relative;
}
.c-product-detail__primary-images__img-large__zoom__img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.c-product-detail__primary-images__img-large__video-wrap {
  padding-top: 100%;
}
.c-product-detail__primary-images__img-large__video-wrap__video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-product-detail__primary-images__brand {
  height: 2.3125rem;
  padding: 0;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.c-product-detail__primary-images__brand-image {
  height: auto;
  max-height: 2.3125rem;
  max-width: 5.25rem;
  width: 100%;
}
.c-product-detail__primary-images__badging {
  background-color: #004968;
  border-radius: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.5rem 0.9375rem 0.1875rem 0.625rem;
  position: absolute;
  left: 1.25rem;
  top: 0.625rem;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .c-product-detail__primary-images__badging {
    font-size: 1rem;
  }
}
.c-product-detail__primary-images__badging.second-badging {
  margin-left: 6.875rem;
}
@media (min-width: 768px) {
  .c-product-detail__primary-images__badging.second-badging {
    margin-left: 8.375rem;
  }
}
.c-product-detail__primary-images__alternate {
  margin-top: 1.5625rem;
  margin-right: 0;
  padding-right: 0;
}
.c-product-detail__primary-images__alternate .slick-list {
  max-height: 36.8125rem;
}
@media (min-width: 768px) {
  .c-product-detail__primary-images__alternate {
    max-width: calc(100% + 0.28125rem);
    width: calc(100% + 0.28125rem);
  }
}
@media (min-width: 992px) {
  .c-product-detail__primary-images__alternate {
    max-width: calc(100% + 0.625rem);
    width: calc(100% + 0.625rem);
  }
}
.c-product-detail__primary-images__alternate__img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  aspect-ratio: 1/1;
}
.c-product-detail__primary-images__alternate--bundle {
  margin-top: 0;
}
.c-product-detail__primary-images__alternate--bundle .c-product-detail__img-fluid {
  max-height: 90px;
  max-width: 90px;
  width: 100%;
}
@supports (object-fit: cover) {
  .c-product-detail__primary-images__alternate--bundle .c-product-detail__img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.c-product-detail__primary-images__alt-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.6875rem;
}
@media (max-width: 767.98px) {
  .c-product-detail__primary-images__alt-box {
    margin-bottom: 1.5625rem;
  }
}
.c-product-detail__primary-images__zoom {
  position: absolute;
  bottom: 1rem;
  right: 1.875rem;
}
.c-product-detail__primary-images__zoom:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-product-detail__primary-images__zoom {
    bottom: 1.25rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.c-product-detail__primary-images__zoom__text {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
}
.c-product-detail__primary-images__img-alt {
  display: none;
}
@media (min-width: 768px) {
  .c-product-detail__primary-images__img-alt {
    display: block;
  }
}
.c-product-detail__product-number {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .c-product-detail__product-number {
    margin-bottom: 1.25rem;
  }
}
.c-product-detail__short {
  margin-bottom: 1.6875rem;
}
.c-product-detail__short__description {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  padding-bottom: 0.4375rem;
}
.c-product-detail__short .c-product-detail__short__link {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  margin-bottom: 0.9375rem;
  text-decoration: underline;
}
.c-product-detail__short .c-product-detail__short__link:hover {
  text-decoration: none;
}
.c-product-detail__promotions {
  margin-bottom: 0.9375rem;
}
.c-product-detail__promotions__callout-msg {
  color: #2458A9;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  text-align: left;
}
.c-product-detail__availability-msg {
  color: #2458A9;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
}
.c-product-detail__prices__compare-msg {
  color: #2458A9;
  font-size: 0.875rem;
}
.c-product-detail__prices__compare-msg .c-product-detail__prices__compare-msg-link {
  color: #2458A9;
  text-decoration: underline;
}
.c-product-detail__prices__compare-msg .c-product-detail__prices__compare-msg-link:hover {
  text-decoration: none;
}
.c-product-detail__prices .c-productLineItem__strike-through__value,
.c-product-detail__prices .c-productLineItem__sales__value {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-product-detail__prices .c-productLineItem__strike-through__value,
  .c-product-detail__prices .c-productLineItem__sales__value {
    font-size: 1.5rem;
  }
}
.c-product-detail__info {
  position: relative;
}
.c-product-detail__info__collapsible {
  position: absolute;
  top: -5.9375rem;
}
.c-product-detail__info__btn {
  color: #142745;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.44;
}
@media (min-width: 768px) {
  .c-product-detail__info__btn {
    font-size: 1.125rem;
  }
}
.c-product-detail__info__btn:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.c-product-detail__info .c-product-detail__info__btn {
  color: #142745;
}
.c-product-detail__info__value {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  margin-bottom: 1.5625rem;
  padding-top: 0;
}
@media (min-width: 992px) {
  .c-product-detail__info__value {
    max-width: 80%;
  }
}
.c-product-detail__info__modules__module {
  -ms-flex-align: center;
      align-items: center;
}
.c-product-detail__info__modules__module--module1 {
  margin-top: 1.875rem;
}
.c-product-detail__info__modules__module--module1 .c-product-detail__info__modules__module__text {
  color: #375481;
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .c-product-detail__info__modules__module--module1 .c-product-detail__info__modules__module__text {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.c-product-detail__info__modules__module--module2 {
  background-color: #142745;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -15px;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  min-height: 12.1875rem;
  width: 100vw;
}
@media (min-width: 992px) {
  .c-product-detail__info__modules__module--module2 {
    margin-left: -87px;
  }
}
@media (min-width: 1458px) {
  .c-product-detail__info__modules__module--module2 {
    margin-left: calc((100vw - 1284px) / -2);
    margin-left: calc((min(100vw, 187.5rem) - 1284px) / -2);
  }
}
.c-product-detail__info__modules__module--module2 .c-product-detail__info__modules__module__text {
  color: #FEEBE5;
  font-family: "Sans Text", sans-serif;
  font-size: 1.625rem;
  line-height: normal;
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-product-detail__info__modules__module--module2 .c-product-detail__info__modules__module__text {
    font-size: 2.25rem;
  }
}
.c-product-detail__info__modules__module__image__img {
  border-radius: 0.5rem;
  width: 100%;
}
.c-product-detail__articles {
  margin-top: 3.125rem;
}
.c-product-detail__articles__header {
  text-align: center;
}
.c-product-detail__articles__header__wavy-border {
  display: inline-block;
  margin: 0 auto;
  width: 8.6875rem;
}
.c-product-detail__articles__header__text {
  line-height: normal;
}
.c-product-detail__cross-message {
  color: #142745;
  font-size: 0.875rem;
}
.c-product-detail__cross-message .c-product-detail__cross-message__link {
  color: #142745;
  text-decoration: underline;
}
.c-product-detail__cross-message .c-product-detail__cross-message__link:hover {
  text-decoration: none;
}
.c-product-detail__social-icons .c-product-detail__social-icons__item {
  max-width: 1.25rem;
  margin: 0 0.625rem;
}
.c-product-detail__social-icons .c-product-detail__social-icons__item .c-product-detail__social-icons__item__link {
  color: #375481;
}
.c-product-detail__attributes__label {
  color: #142745;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  margin-bottom: 0.625rem;
}
.c-product-detail__attributes__label__value {
  font-weight: 500;
}
.c-product-detail__attributes__label__value.error {
  color: #CD3C5E;
  font-weight: 300;
}
.c-product-detail__attributes__form, .c-product-detail__attributes__button {
  background: none;
  border: 0;
  display: inline;
  margin: 0 0 0.625rem 0;
  padding: 0;
  text-align: left;
}
.c-product-detail__attributes__form:disabled .c-product-detail__attributes__button__label, .c-product-detail__attributes__button:disabled .c-product-detail__attributes__button__label {
  color: #aaa;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc;
  opacity: 0.6;
  position: relative;
}
.c-product-detail__attributes__form:disabled .c-product-detail__attributes__button__label::before, .c-product-detail__attributes__button:disabled .c-product-detail__attributes__button__label::before {
  border: 0.0625rem solid #aaa;
  content: "";
  transform: translateY(20px) translateX(5px) rotate(6deg);
  position: absolute;
  top: 0;
  left: -0.3125rem;
  width: 100%;
}
.c-product-detail__attributes__form__label, .c-product-detail__attributes__button__label {
  border: 0.125rem solid #E9F2FF;
  border-radius: 0.375rem;
  color: #142745;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  padding: 0.75rem 0.9375rem 0.5rem;
  text-transform: capitalize;
  width: auto;
}
.c-product-detail__attributes__form__label.selected, .c-product-detail__attributes__button__label.selected {
  border-color: #2458A9;
}
.c-product-detail__attributes__form__label.unselectable, .c-product-detail__attributes__button__label.unselectable {
  color: #aaa;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc;
  opacity: 0.6;
  position: relative;
}
.c-product-detail__attributes__form__label.unselectable::before, .c-product-detail__attributes__button__label.unselectable::before {
  border: 0.0625rem solid #aaa;
  content: "";
  transform: translateY(20px) translateX(5px) rotate(6deg);
  position: absolute;
  top: 0;
  left: -0.3125rem;
  width: 100%;
}
.c-product-detail__attributes__form__label.selectable, .c-product-detail__attributes__button__label.selectable {
  cursor: pointer;
}
.c-product-detail__attributes__form__input:disabled + .c-product-detail__attributes__form__label, .c-product-detail__attributes__button__input:disabled + .c-product-detail__attributes__form__label {
  color: #aaa;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc;
  opacity: 0.6;
  position: relative;
}
.c-product-detail__attributes__form__input:disabled + .c-product-detail__attributes__form__label::before, .c-product-detail__attributes__button__input:disabled + .c-product-detail__attributes__form__label::before {
  border: 0.0625rem solid #aaa;
  content: "";
  transform: translateY(20px) translateX(5px) rotate(6deg);
  position: absolute;
  top: 0;
  left: -0.3125rem;
  width: 100%;
}
.c-product-detail__attributes__button.selected .c-product-detail__attributes__form__label {
  border-color: #2458A9;
}
.c-product-detail__attributes__form {
  display: inline-block;
}
.c-product-detail__attributes__form.disabled {
  cursor: not-allowed;
  display: inline-block;
}
.c-product-detail__attributes__form.disabled .c-product-detail__attributes__form__label {
  pointer-events: none;
}
.c-product-detail__attributes__sizeChart__link__text {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  text-decoration: underline;
}
.c-product-detail--bundle .c-product-detail__promotions {
  height: auto;
}
@media (min-width: 544px) {
  .c-product-detail--bundle .c-product-detail__prices .c-productLineItem__strike-through__value, .c-product-detail--bundle .c-product-detail__prices .c-productLineItem__sales__value {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .c-product-detail--bundle .c-product-detail__name {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .c-product-detail--bundle .c-product-detail__product-number {
    line-height: 1.375rem;
    margin-bottom: 1.4375rem;
  }
}
.c-product-detail--bundle .c-product-detail__freeShipping {
  color: #142745;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-top: 0.9375rem;
}
.c-product-detail--bundle .c-product-detail__bundle-item__product-name {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 544px) {
  .c-product-detail--bundle .c-product-detail__bundle-item__product-name {
    line-height: 1.375rem;
  }
}
.c-product-detail--bundle .c-product-detail__attributes {
  margin-top: 0;
}
.c-product-detail--bundle .c-product-detail__attributes__label {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.375rem;
}
.c-product-detail--bundle .c-product-detail__attributes__label.c-product-detail__attributes__label {
  margin-bottom: 0.375rem;
}
.c-product-detail--bundle .c-product-detail__attributes--quantity {
  color: #142745;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
  margin-top: 0.375rem;
}
.c-product-detail--bundle .c-product-detail__attributes--quantity span {
  font-weight: 500;
}
.c-product-detail--bundle .c-product-detail__attributes__form__label, .c-product-detail--bundle .c-product-detail__attributes__button__label {
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding: 0.5625rem 0.9375rem 0.3125rem;
}
.c-product-detail--bundle .c-product-set__header {
  border-bottom: 0.125rem solid #f3f4f5;
}
.c-product-detail--bundle .c-product-set__header__items__item {
  font-weight: 300;
}
.c-product-detail--bundle .c-product-set__header__items__item .c-product-detail__bundle-items-value {
  font-weight: 500;
}
.c-product-detail__show-hide-btn {
  color: #142745;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}
.c-product-detail__show-hide-btn::after {
  background-color: #142745;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
}
.c-product-detail__show-hide-btn:hover::after, .c-product-detail__show-hide-btn:focus::after {
  background-color: transparent;
}
.c-product-detail__bundle-items--details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  overflow: auto;
}
.c-product-detail__bundle-items-label {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.c-product-detail__bundle-items-label--details {
  color: #375481;
}
.c-product-detail .c-product-detail__bundle-items-link {
  color: #142745;
  position: relative;
  text-decoration: none;
}
.c-product-detail .c-product-detail__bundle-items-link::after {
  background-color: #142745;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-product-detail .c-product-detail__bundle-items-link:hover, .c-product-detail .c-product-detail__bundle-items-link:focus {
  text-decoration: none;
}
.c-product-detail .c-product-detail__bundle-items-link:hover::after, .c-product-detail .c-product-detail__bundle-items-link:focus::after {
  background-color: transparent;
}
.c-product-detail__attributes {
  padding: 0;
}
.c-product-detail__attributes__main-attributes {
  margin-top: 0.375rem;
}
.c-product-detail__attributes__attribute-values {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.57;
}
.c-product-detail__bundle-item {
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}
.c-product-detail__bundle-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-product-detail__bundle-item.mobile-default-hidden {
  display: none;
}
@media (min-width: 768px) {
  .c-product-detail__bundle-item.mobile-default-hidden {
    display: block;
  }
}
.c-product-detail__bundle-item.mobile-default-hidden.show {
  display: block;
}
.c-product-detail__bundle-item-content {
  box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 1.25rem;
  padding-top: 0.375rem;
  width: calc(100% - 6.875rem);
}
.c-product-detail__bundle-item__product-name {
  color: #142745;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}
.c-product-detail__recomendations {
  border-top: 0.0625rem solid #ccc;
  padding-bottom: 1.25rem;
}
.c-product-detail__recomendations__header {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1.25rem;
}
.c-product-detail__recomendations__item {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.c-product-detail__recomendations__item__input {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.c-product-detail__recomendations__item__input__custom {
  margin-bottom: 0;
}
.c-product-detail__recomendations__item__description-and-price__row {
  -ms-flex-align: start;
      align-items: flex-start;
}
.c-product-detail__recomendations__item__name {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  margin-bottom: 0.3125rem;
}
.c-product-detail__recomendations__item__price {
  color: #142745;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .c-product-detail__recomendations__item__price {
    margin-bottom: 0.625rem;
  }
}
.c-product-detail__recomendations__item__qty {
  max-width: 5.4375rem;
}
.c-product-detail__recomendations__item .c-product-detail__recomendations__item__image {
  border-radius: 0;
  position: relative;
  height: auto;
  max-width: 6.875rem;
}
.c-product-detail__recomendations__totals {
  border-top: 0.0625rem solid #ccc;
  color: #142745;
  padding-top: 1.25rem;
}
.c-product-detail__recomendations__totals__total {
  font-size: 0.875rem;
  font-weight: 300;
}
.c-product-detail__recomendations__totals__count {
  font-size: 0.875rem;
  font-weight: 300;
}
.c-product-detail__recomendations__totals__item {
  font-weight: 500;
}
.c-product-detail__eligibility {
  border: 0.125rem solid #E9F2FF;
  border-radius: 0.5rem;
  color: #2458A9;
  padding: 0.9375rem;
}
.c-product-detail__eligibility__label {
  font-size: 0.875rem;
  font-weight: 300;
  position: relative;
  top: 1px;
}
.c-product-detail__eligibility--summary {
  border-radius: 0.9375rem;
  margin-top: 0.625rem;
  padding: 0.0625rem 0.25rem;
}
.c-product-detail__eligibility--summary .c-product-detail__eligibility__label {
  font-size: 0.75rem;
}
.c-product-detail__eligibility--summary .c-product-detail__eligibility__icon {
  height: 1rem;
  margin-right: 0;
  width: 1rem;
}
.c-product-detail__freeShipping {
  color: #142745;
  font-size: 0.875rem;
}
.c-product-detail__alert {
  border: 0.125rem solid #CD3C5E;
  border-radius: 0.5rem;
  color: #CD3C5E;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1.125rem;
  min-height: 2.875rem;
  padding: 0.75rem 0.875rem 0.375rem;
}
.c-product-detail__alert--text {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.c-product-detail__alert__icon {
  height: 1.125rem;
  margin-right: 0.5rem;
  position: relative;
  top: -0.3125rem;
  width: 1.125rem;
}
.c-product-detail__alert__icon--svg {
  height: 100%;
  width: 100%;
}
.c-product-detail__listrak .listrak-recommendation {
  border-bottom: 0.0625rem solid #CCCCCC;
}
.c-product-detail__brand {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .c-product-detail__brand {
    margin-bottom: 1.25rem;
  }
}
.c-product-detail__brand__link {
  color: #142745;
  text-decoration: underline;
}
.c-product-detail__desktop-brand .c-product-detail__brand {
  display: none;
}
@media (min-width: 768px) {
  .c-product-detail__desktop-brand .c-product-detail__brand {
    display: block;
  }
}

.product-detail-container.lazyload, .product-detail-container.lazyloading {
  aspect-ratio: 1/2;
  aspect-ratio: 2/1;
}
.product-detail-container.lazyload.square, .product-detail-container.lazyloading.square {
  aspect-ratio: 1/1;
  aspect-ratio: 4/1;
}
.product-detail-container.lazyload.crumpled, .product-detail-container.lazyloading.crumpled {
  aspect-ratio: 5/1;
  aspect-ratio: 10/1;
}
.product-detail-container.lazyload:after, .product-detail-container.lazyloading:after {
  content: "...";
  background: #f5f5f5;
  border-radius: 0.375rem;
  display: block;
  height: calc(100% - 20px);
  color: gray;
  text-align: center;
  line-height: 11.5;
  font-size: 50px;
}
.product-detail-container.lazyload .product, .product-detail-container.lazyloading .product {
  opacity: 0;
}
.product-detail-container.lazyloaded .product {
  opacity: 1;
  transition: 0.3s;
}

.pdp-wishlist,
.wishlist-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 1;
  right: 10px;
  font-size: 22px;
  max-width: 20px;
}
.pdp-wishlist:hover,
.wishlist-btn:hover {
  background-color: transparent !important;
}
.pdp-wishlist:not(:disabled),
.wishlist-btn:not(:disabled) {
  box-shadow: none !important;
}
.pdp-wishlist .fa-heart-o,
.wishlist-btn .fa-heart-o {
  border-color: #375481;
}
.pdp-wishlist .fa-heart,
.wishlist-btn .fa-heart {
  color: #CD3C5E;
}

.favorite-product-list {
  padding-top: 0 !important;
  border: none !important;
}
.favorite-product-list.over-three {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.c-account__card__header__edit {
  text-decoration: underline;
}

.wishlist-card {
  padding: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.wishlist-card.wishlist-module {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .wishlist-card.wishlist-module:nth-child(1n+4) {
    display: none;
  }
}
.wishlist-card.wishlist-module .item-image {
  width: auto;
}
.wishlist-card.wishlist-module .item-image .product-image {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.wishlist-card .line-item-header .line-item-name {
  white-space: normal;
}

.wishlist-remove-icon {
  height: 1.0625rem;
  width: 0.9375rem;
}

.btn-update-wishlist-product {
  padding-top: 0.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}

.button-all-items-to-cart {
  position: absolute;
  top: 0%;
}
@media (min-width: 544px) {
  .button-all-items-to-cart {
    left: 0%;
  }
}

.fav-atc-disabled {
  width: 100%;
}

.wishlist-atc-all {
  padding-bottom: 60px;
}
@media (max-width: 543.98px) {
  .wishlist-atc-all {
    border-bottom: 1px solid #ccc;
  }
}

.favorite-list-header {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .favorite-list-header {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.favorite-list-empty {
  margin-top: 1rem;
}
@media (max-width: 543.98px) {
  .favorite-list-empty {
    text-align: left !important;
  }
}

.favorite-price-priority {
  float: left;
}
@media (max-width: 543.98px) {
  .favorite-price-priority {
    padding-left: 0.625rem !important;
    margin-left: 0.9375rem;
  }
}
.favorite-price-priority.favorite-bundle-detail {
  margin-left: 0.5rem;
}
@media (max-width: 543.98px) {
  .favorite-price-priority.favorite-bundle-detail {
    padding-left: 0rem !important;
  }
}
.favorite-price-priority.favorite-bundle-detail .bundle-includes {
  text-wrap: nowrap;
}
.favorite-price-priority.favorite-bundle-detail .bundle-includes .item-image {
  height: 6em;
  width: 6em;
}
.favorite-price-priority .price {
  padding-left: 0.625rem;
}
.favorite-price-priority .favorite-priority-dropdown {
  padding-top: 0.625rem;
}

@media (max-width: 543.98px) {
  .favorite-product-card-price {
    padding-top: 1rem;
  }
}

.favorite-dropdown-form-label {
  position: absolute;
  text-wrap: nowrap;
  pointer-events: none;
}

.add-to-cart-wishList .add-to-cart {
  text-wrap: nowrap;
}

.wishlistItemCards .item-image {
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .wishlistItemCards .item-image {
    height: 7em;
    width: 7em;
  }
}
.wishlistItemCards .item-image .product-image {
  max-height: inherit;
}
.wishlistItemCards .remove-from-wishlist {
  padding: 0;
  float: left;
}

/* ============================================================================
    Icon Component
    ============================================================================ */
.c-icon--arrow {
  height: 1rem;
  width: 1.125rem;
}
.c-icon--create-form-info-item {
  height: 1.875rem;
  width: 1.875rem;
}
.c-icon--asiflex {
  height: 4.625rem;
  width: 4.625rem;
}
.c-icon--info {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: -0.125rem;
}
.c-icon--information {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: -0.1875rem;
}
.c-icon--check-mark {
  height: 1rem;
  width: 1.3125rem;
  margin-right: 0.5625rem;
}
.c-icon--chat {
  height: 1.5625rem;
  width: 2.0625rem;
}
.c-icon--call {
  height: 1.5625rem;
  width: 1.5625rem;
}
.c-icon--star {
  height: 0.875rem;
  width: 0.875rem;
}
.c-icon--close {
  height: 1.3125rem;
  width: 1.1875rem;
}
.c-icon--zoom {
  height: 1.1875rem;
  width: 1.1875rem;
}
.c-icon--pinch {
  height: 1.625rem;
  width: 1.75rem;
}
.c-icon--remove {
  height: 0.75rem;
  width: 0.875rem;
}
.c-icon--close-suggestion {
  color: #182744;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 992px) {
  .c-icon--close-suggestion {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}
.c-icon--global-tool-tip {
  height: 1rem;
  width: 1rem;
}
.c-icon--cardless-credit-tooltip {
  height: 1rem;
  width: 1rem;
  filter: invert(2%) sepia(93%) saturate(1412%) hue-rotate(-28deg) brightness(119%) contrast(119%);
}
.c-icon--close-thin {
  height: 1rem;
  width: 1rem;
  vertical-align: top;
}
.c-icon--eligibility {
  color: #375481;
  height: 1.25rem;
  margin-right: 0.3125rem;
  width: 1.25rem;
}
.c-icon--user {
  height: 1.25rem;
  width: 1.25rem;
}
.c-icon--minicart {
  height: 1.25rem;
  width: 1.5rem;
}
.c-icon--phone-mobile {
  height: 1.375rem;
  width: 1.375rem;
}
.c-icon--pdp {
  height: 1.125rem;
  width: 1.125rem;
}
.c-icon--logo {
  height: 1.625rem;
  width: 6.625rem;
}
@media (min-width: 992px) {
  .c-icon--logo {
    height: 2.625rem;
    width: 10.125rem;
  }
}
.c-icon--credit-card {
  height: 2.125rem;
  width: 3rem;
}
.c-icon--payment-credit-card {
  height: 1.6875rem;
  width: 2.4375rem;
}
.c-icon--std-info {
  width: 2.1875rem;
  height: 2.1875rem;
}
.c-icon--cart-tax-hint {
  height: 1.25rem;
  width: 1.25rem;
}
.c-icon--bbb {
  height: 3.0625rem;
  width: 8.75rem;
}
@media (min-width: 768px) {
  .c-icon--bbb {
    height: 3.9375rem;
    width: 11.4375rem;
  }
}
.c-icon--hitrust {
  height: 3.0625rem;
  width: 3.9375rem;
  margin-right: 1.3125rem;
}
@media (min-width: 768px) {
  .c-icon--hitrust {
    height: 3.9375rem;
    width: 5rem;
  }
}
.c-icon--search {
  height: 1.3125rem;
  width: 1.3125rem;
}
.c-icon--search-header {
  height: 1.1875rem;
  width: 1.1875rem;
}
.c-icon--secure {
  height: 1.375rem;
  width: 1.125rem;
}
.c-icon--checkmark {
  height: 1.125rem;
  width: 1.4375rem;
}
.c-icon--checkcredit {
  height: 0.875rem;
  width: 1.125rem;
}
.c-icon--google {
  margin-bottom: -0.875rem;
  margin-right: -0.75rem;
  margin-top: -0.875rem;
  height: 3.25rem;
  width: 3.25rem;
}
.c-icon--maintaince {
  height: 4.5rem;
  width: 4.5rem;
}
@media (min-width: 768px) {
  .c-icon--maintaince {
    height: 5rem;
    width: 5rem;
  }
}
.c-icon--collapse-caret-down {
  height: 0.5625rem;
  width: 0.9375rem;
  transform: rotate(180deg);
}
.c-icon--fsa-calculator-collapse-icon {
  height: 1.875rem;
  width: 1.875rem;
}
.c-icon--fsa-calculator-tab-icon {
  height: 1.875rem;
  width: 1.875rem;
}
.c-icon--hint {
  height: 5rem;
  width: 4.5rem;
}
@media (min-width: 768px) {
  .c-icon--hint {
    height: 5.5625rem;
    width: 5rem;
  }
}

/* ============================================================================
Site Header
============================================================================ */
.c-site-header {
  --nav-height: 3.375rem;
  border-bottom: 1px solid #f5f5f5;
  color: #142745;
  padding-top: 0;
  position: relative;
  z-index: 1081;
}
@media (min-width: 992px) {
  .c-site-header {
    --nav-height: 10rem;
  }
}
@media (min-width: 992px) {
  .c-site-header--error {
    --nav-height: 5.625rem;
  }
}
.c-site-header__nav {
  position: static;
}
@media (max-width: 767.98px) {
  .c-site-header__nav.has-fixed.atc-is-fixed {
    min-height: 0;
  }
}
.c-site-header__nav.has-fixed .c-main-menu:not(.is-fixed) {
  pointer-events: none;
}
.c-site-header__nav.has-fixed .c-main-menu:not(.is-fixed) * {
  pointer-events: none;
}
@media (min-width: 992px) {
  .c-site-header__nav--checkout {
    --nav-height: 5.875rem;
  }
}
@media (max-width: 991.98px) {
  .c-site-header__nav .js-search-mobile-wrap {
    display: none;
  }
  .c-site-header__nav .js-search-mobile-wrap.isSearchOpen {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .c-site-header__nav .js-search-mobile-wrap.isSearchOpen .site-search {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .c-site-header__nav .c-site-header__container.container {
    padding-bottom: 0 !important;
  }
}
.c-site-header__container {
  max-width: 187.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 992px) {
  .c-site-header__container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.c-site-header__container--utilities {
  position: relative;
  z-index: 1029;
}
@media (min-width: 992px) {
  .c-site-header__container--utilities {
    position: static;
  }
}
.c-site-header__container--utilities.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .c-site-header__container--utilities.is-fixed {
    z-index: 1031;
  }
}
@media (max-width: 767.98px) {
  .atc-is-fixed .c-site-header__container--utilities.is-fixed {
    position: static;
  }
}
.c-site-header__minimal {
  margin-top: 0.5rem;
}
.c-site-header__minimal__item {
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.5rem;
}
.c-site-header__minimal__item:first-child {
  margin: 0;
}
.c-site-header__minimal__item__link, .c-site-header__minimal__item__text {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin-left: 0.625rem;
}
.c-site-header__minimal__item__link:hover, .c-site-header__minimal__item__text:hover {
  text-decoration: none;
}
.c-site-header__minimal__item__text:hover {
  text-decoration: underline;
}
.c-site-header__minimal__item .c-site-header__minimal__item__link {
  color: #142745;
}
.c-site-header__minimal__logo {
  margin-bottom: 0.75rem;
}
.c-site-header__utility-nav {
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .c-site-header__utility-nav {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 991.98px) {
  .c-site-header__utility-nav--minimal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.c-site-header__utility-nav--checkout {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav--checkout {
    padding-bottom: 1.25rem;
  }
}
.c-site-header__utility-nav__utilities {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.71;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 991.98px) {
  .c-site-header__utility-nav__utilities {
    width: calc(100% + 1.25rem);
  }
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
.c-site-header__utility-nav__utilities__tools, .c-site-header__utility-nav__utilities__minicart, .c-site-header__utility-nav__utilities__user {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__tools, .c-site-header__utility-nav__utilities__minicart, .c-site-header__utility-nav__utilities__user {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.c-site-header__utility-nav__utilities__tools, .c-site-header__utility-nav__utilities__user {
  position: static;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__tools, .c-site-header__utility-nav__utilities__user {
    position: relative;
  }
}
.c-site-header__utility-nav__utilities__tools__toggle, .c-site-header__utility-nav__utilities__user__toggle {
  cursor: pointer;
  position: static;
  text-decoration: none;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__tools__toggle, .c-site-header__utility-nav__utilities__user__toggle {
    position: relative;
  }
}
.c-site-header__utility-nav__utilities__tools__toggle:active, .c-site-header__utility-nav__utilities__tools__toggle:focus, .c-site-header__utility-nav__utilities__tools__toggle:hover, .c-site-header__utility-nav__utilities__tools__toggle.show, .c-site-header__utility-nav__utilities__user__toggle:active, .c-site-header__utility-nav__utilities__user__toggle:focus, .c-site-header__utility-nav__utilities__user__toggle:hover, .c-site-header__utility-nav__utilities__user__toggle.show {
  text-decoration: none;
}
.c-site-header__utility-nav__utilities__tools__toggle:active::after, .c-site-header__utility-nav__utilities__tools__toggle:focus::after, .c-site-header__utility-nav__utilities__tools__toggle:hover::after, .c-site-header__utility-nav__utilities__tools__toggle.show::after, .c-site-header__utility-nav__utilities__user__toggle:active::after, .c-site-header__utility-nav__utilities__user__toggle:focus::after, .c-site-header__utility-nav__utilities__user__toggle:hover::after, .c-site-header__utility-nav__utilities__user__toggle.show::after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.375rem;
  transform: rotate(180deg);
  width: 0.625rem;
  margin-top: -0.125rem;
  border: none;
  vertical-align: middle;
}
.c-site-header__utility-nav__utilities__tools__toggle::after, .c-site-header__utility-nav__utilities__user__toggle::after {
  vertical-align: middle;
  margin-top: -0.125rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__tools__toggle::after, .c-site-header__utility-nav__utilities__user__toggle::after {
    margin-left: 0.125rem;
  }
}
.c-site-header__utility-nav__utilities__tools.show::before, .c-site-header__utility-nav__utilities__user.show::before {
  border-bottom: 5px solid #004968;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.c-site-header__utility-nav__utilities__tools.show .c-site-header__utility-nav__utilities__tools__toggle::before, .c-site-header__utility-nav__utilities__tools.show .c-site-header__utility-nav__utilities__user__toggle::before, .c-site-header__utility-nav__utilities__user.show .c-site-header__utility-nav__utilities__tools__toggle::before, .c-site-header__utility-nav__utilities__user.show .c-site-header__utility-nav__utilities__user__toggle::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  right: -0.625rem;
  top: 100%;
}
.c-site-header__utility-nav__utilities__tools__menu, .c-site-header__utility-nav__utilities__user__menu {
  border-top: 3px solid #004968;
  font-size: 0.875rem;
  left: auto;
  line-height: 1.57;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  right: -0.75rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__tools__menu, .c-site-header__utility-nav__utilities__user__menu {
    right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .c-site-header__utility-nav__utilities__tools:focus .c-site-header__utility-nav__utilities__tools__menu, .c-site-header__utility-nav__utilities__tools:focus .c-site-header__utility-nav__utilities__user__menu, .c-site-header__utility-nav__utilities__tools:focus-within .c-site-header__utility-nav__utilities__tools__menu, .c-site-header__utility-nav__utilities__tools:focus-within .c-site-header__utility-nav__utilities__user__menu, .c-site-header__utility-nav__utilities__user:focus .c-site-header__utility-nav__utilities__tools__menu, .c-site-header__utility-nav__utilities__user:focus .c-site-header__utility-nav__utilities__user__menu, .c-site-header__utility-nav__utilities__user:focus-within .c-site-header__utility-nav__utilities__tools__menu, .c-site-header__utility-nav__utilities__user:focus-within .c-site-header__utility-nav__utilities__user__menu {
    display: block;
  }
}
.c-site-header__utility-nav__utilities__minicartDesktop__link:hover {
  text-decoration: none;
}
.c-site-header__utility-nav__utilities__minicart {
  color: #004968;
  margin: 0 0.25rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__minicart {
    padding-right: 2.5rem;
  }
  .c-site-header__utility-nav__utilities__minicart.minicart {
    line-height: 2.8125rem;
  }
}
.c-site-header__utility-nav__utilities__minicart__link {
  color: inherit;
}
.c-site-header__utility-nav__utilities__minicart__qty {
  background-color: #004968;
  border: 0.0625rem solid #004968;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.6875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700;
  height: 1.125rem;
  line-height: 1rem;
  width: 1.125rem;
}
.c-site-header__utility-nav__utilities__minicart__qty.has-items {
  background-color: #004968;
}
.c-site-header__utility-nav__utilities__minicart__price {
  font-size: 0.75rem;
  line-height: 2.7;
  vertical-align: bottom;
}
.c-site-header__utility-nav__utilities__minicart.show:not(.hide-minicart-content)::before {
  border-bottom: 0.3125rem solid #004968;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  left: calc(50% - 1.625rem);
  right: auto;
  top: calc(100% - 0.25rem);
}
@media (min-width: 768px) {
  .c-site-header__utility-nav__utilities__minicart:focus .popover, .c-site-header__utility-nav__utilities__minicart:focus-within .popover {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-site-header__utility-nav__utilities__minicart.hide-minicart-content .popover {
    display: none;
  }
}
.c-site-header__utility-nav__utilities__tools {
  padding-top: 0.5rem;
}
.c-site-header__utility-nav__utilities__tools.show::before {
  left: calc(50% - 7px);
  top: calc(100% + 5px);
}
.c-site-header__utility-nav__utilities__tools.show .c-site-header__utility-nav__utilities__tools__toggle::before {
  height: 10px;
}
.c-site-header__utility-nav__utilities__tools__menu {
  padding-top: 1.1875rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__tools__menu {
    min-width: 16.875rem;
    top: calc(100% + 10px);
  }
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__user {
    padding-top: 0.4375rem;
  }
}
.c-site-header__utility-nav__utilities__user.show::before {
  right: 4.4375rem;
  top: calc(100% - 3px);
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__user.show::before {
    left: calc(50% + 6px);
    right: auto;
    top: calc(100% + 1px);
  }
}
.c-site-header__utility-nav__utilities__user.show .c-site-header__utility-nav__utilities__user__toggle::before {
  height: 15px;
}
.c-site-header__utility-nav__utilities__user__toggle__icon {
  color: #004968;
  margin-right: 1px;
  vertical-align: sub;
}
.c-site-header__utility-nav__utilities__user__menu {
  height: calc(100vh - 7rem);
  max-width: 100vw;
  min-width: 16rem;
  overflow: auto;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
  top: calc(100% + 2px);
  width: 100%;
}
.c-site-header__utility-nav__utilities__user__menu .c-site-header__utility-nav__utilities__user__menu__btn:not(.btn-outline-primary) {
  color: #fff;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__user__menu {
    height: auto;
    max-height: calc(100vh - 12.5rem);
    min-width: 15rem;
    padding-bottom: 0;
    padding-top: 0.75rem;
    top: calc(100% - 2px);
  }
}
@media (max-width: 543.98px) {
  .c-site-header__utility-nav__utilities__user__menu--lg {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    height: auto;
    min-width: calc(100vw + 0.0625rem);
    padding-bottom: 0;
    right: -0.6875rem;
    width: 100%;
  }
}
@media (min-width: 544px) {
  .c-site-header__utility-nav__utilities__user__menu--lg {
    min-width: 22.5rem;
  }
}
.c-site-header__utility-nav__utilities__user__menu__items {
  border-bottom: 0.0625rem solid #D8D8D8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  margin: 0 -0.9375rem;
  padding: 0.125rem 0 0.9375rem;
}
.c-site-header__utility-nav__utilities__user__menu__item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-site-header__utility-nav__utilities__user__menu__item .c-site-header__utility-nav__utilities__user__menu__btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  padding: 0.6875rem 0.5625rem 0.4375rem;
}
@media (max-width: 991.98px) {
  .fixed-header .c-site-header__utility-nav__utilities__user__menu {
    height: calc(100vh - 3.4375rem);
  }
  .fixed-header .c-site-header__utility-nav__utilities__user__menu--lg {
    height: auto;
    transition: 0.3s;
  }
}
.c-site-header__utility-nav__utilities__user__menu .account_dropdown_favorites {
  height: 2.1875rem;
}
@media (max-width: 767.98px) {
  .c-site-header__utility-nav__utilities__user__menu .account_dropdown_favorites {
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
  }
}
.c-site-header__utility-nav__utilities__user__menu .account_dropdown_favorites .test-wishlist-link {
  padding-bottom: 0.625rem;
}
.c-site-header__utility-nav__utilities__user__menu .account_dropdown_favorites .test-wishlist-link .favorite-heart {
  font-size: 20px;
  margin-right: 0.25rem;
}
.c-site-header__utility-nav__utilities__user__menu__close {
  display: inline-block;
  margin-bottom: 0.5rem;
  vertical-align: top;
}
.c-site-header__utility-nav__utilities__user__menu__btns {
  padding-top: 0.5625rem;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__user__menu__btns {
    padding-top: 0;
  }
}
.c-site-header__utility-nav__utilities__user__menu__btn {
  margin-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.c-site-header__utility-nav__utilities__user__menu__links {
  padding-top: 0.75rem;
}
.c-site-header__utility-nav__utilities__user__menu__links__item {
  font-weight: 300;
  margin-bottom: 0.5rem;
  width: 100%;
}
.c-site-header__utility-nav__utilities__user__menu__links__item__link {
  display: inline-block;
  padding-bottom: 0.5625rem;
  padding-top: 0.6875rem;
  vertical-align: top;
}
@media (min-width: 992px) {
  .c-site-header__utility-nav__utilities__user__menu__links__item__link {
    padding-bottom: 0.625rem;
    padding-top: 0;
  }
}
.c-site-header__utility-nav__utilities__user__menu__links__item__link__icon {
  margin-right: 0.25rem;
  padding-top: 0;
  vertical-align: sub;
}
.c-site-header__utility-nav__utilities__user__perks {
  border-bottom: 0.0625rem solid #D8D8D8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -0.9375rem 0.625rem;
  padding: 0.9375rem;
}
.c-site-header__utility-nav__utilities__user__perks__logo {
  -ms-flex: 0 0 6.125rem;
      flex: 0 0 6.125rem;
  max-width: 6.125rem;
}
.c-site-header__utility-nav__utilities__user__perks__icon {
  width: 100%;
}
.c-site-header__utility-nav__utilities__user__perks__text {
  -ms-flex: 0 0 calc(100% - 6.125rem);
      flex: 0 0 calc(100% - 6.125rem);
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
  max-width: calc(100% - 6.125rem);
  padding-left: 1.25rem;
  text-align: right;
}
.c-site-header__utility-nav__utilities__user__perks__link {
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .c-site-header__utility-nav__utilities__user__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.c-site-header__search-toggler__btn {
  background-color: transparent;
  border: none;
  color: #142745;
  padding-top: 0.125rem;
}
@media (min-width: 992px) {
  .c-site-header__search {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.c-site-header__search, .c-site-header__search__wrap, .c-site-header__search__form__input {
  width: 100%;
}
@media (min-width: 992px) {
  .c-site-header__search__wrap {
    max-width: 37.5rem;
  }
}
@media (min-width: 992px) {
  .c-site-header__search__wrap--ise {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .c-site-header__search__wrap.search-desktop {
    display: none !important;
  }
}
.c-site-header__search__form,
.c-site-header__search .cio-form {
  background-color: #f5f5f5;
  color: #375481;
  padding: 0.625rem 0.9375rem;
  position: relative;
}
@media (min-width: 992px) {
  .c-site-header__search__form,
  .c-site-header__search .cio-form {
    padding: 0;
  }
}
.c-site-header__search__form__button.fa,
.c-site-header__search__form .cio-submit-btn,
.c-site-header__search .cio-form__button.fa,
.c-site-header__search .cio-form .cio-submit-btn {
  color: #375481;
}
.c-site-header__search__form__button.fa::before,
.c-site-header__search__form .cio-submit-btn::before,
.c-site-header__search .cio-form__button.fa::before,
.c-site-header__search .cio-form .cio-submit-btn::before {
  background: none;
  position: absolute;
}
.c-site-header__search__form__input,
.c-site-header__search__form input.cio-input,
.c-site-header__search .cio-form__input,
.c-site-header__search .cio-form input.cio-input {
  color: #375481;
  font-size: 0.75rem;
  line-height: 1.67;
  max-height: 4.6875rem;
}
@media (min-width: 992px) {
  .c-site-header__search__form__input,
  .c-site-header__search__form input.cio-input,
  .c-site-header__search .cio-form__input,
  .c-site-header__search .cio-form input.cio-input {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.c-site-header__search__form__input:focus,
.c-site-header__search__form input.cio-input:focus,
.c-site-header__search .cio-form__input:focus,
.c-site-header__search .cio-form input.cio-input:focus {
  color: #375481;
}
.c-site-header__search__form__input:-ms-input-placeholder,
.c-site-header__search__form input.cio-input:-ms-input-placeholder,
.c-site-header__search .cio-form__input:-ms-input-placeholder,
.c-site-header__search .cio-form input.cio-input:-ms-input-placeholder {
  color: #375481;
}
.c-site-header__search__form__input::-ms-input-placeholder,
.c-site-header__search__form input.cio-input::-ms-input-placeholder,
.c-site-header__search .cio-form__input::-ms-input-placeholder,
.c-site-header__search .cio-form input.cio-input::-ms-input-placeholder {
  color: #375481;
}
.c-site-header__search__form__input:-ms-input-placeholder,
.c-site-header__search__form input.cio-input:-ms-input-placeholder,
.c-site-header__search .cio-form__input:-ms-input-placeholder,
.c-site-header__search .cio-form input.cio-input:-ms-input-placeholder {
  color: #375481;
}
.c-site-header__search__form__input::placeholder,
.c-site-header__search__form input.cio-input::placeholder,
.c-site-header__search .cio-form__input::placeholder,
.c-site-header__search .cio-form input.cio-input::placeholder {
  color: #375481;
}
.c-site-header__search__form__input::-ms-clear,
.c-site-header__search__form input.cio-input::-ms-clear,
.c-site-header__search .cio-form__input::-ms-clear,
.c-site-header__search .cio-form input.cio-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
@media (max-width: 991.98px) {
  .c-site-header__search__form,
  .c-site-header__search .cio-form {
    background-color: #fff;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .c-site-header__search .cio-form {
    height: auto !important;
  }
}
.c-site-header__search .cio-form label[for=cio-input] {
  margin-bottom: 0;
  width: 100%;
}
.c-site-header__search__overlay {
  z-index: 1080;
}
.c-site-header__promo-banner-2 {
  color: #375481;
  font-size: 0.75rem;
  line-height: 1.67;
  padding-bottom: 0.4375rem;
  padding-top: 0.8125rem;
  width: 100%;
}
@media (min-width: 992px) {
  .c-site-header__promo-banner-2 {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.c-site-header__mobile-search-wrap.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 5.625rem;
  top: var(--nav-height, 5.625rem);
  z-index: 1028;
}
@media (min-width: 992px) {
  .c-site-header__mobile-search-wrap.is-fixed {
    position: static;
  }
}
.atc-is-fixed .c-site-header__mobile-search-wrap {
  top: 0;
}
@media (max-width: 991.98px) {
  .c-site-header__mobile-search-wrap {
    display: none;
  }
  .isSearchOpen .c-site-header__mobile-search-wrap {
    display: block;
  }
}
.c-site-header .c-site-header__search .cio-results {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #375481;
  display: block;
  gap: 0;
  margin-top: -0.0625rem;
  max-height: calc(100vh - 7.1875rem);
  max-height: calc(var(--vh, 1vh) * 100 - 7.1875rem);
  overflow-x: hidden;
  padding: 1.5625rem 0 !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-site-header .c-site-header__search .cio-results {
    border-radius: 0.3125rem;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-site-header .c-site-header__search .cio-results {
    width: 46.875rem;
  }
}
@media (min-width: 1200px) {
  .c-site-header .c-site-header__search .cio-results {
    width: 57.125rem;
  }
}
@media (max-width: 991.98px) {
  .c-site-header .c-site-header__search .cio-results {
    border-left: 0;
    border-right: 0;
    height: 100vh;
    margin-top: 1.25rem;
    max-height: calc(100vh - 9.375rem);
    max-height: calc(var(--vh, 1vh) * 100 - var(--globalHeaderHeight, 0));
    top: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .fixed-header .c-site-header .c-site-header__search .cio-results {
    max-height: calc(100vh - 7.1875rem);
    max-height: calc(var(--vh, 1vh) * 100 - 7.1875rem);
  }
}
.c-site-header .c-site-header__search .cio-sectionName {
  color: #2458A9;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.04375rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.c-site-header .c-site-header__search .cio-section {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .c-site-header .c-site-header__search .cio-section {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .c-site-header .c-site-header__search .cio-section {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .c-site-header .c-site-header__search .cio-section.Products {
    -ms-flex: 2;
        flex: 2;
  }
}
@media (min-width: 992px) {
  .c-site-header .c-site-header__search .cio-section.Articles {
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
    border-image-repeat: repeat;
    border-image-slice: 5;
    border-right-style: solid;
    border-width: 0;
    border-right-width: 5px;
    border-right-style: none;
    border-right-width: 0;
    border-left-style: solid;
    border-left-width: 5px;
    -ms-flex: 1;
        flex: 1;
  }
}
.c-site-header .c-site-header__search .cio-section.Trending.Searches {
  max-width: 210px;
}
.c-site-header .c-site-header__search .cio-section.Trending.Searches h5.cio-sectionName {
  display: none;
}
@media (min-width: 768px) {
  .c-site-header .c-site-header__search .cio-section.Trending.Searches .cio-section-items {
    margin-top: 0.375rem;
  }
}
.c-site-header .c-site-header__search .cio-section-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item-Products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  border: 0;
  height: auto;
  min-width: none;
  padding: 0;
  width: 100%;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item-Products .cio-product-image {
  border: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.75rem;
  width: 3.75rem;
  margin-bottom: 0;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item-Products .cio-product-text {
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: visible;
  padding-left: 0.9375rem;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item-Products:hover .cio-product-text {
  text-decoration: underline;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item {
  margin-bottom: 0.9375rem;
  padding: 0;
  background: none;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item[aria-selected=true] {
  background-color: transparent;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item .cio-custom-text {
  color: #142745;
  text-decoration: none;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item .cio-custom-text:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .c-site-header .c-site-header__search .cio-section-items .cio-item .cio-custom-text {
    margin-left: 1.25rem;
  }
}
.c-site-header .c-site-header__search .cio-section-items .cio-item-SearchSuggestions {
  margin-bottom: 0.3125rem;
}
.c-site-header .c-site-header__search .cio-section-items .cio-item-SearchSuggestions:hover {
  text-decoration: underline;
}

.multi-modal-render .multi-modal-content .balance-display-logo {
  width: 12.5rem;
}
.multi-modal-render .multi-modal-content .modal-multiple-tpa-list table {
  width: 100%;
}
.multi-modal-render .multi-modal-content .modal-multiple-tpa-list td {
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
}

.balance-tracker-active {
  z-index: 1032;
}
.modal-open .balance-tracker-active {
  z-index: inherit;
}
.balance-tracker-active .has-fixed .fixed-balance-tracker-active {
  z-index: 1100;
}
.balance-tracker-active .multi-modal-render .multi-modal-content .balance-display-logo {
  width: 12.5rem;
}
.balance-tracker-active .multi-modal-render .multi-modal-content .modal-multiple-tpa-list table {
  width: 100%;
}
.balance-tracker-active .multi-modal-render .multi-modal-content .modal-multiple-tpa-list td {
  width: 33%;
}
@media (min-width: 992px) {
  .balance-tracker-active {
    z-index: inherit;
  }
}

.multiple-tpa-modal {
  cursor: pointer;
}

.is-fixed .multiple-tpa-modal {
  display: none !important;
}

.load-zendesk {
  width: 1px;
  height: 1px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .tpa-modal-open .modal-backdrop.show {
    display: none;
  }
  .tpa-modal-open .c-site-header__container--utilities {
    z-index: 1082;
  }
  .tpa-modal-open .modal.show {
    background: rgba(0, 0, 0, 0.7);
  }
}
.carryover-blanace-tooltip {
  z-index: 1082;
}

.modal-multiple-tpa-list .table-responsive {
  min-height: 13.75rem;
}

.c-suggestions {
  background-color: #fff;
  border: 1px solid #375481;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.9375rem;
  position: absolute;
  left: 0;
  top: 0.5625rem;
  z-index: 99;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .c-suggestions {
    border-radius: 0.3125rem;
    display: block;
    margin-left: 0;
    top: -0.0625rem;
    width: 57.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-suggestions {
    width: 46.875rem;
  }
}
@media (max-width: 991.98px) {
  .c-suggestions {
    border-left: 0;
    border-right: 0;
  }
}
.c-suggestions__row {
  height: 100%;
  max-height: calc(100vh - 7.1875rem);
  max-height: calc(var(--vh, 1vh) * 100 - 7.1875rem);
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .c-suggestions__row {
    height: 100vh;
    max-height: calc(100vh - 9.375rem);
    max-height: calc(var(--vh, 1vh) * 100 - var(--globalHeaderHeight, 0));
  }
}
@media (max-width: 991.98px) {
  .is-fixed .c-suggestions__row {
    max-height: calc(100vh - 7.1875rem);
    max-height: calc(var(--vh, 1vh) * 100 - 7.1875rem);
  }
}
.c-suggestions__row__swatch {
  border: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.75rem;
  width: 3.75rem;
}
.c-suggestions__row__searchterms {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .c-suggestions__row__searchterms {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-suggestions__row__searchterms__header {
  color: #2458A9;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.57;
  padding: 1.5625rem 0 0.9375rem;
  text-transform: uppercase;
}
.c-suggestions__row__header {
  color: #2458A9;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.04375rem;
  padding-bottom: 0.625rem;
}
.c-suggestions__row__header ~ .c-suggestions__row__header {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .c-suggestions__row__header ~ .c-suggestions__row__header {
    margin-top: 0;
  }
}
.c-suggestions__row__header__heading {
  color: #2458A9;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.04375rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.c-suggestions__row__items {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .c-suggestions__row__items {
    padding-bottom: 0.625rem;
  }
}
.c-suggestions__row__items .c-suggestions__row__items__link {
  color: #142745;
  text-decoration: none;
}
.c-suggestions__row__items .c-suggestions__row__items__link:hover {
  text-decoration: underline;
}
.c-suggestions__row__items__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .c-suggestions__row__items__link {
    margin-left: 1.25rem;
  }
}
.c-suggestions__row__items__link__image {
  max-width: 100%;
  width: 100%;
}
.c-suggestions__row__box {
  margin-top: -0.625rem;
}
@media (min-width: 768px) {
  .c-suggestions__row__box {
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
    border-image-repeat: repeat;
    border-image-slice: 5;
    border-right-style: solid;
    border-width: 0;
    border-right-width: 5px;
    padding-right: 0.15625rem;
  }
}
@media (min-width: 992px) {
  .c-suggestions__row__box {
    padding-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .c-suggestions__row__box {
    padding-bottom: 1.875rem;
  }
}
.c-suggestions__row__viewall {
  padding: 1.875rem 0;
}
.c-suggestions__row__viewall .c-suggestions__row__viewall__button {
  color: #142745;
  border-color: #142745;
}
.c-suggestions__row__viewall .c-suggestions__row__viewall__button:hover {
  background-color: initial;
  border-color: #375481;
  color: #375481;
}
.c-suggestions__row__viewall .c-suggestions__row__viewall__button:not(:disabled):not(.disabled):active, .c-suggestions__row__viewall .c-suggestions__row__viewall__button:not(:disabled):not(.disabled).active {
  background-color: initial;
  border-color: #375481;
  color: #375481;
}
.c-suggestions__row__space {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .c-suggestions__row__space {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .c-suggestions__row__space {
    margin-bottom: 0;
  }
}
.c-suggestions__row__name {
  font-size: 0.875rem;
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  padding-left: 0.9375rem;
}
.c-suggestions__row__item {
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-suggestions__row__item {
    padding-bottom: 0.9375rem;
  }
}
.c-suggestions__row__item .c-suggestions__row__item__link {
  color: #142745;
  text-decoration: none;
}
.c-suggestions__row__item .c-suggestions__row__item__link:hover {
  text-decoration: underline;
}

/* ============================================================================
Main Menu
============================================================================ */
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu__inner, .c-main-menu__categories__navbar__featured-nav, .c-main-menu__categories__menu-group__inner {
    border-right: 1px solid #ccc;
    height: calc(100vh - 180px);
    max-height: 37.5rem;
    overflow-y: auto;
    padding-bottom: 1.625rem;
    padding-top: 1.625rem;
    pointer-events: auto;
  }
}

.c-main-menu__options__item__link, .c-main-menu__categories__navbar__item__link--toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 992px) {
  .c-main-menu__options__item__link, .c-main-menu__categories__navbar__item__link--toggle {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .c-main-menu__options__item__link::after, .c-main-menu__categories__navbar__item__link--toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20'%3E %3Cg fill='%23142745' fill-rule='evenodd'%3E %3Cg transform='rotate(-45 14.036 .257)'%3E %3Crect width='2' height='12' x='10.414' y='.414' rx='1'/%3E %3Crect width='12' height='2' x='.414' y='10.414' rx='1' transform='matrix(-1 0 0 1 12.828 0)'/%3E %3C/g%3E %3Crect width='15' height='2' y='9' rx='1'/%3E %3C/g%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    content: "";
    height: 1rem;
    transform: none;
    width: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  :active &gt; .c-main-menu__options__item__link::after, :active &gt; .c-main-menu__categories__navbar__item__link--toggle::after, :hover &gt; .c-main-menu__options__item__link::after, :hover &gt; .c-main-menu__categories__navbar__item__link--toggle::after, .c-main-menu__options__item__link:active::after, .c-main-menu__categories__navbar__item__link--toggle:active::after, .c-main-menu__options__item__link:hover::after, .c-main-menu__categories__navbar__item__link--toggle:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20'%3E %3Cg fill='%23fff' fill-rule='evenodd'%3E %3Cg transform='rotate(-45 14.036 .257)'%3E %3Crect width='2' height='12' x='10.414' y='.414' rx='1'/%3E %3Crect width='12' height='2' x='.414' y='10.414' rx='1' transform='matrix(-1 0 0 1 12.828 0)'/%3E %3C/g%3E %3Crect width='15' height='2' y='9' rx='1'/%3E %3C/g%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.c-main-menu {
  --main-menu-top: px-to-rem(100px);
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  transition: transform 0.1s ease-in-out;
  z-index: 0;
}
@media (min-width: 992px) {
  .c-main-menu {
    z-index: 1030;
  }
}
@media (max-width: 991.98px) {
  .c-main-menu {
    background-color: #fff;
  }
}
.c-main-menu.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 6.25rem;
  top: var(--main-menu-top, 6.25rem);
  z-index: 1030;
}
@media (min-width: 992px) {
  .c-main-menu.is-fixed .c-main-menu__categories {
    z-index: 0;
  }
}
@media (max-width: 767.98px) {
  .atc-is-fixed .c-main-menu.is-fixed {
    position: static;
  }
}
.c-main-menu__categories {
  height: 100vh;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .c-main-menu__categories {
    border-right: 0;
    border-top: none;
    left: -0.9375rem;
    pointer-events: none;
    width: calc(100vw - 1.0625rem);
  }
}
.c-main-menu__categories__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.c-main-menu__categories__inner__text {
  color: #142745;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.c-main-menu__categories__inner__svg {
  color: #142745;
}
@media (min-width: 992px) {
  .c-main-menu__categories__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
.c-main-menu__categories__menu-group {
  border: none;
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 2.5rem;
  pointer-events: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .c-main-menu__categories__menu-group {
    max-height: none;
    overflow: visible;
    padding-bottom: 0;
    pointer-events: none;
    position: relative;
    width: calc(100vw - 1.0625rem);
  }
}
.c-main-menu__categories__menu-group__inner {
  background-color: #fff;
}
@media (min-width: 992px) {
  .c-main-menu__categories__menu-group__inner {
    width: 25vw;
  }
}
.c-main-menu__categories__navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar {
    display: block;
    margin-bottom: 0;
  }
}
.c-main-menu__categories__navbar__featured-nav {
  color: #142745;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__featured-nav {
    display: block;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 1.25rem;
    position: absolute;
    left: 25%;
    top: 0;
    width: 25%;
  }
}
.c-main-menu__categories__navbar__submenu {
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu {
    background-color: transparent;
    border: none;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: none;
    width: 75%;
  }
}
.c-main-menu__categories__navbar__submenu__inner {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu__inner {
    border-right: 1px solid #ccc;
    display: block;
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .c-main-menu__categories__navbar__submenu__inner.has-active-child {
    overflow: hidden;
  }
}
.c-main-menu__categories__navbar__submenu .c-main-menu__categories__navbar__parent-item {
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu .c-main-menu__categories__navbar__parent-item {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .c-main-menu__categories__navbar__submenu .c-main-menu__categories__navbar__parent-item__link {
    color: #142745;
    padding-bottom: 1.0625rem;
    padding-top: 1.375rem;
  }
}
.c-main-menu__categories__navbar__submenu.show {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu.show {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l2 {
    left: 25%;
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l2 .c-main-menu__categories__navbar__featured-nav {
    left: 33.33%;
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .c-main-menu__categories__navbar__submenu--menu-l2 .c-main-menu__categories__item.show::before {
    left: calc(33.33% - 1.25rem);
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l3 {
    left: 33.33%;
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l3 .c-main-menu__categories__navbar__featured-nav {
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l3 .c-main-menu__categories__navbar__submenu__inner {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .c-main-menu__categories__navbar__submenu--menu-l3 .c-main-menu__categories__navbar__item.show::before {
    left: calc(50% - 1.25rem);
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l4 {
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l4 .c-main-menu__categories__navbar__featured-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__submenu--menu-l4 .c-main-menu__categories__navbar__submenu__inner {
    width: 100%;
  }
}
.c-main-menu__categories__navbar__parent-item, .c-main-menu__categories__navbar__item {
  border-bottom: none;
  border-top: none;
  font-size: 0.875rem;
  padding: 0 0.3125rem;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__parent-item, .c-main-menu__categories__navbar__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.c-main-menu__categories__navbar__parent-item:active, .c-main-menu__categories__navbar__parent-item:focus, .c-main-menu__categories__navbar__parent-item:hover, .c-main-menu__categories__navbar__item:active, .c-main-menu__categories__navbar__item:focus, .c-main-menu__categories__navbar__item:hover {
  background-color: transparent;
}
.c-main-menu__categories__navbar__parent-item:active &gt; .c-main-menu__categories__navbar__item__link:not(.link-type-b), .c-main-menu__categories__navbar__parent-item:focus &gt; .c-main-menu__categories__navbar__item__link:not(.link-type-b), .c-main-menu__categories__navbar__parent-item:hover &gt; .c-main-menu__categories__navbar__item__link:not(.link-type-b), .c-main-menu__categories__navbar__item:active &gt; .c-main-menu__categories__navbar__item__link:not(.link-type-b), .c-main-menu__categories__navbar__item:focus &gt; .c-main-menu__categories__navbar__item__link:not(.link-type-b), .c-main-menu__categories__navbar__item:hover &gt; .c-main-menu__categories__navbar__item__link:not(.link-type-b) {
  background-color: #004968;
  color: #fff;
  text-decoration: none;
}
.c-main-menu__categories__navbar__parent-item__label, .c-main-menu__categories__navbar__parent-item__link, .c-main-menu__categories__navbar__item__label, .c-main-menu__categories__navbar__item__link {
  border-radius: 0.5rem;
  padding: 0.9375rem 0.625rem;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__parent-item__label, .c-main-menu__categories__navbar__parent-item__link, .c-main-menu__categories__navbar__item__label, .c-main-menu__categories__navbar__item__link {
    padding: 0.875rem 0.9375rem 0.4375rem;
    position: relative;
  }
}
.c-main-menu__categories__navbar__parent-item__label:not(.c-main-menu__categories__navbar__item__link--toggle), .c-main-menu__categories__navbar__parent-item__link:not(.c-main-menu__categories__navbar__item__link--toggle), .c-main-menu__categories__navbar__item__label:not(.c-main-menu__categories__navbar__item__link--toggle), .c-main-menu__categories__navbar__item__link:not(.c-main-menu__categories__navbar__item__link--toggle) {
  display: block;
}
.c-main-menu__categories__navbar__parent-item__label::after, .c-main-menu__categories__navbar__parent-item__link::after, .c-main-menu__categories__navbar__item__label::after, .c-main-menu__categories__navbar__item__link::after {
  border-left: none;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__parent-item__label::after, .c-main-menu__categories__navbar__parent-item__link::after, .c-main-menu__categories__navbar__item__label::after, .c-main-menu__categories__navbar__item__link::after {
    right: 1rem !important;
  }
}
.c-main-menu__categories__navbar__parent-item {
  background-color: transparent;
  color: #2458A9;
  letter-spacing: 0.04375rem;
  margin-bottom: 0.1875rem;
  padding-top: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .c-main-menu__categories__navbar__parent-item {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .c-main-menu__categories__navbar__parent-item:not(:first-child) {
    padding-top: 0.625rem;
  }
}
.c-main-menu__categories__navbar__parent-item--label:hover {
  color: #2458A9;
}
.c-main-menu__categories__navbar__parent-item .c-main-menu__categories__navbar__parent-item__link {
  color: #142745;
  padding-top: 1.625rem;
}
.c-main-menu__categories__navbar__parent-item .c-main-menu__categories__navbar__parent-item__link:hover {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__parent-item .c-main-menu__categories__navbar__parent-item__link {
    padding-top: 0;
  }
}
.c-main-menu__categories__navbar__item {
  color: #142745;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-main-menu__categories__navbar__item.show::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(25% - 1.25rem);
    top: 0;
    width: 1.25rem;
  }
}
@media (min-width: 768px) {
  .c-main-menu__categories__navbar__item:focus &gt; .c-main-menu__categories__navbar__submenu, .c-main-menu__categories__navbar__item:focus-within &gt; .c-main-menu__categories__navbar__submenu {
    display: block;
  }
}
.c-main-menu__categories__navbar__divider {
  border-color: #142745;
  border-top-width: 2px;
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.c-main-menu__categories__navbar__secondary {
  margin-bottom: 0.4375rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__secondary {
    padding: 0.5625rem 1.5625rem 0.0625rem;
    margin-bottom: 0.1875rem;
  }
}
.c-main-menu__categories__navbar__eligibility {
  border: 2px solid #f5f5f5;
  border-radius: 0.5rem;
  color: #2458A9;
  font-size: 0.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding: 0.625rem 0.75rem;
}
@media (min-width: 992px) {
  .c-main-menu__categories__navbar__eligibility {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.c-main-menu__categories__navbar__eligibility__label {
  display: inline-block;
  font-weight: 300;
  margin-top: 0.375rem;
  vertical-align: middle;
}
.c-main-menu__categories__navbar__tools--heading {
  line-height: normal;
}
.c-main-menu__options {
  border-top: 3px solid #142745;
  margin-bottom: 1.5rem;
  padding-top: 0.625rem;
}
@media (min-width: 992px) {
  .c-main-menu__options {
    border-top: none;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.c-main-menu__options__navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.c-main-menu__options__item {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: static;
  widtH: 100%;
}
@media (min-width: 992px) {
  .c-main-menu__options__item {
    font-size: 1rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .c-main-menu__options__item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .c-main-menu__options__item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  .c-main-menu__options__item--single {
    position: relative;
  }
}
.c-main-menu__options__item:focus, .c-main-menu__options__item:focus, .c-main-menu__options__item:hover, .c-main-menu__options__item.show {
  background-color: #fff;
}
@media (min-width: 992px) {
  .c-main-menu__options__item:focus .c-main-menu__options__item__link, .c-main-menu__options__item:focus .c-main-menu__options__item__link, .c-main-menu__options__item:hover .c-main-menu__options__item__link, .c-main-menu__options__item.show .c-main-menu__options__item__link {
    border-bottom-color: #004968;
    color: #2458A9;
  }
}
@media (min-width: 768px) {
  .c-main-menu__options__item:focus &gt; .c-main-menu__options__item__dropdown, .c-main-menu__options__item:focus-within &gt; .c-main-menu__options__item__dropdown {
    display: block;
  }
}
.c-main-menu__options__item__heading {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-main-menu__options__item__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    height: 4.375rem;
  }
  @supports (object-fit: cover) {
    .c-main-menu__options__item__heading {
      height: auto;
      min-height: 100%;
    }
  }
}
.c-main-menu__options__item__heading::after {
  content: none;
}
.c-main-menu__options__item__link {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 1.1875rem;
}
@media (min-width: 992px) {
  .c-main-menu__options__item__link {
    border-bottom: 2px solid transparent;
    font-size: 0.875rem;
    padding-top: 1.0625rem;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .c-main-menu__options__item__link {
    font-size: 0.75rem;
  }
}
.c-main-menu__options__item__label {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  .c-main-menu__options__item__label {
    color: #375481;
    display: block;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 2;
    margin-bottom: -0.0625rem;
  }
}
.c-main-menu__options__item__dropdown {
  background-color: #fff;
  border-top: none;
  height: auto;
  left: 0;
  right: 0;
  top: 98.5%;
}
@media (min-width: 768px) {
  .c-main-menu__options__item__dropdown {
    margin: inherit;
  }
}
@media (min-width: 992px) {
  .c-main-menu__options__item__dropdown {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .c-main-menu__options__item__dropdown {
    height: auto;
    left: -0.9375rem;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: none;
    right: -0.9375rem;
    width: 80.375rem;
  }
}
@media (min-width: 1458px) {
  .c-main-menu__options__item__dropdown {
    max-width: calc(187.5rem - 1.875rem);
    width: 100%;
  }
}
@media (min-width: 1458px) {
  .c-main-menu__options__item__dropdown__container {
    max-width: 100%;
    width: 100%;
  }
}
.in .c-main-menu__options__item__dropdown {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .in .c-main-menu__options__item__dropdown {
    display: block;
  }
}
@media (min-width: 992px) {
  .c-main-menu__options__item__dropdown--single {
    width: calc(25vw + 1.875rem);
  }
}
@media (min-width: 992px) {
  .c-main-menu__options__item__dropdown--single .c-main-menu__options__item__dropdown__container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.c-main-menu__options__item__dropdown__inner {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .c-main-menu__options__item__dropdown__inner {
    max-height: calc(100vh - 12.5rem);
    padding-bottom: 0.75rem;
    padding-top: 2.125rem;
    pointer-events: auto;
    width: 100%;
  }
}
.is-fixed .c-main-menu__options__item__dropdown__inner {
  max-height: calc(100vh - 9.375rem);
}
@media (max-width: 991.98px) {
  .c-main-menu__options__item__dropdown__row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    width: calc(100% + 1.875rem);
  }
}
.c-main-menu__options__item__dropdown__row--header {
  margin-bottom: 1rem;
}
.c-main-menu__options__item__dropdown__header {
  background-color: #f5f5f5;
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  padding: 1.4375rem 0.9375rem 1.0625rem;
}
.c-main-menu__options__item__dropdown__eligibility {
  color: #004968;
  margin-bottom: 0.5rem;
}
.c-main-menu__options__item__dropdown__eligibility__label {
  display: inline-block;
  margin-top: 0.375rem;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .c-main-menu__options__item__dropdown__col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.c-main-menu__options__item__dropdown__col + .c-main-menu__options__item__dropdown__col {
  border-top: 1px solid #f5f5f5;
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  .c-main-menu__options__item__dropdown__col + .c-main-menu__options__item__dropdown__col {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    max-width: calc(100% - 1.875rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .c-main-menu__options__item__dropdown__col + .c-main-menu__options__item__dropdown__col {
    border-top: none;
    padding-top: 0;
  }
}
.c-main-menu__toggler {
  cursor: pointer;
  padding: 0 1rem 0 4.5px;
}
@media (min-width: 992px) and (max-width: 1140px) {
  .c-main-menu__toggler__cat-name {
    font-size: 0.75rem;
  }
}
.c-main-menu__toggler::after {
  content: none;
}
.c-main-menu__toggler:focus, .c-main-menu__toggler:hover, .show .c-main-menu__toggler {
  background-color: #fff;
}
.c-main-menu__toggler:focus .c-main-menu__toggler__cat-name, .c-main-menu__toggler:hover .c-main-menu__toggler__cat-name, .show .c-main-menu__toggler .c-main-menu__toggler__cat-name {
  color: #2458A9;
}
.c-main-menu__toggler__inner {
  border-bottom: 2px solid transparent;
  padding: 0.125rem 0.25rem 0.4375rem;
}
@media (min-width: 992px) {
  .c-main-menu__toggler__inner {
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
    padding: 0.625rem 0 1.125rem;
  }
}
@media (min-width: 992px) {
  .c-main-menu__toggler__inner:focus, .c-main-menu__toggler__inner:hover, .show .c-main-menu__toggler__inner {
    border-bottom-color: transparent;
  }
}
.c-main-menu__toggler__inner:focus {
  outline-color: transparent;
}
@media (max-width: 767.98px) {
  .c-main-menu__toggler__inner {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.c-main-menu__toggler__hamburger {
  display: inline-block;
  margin-bottom: 0.4375rem;
  margin-top: 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .c-main-menu__toggler__hamburger {
    margin-right: 0.3125rem;
  }
}
.c-main-menu__toggler__hamburger, .c-main-menu__toggler__hamburger::before, .c-main-menu__toggler__hamburger::after {
  background-color: #004968;
  height: 2px;
  width: 24px;
}
.c-main-menu__toggler__hamburger::before, .c-main-menu__toggler__hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}
.c-main-menu__toggler__hamburger::before {
  top: -7px;
}
.c-main-menu__toggler__hamburger::after {
  bottom: -7px;
}
@media (min-width: 768px) {
  .c-main-menu__toggler--dropdown:focus .c-main-menu__categories, .c-main-menu__toggler--dropdown:focus-within .c-main-menu__categories {
    display: block;
  }
}
.c-main-menu__toggler__label {
  display: none;
  color: #2458A9;
}
@media (min-width: 544px) {
  .c-main-menu__toggler__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: text-top;
  }
}
.balance-tracker-active .c-main-menu {
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .balance-tracker-active .c-main-menu {
    height: 8.5625rem;
  }
}
@media (min-width: 992px) {
  .balance-tracker-active .c-main-menu__options__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1458px) {
  .balance-tracker-active .c-main-menu__options__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .balance-tracker-active .c-main-menu__extra-links {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1458px) {
  .balance-tracker-active .c-main-menu__extra-links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .balance-tracker-active .c-main-menu__extra-links ul {
    padding: 0;
  }
}
.c-main-menu__search {
  margin: 0 0.25rem;
}
@media (min-width: 992px) {
  .c-main-menu__search {
    display: none;
  }
}
.c-main-menu__search__toggler__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg fill='%23004968' fill-rule='evenodd'%3E%3Cg fill='%23004968'%3E%3Cg%3E%3Cpath d='M8.58 49.92c-3.126 0-5.66 2.534-5.66 5.66 0 3.126 2.534 5.66 5.66 5.66 3.126 0 5.66-2.534 5.66-5.66 0-3.126-2.534-5.66-5.66-5.66M8.6 48c4.198 0 7.6 3.403 7.6 7.6 0 1.757-.596 3.373-1.596 4.66l5.118 5.118c.37.372.37.973 0 1.344-.371.37-.972.37-1.343 0l-5.118-5.118c-1.287 1-2.905 1.596-4.66 1.596C4.403 63.2 1 59.797 1 55.6 1 51.403 4.403 48 8.6 48' transform='translate(-1433 -579) translate(1432 531)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.c-main-menu .c-purchase-monitor {
  border: 0;
  margin-right: -0.9375rem;
  position: absolute;
  right: 0;
  top: 100%;
  width: 35%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-main-menu .c-purchase-monitor {
    padding: 0.4375rem 1.5625rem 0;
  }
}
.c-main-menu .c-purchase-monitor::after {
  background-color: #f5f5f5;
  content: "";
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.balance-tracker-label {
  font-size: 0.9375rem;
  text-align: center;
  margin: auto;
}

img[width="1"][height="1"] {
  position: absolute;
}

.c-category-menu__header {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.375rem 1.25rem 0 0.9375rem;
  z-index: 100;
}
.c-category-menu__header__text {
  color: #142745;
  display: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.c-category-menu__header__close {
  background: transparent;
  border: none;
  font-size: 1.125rem;
  font-weight: normal;
  margin-left: auto;
  opacity: 1;
  outline: none;
}
.c-category-menu__header__close-svg {
  height: 1rem;
  width: 1rem;
}
.c-category-menu__heading {
  color: #132744;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  padding: 1.625rem 0.9375rem 0;
}
.c-category-menu__toggle {
  border-radius: 0;
  border: 0;
  bottom: 0;
  box-shadow: none;
  display: block;
  height: calc(100% - 3.6875rem);
  position: fixed;
  left: -100%;
  top: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
}
.c-category-menu__toggle.in {
  left: 0;
}
.c-category-menu__items, .c-category-menu__submenu {
  list-style: none;
  padding-left: 0;
}
.c-category-menu__items {
  margin-bottom: 0;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item {
  margin-bottom: 0;
  margin: 0 0.9375rem;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--isdropdown &gt; .c-category-menu__link::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.4375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 0.75rem;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--isdropdown.active &gt; .c-category-menu__link::before {
  transform: none;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item.active &gt; .c-category-menu__submenu &gt; .c-category-menu__item {
  display: block;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item.active &gt; .c-category-menu__submenu &gt; .c-category-menu__item--brand {
  margin-top: 0.625rem;
  opacity: 1;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item.active &gt; .c-category-menu__submenu &gt; .c-category-menu__item--shopBrand {
  opacity: 1;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item {
  display: none;
  opacity: 0;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(0) {
  animation: translateX 300ms 0ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(1) {
  animation: translateX 300ms 60ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(2) {
  animation: translateX 300ms 120ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(3) {
  animation: translateX 300ms 180ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(4) {
  animation: translateX 300ms 240ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(5) {
  animation: translateX 300ms 300ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(6) {
  animation: translateX 300ms 360ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(7) {
  animation: translateX 300ms 420ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(8) {
  animation: translateX 300ms 480ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(9) {
  animation: translateX 300ms 540ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(10) {
  animation: translateX 300ms 600ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(11) {
  animation: translateX 300ms 660ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(12) {
  animation: translateX 300ms 720ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(13) {
  animation: translateX 300ms 780ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(14) {
  animation: translateX 300ms 840ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(15) {
  animation: translateX 300ms 900ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(16) {
  animation: translateX 300ms 960ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(17) {
  animation: translateX 300ms 1020ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(18) {
  animation: translateX 300ms 1080ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(19) {
  animation: translateX 300ms 1140ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(20) {
  animation: translateX 300ms 1200ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(21) {
  animation: translateX 300ms 1260ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(22) {
  animation: translateX 300ms 1320ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(23) {
  animation: translateX 300ms 1380ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(24) {
  animation: translateX 300ms 1440ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(25) {
  animation: translateX 300ms 1500ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(26) {
  animation: translateX 300ms 1560ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(27) {
  animation: translateX 300ms 1620ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(28) {
  animation: translateX 300ms 1680ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(29) {
  animation: translateX 300ms 1740ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(30) {
  animation: translateX 300ms 1800ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(31) {
  animation: translateX 300ms 1860ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(32) {
  animation: translateX 300ms 1920ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(33) {
  animation: translateX 300ms 1980ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(34) {
  animation: translateX 300ms 2040ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(35) {
  animation: translateX 300ms 2100ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(36) {
  animation: translateX 300ms 2160ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(37) {
  animation: translateX 300ms 2220ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(38) {
  animation: translateX 300ms 2280ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(39) {
  animation: translateX 300ms 2340ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(40) {
  animation: translateX 300ms 2400ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(41) {
  animation: translateX 300ms 2460ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(42) {
  animation: translateX 300ms 2520ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(43) {
  animation: translateX 300ms 2580ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(44) {
  animation: translateX 300ms 2640ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(45) {
  animation: translateX 300ms 2700ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(46) {
  animation: translateX 300ms 2760ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(47) {
  animation: translateX 300ms 2820ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(48) {
  animation: translateX 300ms 2880ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(49) {
  animation: translateX 300ms 2940ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(50) {
  animation: translateX 300ms 3000ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(51) {
  animation: translateX 300ms 3060ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(52) {
  animation: translateX 300ms 3120ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(53) {
  animation: translateX 300ms 3180ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(54) {
  animation: translateX 300ms 3240ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(55) {
  animation: translateX 300ms 3300ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(56) {
  animation: translateX 300ms 3360ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(57) {
  animation: translateX 300ms 3420ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(58) {
  animation: translateX 300ms 3480ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(59) {
  animation: translateX 300ms 3540ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(60) {
  animation: translateX 300ms 3600ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(61) {
  animation: translateX 300ms 3660ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(62) {
  animation: translateX 300ms 3720ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(63) {
  animation: translateX 300ms 3780ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(64) {
  animation: translateX 300ms 3840ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(65) {
  animation: translateX 300ms 3900ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(66) {
  animation: translateX 300ms 3960ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(67) {
  animation: translateX 300ms 4020ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(68) {
  animation: translateX 300ms 4080ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(69) {
  animation: translateX 300ms 4140ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(70) {
  animation: translateX 300ms 4200ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(71) {
  animation: translateX 300ms 4260ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(72) {
  animation: translateX 300ms 4320ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(73) {
  animation: translateX 300ms 4380ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(74) {
  animation: translateX 300ms 4440ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(75) {
  animation: translateX 300ms 4500ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(76) {
  animation: translateX 300ms 4560ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(77) {
  animation: translateX 300ms 4620ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(78) {
  animation: translateX 300ms 4680ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(79) {
  animation: translateX 300ms 4740ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(80) {
  animation: translateX 300ms 4800ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(81) {
  animation: translateX 300ms 4860ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(82) {
  animation: translateX 300ms 4920ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(83) {
  animation: translateX 300ms 4980ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(84) {
  animation: translateX 300ms 5040ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(85) {
  animation: translateX 300ms 5100ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(86) {
  animation: translateX 300ms 5160ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(87) {
  animation: translateX 300ms 5220ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(88) {
  animation: translateX 300ms 5280ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(89) {
  animation: translateX 300ms 5340ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(90) {
  animation: translateX 300ms 5400ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(91) {
  animation: translateX 300ms 5460ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(92) {
  animation: translateX 300ms 5520ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(93) {
  animation: translateX 300ms 5580ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(94) {
  animation: translateX 300ms 5640ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(95) {
  animation: translateX 300ms 5700ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(96) {
  animation: translateX 300ms 5760ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(97) {
  animation: translateX 300ms 5820ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(98) {
  animation: translateX 300ms 5880ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(99) {
  animation: translateX 300ms 5940ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item .c-category-menu__item:not(.c-category-menu__item--brand):not(.c-category-menu__item--shopBrand):nth-child(100) {
  animation: translateX 300ms 6000ms ease-in-out forwards;
  transform-origin: top center;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--single:hover, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--single:focus, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--single:focus-within {
  background-color: #004968;
  border-radius: 0.5rem;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--single:hover .c-category-menu__link, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--single:focus .c-category-menu__link, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__item--single:focus-within .c-category-menu__link {
  color: #fff;
  text-decoration: none;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link {
  color: #132744;
  display: -ms-flexbox;
  display: flex;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  padding: 0.625rem 0.5rem 0.4375rem 1.25rem;
  position: relative;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link:focus, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link:hover {
  text-shadow: 0 0 0.0625rem #132744;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link--btn {
  font-weight: 500;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link--btn:focus, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link--btn:hover {
  text-decoration: none;
  text-shadow: none !important;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link--bold {
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link--bold:focus, .c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__link--bold:hover {
  text-shadow: none;
}
.c-category-menu__items:not(.c-category-menu__items--isImage) .c-category-menu__image {
  display: none;
}
.c-category-menu__items--isImage.c-category-menu__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  overflow: hidden;
  overflow-x: auto;
}
.c-category-menu__items--isImage .c-category-menu__item {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  max-width: 33.333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.c-category-menu__items--isImage .c-category-menu__link:hover, .c-category-menu__items--isImage .c-category-menu__link:focus, .c-category-menu__items--isImage .c-category-menu__link:active {
  text-decoration: none;
}
.c-category-menu__items--isImage .c-category-menu__image {
  display: block;
  padding-top: 100%;
  position: relative;
}
.c-category-menu__items--isImage .c-category-menu__image__src {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.c-category-menu__items--isImage .c-category-menu__text {
  display: block;
  font-size: 0.625rem;
  margin: 0.625rem 0;
  text-align: center;
}
@media (min-width: 544px) {
  .c-category-menu__items--isImage .c-category-menu__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .c-category-menu__items--isImage .c-category-menu__text {
    font-size: 0.875rem;
  }
}
.c-category-menu__items--isImage .c-category-menu__text:hover, .c-category-menu__items--isImage .c-category-menu__text:focus, .c-category-menu__items--isImage .c-category-menu__text:active {
  text-decoration: none;
}
.c-category-menu__items--isListImage .c-category-menu__link .c-category-menu {
  -ms-flex-align: center;
      align-items: center;
}
.c-category-menu__items--isListImage .c-category-menu__link .c-category-menu__image {
  display: block;
  margin-right: 0.375rem;
  position: relative;
  top: -0.125rem;
}
.c-category-menu__items--isListImage .c-category-menu__link .c-category-menu__image__src {
  max-width: 100%;
}
.c-category-menu__items .c-category-menu__item--shopAll:hover, .c-category-menu__items .c-category-menu__item--shopAll:focus, .c-category-menu__items .c-category-menu__item--shopAll:focus-within {
  background-color: #004968;
  border-radius: 0.5rem;
}
.c-category-menu__items .c-category-menu__item--shopAll:hover .c-category-menu__link, .c-category-menu__items .c-category-menu__item--shopAll:focus .c-category-menu__link, .c-category-menu__items .c-category-menu__item--shopAll:focus-within .c-category-menu__link {
  color: #fff;
}
.c-category-menu .navigation-menu {
  background-color: #fff;
  border-top: 0.18125rem solid #132744;
  height: 100%;
  margin-bottom: 3.1875rem;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 1.625rem;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .c-category-menu .navigation-menu {
    border-right: 0.0625rem solid #ccc;
    width: 25rem;
  }
}
@media (max-width: 991.98px) {
  .c-category-menu .navigation-menu {
    padding-bottom: 6.25rem;
  }
}
.c-category-menu__eligibility {
  margin-top: 1.625rem;
}
.c-category-menu__banner-link {
  display: block;
  height: 0;
  margin: 1.625rem 0.9375rem 0;
  padding-bottom: 25%;
  position: relative;
}
.c-category-menu__banner-link__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.c-category-menu__wrap {
  padding: 1rem 0.9375rem 0.0625rem;
}
.c-category-menu__wrap--isheading {
  padding: 0;
}
.c-category-menu__badge {
  border-radius: 0.5rem;
  border: 0.125rem solid #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5rem;
  margin: 1.875rem 0.9375rem 0;
  padding: 0.625rem 0.9375rem;
}
.c-category-menu__badge__icon {
  color: #2458A9;
  height: 1.25rem;
  margin-right: 0.3125rem;
  width: 1.25rem;
}
.c-category-menu__badge__text {
  color: #2458A9;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin-top: 0.375rem;
}
.c-category-menu__item--brand .experience-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.c-category-menu__item--brand .experience-commerce_assets-categoryBrand {
  display: block;
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  max-width: 33.333%;
  position: relative;
}
.c-category-menu__item--brand .experience-commerce_assets-categoryBrand:empty {
  display: none;
}
.c-category-menu__item__brand__link {
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.c-category-menu__item__brand__image {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.experience-commerce_assets-categoryLists .c-category-menu__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.experience-commerce_assets-categoryLists .c-category-menu__text {
  display: block;
  padding: 1.625rem 0.9375rem 0;
}
.experience-commerce_assets-categoryLists .c-category-menu__image + .c-category-menu__text {
  padding-top: 0;
}

@keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ============================================================================
Main Banner
============================================================================ */
.c-main-banner {
  border-width: 0;
}
@media (min-width: 544px) {
  .c-main-banner {
    height: 100%;
  }
}
.c-main-banner__row {
  height: unset;
}
@media (min-width: 544px) {
  .c-main-banner__row {
    height: 100%;
  }
}
.c-main-banner__wrapper {
  height: unset;
  margin: 0;
}
@media (min-width: 544px) {
  .c-main-banner__wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.c-main-banner__picture {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.c-main-banner__picture__img {
  min-height: 100%;
  min-width: 100%;
}
@supports (object-fit: cover) {
  .c-main-banner__picture__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.c-main-banner__body {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5.875rem;
  padding-top: 5.875rem;
  padding: 5.875rem 1.25rem;
  position: relative;
  z-index: 1;
}
.c-main-banner__body__content {
  border-radius: 0.5rem;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 544px) {
  .c-main-banner__body__content {
    max-width: 20.3125rem;
  }
}
@media (min-width: 768px) {
  .c-main-banner__body__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 28rem;
  }
}
@media (max-width: 543.98px) {
  .c-main-banner__body__content {
    text-align: center;
  }
}
.c-main-banner__body__content--center, .c-main-banner__body__content--right {
  margin-left: auto;
}
.c-main-banner__body__content--center {
  margin-right: auto;
  text-align: center;
}
.c-main-banner__body__content--center .c-main-banner__body__content__wavy-border {
  margin-left: auto;
  margin-right: auto;
}
.c-main-banner__body__content__wavy-border {
  -ms-flex-preferred-size: 8.6875rem;
      flex-basis: 8.6875rem;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-bottom: 0.875rem;
  margin-left: 4.5px;
  margin-right: 4.5px;
}
@media (min-width: 768px) {
  .c-main-banner__body__content__wavy-border {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .c-main-banner__body__content__wavy-border {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 543.98px) {
  .c-main-banner__body__content__wavy-border {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-main-banner__body__content__eyebrow {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-main-banner__body__content__eyebrow {
    margin-bottom: 0.75rem;
  }
}
.c-main-banner__body__content__heading {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .c-main-banner__body__content__heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 543.98px) {
  .c-main-banner__body__content__heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 543.98px) {
  .c-main-banner__body__content__heading span {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
.c-main-banner__body__content__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-main-banner__body__content__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
.c-main-banner__body__content__text__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-main-banner__body__content__text__inner .quickview {
  background: none;
  border-radius: 0;
  border: 0;
  color: #142745;
  display: inline;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  outline: none;
  padding: 0;
  text-decoration: underline;
}
.c-main-banner__body__content--full-width {
  max-width: 100%;
}
.c-main-banner__short-banner {
  border-width: 0;
  margin: 3.125rem 0 1.75rem;
}
@media (min-width: 768px) {
  .c-main-banner__short-banner {
    margin-bottom: 3.125rem;
  }
}
.c-main-banner__short-banner__wavy-border {
  display: inline-block;
  height: 0.6875rem;
  width: 8.6875rem;
}
@media (min-width: 768px) {
  .c-main-banner__short-banner__wavy-border {
    height: 1.125rem;
  }
}
.c-main-banner__short-banner__header__heading {
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .c-main-banner__short-banner__header__heading {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
.c-main-banner__short-banner--with-color-combination {
  margin-bottom: 0;
  margin-top: 0;
  padding: 2.5rem 0 1.1875rem;
}
@media (min-width: 768px) {
  .c-main-banner__short-banner--with-color-combination {
    margin-bottom: 0;
    margin-top: 0;
    padding: 3.75rem 0 2.4375rem;
  }
}
.c-main-banner__short-banner--with-color-combination .c-main-banner__short-banner__header:only-child .c-main-banner__short-banner__header__heading {
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .c-main-banner__short-banner--with-color-combination .c-main-banner__short-banner__header:only-child .c-main-banner__short-banner__header__heading {
    margin-bottom: 0.75rem;
  }
}
.c-main-banner__short-banner:not(.c-main-banner__short-banner--with-color-combination) {
  background-color: transparent;
}
.c-main-banner__image-text-banner {
  border: 0.0625rem solid #ccc;
  border-radius: 0.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .c-main-banner__image-text-banner {
    min-height: 21.875rem;
  }
}
.c-main-banner__image-text-banner:not(.c-main-banner__image-text-banner--with-color-combination) {
  background-color: transparent;
  position: relative;
  padding-bottom: 5.625rem;
}
.c-main-banner__image-text-banner__cta {
  position: absolute;
  bottom: 8%;
}
.c-main-banner__image-text-banner__picture {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-main-banner__image-text-banner__picture {
    margin-bottom: 1.875rem;
  }
}
.c-main-banner__image-text-banner__picture__img {
  border-radius: 0.5rem 0.5rem 0 0;
  height: auto;
}
.c-main-banner__image-text-banner__header {
  padding: 0 1.25rem;
}
.c-main-banner__image-text-banner__header__heading {
  font-size: 1.5rem;
}
@media (max-width: 543.98px) {
  .c-main-banner__image-text-banner__header__heading {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}
.c-main-banner__image-text-banner__button {
  display: inline-block;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-main-banner__image-text-banner__button {
    margin-bottom: 2.5rem;
  }
}
.c-main-banner__image-text-banner__button:not(.btn) {
  font-size: 0.875rem;
  text-decoration: underline;
}
.c-main-banner__image-text-banner__button:not(.btn):hover {
  text-decoration: none;
}
.c-main-banner__image-text-banner__body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .c-main-banner__image-text-banner__body {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}

.c-search-articles__box {
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-search-articles__box {
    padding-bottom: 1.875rem;
  }
}
.c-search-articles__tile {
  border: 0.0625rem solid #ccc;
  border-radius: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
}
.c-search-articles__tile__imagebox {
  margin-bottom: 1.875rem;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-search-articles__tile__imagebox {
    margin-bottom: 2.5rem;
    padding-bottom: 61.8%;
  }
}
.c-search-articles__tile__imagebox__image {
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@supports (object-fit: cover) {
  .c-search-articles__tile__imagebox__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.c-search-articles__tile__top-border {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8.6875rem;
}
.c-search-articles__tile__top-title {
  color: #2458A9;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.0375rem;
  margin: 0 auto;
  padding: 0.8125rem 1.0625rem 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-search-articles__tile__top-title {
    font-size: 0.875rem;
  }
}
.c-search-articles__tile__header {
  background-color: initial;
  border: 0;
  font-size: 1.25rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  color: #142745;
}
@media (min-width: 768px) {
  .c-search-articles__tile__header {
    font-size: 1.5rem;
  }
}
.c-search-articles__tile__body {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  overflow-wrap: break-word;
  padding-top: 0;
}
@media (min-width: 768px) {
  .c-search-articles__tile__body {
    font-size: 1rem;
  }
}
.c-search-articles__tile__linkbox {
  margin-bottom: 2.1875rem;
}
.c-search-articles__tile__linkbox .c-search-articles__tile__linkbox__link {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  text-decoration: underline;
}
.c-search-articles__tile__linkbox .c-search-articles__tile__linkbox__link:hover {
  text-decoration: none;
}
.c-search-articles__show-more {
  -ms-flex-pack: center;
      justify-content: center;
}
.c-search-articles__related {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .c-search-articles__related {
    padding-top: 6.875rem;
  }
}
@media (min-width: 768px) {
  .c-search-articles__related__heading {
    margin-bottom: 0.6875rem;
  }
}
.c-search-articles__related__heading__border {
  display: inline-block;
  vertical-align: top;
  width: 8.6875rem;
}
.c-search-articles__related__heading__header {
  letter-spacing: normal;
  color: #142745;
}
.c-search-articles__related__cta {
  padding-top: 0.625rem;
}

.c-category-seo__copy__header {
  color: #142745;
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .c-category-seo__copy__header {
    font-size: 2.5rem;
  }
}
.c-category-seo__copy__description {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .c-category-seo__copy__description {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-category-seo__copy__description--bottom {
  padding-top: 1.25rem;
}
@media (max-width: 1199.98px) {
  .c-category-seo__quick-filters {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-category-seo__quick-filters__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .c-category-seo__quick-filters__list__item {
    display: table;
    -ms-flex: 0 0 8.75rem;
        flex: 0 0 8.75rem;
    margin-right: 1.25rem;
    max-width: 8.75rem;
    padding: 0;
    width: 8.75rem;
  }
}
@media (max-width: 991.98px) {
  .c-category-seo__quick-filters {
    margin-left: 0.28125rem;
    margin-right: 0.28125rem;
  }
}
@media (min-width: 992px) {
  .c-category-seo__quick-filters {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

/* ============================================================================
Card Component
============================================================================ */
.c-card {
  border: none;
}
.c-card__header, .c-card__body {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .c-card__header, .c-card__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-card__header {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .c-card__header {
    padding-bottom: 0.25rem;
  }
}
.c-card__body {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  padding-bottom: 0.625rem;
  padding-top: 0;
}
.c-card__body__checkout-as-guest {
  max-width: 15.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .c-card__body {
    padding-bottom: 1.25rem;
    padding-top: 0.625rem;
  }
}
.c-card__divider {
  position: relative;
  text-align: center;
}
.c-card__divider::after {
  border-bottom: 1px solid #142745;
  content: "";
  position: absolute;
  left: 0.28125rem;
  right: 0.28125rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .c-card__divider::after {
    left: 0.625rem;
    right: 0.625rem;
  }
}
.c-card__divider__label {
  background-color: #fff;
  border: 1px solid #142745;
  border-radius: 50%;
  color: #142745;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding: 1.0625rem 0.75rem 0.6875rem;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  vertical-align: top;
}

/* ============================================================================
Card Component
============================================================================ */
.c-site-footer {
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.57;
  padding-bottom: 0.9375rem;
  padding-top: 1.6875rem;
  margin-top: auto;
}
@media (min-width: 768px) {
  .c-site-footer {
    padding-bottom: 0;
  }
}
.c-site-footer--minimal {
  padding-bottom: 0.6875rem;
  padding-top: 2.3125rem;
}
@media (min-width: 768px) {
  .c-site-footer--minimal {
    padding-bottom: 1.75rem;
    padding-top: 3.375rem;
  }
}
.c-site-footer__main {
  border-top: 0.125rem solid #375481;
  padding-top: 2.25rem;
}
@media (min-width: 768px) {
  .c-site-footer__main {
    padding-top: 1.875rem;
  }
}
.c-site-footer__main-cols, .c-site-footer__secondary-cols {
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .c-site-footer__main-cols, .c-site-footer__secondary-cols {
    margin-bottom: 1rem;
    padding-bottom: 1.1875rem;
    padding-top: 1.375rem;
  }
}
@media (min-width: 768px) {
  .c-site-footer__main-cols {
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
    border-image-repeat: repeat;
    border-image-slice: 5;
    border-right-style: solid;
    border-width: 0;
    border-right-width: 5px;
    padding-right: 0.15625rem;
  }
}
@media (min-width: 992px) {
  .c-site-footer__main-cols {
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .c-site-footer__main-cols__row {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .c-site-footer__main-cols__col {
    margin-bottom: 1.25rem;
  }
}
.c-site-footer__payment-info {
  color: #E9F2FF;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .c-site-footer__payment-info {
    padding-top: 0;
  }
}
.c-site-footer__payment-info__eligibility {
  border: 2px solid #E9F2FF;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.75rem 0.9375rem 0.625rem;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 544px) {
  .c-site-footer__payment-info__eligibility {
    width: auto;
  }
}
@media (min-width: 768px) {
  .c-site-footer__payment-info__eligibility {
    margin-bottom: 1.25rem;
  }
}
.c-site-footer__payment-info__eligibility__label {
  color: #2458A9;
  display: inline-block;
  margin-top: 0.1875rem;
  vertical-align: top;
}
.c-site-footer__payment-info__bbb {
  margin-bottom: 1.3125rem;
}
.c-site-footer__payment-info__cards {
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0.6875rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .c-site-footer__payment-info__cards {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.c-site-footer__payment-info__cards__item {
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-site-footer__payment-info__shipping {
  color: #142745;
  font-size: 0.75rem;
  line-height: 1.83;
}
.c-site-footer__divider {
  border-color: #f5f5f5;
}
.c-site-footer__utility-menu {
  color: #375481;
  padding-top: 1.0625rem;
}
@media (min-width: 768px) {
  .c-site-footer__utility-menu {
    padding-bottom: 0.75rem;
    position: static;
  }
}
.c-site-footer__utility-menu__copy-info, .c-site-footer__utility-menu__nav {
  line-height: 2;
}
.c-site-footer__utility-menu__copy-info {
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .c-site-footer__utility-menu__copy-info {
    margin-bottom: 0;
  }
}
.c-site-footer__back-to-top {
  background-color: #F2F2F2;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 2.5rem;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 3.125rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.c-site-footer__back-to-top:hover {
  background-color: #142745;
  color: #fff;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}
.c-site-footer__back-to-top:hover .back-top-btn {
  display: block;
  color: #fff;
}
.c-site-footer__back-to-top .back-top-btn {
  display: none;
}
@media (min-width: 768px) {
  .c-site-footer__back-to-top {
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .c-site-footer__back-to-top {
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .c-site-footer__back-to-top {
    right: 1.5rem;
    bottom: 4rem;
  }
}
.c-site-footer__back-to-top::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.515 10L10 1.515 18.485 10' stroke='%23142745' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.875rem;
  margin-top: -0.0625rem;
  width: 0.875rem;
}
.c-site-footer__back-to-top__wrap {
  border-top: 1px solid #f5f5f5;
  margin-bottom: 2.0625rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .c-site-footer__back-to-top__wrap {
    border-top: none;
    margin-bottom: 0;
    margin-top: 0;
    position: static;
  }
}
.c-site-footer .hidden_back-to-top {
  display: none;
}

.c-cart-page {
  background: #fff;
  padding-top: 1.875rem;
}
.c-cart-page .c-cart-page__page-title {
  background-color: transparent;
  color: #142745;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  left: auto;
  margin: 0 0 1.5625rem;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .c-cart-page .c-cart-page__page-title {
    font-size: 2.5rem;
    margin: 0.625rem 0 1.6875rem;
  }
}
.c-cart-page__user-welcome-back {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .c-cart-page__user-welcome-back {
    font-size: 1rem;
  }
}
.c-cart-page__user-welcome-back + .c-cart-page__page-title {
  margin-top: 0.3125rem;
}
.c-cart-page__have-promo-code-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .c-cart-page__have-promo-code-title {
    font-size: 1rem;
  }
}
.c-cart-page__have-promo-code-title--perks {
  margin-top: 0.625rem;
}
.c-cart-page__credit-cards-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.4375rem;
  color: #142745;
}
@media (min-width: 768px) {
  .c-cart-page__credit-cards-title {
    font-size: 1rem;
  }
}
.c-cart-page__credit-cards {
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0.8125rem;
  padding: 0;
}
.c-cart-page__credit-cards__item {
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .c-cart-page__credit-cards__item {
    margin-right: 5%;
  }
}
.c-cart-page__shipping-info {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.67;
}
.c-cart-page__help {
  margin-top: 1.375rem;
}
.c-cart-page__checkout-continue {
  margin-top: 0.1875rem;
}
.c-cart-page__eligibility-all {
  font-weight: 700;
  text-align: center;
}
.c-cart-page__order-discount__title, .c-cart-page__shipping-cost__title, .c-cart-page__shipping-tax__title, .c-cart-page__shipping-discount__title {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.5625rem;
}
@media (min-width: 768px) {
  .c-cart-page__order-discount__title, .c-cart-page__shipping-cost__title, .c-cart-page__shipping-tax__title, .c-cart-page__shipping-discount__title {
    font-size: 1rem;
  }
}
.c-cart-page__order-discount__qty, .c-cart-page__shipping-cost__qty, .c-cart-page__shipping-tax__qty, .c-cart-page__shipping-discount__qty {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5625rem;
}
@media (min-width: 768px) {
  .c-cart-page__order-discount__qty, .c-cart-page__shipping-cost__qty, .c-cart-page__shipping-tax__qty, .c-cart-page__shipping-discount__qty {
    font-size: 1rem;
  }
}
.c-cart-page__order-discount__tooltip, .c-cart-page__shipping-cost__tooltip, .c-cart-page__shipping-tax__tooltip, .c-cart-page__shipping-discount__tooltip {
  display: inline-block;
  position: relative;
  top: -0.1875rem;
}
.c-cart-page__order-discount__tooltip__info-icon, .c-cart-page__shipping-cost__tooltip__info-icon, .c-cart-page__shipping-tax__tooltip__info-icon, .c-cart-page__shipping-discount__tooltip__info-icon {
  fill: #142745;
}
.c-cart-page__totals-wrapper {
  border-top: solid 0.125rem #f5f5f5;
  margin-top: 0.4375rem;
  padding-top: 1.625rem;
}
.c-cart-page__totals-wrapper__grand-total-title {
  font-weight: 500;
  font-size: 1rem;
  color: #142745;
}
@media (min-width: 768px) {
  .c-cart-page__totals-wrapper__grand-total-title {
    font-size: 1.125rem;
  }
}
.c-cart-page__totals-wrapper__grand-total-qty {
  font-weight: 500;
  font-size: 1rem;
  color: #2458A9;
}
@media (min-width: 768px) {
  .c-cart-page__totals-wrapper__grand-total-qty {
    font-size: 1.125rem;
  }
}
.c-cart-page__checkout-continue-wrapper {
  border-radius: 0.5rem;
  border: solid 0.125rem #f5f5f5;
  padding: 1.5rem 1.125rem 1rem;
}
.c-cart-page__checkout-continue-wrapper--main {
  padding: 1.5rem 1.125rem 0;
}
.c-cart-page__checkout-continue-wrapper .c-cart-page__continue-shopping-link {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.625rem;
  text-decoration: underline;
}
.c-cart-page__checkout-continue-wrapper .c-cart-page__continue-shopping-link:hover, .c-cart-page__checkout-continue-wrapper .c-cart-page__continue-shopping-link:focus {
  text-decoration: none;
}
.c-cart-page__cart-header {
  margin-bottom: 0.875rem;
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .c-cart-page__cart-header {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1.25rem;
  }
}
.c-cart-page__number-of-items {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.57;
}
@media (min-width: 768px) {
  .c-cart-page__number-of-items {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
}
.c-cart-page__item-cost, .c-cart-page__item-quantity, .c-cart-page__item-total-cost {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.3;
}
@media (min-width: 768px) {
  .c-cart-page__item-cost, .c-cart-page__item-quantity, .c-cart-page__item-total-cost {
    font-size: 1rem;
  }
}
.c-cart-page__card {
  border-radius: 0;
  border: none;
  border-top: 0.0625rem solid #ccc;
  padding: 1.25rem 0 0;
}
.c-cart-page__card:last-child {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .c-cart-page__card {
    padding: 2.25rem 0 2.0625rem;
  }
  .c-cart-page__card:last-child {
    margin-bottom: 0;
  }
}
.c-cart-page__card.saveLaterAnimateDown {
  background: rgb(255, 255, 255);
  animation: popOutAndSlideDown 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% + 40px);
  border-top: none;
  margin-left: -20px;
  z-index: 9999;
}
.c-cart-page__card.saveLaterAnimateComplete {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.c-cart-page__card--saveLater:last-child .c-cart-page__card {
  border-bottom: 0.0625rem solid #ccc;
}
@media (max-width: 543.98px) {
  .c-cart-page__card--saveLater:last-child .c-cart-page__card__item-attributes {
    margin-bottom: 0;
  }
}
@media (max-width: 543.98px) {
  .c-cart-page__card--saveLater .c-cart-page__card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 543.98px) {
  .c-cart-page__card--saveLater .c-cart-page__card__item-attributes {
    padding-bottom: 2.8125rem;
  }
}
.c-cart-page__card--removed {
  padding-bottom: 3.125rem;
  padding-top: 0.8125rem;
}
@media (min-width: 768px) {
  .c-cart-page__card--removed {
    padding-bottom: 3.75rem;
    padding-top: 1.375rem;
  }
}
.c-cart-page__card--removed.c-minicart__product-summary__invisible {
  display: none;
}
.c-cart-page__card__line-item-promotion {
  display: -ms-flexbox;
  display: flex;
}
.c-cart-page__card .c-cart-page__remove-product {
  background: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 1.25rem;
  padding: 0;
  width: 1.25rem;
}
.c-cart-page__card .c-cart-page__remove-icon {
  height: 1.0625rem;
  width: 0.9375rem;
}
.c-cart-page__card__item-name {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 0.0625rem;
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .c-cart-page__card__item-name {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
    margin-top: 0;
  }
}
.c-cart-page__card__item-name .c-product-tile__body__pdp-link {
  height: auto;
  margin-bottom: 0.5rem;
}
.c-cart-page__card__item-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.c-cart-page__card__item-image-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 10rem;
  padding-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cart-page__card__item-image-wrapper {
    padding-bottom: 0;
  }
}
.c-cart-page__card__product-image {
  height: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@supports (object-fit: cover) {
  .c-cart-page__card__product-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.c-cart-page__card__product-card-footer .c-cart-page__card__item-attributes--bundle {
  min-height: 11.5rem;
}
@media (min-width: 768px) {
  .c-cart-page__card__product-card-footer .c-cart-page__card__item-attributes--bundle {
    min-height: auto;
  }
}
.c-cart-page__card__product-card-footer--mobile {
  position: static;
}
.c-cart-page__card__product-card-footer--content-left-side {
  max-width: 7.375rem;
  min-width: 7.375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cart-page__card__product-card-footer--content-left-side {
    max-width: 16.3%;
    min-width: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-cart-page__card__product-card-footer--content-left-side {
    max-width: 19%;
  }
}
.c-cart-page__card__product-card-footer--content-right-side {
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 0.28125rem;
  width: calc(100% - 7.375rem);
}
@media (min-width: 768px) {
  .c-cart-page__card__product-card-footer--content-right-side {
    box-sizing: border-box;
    max-width: 83.7%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-cart-page__card__product-card-footer--content-right-side {
    max-width: 81%;
  }
}
.c-cart-page__card__line-item-price--mobile {
  position: absolute;
  left: 0;
  top: 0;
}
.c-cart-page__card__price-quantity {
  max-width: 66.5%;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cart-page__card__price-quantity {
    max-width: 81.5%;
  }
}
@media (min-width: 992px) {
  .c-cart-page__card__price-quantity {
    max-width: 68.8%;
  }
}
@media (min-width: 768px) {
  .c-cart-page__card__price-quantity--confirmation {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .c-cart-page__card__price-quantity--confirmation {
    max-width: 53%;
  }
}
.c-cart-page__card__price-quantity__quantity {
  color: #142745;
  font-size: 1.125rem;
}
.c-cart-page__card__line-item-total-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .c-cart-page__card__line-item-total-price {
    padding-right: 1.625rem;
    position: relative;
  }
}
.c-cart-page__card__product-sku {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .c-cart-page__card__product-sku {
    padding-left: 0;
    padding-right: 0.625rem;
  }
}
.c-cart-page__card__item-attributes {
  max-width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 2.8125rem;
  padding-left: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cart-page__card__item-attributes {
    max-width: 18.5%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-cart-page__card__item-attributes {
    max-width: 31.2%;
  }
}
.c-cart-page__card__item-attributes__link {
  color: #142745;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
}
.c-cart-page__card__item-attributes__link:hover {
  text-decoration: underline;
}
.c-cart-page__card__item-attributes--bundle {
  padding-left: 0;
}
@media (min-width: 992px) {
  .c-cart-page__card__item-attributes--bundle {
    padding-left: 1.25rem;
  }
}
.c-cart-page__card__item-attributes--bundle ~ .c-cart-page__bundle-list {
  margin-top: -3.75rem;
}
@media (min-width: 768px) {
  .c-cart-page__card__item-attributes--bundle ~ .c-cart-page__bundle-list {
    margin-top: 0.9375rem;
  }
}
.c-cart-page__card__item-attributes--mobile {
  padding-left: 7.4375rem;
  padding-top: 0.375rem;
}
@media (min-width: 992px) {
  .c-cart-page__card__item-attributes--mobile {
    padding-left: 0;
    padding-top: 0;
  }
}
.c-cart-page__card__item-attributes--promotion-applied .c-cart-page__card__line-item-remove-btn {
  display: none;
}
.c-cart-page__card__removed__remove {
  padding-right: 0.5625rem;
}
@media (min-width: 768px) {
  .c-cart-page__card__removed__remove {
    padding-right: 1.1875rem;
  }
}
.c-cart-page__card__removed__remove__btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 19 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-335 -691) translate(335 655) translate(0 38) rotate(-45 7.013 13.815)'%3E%3Crect width='2.349' height='22.703' x='10.77' y='.593' fill='%23666' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='1.788' y='9.136' fill='%23FFF' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='.681' y='12.458' fill='%23FFF' rx='1.174'/%3E%3Crect width='22.703' height='2.349' x='.783' y='10.96' fill='%23666' rx='1.174'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  height: 1.1875rem;
  margin-bottom: 1.25rem;
  padding: 0;
  width: 1.25rem;
}
@media (min-width: 768px) {
  .c-cart-page__card__removed__remove__btn {
    margin-bottom: 1rem;
  }
}
.c-cart-page__card__removed__messaging {
  font-family: "Grotesque", sans-serif;
  font-weight: 500;
  margin-bottom: 1.375rem;
}
@media (max-width: 767.98px) {
  .c-cart-page__card__removed__messaging {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .c-cart-page__card__removed__messaging {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.c-cart-page__card__removed__re-add {
  width: 100%;
  font-family: "Grotesque", sans-serif;
}
@media (min-width: 544px) {
  .c-cart-page__card__removed__re-add {
    width: auto;
  }
}
@media (min-width: 768px) {
  .c-cart-page__card__removed__re-add {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.c-cart-page__card__title--saveLater {
  margin-bottom: 1.5625rem;
}
.c-cart-page__recommendations {
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .c-cart-page__recommendations {
    margin-bottom: 3.25rem;
  }
}
.c-cart-page__bundled-item {
  padding-left: 0;
}
@media (min-width: 992px) {
  .c-cart-page__bundled-item {
    padding-left: 0.625rem;
  }
}
.c-cart-page__bundled-item__quantity {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
.c-cart-page__bundled-item__image {
  height: 6.1875rem;
  width: 6.1875rem;
}
@media (min-width: 768px) {
  .c-cart-page__bundled-item__image {
    height: 5.625rem;
    width: 5.625rem;
  }
}
@supports (object-fit: cover) {
  .c-cart-page__bundled-item__image {
    object-fit: cover;
    object-position: center;
  }
}
.c-cart-page__bundled-item__image-wrapper {
  height: initial;
  margin-right: 1.25rem;
  width: initial;
}
.c-cart-page__bundled-item__line-item-name {
  -ms-flex: 0 0 calc(100% - 6.1875rem);
      flex: 0 0 calc(100% - 6.1875rem);
  font-size: 0.875rem;
  font-weight: 500;
  max-width: calc(100% - 6.1875rem);
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}
@media (min-width: 768px) {
  .c-cart-page__bundled-item__line-item-name {
    -ms-flex: 0 0 calc(100% - 6.1875rem);
        flex: 0 0 calc(100% - 6.1875rem);
    font-size: 1rem;
    max-width: calc(100% - 6.1875rem);
  }
}
.c-cart-page__bundled-item .c-cart-page__bundled-item__data__line-item-name {
  white-space: normal;
}
.c-cart-page__bundled-item .c-cart-page__bundled-item__data__image-wrapper {
  -ms-flex: 0 0 6.1875rem;
      flex: 0 0 6.1875rem;
  max-width: 6.1875rem;
}
@media (max-width: 991.98px) {
  .c-cart-page__bundled-item .c-cart-page__bundled-item__data__image-wrapper {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .c-cart-page__bundled-item .c-cart-page__bundled-item__line-item-name {
    -ms-flex: 0 0 calc(100% - 6.1875rem);
        flex: 0 0 calc(100% - 6.1875rem);
    max-width: calc(100% - 6.1875rem);
  }
}
@media (max-width: 767.98px) {
  .c-cart-page__bundled-item .c-cart-page__bundled-item__line-item-name {
    padding-left: 0.9375rem;
  }
}
.c-cart-page__bundled-item + .c-cart-page__bundled-item {
  margin-top: 0.9375rem;
}
.c-cart-page__bundle-list {
  margin-left: -7.4375rem;
  max-width: 100vw;
  width: calc(100vw - 4.375rem);
}
@media (min-width: 768px) {
  .c-cart-page__bundle-list {
    margin-left: 0;
    max-width: initial;
    width: 100%;
  }
}
.c-cart-page__bundle-list + .c-cart-page__card__item-attributes {
  padding-top: 2.5rem;
}
.c-cart-page__bundle-dropdown {
  font-size: 0.875rem;
  margin-left: 7.4375rem;
}
@media (min-width: 768px) {
  .c-cart-page__bundle-dropdown {
    margin-left: 0;
  }
}
.c-cart-page__eligible {
  border-radius: 0.9375rem;
  border: solid 0.125rem #E9F2FF;
  color: #2458A9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.75rem;
  font-weight: 300;
  height: 1.875rem;
  margin-top: 0.75rem;
  max-width: 6.875rem;
  padding: 0.1875rem 0.4375rem 0.3125rem 0.4375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cart-page__eligible {
    border: none;
    font-size: 0.5625rem;
  }
}
@media (min-width: 992px) {
  .c-cart-page__eligible {
    border: solid 0.125rem #E9F2FF;
    font-size: 0.625rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-cart-page__eligible {
    font-size: 0.75rem;
    padding: 0.1875rem 0.4375rem 0.3125rem 0.4375rem;
  }
}
.c-cart-page__eligible .c-cart-page__eligibility-icon {
  height: 1rem;
  margin-right: 0.3125rem;
  width: 1rem;
}
@media (min-width: 768px) {
  .c-cart-page__eligible .c-cart-page__eligibility-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-cart-page__eligible .c-cart-page__eligibility-icon {
    display: block;
    height: 0.75rem;
    width: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-cart-page__eligible .c-cart-page__eligibility-icon {
    height: 1rem;
    width: 1rem;
  }
}
.c-cart-page__empty-cart {
  margin-bottom: 0.625rem;
}
.c-cart-page__empty-cart__contactus-link {
  color: #142745;
  font-weight: 500;
}
.c-cart-page__empty-cart__need-help {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.3125rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .c-cart-page__empty-cart__need-help {
    margin-top: 0;
  }
}
.c-cart-page__empty-cart__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 19.375rem;
  line-height: 1.91;
}
@media (min-width: 768px) {
  .c-cart-page__empty-cart__title {
    line-height: 1.31;
    max-width: 100%;
  }
}
.c-cart-page__empty-cart__title-wrapper {
  border-top: 0.0625rem solid #ccc;
  margin-top: 0.625rem;
  margin-bottom: 0.875rem;
  padding-top: 2.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cart-page__empty-cart__title-wrapper {
    margin-top: 1.3125rem;
    margin-bottom: 1.375rem;
    padding-top: 5.625rem;
  }
}
.c-cart-page__empty-cart__contactus-link {
  position: relative;
  text-decoration: none;
}
.c-cart-page__empty-cart__contactus-link::after {
  background-color: #142745;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-cart-page__empty-cart__contactus-link:hover {
  text-decoration: none;
}
.c-cart-page__empty-cart__contactus-link:hover::after {
  display: none;
}
.c-cart-page__empty-cart-content .c-cart-page__cart-header--emptyCart {
  display: -ms-flexbox;
  display: flex;
}
.c-cart-page__page-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .c-cart-page__page-title-wrapper {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.c-cart-page__page-title-wrapper--empty-cart .c-cart-page__page-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-cart-page__page-title-wrapper--empty-cart .c-cart-page__page-title {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.c-cart-page__perks__sign-in {
  display: block;
}
.c-cart-page__perks__sign-in__body {
  border-bottom: 0.0625rem solid #ccc;
  border-top: 0.0625rem solid #ccc;
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  text-align: center;
  padding: 0.9375rem 0;
}
.c-cart-page__perks__sign-in__body__link {
  text-decoration: underline;
}
.c-cart-page__perks__sign-in__body__link:hover {
  text-decoration: none;
}
.c-cart-page__perks__enroll-success {
  color: #142745;
  font-size: 1.125rem;
}
.c-cart-page__perks__title {
  margin-bottom: 0.9375rem;
}
.c-cart-page__perks__points {
  border-bottom: 0.0625rem solid #ccc;
  border-top: 0.0625rem solid #ccc;
  color: #142745;
  font-size: 1rem;
  margin: 0.375rem 0 1.25rem;
  padding: 2.25rem 0 1.4375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-cart-page__perks__points {
    font-size: 1.125rem;
  }
}
.c-cart-page__perks__points__link {
  text-decoration: underline;
}
.c-cart-page__perks__points__link:hover {
  text-decoration: none;
}
.c-cart-page__perks__action__apply {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-cart-page__perks__reward {
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.625rem;
  padding: 1.25rem;
}
.c-cart-page__perks__reward.disabled {
  opacity: 0.6;
}
.c-cart-page__perks__reward__data {
  color: #142745;
  font-size: 1.125rem;
  margin-top: 0.1875rem;
  padding-right: 0.375rem;
  text-transform: uppercase;
}
.c-cart-page__perks__reward__data__reward-points {
  color: #2458A9;
}
.c-cart-page__perks__reward__data__points {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: lowercase;
}
.c-cart-page__perks__reward__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.c-cart-page__perks__reward__action--small {
  max-width: 6.875rem;
}
.c-cart-page__perks__reward__action__applied {
  text-align: center;
}
.c-cart-page__perks__reward__action__remove {
  padding: 0;
  margin: 0 0 0 0.9375rem;
}
.c-cart-page__coupon {
  border: solid 0.0625rem #117850;
  border-radius: 0.375rem;
  margin-bottom: 0.9375rem;
  padding: 0.9375rem 0.875rem 0.375rem;
}
.c-cart-page__coupon--applied {
  display: block !important;
}
.c-cart-page__coupon--not-applied {
  border: solid 0.0625rem #CD3C5E;
  display: block !important;
}
.c-cart-page__coupon__description {
  list-style: none;
  margin: 0;
  padding: 0 0.3125rem 0 0;
}
.c-cart-page__coupon__description__item {
  color: #142745;
  font-size: 0.875rem;
}
.c-cart-page__coupon__description__item--coupon-code {
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
}
.c-cart-page__coupon__description__item + .c-cart-page__coupon__description__item {
  margin-top: 0.125rem;
}
.c-cart-page__coupon__action-status {
  -ms-flex-align: normal !important;
      align-items: normal !important;
}
.c-cart-page__coupon__action-status__remove-coupon {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  background: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 1.25rem;
  margin-bottom: 0.5rem;
  margin-right: -0.1875rem;
  margin-top: -0.3125rem;
  padding: 0;
  width: 1.25rem;
}
.c-cart-page__coupon__action-status__close-svg {
  height: 0.75rem;
  width: 0.75rem;
}
.c-cart-page__coupon__action-status__status {
  font-size: 0.875rem;
  line-height: 1.57;
}
.c-cart-page__coupon__action-status__status--applied {
  color: #117850;
}
.c-cart-page__coupon__action-status__status--not-applied {
  color: #CD3C5E;
}
.c-cart-page__error__alert--warning {
  background-color: #FEEFB3;
  border-color: #F4D685;
  color: #BC790E;
}
.c-cart-page__error__alert--warning .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23BC790E'%3E %3Cg%3E %3Cpath d='M19.595.404c.54.54.54 1.414 0 1.953L2.673 19.28c-.54.538-1.415.538-1.953 0-.539-.54-.539-1.414 0-1.953L17.643.404c.539-.539 1.414-.539 1.952 0zm-6.398 10.841l6.083 6.083c.54.54.54 1.413 0 1.953-.539.538-1.414.538-1.952 0l-6.083-6.083 1.952-1.953zM.404.405c.538-.54 1.413-.54 1.953 0l6.127 6.127-1.953 1.953L.404 2.357c-.539-.54-.539-1.414 0-1.953z' transform='translate(-1355 -45) translate(1355 45)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  border: 0;
  opacity: 1;
  padding: 0.5625rem;
  right: 0.3125rem;
  top: 0.375rem;
}
.c-cart-page__error__alert--warning .close span {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.c-cart-page__marketingMessage {
  border: 0.125rem solid #375481;
  border-radius: 0.5rem;
  margin-bottom: 1.5625rem;
  padding: 1.0625rem 0.9375rem 0.75rem;
  text-align: center;
}
@media (max-width: 543.98px) {
  .c-cart-page__marketingMessage {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.c-cart-page__marketingMessage__code {
  color: #375481;
}

/* 
    Notes:
        - previous style are following BEMIT 
        - This section is a blend of BEM-like Naming, selector perfomance and avoiding specificity
*/
.c-cart-page__product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

[data-bonus-product=true] {
  -ms-flex-order: 1;
  order: 1;
}

[data-bonus-product=false] {
  -ms-flex-order: 2;
  order: 2;
}

@keyframes popOutAndSlideDown {
  0% {
    transform: translateY(0px) scale(1);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  30% {
    transform: translateY(-10px) scale(1.05);
    border-radius: 10px;
    box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  70% {
    transform: translateY(700px) scale(1.05);
    border-radius: 10px;
    box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.3);
    opacity: 0.2;
  }
  100% {
    transform: translateY(700px) scale(1);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.c-confirmation {
  background: #fff;
}
.c-confirmation__order-confirmation {
  position: relative;
}
.c-confirmation__order-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.c-confirmation__top {
  padding-top: 3.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-confirmation__top {
    padding-top: 5rem;
  }
}
.c-confirmation__top__title {
  display: block;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-confirmation__top__title {
    margin-bottom: 1.875rem;
  }
}
.c-confirmation__top__ordernumber {
  color: #142745;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 0.93;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-confirmation__top__ordernumber {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.c-confirmation__top__text, .c-confirmation__top__thank-you {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  margin: 0 auto 1.25rem;
  max-width: 32.5rem;
}
.c-confirmation__top__text__email, .c-confirmation__top__thank-you__email {
  font-weight: 500;
}
.c-confirmation__top__text .c-confirmation__top__text__link, .c-confirmation__top__thank-you .c-confirmation__top__text__link {
  color: #375481;
  text-decoration: underline;
}
.c-confirmation__top__text .c-confirmation__top__text__link:hover, .c-confirmation__top__thank-you .c-confirmation__top__text__link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-confirmation__top__text, .c-confirmation__top__thank-you {
    margin-bottom: 0.9375rem;
  }
}
.c-confirmation__top__text {
  margin-bottom: 1.875rem;
}
.c-confirmation__top__credit-code {
  color: #142745;
  border: 0.0625rem solid #142745;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  margin: 0 auto 1.875rem;
  max-width: 32.5rem;
  padding: 1.25rem 1.875rem;
}
.c-confirmation__top__credit-code__number {
  color: #375481;
}
.c-confirmation__top__date {
  color: #142745;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .c-confirmation__top__date {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
}
.c-confirmation__summary {
  border-bottom: 0.0625rem solid #142745;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
}
.c-confirmation__summary__header {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 1.25rem;
}
.c-confirmation__summary__header--totals {
  border-bottom: 0.0625rem solid #ccc;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-confirmation__summary__header {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.c-confirmation__summary__total-summary {
  max-width: 23rem;
}
.c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__grand-total {
  border-bottom: 0;
}
.c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__order-discount,
.c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__shipping-item,
.c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__sales-tax-item,
.c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__shipping-discount {
  color: #142745;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__order-discount,
  .c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__shipping-item,
  .c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__sales-tax-item,
  .c-confirmation__summary__total-summary .c-confirmation__summary__total-summary__shipping-discount {
    font-size: 1rem;
  }
}
.c-confirmation__details {
  border-bottom: 0.0625rem solid #142745;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199.98px) {
  .c-confirmation__details__billing-summary {
    padding-top: 1.875rem;
  }
}
.c-confirmation__great-stuff {
  margin-bottom: 1.875rem;
}
.c-confirmation__great-stuff__header {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 0.625rem;
}
.c-confirmation__great-stuff__text {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.83;
}
.c-confirmation__great-stuff__text__link {
  color: #375481;
  font-size: 0.75rem;
}
.c-confirmation__account__top {
  -ms-flex-align: center;
      align-items: center;
  border: 0.0625rem solid #375481;
  border-radius: 0.5rem;
  margin: 0 auto 3.125rem;
  max-width: 68.125rem;
  padding: 1.25rem 1.25rem 0;
}
@media (min-width: 768px) {
  .c-confirmation__account__top {
    margin: 0 auto 5rem;
    padding: 1.875rem;
  }
}
@media (max-width: 1199.98px) {
  .c-confirmation__account__form {
    margin-bottom: 1.875rem;
  }
}
.c-confirmation__account__form__header__title {
  font-size: 1rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-confirmation__account__form__header__title {
    font-size: 1.375rem;
  }
}
.c-confirmation__account__form__header__info {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
}

.c-error {
  padding-top: 3.75rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.c-error__heading {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
  margin-top: 1.8125rem;
}
@media (min-width: 768px) {
  .c-error__heading {
    font-size: 2.5rem;
    margin-bottom: 1.8125rem;
  }
}
.c-error__label {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .c-error__label {
    margin-bottom: 1.75rem;
  }
}
.c-error__sub-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .c-error__sub-heading {
    margin-top: 3rem;
  }
}
.c-error__icon {
  color: #FFB19A;
}
.c-error__icon--maintenance {
  margin-top: 3.625rem;
}
@media (min-width: 768px) {
  .c-error__icon--maintenance {
    margin-top: 3rem;
  }
}
.c-error__icon--logo {
  height: 3.0625rem;
  width: 12.5rem;
}
@media (min-width: 768px) {
  .c-error__icon--logo {
    height: 3.5625rem;
    width: 14.4375rem;
  }
}
.c-error .c-error__link {
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  padding: 0;
  text-decoration: underline;
}

/* ============================================================================
    Email Signup Component
    ============================================================================ */
.c-email-signup {
  margin-bottom: -1.8125rem;
  position: relative;
  z-index: 11;
}
.c-email-signup--page-designer {
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 0;
  position: relative;
  width: 100vw;
}
.c-email-signup__container {
  padding-bottom: 3.1875rem;
  padding-top: 2.75rem;
}
@media (min-width: 992px) {
  .c-email-signup__container {
    padding-bottom: 3.9375rem;
    padding-top: 4rem;
  }
}
.c-email-signup__container--page-designer {
  padding-top: 2rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .c-email-signup__container--page-designer {
    padding-bottom: 0.625rem;
    padding-top: 2.5625rem;
  }
}
@media (min-width: 768px) {
  .c-email-signup__container--desktop-image-left {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .c-email-signup__container--desktop-image-right {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  .c-email-signup__container--mobile-image-top {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .c-email-signup__container--mobile-image-bottom {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.c-email-signup__container--short {
  padding: 1.6875rem 2.0625rem 1.625rem;
}
@media (min-width: 992px) {
  .c-email-signup__container--short {
    max-width: 65.75rem;
    padding: 1.6875rem 1.25rem 1.625rem;
  }
}
.c-email-signup--short {
  background: #F5F9FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 992px) {
  .c-email-signup--short {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 992px) {
  .c-email-signup__row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.c-email-signup__row--page-designer {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-email-signup .c-email-signup__col .c-email-signup__col__header {
  color: #FFC7B6;
  letter-spacing: 0.075rem;
}
.c-email-signup .c-email-signup__col .c-email-signup__col__header--page-designer {
  color: #E8D2E5;
  letter-spacing: 0;
  max-width: 52.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 992px) {
  .c-email-signup .c-email-signup__col .c-email-signup__col__header--page-designer {
    margin-bottom: 0.9375rem;
    padding-bottom: 0;
  }
}
.c-email-signup .c-email-signup__col .c-email-signup__col__header--short {
  color: #132844;
  font-family: "Grotesque", sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.125rem;
}
@media (min-width: 992px) {
  .c-email-signup .c-email-signup__col .c-email-signup__col__header--short {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.c-email-signup__col {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .c-email-signup__col {
    -ms-flex: 0 1 44.4%;
        flex: 0 1 44.4%;
    font-size: inherit;
    max-width: 44.4%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .c-email-signup__col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .c-email-signup__col--page-designer {
    max-width: 100%;
    width: 100%;
  }
}
.c-email-signup__col--description {
  margin-bottom: 1.625rem;
  padding-top: 0.1875rem;
}
@media (min-width: 768px) {
  .c-email-signup__col--description {
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .c-email-signup__col--description {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    max-width: 100%;
    width: auto;
  }
}
.c-email-signup__col--page-designer {
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .c-email-signup__col__header {
    font-size: 1.125rem;
  }
}
.c-email-signup__col__header--page-designer {
  font-family: "Sans Text", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.125rem;
}
@media (min-width: 992px) {
  .c-email-signup__col__header--page-designer {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.c-email-signup__col__header--short {
  color: #132844;
  font-family: "Sans Text", sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.125rem;
}
@media (min-width: 992px) {
  .c-email-signup__col__header--short {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 992px) {
  .c-email-signup__image-container {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}
.c-email-signup__image {
  height: auto;
  max-width: 100%;
}
.c-email-signup__form__item {
  margin-bottom: 0;
  margin-right: -0.125rem;
}
.c-email-signup__form__item__label {
  position: absolute;
}
.c-email-signup__form__item__label, .c-email-signup__form__item__input, .c-email-signup__form__item__btn {
  color: inherit;
}
.c-email-signup__form__item__input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 0.75rem;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .c-email-signup__form__item__input {
    font-size: 1rem;
  }
}
.c-email-signup__form__item__input:active, .c-email-signup__form__item__input.active, .c-email-signup__form__item__input:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  color: inherit;
  font-size: 0.75rem;
  outline: none;
}
@media (min-width: 768px) {
  .c-email-signup__form__item__input:active, .c-email-signup__form__item__input.active, .c-email-signup__form__item__input:focus {
    font-size: 1rem;
  }
}
.c-email-signup__form__item__input--short {
  border-bottom-color: #142745;
  color: #142745;
}
.c-email-signup__form__item__input--short:focus {
  color: #142745;
}
.c-email-signup__form__item__input.is-invalid {
  border-bottom-color: #FF4B75;
  color: #FF4B75;
}
.c-email-signup__form__item__input.is-invalid:active, .c-email-signup__form__item__input.is-invalid:focus {
  border-bottom-color: #FF4B75;
}
.c-email-signup__form__item__btn {
  padding-bottom: 0.8125rem;
}
.c-email-signup__form__item__btn--short {
  border-color: #142745;
  color: #142745;
}
.c-email-signup__form__item.isInvalid .c-email-signup__form__item__label {
  color: #FF4B75;
}
.c-email-signup__form__error-msg {
  color: #FF4B75;
}
.c-email-signup__form__error-msg::after {
  content: none;
}
.c-email-signup__form--short {
  margin-bottom: 2.5rem;
  max-width: 31.25rem;
}
@media (min-width: 992px) {
  .c-email-signup__form--short {
    margin-bottom: 0;
    max-width: none;
  }
}
.c-email-signup__eyebrow--page-designer {
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .c-email-signup__eyebrow--page-designer {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.c-email-signup__form-fields {
  margin-bottom: 0;
  max-width: 34.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
.c-email-signup__description--page-designer {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 1.875rem;
  max-width: 37rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
@media (min-width: 992px) {
  .c-email-signup__description--page-designer {
    margin-top: 3.3125rem;
  }
}
.c-email-signup__callout-container {
  background: #E8D2E5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 0.75rem;
}
@media (min-width: 992px) {
  .c-email-signup__callout-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
  }
}
.c-email-signup__callout {
  color: #375481;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  padding: 0.75rem 0.375rem;
}
@media (min-width: 992px) {
  .c-email-signup__callout {
    padding: 0.875rem;
  }
}
.c-email-signup__callout-icon {
  display: none;
}
@media (min-width: 992px) {
  .c-email-signup__callout-icon {
    display: inline-block;
  }
}

.form-subscribe-email[disabled] {
  opacity: 0.5;
}

/* ============================================================================
Marketing Tile Component
============================================================================ */
.c-marketing-tile {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  height: 100%;
  min-height: 17.1875rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-marketing-tile {
    min-height: 18.75rem;
  }
}
.c-marketing-tile__wrapper {
  height: 100%;
  padding-bottom: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-marketing-tile__wrapper {
    padding-bottom: 3.125rem;
  }
}
.c-marketing-tile__img {
  height: auto;
  margin-bottom: 2.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-marketing-tile__img {
    margin-bottom: 2.25rem;
  }
}
.c-marketing-tile__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 544px) {
  .c-marketing-tile__content {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-marketing-tile__heading, .c-marketing-tile__subheading {
  width: 100%;
}
.c-marketing-tile__heading {
  line-height: 1.4;
  margin-bottom: 1.125rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 768px) {
  .c-marketing-tile__heading {
    line-height: 1.42;
    margin-bottom: 0.1875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.c-marketing-tile__subheading {
  letter-spacing: 0.0375rem;
  line-height: 1.67;
  margin-bottom: 1.3125rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .c-marketing-tile__subheading {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .c-marketing-tile__subheading {
    letter-spacing: 0.05rem;
    line-height: 2.13;
    margin-bottom: 1.125rem;
  }
}
.c-marketing-tile__subheading__border {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
  display: block;
  margin-bottom: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 8.6875rem;
}
.c-marketing-tile__body {
  margin-bottom: 1.25rem;
}

/* ============================================================================
Title Module Component
============================================================================ */
.c-title-module {
  height: 100%;
  min-height: 17.1875rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-title-module {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    min-height: 18.75rem;
  }
}
.c-title-module__wrapper {
  height: 100%;
  padding-bottom: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-title-module__wrapper {
    padding-bottom: 3.125rem;
  }
}
.c-title-module__img__wrapper, .c-title-module__content__inner {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .c-title-module__img__wrapper, .c-title-module__content__inner {
    border: none;
    border-radius: 0;
  }
}
.c-title-module__img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  @supports (object-fit: cover) {
    .c-title-module__img {
      min-height: 100%;
      object-fit: cover;
    }
  }
}
.c-title-module__img__wrapper {
  margin-bottom: 1.3125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-title-module__img__wrapper {
    height: 100%;
    margin-bottom: 0;
  }
}
.c-title-module__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-title-module__content {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
.c-title-module__content__inner {
  min-height: 100%;
  padding: 5.3125rem 2.5rem 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-title-module__content__inner {
    padding: 5.625rem 2.4375rem 4.375rem;
  }
}
@media (min-width: 992px) {
  .c-title-module__content__inner {
    padding-bottom: 4.8125rem;
    padding-top: 6.125rem;
  }
}
.c-title-module__heading, .c-title-module__body, .c-title-module__links {
  max-width: 12.875rem;
}
@media (min-width: 768px) {
  .c-title-module__heading, .c-title-module__body, .c-title-module__links {
    max-width: 18.125rem;
  }
}
.c-title-module__heading {
  line-height: 1.2;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .c-title-module__heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .c-title-module__heading {
    margin-bottom: 0.8125rem;
  }
}
.c-title-module__body {
  font-size: 0.875rem;
  line-height: 1.62;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .c-title-module__body {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.44;
  }
}

.c-loginSlider-container {
  position: relative;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 10000;
}
.c-loginSlider-container__overlay {
  background-color: rgba(15, 31, 54, 0.86);
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  visibility: visible;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
}
.c-loginSlider-container .c-login-create {
  height: calc(100% - 5.375rem);
  overflow-y: auto;
}
@media (min-width: 544px) {
  .c-loginSlider-container .c-login-create {
    height: 100vh;
  }
  .c-loginSlider-container .c-login-create::-webkit-scrollbar {
    width: 10px;
  }
  .c-loginSlider-container .c-login-create::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .c-loginSlider-container .c-login-create::-webkit-scrollbar-thumb {
    background: #888;
  }
  .c-loginSlider-container .c-login-create::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.c-loginSlider-container .c-login-create__log-in-button-wrapper, .c-loginSlider-container .c-login-create__create-account-btn-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.9375rem;
  max-width: 18.8125rem;
}
@media (max-width: 543.98px) {
  .c-loginSlider-container .c-login-create__log-in-button-wrapper, .c-loginSlider-container .c-login-create__create-account-btn-wrapper {
    background-color: #F2F2F2;
    min-width: 100%;
    max-width: 100%;
    padding: 0.25rem 1.25rem;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 543.98px) {
  .c-loginSlider-container .c-login-create__google-button-wrapper {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 543.98px) {
  .c-loginSlider-container .c-login-create .c-login-create__custom-control-label {
    padding-top: 0;
  }
}
.c-loginSlider-container .c-login-create__guest-link {
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-decoration: none;
}
.c-loginSlider-container .c-login-create__guest-link:hover {
  text-decoration: none;
}
.c-loginSlider-container__contents {
  background: #fff;
  height: calc(100% - 5.375rem);
  max-width: 37.6875rem;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translate3d(0, 100%, 0);
  width: 100%;
  z-index: 10000;
}
@media (min-width: 544px) {
  .c-loginSlider-container__contents {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 544px) {
  .c-loginSlider-container__contents {
    height: 100%;
    bottom: auto;
    top: 0;
  }
}
.c-loginSlider-container__contents .form-group .form-control-label {
  pointer-events: none;
  position: absolute;
  width: auto;
}
.c-loginSlider-container__contents .form-group .form-control-label .info-icon {
  pointer-events: all;
}
.c-loginSlider-container__contents .form-group .form-control.form-control-select {
  background-position-y: 1.25rem;
}
.c-loginSlider-container__contents::after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E0C46F980-28ED-4332-8C48-1304DC6CDA05%3C/title%3E %3Cg id='Login/Sign-Up-Flyout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='VD_FSA_Login---Flyout---New-User' transform='translate(-623.000000, -24.000000)' fill='%23FFFFFF'%3E %3Cg id='2.-Icons/0.-Global/close' transform='translate(623.000000, 24.000000)'%3E %3Cpath d='M17.4593436,0.359870899 C17.9402191,0.840746424 17.9402191,1.62020479 17.4593436,2.10003266 L2.38143389,17.17899 C1.90055837,17.6588179 1.1211,17.6588179 0.641272132,17.17899 C0.161444267,16.6981145 0.161444267,15.9197038 0.641272132,15.4388283 L15.7202295,0.359870899 C16.2000574,-0.119956966 16.9795157,-0.119956966 17.4593436,0.359870899 Z M11.7586114,10.0192878 L17.1781519,15.4388283 C17.6590274,15.9197038 17.6590274,16.6981145 17.1781519,17.17899 C16.698324,17.6588179 15.9188657,17.6588179 15.4390378,17.17899 L15.4390378,17.17899 L10.0194973,11.7594495 L11.7586114,10.0192878 Z M0.359870899,0.360289963 C0.839698765,-0.119537903 1.61915713,-0.119537903 2.10003266,0.360289963 L2.10003266,0.360289963 L7.5593842,5.81964151 L5.81922245,7.55980327 L0.359870899,2.10045172 C-0.119956966,1.6195762 -0.119956966,0.840117829 0.359870899,0.360289963 Z' id='icon-close'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  cursor: pointer;
  height: 1.125rem;
  opacity: 0;
  position: absolute;
  right: 1.5625rem;
  top: -2.3125rem;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  visibility: hidden;
  pointer-events: none;
  width: 1.125rem;
}
@media (min-width: 544px) {
  .c-loginSlider-container__contents::after {
    right: -2.375rem;
    top: 1.5rem;
  }
}
.c-loginSlider-container__tab__items {
  border-bottom: 0.125rem solid #D8D8D8;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1.0625rem;
}
.c-loginSlider-container__tab__item {
  margin-bottom: 0;
}
.c-loginSlider-container__tab .c-loginSlider-container__tab__link {
  border-bottom: 0.25rem solid transparent;
  color: #2458A9;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.375rem;
  margin-bottom: -0.125rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  text-transform: uppercase;
}
.c-loginSlider-container__tab .c-loginSlider-container__tab__link:hover, .c-loginSlider-container__tab .c-loginSlider-container__tab__link.active {
  border-bottom-color: #2458A9;
  color: #2458A9;
}
.c-loginSlider-container__tab__msg {
  margin-bottom: 1.25rem;
}
.c-loginSlider-container__tab__heading {
  font-size: 1.625rem;
  line-height: 1.375rem;
  margin-bottom: 0.9375rem;
}
.c-loginSlider-container__tab__text {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.c-loginSlider-container__tab__header {
  padding: 1.5625rem 0.625rem 0.78125rem;
  text-align: center;
}
@media (min-width: 544px) {
  .c-loginSlider-container__tab__header {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.c-loginSlider-container__tab__body {
  padding: 0.78125rem 0.625rem 1.5625rem;
}
@media (min-width: 544px) {
  .c-loginSlider-container__tab__body {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.c-loginSlider-container__tab__em {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
  line-height: 1.1875rem;
  text-transform: capitalize;
}
.c-loginSlider-container__tab__perks__logo {
  margin-bottom: 0.75rem;
}
.c-loginSlider-container__tab__perks__logo__link {
  display: block;
  height: 1.1875rem;
  width: 6.25rem;
}
.c-loginSlider-container__tab__perks__icon {
  height: 100%;
  width: 100%;
}
.c-loginSlider-container__tab__checkbox--label {
  font-size: 0.875rem;
  letter-spacing: -0.0125rem;
  line-height: 1.375rem;
}
.c-loginSlider-container__tab__checkbox__link {
  text-decoration: underline;
}
.c-loginSlider-container__tab__terms {
  color: #959595;
}
@media (max-width: 543.98px) {
  .c-loginSlider-container__tab__terms {
    margin-bottom: 6.25rem;
  }
}
.c-loginSlider-container__tab__terms--link {
  text-decoration: underline;
}
.c-loginSlider-container__tab__terms--link:not(.btn) {
  color: #959595;
}
@media (max-width: 543.98px) {
  .c-loginSlider-container__tab .info-icon .tooltip {
    margin-left: 3.5rem;
  }
}
@media (max-width: 543.98px) {
  .c-loginSlider-container__tab .info-icon .tooltip::after {
    margin-left: -4.0625rem;
  }
}
.c-loginSlider-container.is-hidden {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
}
.c-loginSlider-container.is-hidden .c-loginSlider-container__overlay {
  opacity: 0;
  visibility: hidden;
}
.c-loginSlider-container.is-open {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  visibility: visible;
}
.c-loginSlider-container.is-open .c-loginSlider-container__overlay {
  opacity: 1;
  visibility: visible;
}
.c-loginSlider-container.is-open .c-loginSlider-container__contents {
  transform: translate3d(0, 0, 0);
}
.c-loginSlider-container.is-open .c-loginSlider-container__contents::after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-loginSlider-container .login-oauth {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.8125rem;
}
.c-loginSlider-container__tab--cardless__heading {
  font-family: "Grotesque", sans-serif;
  line-height: 1.3;
  max-width: 23.4375rem;
}
.c-loginSlider-container__tab--cardless__header {
  text-align: left;
}
@media (min-width: 768px) {
  .c-loginSlider-container__tab--cardless__header {
    margin-top: 1.25rem;
  }
}

body.login-slider-open {
  position: fixed;
  overflow: hidden !important;
  padding-right: 0 !important;
}
body.login-slider-open .modal-backdrop {
  display: none;
}

/* ============================================================================
loyalty dashboard Component
============================================================================ */
.c-loyalty-dashboard__banner {
  background-image: url("../images/bg-hero-dashboard-perks-mobile@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.875rem;
  min-height: 33rem;
  padding-bottom: 3.625rem;
  padding-top: 1.625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner {
    background-image: url("../images/bg-hero-dashboard-perks.png");
    padding-top: 3.625rem;
    margin-bottom: 6.3125rem;
  }
}
.c-loyalty-dashboard__banner__header {
  margin-bottom: 0.9375rem;
  text-align: center;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner__header {
    margin-bottom: 2.9375rem;
  }
}
.c-loyalty-dashboard__banner__header__brand {
  margin-bottom: 1.125rem;
}
.c-loyalty-dashboard__banner__header__title {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -0.046875rem;
  line-height: 2.75rem;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner__header__title {
    font-size: 3.5rem;
    letter-spacing: -0.0625rem;
    line-height: 3.5rem;
    text-align: center;
  }
}
.c-loyalty-dashboard__banner__header__title .light {
  display: block;
  font-weight: 300;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner__header__title .light {
    display: inline-block;
  }
}
.c-loyalty-dashboard__banner__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__banner__actions {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.c-loyalty-dashboard__banner__actions__item {
  position: relative;
  text-align: center;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__banner__actions__item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner__actions__item:not(.not-enrolled):first-child {
    margin-right: 12.5rem;
  }
  .c-loyalty-dashboard__banner__actions__item:not(.not-enrolled):first-child::before {
    background-color: #B2B2B2;
    content: "";
    height: 100%;
    position: absolute;
    right: -36%;
    top: 0;
    width: 0.125rem;
  }
}
.c-loyalty-dashboard__banner__actions__item__title {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner__actions__item__title {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__banner__actions__item__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
  }
}
.c-loyalty-dashboard__banner__actions__item__action {
  font-weight: 500;
  min-width: 9.875rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner__actions__item__action {
    min-width: 13rem;
  }
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__banner__actions__item__action {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.c-loyalty-dashboard__banner .c-loyalty-dashboard__services, .c-loyalty-dashboard__banner .c-loyalty-dashboard__summary {
  margin-bottom: -6.6875rem;
  margin-top: 2rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__banner .c-loyalty-dashboard__services, .c-loyalty-dashboard__banner .c-loyalty-dashboard__summary {
    margin-top: 3.8125rem;
  }
}
.c-loyalty-dashboard__banner .c-loyalty-dashboard__summary {
  margin-top: 0;
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner {
  margin-bottom: 3.8125rem;
  min-height: 18.0625rem;
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner__header__title {
  font-size: 1.375rem;
  line-height: 2.875rem;
  text-align: center;
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner__header__title .light {
  display: inline-block;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner__header__title {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner__header__brand {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: -0.25rem;
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner__header__brand--svg {
  height: 1.96rem;
  width: 10.375rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard.is-login .c-loyalty-dashboard__banner__header__brand {
    top: -0.375rem;
  }
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__section {
  padding-bottom: 2.03125rem;
  padding-top: 2.03125rem;
}
.c-loyalty-dashboard.is-login .c-loyalty-dashboard__member {
  padding-top: 3.2125rem;
}
.c-loyalty-dashboard__section {
  padding-bottom: 2.375rem;
  padding-top: 2.75rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__section {
    padding-bottom: 4rem;
  }
}
.c-loyalty-dashboard__section--heading {
  margin-bottom: 1.75rem;
}
.c-loyalty-dashboard__section--title {
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.125rem;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__section--title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.c-loyalty-dashboard__section__heading {
  margin-bottom: 1.9375rem;
}
.c-loyalty-dashboard__section__title {
  font-family: "Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__section__title {
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
}
.c-loyalty-dashboard__section__subTitle {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__section__subTitle {
    font-size: 1rem;
  }
}
.c-loyalty-dashboard__section__action--btn {
  min-width: 13rem;
}
.c-loyalty-dashboard__services__card {
  background-color: #fff;
  box-shadow: 0.0625rem 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.11);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0.625rem;
  padding: 1.4375rem 0.8125rem 1.4375rem 1.8125rem;
  width: 100%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__services__card {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
    padding: 2.3125rem 1.875rem;
    text-align: center;
  }
}
.c-loyalty-dashboard__services__body {
  padding-left: 1.375rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__services__body {
    padding-left: 0;
  }
}
.c-loyalty-dashboard__services__title {
  font-family: "Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.214375rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__services__title {
    font-size: 1.3125rem;
    letter-spacing: 0.25rem;
    line-height: 2.125rem;
  }
}
.c-loyalty-dashboard__services__text {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1875rem;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__services__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.c-loyalty-dashboard__services__icon {
  display: inline-block;
  height: 4.375rem;
  margin-bottom: 0.625rem;
  max-width: 4.375rem;
  width: 4.375rem;
}
.c-loyalty-dashboard__services__icon--svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__services__icon {
    margin-bottom: 1.3125rem;
  }
}
.c-loyalty-dashboard__promotionSection {
  overflow: hidden;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__promotionSection--dark {
    background-color: #142745;
  }
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection--dark .c-loyalty-dashboard__promotionSection__content {
    background-color: #142745;
    margin-right: -0.375rem;
  }
}
.c-loyalty-dashboard__promotionSection--dark .c-loyalty-dashboard__promotionSection__title {
  color: #FFEA9D;
}
.c-loyalty-dashboard__promotionSection--dark .c-loyalty-dashboard__promotionSection__description {
  color: #fff;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__promotionSection--light {
    background-color: #ECECEC;
  }
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection--light .c-loyalty-dashboard__promotionSection__content {
    background-color: #ECECEC;
    margin-left: -0.375rem;
  }
}
.c-loyalty-dashboard__promotionSection--light .c-loyalty-dashboard__promotionSection__title, .c-loyalty-dashboard__promotionSection--light .c-loyalty-dashboard__promotionSection__description {
  color: #142745;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection--light .c-loyalty-dashboard__promotionSection__media {
    margin-left: auto;
  }
}
.c-loyalty-dashboard__promotionSection__media {
  margin-top: -2.875rem;
  max-width: calc(100% - 8.3125rem);
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__promotionSection__media {
    margin-top: 0;
    max-width: 100%;
  }
}
.c-loyalty-dashboard__promotionSection__figure {
  height: 100%;
  margin-bottom: 0;
}
.c-loyalty-dashboard__promotionSection__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.c-loyalty-dashboard__promotionSection__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  margin: 0 auto;
  max-width: 29.625rem;
  padding: 0.75rem 2.125rem 3.75rem;
  position: relative;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__promotionSection__content {
    text-align: center;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection__content {
    max-width: calc(100% - 1.5rem);
  }
}
.c-loyalty-dashboard__promotionSection__content--bottom {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  width: 100%;
}
.c-loyalty-dashboard__promotionSection__inner {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.c-loyalty-dashboard__promotionSection__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.4375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__promotionSection__title {
    font-size: 2.6875rem;
    line-height: 3.3125rem;
    margin-bottom: 1.375rem;
  }
}
.c-loyalty-dashboard__promotionSection__description {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 1.0625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__promotionSection__description {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.9375rem;
  }
}
.c-loyalty-dashboard__promotionSection__action--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection__action--items {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.c-loyalty-dashboard__promotionSection__action--item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-loyalty-dashboard__promotionSection__action--btn {
  min-width: 10.6875rem;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection__action--btn {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-width: 8.125rem;
    min-width: unset;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    width: 8.125rem;
  }
}
.c-loyalty-dashboard__promotionSection__action__referFriend--btn.collapsed, .c-loyalty-dashboard__promotionSection__action__referFriend--btn[aria-expanded=true] {
  display: none;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__promotionSection__action__referFriend--btn {
    width: 11.5rem;
  }
}
.c-loyalty-dashboard__earnPoint__card {
  background-color: #E9F2FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.25rem;
  margin-left: auto;
  min-height: 12.125rem;
  padding: 2.0625rem 1.5625rem 2.6875rem;
  position: relative;
  text-align: center;
  width: calc(100% - 0.375rem);
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__earnPoint__card {
    margin-left: 0;
    min-height: 13.4375rem;
    width: 100%;
  }
}
.c-loyalty-dashboard__earnPoint__card::after {
  background-color: #142745;
  content: "";
  height: 100%;
  position: absolute;
  left: -0.375rem;
  top: 0.375rem;
  width: 100%;
  z-index: -1;
}
.c-loyalty-dashboard__earnPoint__card--title {
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__earnPoint__card--title {
    font-size: 1.125rem;
  }
}
.c-loyalty-dashboard__earnPoint__card--subTitle {
  color: #2458A9;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.090625rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__earnPoint__card--subTitle {
    font-size: 1rem;
    letter-spacing: 0.159375rem;
  }
}
.c-loyalty-dashboard__earnPoint__card--time {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__earnPoint__card--time {
    font-size: 0.875rem;
  }
}
.c-loyalty-dashboard__earnPoint__card__action {
  margin-bottom: auto;
  margin-top: auto;
}
.c-loyalty-dashboard__earnPoint__card__action--btn {
  border-radius: 0.375rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  max-width: 10.375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
}
.c-loyalty-dashboard__earnPoint__card--msg, .c-loyalty-dashboard__earnPoint__card__terms {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: auto;
  margin-top: auto;
  min-height: 2.25rem;
  padding-top: 0.3125rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__earnPoint__card--msg, .c-loyalty-dashboard__earnPoint__card__terms {
    font-size: 1rem;
  }
}
.c-loyalty-dashboard__earnPoint__card--msg {
  color: #142745;
}
.c-loyalty-dashboard__earnPoint__card__terms {
  color: #66758C;
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.c-loyalty-dashboard__earnPoint__card__terms--link {
  color: #66758C;
  display: inline-block;
  text-decoration: underline;
}
.c-loyalty-dashboard__earnPoint__card__terms--link:not(.btn) {
  color: #66758C;
}
.c-loyalty-dashboard__earnPoint__card__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.c-loyalty-dashboard__earnPoint__card__form--label {
  position: absolute;
  pointer-events: none;
  text-align: left;
}
.c-loyalty-dashboard__earnPoint__card__form--group {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.5625rem;
  width: 100%;
}
.c-loyalty-dashboard__earnPoint__card__form--select.form-control-select {
  background-position-y: 1.1875rem;
  width: 100%;
}
.c-loyalty-dashboard__earnPoint__card__form--select.form-control-select:not(:disabled) {
  background-color: transparent;
}
.c-loyalty-dashboard__earnPoint__card__form--input.form-control {
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}
.c-loyalty-dashboard__earnPoint__card__form__edit {
  color: #142745;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
}
.c-loyalty-dashboard__earnPoint__card__form__edit strong {
  font-weight: 500;
}
.c-loyalty-dashboard__earnPoint__card__form__edit--link {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-left: 1.25rem;
  text-decoration: underline;
}
.c-loyalty-dashboard__earnPoint__card.is-complete {
  background-color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-loyalty-dashboard__earnPoint__card.is-complete::after {
  background-color: #2458A9;
}
.c-loyalty-dashboard__earnPoint__card__alert {
  color: #2458A9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.c-loyalty-dashboard__earnPoint__card__alert--svg {
  display: inline-block;
  height: 0.9375rem;
  margin-right: 0.3125rem;
  position: relative;
  top: -0.125rem;
  width: 0.9375rem;
}
.c-loyalty-dashboard__faq {
  padding-top: 4.4375rem;
}
.c-loyalty-dashboard__faq__action {
  margin-bottom: 1.3625rem;
}
.c-loyalty-dashboard__faq__action--btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  height: 3.125rem;
  max-width: 14.25rem;
  width: 100%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__faq__action--btn {
    max-width: 20.25rem;
  }
}
.c-loyalty-dashboard__faq__links {
  margin-bottom: 1.875rem;
}
.c-loyalty-dashboard__faq__links--link {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__faq__links--link {
    font-size: 0.875rem;
  }
}
.c-loyalty-dashboard__member--info {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1875rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member--info {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.c-loyalty-dashboard__member--info--link:not(.btn) {
  color: #375481;
}
.c-loyalty-dashboard__member .c-loyalty-dashboard__member__table {
  margin-bottom: 1.375rem;
}
.c-loyalty-dashboard__member .c-loyalty-dashboard__member__theade .c-loyalty-dashboard__member__theade--th {
  border: 0;
  border-bottom: solid 0.0625rem #B2B2B2;
  vertical-align: top;
}
.c-loyalty-dashboard__member__theade--th {
  width: 25%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__theade--th {
    width: 34%;
  }
}
.c-loyalty-dashboard__member__theade--th:not(:first-child) {
  width: 25%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__theade--th:not(:first-child) {
    width: 22%;
  }
}
.c-loyalty-dashboard__member__theade--title {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.09875rem;
  line-height: 1.3125rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__theade--title {
    font-size: 1.3125rem;
    letter-spacing: 0.25rem;
    line-height: 1.75rem;
  }
}
.c-loyalty-dashboard__member__theade--subtitle {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__theade--subtitle {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.c-loyalty-dashboard__member__tbody--td {
  border: 0;
  border-bottom: solid 0.0625rem #fff;
  vertical-align: middle;
  width: 25%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__tbody--td {
    width: 34%;
  }
}
.c-loyalty-dashboard__member__tbody--title {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1875rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__tbody--title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.c-loyalty-dashboard__member__tbody--label {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1875rem;
  text-align: center;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__tbody--label {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.c-loyalty-dashboard__member__tbody--circle {
  border-radius: 6.25rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__tbody--circle {
    height: 1rem;
    width: 1rem;
  }
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td {
  padding-bottom: 0.6875rem;
  padding-top: 0.6875rem;
  vertical-align: middle;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td {
    padding-bottom: 1.875rem;
    padding-top: 2.125rem;
  }
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:not(:first-child) {
  width: 25%;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:not(:first-child) {
    width: 22%;
  }
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:first-child {
  padding-left: 0;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:first-child, .c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(2) {
  border-bottom-color: #B2B2B2;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(2) {
  background-color: #E9F2FF;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(2) .c-loyalty-dashboard__member__tbody--label {
  color: #375481;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(2) .c-loyalty-dashboard__member__tbody--circle {
  background-color: #142745;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(3) {
  background-color: #7C91B1;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(3) .c-loyalty-dashboard__member__tbody--label {
  color: #fff;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(3) .c-loyalty-dashboard__member__tbody--circle {
  background-color: #fff;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(4) {
  background-color: #142745;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(4) .c-loyalty-dashboard__member__tbody--label {
  color: #fff;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--td:nth-child(4) .c-loyalty-dashboard__member__tbody--circle {
  background-color: #FFEA9D;
}
.c-loyalty-dashboard__member__tbody--tr .c-loyalty-dashboard__member__tbody--title {
  color: #375481;
}
.c-loyalty-dashboard__member__tbody--tr:last-child .c-loyalty-dashboard__member__tbody--td {
  border-bottom: 0;
}
.c-loyalty-dashboard__member__tbody--title {
  text-align: left;
}
.c-loyalty-dashboard__summary__card {
  background-color: #fff;
  box-shadow: 0.0625rem 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.11);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2.0625rem 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .c-loyalty-dashboard__summary__card {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 2.3125rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .c-loyalty-dashboard__summary__card::after {
    background-color: #B2B2B2;
    content: "";
    height: calc(100% - 4.625rem);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.0625rem;
  }
}
.c-loyalty-dashboard__summary__col {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .c-loyalty-dashboard__summary__col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-loyalty-dashboard__summary__col:first-child {
  padding-top: 0.9375rem;
  text-align: left;
}
@media (min-width: 992px) {
  .c-loyalty-dashboard__summary__col:first-child {
    padding-top: 0;
    padding-right: 0.9375rem;
  }
}
.c-loyalty-dashboard__summary__col:last-child {
  padding-bottom: 0.9375rem;
  text-align: center;
}
@media (min-width: 992px) {
  .c-loyalty-dashboard__summary__col:last-child {
    padding-bottom: 0;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  .c-loyalty-dashboard__summary__col:not(:first-child) {
    border-bottom: solid 0.0625rem #B2B2B2;
    padding-bottom: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
.c-loyalty-dashboard__summary__header {
  margin-bottom: 1.4375rem;
}
.c-loyalty-dashboard__summary__title {
  font-size: 2.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.75rem;
  margin-bottom: 0;
}
.c-loyalty-dashboard__summary__text {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.375rem;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}
.c-loyalty-dashboard__summary__icon {
  max-width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
}
.c-loyalty-dashboard__summary__icon--svg {
  width: 100%;
  height: 100%;
}
.c-loyalty-dashboard__summary__msg {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__summary__msg {
    font-size: 1rem;
  }
}
.c-loyalty-dashboard__summary__msg--link:not(.btn) {
  color: #375481;
  text-decoration: underline;
}
.c-loyalty-dashboard__summary__status {
  margin-bottom: 2.5rem;
}
@media (max-width: 1199.98px) {
  .c-loyalty-dashboard__summary__status {
    margin-bottom: 1.875rem;
  }
}
.c-loyalty-dashboard__summary__status--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .c-loyalty-dashboard__summary__status--item {
    -ms-flex: 0 0 calc(33.3333% - 13px);
        flex: 0 0 calc(33.3333% - 13px);
    max-width: calc(33.3333% - 13px);
  }
}
.c-loyalty-dashboard__summary__status--item:first-child .c-loyalty-dashboard__summary__status--shape {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.c-loyalty-dashboard__summary__status--item:last-child .c-loyalty-dashboard__summary__status--shape {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.c-loyalty-dashboard__summary__status--item:not(:first-child) {
  margin-left: 1.25rem;
}
.c-loyalty-dashboard__summary__status--item:not(:first-child) .c-loyalty-dashboard__summary__status--shape::before {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 transparent;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 0.75rem;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75rem;
}
.c-loyalty-dashboard__summary__status--item:not(:last-child) .c-loyalty-dashboard__summary__status--shape::after {
  border-bottom: 1.1875rem solid transparent;
  border-left: 1.1875rem solid #C9C9C9;
  border-top: 1.1875rem solid transparent;
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-loyalty-dashboard__summary__status--item.is-completed .c-loyalty-dashboard__summary__status--shape {
  background-color: #2458A9;
}
.c-loyalty-dashboard__summary__status--item.is-completed .c-loyalty-dashboard__summary__status--shape::before {
  border-color: #2458A9 #2458A9 #2458A9 transparent;
}
.c-loyalty-dashboard__summary__status--item.is-completed .c-loyalty-dashboard__summary__status--shape::after {
  border-left-color: #2458A9;
}
.c-loyalty-dashboard__summary__status--shape {
  background-color: #C9C9C9;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  height: 1.5rem;
  min-width: 6.75rem;
  padding-top: 0.34375rem;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .c-loyalty-dashboard__summary__status--shape {
    min-width: 100%;
    width: 100%;
  }
}
.c-loyalty-dashboard__rewardActivity__text {
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.625rem;
}
@media (min-width: 544px) {
  .c-loyalty-dashboard__rewardActivity__text {
    font-size: 1rem;
  }
}
.c-loyalty-dashboard__rewardActivity__text--badge {
  background-color: #FFEA9D;
  border-radius: 1rem;
  display: inline-block;
  margin-top: -0.3125rem;
  padding: 0.3125rem 0.75rem 0;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__rewardActivity__text--badge {
    line-height: 1.375rem;
  }
}
.c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__theade--th {
  border: 0;
  border-bottom: 0.125rem solid #DEDEDE;
  padding-left: 0;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__theade--th {
    width: 33.3333%;
  }
}
.c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__theade--title {
  color: #142745;
  line-height: 1.625rem;
}
@media (max-width: 543.98px) {
  .c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__theade--title {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__tbody--td {
  border: 0;
  border-bottom: 0.0625rem solid #DEDEDE;
  padding-bottom: 0.5625rem;
  padding-left: 0;
  padding-top: 0.875rem;
  vertical-align: middle;
}
.c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__tbody--td:last-child {
  width: 8.375rem;
}
.c-loyalty-dashboard__rewardActivity__table .c-loyalty-dashboard__rewardActivity__tbody--tr:last-child .c-loyalty-dashboard__rewardActivity__tbody--td {
  border-bottom: 0;
}
.c-loyalty-dashboard__rewardActivity__content {
  position: relative;
}
.c-loyalty-dashboard__rewardActivity__content.is-disabled::after {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-loyalty-dashboard__rewardActivity__alert {
  color: #142745;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  max-width: 25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.c-loyalty-dashboard__referFriend--title {
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
.c-loyalty-dashboard__referFriend--form-group {
  display: inline-block;
  margin-bottom: 2.9375rem;
  max-width: 18.4375rem;
  width: 100%;
}
.c-loyalty-dashboard__referFriend--form-input {
  background-color: #fff;
  border: 0;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 300;
  height: 3.1875rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  padding-top: 0.375rem;
  text-align: center;
  width: 100%;
}
.c-loyalty-dashboard__referFriend--form-input:-ms-input-placeholder {
  color: #142745;
}
.c-loyalty-dashboard__referFriend--form-input::placeholder {
  color: #142745;
}
.c-loyalty-dashboard__referFriend__social {
  display: inline-block;
  max-width: 13.875rem;
  width: 100%;
}
.c-loyalty-dashboard__referFriend__social--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.c-loyalty-dashboard__referFriend__social--item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-loyalty-dashboard__referFriend__social--link {
  display: inline-block;
  height: 2.1875rem;
  width: 2.1875rem;
}
.c-loyalty-dashboard__referFriend__social--svg {
  height: 100%;
  width: 100%;
}
.c-loyalty-dashboard__pagination--item {
  margin-bottom: 0;
}
.c-loyalty-dashboard__pagination--link {
  padding-bottom: 0.3125rem;
  padding-top: 0.6875rem;
}

.c-loyaltyPersonalization__card {
  background-color: #E9F2FF;
  border-top: solid 0.25rem #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: 100%;
  min-height: 5.75rem;
  padding: 1.25rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-loyaltyPersonalization__card {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.c-loyaltyPersonalization__header__title {
  color: #142745;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6875rem;
  margin-bottom: 0.625rem;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .c-loyaltyPersonalization__header__title {
    position: relative;
    top: 0.1875rem;
  }
}
.c-loyaltyPersonalization__header__title * {
  color: #142745;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-loyaltyPersonalization__header__title {
    margin-bottom: 0;
  }
}
.c-loyaltyPersonalization__header__title br {
  display: none;
}
@media (min-width: 1200px) {
  .c-loyaltyPersonalization__header__title br {
    display: block;
  }
}
.c-loyaltyPersonalization__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.c-loyaltyPersonalization__brand {
  margin-bottom: 0.625rem;
  margin-right: 1.625rem;
  max-width: 7rem;
}
@media (min-width: 1200px) {
  .c-loyaltyPersonalization__brand {
    margin-bottom: 0;
  }
}
.c-loyaltyPersonalization__brand__icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-loyaltyPersonalization__msg {
  color: #375481;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 0.125rem;
}
.c-loyaltyPersonalization__msg--danger {
  color: #B82424;
}
.c-loyaltyPersonalization__msg__status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  justify-self: flex-start;
}
.c-loyaltyPersonalization__msg__status--bold {
  font-weight: 500;
}
.c-loyaltyPersonalization__msg__status .c-loyaltyPersonalization__msg__status--bold ~ .c-loyaltyPersonalization__msg__status--normal {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.c-loyaltyPersonalization__msg__status .c-loyaltyPersonalization__msg__status--bold ~ .c-loyaltyPersonalization__msg__status--normal::before {
  content: "|";
  height: auto;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.c-loyaltyPersonalization__msg__status--normal {
  font-weight: 300;
}
.c-loyaltyPersonalization__rewards {
  max-width: 6.25rem;
  min-width: 6.25rem;
  -ms-flex-order: 1;
      order: 1;
  text-align: center;
}
@media (max-width: 543.98px) {
  .c-loyaltyPersonalization__rewards {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
  }
}
.c-loyaltyPersonalization__rewards__title {
  color: #375481;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.6875rem;
}
.c-loyaltyPersonalization__rewards__price {
  background-color: #D9E6F9;
  border-radius: 8px;
  padding: 0.125rem 0.1875rem;
}
.c-loyaltyPersonalization__rewards__price--link {
  color: #142745;
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.625rem;
  padding-top: 0.625rem;
  text-decoration: none;
}
.c-loyaltyPersonalization__rewards__price--link:hover {
  text-decoration: none;
}
.c-loyaltyPersonalization__rewards ~ .c-loyaltyPersonalization__text {
  padding-top: 2.5rem;
}
@media (min-width: 544px) {
  .c-loyaltyPersonalization__rewards ~ .c-loyaltyPersonalization__text {
    max-width: calc(100% - 6.25rem);
    padding-right: 2.5rem;
    padding-top: 0;
  }
}
.c-loyaltyPersonalization__rewards__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-x: hidden;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
.c-loyaltyPersonalization__rewards__items.slick-initialized {
  display: block;
}
.c-loyaltyPersonalization__rewards__items .slick-list.draggable {
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  overflow: hidden;
}
.c-loyaltyPersonalization__rewards__items .slick-track {
  text-align: center;
  margin: 0 auto;
}
.c-loyaltyPersonalization__rewards__items .slick-prev,
.c-loyaltyPersonalization__rewards__items .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='%23142745' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8958 0.408C13.3228 -0.136 12.3937 -0.136 11.8227 0.408L7.16275 4.831L2.50175 0.408C1.92975 -0.136 1.00175 -0.136 0.42975 0.408C-0.14325 0.952 -0.14325 1.834 0.42975 2.377L7.16475 8.764L13.8947 2.377C14.4677 1.834 14.4677 0.952 13.8947 0.408'/%3E%3C/svg%3E");
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 21px;
  height: 12px;
  padding: 0;
  transform: rotate(-90deg);
}
.c-loyaltyPersonalization__rewards__items .slick-prev.slick-disabled,
.c-loyaltyPersonalization__rewards__items .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-loyaltyPersonalization__rewards__items .slick-next {
  right: -0.375rem;
  transform: rotate(-90deg);
}
.c-loyaltyPersonalization__rewards__items .slick-prev {
  left: -0.375rem;
  transform: rotate(90deg);
}
.c-loyaltyPersonalization__rewards__item {
  display: inline-block;
  text-align: center;
}
.c-loyaltyPersonalization__action__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.c-loyaltyPersonalization__action__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.c-loyaltyPersonalization__action__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
}
.c-loyaltyPersonalization__action__link {
  border-bottom: solid 0.0625rem #142745;
  color: #142745;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  text-decoration: none;
}
.c-loyaltyPersonalization__action__link:hover {
  text-decoration: none;
}
.c-loyaltyPersonalization__tooltip {
  padding-top: 0.25rem;
  position: relative;
}
.c-loyaltyPersonalization__tooltip__info.show {
  opacity: 1;
}
.c-loyaltyPersonalization__tooltip__info.bs-tooltip-bottom .arrow::before, .c-loyaltyPersonalization__tooltip__info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-width: 0 0.625rem 0.625rem;
  border-bottom-color: #142745;
}
.c-loyaltyPersonalization__tooltip__info.bs-tooltip-left .arrow, .c-loyaltyPersonalization__tooltip__info.bs-tooltip-auto[x-placement^=left] .arrow {
  height: 1.25rem;
  width: 0.625rem;
}
.c-loyaltyPersonalization__tooltip__info.bs-tooltip-left .arrow::before, .c-loyaltyPersonalization__tooltip__info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-width: 0.625rem 0 0.625rem 0.625rem;
  border-left-color: #142745;
}
.c-loyaltyPersonalization__tooltip__info.bs-tooltip-right .arrow, .c-loyaltyPersonalization__tooltip__info.bs-tooltip-auto[x-placement^=right] .arrow {
  height: 1.25rem;
  width: 0.625rem;
}
.c-loyaltyPersonalization__tooltip__info.bs-tooltip-right .arrow::before, .c-loyaltyPersonalization__tooltip__info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-width: 0.625rem 0.625rem 0.625rem 0;
  border-right-color: #142745;
}
.c-loyaltyPersonalization__tooltip__info.bs-tooltip-top .arrow::before, .c-loyaltyPersonalization__tooltip__info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-width: 0.625rem 0.625rem 0;
  border-top-color: #142745;
}
.c-loyaltyPersonalization__tooltip__info .tooltip-inner {
  background: #142745;
  border-radius: 0.5rem;
  color: #fff;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-bottom: 0;
  max-width: 11.5625rem;
  opacity: 1;
  padding: 0.9375rem;
}
.c-loyaltyPersonalization__tooltip__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.c-loyaltyPersonalization__tooltip:hover .c-loyaltyPersonalization__tooltip__info {
  opacity: 1;
  visibility: visible;
}
.c-loyaltyPersonalization.s-page-designer-layout .row {
  overflow: visible;
}
.c-loyaltyPersonalization .row {
  border-radius: 0;
  overflow: visible;
}
.c-loyaltyPersonalization .row.equal-height &gt; [class*=col] {
  display: -ms-flexbox;
  display: flex;
}
.c-loyaltyPersonalization .row .experience-region {
  border-radius: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  height: 100%;
  max-width: 100%;
  overflow: visible;
  width: 100%;
}
.c-loyaltyPersonalization .row .experience-component {
  height: 100%;
}

.c-shopBrands {
  margin-bottom: 3.75rem;
}
.c-shopBrands__header {
  padding-top: 1.25rem;
  position: sticky;
  top: calc(var(--headerUtilitiesWrapHeight) - 0.625rem);
  background-color: #fff;
}
.c-shopBrands__nav__lists {
  -ms-overflow-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin: 2rem 0 0;
  overflow-x: scroll;
  padding-left: 0;
  scrollbar-width: none;
  white-space: nowrap;
}
.c-shopBrands__nav__lists::-webkit-scrollbar {
  display: none;
}
.c-shopBrands__nav__list {
  display: inline;
  -ms-flex: 0 0 13.299%;
      flex: 0 0 13.299%;
  margin-bottom: 0;
  max-width: 13.299%;
}
@media (min-width: 992px) {
  .c-shopBrands__nav__list {
    -ms-flex: 1 1;
        flex: 1 1;
  }
}
.c-shopBrands__nav__link {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.015625rem;
  padding-bottom: 0.2125rem;
  text-decoration: none;
  transition: scale 0.25s;
}
.c-shopBrands__nav__link.isDisabled {
  color: #ccc;
  pointer-events: none;
}
.c-shopBrands__nav__link:hover {
  text-decoration: none;
}
.c-shopBrands__nav__link__label {
  border-bottom: 0.0625rem solid #CCCCCC;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0 1rem 0.625rem;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
@media (min-width: 992px) {
  .c-shopBrands__nav__link__label {
    width: 3.125rem;
  }
}
.c-shopBrands__nav__link__label.isActive {
  border-bottom: 0.1875rem solid #375481;
  color: #375481;
  line-height: 1.1875rem;
}
@media (min-width: 992px) {
  .c-shopBrands__nav__link__label {
    padding: 0 0.5rem 0.625rem;
    width: 100%;
  }
}
.c-shopBrands__brandTitle {
  color: #375481;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.c-shopBrands__brandList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 3rem;
}
.c-shopBrands__brandListing {
  border-top: 0.0625rem solid #E6E6E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.c-shopBrands__brandSection#sectionHash {
  -ms-flex-order: 1;
      order: 1;
}
.c-shopBrands__brandItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1.5rem;
  max-width: 100%;
  padding-left: 0;
}
.c-shopBrands__brandItem {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .c-shopBrands__brandItem {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .c-shopBrands__brandItem {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-shopBrands__brandLink {
  text-decoration: none;
}
.c-shopBrands__brandLink__label {
  color: #6e6e6e;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.01875rem;
  line-height: 1.3;
  padding-bottom: 0.2125rem;
}

.c-emailPreference {
  text-align: center;
}
.c-emailPreference__head {
  margin: 0 auto;
  max-width: 43.375rem;
  padding-top: 3.4375rem;
}
@media (min-width: 992px) {
  .c-emailPreference__head {
    padding-top: 4.375rem;
  }
}
.c-emailPreference__head__title {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .c-emailPreference__head__title {
    margin-bottom: 0.875rem;
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .c-emailPreference__head__title {
    line-height: 2rem;
  }
}
.c-emailPreference__head__desc {
  font-size: 0.84375rem;
}
.c-emailPreference__form-wrap {
  background-color: #f5f5f5;
  margin-top: 1.5625rem;
  padding: 1.75rem 1rem;
}
.c-emailPreference__form-wrap__inner {
  margin: 0 auto;
  max-width: 43.375rem;
}
.c-emailPreference__form-wrap__form__label {
  position: absolute;
  text-align: left;
  pointer-events: none;
}
.c-emailPreference__form-wrap__form__email {
  font-size: 1rem;
}
.c-emailPreference__form-wrap__form__checkbox {
  margin-top: 1.125rem;
  text-align: start;
}
.c-emailPreference__form-wrap__form__checkbox__label {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .c-emailPreference__form-wrap__form__checkbox__label {
    font-size: 1.1875rem;
  }
}
.c-emailPreference__form-wrap__form__checkbox__label__terms {
  color: #666;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.375rem;
}
.c-emailPreference__form-wrap__form__checkbox__label__terms .termsandconditions,
.c-emailPreference__form-wrap__form__checkbox__label__terms .privacypolicy {
  color: #666;
  text-decoration: underline;
}
.c-emailPreference__buttons {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .c-emailPreference__buttons {
    margin-top: 1.8125rem;
  }
}
.c-emailPreference__buttons__link {
  margin-top: 1.25rem;
}
.c-emailPreference__buttons__update {
  -ms-flex-align: center;
      align-items: center;
  background-color: #FF4B75;
  border-radius: 2.875rem;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  height: 2.6875rem;
  padding: 0.75rem 1.875rem;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .c-emailPreference__buttons__update {
    font-size: 1rem;
    height: 3rem;
    padding: 1rem 1.875rem;
  }
}
.c-emailPreference__buttons__unsubscribe {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1.25rem;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-emailPreference__buttons__unsubscribe {
    font-size: 1.125rem;
    margin-top: 1.8125rem;
  }
}
.c-emailPreference__note {
  color: #666;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  margin-top: 1.625rem;
  max-width: 43.375rem;
}
@media (min-width: 992px) {
  .c-emailPreference__note {
    margin-bottom: 5.625rem;
  }
}

.email-preference-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 1111;
}

.email-preference-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Scopes create a new styling context. These should be used sparingly. they can be open to abuse
 * and lead to poor CSS if not used wisely. The primary use case for scopes within an SFCC standup
 * is to provide styles within a content asset or content slot. The secondary use case is when
 * styling an SG component in order to easily style the SG classes that are in place.
 *
 * Please namespace all scope classes with s-
 */
/* ============================================================================
Site Footer Scopes
============================================================================ */
.s-site-footer--main-cols .content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .s-site-footer--main-cols .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.s-site-footer--main-cols li {
  line-height: 1.71;
  margin-bottom: 2rem;
}
.s-site-footer--main-cols li:last-child {
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .s-site-footer--main-cols li {
    line-height: 1.57;
    margin-bottom: 1rem;
  }
  .s-site-footer--main-cols li:last-child {
    margin-bottom: 1rem;
  }
}
.s-site-footer--main-cols li p {
  margin-bottom: 0;
}
.s-site-footer--help table,
.s-site-footer--help tbody,
.s-site-footer--help td {
  display: block;
}
.s-site-footer--help table {
  margin-bottom: 2.0625rem;
}
@media (min-width: 768px) {
  .s-site-footer--help table {
    margin-bottom: 2.25rem;
  }
}
.s-site-footer--help tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4.5px;
  margin-left: -4.5px;
  width: calc(100% + 9px);
}
@media (min-width: 992px) {
  .s-site-footer--help tr {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.s-site-footer--help tr:last-child td {
  border-bottom: none;
}
.s-site-footer--help tr td {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .s-site-footer--help tr td:first-child, .s-site-footer--help tr td:last-child {
    max-width: calc(50% - 4.5px);
  }
}
@media (min-width: 992px) {
  .s-site-footer--help tr td:first-child, .s-site-footer--help tr td:last-child {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .s-site-footer--help tr td:first-child {
    margin-left: 0.28125rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .s-site-footer--help tr td:first-child {
    margin-left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .s-site-footer--help tr td:last-child {
    margin-right: 0.28125rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .s-site-footer--help tr td:last-child {
    margin-right: 0.625rem;
  }
}
.s-site-footer--help td {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 0.9375rem;
  padding-top: 1.25rem;
}
.s-site-footer--help td:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.s-site-footer--help td p {
  margin-bottom: 0;
}
.s-site-footer--help p:last-child {
  margin-bottom: 0;
}
.s-site-footer--help img {
  margin-bottom: 0.75rem;
}
.s-site-footer--utility-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .s-site-footer--utility-nav ul {
    margin-bottom: 0.5rem;
  }
}
.s-site-footer--utility-nav li {
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0.4375rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .s-site-footer--utility-nav li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.s-site-footer--utility-nav a {
  color: inherit;
}
.s-site-footer--social img {
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .s-site-footer--social img {
    height: 18px;
    width: 18px;
  }
}
.s-site-footer--minimal a {
  color: inherit;
  text-decoration: underline;
}

/* Slider */
@media (min-width: 768px) {
  .s-slick .slick-header-container {
    margin: auto;
    margin-top: 2.5rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .s-slick .js-listrak-recommendation-carousel:not(.slick-initialized),
  .s-slick .s-slick__product-tile-carousel:not(.slick-initialized) {
    min-height: 45.75rem;
  }
}
.s-slick .js-listrak-recommendation-carousel:not(.slick-initialized) .listrak-recommendation-item,
.s-slick .js-listrak-recommendation-carousel:not(.slick-initialized) .s-slick__product-tile-carousel__item,
.s-slick .s-slick__product-tile-carousel:not(.slick-initialized) .listrak-recommendation-item,
.s-slick .s-slick__product-tile-carousel:not(.slick-initialized) .s-slick__product-tile-carousel__item {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .s-slick .js-listrak-recommendation-carousel:not(.slick-initialized) .listrak-recommendation-item,
  .s-slick .js-listrak-recommendation-carousel:not(.slick-initialized) .s-slick__product-tile-carousel__item,
  .s-slick .s-slick__product-tile-carousel:not(.slick-initialized) .listrak-recommendation-item,
  .s-slick .s-slick__product-tile-carousel:not(.slick-initialized) .s-slick__product-tile-carousel__item {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .s-slick .js-listrak-recommendation-carousel:not(.slick-initialized) .listrak-recommendation-item,
  .s-slick .js-listrak-recommendation-carousel:not(.slick-initialized) .s-slick__product-tile-carousel__item,
  .s-slick .s-slick__product-tile-carousel:not(.slick-initialized) .listrak-recommendation-item,
  .s-slick .s-slick__product-tile-carousel:not(.slick-initialized) .s-slick__product-tile-carousel__item {
    width: 25%;
  }
}
.s-slick .slick-header {
  font-size: 1rem;
  color: #142745;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media (min-width: 768px) {
  .s-slick .slick-header {
    font-size: 2.25rem;
    padding-top: 0.9375rem;
    margin-bottom: 2.5rem;
    margin-top: 2.1875rem;
    text-align: center;
  }
}
.s-slick .slick-header .slick-header {
  color: #142745;
  margin-bottom: 0.625rem;
  padding-top: 0;
}
.s-slick .slick-header.wave-border-top {
  position: relative;
}
.s-slick .slick-header.wave-border-top::before {
  background-image: url("data:image/svg+xml,%3Csvg width='140' height='5' viewBox='0 0 140 5' fill='%23ffc7b6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.397992 1.33725C2.30499 -0.44575 5.90499 -0.44575 7.81099 1.33725C8.75799 2.22125 10.866 2.22125 11.813 1.33725C13.721 -0.44575 17.321 -0.44575 19.228 1.33725C20.175 2.22125 22.283 2.22125 23.229 1.33725C25.137 -0.44575 28.737 -0.44575 30.645 1.33725C31.591 2.22125 33.7 2.22125 34.646 1.33725C36.553 -0.44575 40.153 -0.44575 42.061 1.33725C43.008 2.22125 45.116 2.22125 46.063 1.33725C47.97 -0.44575 51.57 -0.44575 53.477 1.33725C54.424 2.22125 56.532 2.22125 57.479 1.33725C59.387 -0.44575 62.986 -0.44575 64.895 1.33725C65.841 2.22125 67.949 2.22125 68.896 1.33725C70.803 -0.44575 74.404 -0.44575 76.31 1.33725C77.257 2.22125 79.365 2.22125 80.312 1.33725C82.219 -0.44575 85.82 -0.44575 87.728 1.33725C88.673 2.22125 90.783 2.22125 91.728 1.33725C93.635 -0.44575 97.236 -0.44575 99.144 1.33725C100.09 2.22125 102.199 2.22125 103.146 1.33725C105.053 -0.44575 108.652 -0.44575 110.56 1.33725C111.507 2.22125 113.615 2.22125 114.562 1.33725C116.469 -0.44575 120.068 -0.44575 121.976 1.33725C122.923 2.22125 125.031 2.22125 125.978 1.33725C127.885 -0.44575 131.486 -0.44575 133.392 1.33725C134.296 2.18125 136.259 2.21925 137.259 1.45225L137.396 1.33725C137.9 0.86525 138.691 0.89225 139.162 1.39725C139.634 1.90125 139.607 2.69225 139.101 3.16325C137.195 4.94625 133.593 4.94625 131.685 3.16325C130.74 2.27925 128.631 2.27925 127.685 3.16325C125.779 4.94625 122.177 4.94625 120.269 3.16325C119.322 2.27925 117.215 2.27925 116.269 3.16325C114.361 4.94625 110.761 4.94625 108.853 3.16325C107.906 2.27925 105.798 2.27925 104.853 3.16325C102.945 4.94625 99.344 4.94625 97.437 3.16325C96.491 2.27925 94.382 2.27925 93.435 3.16325C91.529 4.94625 87.927 4.94625 86.021 3.16325C85.075 2.27925 82.965 2.27925 82.019 3.16325C80.113 4.94625 76.511 4.94625 74.603 3.16325C73.658 2.27925 71.549 2.27925 70.603 3.16325C68.695 4.94625 65.096 4.94625 63.187 3.16325C62.24 2.27925 60.132 2.27925 59.186 3.16325C57.278 4.94625 53.678 4.94625 51.771 3.16325C50.824 2.27925 48.716 2.27925 47.769 3.16325C45.862 4.94625 42.262 4.94625 40.355 3.16325C39.408 2.27925 37.299 2.27925 36.353 3.16325C34.445 4.94625 30.845 4.94625 28.938 3.16325C27.991 2.27925 25.883 2.27925 24.936 3.16325C23.029 4.94625 19.429 4.94625 17.521 3.16325C16.575 2.27925 14.466 2.27925 13.52 3.16325C11.612 4.94625 8.01199 4.94625 6.10499 3.16325C5.20099 2.31925 3.23899 2.28125 2.23899 3.04825L2.10299 3.16325C1.59899 3.63525 0.807992 3.60825 0.336992 3.10325C-0.135008 2.59925 -0.108008 1.80825 0.397992 1.33725Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  content: "";
  display: none;
  height: 0.3125rem;
  position: absolute;
  left: 50%;
  top: -0.3125rem;
  transform: translate(-50%, -100%);
  width: 8.6875rem;
}
@media (min-width: 768px) {
  .s-slick .slick-header.wave-border-top::before {
    display: inline-block;
  }
}
.s-slick.slick-carousel-alternate .slick-prev,
.s-slick.slick-carousel-alternate .slick-next, .s-slick.slick-carousel-main .slick-prev,
.s-slick.slick-carousel-main .slick-next {
  background: none;
  background-repeat: no-repeat;
  background-size: 1rem 1.625rem;
  border: 0;
  height: 1.625rem;
  padding: 0;
  top: 45%;
  width: 1rem;
}
.s-slick.slick-carousel-alternate .slick-prev, .s-slick.slick-carousel-main .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23142745' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
  position: absolute;
  left: 1.25rem;
  transform: rotate(90deg);
}
.s-slick.slick-carousel-alternate .slick-next, .s-slick.slick-carousel-main .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E %3Cpath fill='%23142745' fill-rule='evenodd' d='M.351.351c.47-.468 1.229-.468 1.698 0l3.813 3.814L9.677.351c.469-.468 1.228-.468 1.697 0 .469.47.469 1.229 0 1.698L6 7.423l-.138-.138-.137.138L.351 2.049C-.117 1.579-.117.82.351.35z'/%3E %3C/svg%3E");
  position: absolute;
  right: 1.25rem;
  transform: rotate(-90deg);
}
.s-slick.slick-carousel-alternate.slick-vertical .slick-prev, .s-slick.slick-carousel-main.slick-vertical .slick-prev {
  position: absolute;
  left: calc(50% + 0.140625rem);
  top: -1.5625rem;
  transform: translateX(-50%) rotate(-180deg);
}
@media (min-width: 992px) {
  .s-slick.slick-carousel-alternate.slick-vertical .slick-prev, .s-slick.slick-carousel-main.slick-vertical .slick-prev {
    left: calc(50% + 0.3125rem);
  }
}
.s-slick.slick-carousel-alternate.slick-vertical .slick-next, .s-slick.slick-carousel-main.slick-vertical .slick-next {
  position: absolute;
  bottom: -1.25rem;
  left: calc(50% + 0.140625rem);
  right: auto;
  top: auto;
  transform: translateX(-50%) rotate(0);
}
@media (min-width: 992px) {
  .s-slick.slick-carousel-alternate.slick-vertical .slick-next, .s-slick.slick-carousel-main.slick-vertical .slick-next {
    left: calc(50% + 0.3125rem);
  }
}
.s-slick .slick-disabled {
  cursor: not-allowed;
}
.product-detail .s-slick .slick-dots li button, .s-slick.slick-carousel-tile .slick-dots li button {
  border-radius: 50%;
  cursor: default;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  position: relative;
}
.product-detail .s-slick .slick-dots li button::before, .s-slick.slick-carousel-tile .slick-dots li button::before {
  background: transparent;
  border-color: transparent;
  color: transparent;
  display: inline-block;
  height: 0.625rem;
  position: absolute;
  left: 0;
  top: -0.625rem;
  width: 100%;
}
.product-detail .s-slick .slick-dots li button::after, .s-slick.slick-carousel-tile .slick-dots li button::after {
  bottom: -0.625rem;
  content: "";
  display: inline-block;
  height: 0.625rem;
  position: absolute;
  left: 0;
  width: 100%;
}
.product-detail .s-slick .slick-dots li button:hover, .s-slick.slick-carousel-tile .slick-dots li button:hover {
  background-color: #f5f5f5;
}
.product-detail .s-slick .slick-dots li.slick-active button:not(.isVideo), .s-slick.slick-carousel-tile .slick-dots li.slick-active button:not(.isVideo) {
  background-color: #142745;
  border-color: #142745;
}
.product-detail .s-slick .slick-dots li.slick-active button:not(.isVideo):hover, .s-slick.slick-carousel-tile .slick-dots li.slick-active button:not(.isVideo):hover {
  background-color: #142745;
  border-color: #142745;
}
.product-detail .s-slick .slick-dots li.slick-active button:not(.isVideo)::before, .s-slick.slick-carousel-tile .slick-dots li.slick-active button:not(.isVideo)::before {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
@media (max-width: 767.98px) {
  .s-slick .zoom-view-dialog, .product-detail .s-slick {
    margin-bottom: 1.5rem !important;
  }
}
.s-slick .zoom-view-dialog .slick-dots, .product-detail .s-slick .slick-dots {
  bottom: -1.25rem;
}
.s-slick .zoom-view-dialog .slick-dots li, .product-detail .s-slick .slick-dots li {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.s-slick .zoom-view-dialog .slick-dots li button, .product-detail .s-slick .slick-dots li button {
  background-color: #ccc;
  height: 0.375rem;
  margin-left: 0;
  margin-right: 0;
  width: 0.375rem;
}
.s-slick .zoom-view-dialog .slick-dots li button.isVideo, .product-detail .s-slick .slick-dots li button.isVideo {
  background-color: transparent;
  height: 0.75rem;
  line-height: 0.9375rem;
  margin-left: -0.25rem;
  padding: 0;
  width: 1.125rem;
}
.s-slick .zoom-view-dialog .slick-dots li button.isVideo::before, .s-slick .zoom-view-dialog .slick-dots li button.isVideo::after, .product-detail .s-slick .slick-dots li button.isVideo::before, .product-detail .s-slick .slick-dots li button.isVideo::after {
  display: none;
}
.s-slick .zoom-view-dialog .slick-dots li button.isVideo .c-product-detail__primary-images__alternate__icon-play::before, .product-detail .s-slick .slick-dots li button.isVideo .c-product-detail__primary-images__alternate__icon-play::before {
  background-image: url("../../images/sm-social-links-youtube.png");
  height: 100%;
  width: 100%;
}
@media (min-width: 544px) {
  .s-slick .zoom-view-dialog .slick-dots li.slick-active button :not(.isVideo), .product-detail .s-slick .slick-dots li.slick-active button :not(.isVideo) {
    height: 0.625rem;
    width: 0.625rem;
  }
}
.s-slick .zoom-view-dialog .slick-header-container, .product-detail .s-slick .slick-header-container {
  margin-top: 0;
}
.s-slick .zoom-view-dialog .slick-header-container span, .product-detail .s-slick .slick-header-container span {
  visibility: hidden;
}
@media (min-width: 768px) {
  .s-slick .zoom-view-dialog .slick-header-container h2, .product-detail .s-slick .slick-header-container h2 {
    font-size: 1.375rem;
    text-align: left;
    width: 100%;
  }
  .s-slick .zoom-view-dialog .slick-header-container h2::before, .product-detail .s-slick .slick-header-container h2::before {
    background: none;
  }
}
.s-slick .zoom-view-dialog .slick-header-container .slick-header, .product-detail .s-slick .slick-header-container .slick-header {
  margin-bottom: 0.625rem;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .s-slick .zoom-view-dialog.listrak-recommendation .slick-header, .product-detail .s-slick.listrak-recommendation .slick-header {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-quickview .s-slick, .c-product-detail .s-slick {
    margin-bottom: 0 !important;
  }
}
.product-quickview .s-slick .slick-dots, .c-product-detail .s-slick .slick-dots {
  display: none !important;
}
@media (max-width: 543.98px) {
  .product-quickview .s-slick .slick-dots li, .c-product-detail .s-slick .slick-dots li {
    margin: 0 0.3125rem;
  }
}
.c-product-detail__primary-images__img-large .s-slick .slick-prev {
  left: 1.25rem;
}
.c-product-detail__primary-images__img-large .s-slick .slick-next {
  right: 1.25rem;
}
.c-product-detail__primary-images__img-large .s-slick .slick-arrow {
  top: 104%;
  margin-top: 0.625rem;
  width: 1rem;
  height: 0.6875rem;
  background-size: 100%;
}
.c-quick-view__images.primary-images .s-slick .slick-prev {
  left: 0.3125rem;
}
.c-quick-view__images.primary-images .s-slick .slick-next {
  right: 0.3125rem;
}
.s-slick.slick-carousel-tile .itemSlide:not(.slick-slide):not(.slick-slider) {
  display: none;
}
.s-slick.slick-carousel-tile .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.s-slick.slick-carousel-tile .slick-track .slick-slide {
  height: unset;
  margin-right: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.s-slick.slick-carousel-tile .slick-track .slick-slide.noMargin .product-tile {
  margin-bottom: 0;
}
.s-slick.slick-carousel-tile .slick-dots li button {
  background-color: #f5f5f5;
  border: 1px solid #fff;
  height: 0.625rem;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  width: 0.625rem;
}
.recommendations .s-slick .slick-slide, .c-product-detail .s-slick .slick-slide, .c-cart-page__recommendations .s-slick .slick-slide, .c-account .s-slick .slick-slide, .c-cart-page .s-slick .slick-slide, .listrak-recommendation .s-slick .slick-slide {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 0;
}
.recommendations .s-slick .slick-arrow, .c-product-detail .s-slick .slick-arrow, .c-cart-page__recommendations .s-slick .slick-arrow, .c-account .s-slick .slick-arrow, .c-cart-page .s-slick .slick-arrow, .listrak-recommendation .s-slick .slick-arrow {
  transition: 0.15s ease-in-out;
}
.recommendations .s-slick .slick-disabled, .c-product-detail .s-slick .slick-disabled, .c-cart-page__recommendations .s-slick .slick-disabled, .c-account .s-slick .slick-disabled, .c-cart-page .s-slick .slick-disabled, .listrak-recommendation .s-slick .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-header-line {
  display: inline-block;
  width: 8.6875rem;
}

/* Arrows */
.slick-prev,
.slick-next {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #142745;
  border-radius: 50%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 3.125rem;
  opacity: 1;
  position: absolute;
  top: 40%;
  z-index: 11;
  width: 3.125rem;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20'%3E%3Cg fill='%23142745' fill-rule='evenodd'%3E%3Cg transform='rotate(-45 14.036 .257)'%3E%3Crect width='2' height='12' x='10.414' y='.414' rx='1'/%3E%3Crect width='12' height='2' x='.414' y='10.414' rx='1' transform='matrix(-1 0 0 1 12.828 0)'/%3E%3C/g%3E%3Crect width='15' height='2' y='9' rx='1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .slick-prev {
    left: -1.25rem;
  }
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20'%3E%3Cg fill='%23142745' fill-rule='evenodd'%3E%3Cg transform='rotate(-45 14.036 .257)'%3E%3Crect width='2' height='12' x='10.414' y='.414' rx='1'/%3E%3Crect width='12' height='2' x='.414' y='10.414' rx='1' transform='matrix(-1 0 0 1 12.828 0)'/%3E%3C/g%3E%3Crect width='15' height='2' y='9' rx='1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .slick-next {
    right: -1.25rem;
  }
}

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

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  height: 8px;
  width: 8px;
  padding: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: transparent;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
  background-color: #212529;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  background-color: #212529;
  border: 1px solid #000;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  color: #212529;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:not(.isVideo)::before {
  color: #212529;
  opacity: 1;
  background: #000;
  border-color: #212529;
}
.slick-dots .play-stop-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding-right: 15px;
  top: 10px;
  border-right: 1px solid #000;
}
@media (max-width: 543.98px) {
  .layout-margin-medium .slick-dots {
    bottom: -1.25rem;
  }
}

/* Slider */
.s-slick.slick-slider,
.s-slick .slick-slider {
  display: block;
  position: relative;
}
.s-slick.disable-scrolling {
  margin-top: 0;
}
.s-slick.disable-scrolling .slick-track {
  /* We need !important here as an exception to rewrite js styles */
  transform: translate3d(0px, 0px, 0px) !important;
}
@media (min-width: 992px) {
  .s-slick.disable-scrolling-lg {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .s-slick.disable-scrolling-lg .slick-track {
    /* We need !important here as an exception to rewrite js styles */
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.s-slick.slick-centered .slick-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 992px) {
  .s-slick.slick-centered-lg .slick-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.s-slick .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.s-slick .slick-list:focus {
  outline: none;
}
.s-slick .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.s-slick.slick-slider .slick-track, .s-slick.slick-slider .slick-list {
  transform: translateX(0) translateY(0);
}
.s-slick .slick-track {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.s-slick .slick-track::before, .s-slick .slick-track::after {
  content: "";
  display: table;
}
.s-slick .slick-track::after {
  clear: both;
}
.slick-loading .s-slick .slick-track {
  visibility: hidden;
}
.s-slick .slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin-right: 0.9375rem;
  min-height: 0.0625rem;
  text-align: center;
}
[dir=rtl] .s-slick .slick-slide {
  float: right;
}
.s-slick .slick-slide img:not(.c-product-tile__body__ratings__brand-image):not(.c-category-menu__item__brand__image) {
  display: block;
  max-width: 100%;
}
.s-slick .slick-slide.slick-loading img {
  display: none;
}
.s-slick .slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .s-slick .slick-slide {
  visibility: hidden;
}
.slick-vertical .s-slick .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}
.s-slick .slick-slide .c-product-detail__primary-images__alternate__img-wrap .c-product-detail__primary-images__alternate__img-wrap__image {
  display: none;
}
.s-slick.slick-vertical .slick-slide {
  border: 0.0625rem solid #fff;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 0.625rem;
  margin-right: 0;
}
.s-slick.slick-vertical .slick-slide.slick-current {
  border-color: #000;
}
.s-slick.slick-vertical .slick-slide img {
  border-color: #142745;
}
.s-slick.slick-carousel-alternate:not(.slick-vertical) .slick-slide, .s-slick.alt-box:not(.slick-vertical) .slick-slide {
  border: 0.0625rem solid #fff;
  margin: 0 0.125rem;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.s-slick.slick-carousel-alternate:not(.slick-vertical) .slick-slide.slick-current, .s-slick.alt-box:not(.slick-vertical) .slick-slide.slick-current {
  border: 0.0625rem solid #142745;
}
.s-slick.slick-carousel-alternate .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.s-slick.slick-carousel-alternate .slick-current {
  border: 0.0625rem solid #142745;
}
.s-slick.js-carousel-main .slick-slide {
  margin-right: 0;
}
.s-slick .slick-arrow.slick-hidden {
  display: none;
}
.s-slick.slick-initialized .slick-slide,
.s-slick .slick-initialized .slick-slide {
  display: block;
}
.s-slick--pdp-module .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.s-slick--pdp-module .slick-slide {
  height: auto;
}

.btn-outline-primary {
  border-color: #142745;
  color: #142745;
}

.btn-primary, .color-combination-4 .btn-color-combination,
.color-combination-5 .btn-color-combination {
  background-color: #142745;
  border-color: #142745;
}

.header-banner, .color-combination-1, .c-site-footer--minimal,
.color-combination-2 {
  background-color: #142745;
  border-color: #142745;
}
.header-banner .border-wavy-t, .color-combination-1 .border-wavy-t, .c-site-footer--minimal .border-wavy-t,
.color-combination-2 .border-wavy-t {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23004968' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23004968' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23004968' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23004968' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
}

.header-banner, .color-combination-1, .c-site-footer--minimal {
  color: #FEEBE5;
}
.header-banner a:not(.btn), .color-combination-1 a:not(.btn), .c-site-footer--minimal a:not(.btn) {
  color: #FEEBE5;
}
.header-banner h1, .color-combination-1 h1, .c-site-footer--minimal h1,
.header-banner .h1,
.color-combination-1 .h1,
.c-site-footer--minimal .h1,
.header-banner h2,
.color-combination-1 h2,
.c-site-footer--minimal h2,
.header-banner .h2,
.color-combination-1 .h2,
.c-site-footer--minimal .h2,
.header-banner h3,
.color-combination-1 h3,
.c-site-footer--minimal h3,
.header-banner .h3,
.color-combination-1 .h3,
.c-site-footer--minimal .h3,
.header-banner h4,
.color-combination-1 h4,
.c-site-footer--minimal h4,
.header-banner .h4,
.color-combination-1 .h4,
.c-site-footer--minimal .h4,
.header-banner h5,
.color-combination-1 h5,
.c-site-footer--minimal h5,
.header-banner .h5,
.color-combination-1 .h5,
.c-site-footer--minimal .h5,
.header-banner h6,
.color-combination-1 h6,
.c-site-footer--minimal h6,
.header-banner .h6,
.color-combination-1 .h6,
.c-site-footer--minimal .h6 {
  color: #FEEBE5;
}

.color-combination-2 {
  color: #FFEA9D;
}
.color-combination-2 a:not(.btn) {
  color: #FFEA9D;
}
.color-combination-2 h1,
.color-combination-2 .h1,
.color-combination-2 h2,
.color-combination-2 .h2,
.color-combination-2 h3,
.color-combination-2 .h3,
.color-combination-2 h4,
.color-combination-2 .h4,
.color-combination-2 h5,
.color-combination-2 .h5,
.color-combination-2 h6,
.color-combination-2 .h6 {
  color: #FFEA9D;
}

.c-email-signup, .color-combination-3 {
  background-color: #004968;
  border-color: #004968;
  color: #FFC7B6;
}
.c-email-signup .border-wavy-t, .color-combination-3 .border-wavy-t {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23142745' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23142745' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23142745' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23142745' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
}
.c-email-signup a:not(.btn), .color-combination-3 a:not(.btn) {
  color: #FFC7B6;
}
.c-email-signup h1, .color-combination-3 h1,
.c-email-signup .h1,
.color-combination-3 .h1,
.c-email-signup h2,
.color-combination-3 h2,
.c-email-signup .h2,
.color-combination-3 .h2,
.c-email-signup h3,
.color-combination-3 h3,
.c-email-signup .h3,
.color-combination-3 .h3,
.c-email-signup h4,
.color-combination-3 h4,
.c-email-signup .h4,
.color-combination-3 .h4,
.c-email-signup h5,
.color-combination-3 h5,
.c-email-signup .h5,
.color-combination-3 .h5,
.c-email-signup h6,
.color-combination-3 h6,
.c-email-signup .h6,
.color-combination-3 .h6 {
  color: #FFC7B6;
}
.c-email-signup .eyebrow-small, .color-combination-3 .eyebrow-small,
.c-email-signup .eyebrow-large,
.color-combination-3 .eyebrow-large {
  color: inherit;
}

.color-combination-4,
.color-combination-5 {
  color: #375481;
}
.color-combination-4 a:not(.btn),
.color-combination-5 a:not(.btn) {
  color: #142745;
}
.color-combination-4 h1,
.color-combination-4 .h1,
.color-combination-4 h2,
.color-combination-4 .h2,
.color-combination-4 h3,
.color-combination-4 .h3,
.color-combination-4 h4,
.color-combination-4 .h4,
.color-combination-4 h5,
.color-combination-4 .h5,
.color-combination-4 h6,
.color-combination-4 .h6,
.color-combination-5 h1,
.color-combination-5 .h1,
.color-combination-5 h2,
.color-combination-5 .h2,
.color-combination-5 h3,
.color-combination-5 .h3,
.color-combination-5 h4,
.color-combination-5 .h4,
.color-combination-5 h5,
.color-combination-5 .h5,
.color-combination-5 h6,
.color-combination-5 .h6 {
  color: #142745;
}
.color-combination-4 {
  background-color: #E9F2FF;
  border-color: #E9F2FF;
}
.color-combination-4 .border-wavy-t {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
}

.color-combination-5 {
  background-color: #fff;
  border-color: #ccc;
}
.color-combination-5 .border-wavy-t {
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='148' height='148' viewBox='1 1 148 148'%3E %3Cpath fill='%23FFC7B6' d='M4.163,5.397c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.908,1.783,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.783,1.908,1.783,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.783,1.907,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.783,1.907,1.783,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.783,1.908,1.783,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.783,1.908,1.783,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.783,1.906,1.783,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.783,1.906,1.783,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.783,1.908,1.783,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.783,1.906,1.783,5.508,0,7.414c-0.844,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.445,1.295-0.06,1.767 c-0.504,0.472-1.295,0.444-1.766-0.06c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4 c-1.783-1.908-1.783-5.509,0-7.416c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.783-1.908-1.783-5.509,0-7.414c0.884-0.947,0.884-3.057,0-4.004c-1.783-1.906-1.783-5.506,0-7.414 c0.884-0.946,0.884-3.055,0-4.002c-1.783-1.908-1.783-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001 c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.783-1.907-1.783-5.507,0-7.414 c0.884-0.947,0.884-3.056,0-4.002c-1.783-1.908-1.783-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002 c-1.783-1.907-1.783-5.507,0-7.415c0.884-0.946,0.884-3.055,0-4.001c-1.783-1.908-1.783-5.508,0-7.415 c0.844-0.904,0.882-2.866,0.115-3.866L2.337,7.103c-0.472-0.504-0.445-1.295,0.06-1.766C2.901,4.865,3.692,4.892,4.163,5.397z'/%3E %3Cpath fill='%23FFC7B6' d='M5.398,2.087c1.907-1.783,5.507-1.783,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.508-1.783,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.783,5.507-1.783,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.507-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.783,5.507-1.783,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.783,5.508-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.508-1.783,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.783,5.508-1.783,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.783,5.506-1.783,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.783,5.508-1.783,7.414,0c0.904,0.844,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.445,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.766c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.783-5.508,1.783-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.783-5.509,1.783-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.783-5.508,1.783-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.783-5.507,1.783-7.416,0c-0.947-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.783-5.508,1.783-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.783-5.507,1.783-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.783-5.508,1.783-7.415,0c-0.904-0.844-2.866-0.882-3.866-0.115L7.103,3.913 c-0.504,0.472-1.295,0.445-1.766-0.06C4.865,3.349,4.892,2.558,5.398,2.087L5.398,2.087z'/%3E %3Cpath fill='%23FFC7B6' d='M5.9,145.837c1.907-1.782,5.507-1.782,7.413,0c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.508-1.782,7.415,0 c0.947,0.884,3.055,0.884,4.001,0c1.908-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.001,0 c1.907-1.782,5.507-1.782,7.415,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.507-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.908-1.782,5.507-1.782,7.416,0c0.946,0.884,3.054,0.884,4.001,0 c1.907-1.782,5.508-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.508-1.782,7.416,0c0.945,0.884,3.055,0.884,4,0 c1.907-1.782,5.508-1.782,7.416,0c0.946,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0 c0.947,0.884,3.055,0.884,4.002,0c1.907-1.782,5.506-1.782,7.414,0c0.947,0.884,3.055,0.884,4.002,0 c1.907-1.782,5.508-1.782,7.414,0c0.904,0.845,2.867,0.882,3.867,0.115l0.137-0.115c0.504-0.472,1.295-0.444,1.766,0.06 c0.472,0.504,0.445,1.295-0.061,1.767c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.906,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.054-0.884-4,0c-1.908,1.782-5.508,1.782-7.416,0c-0.947-0.884-3.055-0.884-4,0 c-1.908,1.782-5.509,1.782-7.416,0c-0.946-0.884-3.055-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.414,0 c-0.946-0.884-3.056-0.884-4.002,0c-1.906,1.782-5.508,1.782-7.416,0c-0.945-0.884-3.054-0.884-4,0 c-1.908,1.782-5.507,1.782-7.415,0c-0.947-0.884-3.056-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0 c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.414,0c-0.947-0.884-3.056-0.884-4.002,0 c-1.908,1.782-5.508,1.782-7.415,0c-0.947-0.884-3.055-0.884-4.002,0c-1.907,1.782-5.507,1.782-7.415,0 c-0.946-0.884-3.055-0.884-4.001,0c-1.908,1.782-5.508,1.782-7.415,0c-0.904-0.845-2.866-0.882-3.866-0.115l-0.136,0.115 c-0.504,0.472-1.295,0.444-1.766-0.06C5.367,147.1,5.394,146.309,5.9,145.837L5.9,145.837z'/%3E %3Cpath fill='%23FFC7B6' d='M147.663,5.397c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.908,1.782,5.508,0,7.415c-0.884,0.947-0.884,3.055,0,4.001c1.782,1.908,1.782,5.508,0,7.416 c-0.884,0.946-0.884,3.055,0,4.001c1.782,1.907,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.055,0,4.002 c1.782,1.907,1.782,5.507,0,7.414c-0.884,0.947-0.884,3.055,0,4.002c1.782,1.908,1.782,5.507,0,7.415c-0.884,0.947-0.884,3.054,0,4 c1.782,1.908,1.782,5.51,0,7.416c-0.884,0.946-0.884,3.055,0,4.002c1.782,1.906,1.782,5.508,0,7.414 c-0.884,0.946-0.884,3.056,0,4.002c1.782,1.906,1.782,5.508,0,7.414c-0.884,0.947-0.884,3.056,0,4.002 c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.054,0,4c1.782,1.908,1.782,5.508,0,7.416c-0.884,0.946-0.884,3.055,0,4.002 c1.782,1.906,1.782,5.508,0,7.414c-0.845,0.903-0.882,2.866-0.115,3.866l0.115,0.136c0.472,0.504,0.444,1.295-0.06,1.767 s-1.295,0.444-1.767-0.06c-1.782-1.908-1.782-5.509,0-7.416c0.884-0.946,0.884-3.055,0-4c-1.782-1.908-1.782-5.509,0-7.416 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.908-1.782-5.506,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.414c0.884-0.947,0.884-3.056,0-4.002c-1.782-1.908-1.782-5.509,0-7.414 c0.884-0.947,0.884-3.057,0-4.004c-1.782-1.906-1.782-5.506,0-7.414c0.884-0.946,0.884-3.055,0-4.002 c-1.782-1.908-1.782-5.506,0-7.415c0.884-0.947,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415 c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.414c0.884-0.947,0.884-3.056,0-4.002 c-1.782-1.908-1.782-5.508,0-7.415c0.884-0.947,0.884-3.055,0-4.002c-1.782-1.907-1.782-5.507,0-7.415 c0.884-0.946,0.884-3.055,0-4.001c-1.782-1.908-1.782-5.508,0-7.415c0.845-0.904,0.882-2.866,0.115-3.866l-0.115-0.136 c-0.472-0.504-0.444-1.295,0.06-1.766C146.4,4.865,147.191,4.892,147.663,5.397z'/%3E %3C/svg%3E");
}

/**
 * Footer Components......................Footer component styles
 * Email Signup...........................Extension of email signup component styles
*/
.c-site-footer__payment-info {
  color: #375481;
}
.c-site-footer__payment-info__eligibility {
  border-color: #E9F2FF;
}
.c-site-footer__help .btn-primary, .c-site-footer__help .color-combination-4 .btn-color-combination, .color-combination-4 .c-site-footer__help .btn-color-combination,
.c-site-footer__help .color-combination-5 .btn-color-combination,
.color-combination-5 .c-site-footer__help .btn-color-combination {
  background-color: #142745;
}
.c-site-footer__help .btn-primary:hover, .c-site-footer__help .color-combination-4 .btn-color-combination:hover, .color-combination-4 .c-site-footer__help .btn-color-combination:hover,
.c-site-footer__help .color-combination-5 .btn-color-combination:hover,
.color-combination-5 .c-site-footer__help .btn-color-combination:hover {
  background-color: #375481;
}
.c-site-footer__back-to-top {
  border-color: #375481;
}
.c-site-footer__back-to-top::before {
  border-color: #375481;
}

/* ============================================================================
    Email Signup Component
    ============================================================================ */
.c-email-signup__form__item {
  color: #fff;
}
.c-email-signup__form__item__input {
  border: 1px solid transparent;
  border-bottom-color: #fff;
}
.c-email-signup__form__item__input:active, .c-email-signup__form__item__input.active, .c-email-signup__form__item__input:focus, .c-email-signup__form__item__input.focus {
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
}
.c-email-signup__form__item__input--short {
  border-bottom-color: #142745;
  color: #142745;
}
.c-email-signup__form__item__input--short:focus {
  border-color: #142745;
  color: #142745;
}
.c-email-signup__form__item__btn {
  border-color: #fff;
}
.c-email-signup__form__item__btn--short {
  border-color: #142745;
  color: #142745;
}
.c-email-signup__form__item__label {
  text-transform: uppercase;
}
.c-email-signup__form__item__label--short {
  color: #142745;
}
.c-email-signup__col--description {
  color: #FEEBE5;
}
.c-email-signup__col__header {
  color: #FFC7B6;
}
.c-email-signup--short {
  background: #F5F9FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 992px) {
  .c-email-signup--short {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* ============================================================================
    FSA Deadline Tracker Component
    ============================================================================ */
.c-fsaDeadline__banner {
  background: linear-gradient(146.22deg, #CBDCFB 0%, #F8CFC0 48.65%, #D3D7DB 100%, #7A8FAD 100%);
  padding-top: 0.875rem;
}
@media (max-width: 543.98px) {
  .c-fsaDeadline__banner {
    overflow: hidden;
    position: relative;
  }
}
.c-fsaDeadline__banner__text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.c-fsaDeadline__banner__image {
  text-align: center;
}
@media (min-width: 544px) {
  .c-fsaDeadline__banner__image {
    text-align: left;
  }
}
.c-fsaDeadline__banner__figure {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.c-fsaDeadline__banner__img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  width: auto;
}
@media (max-width: 543.98px) {
  .c-fsaDeadline__banner__colMobile {
    position: absolute;
    bottom: 0;
    right: -6.625rem;
    max-width: 16.5rem;
  }
}
.c-fsaDeadline__banner--subTilte {
  color: #142745;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-fsaDeadline__banner--subTilte {
    font-size: 1.1875rem;
    letter-spacing: 0.013125rem;
    line-height: 3.25rem;
  }
}
.c-fsaDeadline__banner--tilte {
  color: #142745;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.0625rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .c-fsaDeadline__banner--tilte {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
.c-fsaDeadline__banner--info {
  color: #375481;
  font-family: "Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
  margin-bottom: 0.9375rem;
  max-width: 31.0625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-fsaDeadline__banner--info {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 543.98px) {
  .c-fsaDeadline__banner--info {
    display: inline-block;
    max-width: 12.375rem;
  }
}
@media (max-width: 543.98px) {
  .c-fsaDeadline__banner--btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    min-width: 10.8125rem;
  }
}
.c-fsaDeadline__section {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.c-fsaDeadline__section__heading {
  color: #000;
  font-family: "Sans Text", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.4375rem;
  margin-bottom: 2.1875rem;
}
.c-fsaDeadline__services {
  padding-bottom: 0;
}
.c-fsaDeadline__services__card {
  margin-bottom: 1.875rem;
}
.c-fsaDeadline__services__image {
  margin-bottom: 1.25rem;
}
.c-fsaDeadline__services__title {
  font-family: "Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.c-fsaDeadline__services__info {
  display: inline-block;
  font-family: "Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.125rem;
  max-width: 12.375rem;
  width: 100%;
}
@media (max-width: 543.98px) {
  .c-fsaDeadline__services .c-fsaDeadline__section__heading {
    display: inline-block;
    line-height: 2.125rem;
    max-width: 14.375rem;
  }
}
.c-fsaDeadline__services__icon {
  background-color: #E9F2FF;
  border-radius: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 5.625rem;
  width: 5.625rem;
}
.c-fsaDeadline__form {
  padding-bottom: 0;
}
.c-fsaDeadline__form--form-group {
  margin-bottom: 3.125rem;
}
.c-fsaDeadline__form__text--title {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.c-fsaDeadline__form__text--title em {
  font-weight: 300;
}
.c-fsaDeadline__form--btn-save {
  margin-top: -1.25rem;
  min-width: 12.5rem;
}
.c-fsaDeadline__form__terms {
  color: #43474A;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.125rem;
  margin-top: 1.5625rem;
  max-width: 43.125rem;
  width: 100%;
}
@media (min-width: 544px) {
  .c-fsaDeadline__form__terms {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
.c-fsaDeadline__form__terms--link {
  color: #43474A;
  text-decoration: underline;
}
.c-fsaDeadline__form__terms--link:not(.btn) {
  color: #43474A;
}
@media (min-width: 544px) {
  .c-fsaDeadline__modal--dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 45rem;
    width: 100%;
  }
}
.c-fsaDeadline__modal--header {
  border: 0;
  padding-bottom: 0;
}
.c-fsaDeadline__modal--close {
  margin-left: auto;
}
.c-fsaDeadline__modal--body {
  padding: 3.125rem 0.78125rem;
}
@media (min-width: 544px) {
  .c-fsaDeadline__modal--body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .c-fsaDeadline__modal--body {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.c-fsaDeadline__modal--title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 3.5625rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 544px) {
  .c-fsaDeadline__modal--title {
    margin-bottom: 0.875rem;
  }
}
.c-fsaDeadline__modal--text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin-bottom: 0;
}
.c-fsaDeadline__modal--text--link {
  color: #375481;
  text-decoration: underline;
}
.c-fsaDeadline__modal--text--link:not(.btn) {
  color: #375481;
}
.c-fsaDeadline__modal__action {
  margin-top: 1.625rem;
}
@media (min-width: 544px) {
  .c-fsaDeadline__modal__action {
    margin-top: 2.875rem;
  }
}
.c-fsaDeadline__modal__action--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.c-fsaDeadline__modal__action--item {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 1.25rem;
  max-width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 544px) {
  .c-fsaDeadline__modal__action--item {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    margin-bottom: 0;
    max-width: 33.33333%;
  }
}
.c-fsaDeadline__modal__action--link {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
}
.c-fsaDeadline .c-account__card__body__text.disabled {
  color: #ccc;
}
.c-fsaDeadline .c-account__card__body__radio {
  margin-bottom: 0;
}
.c-fsaDeadline .c-account__card__body__radio:not(:last-child) {
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .c-fsaDeadline .c-account__card__body__radio:not(:last-child) {
    margin-right: 1.875rem;
  }
}
.c-fsaDeadline .c-account__card__body__radio--label {
  color: #375481;
  cursor: pointer;
  padding-top: 0.1875rem;
}
.c-fsaDeadline .c-account__card__body__radio--label.disabled {
  color: #ccc;
  pointer-events: none;
}
.c-fsaDeadline .c-account__card__body__radio--label.disabled::before, .c-fsaDeadline .c-account__card__body__radio--label.disabled::after {
  background-color: transparent;
  border-color: #ccc;
}
.c-fsaDeadline .c-account__card__body__radio--input:disabled ~ .c-account__card__body__radio--label.disabled {
  color: #ccc;
}
.c-fsaDeadline .c-account__card__body__radio--input:disabled ~ .c-account__card__body__radio--label.disabled::before, .c-fsaDeadline .c-account__card__body__radio--input:disabled ~ .c-account__card__body__radio--label.disabled::after {
  background-color: transparent;
  border-color: #ccc;
}
.c-fsaDeadline .c-account__card__body__radio--input:disabled:checked ~ .c-account__card__body__radio--label.disabled {
  color: #ccc;
}
.c-fsaDeadline .c-account__card__body__radio--input:disabled:checked ~ .c-account__card__body__radio--label.disabled::before, .c-fsaDeadline .c-account__card__body__radio--input:disabled:checked ~ .c-account__card__body__radio--label.disabled::after {
  background-color: transparent;
  border-color: #ccc;
}
.c-fsaDeadline .c-account__card__body__form--label {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.c-fsaDeadline .c-account__card__body__form--select.form-control.form-control-select {
  background-position-y: 1.25rem;
}

/**
 * Components are concrete, implementation-specific pieces of UI. All of the changes you make to
 * its styles should be detectable in the context you're currently looking at. Modifying these
 * styles should be safe and have no side effects.
 *
 * Please namespace all component classes with c-.
 *
 * Do not remove the {{COMPONENTS}} Sass comment below as it is needed to scaffold
 * out components.
 */
/**
 * Scopes create a new styling context. These should be used sparingly. they can be open to abuse
 * and lead to poor CSS if not used wisely. The primary use case for scopes within an SFCC standup
 * is to provide styles within a content asset or content slot. The secondary use case is when
 * styling an SG component in order to easily style the SG classes that are in place.
 *
 * Please namespace all scope classes with s-
 */
</pre></body></html>