<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------*\
  #GLOBALS
\*------------------------------------*/
/*------------------------------------*\
  #CUSTOM SETUP

  Mixins ................. custom mixins without inheriting of accelerator
  Variables .............. variables to override accelerator ones with !default
  Fonts .................. client fonts definition

\*------------------------------------*/
/**
 * Position definition
 *
 * Example of utilization
 * @include absolute(top 1rem left 2rem);
 */
/*md
@no-stat

# Scheme

## Greyscale

```html_example
    &lt;div class="styleguide__section-colors"&gt;
        &lt;div class="bg--white"&gt;
            &lt;span&gt;$white&lt;/span&gt;
            #ffffff
        &lt;/div&gt;
        &lt;div class="bg--grey-1"&gt;
            &lt;span&gt;$grey-1&lt;/span&gt;
            #f8f8f8
        &lt;/div&gt;
        &lt;div class="bg--grey-2"&gt;
            &lt;span&gt;$grey-2&lt;/span&gt;
            #e9e8e1
        &lt;/div&gt;
        &lt;div class="bg--grey-3"&gt;
            &lt;span&gt;$grey-3&lt;/span&gt;
            #eeeeee
        &lt;/div&gt;
        &lt;div class="bg--grey-4"&gt;
            &lt;span&gt;$grey-4&lt;/span&gt;
            #c4c4c4
        &lt;/div&gt;
        &lt;div class="bg--grey-5"&gt;
            &lt;span&gt;$grey-5&lt;/span&gt;
            #999999
        &lt;/div&gt;
        &lt;div class="bg--black text-color--white"&gt;
            &lt;span&gt;$black&lt;/span&gt;
            #000000
        &lt;/div&gt;
    &lt;/div&gt;
```

## Colors

```html_example
    &lt;div class="styleguide__section-colors"&gt;
        &lt;div class="bg--beige"&gt;
            &lt;span&gt;$beige&lt;/span&gt;
            #f5f5dc
        &lt;/div&gt;
        &lt;div class="bg--green text-color--white"&gt;
            &lt;span&gt;$green&lt;/span&gt;
            #00503f
        &lt;/div&gt;
        &lt;div class="bg--blue text-color--white"&gt;
            &lt;span&gt;$blue&lt;/span&gt;
            #4D96E7
        &lt;/div&gt;
        &lt;div class="bg--red text-color--white"&gt;
            &lt;span&gt;$red&lt;/span&gt;
            #e60000
        &lt;/div&gt;
        &lt;div class="bg--start-white text-color--black"&gt;
            &lt;span&gt;$start-white&lt;/span&gt;
            #efefe8
        &lt;/div&gt;
    &lt;/div&gt;
```

*/
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLTIP ELEMENTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #FONT WEIGHTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER SPECIFIC
\*------------------------------------*/
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Newtime R";
  src: url("../fonts/newtime/medium/NewtimeR-Medium.woff2") format("woff2"), url("../fonts/newtime/medium/NewtimeR-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Newtime R Book";
  src: url("../fonts/newtime/book/NewtimeR-Book.woff2") format("woff2"), url("../fonts/newtime/book/NewtimeR-Book.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: "Newtime R Heavy";
  src: url("../fonts/newtime/heavy/NewtimeR-Heavy.woff2") format("woff2"), url("../fonts/newtime/heavy/NewtimeR-Heavy.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Catalogue";
  src: url("../fonts/cataloguell/regular/CatalogueLLWeb-Regular.woff2") format("woff2"), url("../fonts/cataloguell/regular/CatalogueLLWeb-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Catalogue Italic";
  src: url("../fonts/cataloguell/italic/CatalogueLLWeb-Italic.woff2") format("woff2"), url("../fonts/cataloguell/italic/CatalogueLLWeb-Italic.woff") format("woff");
  font-display: swap;
}
/*------------------------------------*\
  #ACCELERATOR BASICS

  Variables .............. default variables setting up with !default
  Misins ................. basic mixins

\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
* [Strip the pesky units from values]
* @param  {[Number]} $value
*/
/**
* [Fluid Type]
*/
/*------------------------------------*\
  #THIRD-PARTY-LIBS
\*------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
  #BASE
\*------------------------------------*/
/*------------------------------------*\
  #ADDITIONAL RESETS
\*------------------------------------*/
html {
  font-size: 1rem;
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  overflow-anchor: none;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #FFF;
}

h1 {
  margin: 0;
}

iframe {
  border: none;
}

img,
video {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
}

address {
  font-style: normal;
}

ul, ol {
  padding-left: 1.25em;
}

hr {
  border: none;
  border-bottom: solid 0.0625rem;
}

*:focus {
  outline-color: rgb(0, 113.7441860465, 167.5);
  outline-offset: 0.25rem;
  outline-style: solid;
  outline-width: 0.0625rem;
}
.set--hide-click-focus *:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.list--reset {
  padding-left: 0;
}
.list--reset li {
  list-style-type: none;
}

.min--w-100 {
  min-width: 100%;
}

.set--w-100 {
  width: 100%;
}

.set--w-75 {
  width: 75%;
}

.set--w-50 {
  width: 50%;
}

.set--w-25 {
  width: 25%;
}

.set--h-100 {
  height: 100%;
}

.set--h-75 {
  height: 75%;
}

.set--h-50 {
  height: 50%;
}

.set--h-25 {
  height: 25%;
}

.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*------------------------------------*\
  Lazy Loading Transitions
\*------------------------------------*/
.blur-up {
  -webkit-transition: -webkit-filter ease-out 107ms;
  transition: -webkit-filter ease-out 107ms;
  transition: filter ease-out 107ms;
  transition: filter ease-out 107ms, -webkit-filter ease-out 107ms;
}
.blur-up.lazyload, .blur-up.lazyloading {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.opacity-up {
  -webkit-transition: opacity ease-out 213ms;
  transition: opacity ease-out 213ms;
}
.opacity-up.lazyload, .opacity-up.lazyloading {
  opacity: 0;
}
.opacity-up.lazyloaded {
  opacity: 1;
}

.partial-opacity-up {
  -webkit-transition: opacity ease-out 213ms;
  transition: opacity ease-out 213ms;
}
.partial-opacity-up.lazyload, .partial-opacity-up.lazyloading {
  opacity: 0.8;
}
.partial-opacity-up.lazyloaded {
  opacity: 1;
}

.none-up.lazyload, .none-up.lazyloading {
  opacity: 0;
}

/*------------------------------------*\
  Object Fit helpers
\*------------------------------------*/
[class*=object-fit] {
  width: 100%;
  height: 100%;
}

.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/*------------------------------------*\
  Third party styles
\*------------------------------------*/
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 48rem) {
  .scrollable--small-up {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 47.9375rem) {
  .set--small-w-100 {
    width: 100%;
  }
}
html {
  letter-spacing: 0.04em;
}

body {
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

body * {
  letter-spacing: 0.04em;
}

.blur-up.lazyload, .blur-up.lazyloading {
  -webkit-filter: blur(0);
          filter: blur(0);
}

/*------------------------------------*\
  #FLEX-GRID
\*------------------------------------*/
/**
 * Flex Grid -
 * Version: 0.3.5
 *
 * Simple grid built with flex box and sass.
 *
 * Matthew Simo - matthew.a.simo@gmail.com
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $fg-columns: [Integer | List of Integers] will inform the grid loops how many columns there should be. Can be set as a list to generate multi-base grids.
 * $fg-gutter:  [String | Map of Strings] will inform the grid loops how big each column's gutters should be. Can be set to a list of gutters per namespace (breakpoint).
 */
/**
 * Break point namespace object
 *
 * Set the default namespace object with these defaults with the
 * understanding that you can pass in whatever you might require for your site.
 *
 * $fg-breakpoints is a Sass list with nested lists inside. Each sub list defines two things.
 * 1. The namespace for that breakpoint. (Required) (i.e. xs, sm, md, lg)
 * 2. The min-width measurement for the breakpoint for that namespace. (i.e. 48em, 62em, 75em)
 *
 * Note: These should be in the proper order (at least till libsass handles map keys properly).
 *
 * Note: If the measurement is left out then it will be skipped when generating
 * the grid and applied to global styles.
 *
 */
/**
 * Class Name Defaults
 *
 * Define class names for columns, rows and offsets in case compatibility with other
 * libraries is necessary.
 * $fg-class-grid: [String] used for the grid general classes (i.e. alignment, position, etc.)
 * $fg-class-row: [String] used for the row class
 * $fg-class-col: [String] used for the column class
 * $fg-class-off: [String] used for the offset class
*/
/**
 * Optional setting to add half a column push
 * @type {[Boolean]}
 */
/**
 * Calculate column size percentage
 */
/**
 * Spacing mixin to create uniform margin/padding
 */
/**
 * If there's more than one spacing setting,
 * generates the gutter/spacing per namespace (breakpoint), specific to the namespaced selectors (col-xs, col-lg, etc.).
 */
/**
 * Row wrapper class, flex box parent.
 */
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col, [class^=col-],
[class*=" col-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 1px;
}

.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-flow-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.flex-flow-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.flex-flow-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.flex-flow-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
.flex-flow-wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.flex-flow-wrap-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse;
}
.flex-flow-nowrap {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-direction-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-direction-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.flex-no-gutters &gt; .col,
.flex-no-gutters &gt; [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Generate a set of grid base selectors for col-.
 * ex.: [class*="col-"], which selects all elements that contain "col-" on their class list.
 * This helps reduce total file size, and avoids a bulky final selector.
 */
/**
 * Determines if the grid should generate a single base, or multiple, using the $fg-columns variable.
 */
/**
 * Generate a set of grid column classes using a namespace
 *
 * .col-[namespace] for intelligent column division
 * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 * .off-[namespace]-reset for resetting a col's offset for that and larger namespaces
 */
/**
 * Build the grid in two steps, to help minimize file size
 * Step 1, for each namespace, create the grid-base
 * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
 */
.row:not(.flex-no-gutters) {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.col,
[class*=col-] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.off-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.off-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

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

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.off-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.off-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

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

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.off-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.off-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

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

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.off-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.off-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.off-reset {
  margin-left: 0;
}

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

@media only screen and (min-width: 30rem) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .off-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .off-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .off-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .off-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .off-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .off-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .off-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .off-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .off-sm-reset {
    margin-left: 0;
  }
  .col-sm,
  .col-sm-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .off-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .off-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .off-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .off-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .off-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .off-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .off-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .off-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .off-md-reset {
    margin-left: 0;
  }
  .col-md,
  .col-md-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .row:not(.flex-no-gutters) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .col,
  [class*=col-] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .off-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .off-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .off-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .off-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .off-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .off-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .off-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .off-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .off-lg-reset {
    margin-left: 0;
  }
  .col-lg,
  .col-lg-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 77.5625rem) {
  .col-xl-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .off-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .off-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .off-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .off-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .off-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .off-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .off-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .off-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .off-xl-reset {
    margin-left: 0;
  }
  .col-xl,
  .col-xl-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}
/*------------------------------------*\
  #FLEX-HELPERS
\*------------------------------------*/
.fix--overflow &gt; * {
  max-width: 100%;
}

[class*=col-] &gt; * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[class*=col-].flex-no-gutters {
  padding-left: 0;
  padding-right: 0;
}
[class*=col-].col--padding-lg {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (max-width: 47.9375rem) {
  [class*=col-].col--padding-lg.col--mobile-padding-sm {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 48rem) {
  [class*=col-].col--padding-lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 48rem) {
  .row.row--no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
.row--padding-lg {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (max-width: 47.9375rem) {
  .row--padding-lg.row--mobile-padding-sm {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
}
@media (min-width: 48rem) {
  .row--padding-lg {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

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

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

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

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

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

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

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

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

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

@media (max-width: 47.9375rem) {
  .m-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.grid {
  display: grid;
}

.grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid--2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media (min-width: 64rem) {
  .d-grid {
    display: grid;
  }
  .d-grid--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .d-grid--2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
.block {
  display: block;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media (min-width: 48rem) {
  .order--small-up-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order--small-up-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order--small-up-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order--small-up-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order--small-up-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order--small-up-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order--small-up-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order--small-up-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order--small-up-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order--small-up-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order--small-up-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media (max-width: 47.9375rem) {
  .order--small-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order--small-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order--small-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order--small-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order--small-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order--small-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order--small-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order--small-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order--small-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order--small-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order--small-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
/*md

# Grid configuration

## Columns

```html_example
    &lt;div class="row" id="columns"&gt;

	&lt;div class="col-12"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-11"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-2"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-10"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-3"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-9"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-4"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-8"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-5"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-7"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-6"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-7"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-5"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-8"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-4"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-9"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-3"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-10"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-2"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-11"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-12"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
```

## Column Offsets

```html_example
&lt;div class="row" id="offsets"&gt;

	&lt;div class="col-12"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-11 off-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-10 off-2"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-9 off-3"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-8 off-4"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-7 off-5"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-6 off-6"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-5 off-7"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-4 off-8"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-3 off-9"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-2 off-10"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class="col-1 off-11"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;

&lt;/div&gt;
```

## Responsive By Combining Namespaces
Drag browser around to test responsive breakpoints.

```html_example
&lt;div class="row" id="responsivity"&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="col-6 col-md-3 col-lg-1"&gt;
		&lt;div class="styleguide__grid-item"&gt;&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
```

 */
.margin--0 {
  margin: 0;
}
.margin--2 {
  margin: 0.125rem;
}
.margin--3 {
  margin: 0.1875rem;
}
.margin--4 {
  margin: 0.25rem;
}
.margin--5 {
  margin: 0.3125rem;
}
.margin--6 {
  margin: 0.375rem;
}
.margin--8 {
  margin: 0.5rem;
}
.margin--10 {
  margin: 0.625rem;
}
.margin--12 {
  margin: 0.75rem;
}
.margin--15 {
  margin: 0.9375rem;
}
.margin--16 {
  margin: 1rem;
}
.margin--20 {
  margin: 1.25rem;
}
.margin--24 {
  margin: 1.5rem;
}
.margin--25 {
  margin: 1.5625rem;
}
.margin--28 {
  margin: 1.75rem;
}
.margin--30 {
  margin: 1.875rem;
}
.margin--32 {
  margin: 2rem;
}
.margin--35 {
  margin: 2.1875rem;
}
.margin--36 {
  margin: 2.25rem;
}
.margin--40 {
  margin: 2.5rem;
}
.margin--48 {
  margin: 3rem;
}
.margin--56 {
  margin: 3.5rem;
}
.margin--60 {
  margin: 3.75rem;
}
.margin--80 {
  margin: 5rem;
}
.margin--100 {
  margin: 6.25rem;
}
.margin--auto {
  margin: auto;
}

.margin-l--0 {
  margin-left: 0;
}
.margin-l--2 {
  margin-left: 0.125rem;
}
.margin-l--3 {
  margin-left: 0.1875rem;
}
.margin-l--4 {
  margin-left: 0.25rem;
}
.margin-l--5 {
  margin-left: 0.3125rem;
}
.margin-l--6 {
  margin-left: 0.375rem;
}
.margin-l--8 {
  margin-left: 0.5rem;
}
.margin-l--10 {
  margin-left: 0.625rem;
}
.margin-l--12 {
  margin-left: 0.75rem;
}
.margin-l--15 {
  margin-left: 0.9375rem;
}
.margin-l--16 {
  margin-left: 1rem;
}
.margin-l--20 {
  margin-left: 1.25rem;
}
.margin-l--24 {
  margin-left: 1.5rem;
}
.margin-l--25 {
  margin-left: 1.5625rem;
}
.margin-l--28 {
  margin-left: 1.75rem;
}
.margin-l--30 {
  margin-left: 1.875rem;
}
.margin-l--32 {
  margin-left: 2rem;
}
.margin-l--35 {
  margin-left: 2.1875rem;
}
.margin-l--36 {
  margin-left: 2.25rem;
}
.margin-l--40 {
  margin-left: 2.5rem;
}
.margin-l--48 {
  margin-left: 3rem;
}
.margin-l--56 {
  margin-left: 3.5rem;
}
.margin-l--60 {
  margin-left: 3.75rem;
}
.margin-l--80 {
  margin-left: 5rem;
}
.margin-l--100 {
  margin-left: 6.25rem;
}
.margin-l--auto {
  margin-left: auto;
}

.margin-t--0 {
  margin-top: 0;
}
.margin-t--2 {
  margin-top: 0.125rem;
}
.margin-t--3 {
  margin-top: 0.1875rem;
}
.margin-t--4 {
  margin-top: 0.25rem;
}
.margin-t--5 {
  margin-top: 0.3125rem;
}
.margin-t--6 {
  margin-top: 0.375rem;
}
.margin-t--8 {
  margin-top: 0.5rem;
}
.margin-t--10 {
  margin-top: 0.625rem;
}
.margin-t--12 {
  margin-top: 0.75rem;
}
.margin-t--15 {
  margin-top: 0.9375rem;
}
.margin-t--16 {
  margin-top: 1rem;
}
.margin-t--20 {
  margin-top: 1.25rem;
}
.margin-t--24 {
  margin-top: 1.5rem;
}
.margin-t--25 {
  margin-top: 1.5625rem;
}
.margin-t--28 {
  margin-top: 1.75rem;
}
.margin-t--30 {
  margin-top: 1.875rem;
}
.margin-t--32 {
  margin-top: 2rem;
}
.margin-t--35 {
  margin-top: 2.1875rem;
}
.margin-t--36 {
  margin-top: 2.25rem;
}
.margin-t--40 {
  margin-top: 2.5rem;
}
.margin-t--48 {
  margin-top: 3rem;
}
.margin-t--56 {
  margin-top: 3.5rem;
}
.margin-t--60 {
  margin-top: 3.75rem;
}
.margin-t--80 {
  margin-top: 5rem;
}
.margin-t--100 {
  margin-top: 6.25rem;
}
.margin-t--auto {
  margin-top: auto;
}

.margin-r--0 {
  margin-right: 0;
}
.margin-r--2 {
  margin-right: 0.125rem;
}
.margin-r--3 {
  margin-right: 0.1875rem;
}
.margin-r--4 {
  margin-right: 0.25rem;
}
.margin-r--5 {
  margin-right: 0.3125rem;
}
.margin-r--6 {
  margin-right: 0.375rem;
}
.margin-r--8 {
  margin-right: 0.5rem;
}
.margin-r--10 {
  margin-right: 0.625rem;
}
.margin-r--12 {
  margin-right: 0.75rem;
}
.margin-r--15 {
  margin-right: 0.9375rem;
}
.margin-r--16 {
  margin-right: 1rem;
}
.margin-r--20 {
  margin-right: 1.25rem;
}
.margin-r--24 {
  margin-right: 1.5rem;
}
.margin-r--25 {
  margin-right: 1.5625rem;
}
.margin-r--28 {
  margin-right: 1.75rem;
}
.margin-r--30 {
  margin-right: 1.875rem;
}
.margin-r--32 {
  margin-right: 2rem;
}
.margin-r--35 {
  margin-right: 2.1875rem;
}
.margin-r--36 {
  margin-right: 2.25rem;
}
.margin-r--40 {
  margin-right: 2.5rem;
}
.margin-r--48 {
  margin-right: 3rem;
}
.margin-r--56 {
  margin-right: 3.5rem;
}
.margin-r--60 {
  margin-right: 3.75rem;
}
.margin-r--80 {
  margin-right: 5rem;
}
.margin-r--100 {
  margin-right: 6.25rem;
}
.margin-r--auto {
  margin-right: auto;
}

.margin-b--0 {
  margin-bottom: 0;
}
.margin-b--2 {
  margin-bottom: 0.125rem;
}
.margin-b--3 {
  margin-bottom: 0.1875rem;
}
.margin-b--4 {
  margin-bottom: 0.25rem;
}
.margin-b--5 {
  margin-bottom: 0.3125rem;
}
.margin-b--6 {
  margin-bottom: 0.375rem;
}
.margin-b--8 {
  margin-bottom: 0.5rem;
}
.margin-b--10 {
  margin-bottom: 0.625rem;
}
.margin-b--12 {
  margin-bottom: 0.75rem;
}
.margin-b--15 {
  margin-bottom: 0.9375rem;
}
.margin-b--16 {
  margin-bottom: 1rem;
}
.margin-b--20 {
  margin-bottom: 1.25rem;
}
.margin-b--24 {
  margin-bottom: 1.5rem;
}
.margin-b--25 {
  margin-bottom: 1.5625rem;
}
.margin-b--28 {
  margin-bottom: 1.75rem;
}
.margin-b--30 {
  margin-bottom: 1.875rem;
}
.margin-b--32 {
  margin-bottom: 2rem;
}
.margin-b--35 {
  margin-bottom: 2.1875rem;
}
.margin-b--36 {
  margin-bottom: 2.25rem;
}
.margin-b--40 {
  margin-bottom: 2.5rem;
}
.margin-b--48 {
  margin-bottom: 3rem;
}
.margin-b--56 {
  margin-bottom: 3.5rem;
}
.margin-b--60 {
  margin-bottom: 3.75rem;
}
.margin-b--80 {
  margin-bottom: 5rem;
}
.margin-b--100 {
  margin-bottom: 6.25rem;
}
.margin-b--auto {
  margin-bottom: auto;
}

.margin--auto {
  margin-left: auto;
  margin-right: auto;
}

.padding--0 {
  padding: 0;
}
.padding--2 {
  padding: 0.125rem;
}
.padding--3 {
  padding: 0.1875rem;
}
.padding--4 {
  padding: 0.25rem;
}
.padding--5 {
  padding: 0.3125rem;
}
.padding--6 {
  padding: 0.375rem;
}
.padding--8 {
  padding: 0.5rem;
}
.padding--10 {
  padding: 0.625rem;
}
.padding--12 {
  padding: 0.75rem;
}
.padding--15 {
  padding: 0.9375rem;
}
.padding--16 {
  padding: 1rem;
}
.padding--20 {
  padding: 1.25rem;
}
.padding--24 {
  padding: 1.5rem;
}
.padding--25 {
  padding: 1.5625rem;
}
.padding--28 {
  padding: 1.75rem;
}
.padding--30 {
  padding: 1.875rem;
}
.padding--32 {
  padding: 2rem;
}
.padding--35 {
  padding: 2.1875rem;
}
.padding--36 {
  padding: 2.25rem;
}
.padding--40 {
  padding: 2.5rem;
}
.padding--48 {
  padding: 3rem;
}
.padding--56 {
  padding: 3.5rem;
}
.padding--60 {
  padding: 3.75rem;
}
.padding--80 {
  padding: 5rem;
}
.padding--100 {
  padding: 6.25rem;
}
.padding--auto {
  padding: auto;
}

.padding-l--0 {
  padding-left: 0;
}
.padding-l--2 {
  padding-left: 0.125rem;
}
.padding-l--3 {
  padding-left: 0.1875rem;
}
.padding-l--4 {
  padding-left: 0.25rem;
}
.padding-l--5 {
  padding-left: 0.3125rem;
}
.padding-l--6 {
  padding-left: 0.375rem;
}
.padding-l--8 {
  padding-left: 0.5rem;
}
.padding-l--10 {
  padding-left: 0.625rem;
}
.padding-l--12 {
  padding-left: 0.75rem;
}
.padding-l--15 {
  padding-left: 0.9375rem;
}
.padding-l--16 {
  padding-left: 1rem;
}
.padding-l--20 {
  padding-left: 1.25rem;
}
.padding-l--24 {
  padding-left: 1.5rem;
}
.padding-l--25 {
  padding-left: 1.5625rem;
}
.padding-l--28 {
  padding-left: 1.75rem;
}
.padding-l--30 {
  padding-left: 1.875rem;
}
.padding-l--32 {
  padding-left: 2rem;
}
.padding-l--35 {
  padding-left: 2.1875rem;
}
.padding-l--36 {
  padding-left: 2.25rem;
}
.padding-l--40 {
  padding-left: 2.5rem;
}
.padding-l--48 {
  padding-left: 3rem;
}
.padding-l--56 {
  padding-left: 3.5rem;
}
.padding-l--60 {
  padding-left: 3.75rem;
}
.padding-l--80 {
  padding-left: 5rem;
}
.padding-l--100 {
  padding-left: 6.25rem;
}
.padding-l--auto {
  padding-left: auto;
}

.padding-t--0 {
  padding-top: 0;
}
.padding-t--2 {
  padding-top: 0.125rem;
}
.padding-t--3 {
  padding-top: 0.1875rem;
}
.padding-t--4 {
  padding-top: 0.25rem;
}
.padding-t--5 {
  padding-top: 0.3125rem;
}
.padding-t--6 {
  padding-top: 0.375rem;
}
.padding-t--8 {
  padding-top: 0.5rem;
}
.padding-t--10 {
  padding-top: 0.625rem;
}
.padding-t--12 {
  padding-top: 0.75rem;
}
.padding-t--15 {
  padding-top: 0.9375rem;
}
.padding-t--16 {
  padding-top: 1rem;
}
.padding-t--20 {
  padding-top: 1.25rem;
}
.padding-t--24 {
  padding-top: 1.5rem;
}
.padding-t--25 {
  padding-top: 1.5625rem;
}
.padding-t--28 {
  padding-top: 1.75rem;
}
.padding-t--30 {
  padding-top: 1.875rem;
}
.padding-t--32 {
  padding-top: 2rem;
}
.padding-t--35 {
  padding-top: 2.1875rem;
}
.padding-t--36 {
  padding-top: 2.25rem;
}
.padding-t--40 {
  padding-top: 2.5rem;
}
.padding-t--48 {
  padding-top: 3rem;
}
.padding-t--56 {
  padding-top: 3.5rem;
}
.padding-t--60 {
  padding-top: 3.75rem;
}
.padding-t--80 {
  padding-top: 5rem;
}
.padding-t--100 {
  padding-top: 6.25rem;
}
.padding-t--auto {
  padding-top: auto;
}

.padding-r--0 {
  padding-right: 0;
}
.padding-r--2 {
  padding-right: 0.125rem;
}
.padding-r--3 {
  padding-right: 0.1875rem;
}
.padding-r--4 {
  padding-right: 0.25rem;
}
.padding-r--5 {
  padding-right: 0.3125rem;
}
.padding-r--6 {
  padding-right: 0.375rem;
}
.padding-r--8 {
  padding-right: 0.5rem;
}
.padding-r--10 {
  padding-right: 0.625rem;
}
.padding-r--12 {
  padding-right: 0.75rem;
}
.padding-r--15 {
  padding-right: 0.9375rem;
}
.padding-r--16 {
  padding-right: 1rem;
}
.padding-r--20 {
  padding-right: 1.25rem;
}
.padding-r--24 {
  padding-right: 1.5rem;
}
.padding-r--25 {
  padding-right: 1.5625rem;
}
.padding-r--28 {
  padding-right: 1.75rem;
}
.padding-r--30 {
  padding-right: 1.875rem;
}
.padding-r--32 {
  padding-right: 2rem;
}
.padding-r--35 {
  padding-right: 2.1875rem;
}
.padding-r--36 {
  padding-right: 2.25rem;
}
.padding-r--40 {
  padding-right: 2.5rem;
}
.padding-r--48 {
  padding-right: 3rem;
}
.padding-r--56 {
  padding-right: 3.5rem;
}
.padding-r--60 {
  padding-right: 3.75rem;
}
.padding-r--80 {
  padding-right: 5rem;
}
.padding-r--100 {
  padding-right: 6.25rem;
}
.padding-r--auto {
  padding-right: auto;
}

.padding-b--0 {
  padding-bottom: 0;
}
.padding-b--2 {
  padding-bottom: 0.125rem;
}
.padding-b--3 {
  padding-bottom: 0.1875rem;
}
.padding-b--4 {
  padding-bottom: 0.25rem;
}
.padding-b--5 {
  padding-bottom: 0.3125rem;
}
.padding-b--6 {
  padding-bottom: 0.375rem;
}
.padding-b--8 {
  padding-bottom: 0.5rem;
}
.padding-b--10 {
  padding-bottom: 0.625rem;
}
.padding-b--12 {
  padding-bottom: 0.75rem;
}
.padding-b--15 {
  padding-bottom: 0.9375rem;
}
.padding-b--16 {
  padding-bottom: 1rem;
}
.padding-b--20 {
  padding-bottom: 1.25rem;
}
.padding-b--24 {
  padding-bottom: 1.5rem;
}
.padding-b--25 {
  padding-bottom: 1.5625rem;
}
.padding-b--28 {
  padding-bottom: 1.75rem;
}
.padding-b--30 {
  padding-bottom: 1.875rem;
}
.padding-b--32 {
  padding-bottom: 2rem;
}
.padding-b--35 {
  padding-bottom: 2.1875rem;
}
.padding-b--36 {
  padding-bottom: 2.25rem;
}
.padding-b--40 {
  padding-bottom: 2.5rem;
}
.padding-b--48 {
  padding-bottom: 3rem;
}
.padding-b--56 {
  padding-bottom: 3.5rem;
}
.padding-b--60 {
  padding-bottom: 3.75rem;
}
.padding-b--80 {
  padding-bottom: 5rem;
}
.padding-b--100 {
  padding-bottom: 6.25rem;
}
.padding-b--auto {
  padding-bottom: auto;
}

.set--w-0 {
  width: 0;
}
.set--w-10 {
  width: 10%;
}
.set--w-20 {
  width: 20%;
}
.set--w-25 {
  width: 25%;
}
.set--w-30 {
  width: 30%;
}
.set--w-33 {
  width: 33%;
}
.set--w-40 {
  width: 40%;
}
.set--w-45 {
  width: 45%;
}
.set--w-48 {
  width: 48%;
}
.set--w-50 {
  width: 50%;
}
.set--w-55 {
  width: 55%;
}
.set--w-60 {
  width: 60%;
}
.set--w-66 {
  width: 66%;
}
.set--w-67 {
  width: 67%;
}
.set--w-70 {
  width: 70%;
}
.set--w-75 {
  width: 75%;
}
.set--w-80 {
  width: 80%;
}
.set--w-90 {
  width: 90%;
}
.set--w-100 {
  width: 100%;
}

.set--h-0 {
  height: 0;
}
.set--h-10 {
  height: 10%;
}
.set--h-20 {
  height: 20%;
}
.set--h-25 {
  height: 25%;
}
.set--h-30 {
  height: 30%;
}
.set--h-33 {
  height: 33%;
}
.set--h-40 {
  height: 40%;
}
.set--h-45 {
  height: 45%;
}
.set--h-48 {
  height: 48%;
}
.set--h-50 {
  height: 50%;
}
.set--h-55 {
  height: 55%;
}
.set--h-60 {
  height: 60%;
}
.set--h-66 {
  height: 66%;
}
.set--h-67 {
  height: 67%;
}
.set--h-70 {
  height: 70%;
}
.set--h-75 {
  height: 75%;
}
.set--h-80 {
  height: 80%;
}
.set--h-90 {
  height: 90%;
}
.set--h-100 {
  height: 100%;
}

.gap--4 {
  gap: 0.25rem;
}
.gap--6 {
  gap: 0.375rem;
}
.gap--8 {
  gap: 0.5rem;
}
.gap--10 {
  gap: 0.625rem;
}
.gap--16 {
  gap: 1rem;
}
.gap--24 {
  gap: 1.5rem;
}
.gap--32 {
  gap: 2rem;
}
.gap--48 {
  gap: 3rem;
}

@media (min-width: 48rem) {
  .t-margin--0 {
    margin: 0;
  }
  .t-margin--2 {
    margin: 0.125rem;
  }
  .t-margin--3 {
    margin: 0.1875rem;
  }
  .t-margin--4 {
    margin: 0.25rem;
  }
  .t-margin--5 {
    margin: 0.3125rem;
  }
  .t-margin--6 {
    margin: 0.375rem;
  }
  .t-margin--8 {
    margin: 0.5rem;
  }
  .t-margin--10 {
    margin: 0.625rem;
  }
  .t-margin--12 {
    margin: 0.75rem;
  }
  .t-margin--15 {
    margin: 0.9375rem;
  }
  .t-margin--16 {
    margin: 1rem;
  }
  .t-margin--20 {
    margin: 1.25rem;
  }
  .t-margin--24 {
    margin: 1.5rem;
  }
  .t-margin--25 {
    margin: 1.5625rem;
  }
  .t-margin--28 {
    margin: 1.75rem;
  }
  .t-margin--30 {
    margin: 1.875rem;
  }
  .t-margin--32 {
    margin: 2rem;
  }
  .t-margin--35 {
    margin: 2.1875rem;
  }
  .t-margin--36 {
    margin: 2.25rem;
  }
  .t-margin--40 {
    margin: 2.5rem;
  }
  .t-margin--48 {
    margin: 3rem;
  }
  .t-margin--56 {
    margin: 3.5rem;
  }
  .t-margin--60 {
    margin: 3.75rem;
  }
  .t-margin--80 {
    margin: 5rem;
  }
  .t-margin--100 {
    margin: 6.25rem;
  }
  .t-margin--auto {
    margin: auto;
  }
  .t-margin-l--0 {
    margin-left: 0;
  }
  .t-margin-l--2 {
    margin-left: 0.125rem;
  }
  .t-margin-l--3 {
    margin-left: 0.1875rem;
  }
  .t-margin-l--4 {
    margin-left: 0.25rem;
  }
  .t-margin-l--5 {
    margin-left: 0.3125rem;
  }
  .t-margin-l--6 {
    margin-left: 0.375rem;
  }
  .t-margin-l--8 {
    margin-left: 0.5rem;
  }
  .t-margin-l--10 {
    margin-left: 0.625rem;
  }
  .t-margin-l--12 {
    margin-left: 0.75rem;
  }
  .t-margin-l--15 {
    margin-left: 0.9375rem;
  }
  .t-margin-l--16 {
    margin-left: 1rem;
  }
  .t-margin-l--20 {
    margin-left: 1.25rem;
  }
  .t-margin-l--24 {
    margin-left: 1.5rem;
  }
  .t-margin-l--25 {
    margin-left: 1.5625rem;
  }
  .t-margin-l--28 {
    margin-left: 1.75rem;
  }
  .t-margin-l--30 {
    margin-left: 1.875rem;
  }
  .t-margin-l--32 {
    margin-left: 2rem;
  }
  .t-margin-l--35 {
    margin-left: 2.1875rem;
  }
  .t-margin-l--36 {
    margin-left: 2.25rem;
  }
  .t-margin-l--40 {
    margin-left: 2.5rem;
  }
  .t-margin-l--48 {
    margin-left: 3rem;
  }
  .t-margin-l--56 {
    margin-left: 3.5rem;
  }
  .t-margin-l--60 {
    margin-left: 3.75rem;
  }
  .t-margin-l--80 {
    margin-left: 5rem;
  }
  .t-margin-l--100 {
    margin-left: 6.25rem;
  }
  .t-margin-l--auto {
    margin-left: auto;
  }
  .t-margin-t--0 {
    margin-top: 0;
  }
  .t-margin-t--2 {
    margin-top: 0.125rem;
  }
  .t-margin-t--3 {
    margin-top: 0.1875rem;
  }
  .t-margin-t--4 {
    margin-top: 0.25rem;
  }
  .t-margin-t--5 {
    margin-top: 0.3125rem;
  }
  .t-margin-t--6 {
    margin-top: 0.375rem;
  }
  .t-margin-t--8 {
    margin-top: 0.5rem;
  }
  .t-margin-t--10 {
    margin-top: 0.625rem;
  }
  .t-margin-t--12 {
    margin-top: 0.75rem;
  }
  .t-margin-t--15 {
    margin-top: 0.9375rem;
  }
  .t-margin-t--16 {
    margin-top: 1rem;
  }
  .t-margin-t--20 {
    margin-top: 1.25rem;
  }
  .t-margin-t--24 {
    margin-top: 1.5rem;
  }
  .t-margin-t--25 {
    margin-top: 1.5625rem;
  }
  .t-margin-t--28 {
    margin-top: 1.75rem;
  }
  .t-margin-t--30 {
    margin-top: 1.875rem;
  }
  .t-margin-t--32 {
    margin-top: 2rem;
  }
  .t-margin-t--35 {
    margin-top: 2.1875rem;
  }
  .t-margin-t--36 {
    margin-top: 2.25rem;
  }
  .t-margin-t--40 {
    margin-top: 2.5rem;
  }
  .t-margin-t--48 {
    margin-top: 3rem;
  }
  .t-margin-t--56 {
    margin-top: 3.5rem;
  }
  .t-margin-t--60 {
    margin-top: 3.75rem;
  }
  .t-margin-t--80 {
    margin-top: 5rem;
  }
  .t-margin-t--100 {
    margin-top: 6.25rem;
  }
  .t-margin-t--auto {
    margin-top: auto;
  }
  .t-margin-r--0 {
    margin-right: 0;
  }
  .t-margin-r--2 {
    margin-right: 0.125rem;
  }
  .t-margin-r--3 {
    margin-right: 0.1875rem;
  }
  .t-margin-r--4 {
    margin-right: 0.25rem;
  }
  .t-margin-r--5 {
    margin-right: 0.3125rem;
  }
  .t-margin-r--6 {
    margin-right: 0.375rem;
  }
  .t-margin-r--8 {
    margin-right: 0.5rem;
  }
  .t-margin-r--10 {
    margin-right: 0.625rem;
  }
  .t-margin-r--12 {
    margin-right: 0.75rem;
  }
  .t-margin-r--15 {
    margin-right: 0.9375rem;
  }
  .t-margin-r--16 {
    margin-right: 1rem;
  }
  .t-margin-r--20 {
    margin-right: 1.25rem;
  }
  .t-margin-r--24 {
    margin-right: 1.5rem;
  }
  .t-margin-r--25 {
    margin-right: 1.5625rem;
  }
  .t-margin-r--28 {
    margin-right: 1.75rem;
  }
  .t-margin-r--30 {
    margin-right: 1.875rem;
  }
  .t-margin-r--32 {
    margin-right: 2rem;
  }
  .t-margin-r--35 {
    margin-right: 2.1875rem;
  }
  .t-margin-r--36 {
    margin-right: 2.25rem;
  }
  .t-margin-r--40 {
    margin-right: 2.5rem;
  }
  .t-margin-r--48 {
    margin-right: 3rem;
  }
  .t-margin-r--56 {
    margin-right: 3.5rem;
  }
  .t-margin-r--60 {
    margin-right: 3.75rem;
  }
  .t-margin-r--80 {
    margin-right: 5rem;
  }
  .t-margin-r--100 {
    margin-right: 6.25rem;
  }
  .t-margin-r--auto {
    margin-right: auto;
  }
  .t-margin-b--0 {
    margin-bottom: 0;
  }
  .t-margin-b--2 {
    margin-bottom: 0.125rem;
  }
  .t-margin-b--3 {
    margin-bottom: 0.1875rem;
  }
  .t-margin-b--4 {
    margin-bottom: 0.25rem;
  }
  .t-margin-b--5 {
    margin-bottom: 0.3125rem;
  }
  .t-margin-b--6 {
    margin-bottom: 0.375rem;
  }
  .t-margin-b--8 {
    margin-bottom: 0.5rem;
  }
  .t-margin-b--10 {
    margin-bottom: 0.625rem;
  }
  .t-margin-b--12 {
    margin-bottom: 0.75rem;
  }
  .t-margin-b--15 {
    margin-bottom: 0.9375rem;
  }
  .t-margin-b--16 {
    margin-bottom: 1rem;
  }
  .t-margin-b--20 {
    margin-bottom: 1.25rem;
  }
  .t-margin-b--24 {
    margin-bottom: 1.5rem;
  }
  .t-margin-b--25 {
    margin-bottom: 1.5625rem;
  }
  .t-margin-b--28 {
    margin-bottom: 1.75rem;
  }
  .t-margin-b--30 {
    margin-bottom: 1.875rem;
  }
  .t-margin-b--32 {
    margin-bottom: 2rem;
  }
  .t-margin-b--35 {
    margin-bottom: 2.1875rem;
  }
  .t-margin-b--36 {
    margin-bottom: 2.25rem;
  }
  .t-margin-b--40 {
    margin-bottom: 2.5rem;
  }
  .t-margin-b--48 {
    margin-bottom: 3rem;
  }
  .t-margin-b--56 {
    margin-bottom: 3.5rem;
  }
  .t-margin-b--60 {
    margin-bottom: 3.75rem;
  }
  .t-margin-b--80 {
    margin-bottom: 5rem;
  }
  .t-margin-b--100 {
    margin-bottom: 6.25rem;
  }
  .t-margin-b--auto {
    margin-bottom: auto;
  }
  .t-margin--auto {
    margin-left: auto;
    margin-right: auto;
  }
  .t-margin--remove-small {
    margin: -0.5rem;
  }
  .t-padding--0 {
    padding: 0;
  }
  .t-padding--2 {
    padding: 0.125rem;
  }
  .t-padding--3 {
    padding: 0.1875rem;
  }
  .t-padding--4 {
    padding: 0.25rem;
  }
  .t-padding--5 {
    padding: 0.3125rem;
  }
  .t-padding--6 {
    padding: 0.375rem;
  }
  .t-padding--8 {
    padding: 0.5rem;
  }
  .t-padding--10 {
    padding: 0.625rem;
  }
  .t-padding--12 {
    padding: 0.75rem;
  }
  .t-padding--15 {
    padding: 0.9375rem;
  }
  .t-padding--16 {
    padding: 1rem;
  }
  .t-padding--20 {
    padding: 1.25rem;
  }
  .t-padding--24 {
    padding: 1.5rem;
  }
  .t-padding--25 {
    padding: 1.5625rem;
  }
  .t-padding--28 {
    padding: 1.75rem;
  }
  .t-padding--30 {
    padding: 1.875rem;
  }
  .t-padding--32 {
    padding: 2rem;
  }
  .t-padding--35 {
    padding: 2.1875rem;
  }
  .t-padding--36 {
    padding: 2.25rem;
  }
  .t-padding--40 {
    padding: 2.5rem;
  }
  .t-padding--48 {
    padding: 3rem;
  }
  .t-padding--56 {
    padding: 3.5rem;
  }
  .t-padding--60 {
    padding: 3.75rem;
  }
  .t-padding--80 {
    padding: 5rem;
  }
  .t-padding--100 {
    padding: 6.25rem;
  }
  .t-padding--auto {
    padding: auto;
  }
  .t-padding-l--0 {
    padding-left: 0;
  }
  .t-padding-l--2 {
    padding-left: 0.125rem;
  }
  .t-padding-l--3 {
    padding-left: 0.1875rem;
  }
  .t-padding-l--4 {
    padding-left: 0.25rem;
  }
  .t-padding-l--5 {
    padding-left: 0.3125rem;
  }
  .t-padding-l--6 {
    padding-left: 0.375rem;
  }
  .t-padding-l--8 {
    padding-left: 0.5rem;
  }
  .t-padding-l--10 {
    padding-left: 0.625rem;
  }
  .t-padding-l--12 {
    padding-left: 0.75rem;
  }
  .t-padding-l--15 {
    padding-left: 0.9375rem;
  }
  .t-padding-l--16 {
    padding-left: 1rem;
  }
  .t-padding-l--20 {
    padding-left: 1.25rem;
  }
  .t-padding-l--24 {
    padding-left: 1.5rem;
  }
  .t-padding-l--25 {
    padding-left: 1.5625rem;
  }
  .t-padding-l--28 {
    padding-left: 1.75rem;
  }
  .t-padding-l--30 {
    padding-left: 1.875rem;
  }
  .t-padding-l--32 {
    padding-left: 2rem;
  }
  .t-padding-l--35 {
    padding-left: 2.1875rem;
  }
  .t-padding-l--36 {
    padding-left: 2.25rem;
  }
  .t-padding-l--40 {
    padding-left: 2.5rem;
  }
  .t-padding-l--48 {
    padding-left: 3rem;
  }
  .t-padding-l--56 {
    padding-left: 3.5rem;
  }
  .t-padding-l--60 {
    padding-left: 3.75rem;
  }
  .t-padding-l--80 {
    padding-left: 5rem;
  }
  .t-padding-l--100 {
    padding-left: 6.25rem;
  }
  .t-padding-l--auto {
    padding-left: auto;
  }
  .t-padding-t--0 {
    padding-top: 0;
  }
  .t-padding-t--2 {
    padding-top: 0.125rem;
  }
  .t-padding-t--3 {
    padding-top: 0.1875rem;
  }
  .t-padding-t--4 {
    padding-top: 0.25rem;
  }
  .t-padding-t--5 {
    padding-top: 0.3125rem;
  }
  .t-padding-t--6 {
    padding-top: 0.375rem;
  }
  .t-padding-t--8 {
    padding-top: 0.5rem;
  }
  .t-padding-t--10 {
    padding-top: 0.625rem;
  }
  .t-padding-t--12 {
    padding-top: 0.75rem;
  }
  .t-padding-t--15 {
    padding-top: 0.9375rem;
  }
  .t-padding-t--16 {
    padding-top: 1rem;
  }
  .t-padding-t--20 {
    padding-top: 1.25rem;
  }
  .t-padding-t--24 {
    padding-top: 1.5rem;
  }
  .t-padding-t--25 {
    padding-top: 1.5625rem;
  }
  .t-padding-t--28 {
    padding-top: 1.75rem;
  }
  .t-padding-t--30 {
    padding-top: 1.875rem;
  }
  .t-padding-t--32 {
    padding-top: 2rem;
  }
  .t-padding-t--35 {
    padding-top: 2.1875rem;
  }
  .t-padding-t--36 {
    padding-top: 2.25rem;
  }
  .t-padding-t--40 {
    padding-top: 2.5rem;
  }
  .t-padding-t--48 {
    padding-top: 3rem;
  }
  .t-padding-t--56 {
    padding-top: 3.5rem;
  }
  .t-padding-t--60 {
    padding-top: 3.75rem;
  }
  .t-padding-t--80 {
    padding-top: 5rem;
  }
  .t-padding-t--100 {
    padding-top: 6.25rem;
  }
  .t-padding-t--auto {
    padding-top: auto;
  }
  .t-padding-r--0 {
    padding-right: 0;
  }
  .t-padding-r--2 {
    padding-right: 0.125rem;
  }
  .t-padding-r--3 {
    padding-right: 0.1875rem;
  }
  .t-padding-r--4 {
    padding-right: 0.25rem;
  }
  .t-padding-r--5 {
    padding-right: 0.3125rem;
  }
  .t-padding-r--6 {
    padding-right: 0.375rem;
  }
  .t-padding-r--8 {
    padding-right: 0.5rem;
  }
  .t-padding-r--10 {
    padding-right: 0.625rem;
  }
  .t-padding-r--12 {
    padding-right: 0.75rem;
  }
  .t-padding-r--15 {
    padding-right: 0.9375rem;
  }
  .t-padding-r--16 {
    padding-right: 1rem;
  }
  .t-padding-r--20 {
    padding-right: 1.25rem;
  }
  .t-padding-r--24 {
    padding-right: 1.5rem;
  }
  .t-padding-r--25 {
    padding-right: 1.5625rem;
  }
  .t-padding-r--28 {
    padding-right: 1.75rem;
  }
  .t-padding-r--30 {
    padding-right: 1.875rem;
  }
  .t-padding-r--32 {
    padding-right: 2rem;
  }
  .t-padding-r--35 {
    padding-right: 2.1875rem;
  }
  .t-padding-r--36 {
    padding-right: 2.25rem;
  }
  .t-padding-r--40 {
    padding-right: 2.5rem;
  }
  .t-padding-r--48 {
    padding-right: 3rem;
  }
  .t-padding-r--56 {
    padding-right: 3.5rem;
  }
  .t-padding-r--60 {
    padding-right: 3.75rem;
  }
  .t-padding-r--80 {
    padding-right: 5rem;
  }
  .t-padding-r--100 {
    padding-right: 6.25rem;
  }
  .t-padding-r--auto {
    padding-right: auto;
  }
  .t-padding-b--0 {
    padding-bottom: 0;
  }
  .t-padding-b--2 {
    padding-bottom: 0.125rem;
  }
  .t-padding-b--3 {
    padding-bottom: 0.1875rem;
  }
  .t-padding-b--4 {
    padding-bottom: 0.25rem;
  }
  .t-padding-b--5 {
    padding-bottom: 0.3125rem;
  }
  .t-padding-b--6 {
    padding-bottom: 0.375rem;
  }
  .t-padding-b--8 {
    padding-bottom: 0.5rem;
  }
  .t-padding-b--10 {
    padding-bottom: 0.625rem;
  }
  .t-padding-b--12 {
    padding-bottom: 0.75rem;
  }
  .t-padding-b--15 {
    padding-bottom: 0.9375rem;
  }
  .t-padding-b--16 {
    padding-bottom: 1rem;
  }
  .t-padding-b--20 {
    padding-bottom: 1.25rem;
  }
  .t-padding-b--24 {
    padding-bottom: 1.5rem;
  }
  .t-padding-b--25 {
    padding-bottom: 1.5625rem;
  }
  .t-padding-b--28 {
    padding-bottom: 1.75rem;
  }
  .t-padding-b--30 {
    padding-bottom: 1.875rem;
  }
  .t-padding-b--32 {
    padding-bottom: 2rem;
  }
  .t-padding-b--35 {
    padding-bottom: 2.1875rem;
  }
  .t-padding-b--36 {
    padding-bottom: 2.25rem;
  }
  .t-padding-b--40 {
    padding-bottom: 2.5rem;
  }
  .t-padding-b--48 {
    padding-bottom: 3rem;
  }
  .t-padding-b--56 {
    padding-bottom: 3.5rem;
  }
  .t-padding-b--60 {
    padding-bottom: 3.75rem;
  }
  .t-padding-b--80 {
    padding-bottom: 5rem;
  }
  .t-padding-b--100 {
    padding-bottom: 6.25rem;
  }
  .t-padding-b--auto {
    padding-bottom: auto;
  }
  .t-set--w-0 {
    width: 0;
  }
  .t-set--w-10 {
    width: 10%;
  }
  .t-set--w-20 {
    width: 20%;
  }
  .t-set--w-25 {
    width: 25%;
  }
  .t-set--w-30 {
    width: 30%;
  }
  .t-set--w-33 {
    width: 33%;
  }
  .t-set--w-40 {
    width: 40%;
  }
  .t-set--w-45 {
    width: 45%;
  }
  .t-set--w-48 {
    width: 48%;
  }
  .t-set--w-50 {
    width: 50%;
  }
  .t-set--w-55 {
    width: 55%;
  }
  .t-set--w-60 {
    width: 60%;
  }
  .t-set--w-66 {
    width: 66%;
  }
  .t-set--w-67 {
    width: 67%;
  }
  .t-set--w-70 {
    width: 70%;
  }
  .t-set--w-75 {
    width: 75%;
  }
  .t-set--w-80 {
    width: 80%;
  }
  .t-set--w-90 {
    width: 90%;
  }
  .t-set--w-100 {
    width: 100%;
  }
  .t-set--h-0 {
    height: 0;
  }
  .t-set--h-10 {
    height: 10%;
  }
  .t-set--h-20 {
    height: 20%;
  }
  .t-set--h-25 {
    height: 25%;
  }
  .t-set--h-30 {
    height: 30%;
  }
  .t-set--h-33 {
    height: 33%;
  }
  .t-set--h-40 {
    height: 40%;
  }
  .t-set--h-45 {
    height: 45%;
  }
  .t-set--h-48 {
    height: 48%;
  }
  .t-set--h-50 {
    height: 50%;
  }
  .t-set--h-55 {
    height: 55%;
  }
  .t-set--h-60 {
    height: 60%;
  }
  .t-set--h-66 {
    height: 66%;
  }
  .t-set--h-67 {
    height: 67%;
  }
  .t-set--h-70 {
    height: 70%;
  }
  .t-set--h-75 {
    height: 75%;
  }
  .t-set--h-80 {
    height: 80%;
  }
  .t-set--h-90 {
    height: 90%;
  }
  .t-set--h-100 {
    height: 100%;
  }
  .t-gap--4 {
    gap: 0.25rem;
  }
  .t-gap--6 {
    gap: 0.375rem;
  }
  .t-gap--8 {
    gap: 0.5rem;
  }
  .t-gap--10 {
    gap: 0.625rem;
  }
  .t-gap--16 {
    gap: 1rem;
  }
  .t-gap--24 {
    gap: 1.5rem;
  }
  .t-gap--32 {
    gap: 2rem;
  }
  .t-gap--48 {
    gap: 3rem;
  }
}
@media (min-width: 64rem) {
  .d-margin--0 {
    margin: 0;
  }
  .d-margin--2 {
    margin: 0.125rem;
  }
  .d-margin--3 {
    margin: 0.1875rem;
  }
  .d-margin--4 {
    margin: 0.25rem;
  }
  .d-margin--5 {
    margin: 0.3125rem;
  }
  .d-margin--6 {
    margin: 0.375rem;
  }
  .d-margin--8 {
    margin: 0.5rem;
  }
  .d-margin--10 {
    margin: 0.625rem;
  }
  .d-margin--12 {
    margin: 0.75rem;
  }
  .d-margin--15 {
    margin: 0.9375rem;
  }
  .d-margin--16 {
    margin: 1rem;
  }
  .d-margin--20 {
    margin: 1.25rem;
  }
  .d-margin--24 {
    margin: 1.5rem;
  }
  .d-margin--25 {
    margin: 1.5625rem;
  }
  .d-margin--28 {
    margin: 1.75rem;
  }
  .d-margin--30 {
    margin: 1.875rem;
  }
  .d-margin--32 {
    margin: 2rem;
  }
  .d-margin--35 {
    margin: 2.1875rem;
  }
  .d-margin--36 {
    margin: 2.25rem;
  }
  .d-margin--40 {
    margin: 2.5rem;
  }
  .d-margin--48 {
    margin: 3rem;
  }
  .d-margin--56 {
    margin: 3.5rem;
  }
  .d-margin--60 {
    margin: 3.75rem;
  }
  .d-margin--80 {
    margin: 5rem;
  }
  .d-margin--100 {
    margin: 6.25rem;
  }
  .d-margin--auto {
    margin: auto;
  }
  .d-margin-l--0 {
    margin-left: 0;
  }
  .d-margin-l--2 {
    margin-left: 0.125rem;
  }
  .d-margin-l--3 {
    margin-left: 0.1875rem;
  }
  .d-margin-l--4 {
    margin-left: 0.25rem;
  }
  .d-margin-l--5 {
    margin-left: 0.3125rem;
  }
  .d-margin-l--6 {
    margin-left: 0.375rem;
  }
  .d-margin-l--8 {
    margin-left: 0.5rem;
  }
  .d-margin-l--10 {
    margin-left: 0.625rem;
  }
  .d-margin-l--12 {
    margin-left: 0.75rem;
  }
  .d-margin-l--15 {
    margin-left: 0.9375rem;
  }
  .d-margin-l--16 {
    margin-left: 1rem;
  }
  .d-margin-l--20 {
    margin-left: 1.25rem;
  }
  .d-margin-l--24 {
    margin-left: 1.5rem;
  }
  .d-margin-l--25 {
    margin-left: 1.5625rem;
  }
  .d-margin-l--28 {
    margin-left: 1.75rem;
  }
  .d-margin-l--30 {
    margin-left: 1.875rem;
  }
  .d-margin-l--32 {
    margin-left: 2rem;
  }
  .d-margin-l--35 {
    margin-left: 2.1875rem;
  }
  .d-margin-l--36 {
    margin-left: 2.25rem;
  }
  .d-margin-l--40 {
    margin-left: 2.5rem;
  }
  .d-margin-l--48 {
    margin-left: 3rem;
  }
  .d-margin-l--56 {
    margin-left: 3.5rem;
  }
  .d-margin-l--60 {
    margin-left: 3.75rem;
  }
  .d-margin-l--80 {
    margin-left: 5rem;
  }
  .d-margin-l--100 {
    margin-left: 6.25rem;
  }
  .d-margin-l--auto {
    margin-left: auto;
  }
  .d-margin-t--0 {
    margin-top: 0;
  }
  .d-margin-t--2 {
    margin-top: 0.125rem;
  }
  .d-margin-t--3 {
    margin-top: 0.1875rem;
  }
  .d-margin-t--4 {
    margin-top: 0.25rem;
  }
  .d-margin-t--5 {
    margin-top: 0.3125rem;
  }
  .d-margin-t--6 {
    margin-top: 0.375rem;
  }
  .d-margin-t--8 {
    margin-top: 0.5rem;
  }
  .d-margin-t--10 {
    margin-top: 0.625rem;
  }
  .d-margin-t--12 {
    margin-top: 0.75rem;
  }
  .d-margin-t--15 {
    margin-top: 0.9375rem;
  }
  .d-margin-t--16 {
    margin-top: 1rem;
  }
  .d-margin-t--20 {
    margin-top: 1.25rem;
  }
  .d-margin-t--24 {
    margin-top: 1.5rem;
  }
  .d-margin-t--25 {
    margin-top: 1.5625rem;
  }
  .d-margin-t--28 {
    margin-top: 1.75rem;
  }
  .d-margin-t--30 {
    margin-top: 1.875rem;
  }
  .d-margin-t--32 {
    margin-top: 2rem;
  }
  .d-margin-t--35 {
    margin-top: 2.1875rem;
  }
  .d-margin-t--36 {
    margin-top: 2.25rem;
  }
  .d-margin-t--40 {
    margin-top: 2.5rem;
  }
  .d-margin-t--48 {
    margin-top: 3rem;
  }
  .d-margin-t--56 {
    margin-top: 3.5rem;
  }
  .d-margin-t--60 {
    margin-top: 3.75rem;
  }
  .d-margin-t--80 {
    margin-top: 5rem;
  }
  .d-margin-t--100 {
    margin-top: 6.25rem;
  }
  .d-margin-t--auto {
    margin-top: auto;
  }
  .d-margin-r--0 {
    margin-right: 0;
  }
  .d-margin-r--2 {
    margin-right: 0.125rem;
  }
  .d-margin-r--3 {
    margin-right: 0.1875rem;
  }
  .d-margin-r--4 {
    margin-right: 0.25rem;
  }
  .d-margin-r--5 {
    margin-right: 0.3125rem;
  }
  .d-margin-r--6 {
    margin-right: 0.375rem;
  }
  .d-margin-r--8 {
    margin-right: 0.5rem;
  }
  .d-margin-r--10 {
    margin-right: 0.625rem;
  }
  .d-margin-r--12 {
    margin-right: 0.75rem;
  }
  .d-margin-r--15 {
    margin-right: 0.9375rem;
  }
  .d-margin-r--16 {
    margin-right: 1rem;
  }
  .d-margin-r--20 {
    margin-right: 1.25rem;
  }
  .d-margin-r--24 {
    margin-right: 1.5rem;
  }
  .d-margin-r--25 {
    margin-right: 1.5625rem;
  }
  .d-margin-r--28 {
    margin-right: 1.75rem;
  }
  .d-margin-r--30 {
    margin-right: 1.875rem;
  }
  .d-margin-r--32 {
    margin-right: 2rem;
  }
  .d-margin-r--35 {
    margin-right: 2.1875rem;
  }
  .d-margin-r--36 {
    margin-right: 2.25rem;
  }
  .d-margin-r--40 {
    margin-right: 2.5rem;
  }
  .d-margin-r--48 {
    margin-right: 3rem;
  }
  .d-margin-r--56 {
    margin-right: 3.5rem;
  }
  .d-margin-r--60 {
    margin-right: 3.75rem;
  }
  .d-margin-r--80 {
    margin-right: 5rem;
  }
  .d-margin-r--100 {
    margin-right: 6.25rem;
  }
  .d-margin-r--auto {
    margin-right: auto;
  }
  .d-margin-b--0 {
    margin-bottom: 0;
  }
  .d-margin-b--2 {
    margin-bottom: 0.125rem;
  }
  .d-margin-b--3 {
    margin-bottom: 0.1875rem;
  }
  .d-margin-b--4 {
    margin-bottom: 0.25rem;
  }
  .d-margin-b--5 {
    margin-bottom: 0.3125rem;
  }
  .d-margin-b--6 {
    margin-bottom: 0.375rem;
  }
  .d-margin-b--8 {
    margin-bottom: 0.5rem;
  }
  .d-margin-b--10 {
    margin-bottom: 0.625rem;
  }
  .d-margin-b--12 {
    margin-bottom: 0.75rem;
  }
  .d-margin-b--15 {
    margin-bottom: 0.9375rem;
  }
  .d-margin-b--16 {
    margin-bottom: 1rem;
  }
  .d-margin-b--20 {
    margin-bottom: 1.25rem;
  }
  .d-margin-b--24 {
    margin-bottom: 1.5rem;
  }
  .d-margin-b--25 {
    margin-bottom: 1.5625rem;
  }
  .d-margin-b--28 {
    margin-bottom: 1.75rem;
  }
  .d-margin-b--30 {
    margin-bottom: 1.875rem;
  }
  .d-margin-b--32 {
    margin-bottom: 2rem;
  }
  .d-margin-b--35 {
    margin-bottom: 2.1875rem;
  }
  .d-margin-b--36 {
    margin-bottom: 2.25rem;
  }
  .d-margin-b--40 {
    margin-bottom: 2.5rem;
  }
  .d-margin-b--48 {
    margin-bottom: 3rem;
  }
  .d-margin-b--56 {
    margin-bottom: 3.5rem;
  }
  .d-margin-b--60 {
    margin-bottom: 3.75rem;
  }
  .d-margin-b--80 {
    margin-bottom: 5rem;
  }
  .d-margin-b--100 {
    margin-bottom: 6.25rem;
  }
  .d-margin-b--auto {
    margin-bottom: auto;
  }
  .d-margin--auto {
    margin-left: auto;
    margin-right: auto;
  }
  .d-margin--remove-small {
    margin: -0.5rem;
  }
  .d-padding--0 {
    padding: 0;
  }
  .d-padding--2 {
    padding: 0.125rem;
  }
  .d-padding--3 {
    padding: 0.1875rem;
  }
  .d-padding--4 {
    padding: 0.25rem;
  }
  .d-padding--5 {
    padding: 0.3125rem;
  }
  .d-padding--6 {
    padding: 0.375rem;
  }
  .d-padding--8 {
    padding: 0.5rem;
  }
  .d-padding--10 {
    padding: 0.625rem;
  }
  .d-padding--12 {
    padding: 0.75rem;
  }
  .d-padding--15 {
    padding: 0.9375rem;
  }
  .d-padding--16 {
    padding: 1rem;
  }
  .d-padding--20 {
    padding: 1.25rem;
  }
  .d-padding--24 {
    padding: 1.5rem;
  }
  .d-padding--25 {
    padding: 1.5625rem;
  }
  .d-padding--28 {
    padding: 1.75rem;
  }
  .d-padding--30 {
    padding: 1.875rem;
  }
  .d-padding--32 {
    padding: 2rem;
  }
  .d-padding--35 {
    padding: 2.1875rem;
  }
  .d-padding--36 {
    padding: 2.25rem;
  }
  .d-padding--40 {
    padding: 2.5rem;
  }
  .d-padding--48 {
    padding: 3rem;
  }
  .d-padding--56 {
    padding: 3.5rem;
  }
  .d-padding--60 {
    padding: 3.75rem;
  }
  .d-padding--80 {
    padding: 5rem;
  }
  .d-padding--100 {
    padding: 6.25rem;
  }
  .d-padding--auto {
    padding: auto;
  }
  .d-padding-l--0 {
    padding-left: 0;
  }
  .d-padding-l--2 {
    padding-left: 0.125rem;
  }
  .d-padding-l--3 {
    padding-left: 0.1875rem;
  }
  .d-padding-l--4 {
    padding-left: 0.25rem;
  }
  .d-padding-l--5 {
    padding-left: 0.3125rem;
  }
  .d-padding-l--6 {
    padding-left: 0.375rem;
  }
  .d-padding-l--8 {
    padding-left: 0.5rem;
  }
  .d-padding-l--10 {
    padding-left: 0.625rem;
  }
  .d-padding-l--12 {
    padding-left: 0.75rem;
  }
  .d-padding-l--15 {
    padding-left: 0.9375rem;
  }
  .d-padding-l--16 {
    padding-left: 1rem;
  }
  .d-padding-l--20 {
    padding-left: 1.25rem;
  }
  .d-padding-l--24 {
    padding-left: 1.5rem;
  }
  .d-padding-l--25 {
    padding-left: 1.5625rem;
  }
  .d-padding-l--28 {
    padding-left: 1.75rem;
  }
  .d-padding-l--30 {
    padding-left: 1.875rem;
  }
  .d-padding-l--32 {
    padding-left: 2rem;
  }
  .d-padding-l--35 {
    padding-left: 2.1875rem;
  }
  .d-padding-l--36 {
    padding-left: 2.25rem;
  }
  .d-padding-l--40 {
    padding-left: 2.5rem;
  }
  .d-padding-l--48 {
    padding-left: 3rem;
  }
  .d-padding-l--56 {
    padding-left: 3.5rem;
  }
  .d-padding-l--60 {
    padding-left: 3.75rem;
  }
  .d-padding-l--80 {
    padding-left: 5rem;
  }
  .d-padding-l--100 {
    padding-left: 6.25rem;
  }
  .d-padding-l--auto {
    padding-left: auto;
  }
  .d-padding-t--0 {
    padding-top: 0;
  }
  .d-padding-t--2 {
    padding-top: 0.125rem;
  }
  .d-padding-t--3 {
    padding-top: 0.1875rem;
  }
  .d-padding-t--4 {
    padding-top: 0.25rem;
  }
  .d-padding-t--5 {
    padding-top: 0.3125rem;
  }
  .d-padding-t--6 {
    padding-top: 0.375rem;
  }
  .d-padding-t--8 {
    padding-top: 0.5rem;
  }
  .d-padding-t--10 {
    padding-top: 0.625rem;
  }
  .d-padding-t--12 {
    padding-top: 0.75rem;
  }
  .d-padding-t--15 {
    padding-top: 0.9375rem;
  }
  .d-padding-t--16 {
    padding-top: 1rem;
  }
  .d-padding-t--20 {
    padding-top: 1.25rem;
  }
  .d-padding-t--24 {
    padding-top: 1.5rem;
  }
  .d-padding-t--25 {
    padding-top: 1.5625rem;
  }
  .d-padding-t--28 {
    padding-top: 1.75rem;
  }
  .d-padding-t--30 {
    padding-top: 1.875rem;
  }
  .d-padding-t--32 {
    padding-top: 2rem;
  }
  .d-padding-t--35 {
    padding-top: 2.1875rem;
  }
  .d-padding-t--36 {
    padding-top: 2.25rem;
  }
  .d-padding-t--40 {
    padding-top: 2.5rem;
  }
  .d-padding-t--48 {
    padding-top: 3rem;
  }
  .d-padding-t--56 {
    padding-top: 3.5rem;
  }
  .d-padding-t--60 {
    padding-top: 3.75rem;
  }
  .d-padding-t--80 {
    padding-top: 5rem;
  }
  .d-padding-t--100 {
    padding-top: 6.25rem;
  }
  .d-padding-t--auto {
    padding-top: auto;
  }
  .d-padding-r--0 {
    padding-right: 0;
  }
  .d-padding-r--2 {
    padding-right: 0.125rem;
  }
  .d-padding-r--3 {
    padding-right: 0.1875rem;
  }
  .d-padding-r--4 {
    padding-right: 0.25rem;
  }
  .d-padding-r--5 {
    padding-right: 0.3125rem;
  }
  .d-padding-r--6 {
    padding-right: 0.375rem;
  }
  .d-padding-r--8 {
    padding-right: 0.5rem;
  }
  .d-padding-r--10 {
    padding-right: 0.625rem;
  }
  .d-padding-r--12 {
    padding-right: 0.75rem;
  }
  .d-padding-r--15 {
    padding-right: 0.9375rem;
  }
  .d-padding-r--16 {
    padding-right: 1rem;
  }
  .d-padding-r--20 {
    padding-right: 1.25rem;
  }
  .d-padding-r--24 {
    padding-right: 1.5rem;
  }
  .d-padding-r--25 {
    padding-right: 1.5625rem;
  }
  .d-padding-r--28 {
    padding-right: 1.75rem;
  }
  .d-padding-r--30 {
    padding-right: 1.875rem;
  }
  .d-padding-r--32 {
    padding-right: 2rem;
  }
  .d-padding-r--35 {
    padding-right: 2.1875rem;
  }
  .d-padding-r--36 {
    padding-right: 2.25rem;
  }
  .d-padding-r--40 {
    padding-right: 2.5rem;
  }
  .d-padding-r--48 {
    padding-right: 3rem;
  }
  .d-padding-r--56 {
    padding-right: 3.5rem;
  }
  .d-padding-r--60 {
    padding-right: 3.75rem;
  }
  .d-padding-r--80 {
    padding-right: 5rem;
  }
  .d-padding-r--100 {
    padding-right: 6.25rem;
  }
  .d-padding-r--auto {
    padding-right: auto;
  }
  .d-padding-b--0 {
    padding-bottom: 0;
  }
  .d-padding-b--2 {
    padding-bottom: 0.125rem;
  }
  .d-padding-b--3 {
    padding-bottom: 0.1875rem;
  }
  .d-padding-b--4 {
    padding-bottom: 0.25rem;
  }
  .d-padding-b--5 {
    padding-bottom: 0.3125rem;
  }
  .d-padding-b--6 {
    padding-bottom: 0.375rem;
  }
  .d-padding-b--8 {
    padding-bottom: 0.5rem;
  }
  .d-padding-b--10 {
    padding-bottom: 0.625rem;
  }
  .d-padding-b--12 {
    padding-bottom: 0.75rem;
  }
  .d-padding-b--15 {
    padding-bottom: 0.9375rem;
  }
  .d-padding-b--16 {
    padding-bottom: 1rem;
  }
  .d-padding-b--20 {
    padding-bottom: 1.25rem;
  }
  .d-padding-b--24 {
    padding-bottom: 1.5rem;
  }
  .d-padding-b--25 {
    padding-bottom: 1.5625rem;
  }
  .d-padding-b--28 {
    padding-bottom: 1.75rem;
  }
  .d-padding-b--30 {
    padding-bottom: 1.875rem;
  }
  .d-padding-b--32 {
    padding-bottom: 2rem;
  }
  .d-padding-b--35 {
    padding-bottom: 2.1875rem;
  }
  .d-padding-b--36 {
    padding-bottom: 2.25rem;
  }
  .d-padding-b--40 {
    padding-bottom: 2.5rem;
  }
  .d-padding-b--48 {
    padding-bottom: 3rem;
  }
  .d-padding-b--56 {
    padding-bottom: 3.5rem;
  }
  .d-padding-b--60 {
    padding-bottom: 3.75rem;
  }
  .d-padding-b--80 {
    padding-bottom: 5rem;
  }
  .d-padding-b--100 {
    padding-bottom: 6.25rem;
  }
  .d-padding-b--auto {
    padding-bottom: auto;
  }
  .d-set--w-0 {
    width: 0;
  }
  .d-set--w-10 {
    width: 10%;
  }
  .d-set--w-20 {
    width: 20%;
  }
  .d-set--w-25 {
    width: 25%;
  }
  .d-set--w-30 {
    width: 30%;
  }
  .d-set--w-33 {
    width: 33%;
  }
  .d-set--w-40 {
    width: 40%;
  }
  .d-set--w-45 {
    width: 45%;
  }
  .d-set--w-48 {
    width: 48%;
  }
  .d-set--w-50 {
    width: 50%;
  }
  .d-set--w-55 {
    width: 55%;
  }
  .d-set--w-60 {
    width: 60%;
  }
  .d-set--w-66 {
    width: 66%;
  }
  .d-set--w-67 {
    width: 67%;
  }
  .d-set--w-70 {
    width: 70%;
  }
  .d-set--w-75 {
    width: 75%;
  }
  .d-set--w-80 {
    width: 80%;
  }
  .d-set--w-90 {
    width: 90%;
  }
  .d-set--w-100 {
    width: 100%;
  }
  .d-set--h-0 {
    height: 0;
  }
  .d-set--h-10 {
    height: 10%;
  }
  .d-set--h-20 {
    height: 20%;
  }
  .d-set--h-25 {
    height: 25%;
  }
  .d-set--h-30 {
    height: 30%;
  }
  .d-set--h-33 {
    height: 33%;
  }
  .d-set--h-40 {
    height: 40%;
  }
  .d-set--h-45 {
    height: 45%;
  }
  .d-set--h-48 {
    height: 48%;
  }
  .d-set--h-50 {
    height: 50%;
  }
  .d-set--h-55 {
    height: 55%;
  }
  .d-set--h-60 {
    height: 60%;
  }
  .d-set--h-66 {
    height: 66%;
  }
  .d-set--h-67 {
    height: 67%;
  }
  .d-set--h-70 {
    height: 70%;
  }
  .d-set--h-75 {
    height: 75%;
  }
  .d-set--h-80 {
    height: 80%;
  }
  .d-set--h-90 {
    height: 90%;
  }
  .d-set--h-100 {
    height: 100%;
  }
  .d-gap--4 {
    gap: 0.25rem;
  }
  .d-gap--6 {
    gap: 0.375rem;
  }
  .d-gap--8 {
    gap: 0.5rem;
  }
  .d-gap--10 {
    gap: 0.625rem;
  }
  .d-gap--16 {
    gap: 1rem;
  }
  .d-gap--24 {
    gap: 1.5rem;
  }
  .d-gap--32 {
    gap: 2rem;
  }
  .d-gap--48 {
    gap: 3rem;
  }
}
.border-width--1 {
  border-width: 0.0625rem;
}

.border-width--2 {
  border-width: 0.125rem;
}

.border-width--3 {
  border-width: 0.1875rem;
}

.border-width--4 {
  border-width: 0.25rem;
}

.border-width--5 {
  border-width: 0.3125rem;
}

@media (max-width: 47.9375rem) {
  .m-margin--0 {
    margin: 0;
  }
  .m-margin--2 {
    margin: 0.125rem;
  }
  .m-margin--3 {
    margin: 0.1875rem;
  }
  .m-margin--4 {
    margin: 0.25rem;
  }
  .m-margin--5 {
    margin: 0.3125rem;
  }
  .m-margin--6 {
    margin: 0.375rem;
  }
  .m-margin--8 {
    margin: 0.5rem;
  }
  .m-margin--10 {
    margin: 0.625rem;
  }
  .m-margin--12 {
    margin: 0.75rem;
  }
  .m-margin--15 {
    margin: 0.9375rem;
  }
  .m-margin--16 {
    margin: 1rem;
  }
  .m-margin--20 {
    margin: 1.25rem;
  }
  .m-margin--24 {
    margin: 1.5rem;
  }
  .m-margin--25 {
    margin: 1.5625rem;
  }
  .m-margin--28 {
    margin: 1.75rem;
  }
  .m-margin--30 {
    margin: 1.875rem;
  }
  .m-margin--32 {
    margin: 2rem;
  }
  .m-margin--35 {
    margin: 2.1875rem;
  }
  .m-margin--36 {
    margin: 2.25rem;
  }
  .m-margin--40 {
    margin: 2.5rem;
  }
  .m-margin--48 {
    margin: 3rem;
  }
  .m-margin--56 {
    margin: 3.5rem;
  }
  .m-margin--60 {
    margin: 3.75rem;
  }
  .m-margin--80 {
    margin: 5rem;
  }
  .m-margin--100 {
    margin: 6.25rem;
  }
  .m-margin--auto {
    margin: auto;
  }
  .m-margin-l--0 {
    margin-left: 0;
  }
  .m-margin-l--2 {
    margin-left: 0.125rem;
  }
  .m-margin-l--3 {
    margin-left: 0.1875rem;
  }
  .m-margin-l--4 {
    margin-left: 0.25rem;
  }
  .m-margin-l--5 {
    margin-left: 0.3125rem;
  }
  .m-margin-l--6 {
    margin-left: 0.375rem;
  }
  .m-margin-l--8 {
    margin-left: 0.5rem;
  }
  .m-margin-l--10 {
    margin-left: 0.625rem;
  }
  .m-margin-l--12 {
    margin-left: 0.75rem;
  }
  .m-margin-l--15 {
    margin-left: 0.9375rem;
  }
  .m-margin-l--16 {
    margin-left: 1rem;
  }
  .m-margin-l--20 {
    margin-left: 1.25rem;
  }
  .m-margin-l--24 {
    margin-left: 1.5rem;
  }
  .m-margin-l--25 {
    margin-left: 1.5625rem;
  }
  .m-margin-l--28 {
    margin-left: 1.75rem;
  }
  .m-margin-l--30 {
    margin-left: 1.875rem;
  }
  .m-margin-l--32 {
    margin-left: 2rem;
  }
  .m-margin-l--35 {
    margin-left: 2.1875rem;
  }
  .m-margin-l--36 {
    margin-left: 2.25rem;
  }
  .m-margin-l--40 {
    margin-left: 2.5rem;
  }
  .m-margin-l--48 {
    margin-left: 3rem;
  }
  .m-margin-l--56 {
    margin-left: 3.5rem;
  }
  .m-margin-l--60 {
    margin-left: 3.75rem;
  }
  .m-margin-l--80 {
    margin-left: 5rem;
  }
  .m-margin-l--100 {
    margin-left: 6.25rem;
  }
  .m-margin-l--auto {
    margin-left: auto;
  }
  .m-margin-t--0 {
    margin-top: 0;
  }
  .m-margin-t--2 {
    margin-top: 0.125rem;
  }
  .m-margin-t--3 {
    margin-top: 0.1875rem;
  }
  .m-margin-t--4 {
    margin-top: 0.25rem;
  }
  .m-margin-t--5 {
    margin-top: 0.3125rem;
  }
  .m-margin-t--6 {
    margin-top: 0.375rem;
  }
  .m-margin-t--8 {
    margin-top: 0.5rem;
  }
  .m-margin-t--10 {
    margin-top: 0.625rem;
  }
  .m-margin-t--12 {
    margin-top: 0.75rem;
  }
  .m-margin-t--15 {
    margin-top: 0.9375rem;
  }
  .m-margin-t--16 {
    margin-top: 1rem;
  }
  .m-margin-t--20 {
    margin-top: 1.25rem;
  }
  .m-margin-t--24 {
    margin-top: 1.5rem;
  }
  .m-margin-t--25 {
    margin-top: 1.5625rem;
  }
  .m-margin-t--28 {
    margin-top: 1.75rem;
  }
  .m-margin-t--30 {
    margin-top: 1.875rem;
  }
  .m-margin-t--32 {
    margin-top: 2rem;
  }
  .m-margin-t--35 {
    margin-top: 2.1875rem;
  }
  .m-margin-t--36 {
    margin-top: 2.25rem;
  }
  .m-margin-t--40 {
    margin-top: 2.5rem;
  }
  .m-margin-t--48 {
    margin-top: 3rem;
  }
  .m-margin-t--56 {
    margin-top: 3.5rem;
  }
  .m-margin-t--60 {
    margin-top: 3.75rem;
  }
  .m-margin-t--80 {
    margin-top: 5rem;
  }
  .m-margin-t--100 {
    margin-top: 6.25rem;
  }
  .m-margin-t--auto {
    margin-top: auto;
  }
  .m-margin-r--0 {
    margin-right: 0;
  }
  .m-margin-r--2 {
    margin-right: 0.125rem;
  }
  .m-margin-r--3 {
    margin-right: 0.1875rem;
  }
  .m-margin-r--4 {
    margin-right: 0.25rem;
  }
  .m-margin-r--5 {
    margin-right: 0.3125rem;
  }
  .m-margin-r--6 {
    margin-right: 0.375rem;
  }
  .m-margin-r--8 {
    margin-right: 0.5rem;
  }
  .m-margin-r--10 {
    margin-right: 0.625rem;
  }
  .m-margin-r--12 {
    margin-right: 0.75rem;
  }
  .m-margin-r--15 {
    margin-right: 0.9375rem;
  }
  .m-margin-r--16 {
    margin-right: 1rem;
  }
  .m-margin-r--20 {
    margin-right: 1.25rem;
  }
  .m-margin-r--24 {
    margin-right: 1.5rem;
  }
  .m-margin-r--25 {
    margin-right: 1.5625rem;
  }
  .m-margin-r--28 {
    margin-right: 1.75rem;
  }
  .m-margin-r--30 {
    margin-right: 1.875rem;
  }
  .m-margin-r--32 {
    margin-right: 2rem;
  }
  .m-margin-r--35 {
    margin-right: 2.1875rem;
  }
  .m-margin-r--36 {
    margin-right: 2.25rem;
  }
  .m-margin-r--40 {
    margin-right: 2.5rem;
  }
  .m-margin-r--48 {
    margin-right: 3rem;
  }
  .m-margin-r--56 {
    margin-right: 3.5rem;
  }
  .m-margin-r--60 {
    margin-right: 3.75rem;
  }
  .m-margin-r--80 {
    margin-right: 5rem;
  }
  .m-margin-r--100 {
    margin-right: 6.25rem;
  }
  .m-margin-r--auto {
    margin-right: auto;
  }
  .m-margin-b--0 {
    margin-bottom: 0;
  }
  .m-margin-b--2 {
    margin-bottom: 0.125rem;
  }
  .m-margin-b--3 {
    margin-bottom: 0.1875rem;
  }
  .m-margin-b--4 {
    margin-bottom: 0.25rem;
  }
  .m-margin-b--5 {
    margin-bottom: 0.3125rem;
  }
  .m-margin-b--6 {
    margin-bottom: 0.375rem;
  }
  .m-margin-b--8 {
    margin-bottom: 0.5rem;
  }
  .m-margin-b--10 {
    margin-bottom: 0.625rem;
  }
  .m-margin-b--12 {
    margin-bottom: 0.75rem;
  }
  .m-margin-b--15 {
    margin-bottom: 0.9375rem;
  }
  .m-margin-b--16 {
    margin-bottom: 1rem;
  }
  .m-margin-b--20 {
    margin-bottom: 1.25rem;
  }
  .m-margin-b--24 {
    margin-bottom: 1.5rem;
  }
  .m-margin-b--25 {
    margin-bottom: 1.5625rem;
  }
  .m-margin-b--28 {
    margin-bottom: 1.75rem;
  }
  .m-margin-b--30 {
    margin-bottom: 1.875rem;
  }
  .m-margin-b--32 {
    margin-bottom: 2rem;
  }
  .m-margin-b--35 {
    margin-bottom: 2.1875rem;
  }
  .m-margin-b--36 {
    margin-bottom: 2.25rem;
  }
  .m-margin-b--40 {
    margin-bottom: 2.5rem;
  }
  .m-margin-b--48 {
    margin-bottom: 3rem;
  }
  .m-margin-b--56 {
    margin-bottom: 3.5rem;
  }
  .m-margin-b--60 {
    margin-bottom: 3.75rem;
  }
  .m-margin-b--80 {
    margin-bottom: 5rem;
  }
  .m-margin-b--100 {
    margin-bottom: 6.25rem;
  }
  .m-margin-b--auto {
    margin-bottom: auto;
  }
  .m-padding--0 {
    padding: 0;
  }
  .m-padding--2 {
    padding: 0.125rem;
  }
  .m-padding--3 {
    padding: 0.1875rem;
  }
  .m-padding--4 {
    padding: 0.25rem;
  }
  .m-padding--5 {
    padding: 0.3125rem;
  }
  .m-padding--6 {
    padding: 0.375rem;
  }
  .m-padding--8 {
    padding: 0.5rem;
  }
  .m-padding--10 {
    padding: 0.625rem;
  }
  .m-padding--12 {
    padding: 0.75rem;
  }
  .m-padding--15 {
    padding: 0.9375rem;
  }
  .m-padding--16 {
    padding: 1rem;
  }
  .m-padding--20 {
    padding: 1.25rem;
  }
  .m-padding--24 {
    padding: 1.5rem;
  }
  .m-padding--25 {
    padding: 1.5625rem;
  }
  .m-padding--28 {
    padding: 1.75rem;
  }
  .m-padding--30 {
    padding: 1.875rem;
  }
  .m-padding--32 {
    padding: 2rem;
  }
  .m-padding--35 {
    padding: 2.1875rem;
  }
  .m-padding--36 {
    padding: 2.25rem;
  }
  .m-padding--40 {
    padding: 2.5rem;
  }
  .m-padding--48 {
    padding: 3rem;
  }
  .m-padding--56 {
    padding: 3.5rem;
  }
  .m-padding--60 {
    padding: 3.75rem;
  }
  .m-padding--80 {
    padding: 5rem;
  }
  .m-padding--100 {
    padding: 6.25rem;
  }
  .m-padding--auto {
    padding: auto;
  }
  .m-padding-l--0 {
    padding-left: 0;
  }
  .m-padding-l--2 {
    padding-left: 0.125rem;
  }
  .m-padding-l--3 {
    padding-left: 0.1875rem;
  }
  .m-padding-l--4 {
    padding-left: 0.25rem;
  }
  .m-padding-l--5 {
    padding-left: 0.3125rem;
  }
  .m-padding-l--6 {
    padding-left: 0.375rem;
  }
  .m-padding-l--8 {
    padding-left: 0.5rem;
  }
  .m-padding-l--10 {
    padding-left: 0.625rem;
  }
  .m-padding-l--12 {
    padding-left: 0.75rem;
  }
  .m-padding-l--15 {
    padding-left: 0.9375rem;
  }
  .m-padding-l--16 {
    padding-left: 1rem;
  }
  .m-padding-l--20 {
    padding-left: 1.25rem;
  }
  .m-padding-l--24 {
    padding-left: 1.5rem;
  }
  .m-padding-l--25 {
    padding-left: 1.5625rem;
  }
  .m-padding-l--28 {
    padding-left: 1.75rem;
  }
  .m-padding-l--30 {
    padding-left: 1.875rem;
  }
  .m-padding-l--32 {
    padding-left: 2rem;
  }
  .m-padding-l--35 {
    padding-left: 2.1875rem;
  }
  .m-padding-l--36 {
    padding-left: 2.25rem;
  }
  .m-padding-l--40 {
    padding-left: 2.5rem;
  }
  .m-padding-l--48 {
    padding-left: 3rem;
  }
  .m-padding-l--56 {
    padding-left: 3.5rem;
  }
  .m-padding-l--60 {
    padding-left: 3.75rem;
  }
  .m-padding-l--80 {
    padding-left: 5rem;
  }
  .m-padding-l--100 {
    padding-left: 6.25rem;
  }
  .m-padding-l--auto {
    padding-left: auto;
  }
  .m-padding-t--0 {
    padding-top: 0;
  }
  .m-padding-t--2 {
    padding-top: 0.125rem;
  }
  .m-padding-t--3 {
    padding-top: 0.1875rem;
  }
  .m-padding-t--4 {
    padding-top: 0.25rem;
  }
  .m-padding-t--5 {
    padding-top: 0.3125rem;
  }
  .m-padding-t--6 {
    padding-top: 0.375rem;
  }
  .m-padding-t--8 {
    padding-top: 0.5rem;
  }
  .m-padding-t--10 {
    padding-top: 0.625rem;
  }
  .m-padding-t--12 {
    padding-top: 0.75rem;
  }
  .m-padding-t--15 {
    padding-top: 0.9375rem;
  }
  .m-padding-t--16 {
    padding-top: 1rem;
  }
  .m-padding-t--20 {
    padding-top: 1.25rem;
  }
  .m-padding-t--24 {
    padding-top: 1.5rem;
  }
  .m-padding-t--25 {
    padding-top: 1.5625rem;
  }
  .m-padding-t--28 {
    padding-top: 1.75rem;
  }
  .m-padding-t--30 {
    padding-top: 1.875rem;
  }
  .m-padding-t--32 {
    padding-top: 2rem;
  }
  .m-padding-t--35 {
    padding-top: 2.1875rem;
  }
  .m-padding-t--36 {
    padding-top: 2.25rem;
  }
  .m-padding-t--40 {
    padding-top: 2.5rem;
  }
  .m-padding-t--48 {
    padding-top: 3rem;
  }
  .m-padding-t--56 {
    padding-top: 3.5rem;
  }
  .m-padding-t--60 {
    padding-top: 3.75rem;
  }
  .m-padding-t--80 {
    padding-top: 5rem;
  }
  .m-padding-t--100 {
    padding-top: 6.25rem;
  }
  .m-padding-t--auto {
    padding-top: auto;
  }
  .m-padding-r--0 {
    padding-right: 0;
  }
  .m-padding-r--2 {
    padding-right: 0.125rem;
  }
  .m-padding-r--3 {
    padding-right: 0.1875rem;
  }
  .m-padding-r--4 {
    padding-right: 0.25rem;
  }
  .m-padding-r--5 {
    padding-right: 0.3125rem;
  }
  .m-padding-r--6 {
    padding-right: 0.375rem;
  }
  .m-padding-r--8 {
    padding-right: 0.5rem;
  }
  .m-padding-r--10 {
    padding-right: 0.625rem;
  }
  .m-padding-r--12 {
    padding-right: 0.75rem;
  }
  .m-padding-r--15 {
    padding-right: 0.9375rem;
  }
  .m-padding-r--16 {
    padding-right: 1rem;
  }
  .m-padding-r--20 {
    padding-right: 1.25rem;
  }
  .m-padding-r--24 {
    padding-right: 1.5rem;
  }
  .m-padding-r--25 {
    padding-right: 1.5625rem;
  }
  .m-padding-r--28 {
    padding-right: 1.75rem;
  }
  .m-padding-r--30 {
    padding-right: 1.875rem;
  }
  .m-padding-r--32 {
    padding-right: 2rem;
  }
  .m-padding-r--35 {
    padding-right: 2.1875rem;
  }
  .m-padding-r--36 {
    padding-right: 2.25rem;
  }
  .m-padding-r--40 {
    padding-right: 2.5rem;
  }
  .m-padding-r--48 {
    padding-right: 3rem;
  }
  .m-padding-r--56 {
    padding-right: 3.5rem;
  }
  .m-padding-r--60 {
    padding-right: 3.75rem;
  }
  .m-padding-r--80 {
    padding-right: 5rem;
  }
  .m-padding-r--100 {
    padding-right: 6.25rem;
  }
  .m-padding-r--auto {
    padding-right: auto;
  }
  .m-padding-b--0 {
    padding-bottom: 0;
  }
  .m-padding-b--2 {
    padding-bottom: 0.125rem;
  }
  .m-padding-b--3 {
    padding-bottom: 0.1875rem;
  }
  .m-padding-b--4 {
    padding-bottom: 0.25rem;
  }
  .m-padding-b--5 {
    padding-bottom: 0.3125rem;
  }
  .m-padding-b--6 {
    padding-bottom: 0.375rem;
  }
  .m-padding-b--8 {
    padding-bottom: 0.5rem;
  }
  .m-padding-b--10 {
    padding-bottom: 0.625rem;
  }
  .m-padding-b--12 {
    padding-bottom: 0.75rem;
  }
  .m-padding-b--15 {
    padding-bottom: 0.9375rem;
  }
  .m-padding-b--16 {
    padding-bottom: 1rem;
  }
  .m-padding-b--20 {
    padding-bottom: 1.25rem;
  }
  .m-padding-b--24 {
    padding-bottom: 1.5rem;
  }
  .m-padding-b--25 {
    padding-bottom: 1.5625rem;
  }
  .m-padding-b--28 {
    padding-bottom: 1.75rem;
  }
  .m-padding-b--30 {
    padding-bottom: 1.875rem;
  }
  .m-padding-b--32 {
    padding-bottom: 2rem;
  }
  .m-padding-b--35 {
    padding-bottom: 2.1875rem;
  }
  .m-padding-b--36 {
    padding-bottom: 2.25rem;
  }
  .m-padding-b--40 {
    padding-bottom: 2.5rem;
  }
  .m-padding-b--48 {
    padding-bottom: 3rem;
  }
  .m-padding-b--56 {
    padding-bottom: 3.5rem;
  }
  .m-padding-b--60 {
    padding-bottom: 3.75rem;
  }
  .m-padding-b--80 {
    padding-bottom: 5rem;
  }
  .m-padding-b--100 {
    padding-bottom: 6.25rem;
  }
  .m-padding-b--auto {
    padding-bottom: auto;
  }
  .m-set--w-0 {
    width: 0;
  }
  .m-set--w-10 {
    width: 10%;
  }
  .m-set--w-20 {
    width: 20%;
  }
  .m-set--w-25 {
    width: 25%;
  }
  .m-set--w-30 {
    width: 30%;
  }
  .m-set--w-33 {
    width: 33%;
  }
  .m-set--w-40 {
    width: 40%;
  }
  .m-set--w-45 {
    width: 45%;
  }
  .m-set--w-48 {
    width: 48%;
  }
  .m-set--w-50 {
    width: 50%;
  }
  .m-set--w-55 {
    width: 55%;
  }
  .m-set--w-60 {
    width: 60%;
  }
  .m-set--w-66 {
    width: 66%;
  }
  .m-set--w-67 {
    width: 67%;
  }
  .m-set--w-70 {
    width: 70%;
  }
  .m-set--w-75 {
    width: 75%;
  }
  .m-set--w-80 {
    width: 80%;
  }
  .m-set--w-90 {
    width: 90%;
  }
  .m-set--w-100 {
    width: 100%;
  }
}
.page {
  min-height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.main {
  min-height: 25.8125rem;
  margin: 1.5rem 0 auto;
}
.main--checkout {
  margin-top: 0;
}

.main--spaceless {
  margin-top: 0;
}

@media (max-width: 47.9375rem) {
  .main--refund {
    margin-top: 0;
    padding-top: 0 !important;
  }
}

.container {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

[class*=max-width--] {
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.9375rem;
}

.max-width {
  max-width: 41.5rem;
}
.max-width--unit {
  max-width: 0.0625rem;
}
.max-width--smallest {
  max-width: 20rem;
}
.max-width--xsmallest {
  max-width: 30rem;
}
.max-width--small {
  max-width: 47.9375rem;
}
.max-width--xsmall {
  max-width: 41.5rem;
}
.max-width--medium {
  max-width: 63.9375rem;
}
.max-width--xmedium {
  max-width: 77.5rem;
}
.max-width--large {
  max-width: 90rem;
}
.max-width--xlarge {
  max-width: 125rem;
}
.max-width--xxsmall {
  max-width: 25.8125rem;
}
.max-width--msmall {
  max-width: 54rem;
}
.max-width--prelarge {
  max-width: 79.9375rem;
}
.max-width--mlarge {
  max-width: 80rem;
}

@media (min-width: 48rem) {
  .page {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main {
    width: 100%;
  }
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  [class*=max-width--] {
    padding: 0 2rem;
  }
}
@media (min-width: 125.0625rem) {
  [class*=max-width--] {
    padding: 0;
  }
}
/*------------------------------------*\x
  #COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.button {
  display: inline-block;
  padding: 0.8125em 2em;
  border: solid 0.0625rem;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}
.button.remove--border-left-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button.remove--border-right-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button:hover:not([disabled]):not(.disabled) {
  opacity: 0.65;
}
.button[disabled], .button.disabled {
  cursor: not-allowed;
}

.button--small {
  padding: 0.5em 1em;
}

.button--large {
  padding: 0.85em 1em;
}

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

.button--fluid {
  padding-right: 0;
  padding-left: 0;
}

.button--primary {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}
.button--primary:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #FFF;
  color: #000000;
}

.button--primary-outline {
  color: #000000;
}
.button--primary-outline:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}

.button--secondary {
  background-color: #ffbb1c;
  border-color: #ffbb1c;
  color: #FFF;
}
.button--secondary:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #FFF;
  color: #ffbb1c;
}

.button--secondary-outline {
  color: #ffbb1c;
}
.button--secondary-outline:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #ffbb1c;
  border-color: #ffbb1c;
  color: #FFF;
}

.button--tertiary {
  background-color: #ff1c60;
  border-color: #ff1c60;
  color: #FFF;
}
.button--tertiary:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #FFF;
  color: #ff1c60;
}

.button--tertiary-outline {
  color: #ff1c60;
}
.button--tertiary-outline:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #ff1c60;
  border-color: #ff1c60;
  color: #FFF;
}

.button--custom {
  background-color: #000;
  background-color: var(--component-var-background-color, #000);
  border-color: #000;
  border-color: var(--component-var-background-color, #000);
  color: #FFF;
  color: var(--component-var-color, #FFF);
}
.button--custom:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: transparent;
  color: #000;
  color: var(--component-var-background-color, #000);
}

.button--custom-outline {
  color: "currentColor";
  color: var(--component-var-background-color, "currentColor");
}
.button--custom-outline:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: "currentColor";
  background-color: var(--component-var-background-color, "currentColor");
  border-color: "currentColor";
  border-color: var(--component-var-background-color, "currentColor");
  color: #FFF;
  color: var(--component-var-color, #FFF);
}

.button--cross-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}
.button--cross-close:hover, .button--cross-close:focus {
  opacity: 0.5;
}

.button--paypal {
  overflow: hidden;
  display: block;
  position: relative;
  height: 3rem;
  padding: 0;
  background-image: url("../images/payment-logos/PayPal_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6.2rem;
}
.button--paypal .paypal-button {
  position: absolute;
  top: calc(50% + 0px);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100% !important;
  height: 100% !important;
  opacity: 0.000000001;
}
.button--paypal .paypal-button .xcomponent-outlet,
.button--paypal .paypal-button .zoid-outlet,
.button--paypal .paypal-button .zoid-component-outlet {
  width: 100% !important;
  height: 100% !important;
}

.button--apple-pay.dw-apple-pay-button, .button--apple-pay.dw-apple-pay-button:hover, .button--apple-pay.dw-apple-pay-button:active {
  margin: 0;
  height: 3rem;
  border-radius: 0;
}

/*------------------------------------*\
  #CHIPS
\*------------------------------------*/
.chip {
  display: inline-block;
  min-width: 3em;
  padding: 0.3em 0.5em;
  border: solid 0.0625rem #c4c4c4;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
}
.chip:hover {
  border-color: #575757;
}
.chip.selected {
  border-color: #000000;
  background-color: #000000;
  color: #FFF;
}

/*------------------------------------*\
  #PILLS
\*------------------------------------*/
.pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3em 0.85em;
  border: solid 0.0625rem;
  border-radius: 4rem;
  font-weight: 700;
}
.pill:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}

.pill--icon-left {
  padding-left: 0.35em;
}

.pill--icon-right {
  padding-right: 0.5em;
}

.pill__icon--actionable:hover {
  opacity: 0.5;
}

.pill__icon--swatch {
  border: solid 0.0625rem #FFF;
}

.pill__icon--left {
  margin-right: 0.5em;
}

.pill__icon--right {
  margin-left: 1em;
}

/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
button {
  letter-spacing: 0.04em;
}

.button {
  border-radius: 0;
  height: 3.5rem;
  font-weight: 500;
  -webkit-transition: none;
  transition: none;
  letter-spacing: 0.04em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}

.button--primary[disabled] {
  color: #575757;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.button--primary:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #000000;
  color: #FFF;
}
.button--primary:hover:not([disabled]):not(.disabled).button--color-vip {
  background-color: #0A1A69;
  border-color: #0A1A69;
}
@media (hover: hover) {
  .button--primary:hover:not([disabled]):not(.disabled) {
    background-color: #FFF;
    color: #000000;
  }
  .button--primary:hover:not([disabled]):not(.disabled).button--color-vip {
    color: #0A1A69;
    border-color: #0A1A69;
    background-color: transparent;
  }
}

.button--small {
  height: 2.5rem;
}

.button--color-vip {
  background-color: #0A1A69;
  border-color: #0A1A69;
}

.button--primary-outline {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.button--back-to-top {
  background-color: #FFF;
  margin-top: 0;
}

.button--padding-0 {
  padding: 0;
}

.button--consent-tracking {
  height: 2.1875rem;
  font-size: 0.875rem;
}

.button--submit-btn {
  background-color: #FFF;
  border-color: #FFF;
  color: #000000;
}
.button--submit-btn:hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}

.button--paypal {
  background-color: #FFC43A;
  border: none;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .button--apple-pay.dw-apple-pay-button {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-style: black;
  }
}

.button--minicart-applepay.set--applepay-below {
  z-index: -1;
}

.button--google-pay {
  border: 0.0625rem solid;
  height: 3.5rem;
  overflow: hidden;
}

.button--quickadd {
  border: none;
}

.button--tall {
  height: 3.5rem;
}

.quickadd__size {
  display: inline-block;
  padding: 0 10px;
  height: 1.4375rem;
  min-width: 1.4375rem;
  color: #000;
  line-height: 1.5rem;
  white-space: pre;
  border: 1px solid transparent;
}
.quickadd__size:hover {
  border: 1px solid #000;
}
.quickadd__size--waitlist, .quickadd__size:disabled {
  color: #c4c4c4;
}

.chip {
  font-weight: 400;
}

.pill {
  font-weight: 400;
  font-size: 0.875rem;
}

.button--order-return {
  width: 22.0625rem;
  margin-left: auto;
  margin-right: auto;
}

.pill:hover {
  background-color: initial;
  border-color: initial;
  color: initial;
}

.product-add__button_loading-dots,
.product-add__button_checkmark,
.button_loading-dots,
.button_checkmark {
  display: none;
}

@media (min-width: 48rem) {
  .button {
    font-size: 1rem;
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .button--primary__font-20 {
    font-size: 1rem;
    padding: 0;
  }
  .button--small {
    padding: 0 1rem;
  }
}
.button--minimal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  height: 2.75rem;
  border-color: #d1d1d1;
  padding: 0.75rem 1rem;
}

/*md

# Buttons

## Primary types

```html_example
&lt;button class="button button--primary"&gt;Shop now&lt;/button&gt;
&lt;button class="button button--primary-outline "&gt;Shop now&lt;/button&gt;
```

## PDP boxes

```html_example
&lt;div class="product-attribute__list"&gt;
	&lt;div class="product-attribute__contents flex flex-flow-wrap"&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;4&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;6&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  unselectable"&gt;8&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;10&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;XXS&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  unselectable"&gt;XS&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;S&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selected"&gt;M&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;L&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;XL&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;XXL&lt;/button&gt;
		&lt;button type="button" class="product-attribute__anchor anchor--size  selectable"&gt;XXXL&lt;/button&gt;
	&lt;/div&gt;
&lt;/div&gt;
```

## Pill buttons

```html_example
    &lt;button class="pill"&gt;Blue&lt;/button&gt;
    &lt;button class="pill "&gt;Red&lt;/button&gt;
    &lt;button class="pill"&gt;Yellow&lt;/button&gt;
```

 */
.link,
.link--primary,
.link--secondary {
  display: inline-block;
  font-size: 0.875rem;
}
.link .component-actions__cta-icon,
.link--primary .component-actions__cta-icon,
.link--secondary .component-actions__cta-icon {
  stroke: currentColor;
  stroke-width: 0.125rem;
  font-size: 0.75rem;
  vertical-align: middle;
}

.link--underline {
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
}
.link--underline:hover {
  text-underline-offset: 0.125rem;
}

.link--button {
  background-color: #c4c4c4;
  padding: 0.75rem 1rem;
  color: white;
  font-weight: 700;
}

.link--default {
  text-decoration: underline;
}
.link--default:hover {
  text-decoration: none;
}

.link--ellipsis {
  position: relative;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link--ellipsis .icon {
  font-size: 0.8125rem;
  margin-right: 0.4375rem;
  margin-bottom: 0.1875rem;
}
.link--ellipsis.state--loading {
  pointer-events: none;
}
.link--ellipsis.state--loading:after {
  position: absolute;
  bottom: 0.1875rem;
  left: 100%;
  overflow: hidden;
  font-size: 1.25em;
  -webkit-animation: ellipsis steps(4, end) 1.5s infinite;
          animation: ellipsis steps(4, end) 1.5s infinite;
  line-height: 1;
  content: "…"; /* ascii code for the ellipsis character */
  width: 0;
}
.link--ellipsis.state--loading .icon {
  opacity: 0;
}

.link--border-underline {
  border-bottom: 1px solid #000;
  line-height: normal;
}

.link--border-underline-hover {
  border-bottom: 2px solid transparent;
}
.link--border-underline-hover:hover, .link--border-underline-hover:focus {
  border-bottom: 2px solid #000;
}

.link--highlight-hover:hover, .link--highlight-hover:focus {
  color: #000000;
}

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

/**
 *  Utility classes for buttons and pseudo buttons
 */
.cursor--pointer:hover {
  cursor: pointer;
}

.cursor--not-allowed:hover {
  cursor: not-allowed;
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@media (min-width: 64rem) {
  .link--ellipsis:hover {
    border-bottom-color: #000;
  }
  .link--secondary:hover, .link--secondary:focus,
  .link--underline-hover:hover,
  .link--underline-hover:focus {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
  }
  .link--underline-hover-lg:hover, .link--underline-hover-lg:focus {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
}
/*------------------------------------*\
  #ICONS - Mapped to the static svg directory file names
\*------------------------------------*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: inherit;
}

.icon--small {
  width: 0.5rem;
  height: 0.5rem;
}

.icon--medium {
  width: 1.125rem;
  height: 1.125rem;
}

.icon--large {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--rotate-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.icon--rotate-up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon--rotate-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon--set-left {
  margin-right: 0.6em;
}

.icon--set-left-short {
  margin-right: 0.35em;
}

.icon--set-right {
  margin-left: 0.6em;
}

.icon--set-right-short {
  margin-left: 0.35em;
}

.icon--inline-align-center {
  vertical-align: middle;
}

.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.headervip {
  display: inline;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.625rem;
}

.account-icon {
  display: inline-block;
  margin-right: 0.625rem;
}
.account-icon img {
  width: 1.25rem;
  height: auto;
  position: relative;
  top: -0.125rem;
}

.icon--rotate-90 {
  margin-right: 0.25rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

svg.icon--carat-down {
  width: 0.875rem;
  height: 0.5rem;
}

svg.icon--chevron-right {
  width: 0.429375rem;
  height: 0.75rem;
  margin-bottom: 0.1875rem;
}

svg.icon--4-panel-grid {
  aspect-ratio: 5/3;
  width: auto;
  max-width: 1.5rem;
}

svg.icon--2-panel-grid {
  aspect-ratio: 13/12;
  width: auto;
  max-width: 1rem;
}

.icon--cloud {
  width: 1.2rem;
  height: 0.75625rem;
  margin-bottom: -0.0625rem;
}

svg.icon--close {
  width: 0.75rem;
  height: 0.75rem;
}

svg.icon--pin {
  width: 0.5625rem;
  height: 0.75rem;
}

svg.icon--exclamation {
  width: 0.75rem;
  height: 0.75rem;
}

svg.icon--trashcan {
  width: 0.75rem;
  height: 1rem;
}

svg.icon--question-mark {
  width: 0.625rem;
  height: 0.625rem;
}

svg.icon--fwb {
  width: 1.2rem;
  height: 1.2rem;
}

.notification__alert-close .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.icon--loader {
  -webkit-animation: rotate 640ms infinite linear;
          animation: rotate 640ms infinite linear;
}

.icon--return {
  width: 1.875rem;
  height: 1.875rem;
}

.icon--social {
  width: 1.25rem;
  height: 1.25rem;
}

.icon--leaf {
  width: 0.6875rem;
  height: 1rem;
}

.icon--lg,
.icon--24 {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon--20 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon--28 {
  width: 1.75rem;
  height: 1.75rem;
}

.icon--16 {
  width: 1rem;
  height: 1rem;
}

/*------------------------------------*\
  #INPUT-RESETS
\*------------------------------------*/
[type=password],
[type=text],
[type=tel],
[type=email],
[type=search],
[type=number],
select,
textarea {
  color: #000000;
  font-family: inherit;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: solid 0.0625rem #c4c4c4;
  outline: none;
}
[type=password]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}
[type=password]::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c4c4c4;
}
[type=password]::-ms-input-placeholder,
[type=text]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c4c4c4;
}
[type=password]::placeholder,
[type=text]::placeholder,
[type=tel]::placeholder,
[type=email]::placeholder,
[type=search]::placeholder,
[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c4c4c4;
}
[type=password]:focus::-webkit-input-placeholder,
[type=text]:focus::-webkit-input-placeholder,
[type=tel]:focus::-webkit-input-placeholder,
[type=email]:focus::-webkit-input-placeholder,
[type=search]:focus::-webkit-input-placeholder,
[type=number]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #eeeeee;
}
[type=password]:focus::-moz-placeholder,
[type=text]:focus::-moz-placeholder,
[type=tel]:focus::-moz-placeholder,
[type=email]:focus::-moz-placeholder,
[type=search]:focus::-moz-placeholder,
[type=number]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #eeeeee;
}
[type=password]:focus::-ms-input-placeholder,
[type=text]:focus::-ms-input-placeholder,
[type=tel]:focus::-ms-input-placeholder,
[type=email]:focus::-ms-input-placeholder,
[type=search]:focus::-ms-input-placeholder,
[type=number]:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: #eeeeee;
}
[type=password]:focus::placeholder,
[type=text]:focus::placeholder,
[type=tel]:focus::placeholder,
[type=email]:focus::placeholder,
[type=search]:focus::placeholder,
[type=number]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: #eeeeee;
}
[type=password].disabled, [type=password][disabled],
[type=text].disabled,
[type=text][disabled],
[type=tel].disabled,
[type=tel][disabled],
[type=email].disabled,
[type=email][disabled],
[type=search].disabled,
[type=search][disabled],
[type=number].disabled,
[type=number][disabled],
select.disabled,
select[disabled],
textarea.disabled,
textarea[disabled] {
  color: #c4c4c4;
}
[type=password]:not([disabled]):not([readonly]):not(.is-invalid):focus,
[type=text]:not([disabled]):not([readonly]):not(.is-invalid):focus,
[type=tel]:not([disabled]):not([readonly]):not(.is-invalid):focus,
[type=email]:not([disabled]):not([readonly]):not(.is-invalid):focus,
[type=search]:not([disabled]):not([readonly]):not(.is-invalid):focus,
[type=number]:not([disabled]):not([readonly]):not(.is-invalid):focus,
select:not([disabled]):not([readonly]):not(.is-invalid):focus,
textarea:not([disabled]):not([readonly]):not(.is-invalid):focus {
  border-color: #575757;
}

input[type=file] {
  cursor: pointer;
}
input[type=file].disabled, input[type=file][disabled] {
  cursor: not-allowed;
}

input::-webkit-contacts-auto-fill-button {
  position: relative;
  right: 1.5rem;
}

textarea {
  display: block;
  width: 100%;
  resize: none;
}

select::-webkit-outer-spin-button, select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select::-ms-expand {
  display: none;
}

option {
  color: #000000;
}

/*------------------------------------*\
  #FORM-COPY
\*------------------------------------*/
.form-intro__title {
  margin-bottom: 0.75em;
}

.form-intro__copy {
  margin-bottom: 1.75em;
}

.form-control-disclaimer {
  margin-top: 0.75em;
}

.form-control-description {
  margin-top: 0.25em;
  font-size: 0.875rem;
  color: #999999;
}

/*------------------------------------*\
  #TEXT AND SELECTS
\*------------------------------------*/
.form-control {
  width: 100%;
  height: 3.125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #FFF;
}
.form-control.is-invalid {
  border-color: #930000;
  background-color: rgb(255, 157.2, 157.2);
  color: #930000;
}
.form-control.remove--border-styles {
  border-radius: 0;
  border-color: transparent;
}
.form-control.remove--border-right-styles {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.form-control.remove--border-left-styles {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.form-control--small {
  height: 2.5rem;
}

.form-control--textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  min-height: 4.5rem;
}

.custom-select,
.form-control--select {
  padding-right: 2rem;
  background-size: 0.85em 0.85em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E");
  -webkit-transition: color 107ms ease-in-out;
  transition: color 107ms ease-in-out;
}
.custom-select:-internal-autofill-selected,
.form-control--select:-internal-autofill-selected {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E") !important;
}

.form-control-label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.required .form-control-label:after {
  content: "*";
  color: #930000;
}

/*------------------------------------*\
  #CHECKBOXES AND RADIOS
\*------------------------------------*/
.form-check {
  position: relative;
}

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[class*=form-check-label] {
  display: block;
  position: relative;
  padding-left: 1.9em;
  line-height: 1.3;
  -webkit-transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
}
[class*=form-check-label]:before, [class*=form-check-label]:after {
  position: absolute;
}
[class*=form-check-label]:before {
  top: 0;
  left: 0;
  border: solid 0.0625rem #999999;
  border-radius: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
}
[class*=form-check-label]:after {
  top: 0.125em;
  left: 0.125em;
  width: 1em;
  height: 1em;
}

.form-check-label:after {
  opacity: 0;
  line-height: 1.06;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23000000' d='m0 8.44 1.762-1.76 6.9 6.874L22.213 0 24 1.786 8.661 17.126 0 8.44Z' /%3E%3C/svg%3E");
}

.form-check-label--radio:before, .form-check-label--radio:after {
  border-radius: 50%;
}
.form-check-label--radio:after {
  background-color: #000000;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  content: "";
}

.form-check-input:checked + .form-check-label,
.form-check-label.set--checked,
.form-check-label.toggle--active {
  color: inherit;
}
.form-check-input:checked + .form-check-label:before,
.form-check-label.set--checked:before,
.form-check-label.toggle--active:before {
  background-color: #000000;
  border-color: #000000;
}
.form-check-input:checked + .form-check-label:after,
.form-check-label.set--checked:after,
.form-check-label.toggle--active:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='m0 8.44 1.762-1.76 6.9 6.874L22.213 0 24 1.786 8.661 17.126 0 8.44Z' /%3E%3C/svg%3E");
}

.form-check-input:checked + .form-check-label--radio:after,
.form-check-label--radio.set--checked:after,
.form-check-label--radio.toggle--active:after {
  opacity: 1;
  background-color: #000000;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.form-check-input:focus + [class*=form-check-label],
[class*=form-check-label]:focus {
  outline: none;
}
.form-check-input:focus + [class*=form-check-label]:before,
[class*=form-check-label]:focus:before {
  border-color: #000000;
}

.form-check-input:disabled + [class*=form-check-label]:before,
[class*=form-check-label].disabled:before {
  background-color: #f8f8f8;
  border-color: #e9e8e1;
}
.form-check-input:disabled + [class*=form-check-label]:after,
[class*=form-check-label].disabled:after {
  color: #e9e8e1;
}

.form-check-input.error + [class*=form-check-label]:before,
.form-check-input.is-invalid + [class*=form-check-label]:before {
  border-color: #930000;
}

/*------------------------------------*\
  #FORM GROUPS
\*------------------------------------*/
.form-group--no-spacing {
  margin-bottom: 0;
}

.form-check-list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form-section:not(:first-child) {
  margin-top: 1.6rem;
}

/*------------------------------------*\
  #FORM ACTIONS
\*------------------------------------*/
.form-actions {
  margin-top: 2rem;
}

/*------------------------------------*\
  #FORM VALIDATION
\*------------------------------------*/
.success-feedback,
.invalid-feedback,
.form-invalid-feedback {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.success-feedback:not(.set--visible),
.invalid-feedback:not(.set--visible),
.form-invalid-feedback:not(.set--visible) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.invalid-feedback,
.form-invalid-feedback,
.label-invalid-feedback {
  color: #930000;
}

.success-feedback {
  color: #566A27;
}

.form-invalid-feedback {
  margin-bottom: 1em;
}

/*------------------------------------*\
  #FORM CONSTRAINTS
\*------------------------------------*/
.form-control__constraints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.75em;
  color: #999999;
}

.form-control__constraint {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.set--constraint-fail {
  color: #930000;
}

.set--constraint-pass {
  color: #566A27;
}

/*------------------------------------*\
  #FLOATING-LABEL-FIELDS
\*------------------------------------*/
@media (-ms-high-contrast: active) {
  .form-check-label:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='m0 8.44 1.762-1.76 6.9 6.874L22.213 0 24 1.786 8.661 17.126 0 8.44Z' /%3E%3C/svg%3E");
  }
  .form-check-label--radio:after {
    border: solid 0.5rem;
  }
}
@media (max-width: 47.9375rem) {
  input,
  select,
  textarea {
    font-size: 1rem;
  }
}
/*------------------------------------*\
  #INPUT-RESETS
\*------------------------------------*/
[type=password],
[type=text],
[type=tel],
[type=email],
[type=search],
[type=number],
[type=date],
select,
textarea {
  border: solid 1px #000;
  height: 3.5rem;
}
[type=password]:focus::-webkit-input-placeholder,
[type=text]:focus::-webkit-input-placeholder,
[type=tel]:focus::-webkit-input-placeholder,
[type=email]:focus::-webkit-input-placeholder,
[type=search]:focus::-webkit-input-placeholder,
[type=number]:focus::-webkit-input-placeholder,
[type=date]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
[type=password]:focus::-moz-placeholder,
[type=text]:focus::-moz-placeholder,
[type=tel]:focus::-moz-placeholder,
[type=email]:focus::-moz-placeholder,
[type=search]:focus::-moz-placeholder,
[type=number]:focus::-moz-placeholder,
[type=date]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
[type=password]:focus::-ms-input-placeholder,
[type=text]:focus::-ms-input-placeholder,
[type=tel]:focus::-ms-input-placeholder,
[type=email]:focus::-ms-input-placeholder,
[type=search]:focus::-ms-input-placeholder,
[type=number]:focus::-ms-input-placeholder,
[type=date]:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}
[type=password]:focus::placeholder,
[type=text]:focus::placeholder,
[type=tel]:focus::placeholder,
[type=email]:focus::placeholder,
[type=search]:focus::placeholder,
[type=number]:focus::placeholder,
[type=date]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

[type=date] {
  -webkit-appearance: textfield;
  color: #000;
  border-radius: 0;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

.required .form-control-label:after {
  content: "*";
  color: inherit;
}

[class*=form-check-label] {
  line-height: 1.5;
}

.form-control--tall {
  height: 3.5rem;
}

/*------------------------------------*\
  #FORM-COPY
\*------------------------------------*/
.form-intro__title {
  margin-bottom: 0.75em;
}

.form-intro__copy {
  margin-bottom: 1.75em;
}

.form-control-disclaimer {
  margin: 0.75em 0;
}

.form-control-description {
  margin-top: 0.25em;
  font-size: 0.875rem;
  color: #999999;
}

/*------------------------------------*\
  #FORM GROUPS
\*------------------------------------*/
.form-group {
  min-width: 8rem;
  width: 100%;
}
.form-group:not([class*=margin-b]) {
  margin-bottom: 1rem;
}
.form-group.form-group--constraints, .form-group.form-space {
  margin-bottom: 1.5625rem;
}

.form-group--no-spacing {
  margin-bottom: 0;
}

.form-group--no-min-w {
  min-width: auto;
}

.form-check-list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form-section:not(:first-child) {
  margin-top: 1.6rem;
}
.form-section.hidden {
  display: none;
}
.form-section .font-size--8 {
  font-size: 0.5rem;
}

.new-password__requirements {
  margin-bottom: 0.625rem;
}

@media (max-width: 47.9375rem) {
  .form-actions--reverse-sm .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .form-actions--reverse-sm .row &gt; * {
    margin-bottom: 0.5rem;
  }
}
/*------------------------------------*\
#FORM ACTIONS
\*------------------------------------*/
.form-actions {
  margin-top: 1.25rem;
}

/*------------------------------------*\
  #FORM CONSTRAINTS
\*------------------------------------*/
.form-control__constraints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
  color: #999999;
  padding-left: 0;
}

.form-control__constraint {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  list-style-type: none;
}

.set--constraint-fail {
  color: #930000;
}

.set--constraint-pass {
  color: #566A27;
}

/*------------------------------------*\
  #CHECKBOXES AND RADIOS
\*------------------------------------*/
.form-check {
  position: relative;
}

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-check-input:checked + .form-check-label--radio:after,
.form-check-label--radio.set--checked:after,
.form-check-label--radio.toggle--active:after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.form-check-input:checked + .form-check-label,
.form-check-label.set--checked,
.form-check-label.toggle--active {
  color: inherit;
}
.form-check-input:checked + .form-check-label:before,
.form-check-label.set--checked:before,
.form-check-label.toggle--active:before {
  background-color: #000000;
  border-color: #000000;
  height: 1rem;
  width: 1rem;
}
.form-check-input:checked + .form-check-label:after,
.form-check-label.set--checked:after,
.form-check-label.toggle--active:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='m0 8.44 1.762-1.76 6.9 6.874L22.213 0 24 1.786 8.661 17.126 0 8.44Z' /%3E%3C/svg%3E");
  left: 0.125rem;
}
.form-check-input:checked + .form-check-label.form-check-label--vip.text-color--grey-7,
.form-check-label.set--checked.form-check-label--vip.text-color--grey-7,
.form-check-label.toggle--active.form-check-label--vip.text-color--grey-7 {
  color: #575757;
}
.form-check-input:checked + .form-check-label.form-check-label--vip:before,
.form-check-label.set--checked.form-check-label--vip:before,
.form-check-label.toggle--active.form-check-label--vip:before {
  background-color: #0A1A69;
  border-color: #0A1A69;
  left: 0.25rem;
}
.form-check-input:checked + .form-check-label.form-check-label--vip:after,
.form-check-label.set--checked.form-check-label--vip:after,
.form-check-label.toggle--active.form-check-label--vip:after {
  top: 0.3125rem;
  left: 0.375rem;
  line-height: 1rem;
}

[class*=form-check-label]:before {
  height: 0.75rem;
  width: 0.75rem;
  border-color: #000;
  top: 0.25rem;
}

.form-check-label--checkbox {
  padding-left: 1.5rem;
}

[class*=form-check-label]:after {
  height: 0.75rem;
  left: 0;
  width: 0.75rem;
  top: 0.25rem;
}

.form-check-label--radio:before, .form-check-label--radio:after {
  height: 0.875rem;
  width: 0.875rem;
}

.form-check-input:disabled + [class*=form-check-label],
[class*=form-check-label].disabled {
  color: #575757;
}

.form-check-input:checked + [class*=form-check-label] {
  color: #000;
}

.form-check-label--custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.875rem;
  font-size: 0.875rem;
  padding-left: 2.5rem;
}
.form-check-label--custom:before {
  background: #FFF;
  border: 0;
  height: 1.875rem;
  width: 1.875rem;
}
.form-check-label--custom:after {
  border: 0;
}
.form-check-label--custom.set--checked:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='m0 8.44 1.762-1.76 6.9 6.874L22.213 0 24 1.786 8.661 17.126 0 8.44Z' /%3E%3C/svg%3E");
  width: 1.25rem;
  top: 0.625rem;
  left: 0.3125rem;
  color: #FFF;
  background: #000;
}
.form-check-label--custom.set--checked:before {
  background: #f8f8f8;
}

.form-check-label--vip {
  padding-left: 1.75rem;
}
.form-check-label--vip:before {
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
}
.form-check-label--vip:after {
  -webkit-transition: none;
  transition: none;
}

.form-check-label--radio-vip:before, .form-check-label--radio-vip:after {
  border-color: #0A1A69;
}
.form-check-label--radio-vip:after {
  background-color: #0A1A69 !important;
}

.form-check-label--waitlist {
  padding-left: 0;
}

.form-control--minicart-qty.product-line-item__qty-input {
  width: 3.5rem;
}
.form-control--minicart-qty.disabled, .form-control--minicart-qty[disabled] {
  border-color: #999999;
}

.product-line-item__remove svg.icon--trashcan {
  width: 1rem;
  height: 1.25rem;
}

.custom-select,
.form-control--select {
  padding-right: 2rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.2em) center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E");
  -webkit-transition: color 107ms ease-in-out;
  transition: color 107ms ease-in-out;
  overflow-y: hidden;
}
.custom-select:-internal-autofill-selected,
.form-control--select:-internal-autofill-selected {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E") !important;
}
.custom-select[disabled], .custom-select[readonly],
.form-control--select[disabled],
.form-control--select[readonly] {
  pointer-events: none;
  opacity: 1;
  color: #575757;
  border-color: #575757;
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23575757' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E");
}
.custom-select.form-control--minicart-qty.color-error, .custom-select:not([disabled]):not([readonly]):not(.is-invalid):focus.color-error,
.form-control--select.form-control--minicart-qty.color-error,
.form-control--select:not([disabled]):not([readonly]):not(.is-invalid):focus.color-error {
  color: #930000;
  border-color: #930000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23930000' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E");
}
.custom-select.egc--disabled,
.form-control--select.egc--disabled {
  background-color: transparent;
  color: #d1d1d1;
  border-color: #d1d1d1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d1d1d1' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E");
}
.custom-select-tall,
.form-control--select-tall {
  height: 3.5rem;
}
.custom-select.label-invalid-feedback,
.form-control--select.label-invalid-feedback {
  border-color: #930000;
}
.custom-select.set--error,
.form-control--select.set--error {
  border-color: #930000;
  color: #930000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23930000' d='M4.80005 8.86951L5.8686 7.80005L11.9994 13.9508L18.1297 7.80005L19.2 8.86951L11.9994 16.0493L4.80005 8.86951Z'/%3E%3C/svg%3E");
}

.form-custom-checkbox:not(.checkout-stage__form) {
  cursor: pointer;
}
.form-custom-checkbox .form-check-label--custom {
  width: 1.875rem;
  position: relative;
  background-color: #FFF;
  border: 0;
}
.form-custom-checkbox .form-check-label--custom::before {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.form-custom-checkbox .form-check-label--custom:checked:after {
  opacity: 1;
}
.form-custom-checkbox .form-check-label--small {
  height: 0.75rem;
  margin-top: 0.125rem;
  min-height: 0.75rem;
  width: 0.75rem;
}
.form-custom-checkbox .form-check-label--small::before {
  height: 0.75rem;
  width: 0.75rem;
}
.form-custom-checkbox .form-check-label--small::after {
  font-size: 0.625rem;
  font-weight: bold;
  top: 0;
  left: 0;
  padding: 0.125rem;
  height: 0.75rem;
  width: 0.75rem;
}
.form-custom-checkbox .custom-control-label {
  margin-left: 1rem;
}
.form-custom-checkbox .custom-control-label--waitlist {
  margin-left: 0.5rem;
}
.form-custom-checkbox .custom-control.flex:not(.flex-align-start) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.form-control--textarea {
  outline: none;
}
.form-control--textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 0.75rem;
}
.form-control--textarea::-moz-placeholder {
  color: #000;
  font-size: 0.75rem;
}
.form-control--textarea::-ms-input-placeholder {
  color: #000;
  font-size: 0.75rem;
}
.form-control--textarea::placeholder {
  color: #000;
  font-size: 0.75rem;
}
.form-control--textarea.font-size--16::-webkit-input-placeholder {
  font-size: 1rem;
}
.form-control--textarea.font-size--16::-moz-placeholder {
  font-size: 1rem;
}
.form-control--textarea.font-size--16::-ms-input-placeholder {
  font-size: 1rem;
}
.form-control--textarea.font-size--16::placeholder {
  font-size: 1rem;
}

.form-control--textarea--multiline {
  height: 8rem;
}

.success-feedback {
  color: #000;
}

.new-card-element__checkbox label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------------------------------*\
  #FLOATING-LABEL-FIELDS
\*------------------------------------*/
[data-floating-label] {
  position: relative;
}
[data-floating-label] .form-control-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-transition: opacity 107ms ease-in-out, top 107ms ease-in-out;
  transition: opacity 107ms ease-in-out, top 107ms ease-in-out;
  cursor: text;
  pointer-events: none;
  font-size: 1rem;
  z-index: 1;
}
[data-floating-label] .form-control-label.form-control--minimal-label {
  left: 0;
}
[data-floating-label] .form-control-label.disabled {
  color: #575757;
}
[data-floating-label] .form-control-label.form-control-label--secondary {
  left: 0;
}
[data-floating-label].set--floating-label .form-control-label {
  font-size: 0.75rem;
  top: 0.375rem;
}
[data-floating-label]:not(.set--floating-label) .form-control--select {
  color: rgba(255, 255, 255, 0.01);
}
[data-floating-label]:not(.set--floating-label) .form-control::-webkit-input-placeholder {
  color: transparent;
}
[data-floating-label]:not(.set--floating-label) .form-control::-moz-placeholder {
  color: transparent;
}
[data-floating-label]:not(.set--floating-label) .form-control::-ms-input-placeholder {
  color: transparent;
}
[data-floating-label]:not(.set--floating-label) .form-control::placeholder {
  color: transparent;
}
[data-floating-label]:not(.set--floating-label) .form-control:-ms-input-placeholder {
  color: transparent;
}
[data-floating-label] .form-control {
  padding: 1.5rem 1rem 0.375rem;
  height: 3.5rem;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #000;
  overflow-x: hidden;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
[data-floating-label] .form-control.custom-select {
  padding-right: 2rem;
}
[data-floating-label] .form-control[disabled], [data-floating-label] .form-control[readonly] {
  color: #575757;
  background-color: #f8f8f8;
  border-color: #575757;
}
[data-floating-label] .form-control.form-control--secondary {
  border: none;
  border-bottom: 1px solid #000;
  padding: 1.3125rem 2rem 0.5rem 0;
}
[data-floating-label] .form-control.form-control--minimal {
  border-width: 0 0 0.0625rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
[data-floating-label] .form-control.form-control--select-minimal {
  border-width: 0 0 0.0625rem;
  background-color: transparent;
  padding-left: 0;
}
[data-floating-label] .form-control.form-control--confirmation {
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
[data-floating-label] .form-control.form-control--confirmation.active {
  top: 0;
  visibility: visible;
  opacity: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
[data-floating-label] .form-control.form-control--confirmation.fadeout {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
[data-floating-label] .form-control.is-invalid {
  border-color: #930000;
  color: #000;
}
[data-floating-label] .form-control--select {
  padding-right: 1.75rem;
}
[data-floating-label] .invalid-feedback {
  margin-left: 1rem;
  font-size: 0.75rem;
}
[data-floating-label].form_group--minimal .invalid-feedback {
  margin-left: 0;
}

.set--floating-label .form-control-label--select {
  opacity: 1;
}

.form-actions_refund-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 47.9375rem) {
  input,
  select,
  textarea {
    font-size: 1rem !important;
  }
  .form-actions_refund-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.25rem;
  }
}
.form__checkbox .form__checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form__checkbox .form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  cursor: pointer;
}
.form__checkbox .form__checkbox-label:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M24,24H0V0h24v24ZM2,22h20V2H2v20Z'/%3E%3C/svg%3E");
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__checkbox .form__checkbox-input:checked + .form__checkbox-label:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M0,0v24h24V0H0ZM10,16.88l-5.2-5.21,1.06-1.06,4.14,4.12,8.13-8.13,1.07,1.07-9.2,9.2Z'/%3E%3C/svg%3E");
}

.tab-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}

.tab-nav--login {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-nav__item {
  padding-bottom: 0.1875rem 1.25rem;
  margin: 0.25rem 1.25rem;
  text-align: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-nav__item:first-child {
  padding-left: 0;
}

.product-footer .tab-nav__item.toggle--active, .tab-nav__item-check.toggle--active + .product-footer .tab-nav__item {
  border-bottom: 2px solid #000;
}

.tab-nav__item--login {
  font-size: 1rem;
  text-decoration: underline;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 0 0 0;
}

.tab-nav__item-check {
  position: absolute;
  opacity: 0;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-content__panel:not(.toggle--active) {
  display: none;
}

.tab-content__panel--animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
          animation-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
}
.tab-content__panel--animated:not(.toggle--active) {
  display: none;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
.tab-content__panel--animated.toggle--active {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.accordion {
  border-bottom: 1px solid #000;
}

.accordion__item {
  border-top: 1px solid #000;
}

.accordion__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}

.toggle--active.accordion__item .accordion__icon {
  margin: -0.625rem 0.125rem 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__content {
  padding-bottom: 1.875rem;
}

.accordion__content:not(.toggle--active) {
  display: none;
}

@media (min-width: 64rem) {
  .tab-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-nav__item:first-child {
    margin-left: 0.625rem;
  }
}
@-webkit-keyframes fade-in {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0%, 30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0%, 30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*md
@no-stat

## Accordion


```html_example
 &lt;div class="t-set--w-40 font-size--14"&gt;
        &lt;div class="accordion"&gt;
           &lt;div class="accordion__item"&gt;
              &lt;button type="button" class="accordion__title" data-toggle='{"target": ".js-pdp-details", "parent": ".accordion__item", "persist": true}'&gt;
              &lt;span&gt;Product details &amp;amp; fit&lt;/span&gt;
              &lt;span class="icon accordion__icon font-size--14" aria-hidden="true"&gt;&lt;/span&gt;
              &lt;/button&gt;
              &lt;div class="accordion__content js-pdp-details"&gt;
                 &lt;p&gt;Model is wearing a M&lt;/p&gt;
                 &lt;p&gt;Height: 5'10"&lt;/p&gt;
                 &lt;p&gt;Waist: 24"&lt;/p&gt;
                 &lt;p&gt;Hips: 34"&lt;/p&gt;
                 &lt;p&gt;Bust: 32"&lt;/p&gt;
              &lt;/div&gt;
           &lt;/div&gt;
           &lt;div class="accordion__item"&gt;
              &lt;button type="button" class="accordion__title" data-toggle='{"target": ".js-pdp-sustain", "parent": ".accordion__item", "persist": true}'&gt;
              &lt;span&gt;Sustainability impact&lt;/span&gt;
              &lt;span class="icon accordion__icon font-size--14" aria-hidden="true"&gt;&lt;/span&gt;
              &lt;/button&gt;
              &lt;div class="accordion__content js-pdp-sustain"&gt;
                 &lt;ul class="list--reset margin-b--15"&gt;
                    &lt;li&gt;
                       &lt;span class="icon font-size--14" title="xe019"&gt;&lt;/span&gt;
                       60 lbs. of carbono dioxide savings
                    &lt;/li&gt;
                    &lt;li&gt;
                       &lt;span class="icon font-size--16 padding-r--5" title="xe020"&gt;&lt;/span&gt;
                       150 gal. of water savings
                    &lt;/li&gt;
                    &lt;li&gt;
                       &lt;span class="icon font-size--16 padding-r--5" title="xe021"&gt;&lt;/span&gt;
                       1.2 lbs. of waste savings
                    &lt;/li&gt;
                 &lt;/ul&gt;
                 Sustainability made in Turkey
              &lt;/div&gt;
           &lt;/div&gt;
           &lt;div class="accordion__item"&gt;
              &lt;button type="button" class="accordion__title" data-toggle='{"target": ".js-pdp-care", "parent": ".accordion__item", "persist": true}'&gt;
              &lt;span&gt;Fabric &amp;amp; care&lt;/span&gt;
              &lt;span class="icon accordion__icon font-size--14" aria-hidden="true"&gt;&lt;/span&gt;
              &lt;/button&gt;
              &lt;div class="accordion__content js-pdp-care"&gt;
                 &lt;div class="margin-b--15"&gt;
                    This is a lightweight georgette fabric with a dry handfeel - 100% Viscose.
                 &lt;/div&gt;
                 &lt;div class="margin-b--15"&gt;
                    Viscose – aka rayon – is a man-made cellulosic fiber made from wood pulp. We’re committed to ensuring all our forest-based products come from sustainably managed forests. That’s why we work with the non-profit group Canopy to help drive positive change for all our forest products.
                 &lt;/div&gt;
                 &lt;div class="margin-b--15"&gt;
                    This is a lightweight linen fabric - 100% linen
                 &lt;/div&gt;
              &lt;/div&gt;
           &lt;/div&gt;
           &lt;div class="accordion__item"&gt;
              &lt;button type="button" class="accordion__title" data-toggle='{"target": ".js-pdp-share", "parent": ".accordion__item", "persist": true}'&gt;
              &lt;span&gt;Share&lt;/span&gt;
              &lt;span class="icon accordion__icon font-size--14" aria-hidden="true"&gt;&lt;/span&gt;
              &lt;/button&gt;
              &lt;div class="accordion__content js-pdp-share"&gt;
                 &lt;!-- dwMarker="linclude" dwTemplateTitle="/default/product/components/socialIcons.isml (org_reformation)" dwTemplateURL="http://localhost:60606/target=/org_reformation/cartridge/templates/default/product/components/socialIcons.isml" --&gt;
                 &lt;div class="product-common__social"&gt;
                    &lt;ul class="product-common__social-list flex flex-align-center list--reset"&gt;
                       &lt;li class="product-common__social-item margin-r--15"&gt;
                          &lt;a href="https://www.facebook.com/sharer/sharer.php?=undefined&amp;amp;u=https%3A%2F%2Fdevelopment-na01-thereformation.demandware.net%2Fs%2Freformation-us%2F25589408M.html" class="link link--flex font-size--20 product-common__social-anchor--facebook" aria-label="Facebook, opens in a new window" data-social-share="facebook" target="_blank"&gt;
                          &lt;span class="icon" title="&amp;amp;#xe036;"&gt;
                          
                          &lt;/span&gt;
                          &lt;/a&gt;
                       &lt;/li&gt;
                       &lt;li class="product-common__social-item margin-r--15"&gt;
                          &lt;a href="https://www.pinterest.com/pin/create/button?=undefined&amp;amp;description=Tie%20Front%20Animal%20Print%20Dress&amp;amp;url=https%3A%2F%2Fdevelopment-na01-thereformation.demandware.net%2Fs%2Freformation-us%2F25589408M.html" class="link link--flex font-size--20 product-common__social-anchor--pinterest" aria-label="Pinterest, opens in a new window" data-social-share="pinterest" target="_blank"&gt;
                          &lt;span class="icon" title="&amp;amp;#xe037"&gt;
                          
                          &lt;/span&gt;
                          &lt;/a&gt;
                       &lt;/li&gt;
                       &lt;li class="product-common__social-item margin-r--15"&gt;
                          &lt;a href="https://twitter.com/intent/tweet?=undefined&amp;amp;text=Tie%20Front%20Animal%20Print%20Dress&amp;amp;url=https%3A%2F%2Fdevelopment-na01-thereformation.demandware.net%2Fs%2Freformation-us%2F25589408M.html" class="link link--flex font-size--20 product-common__social-anchor--twitter" aria-label="Twitter, opens in a new window" data-social-share="twitter" target="_blank"&gt;
                          &lt;span class="icon" title="&amp;amp;#xe038"&gt;
                          
                          &lt;/span&gt;
                          &lt;/a&gt;
                       &lt;/li&gt;
                    &lt;/ul&gt;
                 &lt;/div&gt;
              &lt;/div&gt;
           &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
```

## Tabbed content

```html_example
&lt;div class="tabbed-interface toggle--active" data-motion='{"properties": "opacity"}' data-tabbed-interface="container"&gt;
    &lt;nav class="tab-nav component-custom-width"&gt;
        &lt;button type="button" class="tab-nav__item toggle--active font-size--18"
            data-tabbed-interface="tab-nav-1"
            data-toggle='{"target": "[data-tabbed-interface=tab-content-1]", "parent": "[data-tabbed-interface=container]", "auto": true, "activeClass": "toggle--active", "persist": true, "unsetSelf": false, "siblingSelector": "[data-tabbed-interface*=tab-nav]", "customEvents": {"afterSet": {"name": "motion:trigger"}}}' role="tab"&gt;
        Product Search
        &lt;/button&gt;
        &lt;button type="button" class="tab-nav__item font-size--18"
            data-tabbed-interface="tab-nav-2"
            data-toggle='{"target": "[data-tabbed-interface=tab-content-2]", "parent": "[data-tabbed-interface=container]", "activeClass": "toggle--active", "persist": true, "unsetSelf": false, "siblingSelector": "[data-tabbed-interface*=tab-nav]", "customEvents": {"afterSet": {"name": "motion:trigger"}}}' role="tab"&gt;
        Content Search
        &lt;/button&gt;
    &lt;/nav&gt;
    &lt;div class="tab-content"&gt;
        &lt;div class="tab-content__panel--animated toggle--active" role="tabpanel" data-tabbed-interface="tab-content-1" data-tab-description="tab-content-1"&gt;
            Content of product search tab
        &lt;/div&gt;
        &lt;div class="tab-content__panel--animated" role="tabpanel" data-tabbed-interface="tab-content-2" data-tab-description="tab-content-2"&gt;
           Content of another tab goes here
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
```

 */
/**
 * Contains global styles for the header.
 * This stylesheet should not include component specific styles.
 */
.set--header-blend .header-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header-container.set--overlay .header-promo {
  z-index: 1;
}
.header-container:not(.set--overlay) .header-promo {
  -webkit-transition: z-index 0s ease-in-out 213ms;
  transition: z-index 0s ease-in-out 213ms;
}

.header {
  z-index: 3;
  position: relative;
  background-color: #FFF;
  background-color: var(--header-nav-bg, #FFF);
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 640ms;
          transition-duration: 640ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
          transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
  cursor: initial;
}
.set--header-blend .header.header--sticky-always:not(.fixit--active):not(:hover):not(:focus-within):not(.focus-within), .set--header-blend .header.header--sticky-scroll:not(.fixit--scroll-direction-change):not(:hover):not(:focus-within):not(.focus-within) {
  background-color: transparent;
  color: #FFF;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 transparent;
          box-shadow: inset 0 -0.0625rem 0 0 transparent;
}
.header.header--sticky-always.fixit--active {
  position: fixed;
  top: 0;
  width: 100%;
}
.header.header--sticky-scroll.fixit--active {
  position: absolute;
  width: 100%;
  -webkit-transition-property: margin, background-color, color, -webkit-box-shadow;
  transition-property: margin, background-color, color, -webkit-box-shadow;
  transition-property: margin, background-color, color, box-shadow;
  transition-property: margin, background-color, color, box-shadow, -webkit-box-shadow;
}
.header.header--sticky-scroll.fixit--active:not(.fixit--scroll-direction-change) {
  bottom: 0;
}
.header.header--sticky-scroll.fixit--scroll-direction-change {
  position: fixed;
  top: 0;
}
.header.header--sticky-scroll.fixit--scrolled.fixit--scroll-up {
  margin-top: 0;
}

.header__logo {
  color: "currentColor";
  color: var(--header-nav-color, "currentColor");
}

.header__hamburger-trigger {
  color: "currentColor";
  color: var(--header-nav-color, "currentColor");
}

.header__logo {
  height: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000000;
}

.header__logo-img {
  width: 100%;
  fill: currentColor;
}

.header__skip-to-main {
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 1000;
}
.header__skip-to-main:not(:focus) {
  pointer-events: none;
  opacity: 0;
}

.header-promo {
  position: relative;
  z-index: 3;
}

@media (min-width: 48rem) {
  .header.fixit--scrolled.fixit--scroll-down:not(:hover):not(:focus-within):not(.focus-within).header--stacked {
    margin-top: -7.5rem;
  }
  .header.fixit--scrolled.fixit--scroll-down:not(:hover):not(:focus-within):not(.focus-within).header--standard {
    margin-top: -6rem;
  }
  .header--no-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header--stacked {
    padding-top: 1.25rem;
  }
  .header--stacked .header-flyout__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    max-width: 10rem;
    -ms-flex-negative: 0.8;
        flex-shrink: 0.8;
  }
}
@media (max-width: 47.9375rem) {
  .header.fixit--scrolled.fixit--scroll-down:not(:hover):not(:focus-within):not(.focus-within) {
    margin-top: -5rem;
  }
  .header__main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header__logo {
    max-width: 8rem;
    margin: auto;
  }
}
.header {
  padding: 0 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__logo {
  max-width: 13.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header__logo-globale {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 8rem;
}

.header__logo-image {
  height: auto;
}

.header-promo {
  background: #e9e8e1;
  z-index: 10;
}

.header__globale {
  border-bottom: 1px solid #000;
}
.header__globale::after {
  display: none;
}

.header__hamburger-trigger .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.header__hamburger-trigger .icon--close {
  display: none;
}
.header__hamburger-trigger.flyout-toggle--active .icon--hamburger-menu {
  display: none;
}
.header__hamburger-trigger.flyout-toggle--active .icon--close {
  display: block;
}

.header__account-menu .icon--account {
  width: 2.5rem;
  height: 2.5rem;
}
.header__account-menu .header__account-flyout {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #FFF;
  min-width: 16.25rem;
  padding: 1rem 0.75rem;
}
.header__account-menu .header__account-flyout:not(.toggle--active) {
  display: none;
}
.header__account-menu .header__account-flyout .header-flyout__secondary-link {
  -webkit-transform: none;
          transform: none;
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0;
}
.header__account-menu .header__account-flyout .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.header__account-menu .header__account-flyout .icon.icon--fwb {
  margin-right: 8px;
  padding: 0.3125rem;
}
.header__account-menu .header__account-flyout .header__utility-item--stores {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1rem;
}
.header__account-menu .header__account-flyout .header__utility-item--contact {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header__account-menu .header__account-flyout .header__utility-item--country {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header__account-menu .header__account-flyout-overlay {
  opacity: 0;
  -webkit-transition: opacity 213ms ease-in-out;
  transition: opacity 213ms ease-in-out;
}
.header__account-menu .toggle--active .header__account-flyout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  opacity: 0.7;
}

.header__localization {
  cursor: pointer;
}

.header-flyout__anchor {
  padding: 0;
}

@media (max-width: 79.9375rem) {
  .header {
    padding: 0 0.25rem;
    height: 3rem;
  }
  .header__main {
    height: 3rem;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
  }
  .header__main.header__top--bag-left .header__hamburger-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__main.header__top--bag-left .header__minicart {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .header__middle {
    width: 0;
  }
  .header__logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    max-width: 6.5rem;
  }
  .header-promo {
    z-index: 2;
  }
  .header-flyout {
    opacity: 0;
    visibility: hidden;
  }
  .header__globale {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 80rem) {
  .header-container {
    --headerContainerHeight: 0px;
    min-height: 0px;
    min-height: var(--headerContainerHeight);
  }
  @media (min-width: 80rem){
    .header-container{
    min-height: 0px;
    min-height: var(--headerContainerHeight);
    }
  }
  .header {
    border-bottom: 1px solid #000;
    padding: 0;
  }
  .header.header--sticky-always.fixed--scrolled {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header.header--sticky-always.fixed--scrolled:before {
    display: none;
  }
  .header--global:before {
    position: absolute;
    right: 0;
    bottom: 3.125rem;
    left: 0;
    content: "";
    height: 0.0625rem;
    background: #E5E5E5;
    width: 100%;
  }
  .header__logo-globale {
    max-width: unset;
    margin-bottom: 2.1875rem;
  }
  .header__globale-logo {
    margin-top: 2.5rem;
  }
  .header__main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 0;
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__logo {
    padding-left: 2rem;
  }
  .header__top-left {
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .header__top-right {
    margin-top: 1.25rem;
    height: 1.75rem;
    -ms-flex-item-align: start;
        align-self: start;
    margin-left: auto;
  }
  .header__middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
    padding: 0 2rem;
  }
  .header__content-block .link:hover {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
  .header-flyout__container .header-flyout__list.level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-flyout__container.level-2 {
    position: absolute;
  }
  .header-flyout__container.level-2:not(.mega-item--active) {
    opacity: 0;
    visibility: hidden;
  }
  .header-flyout__anchor {
    display: block;
    padding: 0 1.25rem 0 0;
  }
}
.utility-overlay:not(.toggle--active) {
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.site-search__form {
  position: absolute;
}
.site-search__form:not(.toggle--active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

.header-error-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem 1rem;
  cursor: pointer;
}

@media (min-width: 80rem) {
  .header__top-left a:hover, .header__top-left a:focus,
  .header__localization:hover,
  .header__localization:focus {
    text-decoration: underline;
  }
  .header-error-msg {
    text-align: center;
  }
  .header__logo-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 1.25rem;
  }
}
@media (min-width: 125.0625rem) {
  .header__main {
    max-width: 125rem;
    margin: 0 auto;
  }
}
.header-promo {
  height: 2.5rem;
  overflow: hidden;
}
@media (max-width: 79.9375rem) {
  .header-promo {
    height: 2rem;
  }
}
.header-promo .hero--natural {
  width: 100% !important;
}
.header-promo .hero--natural .hero__content-wrap {
  height: 2.5rem;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 79.9375rem) {
  .header-promo .hero--natural .hero__content-wrap {
    font-size: 0.75rem;
    height: 2rem;
  }
}
.header-promo .hero__content,
.header-promo .slick-slide {
  margin: auto;
}
.header-promo .slick-slide {
  height: auto;
}
.header-promo .hero__description {
  margin-top: 0;
  max-width: 100%;
}
.header-promo .slick-slider .slick-list {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-promo .slick-slider .slick-slide {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-promo .slick-arrow {
  display: none;
}
.header-promo .hero-carousel:not(.slick-initialized) {
  overflow-x: hidden;
}

@media (min-width: 80rem) {
  .header-promo {
    font-size: 0.875rem;
  }
}
.header__utility-anchor {
  position: relative;
  color: "currentColor";
  color: var(--header-nav-color, "currentColor");
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__utility-anchor .icon--magnifying-glass {
  width: 2.5rem;
  height: 2.5rem;
}
.header__utility-anchor .icon--shopping-bag {
  width: 2.5rem;
  height: 2.5rem;
}

.header__utility-item {
  font-size: 1rem;
}

.header__utility-item__quantity {
  position: absolute;
  top: auto;
  bottom: 0.375rem;
  left: 0;
  width: 2rem;
  text-align: center;
  z-index: 2;
}
.set--no-items .header__utility-item__quantity {
  display: none;
}

@media (max-width: 79.9375rem) {
  .header-flyout__secondary .header__utility-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #575757;
    font-size: 0.875rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  .header-flyout__secondary .header__utility-item .icon--mobile-nav {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header-flyout__secondary .header__utility-item .icon--fwb {
    margin: 0 0.75rem 0.1875rem 0.25rem;
    height: 1rem;
    width: 1rem;
  }
  .header__utility-item__quantity {
    position: absolute;
    top: auto;
    bottom: 0.5625rem;
    left: 0;
    width: 2.5rem;
  }
  .header__utility-item.header-flyout__secondary-link .link--secondary {
    font-size: 1rem;
  }
  .header__utility-item.header-flyout__secondary-link .link--secondary:hover {
    text-decoration: none;
  }
  .header__utility-anchor .icon--magnifying-glass {
    margin-bottom: 0;
  }
}
@media (min-width: 80rem) {
  .header__utility-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.5rem;
    font-size: 0.875rem;
  }
  .header__utility-item.header__search {
    margin-left: auto;
  }
  .header__utility-anchor .icon--magnifying-glass {
    height: 1rem;
    width: 1rem;
    margin-bottom: -1px;
    margin-right: 0.1875rem;
  }
  .header__utility-anchor .icon--shopping-bag {
    width: 2rem;
    height: 2rem;
  }
  .header__utility-anchor .icon--heart {
    width: 1.125rem;
    height: 1rem;
    margin-top: -0.1875rem;
  }
  .header__utility-anchor .icon--fwb {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  .header__utility-anchor .icon--mobile-nav {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.25rem;
  }
  .header__minicart {
    padding-right: 2rem;
    margin-left: 0.5rem;
    margin-top: 1.125rem;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.header__sustainability,
.header__sustainability-flyout {
  display: none;
}

@media (min-width: 80rem) {
  .header__sustainability {
    position: relative;
    display: block;
  }
  .header__sustainability:hover .header__sustainability-link {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
  .header__sustainability:hover .header__sustainability-flyout {
    display: block;
  }
  .header__sustainability .XGen_SmartElement {
    display: none;
  }
  .header__sustainability-flyout {
    position: absolute;
    top: 100%;
    left: -3.125rem;
    padding: 2rem 1.5rem;
    background: #FFF;
    border-bottom: 0.0625rem solid #000;
    width: 21.625rem;
    max-height: 35rem;
    overflow-y: auto;
    z-index: 2;
  }
  .header__sustainability-list {
    list-style: none;
    padding-left: 0;
  }
  .header__sustainability-item {
    margin-top: 0.5rem;
  }
  .header__sustainability-item:first-child {
    margin-top: 0;
  }
  .header__sustainability-category {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .header__sustainability-content {
    margin-top: 1.5rem;
  }
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-line-item--minicart .price, .product-line-item__price--mobile .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.order-summary__products .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.price .is-sale + .is-sale {
  margin-left: 0.5rem;
}
.price .strike-through {
  font-size: 1em;
}
.price .strike-through .price--formated,
.price .strike-through .price--reduced {
  text-decoration: line-through;
  color: #575757;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: 400;
}
.price .range {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price .price__sales,
.price .price__original {
  white-space: nowrap;
}
.pdp__price .price {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.prices--quickadd-mobile .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-line-item__unit-price .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-line-item__price--order-details .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.price__original + .price__sales {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 0.5rem;
}

.price--reduced {
  display: none;
}

.product-line-item--minicart .price--formated,
.order-summary__products .price--formated,
.order-confirmation__product-list .price--formated,
.product-line-item--wishlist .price--formated {
  display: none;
}
.product-line-item--minicart .price--reduced,
.order-summary__products .price--reduced,
.order-confirmation__product-list .price--reduced,
.product-line-item--wishlist .price--reduced {
  display: inline-block;
}

.breadcrumbs {
  margin-bottom: 1rem;
}
.breadcrumbs.account-breadcrumbs {
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdp__breadcrumbs .breadcrumbs {
  display: block;
  text-align: center;
}

.breadcrumbs--spaced {
  margin-top: 1rem;
}

.breadcrumbs__item .breadcrumbs__separator {
  color: #575757;
}

.breadcrumbs__anchor {
  font-size: 16px;
  color: #575757;
  font-family: "Newtime R Book", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.breadcrumbs__container--no-gutters .breadcrumbs {
  margin: 0;
}

.breadcrumbs__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5rem;
  font-size: 1rem;
}

.breadcrumbs__anchor:last-child {
  line-height: 1;
  color: #000;
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
}
.breadcrumbs__anchor:last-child:hover {
  text-decoration: none;
}

.swatch--color,
.swatch--print {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  background-color: #FFF;
  border: 0.0625rem solid transparent;
  border-radius: 50%;
}
.swatch--color:after,
.swatch--print:after {
  position: absolute;
  top: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
  right: -0.125rem;
  margin: auto;
  border: none;
  border-radius: 50%;
  content: "";
}
.swatch--color.swatch--white:before,
.swatch--print.swatch--white:before {
  content: "";
  border-radius: 50%;
  border: 0.0625rem solid #EEECE4;
  z-index: 1;
}
.swatch--color__link:hover .swatch--color:not(.disabled):after, .swatch--color:not(.disabled):hover:after, .swatch--color.selected:after,
.swatch--color__link:hover .swatch--print:not(.disabled):after,
.swatch--print:not(.disabled):hover:after,
.swatch--print.selected:after {
  border: 0.0625rem solid #000;
}
.swatch--color__link:hover .swatch--color:not(.disabled).swatch--white:before, .swatch--color:not(.disabled):hover.swatch--white:before, .swatch--color.selected.swatch--white:before,
.swatch--color__link:hover .swatch--print:not(.disabled).swatch--white:before,
.swatch--print:not(.disabled):hover.swatch--white:before,
.swatch--print.selected.swatch--white:before {
  border-color: transparent;
}
.swatch--color.disabled:not(.selected):hover:after,
.swatch--print.disabled:not(.selected):hover:after {
  border-color: transparent;
}
.swatch--color.disabled:not(.selected),
.swatch--print.disabled:not(.selected) {
  opacity: 0.2;
  border-color: rgba(0, 0, 0, 0.75);
  cursor: auto;
}

.swatch--print {
  display: block;
}

.swatch__icon--color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.swatch--color-small {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25em;
          flex: 0 0 1.25em;
}
.swatch--color-small:after {
  -webkit-box-shadow: inset 0 0 0 0.125rem #FFF;
          box-shadow: inset 0 0 0 0.125rem #FFF;
}
.swatch--color-small.selected:before {
  width: 1rem;
  height: 1rem;
}

.swatch--color-large {
  width: 2.625rem;
  height: 2.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.625rem;
          flex: 0 0 2.625rem;
}
.swatch--color-large:after {
  -webkit-box-shadow: inset 0 0 0 0.1875rem #FFF;
          box-shadow: inset 0 0 0 0.1875rem #FFF;
}
.swatch--color-large.selected:before {
  width: 1rem;
  height: 1rem;
}

.swatch--color-med {
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
}
.swatch--color-med:after {
  -webkit-box-shadow: inset 0 0 0 0.1875rem #f8f8f8;
          box-shadow: inset 0 0 0 0.1875rem #f8f8f8;
}
@media (max-width: 63.9375rem) {
  .swatch--color-med:after {
    -webkit-box-shadow: inset 0 0 0 0.1875rem #FFF;
            box-shadow: inset 0 0 0 0.1875rem #FFF;
  }
}
.swatch--color-med.selected:before {
  width: 1rem;
  height: 1rem;
}

.swatch--color-misc {
  background: linear-gradient(45deg, yellow 50%, pink 50%);
}

.swatch--color-white {
  background-color: #FFF;
}
.swatch--color-black {
  background-color: #000;
}
.swatch--color-grey-1 {
  background-color: #f8f8f8;
}
.swatch--color-grey-2 {
  background-color: #e9e8e1;
}
.swatch--color-grey-3 {
  background-color: #eeeeee;
}
.swatch--color-grey-4 {
  background-color: #c4c4c4;
}
.swatch--color-grey-5 {
  background-color: #999999;
}
.swatch--color-grey-6 {
  background-color: #efefef;
}
.swatch--color-grey-7 {
  background-color: #575757;
}
.swatch--color-red {
  background-color: #e60000;
}
.swatch--color-blue {
  background-color: #4D96E7;
}
.swatch--color-navy {
  background-color: rgb(15.3861386139, 62.1856435644, 114.1138613861);
}
.swatch--color-green {
  background-color: #566A27;
}
.swatch--color-beige {
  background-color: #EEECE4;
}
.swatch--color-facebook-blue {
  background-color: #1877f2;
}
.swatch--color-google-blue {
  background-color: #4285f1;
}
.swatch--color-google-red {
  background-color: #ea4236;
}
.swatch--color-instagram-pink {
  background-color: #C62A81;
}
.swatch--color-instagram-orange {
  background-color: #F06430;
}
.swatch--color-paypal-blue {
  background-color: #009cde;
}
.swatch--color-paypal-silver {
  background-color: #eeeeee;
}
.swatch--color-primary {
  background-color: #000000;
}
.swatch--color-secondary {
  background-color: #ffbb1c;
}
.swatch--color-tertiary {
  background-color: #ff1c60;
}
.swatch--color-accent-primary {
  background-color: #0DFFCB;
}
.swatch--color-accent-secondary {
  background-color: #DAFF79;
}
.swatch--color-accent-tertiary {
  background-color: #28BAFF;
}
.swatch--color-error {
  background-color: #930000;
}
.swatch--color-success {
  background-color: #566A27;
}
.swatch--color-beige {
  background-color: #EEECE4;
}
.swatch--color-red {
  background-color: #930000;
}
.swatch--color-start-white {
  background-color: #efefe8;
}
.swatch--color-grey-mid {
  background-color: #757575;
}
.swatch--color-sand {
  background-color: #FAF9F7;
}
.swatch--color-fwb-blue {
  background-color: #0A1A69;
}
.swatch--color-grey-line {
  background-color: #d1d1d1;
}

.product-attribute__anchor {
  position: relative;
  border: 1px solid #000;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  padding: 0 0.625rem;
}
.product-attribute__anchor--mobile-quickadd {
  min-width: 0;
  width: 100%;
  height: 3rem;
  display: block;
  margin: 0 !important;
  padding: 0;
}
@media (hover: hover) {
  .product-attribute__anchor:hover:not(.selected):not(.unselectable):not(.product-attribute__anchor--mobile-quickadd) {
    background: #000;
    color: #FFF;
  }
}
.product-attribute__anchor.disabled, .product-attribute__anchor.unselectable {
  color: #575757;
  background-color: #FFF;
  border: 1px dashed #575757;
  cursor: pointer;
  text-decoration: line-through;
}
.product-attribute__anchor.selected {
  color: #FFF;
  border-color: #000000;
  background-color: #000000;
}
.product-attribute__anchor.waitlist {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #575757;
  cursor: pointer;
  text-decoration: none;
}
.product-attribute__anchor.waitlist.selected {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
  background: #000;
  color: #FFF;
}

@media (min-width: 64rem) {
  .product-attribute__anchor:hover:not(.selected):not(.unselectable) {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #000;
    color: #FFF;
  }
  .product-attribute__anchor.waitlist {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #575757;
    cursor: pointer;
  }
  .product-attribute__anchor.waitlist.selected, .product-attribute__anchor.waitlist:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #000;
    color: #FFF;
  }
  .product-size-attribute__anchor {
    position: relative;
    font-size: 0.875rem;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1.4375rem;
    min-width: 1.4375rem;
    padding: 0.125rem 0.625rem 0;
  }
  .product-size-attribute__anchor.disabled, .product-size-attribute__anchor.unselectable {
    color: #c4c4c4;
  }
  .product-size-attribute__anchor:hover {
    border-color: #000;
  }
}
isapplepay {
  display: none !important;
}

/*------------------------------------*\
  #TRUMPS
\*------------------------------------*/
/*------------------------------------*\
  #TEXT SIZE
\*------------------------------------*/
.heading-type--yotta {
  font-size: 8.875rem;
}

.heading-type--zetta {
  font-size: 7.375rem;
}

.heading-type--exa {
  font-size: 6.25rem;
}

.heading-type--h1 {
  font-size: 5.125rem;
}

.heading-type--h2 {
  font-size: 4.375rem;
}

.heading-type--h3 {
  font-size: 3.5rem;
}

.heading-type--h4 {
  font-size: 3rem;
}

.heading-type--h5 {
  font-size: 2.5rem;
}

.heading-type--h6 {
  font-size: 2rem;
}

.body-type {
  font-size: 16px;
}

.body-type--kilo {
  font-size: 1.75rem;
}

.body-type--hecto {
  font-size: 1.5rem;
}

.body-type--deka {
  font-size: 1.25rem;
}

.body-type--deci {
  font-size: 0.875rem;
}

.body-type--centi {
  font-size: 0.75rem;
}

.body-type--micro {
  font-size: 0.625rem;
}

[class*=fluid-type] {
  line-height: normal;
}

.fluid-type--kilo-h5 {
  font-size: 1.75rem;
}
@media screen and (min-width: 47.9375rem) {
  .fluid-type--kilo-h5 {
    font-size: calc(1.75rem + 0.75 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .fluid-type--kilo-h5 {
    font-size: 2.5rem;
  }
}

.fluid-type--deka-h5 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47.9375rem) {
  .fluid-type--deka-h5 {
    font-size: calc(1.25rem + 1.25 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .fluid-type--deka-h5 {
    font-size: 2.5rem;
  }
}

.fluid-type--hecto-h6 {
  font-size: 1.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .fluid-type--hecto-h6 {
    font-size: calc(1.5rem + 0.5 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .fluid-type--hecto-h6 {
    font-size: 2rem;
  }
}

.fluid-type--deka-kilo {
  font-size: 1.25rem;
}
@media screen and (min-width: 47.9375rem) {
  .fluid-type--deka-kilo {
    font-size: calc(1.25rem + 0.5 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .fluid-type--deka-kilo {
    font-size: 1.75rem;
  }
}

.fluid-type--deka-hecto {
  font-size: 1.25rem;
}
@media screen and (min-width: 47.9375rem) {
  .fluid-type--deka-hecto {
    font-size: calc(1.25rem + 0.25 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .fluid-type--deka-hecto {
    font-size: 1.5rem;
  }
}

.fluid-type--centi-deci {
  font-size: 0.75rem;
}
@media screen and (min-width: 47.9375rem) {
  .fluid-type--centi-deci {
    font-size: calc(0.75rem + 0.125 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .fluid-type--centi-deci {
    font-size: 0.875rem;
  }
}

/*------------------------------------*\
  #TEXT FAMILIES
\*------------------------------------*/
.font-family--sans {
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
}

[class*=heading-type],
.font-family--sans-secondary {
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
}

.font-family--serif {
  font-family: Times, serif;
}

.font-family--cursive {
  font-family: cursive;
}

/*------------------------------------*\
  #CMS GENERIC COPY
\*------------------------------------*/
.cms-generic-copy {
  line-height: 1.63;
}
.cms-generic-copy h1, .cms-generic-copy h2, .cms-generic-copy h3, .cms-generic-copy h4, .cms-generic-copy h5, .cms-generic-copy h6 {
  margin-bottom: 1em;
  line-height: 0.85;
  text-transform: uppercase;
}
.cms-generic-copy h1:not(:first-child), .cms-generic-copy h2:not(:first-child), .cms-generic-copy h3:not(:first-child), .cms-generic-copy h4:not(:first-child), .cms-generic-copy h5:not(:first-child), .cms-generic-copy h6:not(:first-child) {
  margin-top: 1em;
}
.cms-generic-copy a {
  text-decoration: underline;
  font-weight: 600;
}
.cms-generic-copy a:hover, .cms-generic-copy a:focus {
  opacity: 0.7;
}
.cms-generic-copy ul,
.cms-generic-copy ol,
.cms-generic-copy p + p {
  margin-top: 0.5em;
}
.cms-generic-copy ol,
.cms-generic-copy ul {
  margin-bottom: 0.5em;
}
.cms-generic-copy ol li:not(:last-child),
.cms-generic-copy ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.cms-generic-copy table {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: solid 0.0625rem;
  border-collapse: collapse;
}
.cms-generic-copy th, .cms-generic-copy td {
  border: solid 0.0625rem;
  padding: 0.5rem;
}
.cms-generic-copy th {
  background-color: #e9e8e1;
}

/*------------------------------------*\
  #TEXT LINE HEIGHT
\*------------------------------------*/
.text-line--collapse {
  line-height: 0;
}

.text-line--reset {
  line-height: 1;
}

.text-line--reduce {
  line-height: 0.85;
}

.text-line--small {
  line-height: 1.19;
}

.text-line--normal {
  line-height: 1.5;
}

.text-line--medium {
  line-height: 1.5;
}

.text-line--large {
  line-height: 1.63;
}

.text-line--xlarge {
  line-height: 1.75;
}

.text-line--xxlarge {
  line-height: 1.9;
}

/*------------------------------------*\
  #TEXT ALIGNMENT
\*------------------------------------*/
.text-align--left {
  text-align: left;
}

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

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

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

/*------------------------------------*\
  #TEXT STYLING
\*------------------------------------*/
.font-weight--light {
  font-weight: 300;
}

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

.font-weight--semibold {
  font-weight: 600;
}

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

.font-weight--extrabold {
  font-weight: 900;
}

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

.text-decoration--underline {
  text-decoration: underline;
}

.text-decoration--strike {
  text-decoration: line-through;
}

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

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

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

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

.white-space--nowrap {
  white-space: nowrap;
}

.text--stroke {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 0.0625rem;
}

/*------------------------------------*\
  #TEXT SPACING
\*------------------------------------*/
.word-spacing--large {
  word-spacing: 100vw;
}

.word-break--break-word {
  word-break: break-word;
}

.hyphens--auto {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/*------------------------------------*\
  #TEXT COLOR
\*------------------------------------*/
.text-color--white {
  color: #FFF;
}
.text-color--black {
  color: #000;
}
.text-color--grey-1 {
  color: #f8f8f8;
}
.text-color--grey-2 {
  color: #e9e8e1;
}
.text-color--grey-3 {
  color: #eeeeee;
}
.text-color--grey-4 {
  color: #c4c4c4;
}
.text-color--grey-5 {
  color: #999999;
}
.text-color--grey-6 {
  color: #efefef;
}
.text-color--grey-7 {
  color: #575757;
}
.text-color--red {
  color: #e60000;
}
.text-color--blue {
  color: #4D96E7;
}
.text-color--navy {
  color: rgb(15.3861386139, 62.1856435644, 114.1138613861);
}
.text-color--green {
  color: #566A27;
}
.text-color--beige {
  color: #EEECE4;
}
.text-color--facebook-blue {
  color: #1877f2;
}
.text-color--google-blue {
  color: #4285f1;
}
.text-color--google-red {
  color: #ea4236;
}
.text-color--instagram-pink {
  color: #C62A81;
}
.text-color--instagram-orange {
  color: #F06430;
}
.text-color--paypal-blue {
  color: #009cde;
}
.text-color--paypal-silver {
  color: #eeeeee;
}
.text-color--primary {
  color: #000000;
}
.text-color--secondary {
  color: #ffbb1c;
}
.text-color--tertiary {
  color: #ff1c60;
}
.text-color--accent-primary {
  color: #0DFFCB;
}
.text-color--accent-secondary {
  color: #DAFF79;
}
.text-color--accent-tertiary {
  color: #28BAFF;
}
.text-color--error {
  color: #930000;
}
.text-color--success {
  color: #566A27;
}
.text-color--beige {
  color: #EEECE4;
}
.text-color--red {
  color: #930000;
}
.text-color--start-white {
  color: #efefe8;
}
.text-color--grey-mid {
  color: #757575;
}
.text-color--sand {
  color: #FAF9F7;
}
.text-color--fwb-blue {
  color: #0A1A69;
}
.text-color--grey-line {
  color: #d1d1d1;
}

.text-color--initial {
  color: initial;
}

@media (min-width: 48rem) {
  /*------------------------------------*\
    #TEXT ALIGNMENT
  \*------------------------------------*/
  .text-align--small-up-center {
    text-align: center;
  }
}
@media (max-width: 63.9375rem) {
  /*------------------------------------*\
    #TEXT ALIGNMENT
  \*------------------------------------*/
  .text-align--medium-center {
    text-align: center;
  }
}
@media (max-width: 47.9375rem) {
  /*------------------------------------*\
    #TEXT ALIGNMENT
  \*------------------------------------*/
  .text-align--small-left {
    text-align: left;
  }
  .text-align--small-center {
    text-align: center;
  }
  .text-align--small-right {
    text-align: right;
  }
  .text-align--small-justify {
    text-align: justify;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

b,
strong,
.font-weight--semibold,
.font-weight--bold {
  font-weight: 400;
  font-family: "Newtime R Heavy", Helvetica, Arial, sans-serif;
}

.font-size--8 {
  font-size: 0.5rem;
}
.font-size--9 {
  font-size: 0.5625rem;
}
.font-size--10 {
  font-size: 0.625rem;
}
.font-size--12 {
  font-size: 0.75rem;
}
.font-size--14 {
  font-size: 0.875rem;
}
.font-size--16 {
  font-size: 1rem;
}
.font-size--18 {
  font-size: 1.125rem;
}
.font-size--20 {
  font-size: 1.25rem;
}
.font-size--22 {
  font-size: 1.375rem;
}
.font-size--24 {
  font-size: 1.5rem;
}
.font-size--25 {
  font-size: 1.5625rem;
}
.font-size--27 {
  font-size: 1.6875rem;
}
.font-size--30 {
  font-size: 1.875rem;
}
.font-size--32 {
  font-size: 2rem;
}
.font-size--40 {
  font-size: 2.5rem;
}
.font-size--50 {
  font-size: 3.125rem;
}
.font-size--60 {
  font-size: 3.75rem;
}
.font-size--70 {
  font-size: 4.375rem;
}

.font-size--12,
.font-size--14,
.font-size--16 {
  letter-spacing: 0.04em;
}

.letter-spacing--base {
  letter-spacing: 0.04em !important;
}

.font-size--18,
.font-size--20,
.font-size--22,
.font-size--25,
.font-size--27,
.font-size--30,
.font-size--40,
.font-size--50,
.font-size--70,
.letter-spacing--large {
  letter-spacing: 0.04em;
}

/*------------------------------------*\
  #TEXT FAMILIES
\*------------------------------------*/
.font-family--sans {
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
}

[class*=heading-type],
.font-family--sans-secondary {
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
}

.font-family--regular,
.font-family--medium,
.font-family--newtime {
  font-family: "Newtime R", Helvetica, Arial, sans-serif;
}

.font-family--book,
.font-family--newtime-book {
  font-family: "Newtime R Book", Helvetica, Arial, sans-serif;
}

.font-family--heavy,
.font-family--newtime-heavy {
  font-family: "Newtime R Heavy", Helvetica, Arial, sans-serif;
}

.font-family--catalogue,
.font-family--catalogue *:not(.font-family--medium) {
  font-family: "Catalogue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.font-family--catalogue em,
.font-family--catalogue *:not(.font-family--medium) em {
  font-family: "Catalogue Italic", Helvetica, Arial, sans-serif;
}

.font-family--catalogue-italic,
.font-family--catalogue-italic * {
  font-family: "Catalogue Italic", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}

.line-height--tall {
  line-height: 1.75em;
}

.cms-generic-copy {
  line-height: 1.5;
}
.cms-generic-copy a {
  font-weight: 400;
  text-decoration: none;
}
.cms-generic-copy a:hover {
  opacity: 1;
}
.cms-generic-copy ol,
.cms-generic-copy ul {
  margin: 0 0 1rem 1rem;
  padding: 0 0 0 1rem;
}
.cms-generic-copy ol li:not(:last-child),
.cms-generic-copy ul li:not(:last-child) {
  margin: 0;
}
.cms-generic-copy table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.cms-generic-copy th, .cms-generic-copy td {
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  padding: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.cms-generic-copy th:first-child, .cms-generic-copy td:first-child {
  border-left: 0;
  padding-left: 0;
}
.cms-generic-copy th:last-child, .cms-generic-copy td:last-child {
  border-right: 0;
}
.cms-generic-copy tr {
  border-spacing: 0;
}
.cms-generic-copy thead th {
  background-color: transparent;
  padding: 0.5rem;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.cms-generic-copy tbody td,
.cms-generic-copy tbody th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
}

.font--grey-dark {
  color: #575757;
}

.font--grey-mid {
  color: #757575;
}

.text-transform--sentence:first-letter {
  text-transform: capitalize;
}

@media (min-width: 48rem) {
  .t-font-size--8 {
    font-size: 0.5rem;
  }
  .t-font-size--9 {
    font-size: 0.5625rem;
  }
  .t-font-size--10 {
    font-size: 0.625rem;
  }
  .t-font-size--12 {
    font-size: 0.75rem;
  }
  .t-font-size--14 {
    font-size: 0.875rem;
  }
  .t-font-size--16 {
    font-size: 1rem;
  }
  .t-font-size--18 {
    font-size: 1.125rem;
  }
  .t-font-size--20 {
    font-size: 1.25rem;
  }
  .t-font-size--22 {
    font-size: 1.375rem;
  }
  .t-font-size--24 {
    font-size: 1.5rem;
  }
  .t-font-size--25 {
    font-size: 1.5625rem;
  }
  .t-font-size--27 {
    font-size: 1.6875rem;
  }
  .t-font-size--30 {
    font-size: 1.875rem;
  }
  .t-font-size--32 {
    font-size: 2rem;
  }
  .t-font-size--40 {
    font-size: 2.5rem;
  }
  .t-font-size--50 {
    font-size: 3.125rem;
  }
  .t-font-size--60 {
    font-size: 3.75rem;
  }
  .t-font-size--70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 64rem) {
  .d-font-size--8 {
    font-size: 0.5rem;
  }
  .d-font-size--9 {
    font-size: 0.5625rem;
  }
  .d-font-size--10 {
    font-size: 0.625rem;
  }
  .d-font-size--12 {
    font-size: 0.75rem;
  }
  .d-font-size--14 {
    font-size: 0.875rem;
  }
  .d-font-size--16 {
    font-size: 1rem;
  }
  .d-font-size--18 {
    font-size: 1.125rem;
  }
  .d-font-size--20 {
    font-size: 1.25rem;
  }
  .d-font-size--22 {
    font-size: 1.375rem;
  }
  .d-font-size--24 {
    font-size: 1.5rem;
  }
  .d-font-size--25 {
    font-size: 1.5625rem;
  }
  .d-font-size--27 {
    font-size: 1.6875rem;
  }
  .d-font-size--30 {
    font-size: 1.875rem;
  }
  .d-font-size--32 {
    font-size: 2rem;
  }
  .d-font-size--40 {
    font-size: 2.5rem;
  }
  .d-font-size--50 {
    font-size: 3.125rem;
  }
  .d-font-size--60 {
    font-size: 3.75rem;
  }
  .d-font-size--70 {
    font-size: 4.375rem;
  }
}
@media (max-width: 47.9375rem) {
  .m-font-size--8 {
    font-size: 0.5rem;
  }
  .m-font-size--9 {
    font-size: 0.5625rem;
  }
  .m-font-size--10 {
    font-size: 0.625rem;
  }
  .m-font-size--12 {
    font-size: 0.75rem;
  }
  .m-font-size--14 {
    font-size: 0.875rem;
  }
  .m-font-size--16 {
    font-size: 1rem;
  }
  .m-font-size--18 {
    font-size: 1.125rem;
  }
  .m-font-size--20 {
    font-size: 1.25rem;
  }
  .m-font-size--22 {
    font-size: 1.375rem;
  }
  .m-font-size--24 {
    font-size: 1.5rem;
  }
  .m-font-size--25 {
    font-size: 1.5625rem;
  }
  .m-font-size--27 {
    font-size: 1.6875rem;
  }
  .m-font-size--30 {
    font-size: 1.875rem;
  }
  .m-font-size--32 {
    font-size: 2rem;
  }
  .m-font-size--40 {
    font-size: 2.5rem;
  }
  .m-font-size--50 {
    font-size: 3.125rem;
  }
  .m-font-size--60 {
    font-size: 3.75rem;
  }
  .m-font-size--70 {
    font-size: 4.375rem;
  }
}
/*md

# Typography

## Family

```html_example
    &lt;div class="font-size--30 font-family--book"&gt;Font NewTime Book&lt;/div&gt;
    &lt;div class="font-size--30 font-family--regular"&gt;Font NewTime Regular&lt;/div&gt;
    &lt;div class="font-size--30 font-family--heavy"&gt;Font NewTime Heavy&lt;/div&gt;
    &lt;div class="font-size--30 font-family--catalogue"&gt;Font CatalogueLL Regular&lt;/div&gt;
    &lt;div class="font-size--30 font-family--catalogue-italic"&gt;Font CatalogueLL Italic&lt;/div&gt;
```

## Sizes

```html_example
    &lt;div class="font-size--70"&gt;Font Size 70&lt;/div&gt;
    &lt;div class="font-size--50"&gt;Font Size 50&lt;/div&gt;
    &lt;div class="font-size--40"&gt;Font Size 40&lt;/div&gt;
    &lt;div class="font-size--30"&gt;Font Size 30&lt;/div&gt;
    &lt;div class="font-size--27"&gt;Font Size 27&lt;/div&gt;
    &lt;div class="font-size--25"&gt;Font Size 25&lt;/div&gt;
    &lt;div class="font-size--22"&gt;Font Size 22&lt;/div&gt;
    &lt;div class="font-size--20"&gt;Font Size 20&lt;/div&gt;
    &lt;div class="font-size--18"&gt;Font Size 18&lt;/div&gt;
    &lt;div class="font-size--16"&gt;Font Size 16&lt;/div&gt;
    &lt;div class="font-size--14"&gt;Font Size 14&lt;/div&gt;
    &lt;div class="font-size--12"&gt;Font Size 12&lt;/div&gt;
```

## Paragraph

```html_example
    &lt;div class="cms-generic-copy t-set--w-50"&gt;
        &lt;p&gt;Lorem Ipsum is simply dummy text of &lt;a href="" title="" class="link--default"&gt;the printing and typesetting&lt;/a&gt; industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&lt;/p&gt;
        &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&lt;/p&gt;
    &lt;/div&gt;
```

## Lists (TBD)

```html_example
    &lt;div class="cms-generic-copy"&gt;
        &lt;ul&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;div class="cms-generic-copy"&gt;
        &lt;ol&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
            &lt;li&gt;I am the example&lt;/li&gt;
        &lt;/ol&gt;
    &lt;/div&gt;
```
 */
.hidden {
  display: none !important;
}

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

.set--visible {
  opacity: 1;
  visibility: inherit;
}

.set--invisible {
  opacity: 0;
  visibility: hidden;
}

.set--no-opacity {
  opacity: 0;
}

.pointer--none {
  pointer-events: none;
}

.toggle-display--hidden:not(.toggle--active) {
  display: none;
}

/*------------------------------------*\
  #VIEWPORT VISIBILITY
\*------------------------------------*/
@media (min-width: 48rem) {
  .display--small-only {
    display: none !important;
  }
}
@media (min-width: 64rem) {
  .display--medium-only,
  .display--medium-down {
    display: none !important;
  }
}
@media (max-width: 63.9375rem) {
  .display--medium-up {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .display--hide-medium {
    display: none !important;
  }
}
@media (max-width: 47.9375rem) {
  .display--small-up,
  .display--medium-only {
    display: none !important;
  }
}
@media (min-width: 80rem) {
  .display--prelarge-only,
  .display--prelarge-down {
    display: none !important;
  }
}
@media (max-width: 79.9375rem) {
  .display--prelarge-up {
    display: none !important;
  }
}
/*------------------------------------*\
  #MODULES
\*------------------------------------*/
/*------------------------------------*\
  #MODULE COMPONENTS
\*------------------------------------*/
.component-overlay-container {
  position: relative;
  max-width: 100%;
}

.component-overlay {
  position: absolute;
  overflow: hidden;
}

.component-overlay--start {
  top: 0;
  left: 0;
}

.component-overlay--center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.component-overlay--low-index {
  z-index: 1;
}

/*------------------------------------*\
  #MODULE ALIGNMENT
\*------------------------------------*/
.component-v-align--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.component-v-align--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.component-h-align--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.component-h-align--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.component-h-align--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.component-outer-v-align--center {
  margin-top: auto;
  margin-bottom: auto;
}

.component-outer-v-align--bottom {
  margin-top: auto;
}

.component-outer-h-align--center {
  margin-right: auto;
  margin-left: auto;
}

.component-outer-h-align--right {
  margin-left: auto;
}

/*------------------------------------*\
  #MODULE IMAGES
\*------------------------------------*/
.component-image {
  -o-object-position: undefined;
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: undefined;
     object-position: var(--focal-point-x) var(--focal-point-y);
}

/*------------------------------------*\
  #MODULE CTAs
\*------------------------------------*/
.component-actions {
  z-index: 1;
  position: relative;
}

.component-actions--inner {
  display: inline;
}

.component-actions__cta--fake {
  cursor: pointer;
}

/*------------------------------------*\
  #MODULE CONTAINERS
\*------------------------------------*/
.module-container {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-position: center;
  background-size: cover;
}

.module-container__description {
  margin-top: 0.5em;
}

.module-container__constraint--start {
  margin-left: initial;
}

.module-container__constraint--end {
  margin-right: initial;
}

/*------------------------------------*\
  #MODULE GRID
\*------------------------------------*/
.module-grid--spacing-row-small {
  margin-top: -0.35rem;
  margin-bottom: -0.35rem;
}
.module-grid--spacing-row-small &gt; .module-grid__item {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.module-grid--spacing-row-large {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}
.module-grid--spacing-row-large &gt; .module-grid__item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.module-grid--spacing-row-xlarge {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.module-grid--spacing-row-xlarge &gt; .module-grid__item {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 64rem) {
  /*------------------------------------*\
    #MODULE CONTAINERS
  \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 6rem;
  }
  .module-container--spacing-bottom-large {
    padding-bottom: 6rem;
  }
  .module-container--spacing-top-regular {
    padding-top: 4.25rem;
  }
  .module-container--spacing-bottom-regular {
    padding-bottom: 4.25rem;
  }
  .module-container--spacing-top-small {
    padding-top: 2.25rem;
  }
  .module-container--spacing-bottom-small {
    padding-bottom: 2.25rem;
  }
  .module-container--spacing-top-tiny {
    padding-top: 1.25rem;
  }
  .module-container--spacing-bottom-tiny {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 48rem) and (max-width: 63.9375rem) {
  /*------------------------------------*\
    #MODULE CONTAINERS
  \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 4.25rem;
  }
  .module-container--spacing-bottom-large {
    padding-bottom: 4.25rem;
  }
  .module-container--spacing-top-regular {
    padding-top: 2.5rem;
  }
  .module-container--spacing-bottom-regular {
    padding-bottom: 2.5rem;
  }
  .module-container--spacing-top-small,
  .module-container--spacing-top-tiny {
    padding-top: 1.25rem;
  }
  .module-container--spacing-bottom-small,
  .module-container--spacing-bottom-tiny {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 63.9375rem) {
  /*------------------------------------*\
    #MODULE IMAGES
  \*------------------------------------*/
  .component-image--md-focal {
    -o-object-position: undefined;
    -o-object-position: var(--focal-point-x-md) var(--focal-point-y-md);
       object-position: undefined;
       object-position: var(--focal-point-x-md) var(--focal-point-y-md);
  }
}
@media (min-width: 48rem) {
  /*------------------------------------*\
    #MODULE COMPONENTS
  \*------------------------------------*/
  .component-custom-width {
    width: 100%;
    width: var(--component-var-width, 100%);
  }
  .component-overlay--small-up {
    position: absolute;
    overflow: hidden;
  }
  .module-container__header:not(:last-child) {
    margin-bottom: 1.75rem;
  }
  /*------------------------------------*\
    #MODULE GRID
  \*------------------------------------*/
  .module-grid--spacing-row-regular {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .module-grid--spacing-row-regular &gt; .module-grid__item {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.9375rem) {
  /*------------------------------------*\
    #MODULE COMPONENTS
  \*------------------------------------*/
  .component-overlay--small {
    position: absolute;
    overflow: hidden;
  }
  .component-custom-width {
    width: 100%;
    width: var(--component-var-width-small, 100%);
  }
  /*------------------------------------*\
    #MODULE ALIGNMENT
    # These are small-viewport-only overrides.
  \*------------------------------------*/
  .component-v-align--small-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .component-v-align--small-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .component-v-align--small-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .component-h-align--small-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .component-h-align--small-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .component-h-align--small-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .component-outer-v-align--small-top {
    margin-top: initial;
    margin-bottom: auto;
  }
  .component-outer-v-align--small-center {
    margin-top: auto;
    margin-bottom: auto;
  }
  .component-outer-v-align--small-bottom {
    margin-top: auto;
  }
  .component-outer-h-align--small-left {
    margin-left: initial;
    margin-right: auto;
  }
  .component-outer-h-align--small-center {
    margin-right: auto;
    margin-left: auto;
  }
  .component-outer-h-align--small-right {
    margin-left: auto;
    margin-right: initial;
  }
  /*------------------------------------*\
    #MODULE IMAGES
  \*------------------------------------*/
  .component-image--sm-focal {
    -o-object-position: undefined;
    -o-object-position: var(--focal-point-x-sm) var(--focal-point-y-sm);
       object-position: undefined;
       object-position: var(--focal-point-x-sm) var(--focal-point-y-sm);
  }
  /*------------------------------------*\
    #MODULE CONTAINERS
  \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 2.5rem;
  }
  .module-container--spacing-bottom-large {
    padding-bottom: 2.5rem;
  }
  .module-container--spacing-top-regular {
    padding-top: 1.75rem;
  }
  .module-container--spacing-bottom-regular {
    padding-bottom: 1.75rem;
  }
  .module-container--spacing-top-small,
  .module-container--spacing-top-tiny {
    padding-top: 1rem;
  }
  .module-container--spacing-bottom-small,
  .module-container--spacing-bottom-tiny {
    padding-bottom: 1rem;
  }
  .module-container__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  /*------------------------------------*\
    #MODULE GRID
  \*------------------------------------*/
  .module-grid--spacing-row-regular {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }
  .module-grid--spacing-row-regular &gt; .module-grid__item {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .module-grid--free-sliding {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 10%;
    padding-bottom: 1rem;
  }
  .module-container--has-outer-gutter .module-grid--free-sliding {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .module-container--has-outer-gutter .module-grid--free-sliding.module-grid--has-inner-gutters {
    padding-left: 0.65rem;
  }
  .module-container--has-outer-gutter .module-grid--free-sliding:not(.module-grid--has-inner-gutters) {
    padding-left: 1rem;
  }
}
@media (max-width: 63.9375rem) {
  .set--text-overlay-large [class*=heading-type] {
    font-family: "Catalogue", Helvetica, Arial, sans-serif;
    letter-spacing: unset;
  }
}

@media (max-width: 47.9375rem) {
  .set--text-overlay-small [class*=heading-type] {
    font-family: "Catalogue", Helvetica, Arial, sans-serif;
    letter-spacing: unset;
  }
}

.component-h-align--right {
  margin-left: auto;
}

.component-h-align--left {
  margin-right: auto;
}

.video-asset--natural video.vjs-tech {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-grid:not(.set--show-all-products) .product-grid__item--hideable:not(.slick-slide) {
  display: none;
}

.product-grid__cta-more.set--show-all-products .product-grid__cta-label--show {
  display: none;
}
.product-grid__cta-more:not(.set--show-all-products) .product-grid__cta-label--hide {
  display: none;
}

@media (max-width: 47.9375rem) {
  .module-container .module-grid.row.stack-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .module-container .product-grid__container {
    margin-bottom: 2rem;
  }
  .module-container .product-grid__container .product-grid__cta-container {
    display: none;
  }
  .module-container .product-grid__container .product-grid__item.slick-slide {
    height: auto;
  }
  .module-container .product-grid__container .slick-dots {
    width: 100%;
  }
  .module-container .product-grid__container .slick-dots button {
    width: 1rem;
  }
  .product-grid__cta-more.hidden-xs-down {
    display: none;
  }
  .pd-grid-tile .product-tile__mobile-quickadd-button {
    display: none;
  }
  .module-grid--free-sliding {
    padding-bottom: 0;
  }
  .module-grid--free-sliding::-webkit-scrollbar {
    display: none;
  }
}
.window-modal {
  position: fixed;
}
.window-modal:not(.modal-active) {
  opacity: 0;
  visibility: hidden;
}

.modal-container--static {
  display: none;
}

[data-mouse-trail] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99;
}

[data-mouse-trail] * {
  position: absolute;
  will-change: transform;
}

.component-type--contentOverlay {
  position: relative;
}

.product-tile .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-tile .price--formated {
  display: none;
}
.product-tile .price--reduced {
  display: inline-block;
}

.product-tile--default {
  position: relative;
}
.product-tile--default .product-tile__anchor {
  display: block;
  position: relative;
  z-index: 1;
}
.product-tile--default .product-tile__anchor.video-on-clp {
  cursor: pointer;
}

.product-tile--overlay {
  padding: 1.25rem;
}

.product-tile--card {
  position: relative;
  margin-bottom: 1.25rem;
}
.product-tile--card .product-tile__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.product-tile--card .product-tile__media {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  position: relative;
}
.product-tile--card .product-tile__media:before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}

.tile-image {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.tile-image-primary {
  position: relative;
  z-index: 1;
}
.set--quickadd-active .tile-image-primary.set--secondary-ready {
  z-index: 0;
}

.tile-image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.product-tile__body {
  position: relative;
  margin-top: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-tile__body .product-tile__name {
  margin-bottom: 0.25rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 64rem) {
  .product-grid--view-feed .product-tile__body .product-tile__name {
    -webkit-line-clamp: 1;
  }
}
.product-tile__body .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-tile__body .strike-through {
  font-size: 1em;
}
.product-tile__body .product__badges {
  color: #575757;
}
@media (min-width: 48rem) {
  .product-tile__body .product__badges {
    line-height: 1.5rem;
    white-space: nowrap;
  }
  .product-tile__body .product__badges .product__badges-item {
    margin-left: 1rem;
  }
}
@media (max-width: 47.9375rem) {
  .product-tile__body .product__badges .product__badges-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .product-tile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 48rem) {
  .product-tile__pd .product__badges .product__badges-item {
    margin-left: 0;
  }
}

.product-tile__media--default {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-tile__media--default:before {
  display: block;
  content: "";
  padding-bottom: 133%;
  width: 100%;
}

.product-tile__anchor:focus .product-tile__image--secondary.lazyloaded,
.product-tile__media--default:hover .product-tile__image--secondary.lazyloaded {
  opacity: 1;
  visibility: inherit;
}

.product-tile__image {
  max-height: none;
}

.product-tile__image--secondary {
  opacity: 0;
  visibility: hidden;
}

.product-tile__colors-container {
  position: relative;
}
@media (min-width: 48rem) {
  .product-list__carousel .product-tile__colors-container {
    height: 3.4375rem;
  }
}
.search-results--view-grid .product-tile__colors-container {
  height: 1.125rem;
  margin-bottom: 0.375rem;
}

.product-tile__swatches {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #FFF;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}

.product-tile__swatch {
  margin-bottom: 0.25rem;
}
.product-tile__swatch:not(:last-child) {
  margin-right: 0.25rem;
}

.product-tile__quickview {
  position: absolute;
  top: 0;
  right: 1rem;
  margin-top: 125%;
  -webkit-transform: translateY(calc(-100% - 1rem));
          transform: translateY(calc(-100% - 1rem));
  opacity: 0;
}
.product-tile:hover .product-tile__quickview, .product-tile__quickview:focus {
  opacity: 0;
  visibility: hidden;
}

.product-tile__quickadd.set--added-to-cart .product-tile__quickadd-actions {
  display: block;
}

.product-tile__quickadd-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 133%;
  overflow: hidden;
}

.product-tile__quickadd-trigger {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.75rem;
  height: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #EEECE4;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-grid--view-grid .product-tile__quickadd-trigger {
  height: 2rem;
}
@media (min-width: 77.5625rem) {
  .product-grid--view-feed .product-tile__quickadd-trigger {
    font-size: 1rem;
  }
}

.product-tile__quickadd-panel {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 0.3125rem;
  background-color: #EEECE4;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  pointer-events: all;
  outline: none;
  -webkit-transition: -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-tile__quickadd-panel.set--ready {
  -webkit-transform: translateY(calc(-100% + 1px));
          transform: translateY(calc(-100% + 1px));
}
.product-tile__quickadd-panel .product-attribute__list--quickadd {
  padding: 0.9375rem;
}
.product-grid--view-grid .product-tile__quickadd-panel .product-attribute__list--quickadd {
  padding: 0.9375rem 0.3125rem;
}
@media (min-width: 90.0625rem) {
  .product-grid--view-grid .product-tile__quickadd-panel .product-attribute__list--quickadd {
    padding: 0.9375rem 0.625rem;
  }
}
.product-grid--view-grid .product-tile__quickadd-panel.overlay-height--full {
  height: calc(100% + 2px);
}

.product-tile__quickadd-actions {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: solid 0.0625rem;
  border-radius: 0;
}

.product-tile__wishlist {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 0.875rem;
  border-radius: 50%;
  overflow: hidden;
}
.product-tile__wishlist .icon {
  height: 1.25rem;
  width: 1.25rem;
}
.product-tile__wishlist.set--in-wishlist .product-tile__wishlist-add {
  display: none;
}
.product-tile__wishlist.set--in-wishlist .product-tile__wishlist-remove {
  display: block;
}

.product-tile__wishlist-remove {
  display: none;
}

.product-tile__mobile-quickadd-icon .icon--shopping-bag {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.25rem;
  margin-top: -0.25rem;
}

/** Hide waitlist and preorder labels on Page designer pages **/
.experience-component .product__badges {
  display: none;
}

.search-results:not(.search-results--hide-edit-badge) .product__edit-badge:not(.hidden) + .product__status-badge {
  display: none;
}

.search-results--hide-edit-badge .product__edit-badge {
  display: none;
}
.search-results--hide-edit-badge .product__status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/** Hide badges on recommender tiles */
.product-list .product__badges,
.product-list .product__badge {
  display: none;
}

@media (min-width: 64rem) {
  .product-tile:hover .product-tile__quickadd-trigger {
    -webkit-transform: translateY(calc(-100% + 1px));
            transform: translateY(calc(-100% + 1px));
    -webkit-transition: -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 213ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  @supports (-webkit-touch-callout: none) {
    .product-tile:hover .product-tile__quickadd-trigger {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }
  }
  .product-tile:hover .product-tile__wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .product-tile--card {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 0.5rem;
  }
  .product-grid--view-grid.product-grid--stack-badge .product-tile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 48rem) {
  .product-tile__desktop-button {
    display: block;
  }
  .product-tile__mobile-quickadd-button,
  .mobile-quickadd-button--over-image {
    display: none;
  }
  .product-tile__swatches:hover,
  .product-tile__colors-counter:hover + .product-tile__swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 63.9375rem) {
  .product-tile--card {
    padding: 1.25rem;
  }
  .product-tile--card .product-tile__footer {
    margin-top: 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .product-tile__desktop-button {
    display: none;
  }
  .product-tile__mobile-quickadd-button {
    display: block;
  }
  .product-tile__name-price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mobile-quickadd-button--over-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .product-tile__body {
    margin-top: 0.5rem;
  }
  .product__badge {
    margin-top: 0.25rem;
  }
}
[data-vip-element] {
  display: none;
}
[data-vip-element].active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
[data-vip-element].vipIcon {
  margin-left: 0.5rem;
}

@media (max-width: 63.9375rem) {
  .modal--edit-vip-profile {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
.modal--edit-vip-profile .window-modal__content {
  border: none;
  background-color: #F8F7F1;
}
@media (max-width: 63.9375rem) {
  .modal--edit-vip-profile .window-modal__content {
    margin: 1rem;
    border-top: 0.5rem solid #0A1A69;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 3rem);
  }
  @supports (height: 100dvh) {
    .modal--edit-vip-profile .window-modal__content {
      height: calc(100dvh - 3rem);
    }
  }
  .modal--edit-vip-profile .window-modal__content::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 64rem) {
  .modal--edit-vip-profile .window-modal__content {
    max-width: 50rem;
    height: 37.5rem;
  }
}

.vip_profile {
  width: 100%;
  height: 100%;
  background-color: #F8F7F1;
}
@media (min-width: 64rem) {
  .vip_profile .vip_profile-logo {
    background-color: #0A1A69;
  }
  .vip_profile .vip_profile-logo img {
    max-width: 16.625rem;
  }
}
@media (max-width: 63.9375rem) {
  .vip_profile .vip_profile-logo img {
    max-width: 5.5rem;
  }
}
@media (max-width: 63.9375rem) {
  .vip_profile .vip_profile-logo:has(+ [data-form-step=Thanks]) {
    display: none;
  }
}
.vip_profile .vip_profile_form_actions .button {
  width: 6.5rem;
}
@media (max-width: 63.9375rem) {
  .vip_profile .vip_profile_form_actions {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}
.vip_profile .vip_profile_form_content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3.5rem 2.5rem 2.5rem;
}
.vip_profile .vip_profile_form_content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 63.9375rem) {
  .vip_profile .vip_profile_form_content {
    padding: 0 1rem 2rem;
  }
}

.form_group--instagram .input-mask {
  position: absolute;
  top: 1.5rem;
  opacity: 0;
}
.form_group--instagram.set--floating-label .input-mask {
  opacity: 1;
}
.form_group--instagram .form-control {
  padding-left: 1.125rem !important;
}

.preferred_size_buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem 0.25rem;
}
.preferred_size_buttons.preferred_size_buttons--extended {
  grid-template-columns: repeat(4, 1fr);
}

.form-check--size-button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  height: 3rem;
  width: 100%;
  border: 1px solid #000;
  font-size: 1rem;
  background: none;
}
.form-check--size-button input:checked + label {
  background-color: #0A1A69;
  color: #FFF;
}

.vip_profile_form_store_preference.has-preferred-store .vip_profile_form__store-locator {
  display: none;
}
.vip_profile_form_store_preference.has-preferred-store.toggle--active .vip_profile_form__store-locator {
  display: block;
}
.vip_profile_form_store_preference.has-preferred-store.toggle--active .vip_profile_form_preferred_store {
  display: none;
}

.vip_profile_form__store-locator .plp-product-pickup__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.vip_profile_form__store-locator .store-locator__result-item {
  border: none;
  margin: 0;
}
.vip_profile_form__store-locator .store-locator__result-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.vip_profile_form__store-locator .store-locator__result-label span:last-child {
  white-space: nowrap;
}
.vip_profile_form__store-locator .store-locator__results {
  max-height: 100%;
}
.vip_profile_form__store-locator .store-locator__address-error {
  display: none;
}
.vip_profile_form__store-locator .store-locator__address.set--error .store-locator__address-error {
  display: block;
}

.attentive_read_more:not(.extended) .attentive_read_more_extended {
  display: none;
}
.attentive_read_more.extended .attentive_read_more_trigger {
  display: none;
}

.hero,
.hero__aspect-ratio {
  position: relative;
}

.hero--size-large .hero__title {
  font-size: 3.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .hero--size-large .hero__title {
    font-size: calc(3.5rem + 1.625 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .hero--size-large .hero__title {
    font-size: 5.125rem;
  }
}

.hero--size-regular .hero__title {
  font-size: 3rem;
}
@media screen and (min-width: 47.9375rem) {
  .hero--size-regular .hero__title {
    font-size: calc(3rem + 1.375 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .hero--size-regular .hero__title {
    font-size: 4.375rem;
  }
}

.hero--size-small .hero__title {
  font-size: 2rem;
}
@media screen and (min-width: 47.9375rem) {
  .hero--size-small .hero__title {
    font-size: calc(2rem + 1 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .hero--size-small .hero__title {
    font-size: 3rem;
  }
}

.hero--size-tiny .hero__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .hero--size-tiny .hero__title {
    font-size: calc(1.5rem + 1 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .hero--size-tiny .hero__title {
    font-size: 2.5rem;
  }
}

.hero__subtitle {
  margin-bottom: 0.25em;
}

.hero__actions {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.hero__cta {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.hero__cta:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 90.0625rem) {
  .hero--viewport .hero__content-wrap.set--text-overlay, .hero--viewport .hero__content-wrap.set--text-overlay-large {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .hero--viewport .hero__content-wrap.set--text-after, .hero--viewport .hero__content-wrap.set--text-after-large {
    padding-top: 3.3rem;
  }
  .hero--viewport .hero__content-wrap.set--text-before, .hero--viewport .hero__content-wrap.set--text-before-large {
    padding-bottom: 3.3rem;
  }
  .hero__aspect-ratio:before {
    display: block;
    content: "";
  }
  .hero__aspect-ratio--main:before {
    height: 43.75rem;
  }
  .hero__aspect-ratio--slim:before {
    height: 31.25rem;
  }
  .hero__aspect-ratio--hairline:before {
    height: 18.75rem;
  }
}
@media (min-width: 48rem) and (max-width: 90rem) {
  .hero__aspect-ratio--main {
    position: relative;
  }
  .hero__aspect-ratio--main:before {
    display: block;
    content: "";
    padding-bottom: 48.6111111111%;
    width: 100%;
  }
  .hero__aspect-ratio--slim {
    position: relative;
  }
  .hero__aspect-ratio--slim:before {
    display: block;
    content: "";
    padding-bottom: 34.7222222222%;
    width: 100%;
  }
  .hero__aspect-ratio--hairline {
    position: relative;
  }
  .hero__aspect-ratio--hairline:before {
    display: block;
    content: "";
    padding-bottom: 20.8333333333%;
    width: 100%;
  }
  .hero--viewport .hero__content-wrap.set--text-overlay, .hero--viewport .hero__content-wrap.set--text-overlay-large {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .hero--viewport .hero__content-wrap.set--text-after, .hero--viewport .hero__content-wrap.set--text-after-large {
    padding-top: 5.4vh;
  }
  .hero--viewport .hero__content-wrap.set--text-before, .hero--viewport .hero__content-wrap.set--text-before-large {
    padding-bottom: 5.4vh;
  }
}
@media (min-width: 48rem) {
  .hero--viewport .hero__content-wrap,
  .hero--main .hero__content-wrap,
  .hero--natural .hero__content-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .hero--slim .hero__content-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .hero--hairline .hero__content-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .hero__aspect-ratio--viewport:before {
    display: block;
    height: calc(100vh - 4.125rem);
    min-height: 27.5rem;
    content: "";
  }
  .set--header-blend .hero__aspect-ratio--viewport:before {
    height: 100vh;
  }
  .hero__description {
    margin-top: 0.5em;
    max-width: 40rem;
  }
  .text-align--center .hero__description {
    margin-left: auto;
    margin-right: auto;
  }
  .text-align--right .hero__description {
    margin-left: auto;
  }
  .hero__actions {
    margin-top: 1.75rem;
  }
}
@media (max-width: 47.9375rem) {
  .hero--main .hero__actions,
  .hero--viewport .hero__actions {
    margin-top: 1.25rem;
  }
  .hero--slim .hero__actions,
  .hero--hairline .hero__actions,
  .hero--natural .hero__actions {
    margin-top: 1rem;
  }
  .hero__aspect-ratio--viewport:before {
    display: block;
    height: calc(100vh - 11rem);
    min-height: 16.25rem;
    content: "";
  }
  .set--header-blend .hero__aspect-ratio--viewport:before {
    height: calc(100vh - 6rem);
  }
  .hero__aspect-ratio--main {
    position: relative;
  }
  .hero__aspect-ratio--main:before {
    display: block;
    content: "";
    padding-bottom: 142.9333333333%;
    width: 100%;
  }
  .hero__aspect-ratio--slim {
    position: relative;
  }
  .hero__aspect-ratio--slim:before {
    display: block;
    content: "";
    padding-bottom: 60%;
    width: 100%;
  }
  .hero__aspect-ratio--hairline {
    position: relative;
  }
  .hero__aspect-ratio--hairline:before {
    display: block;
    content: "";
    padding-bottom: 50.1333333333%;
    width: 100%;
  }
  .hero__content-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero-carousel .hero__content-wrap.set--text-after, .hero-carousel .hero__content-wrap.set--text-after-small {
    padding-bottom: 4rem;
  }
  .hero__description {
    margin-top: 0.875em;
  }
  .hero__cta {
    min-width: calc(75% - 1rem);
  }
  .hero__cta .button {
    width: 100%;
  }
}
.hero--size-large .hero__cta {
  font-size: 1.125rem;
}

.hero--size-regular .hero__cta {
  font-size: 1rem;
}

.hero .content-cta-overlay {
  z-index: 2;
}

.hero--size-small .hero__cta {
  font-size: 0.875rem;
}

.hero__img {
  width: 100%;
}

@media (max-width: 47.9375rem) {
  .hero .hero__content-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .hero--size-large .hero__cta {
    font-size: 1.5rem;
  }
  .hero--size-reular .hero__cta {
    font-size: 1.25rem;
  }
  .hero--size-small .hero__cta {
    font-size: 0.875rem;
  }
}
.content-tile {
  position: relative;
}
.content-tile .content-overlay--display-hover {
  opacity: 0;
}
.content-tile:hover .content-overlay--display-hover {
  opacity: 1;
}
.content-tile .product-tile.text-align--center .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-tile--ratio-natural-inherit,
.content-tile--ratio-inherit {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-tile--ratio-natural-inherit .content-tile__content-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-tile__aspect-ratio--has-media {
  position: relative;
}

.content-tile__aspect-ratio--natural {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content-tile__aspect-ratio--natural-inherit .content-tile__media,
.content-tile__aspect-ratio--natural-inherit .content-tile__media &gt; *, .content-tile__aspect-ratio--natural-inherit.content-tile__aspect-ratio--has-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-tile__aspect-ratio--natural-inherit.content-tile__aspect-ratio--has-media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content-tile__aspect-ratio--inherit {
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.content-tile__aspect-ratio--inherit:before {
  display: block;
  content: "";
  padding-bottom: 75%;
  width: 100%;
}

.content-tile--style-default.content-tile--size-large .content-tile__title {
  font-size: 1.75rem;
}
@media screen and (min-width: 47.9375rem) {
  .content-tile--style-default.content-tile--size-large .content-tile__title {
    font-size: calc(1.75rem + 1.75 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .content-tile--style-default.content-tile--size-large .content-tile__title {
    font-size: 3.5rem;
  }
}
.content-tile--style-default.content-tile--size-large .content-tile__description {
  font-size: 1.25rem;
}
.content-tile--style-default.content-tile--size-regular .content-tile__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .content-tile--style-default.content-tile--size-regular .content-tile__title {
    font-size: calc(1.5rem + 0.25 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .content-tile--style-default.content-tile--size-regular .content-tile__title {
    font-size: 1.75rem;
  }
}
.content-tile--style-default.content-tile--size-small .content-tile__title {
  font-size: 1.25rem;
}
@media screen and (min-width: 47.9375rem) {
  .content-tile--style-default.content-tile--size-small .content-tile__title {
    font-size: calc(1.25rem + 0.25 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .content-tile--style-default.content-tile--size-small .content-tile__title {
    font-size: 1.5rem;
  }
}
.content-tile--style-default.content-tile--size-small .content-tile__description {
  font-size: 0.875rem;
}
.content-tile--style-default.content-tile--size-tiny .content-tile__title {
  font-size: 16px;
}
.content-tile--style-default.content-tile--size-tiny .content-tile__description {
  font-size: 0.875rem;
}

.content-tile--style-feature.content-tile--size-large .content-tile__title {
  font-size: 2.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .content-tile--style-feature.content-tile--size-large .content-tile__title {
    font-size: calc(2.5rem + 2.625 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .content-tile--style-feature.content-tile--size-large .content-tile__title {
    font-size: 5.125rem;
  }
}
.content-tile--style-feature.content-tile--size-regular .content-tile__title {
  font-size: 2.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .content-tile--style-feature.content-tile--size-regular .content-tile__title {
    font-size: calc(2.5rem + 1 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .content-tile--style-feature.content-tile--size-regular .content-tile__title {
    font-size: 3.5rem;
  }
}
.content-tile--style-feature.content-tile--size-small .content-tile__title {
  font-size: 2rem;
}
@media screen and (min-width: 47.9375rem) {
  .content-tile--style-feature.content-tile--size-small .content-tile__title {
    font-size: calc(2rem + 0.5 * (100vw - 47.9375rem) / 42.0625);
  }
}
@media screen and (min-width: 90rem) {
  .content-tile--style-feature.content-tile--size-small .content-tile__title {
    font-size: 2.5rem;
  }
}

.content-tile__aspect-ratio--square {
  position: relative;
}
.content-tile__aspect-ratio--square:before {
  display: block;
  content: "";
  padding-bottom: 104.1666666667%;
  width: 100%;
}

.content-tile__aspect-ratio--wide {
  position: relative;
}
.content-tile__aspect-ratio--wide:before {
  display: block;
  content: "";
  padding-bottom: 14.2857142857%;
  width: 100%;
}

.content-tile__aspect-ratio--tall {
  position: relative;
}
.content-tile__aspect-ratio--tall:before {
  display: block;
  content: "";
  padding-bottom: 140%;
  width: 100%;
}

.content-tile__title,
.content-tile__description {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out;
}

.content-tile__actions {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.content-tile__cta {
  max-width: 9.625rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.content-tile__cta:not(:last-child) {
  margin-bottom: 0.75rem;
}

.content-tile__categories::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.content-tile__categories {
  font-size: 0;
  overflow-x: auto;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
}
.content-tile__categories .content-tile {
  display: inline-block;
  margin: 0 0.125rem;
  vertical-align: top;
  width: 7.6875rem;
  white-space: normal;
}
.content-tile__categories .content-tile:first-child {
  margin-left: 0;
}
.content-tile__categories .content-tile:last-child {
  margin-right: 0;
}
.content-tile__categories .content-tile:hover .component-actions__cta, .content-tile__categories .content-tile:focus .component-actions__cta {
  text-decoration: underline;
}
.content-tile__categories .component-actions__cta {
  font-size: 0.75rem;
}

.content-tile__img {
  width: 100%;
}

.experience-accelerator_assets-contentTile .content-tile {
  height: auto;
}

@media (min-width: 64rem) {
  .content-tile--style-feature .content-tile__content-wrap.set--text-overlay, .content-tile--style-feature .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .content-tile__categories {
    margin-bottom: 1rem;
  }
  .content-tile__categories .content-tile {
    margin: 0 1rem;
    width: 9.875rem;
  }
  .content-tile__categories .component-actions__cta {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .content-tile--style-feature .content-tile__content-wrap.set--text-overlay, .content-tile--style-feature .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 48rem) {
  .content-tile--style-default .content-tile__content-wrap.set--text-overlay, .content-tile--style-default .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .content-tile--style-default .content-tile__description {
    margin-top: 0.5em;
  }
  .content-tile--style-default .content-tile__actions:not(:first-child) {
    margin-top: 1rem;
  }
  .content-tile--style-feature .content-tile__description {
    margin-top: 0.8125rem;
  }
  .content-tile--style-feature .content-tile__actions:not(:first-child) {
    margin-top: 2rem;
  }
  .content-tile__content-wrap.set--text-overlay, .content-tile__content-wrap.set--text-overlay-large {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .content-tile__content-wrap.set--text-after, .content-tile__content-wrap.set--text-after-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .content-tile__content-wrap.set--text-after.set--has-background, .content-tile__content-wrap.set--text-after-large.set--has-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .content-tile__content-wrap.set--text-before, .content-tile__content-wrap.set--text-before-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .content-tile__content-wrap.set--text-before.set--has-background, .content-tile__content-wrap.set--text-before-large.set--has-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 47.9375rem) {
  .content-tile__content-wrap.set--text-overlay, .content-tile__content-wrap.set--text-overlay-small {
    padding: 1.35rem;
  }
  .content-tile__content-wrap.set--text-after, .content-tile__content-wrap.set--text-after-small {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .content-tile__content-wrap.set--text-after.set--has-background, .content-tile__content-wrap.set--text-after-small.set--has-background {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .content-tile__content-wrap.set--text-before, .content-tile__content-wrap.set--text-before-small {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .content-tile__content-wrap.set--text-before.set--has-background, .content-tile__content-wrap.set--text-before-small.set--has-background {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .content-tile__description {
    margin-top: 0.35rem;
  }
  .content-tile__actions:not(:first-child) {
    margin-top: 0.825rem;
  }
}
globale {
  display: none;
}

.globale-selector.country-selector {
  cursor: pointer;
}
@media (min-width: 992px) {
  .globale-selector.menu-item {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .globale-selector.menu-item {
    border-top: 1px solid #eee;
  }
}
@media (min-width: 769px) {
  .globale-selector.menu-item .btn {
    color: #fff;
    padding: 0.8rem;
  }
}
@media (max-width: 768.98px) {
  .globale-selector.menu-item .btn {
    color: #444;
  }
}

.header-banner .header-right .store-finder {
  padding: 0 0 0 15px !important;
}

.WelcomeEnglishOption {
  display: none;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #ffffff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: FontAwesome, sans-serif;
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto black;
}

.nav-tabs {
  border-bottom: 1px solid #000000;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #575757;
}
.nav-tabs .nav-link.active {
  border-bottom: undefined;
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  font-weight: normal;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #000000; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(#000000, #000000); /* Standard syntax */
}

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #000000; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(#000000, #000000); /* Standard syntax */
}

/*# sourceMappingURL=global-atf.css.map*/</pre></body></html>