@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 600px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:600px)/";
  width: 600px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:600px) and (max-width:991px)/";
  width: 600px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:991px) and (max-width:1025px)/";
  width: 991px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1025px) and (max-width:1681px)/";
  width: 1025px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

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

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

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

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #111111;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 600px) {
    html {
      font-size: 14px; } }
  @media (min-width: 991px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Lora", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #111111;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #154d4a; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #111111;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #111111;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cdcdcd;
  color: #111111;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 29px; }

cite {
  color: #111111;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #111111;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #111111;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #111111; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #111111; }

.table-tfoot {
  border: 1px solid #111111; }

.table-tbody tr {
  border-bottom: 1px solid #111111; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #111111;
  border-color: #111111;
  color: #f3f1ed;
  font-size: 1rem;
  padding: 0.71429rem 1.5rem;
  border-radius: 5px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #111111;
    border-color: #111111;
    color: #f3f1ed; }
  .button:active {
    background-color: #111111;
    border: 2px solid #111111;
    color: #f3f1ed; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #154d4a;
  border-color: #154d4a;
  color: #f3f1ed; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #154d4a;
    border-color: #154d4a;
    color: #f3f1ed; }
  .button--primary:active {
    background-color: #154d4a;
    border: 2px solid #154d4a;
    color: #f3f1ed; }

.button--tertiary {
  background-color: #436039;
  border-color: #436039;
  color: #f3f1ed; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #436039;
    border-color: #436039;
    color: #f3f1ed; }
  .button--tertiary:active {
    background-color: #436039;
    border: 2px solid #436039;
    color: #f3f1ed; }

.button--action {
  background-color: #154d4a;
  border-color: #154d4a;
  color: #f3f1ed; }
  .button--action:hover, .button--action:focus, .button--action.is-active, .button--action.active {
    background-color: #154d4a;
    border-color: #154d4a;
    color: #f3f1ed; }
  .button--action:active {
    background-color: #154d4a;
    border: 2px solid #154d4a;
    color: #f3f1ed; }

.button[disabled] {
  background-color: #bababa;
  border-color: #bababa;
  color: #f3f1ed;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 14px; }

.button--small {
  font-size: 14px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #111111; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 5px;
      border-right-width: 2px;
      border-top-right-radius: 5px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #111111;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #111111;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f3f1ed;
  border-color: rgba(17, 17, 17, 0.6);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: #111111;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: #f3f1ed;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #111111;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #f3f1ed;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 17, 17, 0.6);
  color: #111111;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 5px; }
  .form-select:focus {
    border-color: #111111; }
  .form-select:disabled {
    background-color: #f3f1ed;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #111111; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 600px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: #f3f1ed;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: #f3f1ed; }

.form-checkbox + .form-label::before {
  border-radius: 5px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid #f3f1ed;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #111111;
    box-shadow: 0 0 4px rgba(17, 17, 17, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #d1a162;
    border-color: #d1a162; }
  .switch--checked .switch-toggle {
    background-color: #51a551;
    border-color: #51a551; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

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

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #51a551; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #51a551; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #51a551; }

.form-field--success .form-input-indicator > svg {
  fill: #51a551; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #ed6a6a; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #ed6a6a; }

.form-field--error .form-input-indicator > svg {
  fill: #ed6a6a; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #d1a162; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #d1a162; }

.form-field--warning .form-input-indicator > svg {
  fill: #d1a162; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #f3f1ed;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #f3f1ed; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: white;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: white; }
  .breadcrumb.current {
    color: white;
    cursor: default; }
    .breadcrumb.current a {
      color: white;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: white; }
    .breadcrumb.unavailable a {
      color: white; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: white;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: white;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #154d4a;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: white;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: white;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #111111;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: #111111;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 600px) {
    .tab {
      float: left; } }

.tab-title {
  color: #111111;
  display: block;
  font-size: 14px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #111111; }

.tab.is-active .tab-title {
  color: #111111;
  font-weight: 700; }

@media (min-width: 600px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 600px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 600px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 14px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #111111;
  font-size: 14px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #111111;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 5px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #111111;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #111111; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #111111;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #111111; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #111111; }
  .alertBox--info svg {
    fill: #45bcff; }

.alertBox--success {
  background-color: #dfefdc;
  border-color: #dfefdc;
  color: #111111; }
  .alertBox--success svg {
    fill: #51a551; }

.alertBox--warning {
  background-color: #fbf7ee;
  border-color: #fbf7ee;
  color: #111111; }
  .alertBox--warning svg {
    fill: #d1a162; }

.alertBox--error {
  background-color: #fbeeee;
  border-color: #fbeeee;
  color: #111111; }
  .alertBox--error svg {
    fill: #ed6a6a; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #111111 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #111111 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #111111;
    padding: 1.85714rem;
    display: block;
    font-family: "Lora", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #111111; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #111111 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #51a551; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #ed6a6a; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #d1a162; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #111111;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 600px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 600px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 600px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 600px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #111111;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #111111;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 14px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 600px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 600px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 1.5rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #111111; }

.card-figcaption-button {
  background-color: rgba(243, 241, 237, 0.9);
  color: #111111; }
  .card-figcaption-button:hover {
    background-color: #f3f1ed;
    color: #111111; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #111111; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #ede9e7;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #a4b07e;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: #111111;
  background-color: #111111;
  height: 2.85714rem;
  width: 2.85714rem;
  border: 2px solid #111111;
  border-radius: 50%;
  padding: 2px;
  margin-top: -1.07143rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    height: 2.28571rem;
    width: 2.28571rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #ede9e7;
    background-color: #ede9e7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: 0; }
  @media (min-width: 1025px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.41 16l-6.6-6.6 1.89-1.89L21.19 16l-8.49 8.49-1.89-1.89z' fill='%23ede9e7' /%3E%3C/svg%3E"); }
  .slick-next:hover::before, .slick-next:focus::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.41 16l-6.6-6.6 1.89-1.89L21.19 16l-8.49 8.49-1.89-1.89z' fill='%23111111' /%3E%3C/svg%3E"); }

.slick-prev {
  left: 0; }
  @media (min-width: 1025px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M14.59 16l6.6 6.6-1.89 1.89L10.81 16l8.49-8.49 1.89 1.89z' fill='%23ede9e7' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before, .slick-prev:focus::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M14.59 16l6.6 6.6-1.89 1.89L10.81 16l8.49-8.49 1.89 1.89z' fill='%23111111' /%3E%3C/svg%3E"); }

.slick-dots {
  background: #111111;
  background: url("data:image/svg+xml,%3Csvg width='190' height='52' viewBox='0 0 190 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.782 6.692V.933l39.6-.48c35.2-1.151 50.452.16 53.679.96 4.928.576 26.4-.08 36.52-.48 7.392-.96 19.799-.24 25.079.24-.586-.16-1.32-.384.44 0 2.2.48 24.2-.48 25.52-.48.704 1.344-.587 5.839-1.32 7.918-1.056 2.496.44 5.999 1.32 7.439-.352.191-.733 4.238-.88 6.238.44.48.44 5.039.44 5.279 0 .192-1.173.56-1.76.72 0 .192.587 1.2.88 1.68 1.056.191.733 2.479.44 3.598-.352 1.536.147 3.84.44 4.8-.352.767-.147 3.198 0 4.318h-10.12c-4.576-.384-15.986-.16-21.12 0-10.559 1.152-21.999.32-26.399-.24-6.336-.96-31.973.4-44 1.2-3.872.96-16.28-.24-22-.96-3.168.384-8.066.32-10.12.24-2.111-.384-11.146-.32-15.4-.24-1.32.72-26.839.24-27.719.48-.88.24-5.28-.96-3.52-1.2 1.408-.192.587-4.399 0-6.478-1.056-.768-.44-8.798 0-12.717 0-1.92-1.76-5.039 0-7.438 1.408-1.92.587-6.559 0-8.638z' fill='%23111' filter='url(%23filter0_d_507_77738)'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_507_77738' x='0' y='0' width='189.823' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='2' dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_507_77738'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_507_77738' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
  background-size: 190px 52px;
  padding: 12px 31px 22px;
  margin: 0 0 1.5rem !important;
  position: initial;
  top: auto;
  left: auto;
  right: auto;
  transform: none; }
  .slick-dots li {
    height: 1.28571rem;
    width: 1.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.57143rem;
      width: 0.57143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #ede9e7;
      background: #ede9e7;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #ede9e7; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active {
      width: 34px; }
      .slick-dots li.slick-active button {
        width: 24px;
        border-radius: 5px; }
        .slick-dots li.slick-active button::before {
          width: 24px;
          border-radius: 5px;
          background: #a4b07e; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: auto;
  *width: 100%; }
  .slick-vertical div.slick-slider {
    min-width: none; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: #f3f1ed;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 600px) {
    .carousel-tooltip {
      display: none; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: #ede9e7;
  background-color: rgba(237, 233, 231, 0.9);
  border: 1px solid #ede9e7;
  bottom: 0.5rem;
  color: #111111;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 600px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 991px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 90px;
  background: #ede9e7; }
  body.hasTopPromotion {
    padding-top: 140px; }
  @media (min-width: 991px) {
    body {
      background: #ede9e7;
      padding-top: 0; }
      body.hasTopPromotion {
        padding-top: 50px; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.28571rem;
  margin-bottom: 12px; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 2.28571rem; }
  @media (min-width: 991px) {
    .page-heading {
      font-size: 40px; } }

h1 {
  font-size: 40px;
  margin-bottom: 2.28571rem; }

h2 {
  font-size: 30px;
  margin-bottom: 1.5rem; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #111111;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 5px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #111111;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #111111; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 600px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 600px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #111111;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #ede9e7;
    border-color: #111111;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 600px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #111111; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 600px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 600px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 991px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1025px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1025px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 24px;
  text-align: center; }
  @media (min-width: 991px) {
    .modal-header-title {
      font-size: 30px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #111111;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: #f3f1ed;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 991px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #154d4a; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: #f3f1ed !important;
  border-radius: 5px;
  font-family: "Lora", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #111111;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #154d4a;
      border-color: #154d4a;
      color: #f3f1ed; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #154d4a;
      border-color: #154d4a;
      color: #f3f1ed; }
    .modal--alert .button-container .confirm:active {
      background-color: #154d4a;
      border-color: #154d4a;
      color: #f3f1ed; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

.breadcrumbs-container {
  position: relative;
  z-index: 10; }
  .breadcrumbs-container .breadcrumbs {
    padding-left: 1.5rem; }
    @media (min-width: 1342px) {
      .breadcrumbs-container .breadcrumbs {
        padding-left: calc((100% - 1300px) / 2); } }

.breadcrumbs-back-link {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 16px;
  padding: 0 1.5rem;
  margin: 16px 0; }
  @media (min-width: 991px) {
    .breadcrumbs-back-link {
      display: none; } }
  .breadcrumbs-back-link + ol.breadcrumbs {
    display: none; }
    @media (min-width: 991px) {
      .breadcrumbs-back-link + ol.breadcrumbs {
        display: inline-block; } }

ol.breadcrumbs {
  display: inline-block;
  font-size: 0;
  overflow: visible;
  text-align: center;
  padding: 16px 0 22px;
  margin: 16px -.5rem 10px;
  text-align: left;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1044 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.466 7.3V1.018L220.085.495C424.131-.762 512.551.669 531.256 1.542c28.566.628 153.034-.088 211.697-.524 42.85-1.047 114.776-.262 145.383.262-3.4-.175-7.651-.419 2.551 0 12.753.523 140.283-.524 147.933-.524 4.08 1.466-3.4 6.37-7.65 8.638-6.12 2.723 2.55 6.544 7.65 8.115-2.04.209-4.25 4.624-5.1 6.805 2.55.524 2.55 5.497 2.55 5.759 0 .21-6.8.61-10.2.785 0 .21 3.4 1.309 5.1 1.832 6.12.21 4.25 2.705 2.55 3.927-2.04 1.675.85 4.188 2.55 5.235-2.04.837-.85 3.49 0 4.711h-58.663c-26.526-.419-92.671-.174-122.428 0-61.214 1.257-127.529.35-153.035-.261-36.728-1.047-185.342.436-255.057 1.308-22.446 1.047-94.372-.261-127.529-1.047-18.364.42-46.761.35-58.664.262-12.242-.419-64.614-.349-89.27-.262-7.651.786-155.585.262-160.686.524-5.101.262-30.607-1.047-20.404-1.309 8.163-.21 3.401-4.799 0-7.067-6.12-.838-2.55-9.598 0-13.873 0-2.094-10.202-5.497 0-8.115 8.162-2.094 3.401-7.154 0-9.423z' fill='%23111' filter='url(%23filter0_d_507_79006)'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_507_79006' x='-18' y='0' width='1062' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_507_79006'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_507_79006' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") center right no-repeat;
  background-size: 1044px 56px;
  position: relative; }

.breadcrumb {
  display: inline-block;
  text-align: left;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    padding-right: 3rem;
    text-decoration: none; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid white;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.breadcrumb-label {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 0 0.5rem;
  font-weight: 600; }
  .breadcrumb-label:hover, .breadcrumb-label:focus {
    color: white;
    text-decoration: underline; }

.panel-title {
  font-size: 18px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin: 3.5rem 0 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #154d4a; }
  .pagination-item.pagination-item--current {
    border-color: #111111;
    border-radius: .3571rem;
    margin: 0 0.35714rem 0 0.78571rem;
    background: #111; }
    .pagination-item.pagination-item--current a {
      color: #fff; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #111111;
    text-decoration: underline; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #154d4a; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #154d4a; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous .icon {
  margin-left: -0.85714rem; }

.pagination-item--next .icon {
  margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #111111;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 991px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #111111;
  float: none; }
  @media (min-width: 991px) {
    .tab {
      border-top-color: #111111;
      float: left; } }
  .tab.is-active {
    border-left-color: #111111;
    border-right-color: #111111; }
    @media (min-width: 600px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 991px) {
      .tab.is-active {
        border: 1px solid #111111;
        border-bottom: 1px solid #111111; } }

.tab-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 991px) {
    .tab-title {
      text-align: left;
      padding: 0.78571rem 2.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 600px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 991px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 5px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #111111;
  font-family: "Poppins", "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.28571rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 991px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 991px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

.accordion--navList .accordion-block {
  border-bottom: 2px solid #111; }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 991px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 991px) {
  .accordion--navList .accordion-navigation {
    margin: 16px 0 !important;
    background-position: right 0 top 50%;
    border: 0;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 991px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #111; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 5px 5px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 5px 5px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #111111;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 991px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #154d4a; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #111111; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #f3f1ed;
  color: #111111; }
  .alertBox--info .alertBox-close svg {
    fill: #45bcff; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(237, 106, 106, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(81, 165, 81, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 600px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 600px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 600px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 14px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 14px; }

.form-field-group {
  border: 1px solid rgba(17, 17, 17, 0.6);
  border-radius: 5px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 600px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix {
  background: white;
  border-radius: 5px; }
  .form-prefixPostfix.wrap {
    flex-wrap: wrap; }
  .form-prefixPostfix .form-input,
  .form-prefixPostfix .button {
    display: block;
    width: 100%; }
  .form-prefixPostfix .form-input {
    width: auto;
    border: none; }
    .form-prefixPostfix .form-input::-webkit-input-placeholder {
      color: #111111; }
    .form-prefixPostfix .form-input::-moz-placeholder {
      color: #111111; }
    .form-prefixPostfix .form-input:-ms-input-placeholder {
      color: #111111; }
  .form-prefixPostfix .button {
    width: auto;
    margin: 0; }
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0.35714rem; }
    @media (min-width: 1025px) {
      .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1025px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1025px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment {
  width: 135px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f1ed;
  border: 1px solid #111111;
  border-radius: 5px;
  padding: 0; }
  .form-increment .form-input--incrementTotal {
    flex: 1; }
  .form-increment .button--icon {
    height: 2.57143rem;
    width: 2.57143rem;
    padding: 0;
    margin: 0; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 3.92857rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  color: #111111;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 16px;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #111111; }
  .form-radio:checked + .form-option {
    border: 2px solid #111111;
    border-radius: 5px; }

.form-option-variant {
  display: inline-block;
  font-size: 12px;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center;
  padding: 12px 24px;
  text-align: center;
  background: #f3f1ed;
  border-radius: 5px;
  border: none; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 600px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 14px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 600px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .slick-slide .card {
    margin-bottom: 0; }

.card-figure {
  background: transparent;
  margin-top: 0;
  aspect-ratio: 174 / 174; }
  .card-figure .card-img-container a {
    aspect-ratio: 174 / 174; }
    @media (min-width: 991px) {
      .card-figure .card-img-container a {
        max-width: 278px; } }
    .card-figure .card-img-container a img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure:hover .card-img-container .slick-arrow {
    visibility: visible; }
  .card-figure__link {
    display: block;
    padding: 3px; }

@media (min-width: 991px) {
  .custom-carousel .card-figure .card-img-container.slick-slider a {
    max-width: 278px; } }

.card-img-container {
  text-align: center; }
  .card-img-container .slick-slide {
    text-align: center; }
    .card-img-container .slick-slide img {
      aspect-ratio: 174 / 174;
      margin: 0 auto; }

.card-figcaption {
  opacity: 1;
  margin: 0;
  pointer-events: none;
  text-align: right; }
  @media (min-width: 991px) {
    .card-figcaption {
      opacity: 0; } }

.card-figcaption-body {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: all;
  top: 0;
  left: auto;
  right: 0;
  transform: none; }
  .card-figcaption-body .button {
    margin: 0 0 0 .5rem; }

.card-image {
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  aspect-ratio: 174 / 174; }

.card-title {
  font-size: 18px;
  line-height: 1.1;
  height: 40px;
  text-transform: uppercase;
  margin: 0 0 8px;
  overflow: hidden; }
  @media (min-width: 991px) {
    .card-title {
      font-size: 24px;
      line-height: 28px;
      height: 56px; } }
  .card-title > a {
    color: #111111;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #154d4a;
      text-decoration: underline; }

.card-text {
  margin-bottom: 8px; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-text--brand,
.card-text--rating {
  display: none; }

.card-text--pack {
  font-style: italic;
  margin-bottom: 8px;
  min-height: 21px; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: #f3f1ed;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: #f3f1ed;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 600px) {
    .card-body {
      text-align: left; } }

.card-actions .button {
  width: 100%;
  margin-bottom: 0; }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 600px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #111111; }
    .card--alternate:hover .card-body {
      background-color: #111111; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  margin-bottom: 1.1429rem; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: #f3f1ed;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 5px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-right: 16px;
    background: #f3f1ed; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #f3f1ed; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }
  .navList-action--checkbox > .filter-title {
    margin-left: 16px; }

.navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
  left: 5px; }

#facetedSearch-content--price {
  margin-bottom: 16px; }

.navList-action-close {
  background: #111111;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #111111; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 2.2857rem;
  text-align: center; }
  .navBar--sub .navBar-item {
    float: none;
    margin-right: 2.2857rem;
    font-size: 1.2857rem; }
    @media (min-width: 991px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 991px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #111111; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 991px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #111111;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #111111;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #154d4a; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar {
  margin: 0; }

.actionBar-section {
  float: right; }
  .actionBar-section .form-field {
    background-color: #f3f1ed;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 2.2857rem;
    height: 2.7143rem;
    width: auto;
    line-height: 2.7143rem; }
    .actionBar-section .form-field #sort {
      max-width: none; }
    .actionBar-section .form-field:hover {
      border-color: #111111; }
    .actionBar-section .form-field .form-select {
      background-color: #f3f1ed; }
  .actionBar-section .form-label {
    color: #111111;
    font-size: 14px;
    line-height: 2.14286rem;
    margin-bottom: 0;
    padding-left: 0.78571rem; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    border: 0;
    padding-left: 0.21429rem;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    color: #111111;
    height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 600px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 991px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: #ede9e7;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #ede9e7 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

.navUser-section {
  display: flex;
  align-items: center; }
  @media (min-width: 991px) {
    .navUser-section {
      position: relative; } }
  .navUser-section .navUser-convert-b2b {
    order: -1; }

.navUser-action {
  color: #111111;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 1rem 8px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }
  @media (min-width: 991px) {
    .navUser-action {
      padding: 1rem 0.78571rem; } }
  .navUser-action:hover, .navUser-action.is-open {
    color: #111111;
    text-decoration: underline; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #111111;
      stroke: #111111; }
  .navUser-action .icon {
    height: 1.57143rem;
    width: 1.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #111111;
    stroke: #111111;
    transition: all 0.15s ease; }

.navUser-item--account,
.navUser-action--wishlists,
.navUser-action--compare,
.navUser-action--quickSearch,
.navUser-action--cart {
  font-size: 0; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #111111;
  color: #111111;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 991px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--quickSearch,
.navUser-item--cart {
  display: inline-block; }
  .navUser-item--quickSearch .navUser-action,
  .navUser-item--cart .navUser-action {
    color: #111111; }
    .navUser-item--quickSearch .navUser-action:hover, .navUser-item--quickSearch .navUser-action.is-open,
    .navUser-item--cart .navUser-action:hover,
    .navUser-item--cart .navUser-action.is-open {
      color: #111111; }
  .navUser-item--quickSearch .dropdown-menu,
  .navUser-item--cart .dropdown-menu {
    width: 22.85714rem;
    max-width: 22.85714rem; }
    .navUser-item--quickSearch .dropdown-menu.is-open, .navUser-item--quickSearch .dropdown-menu.is-custom-open,
    .navUser-item--cart .dropdown-menu.is-open,
    .navUser-item--cart .dropdown-menu.is-custom-open {
      left: auto !important;
      right: 0.35714rem;
      top: calc(100% + 10px) !important; }
      @media (min-width: 991px) {
        .navUser-item--quickSearch .dropdown-menu.is-open, .navUser-item--quickSearch .dropdown-menu.is-custom-open,
        .navUser-item--cart .dropdown-menu.is-open,
        .navUser-item--cart .dropdown-menu.is-custom-open {
          right: 0; } }
      .navUser-item--quickSearch .dropdown-menu.is-open::before, .navUser-item--quickSearch .dropdown-menu.is-open::after, .navUser-item--quickSearch .dropdown-menu.is-custom-open::before, .navUser-item--quickSearch .dropdown-menu.is-custom-open::after,
      .navUser-item--cart .dropdown-menu.is-open::before,
      .navUser-item--cart .dropdown-menu.is-open::after,
      .navUser-item--cart .dropdown-menu.is-custom-open::before,
      .navUser-item--cart .dropdown-menu.is-custom-open::after {
        left: auto; }
      .navUser-item--quickSearch .dropdown-menu.is-open::before, .navUser-item--quickSearch .dropdown-menu.is-custom-open::before,
      .navUser-item--cart .dropdown-menu.is-open::before,
      .navUser-item--cart .dropdown-menu.is-custom-open::before {
        right: 0.42857rem; }
        @media (min-width: 991px) {
          .navUser-item--quickSearch .dropdown-menu.is-open::before, .navUser-item--quickSearch .dropdown-menu.is-custom-open::before,
          .navUser-item--cart .dropdown-menu.is-open::before,
          .navUser-item--cart .dropdown-menu.is-custom-open::before {
            right: 0.78571rem; } }
      .navUser-item--quickSearch .dropdown-menu.is-open::after, .navUser-item--quickSearch .dropdown-menu.is-custom-open::after,
      .navUser-item--cart .dropdown-menu.is-open::after,
      .navUser-item--cart .dropdown-menu.is-custom-open::after {
        right: 0.57143rem; }
        @media (min-width: 991px) {
          .navUser-item--quickSearch .dropdown-menu.is-open::after, .navUser-item--quickSearch .dropdown-menu.is-custom-open::after,
          .navUser-item--cart .dropdown-menu.is-open::after,
          .navUser-item--cart .dropdown-menu.is-custom-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 600px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  @media (min-width: 991px) {
    .navUser-item--compare.show {
      display: block; } }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #111111;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }
  .countPill:empty {
    display: none; }

.countPill--positive {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0; }

.countPill--alt {
  background-color: #cdcdcd;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #ede9e7;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0; }
  @media (min-width: 991px) {
    .navPages-container {
      background: #111111;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 90px;
    z-index: 0; }

.navPages {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto; }
  @media (min-width: 991px) {
    .navPages {
      margin: 0 auto;
      max-width: 92.85714rem;
      width: 100%;
      background-color: #111111;
      font-size: 0;
      overflow-y: visible;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 991px) and (min-width: 600px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 991px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 991px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 92.85714rem;
        width: 100%;
        border-left: 0;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 991px) {
    .navPages-list {
      display: inline-block;
      float: none; } }

.navPages-list-depth-max.subMenu-is-open {
  flex: 1;
  background: white; }
  .navPages-list-depth-max.subMenu-is-open > .navPages-item {
    border: none !important; }
  .navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: none; }
    @media (min-width: 991px) {
      .navPages-list-depth-max.subMenu-is-open .is-hidden {
        display: inline-block; } }
  .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
    display: none; }
    @media (min-width: 991px) {
      .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
        display: inline-block; } }
  .navPages-list-depth-max.subMenu-is-open.is-root .navPage-subMenu {
    display: block; }

.navPages-action-depth-max.has-subMenu.is-root .navPages-text {
  padding-right: 11px; }

@media (min-width: 991px) {
  .navPages-action-depth-max.has-subMenu.is-root .navPages-action-moreIcon {
    margin-left: 0;
    width: 12px;
    height: 12px; } }

@media (min-width: 991px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  text-align: center; }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 991px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.35714rem 1.5rem; }
  @media (min-width: 991px) {
    .navPages-action {
      display: inline-block;
      padding-left: 0;
      padding-right: 0; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #111111;
    stroke: #111111; }
  .navPages-action:hover, .navPages-action:focus, .navPages-action.activePage {
    color: #111111; }
    .navPages-action:hover .navPages-text, .navPages-action:focus .navPages-text, .navPages-action.activePage .navPages-text {
      text-decoration: underline; }
    .navPages-action:hover svg, .navPages-action:focus svg, .navPages-action.activePage svg {
      fill: #111111;
      stroke: #111111; }
  .navPages-action svg {
    fill: #111111;
    stroke: #111111;
    transition: all 0.15s ease; }
  .navPages-action.is-open {
    flex-direction: row-reverse;
    margin-bottom: 12px; }
    .navPages-action.is-open .navPages-text,
    .navPages-action.is-open .badge {
      flex: 1;
      text-align: center;
      padding-right: 11px; }
      .navPages-action.is-open .navPages-text + .icon,
      .navPages-action.is-open .badge + .icon {
        margin: 0; }
    @media (min-width: 991px) {
      .navPages-action.is-open {
        margin-bottom: 0; } }

.navPages-action--storeCredit {
  color: #111111; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }
  .navPages-action--compare .countPill--positive {
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 1rem; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  font-size: 0;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 991px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(90deg); }
    @media (min-width: 991px) {
      .has-subMenu.is-open .navPages-action-moreIcon,
      .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
        transform: rotate(0); } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.85714rem;
    width: 0.85714rem;
    margin: 0; }
    @media (min-width: 991px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 991px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 991px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  background: white;
  outline: 0; }
  @media (min-width: 991px) {
    .navPage-subMenu {
      background: transparent;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 991px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    display: block;
    width: 100%;
    top: inherit;
    left: 0;
    right: 0;
    border: none;
    margin: 0; } }

@media (min-width: 991px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #ede9e7;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 991px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 991px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #ede9e7;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 991px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      width: 100%; } }

.navPage-subMenu-action {
  text-transform: inherit; }
  .navPage-subMenu-action:not(.is-open) {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem; }
    @media (min-width: 991px) {
      .navPage-subMenu-action:not(.is-open) {
        padding-top: 5px;
        padding-bottom: 5px; } }
  .navPage-subMenu-action + .navPage-subMenu .navPage-subMenu-action {
    font-weight: normal;
    font-size: 12px; }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 991px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }
  @media (max-width: 991px) {
    .navPage-subMenu-action.is-open {
      color: #ede9e7;
      background: #111111; }
      .navPage-subMenu-action.is-open svg {
        fill: #ede9e7;
        stroke: #ede9e7; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #111111;
  margin-bottom: 0.78571rem; }
  @media (min-width: 991px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 991px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #111111; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #111111; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #111111;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #154d4a; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg, .socialLinks .icon:focus svg {
      fill: #154d4a; }
    .socialLinks .icon svg {
      fill: #111111;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    margin-right: 0.78571rem; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: #f3f1ed;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #111111; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 991px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 600px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 991px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 991px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 991px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 991px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: #ede9e7;
      background-color: #ede9e7; }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 600px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 600px) {
      .heroCarousel-slide .heroCarousel-image {
        -o-object-position: 50% 50%;
           object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 600px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 991px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 600px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #111111;
  font-size: 18px;
  margin: 0; }
  @media (min-width: 991px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 600px) {
    .heroCarousel-description {
      font-size: 14px; } }
  @media (min-width: 991px) {
    .heroCarousel-description {
      font-size: 14px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 991px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 991px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 600px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 600px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 600px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 600px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 600px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 600px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 600px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 14px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 600px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 600px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 600px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 600px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 600px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px;
  margin-bottom: 2.5rem;
  margin: 0; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel.slick-dotted.slick-slider {
    margin-bottom: 2.5rem; }
  .productCarousel.slick-initialized .slick-list {
    margin-bottom: -6rem; }
  @media (min-width: 480px) {
    .productCarousel.slick-initialized .slick-track {
      display: flex !important; } }
  .productCarousel.slick-initialized .slick-slide {
    margin-bottom: 7.5rem; }
    @media (min-width: 480px) {
      .productCarousel.slick-initialized .slick-slide {
        height: inherit !important; } }
    .productCarousel.slick-initialized .slick-slide .card {
      height: 100%; }
  .productCarousel:not(.slick-initialized) {
    display: flex;
    align-items: stretch; }
    .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
      display: none; }
    @media (min-width: 600px) {
      .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(2) {
        display: block; } }
    @media (min-width: 991px) {
      .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(3), .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(4) {
        display: block; } }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 600px) {
    .productCarousel-slide {
      width: 50%; } }
  @media (min-width: 991px) {
    .productCarousel-slide {
      width: 25%; } }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 991px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1025px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #111111;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 1.5rem; }
  @media (min-width: 991px) {
    .productView-images {
      margin-bottom: 4rem; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 991px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 991px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  width: 20%;
  max-width: 80px;
  max-height: 80px;
  margin-right: 16px;
  padding: 0.35714rem;
  text-align: center; }

.productView-thumbnail-link {
  border: 1px solid #111111;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.product-options {
  margin-bottom: 4rem; }

@media (min-width: 991px) {
  .productView-product {
    border-bottom: 1px solid #111111;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 24px;
  margin: 12px 0; }
  @media (min-width: 991px) {
    .productView-title {
      margin: 16px 0; } }

.productView-brand {
  color: #111111;
  font-size: 14px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1025px) {
    .productView-brand {
      font-size: 18px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #111111; }
    .productView-brand a:hover {
      color: #154d4a; }

.productView-price {
  font-size: 14px;
  margin-bottom: 0.5rem; }
  @media (min-width: 991px) {
    .productView-price {
      font-size: 30px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 14px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #111111;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #154d4a; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 600px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 600px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 600px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 600px) {
    .productView-info-name {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 600px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options:before, .productView-options:after {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 600px) {
  .productView-options .form-input[type="number"] {
    width: 25%; } }

.productView-options .form {
  display: inline; }
  .productView-options .form .add-to-cart-wrapper {
    display: inline; }

.productView-options input[type="file"] {
  font-size: 14px; }

.productView-options .form-field {
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productView-options .form-field--error > .form-inlineMessage {
    font-size: 1rem; }
  .productView-options .form-field > .form-checkbox + .form-label {
    display: inline-block;
    margin-left: 1.5rem;
    width: auto; }
    @media (min-width: 600px) {
      .productView-options .form-field > .form-checkbox + .form-label {
        margin-left: 0;
        width: 100%; } }
  .productView-options .form-field > .form-radio + .form-label {
    display: inline-block;
    text-align: justify; }
  .productView-options .form-field > .form-label:nth-of-type(2) {
    margin-left: 0; }

.productView-options .add-to-cart-buttons {
  display: inline-grid;
  float: left;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 600px) {
    .productView-options .add-to-cart-buttons {
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 991px) {
    .productView-options .add-to-cart-buttons {
      padding-right: 0.78571rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-options .add-to-cart-buttons {
      display: inline-block;
      margin-top: 1rem;
      padding-right: 0.78571rem;
      width: 50%; } }
  .productView-options .add-to-cart-buttons .button {
    margin: 0;
    width: 100%; }

.productView-options .add-to-cart-wallet-buttons {
  margin-top: 0.78571rem; }
  .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: #111111;
    display: block;
    margin-top: 0.35714rem;
    padding: 0.35714rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: #154d4a; }

.productOptions-list {
  border: 1px solid rgba(17, 17, 17, 0.6);
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid rgba(17, 17, 17, 0.6); }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #111111;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  overflow-y: auto; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #111111; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 991px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 991px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 991px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #111111;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: white;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: #ede9e7;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #111111;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #111111; }
  .toggleLink:hover {
    color: #154d4a; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 14px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%;
  border: #111111 solid;
  border-radius: 5px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 991px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 991px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

.facetedSearch-refineFilters {
  border-bottom: 2px solid #111; }
  @media (min-width: 991px) {
    .facetedSearch-refineFilters {
      display: block; } }
  .facetedSearch-refineFilters p {
    padding-left: 8px;
    margin-bottom: 24px; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 18px;
  background-color: #111111;
  color: white;
  padding: 0.78571rem 0;
  text-align: center;
  margin-top: 0 !important; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }
  .banners[data-event-type="top"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101; }
    @media (min-width: 991px) {
      .banners[data-event-type="top"] {
        position: absolute; } }
  .banners.close-banners {
    display: none; }
  .banners .close-banner {
    display: none;
    width: 30px;
    height: 30px;
    background-color: #111111;
    border: 1px solid white;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    line-height: 28px; }
    @media (min-width: 991px) {
      .banners .close-banner {
        display: inline-block; } }
    .banners .close-banner .icon {
      width: 20px;
      height: 20px;
      fill: white; }

.banner {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%;
  max-width: 313px; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  @media (min-width: 991px) {
    .banner {
      max-width: 92.85714rem; } }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #fff;
    position: relative;
    top: -1px;
    background: #111;
    border-radius: 50%; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem; }
  @media (min-width: 991px) {
    .cart {
      display: table; } }
  .cart a {
    text-decoration: none; }

.cart-header {
  display: none; }
  @media (min-width: 991px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem;
  font-family: "Poppins";
  font-size: 18px; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #111111;
  border-width: 2px;
  display: block; }
  @media (min-width: 991px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #111111;
  border-width: 2px;
  clear: both;
  display: block;
  padding: 1.14286rem 0; }
  @media (min-width: 600px) {
    .cart-item {
      padding-left: 17.5%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 991px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 991px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }
  .cart-item-block .cart-product-updated {
    display: none; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.14286rem;
  position: relative;
  width: 80px; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 600px) {
    .cart-item-figure {
      width: 20.83333%;
      margin-bottom: 0;
      margin-left: -20.83333%; } }
  @media (min-width: 991px) {
    .cart-item-figure {
      float: none;
      width: 17.4%;
      padding: 40px 0; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  width: 100%;
  padding: 10px;
  background-color: #f3f1ed;
  border-radius: 5px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  @media (min-width: 991px) {
    .cart-item-image {
      padding: 35px;
      margin-left: 0;
      width: 100%; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.71429rem; }
  @media (min-width: 600px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 991px) {
    .cart-item-title {
      display: table-cell;
      padding: 40px 1.71429rem;
      vertical-align: top; } }
  .cart-item-title .cart-item-sku {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1.14286rem; }

.cart-item-info {
  clear: both;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.71429rem 0; }
  .cart-item-info + .cart-item-info {
    margin-top: 40px; }
  @media (min-width: 600px) {
    .cart-item-info {
      clear: none; } }
  @media (min-width: 991px) {
    .cart-item-info {
      display: table-cell;
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%;
      margin: 0; } }
  @media (min-width: 991px) {
    .cart-item-info {
      float: none;
      width: 25%;
      padding-right: 1.14286rem; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 1.71429rem; }

.cart-item-price .cart-item-value {
  display: none; }

.cart-item-price .card-variants-container {
  flex: 1;
  max-width: 250px;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .cart-item-price .card-variants-container {
      max-width: 280px; } }
  .cart-item-price .card-variants-container .card-variant-selected-container {
    margin-bottom: 0; }

@media (min-width: 991px) {
  .cart-item-quantity {
    width: 12.5%; } }

.cart-item-label {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  padding-right: 1.14286rem;
  margin: 0; }
  @media (min-width: 600px) {
    .cart-item-label {
      padding-left: 1.71429rem; } }
  @media (min-width: 991px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  text-align: right; }

.cart-item-brand {
  color: #111111;
  margin-bottom: 0.21429rem;
  font-style: italic; }

.cart-item-name {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #111111; }

.cart-item-total {
  position: relative;
  padding-right: 2rem; }
  @media (min-width: 991px) {
    .cart-item-total {
      width: 12.5%; } }
  @media (min-width: 1025px) {
    .cart-item-total {
      width: 8.33333%; } }
  .cart-item-total .cart-item-value {
    font-size: 18px; }

.cart-remove-custom,
.cart-remove {
  height: 1.28571rem;
  width: 1.28571rem;
  cursor: pointer;
  background-color: #111111;
  border-radius: 50%;
  padding: 0.21429rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color 0.15s ease; }
  .cart-remove-custom.cart-remove--spacer,
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove-custom > svg,
  .cart-remove > svg {
    fill: white; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.14286rem;
  text-align: right;
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 991px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1025px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 600px) {
    .cart-total + .cart-total {
      border-top: 1px solid #111111;
      border-width: 2px; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  text-align: left;
  color: #111111;
  width: 33.33333%;
  font-weight: 500; }

.cart-total-value {
  float: right;
  text-align: right;
  width: 66.66667%; }

.cart-total-label,
.cart-total-value {
  display: inline-block;
  padding: 32px 0; }

.cart-total-grandTotal {
  font-size: 18px;
  padding: 29px 0; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #111111;
  padding: 0;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #154d4a; }
  .coupon-code-add a,
  .coupon-code-cancel a,
  .shipping-estimate-show a,
  .gift-certificate-add a,
  .gift-certificate-cancel a {
    text-decoration: none; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #111111; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  text-align: center; }
  .previewCartItem-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    -o-object-fit: contain;
       object-fit: contain; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding: 20px 20px 20px 0;
  position: relative; }
  .previewCartItem-content .cart-remove-custom,
  .previewCartItem-content .cart-remove {
    right: 8px; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #111111;
  display: inline-block;
  font-size: 14px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%;
  border-top: 1px solid #111111;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout {
  padding-bottom: 1rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 600px) {
    .address {
      width: 50%; } }
  @media (min-width: 1025px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 600px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 600px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 600px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 14px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #111111;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #154d4a; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #111111;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 991px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 991px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 991px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f3f1ed;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 991px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 991px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 991px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 991px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1025px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 991px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 991px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 991px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 991px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  background: #e5e5e5;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-height: 75vh;
  padding: 0 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  right: 0; }
  .quickSearchResults:empty {
    display: none; }
  .quickSearchResults .modal-close {
    display: none; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 600px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 600px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 14px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 40px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 991px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #111111;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #111111;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #111111;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 600px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 14px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Lora", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 14px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 600px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 600px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 600px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1025px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #111111;
  font-family: "Lora", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1025px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1025px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1025px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 14px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #111111;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #111111;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 18px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 600px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #111111;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 600px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #154d4a; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 14px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #111111;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #111111;
  font-size: 14px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #111111;
  font-size: 14px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #111111; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 92.85714rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 92.85714rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #ede8e6; }

.icon--ratingFull svg {
  fill: #e9a400; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 600px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #111111;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1025px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1025px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 14px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 14px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 600px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 600px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Lora", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 600px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 600px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #111111;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 90px));
  transition: transform 0.3s;
  z-index: 500; }
  .hasTopPromotion .skip-to-main-link {
    transform: translate(-50%, calc(-100% - 140px)); }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #111111;
  height: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .hasTopPromotion .header {
    top: 50px; }
    @media (min-width: 991px) {
      .hasTopPromotion .header {
        top: auto; } }
  @media (min-width: 991px) {
    .header {
      border-bottom: 1px solid #111111;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 991px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 90px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 991px) {
    .header-logo {
      height: auto;
      margin: 36px;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #111111;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 991px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #154d4a; }
    .header-logo__link:active {
      color: #154d4a; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 991px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 991px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 600px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 991px) {
    .header-logo-text {
      display: inline;
      font-size: 30px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 991px) {
    .header-logo-image-container {
      min-height: 32px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 4.85714rem; }
  @media (min-width: 991px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 4.85714rem; }
  @media (min-width: 991px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 2.78571rem;
  width: 2.78571rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 8px 11.5px;
  position: absolute;
  z-index: 50; }
  @media (min-width: 991px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #111111;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.28571rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open {
    background-color: #111111; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      background-color: transparent;
      transition-delay: 100ms; }
      .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
        background-color: #ede9e7;
        bottom: auto;
        top: auto;
        transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
      .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
        top: 0;
        transform: rotate(45deg); }
      .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
        bottom: 0;
        transform: rotate(-45deg); }

.body {
  margin-bottom: 3rem; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 991px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 991px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  clear: both;
  background-color: #111111;
  border-top: 1px solid #111111;
  padding: 5rem 0 1.5rem;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #ede9e7;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  vertical-align: top;
  -ms-word-break: break-all;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .footer-info-col {
      width: 50%;
      margin-bottom: 3rem; } }
  @media (min-width: 991px) {
    .footer-info-col {
      width: 25%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col[data-section-type="footer-social"] {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem; }
    @media (min-width: 1025px) {
      .footer-info-col[data-section-type="footer-social"] {
        text-align: left;
        width: 20%; } }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 20%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 600px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 600px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 991px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 18px;
  text-transform: inherit;
  border-bottom: 3px solid white;
  transition: all 0.15s ease;
  padding-bottom: 24px; }
  @media (min-width: 600px) {
    .footer-info-heading {
      padding-bottom: 10px; } }
  .footer-info-heading .icon {
    fill: white; }
    @media (min-width: 600px) {
      .footer-info-heading .icon {
        display: none; } }
  .footer-info-heading.is-open .icon {
    transform: rotate(180deg); }

.footer-info-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin-left: 0;
  transition: height 0.5s ease; }
  .footer-info-list.is-open {
    height: auto;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 600px) {
    .footer-info-list {
      height: auto;
      opacity: 1;
      visibility: visible; } }
  .footer-info-list a {
    display: inline-flex;
    align-items: flex-start;
    color: #ede9e7;
    text-decoration: none;
    padding: 8px 0;
    line-height: 18px; }
    .footer-info-list a:hover {
      color: #ede9e7;
      text-decoration: underline; }
    .footer-info-list a svg {
      fill: #ede9e7;
      margin: 3px 5px 0 0; }

.footer-copyright {
  text-align: center;
  margin: 2rem 0 0; }
  @media (min-width: 600px) {
    .footer-copyright {
      margin: 0; } }
  .footer-copyright > .powered-by {
    display: inline-block;
    color: #ede9e7;
    margin: 0; }
  .footer-copyright .split {
    color: #ede9e7;
    display: inline-block;
    padding: 0 3px; }
  .footer-copyright a {
    color: #ede9e7;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #ede9e7;
      text-decoration: underline; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 991px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #ede9e7; }

.footer-newsletter-summary {
  text-align: left; }

.footer-logo {
  margin: 0 0 1.5rem !important; }
  @media (min-width: 1025px) {
    .footer-logo {
      margin: 2rem 0 1.5rem !important; } }
  .footer-logo .icon {
    width: 200px;
    height: 26px;
    fill: white; }

.footer-introduction {
  margin: 1.5rem 0 .75rem !important; }
  .footer-introduction:empty {
    display: none; }

.footer-socials .icon {
  height: 1.57143rem;
  width: 1.57143rem;
  margin-right: 0.78571rem; }
  .footer-socials .icon svg {
    fill: white; }
  .footer-socials .icon:hover svg, .footer-socials .icon:focus svg {
    fill: white; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 95.85714rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 991px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #111111;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-post {
  font-size: 14px;
  text-align: left; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 991px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 600px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 991px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1025px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 2px solid #111111;
  margin-top: 0;
  padding-top: 0; }

.sidebarBlock.sidebarBlock-categories {
  margin: 16px 0;
  display: none; }
  @media (min-width: 991px) {
    .sidebarBlock.sidebarBlock-categories {
      display: block; } }
  .sidebarBlock.sidebarBlock-categories .sidebarBlock-heading {
    font-weight: 400;
    margin: 0;
    text-align: left; }
  .sidebarBlock.sidebarBlock-categories .accordion-navigation {
    border: none;
    padding: 0;
    border-radius: 5px 5px 0 0; }
  .sidebarBlock.sidebarBlock-categories .accordion-content {
    padding: 16px 0 0 0; }
    .sidebarBlock.sidebarBlock-categories .accordion-content .navList-action {
      margin-bottom: 16px; }
    .sidebarBlock.sidebarBlock-categories .accordion-content .sidebarBlock-heading {
      margin-bottom: 16px; }

.page-sidebar .accordion-block:first-child .accordion-navigation {
  border-radius: 0; }

@media (max-width: 768px) {
  .page-sidebar .sidebarBlock {
    border: none; } }

.sidebarBlock-heading {
  font-size: 1.28571rem;
  margin-top: 0;
  text-transform: inherit;
  margin-bottom: 16px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 2.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .brandGrid .brand {
        width: 50%; } }
    @media (min-width: 991px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }
  .brandGrid.slick-initialized {
    margin-bottom: 2.5rem; }
    @media (min-width: 991px) {
      .brandGrid.slick-initialized {
        margin-bottom: 0; } }
  .brandGrid:not(.slick-initialized) {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .brandGrid:not(.slick-initialized) .brand:nth-child(n+2) {
      display: none; }
    @media (min-width: 600px) {
      .brandGrid:not(.slick-initialized) .brand:nth-child(2) {
        display: block; } }
    @media (min-width: 991px) {
      .brandGrid:not(.slick-initialized) .brand {
        display: block !important; } }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 160px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 156.25%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .productGrid .product {
        width: 50%; } }
    @media (min-width: 991px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-gap: 1.42857rem;
       column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 600px) {
    .productMasonry {
      -moz-column-count: 3;
           column-count: 3; } }
  @media (min-width: 991px) {
    .productMasonry {
      -moz-column-count: 4;
           column-count: 4; } }
  .productMasonry .product {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 991px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 991px) {
  .csscolumns .productGrid--maxCol6 {
    -moz-column-count: 6;
         column-count: 6; } }

@media (min-width: 991px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 991px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 600px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1025px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1025px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 600px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1025px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(243, 241, 237, 0.9);
  color: #111111; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #f3f1ed;
    color: #111111; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 600px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1025px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1025px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 600px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1025px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1025px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1025px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 991px) {
    .listItem-brand {
      font-size: 14px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 14px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 991px) {
    .listItem-title {
      font-size: 18px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 991px) {
    .listItem-price {
      font-size: 18px; } }

@media (min-width: 1025px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 14px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 991px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 991px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 991px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #111111;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 991px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 600px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1025px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: #111111; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: #111111; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 600px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1025px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #111111; }

.product:hover .sold-out-flag-sash {
  background: black; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: #ede9e7;
  border: 1px solid #111111;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 991px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 991px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 991px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 991px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 991px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 991px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.modal-body .modal-close.modal-close--button {
  position: relative;
  top: 0;
  right: 0; }
  .modal-body .modal-close.modal-close--button:before, .modal-body .modal-close.modal-close--button:after {
    content: '';
    display: none; }

.body .container .navBar.navBar--sub.navBar--account {
  display: none; }

.navPages-list:not(.navPages-list-depth-max) .b3-navs {
  padding: 0 0 0 1.5rem; }

@media (min-width: 991px) {
  .account.account--fixed {
    width: 66.66667%; } }

.page_type__account_orderstatus .body .container .account {
  display: none !important; }

.page_type__editaccount .body .container .form {
  display: none; }

.page_type__editaccount .body .container .account.account--fixed {
  width: 100%; }

.form + .form-action:not(.form-wishlist) .form-action {
  margin-top: 0;
  width: auto !important; }

.form + .form-action:not(.form-wishlist) .dropdown-menu .button {
  margin-bottom: 0; }

.productView-details .productView-options {
  display: block; }

.page_title__shopping_list .footer {
  transform: initial; }

.quotes-search-form .form-field:nth-child(2) {
  line-height: 1; }

.productView-options .form .add-to-cart-wrapper {
  display: block;
  max-width: 545px; }

#main-content {
  font-family: 'Poppins'; }
  #main-content .rfq-cart-button-container {
    margin-right: 0; }
    @media (min-width: 600px) {
      #main-content .rfq-cart-button-container {
        margin-right: 1.5rem; } }

.card-figure {
  width: 100% !important;
  height: 0;
  padding-bottom: calc(258 / 258 * 100%) !important;
  aspect-ratio: 0 !important; }

.productCarousel.slick-initialized .slick-slide {
  height: intrinsic !important;
  margin-bottom: 7.5rem; }

@media (min-width: 480px) {
  .productCarousel.slick-initialized .slick-track {
    flex-wrap: wrap; } }

.color-smokyBlack {
  color: #111111; }

.color-offWhite {
  color: #ede8e6; }

.color-isabelline {
  color: #ede9e7; }

.color-rust {
  color: #c42d05; }

.color-melon {
  color: #e8b3a4; }

.color-cafeNoir {
  color: #533c2b; }

.color-dutchWhite {
  color: #f0e2c1; }

.color-jasmine {
  color: #ffdd8b; }

.color-marigold {
  color: #e9a400; }

.color-hunterGreen {
  color: #436039; }

.color-deepJungleGreen {
  color: #154d4a; }

.color-verdigris {
  color: #77bbb7; }

.color-olivine {
  color: #a4b07e; }

ul,
ol,
dl {
  margin-bottom: 16px; }

input[id^="compare-"] {
  display: none; }

.subscription-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 166px;
  color: white;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='376' height='301' viewBox='0 0 376 301' fill='none'%3E%3Cpath d='M-2.326 45.778V6.384l84.72-3.282c75.307-7.88 107.94 1.094 114.844 6.565 10.543 3.94 56.48-.547 78.131-3.283 15.815-6.565 42.36-1.641 53.656 1.642-1.255-1.095-2.824-2.626.942 0 4.707 3.283 51.774-3.283 54.598-3.283 1.506 9.192-1.255 39.941-2.824 54.167-2.26 17.07.941 41.035 2.824 50.884-.753 1.313-1.569 28.998-1.883 42.676.941 3.283.941 34.47.941 36.112 0 1.313-2.51 3.83-3.765 4.924 0 1.313 1.255 8.207 1.883 11.49 2.259 1.313 1.569 16.961.941 24.621-.753 10.505.314 26.263.941 32.828-.753 5.253-.313 21.886 0 29.546h-21.651c-9.79-2.626-34.202-1.094-45.184 0-22.592 7.879-47.067 2.188-56.481-1.642-13.555-6.565-68.404 2.736-94.134 8.208-8.284 6.565-34.829-1.642-47.067-6.566-6.777 2.626-17.258 2.188-21.65 1.641-4.52-2.626-23.848-2.188-32.948-1.641-2.824 4.924-57.421 1.641-59.304 3.283-1.883 1.641-11.296-6.566-7.53-8.207 3.012-1.314 1.255-30.093 0-44.319-2.26-5.252-.942-60.185 0-86.995 0-13.131-3.766-34.469 0-50.884 3.012-13.131 1.255-44.865 0-59.09z' fill='%23154D4A' filter='url(%23filter0_i_911_23663)'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_911_23663' x='-4' y='0' width='389' height='305' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_911_23663'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") top center repeat-y;
  background-size: cover;
  position: relative;
  padding: 4rem 2rem 100px; }
  @media (min-width: 991px) {
    .subscription-container {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220' fill='none'%3E%3Cpath d='M-9.663 33.46V4.665l320.805-2.4c285.161-5.758 408.731.8 434.871 4.8 39.922 2.879 213.871-.4 295.857-2.4 59.88-4.799 160.4-1.2 203.18 1.2-4.76-.8-10.7-1.92 3.56 0 17.82 2.4 196.05-2.4 206.74-2.4 5.7 6.719-4.75 29.194-10.69 39.59-8.56 12.478 3.56 29.994 10.69 37.192-2.85.96-5.94 21.195-7.13 31.192 3.57 2.4 3.57 25.194 3.57 26.394 0 .96-9.51 2.799-14.26 3.599 0 .96 4.75 5.998 7.13 8.398 8.55.96 5.94 12.397 3.56 17.995-2.85 7.679 1.19 19.196 3.57 23.995-2.85 3.839-1.19 15.996 0 21.594h-81.99c-37.07-1.919-129.51-.8-171.09 0-85.55 5.759-178.23 1.6-213.875-1.199-51.329-4.799-259.021 1.999-356.451 5.998-31.368 4.799-131.887-1.2-178.226-4.799-25.665 1.92-65.349 1.6-81.984 1.2-17.11-1.92-90.301-1.6-124.758-1.2-10.694 3.599-217.435 1.2-224.565 2.4-7.128 1.199-42.774-4.799-28.514-5.999 11.408-.96 4.753-21.994 0-32.392-8.554-3.839-3.564-43.989 0-63.584 0-9.598-14.258-25.194 0-37.191 11.406-9.598 4.753-32.792 0-43.19z' fill='%23154D4A' filter='url(%23filter0_i_521_108051)'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_521_108051' x='-16' y='0' width='1473' height='224' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_521_108051'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") top center repeat-y;
      background-size: cover;
      padding: 4rem 2rem 0; } }
  .subscription-container::before {
    content: " ";
    display: block;
    width: 263px;
    height: 219px;
    background: url("../img/bg-subscription-l.png") top left no-repeat;
    background-size: contain;
    transform: scale(0.5) translate(-132px, 110px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
    @media (min-width: 991px) {
      .subscription-container::before {
        transform: scale(1) translate(0, 0); } }
  .subscription-container::after {
    content: " ";
    display: block;
    width: 201px;
    height: 276px;
    background: url("../img/bg-subscription-r.png") top left no-repeat;
    background-size: contain;
    transform: scale(0.5) translate(101px, -320px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media (min-width: 991px) {
      .subscription-container::after {
        transform: scale(1) translate(0, 0); } }
  .subscription-container .subscription-bg {
    width: 100%;
    height: 100%;
    background: #154d4a;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
  .subscription-container > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
    max-width: 920px;
    position: relative;
    z-index: 10; }
    @media (min-width: 1360px) {
      .subscription-container > .container {
        width: 100%;
        max-width: 100%;
        flex-direction: row; } }
    .subscription-container > .container .subscription-header {
      padding: 0 2rem;
      margin: 0 0 2rem; }
      .subscription-container > .container .subscription-header .footer-info-heading {
        border: none;
        margin: 0; }
      .subscription-container > .container .subscription-header p {
        margin: 0; }
    .subscription-container > .container .form,
    .subscription-container > .container .form-field {
      margin: 0; }
    .subscription-container > .container .form {
      flex: 1;
      width: 100%;
      padding: 0 2rem;
      margin: 0 0 2rem; }
      @media (min-width: 991px) {
        .subscription-container > .container .form {
          max-width: 530px; } }

@media (min-width: 600px) {
  .display-mobile {
    display: none !important; } }

.display-desktop {
  display: none !important; }
  @media (min-width: 600px) {
    .display-desktop {
      display: block !important; } }

.cms-page {
  margin: 0; }

.slick-track,
.slick-list {
  pointer-events: none; }
  .slick-track .slick-slide,
  .slick-list .slick-slide {
    pointer-events: auto; }

.page_title__our_process .subscription-container {
  display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important; }
  .button a {
    text-decoration: none !important; }
  .button .icon {
    height: 1rem;
    width: 1rem;
    margin-right: 6px; }
  .button svg {
    fill: #f3f1ed; }
  .button:hover, .button:focus {
    color: #f3f1ed;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px;
    background-size: 55px 99px; }
    .button:hover svg, .button:focus svg {
      fill: #f3f1ed; }
  .button.active, .button:active {
    color: #f3f1ed;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px;
    background-size: 55px 99px; }
    .button.active svg, .button:active svg {
      fill: #f3f1ed; }
  .button--icon {
    font-size: 0;
    padding: .25rem 1rem;
    margin-bottom: 0; }
    .button--icon .icon {
      height: 1.28571rem;
      width: 1.28571rem;
      margin: 0; }
  input[id^="compare-"]:checked + .button--input {
    color: #f3f1ed;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px;
    background-size: 55px 99px; }
    input[id^="compare-"]:checked + .button--input svg {
      fill: #f3f1ed; }
  .button--smokyBlack {
    color: #ede9e7;
    background: #111111;
    border-color: #111111; }
    .button--smokyBlack svg {
      fill: #111111; }
    .button--smokyBlack:hover, .button--smokyBlack:focus {
      color: #ede9e7;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #111111; }
      .button--smokyBlack:hover svg, .button--smokyBlack:focus svg {
        fill: #111111; }
    .button--smokyBlack.active, .button--smokyBlack:active {
      color: #ede9e7;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #111111; }
      .button--smokyBlack.active svg, .button--smokyBlack:active svg {
        fill: #111111; }
  .button--primary, .button--deepJungleGreen {
    color: #f3f1ed;
    background: #154d4a;
    border-color: #154d4a; }
    .button--primary svg, .button--deepJungleGreen svg {
      fill: #f3f1ed; }
    .button--primary:hover, .button--primary:focus, .button--deepJungleGreen:hover, .button--deepJungleGreen:focus {
      color: #f3f1ed;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(17, 17, 17, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #154d4a repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #154d4a; }
      .button--primary:hover svg, .button--primary:focus svg, .button--deepJungleGreen:hover svg, .button--deepJungleGreen:focus svg {
        fill: #f3f1ed; }
    .button--primary.active, .button--primary:active, .button--deepJungleGreen.active, .button--deepJungleGreen:active {
      color: #f3f1ed;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(17, 17, 17, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #154d4a repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #154d4a; }
      .button--primary.active svg, .button--primary:active svg, .button--deepJungleGreen.active svg, .button--deepJungleGreen:active svg {
        fill: #f3f1ed; }
  .button--action {
    color: #f3f1ed;
    background: #154d4a;
    border-color: #154d4a; }
    .button--action svg {
      fill: #f3f1ed; }
    .button--action:hover, .button--action:focus {
      color: #f3f1ed;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(119, 187, 183, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #154d4a repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #154d4a; }
      .button--action:hover svg, .button--action:focus svg {
        fill: #f3f1ed; }
    .button--action.active, .button--action:active {
      color: #f3f1ed;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(119, 187, 183, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #154d4a repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #154d4a; }
      .button--action.active svg, .button--action:active svg {
        fill: #f3f1ed; }
  .button--tertiary, .button--hunterGreen {
    color: #f3f1ed;
    background: #436039;
    border-color: #436039; }
    .button--tertiary svg, .button--hunterGreen svg {
      fill: #f3f1ed; }
    .button--tertiary:hover, .button--tertiary:focus, .button--hunterGreen:hover, .button--hunterGreen:focus {
      color: #f3f1ed;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(164, 176, 126, 0.25)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #436039 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #436039; }
      .button--tertiary:hover svg, .button--tertiary:focus svg, .button--hunterGreen:hover svg, .button--hunterGreen:focus svg {
        fill: #f3f1ed; }
    .button--tertiary.active, .button--tertiary:active, .button--hunterGreen.active, .button--hunterGreen:active {
      color: #f3f1ed;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(164, 176, 126, 0.25)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #436039 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #436039; }
      .button--tertiary.active svg, .button--tertiary:active svg, .button--hunterGreen.active svg, .button--hunterGreen:active svg {
        fill: #f3f1ed; }
  .button--olivine {
    color: #111111;
    background: #a4b07e;
    border-color: #a4b07e; }
    .button--olivine svg {
      fill: #a4b07e; }
    .button--olivine:hover, .button--olivine:focus {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 233, 231, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #a4b07e repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #a4b07e; }
      .button--olivine:hover svg, .button--olivine:focus svg {
        fill: #a4b07e; }
    .button--olivine.active, .button--olivine:active {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(67, 96, 57, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #a4b07e repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #a4b07e; }
      .button--olivine.active svg, .button--olivine:active svg {
        fill: #a4b07e; }
  .button--isabelline {
    color: #111111;
    background: #ede9e7;
    border-color: #ede9e7; }
    .button--isabelline svg {
      fill: #ede9e7; }
    .button--isabelline:hover, .button--isabelline:focus {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(17, 17, 17, 0.1)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #ede9e7 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #ede9e7; }
      .button--isabelline:hover svg, .button--isabelline:focus svg {
        fill: #ede9e7; }
    .button--isabelline.active, .button--isabelline:active {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(17, 17, 17, 0.1)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #ede9e7 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #ede9e7; }
      .button--isabelline.active svg, .button--isabelline:active svg {
        fill: #ede9e7; }
  .button--melon {
    color: #111111;
    background: #e8b3a4;
    border-color: #e8b3a4; }
    .button--melon svg {
      fill: #e8b3a4; }
    .button--melon:hover, .button--melon:focus {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(196, 45, 5, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #e8b3a4 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #e8b3a4; }
      .button--melon:hover svg, .button--melon:focus svg {
        fill: #e8b3a4; }
    .button--melon.active, .button--melon:active {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(196, 45, 5, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #e8b3a4 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #e8b3a4; }
      .button--melon.active svg, .button--melon:active svg {
        fill: #e8b3a4; }
  .button--verdigris {
    color: #111111;
    background: #77bbb7;
    border-color: #77bbb7; }
    .button--verdigris svg {
      fill: #77bbb7; }
    .button--verdigris:hover, .button--verdigris:focus {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.3)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #77bbb7 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #77bbb7; }
      .button--verdigris:hover svg, .button--verdigris:focus svg {
        fill: #77bbb7; }
    .button--verdigris.active, .button--verdigris:active {
      color: #111111;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(67, 96, 57, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #77bbb7 repeat -1px -1px;
      background-size: 55px 99px;
      border-color: #77bbb7; }
      .button--verdigris.active svg, .button--verdigris:active svg {
        fill: #77bbb7; }

#main-content .shg-btn {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-decoration: none !important;
  padding: 0.78571rem 1.5rem;
  color: #ede9e7;
  background: #111111 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #111111 !important; }
  #main-content .shg-btn svg {
    fill: #111111 !important; }
  #main-content .shg-btn:hover, #main-content .shg-btn:focus {
    color: #ede9e7 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #111111 !important; }
    #main-content .shg-btn:hover svg, #main-content .shg-btn:focus svg {
      fill: #111111 !important; }
  #main-content .shg-btn.active, #main-content .shg-btn:active {
    color: #ede9e7 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #111111 !important; }
    #main-content .shg-btn.active svg, #main-content .shg-btn:active svg {
      fill: #111111 !important; }

#main-content .shogun-btn-smokyBlack .shg-btn {
  color: #ede9e7 !important;
  background: #111111 !important;
  border-color: #111111 !important; }
  #main-content .shogun-btn-smokyBlack .shg-btn svg {
    fill: #111111 !important; }
  #main-content .shogun-btn-smokyBlack .shg-btn:hover, #main-content .shogun-btn-smokyBlack .shg-btn:focus {
    color: #ede9e7 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #111111 !important; }
    #main-content .shogun-btn-smokyBlack .shg-btn:hover svg, #main-content .shogun-btn-smokyBlack .shg-btn:focus svg {
      fill: #111111 !important; }
  #main-content .shogun-btn-smokyBlack .shg-btn.active, #main-content .shogun-btn-smokyBlack .shg-btn:active {
    color: #ede9e7 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #111111 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #111111 !important; }
    #main-content .shogun-btn-smokyBlack .shg-btn.active svg, #main-content .shogun-btn-smokyBlack .shg-btn:active svg {
      fill: #111111 !important; }

#main-content .shogun-btn-olivine .shg-btn {
  color: #111111 !important;
  background: #a4b07e !important;
  border-color: #a4b07e !important; }
  #main-content .shogun-btn-olivine .shg-btn svg {
    fill: #a4b07e !important; }
  #main-content .shogun-btn-olivine .shg-btn:hover, #main-content .shogun-btn-olivine .shg-btn:focus {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 233, 231, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #a4b07e repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #a4b07e !important; }
    #main-content .shogun-btn-olivine .shg-btn:hover svg, #main-content .shogun-btn-olivine .shg-btn:focus svg {
      fill: #a4b07e !important; }
  #main-content .shogun-btn-olivine .shg-btn.active, #main-content .shogun-btn-olivine .shg-btn:active {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(67, 96, 57, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #a4b07e repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #a4b07e !important; }
    #main-content .shogun-btn-olivine .shg-btn.active svg, #main-content .shogun-btn-olivine .shg-btn:active svg {
      fill: #a4b07e !important; }

#main-content .shogun-btn-isabelline .shg-btn {
  color: #111111 !important;
  background: #ede9e7 !important;
  border-color: #ede9e7 !important; }
  #main-content .shogun-btn-isabelline .shg-btn svg {
    fill: #ede9e7 !important; }
  #main-content .shogun-btn-isabelline .shg-btn:hover, #main-content .shogun-btn-isabelline .shg-btn:focus {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(17, 17, 17, 0.1)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #ede9e7 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #ede9e7 !important; }
    #main-content .shogun-btn-isabelline .shg-btn:hover svg, #main-content .shogun-btn-isabelline .shg-btn:focus svg {
      fill: #ede9e7 !important; }
  #main-content .shogun-btn-isabelline .shg-btn.active, #main-content .shogun-btn-isabelline .shg-btn:active {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(17, 17, 17, 0.1)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #ede9e7 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #ede9e7 !important; }
    #main-content .shogun-btn-isabelline .shg-btn.active svg, #main-content .shogun-btn-isabelline .shg-btn:active svg {
      fill: #ede9e7 !important; }

#main-content .shogun-btn-melon .shg-btn {
  color: #111111 !important;
  background: #e8b3a4 !important;
  border-color: #e8b3a4 !important; }
  #main-content .shogun-btn-melon .shg-btn svg {
    fill: #e8b3a4 !important; }
  #main-content .shogun-btn-melon .shg-btn:hover, #main-content .shogun-btn-melon .shg-btn:focus {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(196, 45, 5, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #e8b3a4 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #e8b3a4 !important; }
    #main-content .shogun-btn-melon .shg-btn:hover svg, #main-content .shogun-btn-melon .shg-btn:focus svg {
      fill: #e8b3a4 !important; }
  #main-content .shogun-btn-melon .shg-btn.active, #main-content .shogun-btn-melon .shg-btn:active {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(196, 45, 5, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #e8b3a4 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #e8b3a4 !important; }
    #main-content .shogun-btn-melon .shg-btn.active svg, #main-content .shogun-btn-melon .shg-btn:active svg {
      fill: #e8b3a4 !important; }

#main-content .shogun-btn-verdigris .shg-btn {
  color: #111111 !important;
  background: #77bbb7 !important;
  border-color: #77bbb7 !important; }
  #main-content .shogun-btn-verdigris .shg-btn svg {
    fill: #77bbb7 !important; }
  #main-content .shogun-btn-verdigris .shg-btn:hover, #main-content .shogun-btn-verdigris .shg-btn:focus {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.3)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #77bbb7 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #77bbb7 !important; }
    #main-content .shogun-btn-verdigris .shg-btn:hover svg, #main-content .shogun-btn-verdigris .shg-btn:focus svg {
      fill: #77bbb7 !important; }
  #main-content .shogun-btn-verdigris .shg-btn.active, #main-content .shogun-btn-verdigris .shg-btn:active {
    color: #111111 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(67, 96, 57, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #77bbb7 repeat -1px -1px !important;
    background-size: 55px 99px !important;
    border-color: #77bbb7 !important; }
    #main-content .shogun-btn-verdigris .shg-btn.active svg, #main-content .shogun-btn-verdigris .shg-btn:active svg {
      fill: #77bbb7 !important; }

.icon-white {
  fill: white; }

.icon-smokyBlack {
  fill: #111111; }

.icon-isabelline {
  fill: #ede9e7; }

.icon-rust {
  fill: #c42d05; }

.icon-cafeNoir {
  fill: #533c2b; }

.icon-marigold {
  fill: #e9a400; }

.icon-hunterGreen {
  fill: #436039; }

.icon-deepJungleGreen {
  fill: #154d4a; }

.icon-32 {
  height: 2.28571rem;
  width: 2.28571rem; }

.icon-38 {
  height: 2.71429rem;
  width: 2.71429rem; }

.icon-58 {
  height: 4.14286rem;
  width: 4.14286rem; }

.icon.icon-heart {
  fill: none !important; }

.badge {
  min-width: 190px;
  height: 68px;
  max-width: 100%;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 68' xmlns='http://www.w3.org/2000/svg' fill='%23111111'%3E%3Cpath d='M.817 10.342v-8.9l41.38-.741C78.98-1.08 94.92.948 98.291 2.184c5.149.89 27.587-.124 38.162-.742 7.724-1.483 20.69-.37 26.207.371-.613-.247-1.379-.593.46 0 2.299.742 25.288-.742 26.667-.742.736 2.077-.613 9.024-1.379 12.238-1.103 3.856.46 9.27 1.379 11.495-.367.297-.766 6.551-.919 9.641.46.742.46 7.787.46 8.158 0 .297-1.226.865-1.84 1.113 0 .296.614 1.854.92 2.595 1.104.297.766 3.832.46 5.563-.368 2.373.153 5.933.46 7.416-.368 1.187-.154 4.944 0 6.675h-10.575c-4.782-.594-16.706-.248-22.07 0-11.035 1.78-22.989.494-27.587-.371-6.621-1.483-33.41.618-45.978 1.854-4.046 1.483-17.012-.37-22.989-1.483-3.31.593-8.43.494-10.575.37-2.207-.593-11.648-.494-16.092-.37-1.38 1.112-28.047.37-28.967.741-.92.371-5.517-1.483-3.678-1.854 1.472-.296.614-6.798 0-10.012-1.103-1.187-.46-13.597 0-19.653 0-2.967-1.839-7.787 0-11.496 1.472-2.966.613-10.135 0-13.349z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
  text-decoration: none; }
  .badge > span {
    color: #ede9e7;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.5rem; }
  .badge.active > span, .badge:hover > span, .badge:focus > span, .badge:active > span {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
    background-size: 55px 99px; }
  .badge--rust {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 68' xmlns='http://www.w3.org/2000/svg' fill='%23c42d05'%3E%3Cpath d='M.817 10.342v-8.9l41.38-.741C78.98-1.08 94.92.948 98.291 2.184c5.149.89 27.587-.124 38.162-.742 7.724-1.483 20.69-.37 26.207.371-.613-.247-1.379-.593.46 0 2.299.742 25.288-.742 26.667-.742.736 2.077-.613 9.024-1.379 12.238-1.103 3.856.46 9.27 1.379 11.495-.367.297-.766 6.551-.919 9.641.46.742.46 7.787.46 8.158 0 .297-1.226.865-1.84 1.113 0 .296.614 1.854.92 2.595 1.104.297.766 3.832.46 5.563-.368 2.373.153 5.933.46 7.416-.368 1.187-.154 4.944 0 6.675h-10.575c-4.782-.594-16.706-.248-22.07 0-11.035 1.78-22.989.494-27.587-.371-6.621-1.483-33.41.618-45.978 1.854-4.046 1.483-17.012-.37-22.989-1.483-3.31.593-8.43.494-10.575.37-2.207-.593-11.648-.494-16.092-.37-1.38 1.112-28.047.37-28.967.741-.92.371-5.517-1.483-3.678-1.854 1.472-.296.614-6.798 0-10.012-1.103-1.187-.46-13.597 0-19.653 0-2.967-1.839-7.787 0-11.496 1.472-2.966.613-10.135 0-13.349z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover; }
    .badge--rust.active > span, .badge--rust:hover > span, .badge--rust:focus > span, .badge--rust:active > span {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(232, 179, 164, 0.25)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
      background-size: 55px 99px; }
  .badge--cafeNoir {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 68' xmlns='http://www.w3.org/2000/svg' fill='%23533c2b'%3E%3Cpath d='M.817 10.342v-8.9l41.38-.741C78.98-1.08 94.92.948 98.291 2.184c5.149.89 27.587-.124 38.162-.742 7.724-1.483 20.69-.37 26.207.371-.613-.247-1.379-.593.46 0 2.299.742 25.288-.742 26.667-.742.736 2.077-.613 9.024-1.379 12.238-1.103 3.856.46 9.27 1.379 11.495-.367.297-.766 6.551-.919 9.641.46.742.46 7.787.46 8.158 0 .297-1.226.865-1.84 1.113 0 .296.614 1.854.92 2.595 1.104.297.766 3.832.46 5.563-.368 2.373.153 5.933.46 7.416-.368 1.187-.154 4.944 0 6.675h-10.575c-4.782-.594-16.706-.248-22.07 0-11.035 1.78-22.989.494-27.587-.371-6.621-1.483-33.41.618-45.978 1.854-4.046 1.483-17.012-.37-22.989-1.483-3.31.593-8.43.494-10.575.37-2.207-.593-11.648-.494-16.092-.37-1.38 1.112-28.047.37-28.967.741-.92.371-5.517-1.483-3.678-1.854 1.472-.296.614-6.798 0-10.012-1.103-1.187-.46-13.597 0-19.653 0-2.967-1.839-7.787 0-11.496 1.472-2.966.613-10.135 0-13.349z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover; }
    .badge--cafeNoir.active > span, .badge--cafeNoir:hover > span, .badge--cafeNoir:focus > span, .badge--cafeNoir:active > span {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(240, 226, 193, 0.25)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
      background-size: 55px 99px; }
  .badge--hunterGreen {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 68' xmlns='http://www.w3.org/2000/svg' fill='%23436039'%3E%3Cpath d='M.817 10.342v-8.9l41.38-.741C78.98-1.08 94.92.948 98.291 2.184c5.149.89 27.587-.124 38.162-.742 7.724-1.483 20.69-.37 26.207.371-.613-.247-1.379-.593.46 0 2.299.742 25.288-.742 26.667-.742.736 2.077-.613 9.024-1.379 12.238-1.103 3.856.46 9.27 1.379 11.495-.367.297-.766 6.551-.919 9.641.46.742.46 7.787.46 8.158 0 .297-1.226.865-1.84 1.113 0 .296.614 1.854.92 2.595 1.104.297.766 3.832.46 5.563-.368 2.373.153 5.933.46 7.416-.368 1.187-.154 4.944 0 6.675h-10.575c-4.782-.594-16.706-.248-22.07 0-11.035 1.78-22.989.494-27.587-.371-6.621-1.483-33.41.618-45.978 1.854-4.046 1.483-17.012-.37-22.989-1.483-3.31.593-8.43.494-10.575.37-2.207-.593-11.648-.494-16.092-.37-1.38 1.112-28.047.37-28.967.741-.92.371-5.517-1.483-3.678-1.854 1.472-.296.614-6.798 0-10.012-1.103-1.187-.46-13.597 0-19.653 0-2.967-1.839-7.787 0-11.496 1.472-2.966.613-10.135 0-13.349z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover; }
    .badge--hunterGreen.active > span, .badge--hunterGreen:hover > span, .badge--hunterGreen:focus > span, .badge--hunterGreen:active > span {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(164, 176, 126, 0.25)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
      background-size: 55px 99px; }
  .badge--deepJungleGreen {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 68' xmlns='http://www.w3.org/2000/svg' fill='%23154d4a'%3E%3Cpath d='M.817 10.342v-8.9l41.38-.741C78.98-1.08 94.92.948 98.291 2.184c5.149.89 27.587-.124 38.162-.742 7.724-1.483 20.69-.37 26.207.371-.613-.247-1.379-.593.46 0 2.299.742 25.288-.742 26.667-.742.736 2.077-.613 9.024-1.379 12.238-1.103 3.856.46 9.27 1.379 11.495-.367.297-.766 6.551-.919 9.641.46.742.46 7.787.46 8.158 0 .297-1.226.865-1.84 1.113 0 .296.614 1.854.92 2.595 1.104.297.766 3.832.46 5.563-.368 2.373.153 5.933.46 7.416-.368 1.187-.154 4.944 0 6.675h-10.575c-4.782-.594-16.706-.248-22.07 0-11.035 1.78-22.989.494-27.587-.371-6.621-1.483-33.41.618-45.978 1.854-4.046 1.483-17.012-.37-22.989-1.483-3.31.593-8.43.494-10.575.37-2.207-.593-11.648-.494-16.092-.37-1.38 1.112-28.047.37-28.967.741-.92.371-5.517-1.483-3.678-1.854 1.472-.296.614-6.798 0-10.012-1.103-1.187-.46-13.597 0-19.653 0-2.967-1.839-7.787 0-11.496 1.472-2.966.613-10.135 0-13.349z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover; }
    .badge--deepJungleGreen.active > span, .badge--deepJungleGreen:hover > span, .badge--deepJungleGreen:focus > span, .badge--deepJungleGreen:active > span {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(119, 187, 183, 0.25)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
      background-size: 55px 99px; }
  .badge--marigold {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 68' xmlns='http://www.w3.org/2000/svg' fill='%23e9a400'%3E%3Cpath d='M.817 10.342v-8.9l41.38-.741C78.98-1.08 94.92.948 98.291 2.184c5.149.89 27.587-.124 38.162-.742 7.724-1.483 20.69-.37 26.207.371-.613-.247-1.379-.593.46 0 2.299.742 25.288-.742 26.667-.742.736 2.077-.613 9.024-1.379 12.238-1.103 3.856.46 9.27 1.379 11.495-.367.297-.766 6.551-.919 9.641.46.742.46 7.787.46 8.158 0 .297-1.226.865-1.84 1.113 0 .296.614 1.854.92 2.595 1.104.297.766 3.832.46 5.563-.368 2.373.153 5.933.46 7.416-.368 1.187-.154 4.944 0 6.675h-10.575c-4.782-.594-16.706-.248-22.07 0-11.035 1.78-22.989.494-27.587-.371-6.621-1.483-33.41.618-45.978 1.854-4.046 1.483-17.012-.37-22.989-1.483-3.31.593-8.43.494-10.575.37-2.207-.593-11.648-.494-16.092-.37-1.38 1.112-28.047.37-28.967.741-.92.371-5.517-1.483-3.678-1.854 1.472-.296.614-6.798 0-10.012-1.103-1.187-.46-13.597 0-19.653 0-2.967-1.839-7.787 0-11.496 1.472-2.966.613-10.135 0-13.349z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover; }
    .badge--marigold.active > span, .badge--marigold:hover > span, .badge--marigold:focus > span, .badge--marigold:active > span {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 233, 231, 0.35)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
      background-size: 55px 99px; }
  .badge--small {
    min-width: 136px;
    height: 48px;
    font-size: 1rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 48' fill='%23111111'%3E%3Cpath d='M.01 17.47V1.117L30.426.512C56.699-.79 68.084.694 70.492 1.6c3.678.652 19.706-.09 27.26-.543 5.517-1.086 14.778-.271 18.719.272-.438-.181-.985-.435.329 0 1.642.543 18.063-.543 19.048-.543.526 1.52-.438 6.608-.985 8.962-.788 2.824.328 6.79.985 8.419-.263.217-.547 4.798-.657 7.06.329.544.329 5.704.329 5.975 0 .218.288.957-.15 1.138 0 .218-.218 1.316 0 1.859 0 1.115.04 2.526-.179 3.793-.262 1.738.11 4.345.329 5.431-.263.87-.345 3.285-.236 4.552h-.716L5.011 47.951c-4.295.452-5.12-2.354-5-3.717V17.47z' /%3E%3C/svg%3E") no-repeat center center;
    background-size: cover; }
    .badge--small--rust {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 48' fill='%23c42d05'%3E%3Cpath d='M.01 17.47V1.117L30.426.512C56.699-.79 68.084.694 70.492 1.6c3.678.652 19.706-.09 27.26-.543 5.517-1.086 14.778-.271 18.719.272-.438-.181-.985-.435.329 0 1.642.543 18.063-.543 19.048-.543.526 1.52-.438 6.608-.985 8.962-.788 2.824.328 6.79.985 8.419-.263.217-.547 4.798-.657 7.06.329.544.329 5.704.329 5.975 0 .218.288.957-.15 1.138 0 .218-.218 1.316 0 1.859 0 1.115.04 2.526-.179 3.793-.262 1.738.11 4.345.329 5.431-.263.87-.345 3.285-.236 4.552h-.716L5.011 47.951c-4.295.452-5.12-2.354-5-3.717V17.47z' /%3E%3C/svg%3E") no-repeat center center;
      background-size: cover; }
    .badge--small--cafeNoir {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 48' fill='%23533c2b'%3E%3Cpath d='M.01 17.47V1.117L30.426.512C56.699-.79 68.084.694 70.492 1.6c3.678.652 19.706-.09 27.26-.543 5.517-1.086 14.778-.271 18.719.272-.438-.181-.985-.435.329 0 1.642.543 18.063-.543 19.048-.543.526 1.52-.438 6.608-.985 8.962-.788 2.824.328 6.79.985 8.419-.263.217-.547 4.798-.657 7.06.329.544.329 5.704.329 5.975 0 .218.288.957-.15 1.138 0 .218-.218 1.316 0 1.859 0 1.115.04 2.526-.179 3.793-.262 1.738.11 4.345.329 5.431-.263.87-.345 3.285-.236 4.552h-.716L5.011 47.951c-4.295.452-5.12-2.354-5-3.717V17.47z' /%3E%3C/svg%3E") no-repeat center center;
      background-size: cover; }
    .badge--small--hunterGreen {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 48' fill='%23436039'%3E%3Cpath d='M.01 17.47V1.117L30.426.512C56.699-.79 68.084.694 70.492 1.6c3.678.652 19.706-.09 27.26-.543 5.517-1.086 14.778-.271 18.719.272-.438-.181-.985-.435.329 0 1.642.543 18.063-.543 19.048-.543.526 1.52-.438 6.608-.985 8.962-.788 2.824.328 6.79.985 8.419-.263.217-.547 4.798-.657 7.06.329.544.329 5.704.329 5.975 0 .218.288.957-.15 1.138 0 .218-.218 1.316 0 1.859 0 1.115.04 2.526-.179 3.793-.262 1.738.11 4.345.329 5.431-.263.87-.345 3.285-.236 4.552h-.716L5.011 47.951c-4.295.452-5.12-2.354-5-3.717V17.47z' /%3E%3C/svg%3E") no-repeat center center;
      background-size: cover; }
    .badge--small--deepJungleGreen {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 48' fill='%23154d4a'%3E%3Cpath d='M.01 17.47V1.117L30.426.512C56.699-.79 68.084.694 70.492 1.6c3.678.652 19.706-.09 27.26-.543 5.517-1.086 14.778-.271 18.719.272-.438-.181-.985-.435.329 0 1.642.543 18.063-.543 19.048-.543.526 1.52-.438 6.608-.985 8.962-.788 2.824.328 6.79.985 8.419-.263.217-.547 4.798-.657 7.06.329.544.329 5.704.329 5.975 0 .218.288.957-.15 1.138 0 .218-.218 1.316 0 1.859 0 1.115.04 2.526-.179 3.793-.262 1.738.11 4.345.329 5.431-.263.87-.345 3.285-.236 4.552h-.716L5.011 47.951c-4.295.452-5.12-2.354-5-3.717V17.47z' /%3E%3C/svg%3E") no-repeat center center;
      background-size: cover; }
    .badge--small--marigold {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 48' fill='%23e9a400'%3E%3Cpath d='M.01 17.47V1.117L30.426.512C56.699-.79 68.084.694 70.492 1.6c3.678.652 19.706-.09 27.26-.543 5.517-1.086 14.778-.271 18.719.272-.438-.181-.985-.435.329 0 1.642.543 18.063-.543 19.048-.543.526 1.52-.438 6.608-.985 8.962-.788 2.824.328 6.79.985 8.419-.263.217-.547 4.798-.657 7.06.329.544.329 5.704.329 5.975 0 .218.288.957-.15 1.138 0 .218-.218 1.316 0 1.859 0 1.115.04 2.526-.179 3.793-.262 1.738.11 4.345.329 5.431-.263.87-.345 3.285-.236 4.552h-.716L5.011 47.951c-4.295.452-5.12-2.354-5-3.717V17.47z' /%3E%3C/svg%3E") no-repeat center center;
      background-size: cover; }

.category-card,
.brand-card,
.origin-card {
  border-radius: 5px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 4px; }
  .category-card > a,
  .brand-card > a,
  .origin-card > a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none; }

.brand-card,
.origin-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .brand-card .badge,
  .origin-card .badge {
    position: absolute;
    left: -2px;
    bottom: -5px; }

.category-card {
  text-align: center;
  background: #f3f1ed;
  padding: 24px; }
  .category-card img {
    width: 136px;
    height: 137px;
    -o-object-fit: contain;
       object-fit: contain; }
  .category-card .category-image {
    text-align: center;
    margin-bottom: 1.5rem; }

.brand-card {
  text-align: center;
  background: white;
  aspect-ratio: 346 / 167; }
  .brand-card img {
    -o-object-fit: contain;
       object-fit: contain; }
  .brand-card .badge {
    display: none; }
  .brand-card:hover .badge {
    display: inline-flex; }

.origin-card {
  height: 100%; }
  .origin-card .origin-image {
    width: 100%;
    height: 100%; }
  .origin-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 103 / 110; }

.origin-l .origin-card {
  margin-bottom: 0; }
  .origin-l .origin-card img {
    aspect-ratio: 32 / 19; }

.card-variants-container {
  position: relative;
  margin-bottom: 16px;
  height: 42px; }
  .card-variants-container .card-variant-selected-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #111111;
    border-radius: 5px;
    padding: 8px 16px; }
    .card-variants-container .card-variant-selected-container.is-open {
      border-radius: 5px 5px 0 0; }
    .card-variants-container .card-variant-selected-container .icon {
      height: 1.57143rem;
      width: 1.57143rem; }
  .card-variants-container .dropdown-menu {
    width: 100% !important;
    max-width: 100%;
    background: #f3f1ed;
    border: 2px solid #111111;
    border-radius: 0 0 5px 5px;
    padding: 8px 0; }
    .card-variants-container .dropdown-menu .product-variant-list {
      margin: 0; }
      .card-variants-container .dropdown-menu .product-variant-list li a.product-variant {
        display: block;
        padding: 8px 16px;
        text-decoration: none; }
        .card-variants-container .dropdown-menu .product-variant-list li a.product-variant:hover {
          text-decoration: underline; }
        .card-variants-container .dropdown-menu .product-variant-list li a.product-variant.selected {
          color: #ede9e7;
          background: #154d4a; }
    .card-variants-container .dropdown-menu.is-open {
      top: 40px !important;
      left: 0 !important;
      right: 0; }

.card-img-container img {
  max-width: 100%;
  touch-action: pan-y; }
  @media (max-width: 480px) {
    .card-img-container img {
      max-height: 250px;
      contain-intrinsic-size: 266px 219px; } }

.card-img-container:not(.slick-initialized) > .card-figure__link:nth-child(n+2) {
  display: none; }

.card-img-container .slick-arrow {
  top: 100px;
  transform: scale(0.6); }
  @media (min-width: 991px) {
    .card-img-container .slick-arrow {
      visibility: hidden; } }

.card-img-container .slick-prev {
  left: -18px; }

.card-img-container .slick-next {
  right: -18px; }

.card-variants-container .dropdown-menu .product-variant-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .card-variants-container .dropdown-menu .product-variant-list li {
    width: 100%; }
    .card-variants-container .dropdown-menu .product-variant-list li.change-order {
      order: -1; }

.card-wishlist {
  margin: 0; }

#cardWishlistModal {
  min-height: auto; }
  #cardWishlistModal .form-wishlist {
    display: block !important; }
  #cardWishlistModal .modal-header h2 {
    margin: 0;
    text-transform: uppercase; }
  #cardWishlistModal .modal-content {
    padding: 1.5rem; }
    #cardWishlistModal .modal-content .wishlist-content {
      list-style: none;
      margin: 0; }
      #cardWishlistModal .modal-content .wishlist-content li a,
      #cardWishlistModal .modal-content .wishlist-content li input {
        color: #111111;
        cursor: pointer;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 0.21429rem 0.78571rem;
        text-decoration: none; }
        #cardWishlistModal .modal-content .wishlist-content li a:hover,
        #cardWishlistModal .modal-content .wishlist-content li input:hover {
          color: #154d4a; }
      #cardWishlistModal .modal-content .wishlist-content li input {
        background: transparent;
        border: none; }

@media (min-width: 991px) {
  .header .header-icon {
    height: 2.28571rem;
    width: 2.28571rem; }
    .header .header-icon.icon-compare {
      width: 44px; }
    .header .header-icon.icon-user {
      width: 30px; }
    .header .header-icon.icon-cart {
      width: 38px; } }

.header .header-icon svg {
  fill: #ffffff; }

.header .header-top {
  width: 100%;
  max-width: 95.8571428571rem;
  padding: 0 1.5rem 0 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  @media (min-width: 991px) {
    .header .header-top {
      padding: 0; } }
  .header .header-top .navPages-action,
  .header .header-top .navUser-action {
    color: #111111;
    text-transform: none; }
    .header .header-top .navPages-action:hover,
    .header .header-top .navUser-action:hover {
      color: #154d4a;
      background: none; }
  .header .header-top .header-logo {
    flex: 1; }
  .header .header-top .navUser {
    position: relative;
    display: inline-block;
    width: auto; }
    @media (min-width: 991px) {
      .header .header-top .navUser {
        width: 33.3%; } }
    .header .header-top .navUser #validate-company,
    .header .header-top .navUser #my-quote-entry {
      display: none; }
  .header .header-top .navUser-item--account {
    position: relative; }
    .header .header-top .navUser-item--account .account-dropdown {
      display: none; }
      .header .header-top .navUser-item--account .account-dropdown .navUser-action:nth-child(1) {
        padding-bottom: 0; }
    .header .header-top .navUser-item--account:hover .account-dropdown {
      background-color: #f3f1ed;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
      z-index: 1;
      display: block;
      position: absolute;
      left: 0;
      top: calc(100% + 0px) !important;
      text-align: left; }
      .header .header-top .navUser-item--account:hover .account-dropdown .navUser-action {
        font-size: 1rem; }

.header .navPages-action {
  position: relative; }
  .header .navPages-action .navPages-image {
    display: inline-block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 16 / 9;
    pointer-events: none; }
    .header .navPages-action .navPages-image + .badge {
      pointer-events: none;
      height: 34px;
      min-width: 138px;
      font-size: 1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ede9e7;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='136' height='38' viewBox='0 0 136 38' fill='%23111111'%3E%3Cpath d='M.01 13.703V.873L30.426.403c26.274-1.022 37.659.142 40.067.852 3.678.512 19.706-.07 27.26-.426 5.517-.852 14.778-.213 18.719.213-.438-.142-.985-.34.329 0 1.642.426 18.063-.426 19.048-.426.526 1.193-.438 5.184-.985 7.03-.788 2.215.328 5.325.985 6.603-.263.17-.547 3.763-.657 5.538.329.426.329 4.473.329 4.686 0 .17.288.75-.15.892 0 .17-.218 1.032 0 1.458 0 .875.04 1.98-.179 2.975-.262 1.363.11 3.408.329 4.26-.263.681-.345 2.576-.236 3.57h-.716L5.011 37.609c-4.295.354-5.12-1.846-5-2.916V13.703z' /%3E%3C/svg%3E") center center cover no-repeat;
      padding: 0;
      position: absolute;
      left: 0;
      bottom: -2px;
      background-position: unset; }
  .header .navPages-action.category-image, .header .navPages-action.origin-image, .header .navPages-action.brand-image {
    border-radius: 5px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 0; }
  .header .navPages-action.category-image {
    margin: 1.71429rem 1.5rem; }
    @media (min-width: 991px) {
      .header .navPages-action.category-image {
        margin: 1.35714rem 0; } }
    .header .navPages-action.category-image.is-open {
      margin: 0;
      margin-bottom: 10px;
      padding: 20px;
      text-decoration: none; }
      .header .navPages-action.category-image.is-open .badge {
        font-size: 18px; }
    .header .navPages-action.category-image .badge {
      left: 1px; }
  .header .navPages-action.brand-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    aspect-ratio: 16 / 9; }
    .header .navPages-action.brand-image .navPages-image {
      width: auto;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
      .header .navPages-action.brand-image .navPages-image + .badge {
        display: none; }
  .header .navPages-action:hover .navPages-image + .badge > span {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(237, 232, 230, 0.2)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") repeat -1px -1px;
    background-size: 55px 99px; }
  .header .navPages-action:hover.brand-image .navPages-image + .badge {
    display: inline-flex; }

.header .navPages-list--left {
  display: none; }
  @media (min-width: 991px) {
    .header .navPages-list--left {
      display: block;
      width: 33.3%; }
      .header .navPages-list--left .navPages-action {
        font-size: 1rem;
        line-height: 18px;
        font-weight: normal;
        margin: 0; }
      .header .navPages-list--left > .navPages-item {
        position: relative;
        padding: 0 1.5rem;
        z-index: 10; } }
    @media (min-width: 991px) and (min-width: 991px) and (max-width: 1204px) {
      .header .navPages-list--left > .navPages-item {
        padding: 0 0.75rem; } }
  @media (min-width: 991px) {
        .header .navPages-list--left > .navPages-item .navPage-subMenu {
          min-width: 200px;
          background: #ede9e7;
          box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25); }
          .header .navPages-list--left > .navPages-item .navPage-subMenu .navPage-subMenu-list {
            list-style: none;
            padding: 0;
            margin: 0; }
            .header .navPages-list--left > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
              width: 100%;
              padding: 0; }
              .header .navPages-list--left > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
                font-size: 12px;
                font-weight: normal;
                margin: 0; } }

@media (min-width: 991px) {
  .header .navPages-list > .navPages-item > .navPage-subMenu {
    display: none; }
    .header .navPages-list > .navPages-item > .navPage-subMenu .navPage-subMenu {
      display: block; }
  .header .navPages-list > .navPages-item:hover > .navPage-subMenu {
    display: block; } }

.header .navPages-list:not(.navPages-list--left) > .navPages-item {
  border-bottom: 1px solid #ede9e7; }
  @media (min-width: 991px) {
    .header .navPages-list:not(.navPages-list--left) > .navPages-item {
      border: none; } }
  .header .navPages-list:not(.navPages-list--left) > .navPages-item:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white; }
  .header .navPages-list:not(.navPages-list--left) > .navPages-item > .navPages-action:not(.no-background) {
    color: #ede9e7; }
    @media (max-width: 991px) {
      .header .navPages-list:not(.navPages-list--left) > .navPages-item > .navPages-action:not(.no-background) {
        background: #111111; } }
    .header .navPages-list:not(.navPages-list--left) > .navPages-item > .navPages-action:not(.no-background) svg {
      fill: #ede9e7;
      stroke: #ede9e7; }

.header .link_brands {
  max-width: 1300px;
  margin: auto;
  padding-left: 0.74rem;
  margin-bottom: 10px; }
  .header .link_brands a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }

@media (min-width: 991px) {
  .header .navPages-list--menu {
    display: flex; } }

.header .navPages-list--menu.subMenu-is-open {
  background: #ffffff; }
  @media (min-width: 991px) {
    .header .navPages-list--menu.subMenu-is-open {
      background: transparent; } }
  .header .navPages-list--menu.subMenu-is-open + .navPages-list--user {
    display: none; }

@media (min-width: 991px) {
  .header .navPages-list--menu .navPages-item {
    width: 33.3%; }
    .header .navPages-list--menu .navPages-item.active-category {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(164, 176, 126, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #154d4a repeat -1px -1px;
      background-size: 55px 99px;
      background-position-y: 25px; }
    .header .navPages-list--menu .navPages-item:hover {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 99' fill='rgba(164, 176, 126, 0.15)'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M55 99H0V0h55z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-2.15 95.48H4a35.42 35.42 0 0 0-5.85-14.94 35.7 35.7 0 0 0 4-12.83c-10-.61-20.89 4.33-21.3 17.85 5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53c1.88-10.22 10.2-14.25 18.13-14.2A31.92 31.92 0 0 1-1.3 77.1c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.82zM19.4 6.68v7.15A26.58 26.58 0 0 0 32.26 7a25.43 25.43 0 0 0 11 4.64c.57-11.56-3.68-24.23-15.32-24.72C28.75-6.82 33 .87 37.78 4c-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.15 12.27 11.81 12.22 21.03a22.65 22.65 0 0 1-7.44-3.11C29.71 4 26.91-1.59 27-8.84 22.9-5.83 20.22.25 19.4 6.68zm0 45.05C18.92 63.32 23.17 76 34.81 76.48c-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.31-11.85-12.23-21.06a22.65 22.65 0 0 1 7.44 3.11c5.48 3.63 8.32 9.27 8.24 16.5 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83 25.38 25.38 0 0 0-11.04-4.64zM9.91 82.59a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1 9.35 86c3.12-6.41 8-9.66 14.21-9.56-2.56-4.71-7.82-7.85-13.36-8.8H4.05a35.35 35.35 0 0 0 5.86 14.95zm9.49 23.23V113a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.27-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.09 3-6.77 9.09-7.6 15.52zm16.16-20.26c5.39-.94 12-5.93 14.68-11.43A20.94 20.94 0 0 1 38 82.65c1.88-10.22 10.2-14.25 18.13-14.2a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.84h6.15a35.42 35.42 0 0 0-5.86-14.94 35.7 35.7 0 0 0 4-12.83C46.89 67.1 36 72 35.56 85.56zM-7.91 2.3c-.53 11.6 3.72 24.27 15.36 24.75-.81-6.26-5.1-14-9.84-17.05C1 12.81 4.28 19.31 4.95 24.25-3.85 22.07-7.32 12.41-7.27 3.19A22.65 22.65 0 0 1 .17 6.3c5.51 3.63 8.31 9.26 8.23 16.51C14 18.69 17 8.77 16.12.12a26.64 26.64 0 0 0-13 6.83A25.43 25.43 0 0 0-7.91 2.3zm-9.54 30.86a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.84-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.28-8.51c-1.88 10.22-10.2 14.25-18.13 14.2A31.92 31.92 0 0 1-18 36.62c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.15a35.42 35.42 0 0 0 5.85 14.95zM-8 56.4v7.15a26.58 26.58 0 0 0 12.9-6.8 25.43 25.43 0 0 0 11 4.64c.57-11.58-3.68-24.26-15.32-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.8-6.67-9.31-7.33-14.25 8.8 2.19 12.27 11.85 12.22 21.06a22.65 22.65 0 0 1-7.44-3.11C2.35 53.76-.45 48.13-.36 40.88-4.45 43.88-7.14 50-8 56.4zM8.2 36.13c5.39-.94 12-5.93 14.68-11.43a20.94 20.94 0 0 1-12.27 8.53C12.49 23 20.8 19 28.73 19a31.92 31.92 0 0 1-2.68 8.65c-3.12 6.41-8 9.66-14.21 9.56 2.59 4.75 7.83 7.88 13.36 8.83h6.15a35.42 35.42 0 0 0-5.85-14.93 35.7 35.7 0 0 0 4-12.83c-9.97-.61-20.88 4.33-21.3 17.85zM46.8 2.3c-.53 11.59 3.73 24.27 15.37 24.75-.81-6.26-5.1-14-9.84-17.05 3.42 2.81 6.67 9.31 7.34 14.25-8.8-2.19-12.27-11.85-12.22-21.06a22.65 22.65 0 0 1 7.44 3.11c5.51 3.63 8.31 9.26 8.23 16.51 5.62-4.12 8.6-14 7.72-22.69a26.64 26.64 0 0 0-13 6.83A25.38 25.38 0 0 0 46.8 2.3zm-9.53 30.87a35.7 35.7 0 0 0-4 12.83c10 .61 20.88-4.33 21.3-17.85-5.39.94-12 5.93-14.68 11.43a20.94 20.94 0 0 1 12.27-8.53C50.28 41.28 42 45.31 34 45.26a31.92 31.92 0 0 1 2.68-8.65c3.12-6.41 8-9.66 14.21-9.56-2.59-4.76-7.83-7.88-13.36-8.84h-6.12a35.53 35.53 0 0 0 5.86 15zm9.48 23.23v7.15a26.58 26.58 0 0 0 12.86-6.81 25.43 25.43 0 0 0 11 4.64c.53-11.58-3.73-24.26-15.37-24.75.81 6.26 5.1 14 9.84 17.05-3.42-2.81-6.67-9.31-7.34-14.25C66.6 41.63 70.07 51.29 70 60.5a22.65 22.65 0 0 1-7.44-3.11c-5.51-3.63-8.31-9.26-8.23-16.51-4.07 3.01-6.75 9.12-7.58 15.52z'/%3E%3C/g%3E%3C/svg%3E") #154d4a repeat -1px -1px;
      background-size: 55px 99px;
      background-position-y: 25px; }
    .header .navPages-list--menu .navPages-item > .navPage-subMenu {
      background: #ede9e7;
      box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
      padding: 0 1.5rem; }
      .header .navPages-list--menu .navPages-item > .navPage-subMenu .navPages-action-moreIcon {
        display: none; }
      .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child,
      .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-parent {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left;
        margin-bottom: 2rem; }
        .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action,
        .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-parent .navPages-action {
          text-align: left; }
        .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-horizontal,
        .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-parent .navPage-subMenu-horizontal {
          width: 100%;
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          border: none;
          margin: 0; }
          .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-horizontal .navPage-subMenu-list,
          .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-parent .navPage-subMenu-horizontal .navPage-subMenu-list {
            max-width: none;
            display: flex;
            flex-direction: column; }
      .header .navPages-list--menu .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-parent {
        display: none; } }

.header .navPages-list--menu .navPages-item .navPages-action {
  font-weight: 700; }
  @media (min-width: 991px) {
    .header .navPages-list--menu .navPages-item .navPages-action {
      width: 100%; } }

@media (min-width: 991px) {
  .header .navPages-list--menu .navPages-item.navPages-item--left {
    display: none; } }

@media (min-width: 991px) {
  .header .navPages-list--menu #navPages-categories > .navPage-subMenu-list > .navPage-subMenu-item-child,
  .header .navPages-list--menu #navPages-categories > .navPage-subMenu-list > .navPage-subMenu-item-parent {
    width: 20%; } }

@media (max-width: 991px) {
  .header .navPages-list--menu #navPages-categories .navPages-action.is-open .navPages-image {
    display: none; }
    .header .navPages-list--menu #navPages-categories .navPages-action.is-open .navPages-image + .badge {
      width: auto;
      height: auto;
      background: transparent;
      position: inherit;
      left: auto;
      bottom: auto; }
      .header .navPages-list--menu #navPages-categories .navPages-action.is-open .navPages-image + .badge > span {
        padding: 0;
        background: transparent; } }

.header .navPages-list--menu #navPages-brands,
.header .navPages-list--menu #navPages-origins {
  padding: 0 1.5rem; }
  @media (min-width: 991px) {
    .header .navPages-list--menu #navPages-brands,
    .header .navPages-list--menu #navPages-origins {
      padding: 1rem 1.5rem; } }
  .header .navPages-list--menu #navPages-brands > .navPage-subMenu-list > .navPage-subMenu-item-child,
  .header .navPages-list--menu #navPages-brands > .navPage-subMenu-list > .navPage-subMenu-item-parent,
  .header .navPages-list--menu #navPages-origins > .navPage-subMenu-list > .navPage-subMenu-item-child,
  .header .navPages-list--menu #navPages-origins > .navPage-subMenu-list > .navPage-subMenu-item-parent {
    margin: 1.5rem 0; }
    .header .navPages-list--menu #navPages-brands > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action,
    .header .navPages-list--menu #navPages-brands > .navPage-subMenu-list > .navPage-subMenu-item-parent .navPages-action,
    .header .navPages-list--menu #navPages-origins > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action,
    .header .navPages-list--menu #navPages-origins > .navPage-subMenu-list > .navPage-subMenu-item-parent .navPages-action {
      padding: 0; }

.header .navPages-container.is-open {
  padding-bottom: 90px; }

.header .navUser-item--compare.show {
  display: block; }

.header .header-logo__link {
  width: 160px; }
  @media (min-width: 991px) {
    .header .header-logo__link {
      width: auto; } }

#quickSearch {
  background-color: #e5e5e5; }
  #quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  #quickSearch .form-input:focus {
    outline: none !important; }
  #quickSearch > .container {
    min-height: 90px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative; }
    @media (min-width: 991px) {
      #quickSearch > .container {
        flex-direction: row;
        min-height: 102px; } }
    #quickSearch > .container .header-logo {
      display: none;
      flex: none;
      margin: 0 2rem 0 0; }
      @media (min-width: 991px) {
        #quickSearch > .container .header-logo {
          display: block; } }
      #quickSearch > .container .header-logo .header-logo-image {
        max-width: none; }
    #quickSearch > .container .header-search {
      flex: 1;
      padding: 0 0 0 6rem; }
      @media (min-width: 991px) {
        #quickSearch > .container .header-search {
          padding: 0 8rem 0 0; } }
  #quickSearch.is-open + .navUser {
    display: none !important; }
  #quickSearch .close-search,
  #quickSearch .form-field .button--icon {
    width: 39px;
    height: 34px;
    border-radius: 0;
    padding: 0; }
    #quickSearch .close-search .icon,
    #quickSearch .form-field .button--icon .icon {
      height: 1.14286rem;
      width: 1.14286rem;
      fill: #ede9e7; }
    @media (min-width: 991px) {
      #quickSearch .close-search,
      #quickSearch .form-field .button--icon {
        height: 4.42857rem;
        width: 4.42857rem;
        background: transparent;
        border-color: transparent; }
        #quickSearch .close-search .icon,
        #quickSearch .form-field .button--icon .icon {
          height: 2.28571rem;
          width: 2.28571rem;
          fill: #111111; } }
  #quickSearch .form {
    max-width: 50rem;
    margin: 0 auto; }
  #quickSearch .form,
  #quickSearch .form-field {
    margin-bottom: 0; }
  #quickSearch .form-field {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border: 2px solid rgba(17, 17, 17, 0.6);
    border-radius: 5px;
    background: #f3f1ed; }
    @media (min-width: 991px) {
      #quickSearch .form-field {
        flex-direction: row-reverse;
        border: 1px solid rgba(17, 17, 17, 0.6); } }
    #quickSearch .form-field .form-input {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 18px;
      height: unset;
      color: #111111;
      background: transparent;
      border: none;
      padding: 0 0 0 1rem; }
      @media (min-width: 991px) {
        #quickSearch .form-field .form-input {
          padding: 0 1rem 0 0; } }
      #quickSearch .form-field .form-input::-moz-placeholder {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-style: italic;
        color: #111111; }
      #quickSearch .form-field .form-input::placeholder {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-style: italic;
        color: #111111; }
    #quickSearch .form-field .button--icon {
      border-radius: 5px 0 0 5px; }
      #quickSearch .form-field .button--icon .icon {
        height: 1.14286rem;
        width: 1.14286rem;
        fill: #111111;
        stroke: #ede9e7; }
      @media (min-width: 991px) {
        #quickSearch .form-field .button--icon {
          height: 4.42857rem;
          width: 4.42857rem; }
          #quickSearch .form-field .button--icon .icon {
            height: 2.28571rem;
            width: 2.28571rem;
            fill: #ede9e7;
            stroke: #111111; } }
  #quickSearch .close-search {
    position: absolute;
    top: 29px;
    left: 1.5rem; }
    @media (min-width: 991px) {
      #quickSearch .close-search {
        top: 20px;
        left: auto;
        right: 0; } }
  #quickSearch .productGrid {
    padding: 1.5rem 0 0;
    width: 100%; }
    @media (min-width: 600px) {
      #quickSearch .productGrid {
        padding: 3rem 0 0; } }

.search-banner .panel--large {
  line-height: 50px;
  margin-left: 32px; }

#quickSearch .container {
  display: flex; }
  #quickSearch .container .header-logo-image-container {
    flex-basis: 20%; }
  #quickSearch .container form {
    flex: 1;
    max-width: 50rem; }

#sort {
  max-width: 150px; }

#search-results-content > ul strong {
  display: inline-block;
  margin-right: 8px; }

@media (max-width: 420px) {
  #sort {
    width: 100%; }
  [data-search-page-tabs] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    [data-search-page-tabs] :first-child {
      margin-bottom: 10px; }
    [data-search-page-tabs] li a {
      font-size: 1rem !important;
      text-decoration: underline; }
    [data-search-page-tabs] li .navBar-action-color--active {
      text-decoration: none; }
      [data-search-page-tabs] li .navBar-action-color--active > span {
        color: #333;
        font-weight: 700; }
  #search-results-heading .page-heading {
    font-size: 40px; }
  #search-results-content > .actionBar {
    display: block; }
  [aria-labelledby="search-results-content-count"] > ul strong {
    font-size: 24px;
    font-weight: 400; }
  [aria-labelledby="search-results-content-count"] form .form-fieldset {
    width: 100%; }
    [aria-labelledby="search-results-content-count"] form .form-fieldset #sort,
    [aria-labelledby="search-results-content-count"] form .form-fieldset .form-field {
      width: 100%; } }

.cms-content .shg-fw {
  overflow: hidden; }

.cms-content .categoryGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 2.5rem; }
  .cms-content .categoryGrid ul,
  .cms-content .categoryGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .cms-content .categoryGrid:before, .cms-content .categoryGrid:after {
    content: " ";
    display: table; }
  .cms-content .categoryGrid:after {
    clear: both; }
  .cms-content .categoryGrid .category {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .cms-content .categoryGrid .category {
        width: 50%; } }
    @media (min-width: 991px) {
      .cms-content .categoryGrid .category {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .cms-content .categoryGrid .category {
        width: 20%; } }
  .cms-content .categoryGrid:not(.slick-initialized) {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .cms-content .categoryGrid:not(.slick-initialized) .category:nth-child(n+2) {
      display: none; }
    @media (min-width: 600px) {
      .cms-content .categoryGrid:not(.slick-initialized) .category:nth-child(2) {
        display: block; } }
    @media (min-width: 991px) {
      .cms-content .categoryGrid:not(.slick-initialized) .category {
        display: block !important; } }

.cms-content .originGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2.5rem; }
  .cms-content .originGrid ul,
  .cms-content .originGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .cms-content .originGrid:before, .cms-content .originGrid:after {
    content: " ";
    display: table; }
  .cms-content .originGrid:after {
    clear: both; }
  .cms-content .originGrid .origin {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .cms-content .originGrid .origin {
        width: 50%; } }
    @media (min-width: 991px) {
      .cms-content .originGrid .origin {
        width: 33.33333%; }
        .cms-content .originGrid .origin-l {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 50%;
          float: none; } }
    @media (min-width: 1025px) {
      .cms-content .originGrid .origin {
        width: 25%; }
        .cms-content .originGrid .origin-l {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 50%;
          float: none; } }
  .cms-content .originGrid:not(.slick-initialized) {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .cms-content .originGrid:not(.slick-initialized) .origin:nth-child(n+2) {
      display: none; }
    @media (min-width: 600px) {
      .cms-content .originGrid:not(.slick-initialized) .origin:nth-child(2) {
        display: block; } }
    @media (min-width: 991px) {
      .cms-content .originGrid:not(.slick-initialized) .origin {
        display: block !important; } }

.cms-content .bg-repeat-x {
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left -20px; }

.cms-content .home-about-bg > .shg-box-content > div:first-child {
  max-width: 20%; }

.cms-content .home-about-image > .shg-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper {
    width: auto;
    max-width: 50%;
    position: relative;
    z-index: 1; }
    .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper > .shg-box {
      padding: 8px !important; }
      @media (min-width: 991px) {
        .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper > .shg-box {
          padding: 16px 12px !important; } }
    .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper:nth-child(2) {
      z-index: 0; }
      .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper:nth-child(2) > .shg-box {
        padding: 8px 8px 8px 4px !important; }
        @media (min-width: 991px) {
          .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper:nth-child(2) > .shg-box {
            padding: 16px 12px !important; } }
    .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper .badge {
      min-width: auto; }
      @media (max-width: 991px) {
        .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper .badge > span {
          font-size: 12px;
          padding: 0; } }
      .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper .badge--cafeNoir {
        width: 133px;
        height: 38px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133' height='38' viewBox='0 0 133 38' fill='%23533c2b'%3E%3Cpath d='M1.072 5.786V.962L29.759.559c25.5-.964 36.55.134 38.887.805 3.57.482 19.125-.067 26.456-.402 5.355-.805 14.344-.202 18.169.2-.425-.133-.956-.321.319 0 1.593.403 17.531-.402 18.487-.402.51 1.126-.425 4.892-.956 6.634-.765 2.09.319 5.025.956 6.23-.255.162-.531 3.552-.637 5.227.318.402.318 4.221.318 4.422 0 .16-.85.469-1.275.603 0 .16.425 1.005.638 1.407.765.16.531 2.077.319 3.015-.255 1.287.106 3.216.318 4.02-.255.643-.106 2.68 0 3.618h-7.331c-3.315-.321-11.581-.134-15.3 0-7.65.965-15.937.268-19.125-.2-4.59-.805-23.162.334-31.875 1.004-2.805.804-11.793-.2-15.937-.804-2.295.322-5.844.268-7.331.201-1.53-.321-8.075-.268-11.156-.2-.957.602-19.444.2-20.082.401-.637.201-3.825-.804-2.55-1.005 1.02-.16.426-3.685 0-5.427-.764-.643-.318-7.37 0-10.653 0-1.608-1.274-4.221 0-6.231 1.02-1.608.426-5.494 0-7.236z' /%3E%3C/svg%3E") no-repeat center center;
        background-size: cover; }
        @media (min-width: 991px) {
          .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper .badge--cafeNoir {
            width: 243px;
            height: 68px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='68' viewBox='0 0 243 68' fill='%23533c2b'%3E%3Cpath d='M1.045 10.342v-8.9L53.968.701c47.043-1.78 67.429.247 71.741 1.483 6.586.89 35.282-.124 48.807-.742 9.879-1.483 26.461-.37 33.518.371-.784-.247-1.764-.593.588 0 2.94.742 32.342-.742 34.106-.742.941 2.077-.784 9.024-1.764 12.238-1.411 3.856.588 9.27 1.764 11.495-.47.297-.98 6.551-1.176 9.641.588.742.588 7.787.588 8.158 0 .297-1.568.865-2.352 1.113 0 .296.784 1.854 1.176 2.595 1.411.297.98 3.832.588 5.563-.47 2.373.196 5.933.588 7.416-.47 1.187-.196 4.944 0 6.675h-13.525c-6.115-.594-21.365-.248-28.226 0-14.112 1.78-29.401.494-35.282-.371-8.467-1.483-42.73.618-58.803 1.854-5.175 1.483-21.758-.37-29.402-1.483-4.234.593-10.78.494-13.525.37-2.823-.593-14.897-.494-20.581-.37-1.764 1.112-35.87.37-37.047.741-1.176.371-7.056-1.483-4.704-1.854 1.882-.296.785-6.798 0-10.012-1.41-1.187-.588-13.597 0-19.653 0-2.967-2.352-7.787 0-11.496 1.882-2.966.784-10.135 0-13.349z' /%3E%3C/svg%3E") no-repeat center center;
            background-size: cover; } }
      .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper .badge--rust {
        width: 153px;
        height: 38px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='153' height='38' viewBox='0 0 153 38' fill='%23c42d05'%3E%3Cpath d='M.729 5.848V1.024L33.902.622c29.487-.965 42.265.134 44.968.804 4.129.482 22.116-.067 30.594-.402 6.192-.804 16.586-.201 21.009.201-.491-.134-1.105-.322.369 0 1.843.402 20.273-.402 21.379-.402.589 1.126-.492 4.891-1.106 6.633-.885 2.09.368 5.025 1.106 6.231-.295.161-.615 3.551-.738 5.226.369.402.369 4.221.369 4.422 0 .161-.983.47-1.474.604 0 .16.491 1.005.737 1.407.884.16.614 2.077.368 3.015-.295 1.286.123 3.216.369 4.02-.295.643-.123 2.68 0 3.618h-8.478c-3.833-.322-13.392-.134-17.692 0-8.846.965-18.43.268-22.116-.201-5.308-.804-26.784.335-36.86 1.005-3.243.804-13.637-.201-18.429-.804-2.654.321-6.758.268-8.478.2-1.769-.32-9.337-.267-12.9-.2-1.106.603-22.485.2-23.222.402-.737.2-4.423-.804-2.948-1.005 1.18-.161.491-3.685 0-5.427-.885-.644-.369-7.37 0-10.654 0-1.608-1.475-4.22 0-6.23 1.179-1.609.491-5.495 0-7.237z'/%3E%3C/svg%3E") no-repeat center center;
        background-size: cover; }
        @media (min-width: 991px) {
          .cms-content .home-about-image > .shg-box-content > .shg-box-vertical-align-wrapper .badge--rust {
            width: 281px;
            height: 68px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='281' height='68' viewBox='0 0 281 68' fill='%23c42d05'%3E%3Cpath d='M1.209 10.342v-8.9L62.408.701c54.399-1.78 77.972.247 82.959 1.483 7.616.89 40.8-.124 56.439-.742 11.424-1.483 30.6-.37 38.76.371-.907-.247-2.04-.593.68 0 3.4.742 37.4-.742 39.44-.742 1.087 2.077-.907 9.024-2.04 12.238-1.632 3.856.68 9.27 2.04 11.495-.544.297-1.134 6.551-1.36 9.641.68.742.68 7.787.68 8.158 0 .297-1.814.865-2.72 1.113 0 .296.906 1.854 1.36 2.595 1.632.297 1.133 3.832.68 5.563-.544 2.373.226 5.933.68 7.416-.544 1.187-.227 4.944 0 6.675h-15.64c-7.072-.594-24.707-.248-32.64 0-16.32 1.78-34 .494-40.8-.371-9.791-1.483-49.412.618-67.999 1.854-5.984 1.483-25.16-.37-34-1.483-4.895.593-12.466.494-15.64.37-3.263-.593-17.226-.494-23.799-.37-2.04 1.112-41.48.37-42.84.741-1.36.371-8.16-1.483-5.44-1.854 2.177-.296.908-6.798 0-10.012-1.63-1.187-.679-13.597 0-19.653 0-2.967-2.72-7.787 0-11.496 2.177-2.966.908-10.135 0-13.349z' /%3E%3C/svg%3E") no-repeat center center;
            background-size: cover; } }

.cms-content .brand .badge {
  min-width: 138px;
  height: 38px;
  font-size: 14px; }

@media (max-width: 768px) {
  .cms-content .card-figcaption-body .button--input {
    margin-right: 20px; } }

.page_title__teavendor_home .breadcrumbs-container {
  display: none; }

.custom-carousel--single .slick-slide {
  width: 100% !important;
  max-width: 1440px; }

.product-other-actions {
  float: right; }

.productView-images figure.productView-image {
  border-radius: 5px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff; }

.productView-images .productView-thumbnails .productView-thumbnail-link {
  border-radius: 5px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: none; }

.productView-details .icon-container {
  text-align: right; }
  .productView-details .icon-container .icon {
    width: 44px;
    height: 28px;
    background: #111111;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }

.productView-details .form-increment button {
  border-radius: 0px; }

.productView-details [data-wishlist-add] {
  display: none; }

.productView-details .productView-product {
  border-bottom: none;
  padding-bottom: 0px; }
  .productView-details .productView-product .productView-sku {
    font-size: 18px; }
  @media screen and (max-width: 440px) {
    .productView-details .productView-product .productView-price {
      margin-top: 10px;
      margin-bottom: 30px; } }
  .productView-details .productView-product .productView-price span {
    font-size: 20px; }

.productView-details .mobile-addToCart {
  width: 100%;
  margin-bottom: 1.5rem; }

#add-to-cart-wrapper .form-field--increments {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0; }
  #add-to-cart-wrapper .form-field--increments .form-increment {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #111111;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 0 1.5rem; }
    @media (min-width: 600px) {
      #add-to-cart-wrapper .form-field--increments .form-increment {
        width: auto;
        margin: 0 1.5rem 0 0; } }
  #add-to-cart-wrapper .form-field--increments .form-action {
    width: 100%; }
    @media (min-width: 600px) {
      #add-to-cart-wrapper .form-field--increments .form-action {
        max-width: 278px; } }
    #add-to-cart-wrapper .form-field--increments .form-action .button {
      width: 100%;
      margin-bottom: 1.5rem; }

.productView-description {
  margin-bottom: 2.5rem; }
  .productView-description .tabs {
    display: none; }
    @media (min-width: 991px) {
      .productView-description .tabs {
        display: flex;
        flex-wrap: wrap; }
        .productView-description .tabs .tab {
          order: 10; }
        .productView-description .tabs .tab--learn {
          order: 1; }
        .productView-description .tabs .tab--recipes {
          order: 2; } }
    .productView-description .tabs .tab {
      border: 2px solid #111111;
      border-radius: 5px 5px 0 0;
      border-bottom: 1px; }
      .productView-description .tabs .tab .tabs-down {
        display: none; }
      .productView-description .tabs .tab + .tab {
        margin-left: -2px; }
    .productView-description .tabs .is-active {
      background: #111111; }
      .productView-description .tabs .is-active a {
        color: white; }
  .productView-description .tab-content {
    display: block;
    padding: 0; }
    .productView-description .tab-content .product-tab > :first-child {
      margin-top: 0; }
    .productView-description .tab-content .product-tab > :last-child {
      margin-bottom: 0; }
    .productView-description .tab-content .product-tab--recipes .product-tab-image img {
      width: 100%; }
    .productView-description .tab-content .product-tab--recipes .product-tab-content > :first-child {
      margin-top: 0; }
    .productView-description .tab-content .product-tab--recipes .product-tab-content > :last-child {
      margin-bottom: 0; }
    @media (min-width: 600px) {
      .productView-description .tab-content .product-tab--recipes .product-tab-image {
        float: right;
        padding-left: 20px; }
        .productView-description .tab-content .product-tab--recipes .product-tab-image img {
          width: auto; } }
    @media (min-width: 991px) {
      .productView-description .tab-content .product-tab--recipes {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        margin: 0 -.75rem; }
        .productView-description .tab-content .product-tab--recipes .product-tab-image,
        .productView-description .tab-content .product-tab--recipes .product-tab-content {
          padding: 0 .75rem; }
        .productView-description .tab-content .product-tab--recipes .product-tab-content {
          flex: 1; } }
    @media (min-width: 1440px) {
      .productView-description .tab-content .product-tab--recipes {
        margin: 0 -40px; }
        .productView-description .tab-content .product-tab--recipes .product-tab-image,
        .productView-description .tab-content .product-tab--recipes .product-tab-content {
          padding: 0 40px; } }
    @media (min-width: 991px) {
      .productView-description .tab-content {
        display: none; }
        .productView-description .tab-content.is-active {
          display: block; } }
    .productView-description .tab-content .mobile-title {
      display: block;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
      padding: 1.5rem 0;
      border-bottom: 2px solid #111111;
      position: relative;
      transition: all 0.5s ease; }
      @media (min-width: 991px) {
        .productView-description .tab-content .mobile-title {
          display: none; } }
      .productView-description .tab-content .mobile-title .icon {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%); }
      .productView-description .tab-content .mobile-title.is-open .icon {
        transform: translateY(-50%) rotate(180deg); }
    .productView-description .tab-content:first-child .mobile-title {
      border-top: 2px solid #111111; }
    .productView-description .tab-content .mobile-content {
      display: none;
      border-bottom: 2px solid #111111;
      padding: 1.5rem 0; }
      .productView-description .tab-content .mobile-content.is-open {
        display: block; }
      @media (min-width: 991px) {
        .productView-description .tab-content .mobile-content {
          display: block;
          border-bottom: none; } }

#product-reviews {
  margin: 0; }
  #product-reviews .toggle-title {
    margin: 0 0 1.5rem; }

.product-variant-list {
  list-style: none; }

.pdp-mobile-breadcrumb {
  display: none;
  margin-left: -10px; }
  .pdp-mobile-breadcrumb .icon {
    transform: rotate(90deg);
    width: 25px;
    height: 25px; }
  @media screen and (max-width: 440px) {
    .pdp-mobile-breadcrumb {
      display: block;
      font-weight: 700;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
      .pdp-mobile-breadcrumb a {
        padding: 0; } }

.product-blogs {
  clear: both;
  margin-bottom: 2.5rem; }
  .product-blogs .product-blogs-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .product-blogs .product-blogs-title span {
      display: flex;
      align-items: center; }
    .product-blogs .product-blogs-title a {
      font-size: 14px; }
    .product-blogs .product-blogs-title svg {
      transform: rotate(-90deg);
      width: 20px;
      height: 20px; }

.page_type__product h2 {
  margin: 0 0 24px; }

.product_icon {
  display: flex;
  gap: 20px;
  margin: 20px 0; }
  .product_icon img {
    height: 56px; }

.brand-anchors,
.brands-container {
  list-style: none;
  margin-left: 0;
  margin: auto; }
  .brand-anchors ul,
  .brand-anchors ol,
  .brands-container ul,
  .brands-container ol {
    list-style: none;
    margin-bottom: 0; }

.brands_banner {
  background-color: #000;
  text-align: center;
  height: 140px;
  line-height: 100px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: url("../img/background.png") no-repeat center center;
  background-size: 100% 100%; }
  .brands_banner button {
    display: flex;
    align-items: center;
    padding: 0 24px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 14px;
    height: 45px; }
  @media (max-width: 450px) {
    .brands_banner {
      font-size: 15px;
      line-height: 1;
      padding-right: 1rem; }
      .brands_banner span {
        text-align: left;
        padding-left: 1.5rem; }
      .brands_banner button {
        flex-basis: 70%; } }

.brand-anchors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (max-width: 420px) {
    .brand-anchors {
      margin: 50px 0; } }
  .brand-anchors a {
    text-decoration: none;
    font-size: 30px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 34px;
    padding: .5rem 1.5rem; }
    @media (max-width: 420px) {
      .brand-anchors a {
        padding: .2rem 1rem; } }
    .brand-anchors a:hover {
      text-decoration: underline; }

.brand-target {
  font-size: 24px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 28px; }

#brands-subscription {
  display: block;
  margin: auto; }
  #brands-subscription .brands_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #brands-subscription a {
    padding: 12px 24px;
    border-radius: 5px;
    background: #ede9e7;
    text-decoration: none; }
  @media screen and (max-width: 750px) {
    #brands-subscription::after {
      transform: scale(0.5) translate(101px, -20px); } }

.brands_subscription .container {
  flex-direction: column;
  text-align: center; }
  .brands_subscription .container .form {
    width: auto;
    margin: 0; }
    @media (min-width: 991px) {
      .brands_subscription .container .form {
        margin: 0 0 3rem; } }
  @media (max-width: 420px) {
    .brands_subscription .container .footer-info-heading {
      padding-bottom: 10px; } }

.brands_subscription .brands_view_form {
  border-radius: 5px; }
  .brands_subscription .brands_view_form button {
    display: flex !important;
    align-items: center !important;
    padding: 0 24px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    text-decoration: none;
    color: #333 !important;
    font-weight: 700 !important;
    font-family: 'Poppins' !important;
    font-size: 0px !important;
    height: 45px !important; }
    .brands_subscription .brands_view_form button::after {
      content: 'View Form';
      font-size: 14px; }

.facetedSearch-refineFilters > a,
.filter-icon {
  display: none; }

.u-hidden + .page-content {
  width: 100%; }

@media (max-width: 420px) {
  #facetedSearch {
    display: flex;
    flex-direction: column; }
    #facetedSearch .facetedSearch-toggle {
      order: -2;
      height: 38px;
      line-height: 38px;
      padding: 0;
      display: flex;
      justify-content: center;
      background: #111111;
      box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25); }
      #facetedSearch .facetedSearch-toggle .facetedSearch-toggle-text {
        width: 35%;
        color: white;
        font-weight: 700;
        font-family: Poppins; }
      #facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator {
        width: 0%; }
    #facetedSearch .filter-icon {
      display: block; }
    #facetedSearch #facetedSearch-navList {
      order: -1; }
  .facetedSearch-refineFilters {
    border: none; }
    .facetedSearch-refineFilters > a {
      display: block;
      font-size: 18px;
      color: #0075c9;
      background: none;
      text-decoration: none; }
  .inlineList--labels > li a {
    color: #f3f1ed;
    background: #154d4a;
    border-color: #154d4a; }
    .inlineList--labels > li a .icon {
      background: none; }
  [data-sort-by="product"] .form-fieldset {
    width: 100%; }
    [data-sort-by="product"] .form-fieldset .form-field {
      width: 100%;
      display: flex;
      align-items: center; }
      [data-sort-by="product"] .form-fieldset .form-field #sort {
        float: right;
        flex: 1;
        padding-left: 10px; }
  .page {
    position: relative; }
    .page #faceted-search-container {
      margin-top: 50px; }
    .page #product-listing-container [data-sort-by="product"] {
      position: absolute;
      top: -10px;
      width: 100%;
      padding-right: 20px; } }

.cart-custom-item-value {
  border: 2px solid #111111;
  background-color: #f3f1ed;
  padding: 8px; }

.articleGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .articleGrid ul,
  .articleGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .articleGrid:before, .articleGrid:after {
    content: " ";
    display: table; }
  .articleGrid:after {
    clear: both; }
  .articleGrid .article {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .articleGrid .article {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: right; } }
    @media (min-width: 991px) {
      .articleGrid .article {
        width: 33.33333%; } }
    .articleGrid .article .article-card {
      height: 100%;
      margin-bottom: 0; }

.article-thumbnail {
  margin: 0; }
  .article-thumbnail a {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16 / 9;
    background: white; }
    .article-thumbnail a img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .article-thumbnail a.no-thumbnail img {
      -o-object-fit: contain;
         object-fit: contain; }

.article-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f3f1ed;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 12px;
  margin-bottom: 24px; }
  .article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 991px) {
    .article-image {
      max-width: 50%; }
      .article-image.float-right {
        float: right;
        margin-left: 24px; }
      .article-image.float-left {
        float: left;
        shape-outside: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
        margin-right: 24px; } }
  @media (min-width: 1200px) {
    .article-image {
      max-width: 664px; } }

.article-title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 24px; }
  .article-title a {
    text-decoration: none; }

.article-author::before {
  content: "By: "; }

.article-date,
.article-text {
  text-align: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.article-date {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px; }

.article-text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px; }

.article-summary {
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 24px;
  display: none; }

.article-share {
  display: inline-block;
  margin-bottom: 40px; }
  .article-share.blog-share {
    margin-bottom: 24px; }

.article-card {
  display: flex;
  flex-direction: column;
  background: #f3f1ed;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0; }
  .article-card--blog {
    display: none; }
  .product .article-card,
  .slick-slide .article-card {
    height: 100%;
    margin-bottom: 0; }
  .article-card .article-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px; }
    .product .article-card .article-content {
      justify-content: space-between; }
    .article-card .article-content .article-title {
      font-size: 24px;
      line-height: 24px;
      margin: 0 0 12px; }
    .article-card .article-content .article-date {
      font-style: italic;
      font-size: 1rem;
      line-height: 18px;
      margin-bottom: 8px; }
    .article-card .article-content .article-text {
      font-size: 1rem;
      font-weight: 500;
      line-height: 18px;
      margin-bottom: 16px; }
    .article-card .article-content .article-summary {
      flex: 1;
      display: block;
      max-height: 44px;
      overflow: hidden; }
    .article-card .article-content .recipe-servers {
      display: flex;
      flex-wrap: wrap; }
      .article-card .article-content .recipe-servers .order-1 {
        order: 1;
        margin-right: 5px; }
        .article-card .article-content .recipe-servers .order-1::after {
          content: ", "; }
      .article-card .article-content .recipe-servers .order-2 {
        order: 2; }
    .article-card .article-content .button {
      margin-bottom: 0; }

@media (min-width: 991px) {
  .article-content .text-shadow-desktop {
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } }

.article-details {
  font-size: 14px;
  text-align: left; }

.articles-filters {
  height: 60px;
  display: flex;
  align-items: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1300 60' fill='%23111111'%3E%3Cpath d='M5.593 9.125V1.273L288.72.618c251.67-1.57 360.727.218 383.796 1.309 35.234.785 188.753-.11 261.108-.654 52.851-1.31 141.566-.328 179.316.327-4.2-.218-9.44-.524 3.14 0 15.73.654 173.03-.655 182.47-.655 5.03 1.833-4.2 7.962-9.44 10.798-7.55 3.403 3.14 8.18 9.44 10.143-2.52.262-5.25 5.78-6.3 8.507 3.15.654 3.15 6.87 3.15 7.198 0 .262-8.39.764-12.58.982 0 .261 4.19 1.636 6.29 2.29 7.55.262 5.24 3.38 3.14 4.908-2.51 2.094 1.05 5.235 3.15 6.544-2.52 1.047-1.05 4.362 0 5.89h-72.36c-32.71-.524-114.3-.219-151 0-75.499 1.57-157.291.435-188.75-.328-45.301-1.309-228.6.545-314.587 1.636-27.684 1.309-116.398-.327-157.294-1.309-22.65.524-57.674.436-72.355.327-15.1-.523-79.696-.436-110.106-.327-9.437.982-191.898.327-198.19.655-6.291.327-37.75-1.31-25.165-1.636 10.068-.262 4.195-5.999 0-8.835-7.55-1.047-3.146-11.997 0-17.34 0-2.618-12.584-6.872 0-10.144 10.066-2.617 4.194-8.943 0-11.779z' /%3E%3C/svg%3E") left center no-repeat;
  background-size: 1300px 60px; }
  .articles-filters .articles-carousel {
    min-width: 100%;
    padding: 0 0 0 1.5rem;
    margin: 32px -1.5rem 32px 0; }
    @media (min-width: 600px) {
      .articles-filters .articles-carousel {
        padding: 0 3rem 0 3rem;
        margin: 32px 0; } }
  .articles-filters .article-filter {
    width: 50%;
    display: inline-flex;
    align-items: center;
    padding: 3px 1.5rem; }
    @media (min-width: 600px) {
      .articles-filters .article-filter {
        width: 16.666666%; } }
    @media (min-width: 991px) {
      .articles-filters .article-filter {
        width: 12.5%; } }
    .articles-filters .article-filter .article-filter-link {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: #ede9e7;
      text-decoration: none; }
    .articles-filters .article-filter:hover .article-filter-link, .articles-filters .article-filter:focus .article-filter-link, .articles-filters .article-filter.selected .article-filter-link {
      font-weight: 800;
      text-decoration: underline; }
  .articles-filters .slick-list {
    padding-right: 6rem; }
    @media (min-width: 600px) {
      .articles-filters .slick-list {
        padding-right: 0; } }
    .articles-filters .slick-list > .slick-track {
      display: flex !important;
      margin: 0; }
      .articles-filters .slick-list > .slick-track > .slick-slide {
        height: inherit !important; }
  .articles-filters .slick-arrow {
    transform: scale(0.6);
    margin-top: -18px;
    background-color: #ede9e7;
    background-color: #ede9e7;
    border: 2px solid #ede9e7; }
    .articles-filters .slick-arrow:hover, .articles-filters .slick-arrow:focus {
      background-color: #111111;
      background-color: #111111;
      border: 2px solid #ede9e7; }
  .articles-filters .slick-next {
    right: 1.5rem; }
    .articles-filters .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.41 16l-6.6-6.6 1.89-1.89L21.19 16l-8.49 8.49-1.89-1.89z' fill='%23111111' /%3E%3C/svg%3E"); }
    .articles-filters .slick-next:hover::before, .articles-filters .slick-next:focus::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.41 16l-6.6-6.6 1.89-1.89L21.19 16l-8.49 8.49-1.89-1.89z' fill='%23ede9e7' /%3E%3C/svg%3E"); }
  .articles-filters .slick-prev {
    left: 1.5rem; }
    .articles-filters .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M14.59 16l6.6 6.6-1.89 1.89L10.81 16l8.49-8.49 1.89 1.89z' fill='%23111111' /%3E%3C/svg%3E"); }
    .articles-filters .slick-prev:hover::before, .articles-filters .slick-prev:focus::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M14.59 16l6.6 6.6-1.89 1.89L10.81 16l8.49-8.49 1.89 1.89z' fill='%23ede9e7' /%3E%3C/svg%3E"); }
    @media (min-width: 600px) {
      .articles-filters .slick-prev:not(.slick-disabled) + .slick-list {
        padding: 0 0 0 1.5rem; } }
  .articles-filters .slick-disabled {
    display: none !important; }

.articles-list {
  clear: both;
  margin: 1.5rem 0 0; }

.page_type__blog_post #main-content .shg-rich-text p {
  margin: 0; }

.recipe-direction {
  display: flex;
  align-items: flex-start;
  margin: 0 0 32px; }
  .recipe-direction .step-number {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-right: 5px; }
    .recipe-direction .step-number::after {
      content: ". "; }
  .recipe-direction .step-title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin-bottom: 0; }
  .recipe-direction .direction-step-image,
  .recipe-direction .badge {
    display: none; }

@media (min-width: 991px) {
  .recipe-directions--images .recipe-direction {
    align-items: center;
    border-bottom: 2px solid #111111;
    padding-bottom: 36px; }
    .recipe-directions--images .recipe-direction .direction-content {
      flex: 1;
      padding-left: 24px; } }

.recipe-directions--images .recipe-direction .direction-step {
  position: relative; }
  @media (min-width: 991px) {
    .recipe-directions--images .recipe-direction .direction-step {
      width: 34.333333%;
      aspect-ratio: 309 / 236; }
      .recipe-directions--images .recipe-direction .direction-step .direction-step-image,
      .recipe-directions--images .recipe-direction .direction-step .badge {
        display: inline-flex; }
      .recipe-directions--images .recipe-direction .direction-step .direction-step-image {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      .recipe-directions--images .recipe-direction .direction-step .badge {
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: 0; } }
  @media (min-width: 991px) {
    .recipe-directions--images .recipe-direction .direction-step .step-number {
      display: none; } }

.recipe-left-content h2, .recipe-left-content p, .recipe-left-content span {
  color: #ede9e7; }

.recipe-left-content h2 {
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 16px; }

.recipe-left-content .recipe-servings,
.recipe-left-content .recipe-prep-time,
.recipe-left-content .recipe-tags {
  margin-bottom: 32px; }

.recipe-tags ul,
.recipe-need ul {
  list-style: none;
  margin: 0 0 0 1rem; }
  .recipe-tags ul li,
  .recipe-need ul li {
    display: flex; }
    .recipe-tags ul li::before,
    .recipe-need ul li::before {
      content: '·';
      display: inline-block;
      font-weight: bold;
      color: #ede9e7;
      padding-right: 5px; }
    .recipe-tags ul li > span,
    .recipe-need ul li > span {
      flex: 1; }

.recipe-tags {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600; }
  .recipe-tags p {
    line-height: 18px;
    margin-bottom: 14px; }

.recipe-share {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  #main-content .shogun-root .recipe-details > .shg-row > .shg-c-lg-4 {
    width: calc(30% - 20.0px); }
  #main-content .shogun-root .recipe-details > .shg-row > .shg-c-lg-8 {
    width: calc(70% - 10.0px); } }

#main-content .shogun-root .recipe-details .recipe-tags .shg-rich-text P {
  margin-bottom: 8px; }

@media (max-width: 767px) {
  /* Shogun Mobile */ }

@media (min-width: 768px) and (max-width: 991px) {
  /* Shogun tablet */ }

@media (min-width: 992px) and (max-width: 1199px) {
  /* Shogun Desktop */ }

@media (min-width: 1200px) {
  /* Shogun Widescreen */ }

.shg-social-element {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px !important; }
  .shg-social-element[data-icon="facebook-square"] {
    height: 1.57143rem;
    width: 1.57143rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M19.9.8H2.1c-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8v18.2c0 .3.1.6.3.8.2.2.5.3.8.3h9.6v-7.9H9.1v-3.1h2.6V7.9c-.1-.5 0-1.1.2-1.6s.5-1 .8-1.4c.4-.4.8-.7 1.3-.9.5-.2 1-.3 1.6-.2.8 0 1.6 0 2.3.1v2.8h-1.6c-1.3 0-1.5.6-1.5 1.5v2h3l-.4 3.1h-2.6v8h5.1c.3 0 .6-.1.8-.3.2-.2.3-.5.3-.8V1.9c0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3z'/%3E%3C/svg%3E"); }
  .shg-social-element[data-icon="twitter-square"] {
    height: 1.57143rem;
    width: 1.57143rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M21 4.7c-.8.3-1.5.6-2.4.7.9-.6 1.5-1.4 1.9-2.4-.8.5-1.7.8-2.6 1-.6-.7-1.4-1.1-2.3-1.3-.9-.2-1.8 0-2.6.4s-1.4 1.1-1.8 2c-.4.8-.5 1.8-.2 2.7-1.8 0-3.4-.5-4.8-1.2-1.5-.8-2.8-1.8-3.8-3.1-.7 1.2-.7 2.8-.1 4.1.3.6.8 1.1 1.3 1.5-.6-.1-1.2-.2-1.8-.6v.1c0 1 .3 1.9.9 2.6.6.7 1.4 1.3 2.4 1.4-.4.1-.7.2-1.1.2-.3 0-.5 0-.8-.1.3.8.8 1.6 1.5 2.1s1.5.8 2.4.8c-1.4 1.2-3.2 1.8-5.1 1.8-.3 0-.7 0-1-.1 1.9 1.2 4.1 1.9 6.3 1.9 1.5 0 3.1-.3 4.5-.9 1.4-.6 2.7-1.5 3.8-2.6 1.1-1.1 2-2.4 2.5-3.9.6-1.5.9-3 .9-4.6v-.4c.8-.6 1.5-1.3 2-2.1z'/%3E%3C/svg%3E"); }
  .shg-social-element[data-icon="instagram"] {
    height: 1.57143rem;
    width: 1.57143rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 8.5c-.5 0-1 .1-1.4.4-.4.3-.7.7-.9 1.1-.2.5-.2 1-.1 1.5s.3.9.7 1.3c.3.4.8.6 1.3.7.5.1 1 0 1.4-.1.5-.2.8-.5 1.1-.9.7-1 .5-2.3-.3-3.2-.2-.2-.5-.4-.8-.6-.4-.2-.7-.2-1-.2zM20.9 6c0-.8-.1-1.6-.4-2.3-.2-.5-.5-1-.9-1.4-.4-.4-.9-.7-1.4-.9-.7-.3-1.5-.4-2.3-.4C14.6.9 14.2.9 11 .9S7.4.9 6.1 1c-.8-.1-1.6 0-2.3.3-.5.2-1 .5-1.4.9-.4.4-.7.9-.9 1.4-.3.8-.4 1.6-.4 2.4C1 7.3 1 7.7 1 11s0 3.7.1 5c0 .8.2 1.6.4 2.3.2.5.5 1 .9 1.4.4.4.9.7 1.4.9.7.3 1.5.4 2.3.4 1.3.1 1.7.1 4.9.1s3.6 0 4.9-.1c.8 0 1.5-.2 2.3-.4.5-.2 1-.5 1.4-.9.4-.4.7-.9.9-1.4.3-.7.4-1.5.4-2.3.1-1.3.1-1.7.1-5s0-3.7-.1-5zm-2.5 8.1c0 .6-.2 1.3-.4 1.8s-.5.9-.8 1.3-.8.7-1.3.9c-.6.2-1.2.3-1.8.4H7.9c-.6 0-1.2-.1-1.8-.4-.5-.2-.9-.5-1.3-.9-.3-.3-.6-.7-.8-1.2-.2-.6-.3-1.2-.3-1.9V7.9c0-.7.1-1.3.3-1.9.2-.5.5-1 .9-1.3.3-.4.8-.7 1.2-.9.6-.2 1.2-.3 1.8-.4H14c.6 0 1.2.1 1.8.4.5.2.9.5 1.3.9s.7.8.9 1.3c.2.6.3 1.2.3 1.8V11c0 2.1.1 2.3.1 3.1zm-1.6-7.6c-.1-.3-.3-.6-.6-.9-.2-.2-.5-.4-.9-.6-.4-.2-.9-.2-1.4-.2H8c-.5.1-.9.2-1.4.3-.3.1-.6.3-.8.6-.3.2-.5.5-.6.8-.1.5-.2 1-.2 1.4V14c0 .5.1 1 .3 1.4.1.3.3.6.6.9.2.2.5.4.9.6.4.2.9.3 1.3.3h6c.5 0 .9-.1 1.4-.3.3-.1.6-.3.9-.6.2-.2.4-.5.6-.9.2-.5.3-.9.3-1.4V7.9c-.2-.5-.3-.9-.5-1.4zM11 14.9c-.5 0-1-.1-1.5-.3-.5-.2-.9-.5-1.2-.8-.4-.4-.6-.8-.8-1.3-.2-.5-.3-1-.3-1.5 0-.8.2-1.5.6-2.2.4-.6 1-1.1 1.7-1.4.7-.3 1.5-.4 2.3-.2.7.2 1.4.5 2 1.1.5.6.9 1.2 1 2 .1.8.1 1.5-.2 2.3-.3.7-.8 1.3-1.4 1.8-.7.3-1.4.5-2.2.5zm4-7c-.2 0-.4-.1-.6-.3-.3-.4-.3-.9 0-1.2.2-.2.4-.3.6-.4.2 0 .4.1.6.3.3.4.3.9 0 1.2-.2.2-.4.3-.6.4z'/%3E%3C/svg%3E"); }
  .shg-social-element .shg-fa {
    display: none; }

.align-center > .shg-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.align-right {
  display: flex;
  justify-content: flex-start; }

@media (min-width: 768px) {
  .text-right-desktop p {
    text-align: right !important; } }

.clear-both {
  clear: both; }

.flex-box > .shg-box-content {
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .flex-box > .shg-box-content > div {
    font-size: 1rem;
    display: inline-flex;
    width: auto;
    padding: 0 8px; }

.flex-box.flex-box--nowrap > .shg-box-content {
  flex-wrap: nowrap;
  justify-content: center; }
  .flex-box.flex-box--nowrap > .shg-box-content > .shg-box-vertical-align-wrapper {
    flex: 1; }

@media (max-width: 767px) {
  .mobile-width-auto {
    /* Shogun Mobile */
    max-width: none !important; } }

@media (min-width: 768px) {
  .banner-image-container > .shg-box-content > .shg-box-vertical-align-wrapper {
    justify-content: flex-end !important; } }

.banner-image-container .banner-image-bg {
  display: inline-flex !important;
  flex: none !important;
  width: auto !important;
  max-width: 100% !important; }
  .banner-image-container .banner-image-bg .shogun-image {
    position: relative !important; }

@media (max-width: 376px) {
  .banner-content-bg {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='376' height='419' viewBox='0 0 376 419' fill='none'%3E%3Cpath d='M-33.077 62.508V8.718l97.352-4.483C150.811-6.523 188.31 5.729 196.242 13.2c12.115 5.38 64.902-.747 89.781-4.482 18.172-8.966 48.676-2.242 61.657 2.24-1.443-1.493-3.245-3.585 1.081 0 5.409 4.483 59.494-4.482 62.739-4.482 1.73 12.551-1.443 54.538-3.245 73.962-2.596 23.309 1.081 56.032 3.245 69.48-.866 1.793-1.803 39.595-2.164 58.273 1.082 4.482 1.082 47.066 1.082 49.308 0 1.793-2.884 5.229-4.327 6.723 0 1.793 1.443 11.207 2.164 15.689 2.596 1.793 1.802 23.16 1.081 33.619-.865 14.344.361 35.861 1.082 44.826-.865 7.172-.361 29.883 0 40.343h-24.879c-11.25-3.587-39.302-1.495-51.921 0-25.961 10.758-54.085 2.988-64.902-2.242-15.577-8.965-78.603 3.736-108.17 11.207-9.519 8.965-40.023-2.242-54.085-8.965-7.788 3.586-19.83 2.988-24.879 2.241-5.192-3.586-27.403-2.989-37.859-2.241-3.245 6.723-65.983 2.241-68.147 4.482-2.163 2.241-12.98-8.965-8.653-11.206 3.462-1.793 1.442-41.09 0-60.515-2.596-7.172-1.081-82.179 0-118.787 0-17.93-4.327-47.067 0-69.479 3.461-17.93 1.442-61.262 0-80.686z' fill='%23111' filter='url(%23filter0_d_713_137501)'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_713_137501' x='-39' y='0' width='455' height='419' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_713_137501'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_713_137501' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") center center no-repeat !important;
    text-align: right !important; } }

@media (max-width: 767px) {
  .banner-content-bg {
    /* Shogun Mobile */
    background-position: center center !important; } }

@media (min-width: 768px) {
  .banner-content-bg {
    /* Shogun Desktop */
    /* Shogun Widescreen */
    padding: 75px 50px !important;
    margin-right: -3%;
    padding-right: calc(50px + 3%) !important; } }

@media (min-width: 1200px) {
  .banner-content-bg {
    /* Shogun Widescreen */ }
    .banner-content-bg > .shg-box-content > .shg-box-vertical-align-wrapper > .shg-box {
      margin-left: 40px !important; } }

.page_title__our_process .body {
  margin-bottom: 0; }

.page_title__our_process .footer {
  z-index: 10;
  margin-top: 0 !important; }

.page_title__our_process .cms-content .shg-fw {
  overflow: inherit; }

.page_title__teavendor_home .banner-content-bg {
  background-position: center left !important; }

@media (max-width: 768px) {
  .page_title__teavendor_home .banner-content-bg {
    background-image: url(https://cdn11.bigcommerce.com/s-adpa4mauq2/images/stencil/original/image-manager/vector-24.png?t=1695609701) !important;
    background-size: 100% 100% !important;
    margin-top: -3% !important; } }

.page_title__teavendor_home .banners-carousel {
  overflow: hidden; }
  @media (min-width: 991px) {
    .page_title__teavendor_home .banners-carousel .shg-row > .shg-c-lg-6:nth-child(1) .shg-align-container {
      text-align: right !important; } }

.page_title__about .banner-content-bg,
.page_title__learn .banner-content-bg,
.page_title__our_process .banner-content-bg {
  background-position: center left !important; }

@media (max-width: 768px) {
  .page_title__about .banner-content-bg,
  .page_title__learn .banner-content-bg,
  .page_title__our_process .banner-content-bg {
    background-image: url(https://cdn11.bigcommerce.com/s-adpa4mauq2/images/stencil/original/image-manager/vector-24.png?t=1695609701) !important;
    background-position: bottom left !important;
    background-size: 100% 100% !important;
    margin-right: 0 !important; } }

@media (min-width: 991px) {
  .page_title__about .banner-content-bg,
  .page_title__learn .banner-content-bg,
  .page_title__our_process .banner-content-bg {
    background-position: center left; } }

.cms-banner {
  overflow: hidden; }
  @media (max-width: 767px) {
    .cms-banner .shg-c-xs-12:last-child::before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 100%;
      background-color: #fff; } }
  @media (max-width: 767px) {
    .cms-banner .banner-content-bg {
      /* Shogun Mobile */
      padding: 50px 20px 60px 50px !important;
      margin-left: -30px !important;
      margin-bottom: 20px !important; } }
  @media (min-width: 768px) {
    .cms-banner {
      margin-bottom: 110px; }
      .cms-banner > .shg-row > div {
        z-index: 1; }
        .cms-banner > .shg-row > div:last-child {
          z-index: 2; } }

.custom-carousel {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  min-width: 100%;
  margin: 0 -10px 2.5rem; }
  .custom-carousel ul,
  .custom-carousel ol {
    list-style: none;
    margin-bottom: 0; }
  .custom-carousel:before, .custom-carousel:after {
    content: " ";
    display: table; }
  .custom-carousel:after {
    clear: both; }
  .custom-carousel.slick-dotted {
    margin-bottom: 2.5rem; }
  .custom-carousel.slick-initialized > .slick-list > .slick-track {
    min-width: 100%; }
  .custom-carousel.slick-initialized .slick-list {
    height: auto !important; }
    .custom-carousel.slick-initialized .slick-list .slick-track {
      display: flex !important; }
      .custom-carousel.slick-initialized .slick-list .slick-track .slick-slide {
        height: inherit !important; }
  .custom-carousel .slick-slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    padding: 0 10px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.5rem; }
  .custom-carousel:not(.slick-initialized) {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .custom-carousel:not(.slick-initialized) > div {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: none;
      font-size: 1rem;
      vertical-align: top;
      padding: 0 10px;
      margin-bottom: 1.5rem; }
      .custom-carousel:not(.slick-initialized) > div .product {
        height: 100%; }
      .custom-carousel:not(.slick-initialized) > div:nth-child(n+2) {
        display: none; }
      @media (min-width: 600px) {
        .custom-carousel:not(.slick-initialized) > div {
          width: 50%; }
          .custom-carousel:not(.slick-initialized) > div:nth-child(2) {
            display: block; } }
  .custom-carousel--single:not(.slick-initialized) > div {
    width: 100%; }
    .custom-carousel--single:not(.slick-initialized) > div:nth-child(2) {
      display: none; }
  @media (min-width: 991px) {
    .custom-carousel--multi:not(.slick-initialized) > div {
      width: 33.33333%; }
      .custom-carousel--multi:not(.slick-initialized) > div:nth-child(3) {
        display: block; } }
  @media (min-width: 1025px) {
    .custom-carousel--multi:not(.slick-initialized) > div {
      width: 25%; }
      .custom-carousel--multi:not(.slick-initialized) > div:nth-child(4) {
        display: block; } }
  @media (min-width: 600px) {
    .custom-carousel--multi .slick-slide:not(.card-figure__link) {
      width: 50%; } }
  @media (min-width: 991px) {
    .custom-carousel--multi .slick-slide:not(.card-figure__link) {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .custom-carousel--multi.maxCol-4 .slick-slide:not(.card-figure__link) {
      width: 25%; } }
  .custom-carousel--multi > .slick-arrow {
    top: -1.75rem;
    left: auto;
    right: 0; }
    .custom-carousel--multi > .slick-arrow.slick-prev {
      margin-right: 50px; }
  .custom-carousel--loop:not(.slick-initialized) > div {
    width: 100%; }
    @media (min-width: 600px) {
      .custom-carousel--loop:not(.slick-initialized) > div {
        width: 50% !important; } }
    .custom-carousel--loop:not(.slick-initialized) > div:nth-child(3) {
      display: none; }
  .custom-carousel--loop .slick-slide {
    width: 100%; }
    @media (min-width: 600px) {
      .custom-carousel--loop .slick-slide {
        width: 50%; } }

.carousel-vertical {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px; }
  .carousel-vertical:not(.slick-initialized) > span:nth-child(n+2) {
    display: none; }

.products-carousel .custom-carousel.slick-initialized .slick-list {
  margin-bottom: -6rem; }
  .products-carousel .custom-carousel.slick-initialized .slick-list .slick-track .slick-slide {
    margin-bottom: 7.5rem; }
    .products-carousel .custom-carousel.slick-initialized .slick-list .slick-track .slick-slide .product {
      height: 100%; }
      .products-carousel .custom-carousel.slick-initialized .slick-list .slick-track .slick-slide .product .card {
        height: 100%; }

.reviews-carousel .custom-carousel {
  display: flex;
  flex-wrap: wrap; }
  .reviews-carousel .custom-carousel .slick-arrow,
  .reviews-carousel .custom-carousel .slick-dots {
    position: initial;
    top: auto;
    left: auto;
    right: auto;
    transform: none; }
  .reviews-carousel .custom-carousel .slick-arrow {
    border: 1px solid #154d4a;
    background: #154d4a; }
  .reviews-carousel .custom-carousel .slick-prev {
    order: 2; }
  .reviews-carousel .custom-carousel .slick-list {
    order: 1;
    margin-bottom: 1rem; }
  .reviews-carousel .custom-carousel .slick-next {
    order: 4; }
  .reviews-carousel .custom-carousel .slick-dots {
    order: 3;
    background: transparent;
    display: inline-block !important;
    width: auto;
    padding: 0;
    margin: -5px 1rem 0; }
    .reviews-carousel .custom-carousel .slick-dots li button {
      border: 1px solid #cdcdcd;
      background: #cdcdcd; }
      .reviews-carousel .custom-carousel .slick-dots li button:hover::before {
        background: #cdcdcd; }
    .reviews-carousel .custom-carousel .slick-dots li.slick-active {
      height: 1.28571rem;
      width: 1.28571rem; }
      .reviews-carousel .custom-carousel .slick-dots li.slick-active button {
        height: 0.57143rem;
        width: 0.57143rem;
        border-radius: 50%; }
        .reviews-carousel .custom-carousel .slick-dots li.slick-active button::before {
          height: 0.57143rem;
          width: 0.57143rem;
          border-radius: 50%;
          background: #77bbb7; }

.marketing-carousel.shogun-component .custom-carousel {
  opacity: 1; }

.marketing-carousel {
  overflow: hidden; }
  .shogun-component .marketing-carousel .custom-carousel {
    opacity: 1; }
  .marketing-carousel .shogun-component .custom-carousel {
    opacity: 1 !important; }
  .marketing-carousel .custom-carousel {
    opacity: 0;
    margin: 0 !important; }
    .marketing-carousel .custom-carousel:not(.slick-initialized) {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .marketing-carousel .custom-carousel:not(.slick-initialized) > div:nth-child(3), .marketing-carousel .custom-carousel:not(.slick-initialized) > div:nth-child(4) {
        display: none; }
    .marketing-carousel .custom-carousel.slick-initialized.appear {
      opacity: 1; }
    .marketing-carousel .custom-carousel.slick-initialized .slick-slide {
      margin-bottom: 0; }
    .marketing-carousel .custom-carousel .slick-slide {
      width: auto !important; }
  .marketing-carousel > .shg-box-content {
    min-width: 460px; }
    @media (min-width: 600px) {
      .marketing-carousel > .shg-box-content {
        min-width: 1100px; } }
  .marketing-carousel .flex-box.flex-box--nowrap > .shg-box-content {
    align-items: flex-start; }
    .marketing-carousel .flex-box.flex-box--nowrap > .shg-box-content > div {
      padding: 0; }
    .marketing-carousel .flex-box.flex-box--nowrap > .shg-box-content .shg-rich-text {
      font-weight: 700 !important;
      padding: 0 80px; }

.banners-carousel .custom-carousel {
  margin-bottom: 0 !important; }
  .banners-carousel .custom-carousel .shg-row .shg-c-xs-12:last-child {
    margin-top: -2rem;
    margin-bottom: -5px;
    position: relative; }
    @media (max-width: 768px) {
      .banners-carousel .custom-carousel .shg-row .shg-c-xs-12:last-child::before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 10%;
        width: 100%;
        background-color: #fff; } }
    @media (min-width: 991px) {
      .banners-carousel .custom-carousel .shg-row .shg-c-xs-12:last-child {
        margin-bottom: -2rem; } }
  .banners-carousel .custom-carousel .slick-slide {
    margin-bottom: 0;
    padding: 0; }
    @media (min-width: 991px) {
      .banners-carousel .custom-carousel .slick-slide {
        padding: 0 10px; } }
  .banners-carousel .custom-carousel .slick-dots {
    position: absolute;
    bottom: .5rem;
    margin: 0 !important; }

.blog-carousel {
  padding: 0 10px; }
  .blog-carousel .custom-carousel--multi:not(.slick-initialized) > div {
    width: 100%; }
    @media (min-width: 600px) {
      .blog-carousel .custom-carousel--multi:not(.slick-initialized) > div {
        width: 50%; } }
    @media (min-width: 991px) {
      .blog-carousel .custom-carousel--multi:not(.slick-initialized) > div {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .blog-carousel .custom-carousel--multi:not(.slick-initialized) > div {
        width: 33.33333%; }
        .blog-carousel .custom-carousel--multi:not(.slick-initialized) > div:nth-child(4) {
          display: none; } }

.page_type__blog_post .blog-carousel {
  padding: 0; }

.stories-carousel .custom-carousel {
  margin: 0; }
  @media (min-width: 992px) {
    .stories-carousel .custom-carousel {
      margin: 0 0 2.5rem; } }
  @media (min-width: 768px) {
    .stories-carousel .custom-carousel .slick-list {
      padding-right: 17%; } }
  .stories-carousel .custom-carousel > .slick-arrow {
    top: -26px; }
    @media (min-width: 992px) {
      .stories-carousel .custom-carousel > .slick-arrow {
        top: -46.5px; } }

@media (min-width: 992px) {
  .origins-carousel .custom-carousel.slick-dotted {
    margin-bottom: 0; } }

.origins-carousel .custom-carousel > .slick-arrow {
  top: -1.75rem;
  left: auto;
  right: 0;
  background-color: #ede9e7;
  background-color: #ede9e7;
  border: 2px solid #ede9e7; }
  .origins-carousel .custom-carousel > .slick-arrow.slick-prev {
    margin-right: 50px; }
  .origins-carousel .custom-carousel > .slick-arrow:hover, .origins-carousel .custom-carousel > .slick-arrow:focus {
    background-color: #111111;
    background-color: #111111;
    border: 2px solid #ede9e7; }

.origins-carousel .custom-carousel .slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M14.59 16l6.6 6.6-1.89 1.89L10.81 16l8.49-8.49 1.89 1.89z' fill='%23111111' /%3E%3C/svg%3E"); }

.origins-carousel .custom-carousel .slick-prev:hover::before, .origins-carousel .custom-carousel .slick-prev:focus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M14.59 16l6.6 6.6-1.89 1.89L10.81 16l8.49-8.49 1.89 1.89z' fill='%23ede9e7' /%3E%3C/svg%3E"); }

.origins-carousel .custom-carousel .slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.41 16l-6.6-6.6 1.89-1.89L21.19 16l-8.49 8.49-1.89-1.89z' fill='%23111111' /%3E%3C/svg%3E"); }

.origins-carousel .custom-carousel .slick-next:hover::before, .origins-carousel .custom-carousel .slick-next:focus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M17.41 16l-6.6-6.6 1.89-1.89L21.19 16l-8.49 8.49-1.89-1.89z' fill='%23ede9e7' /%3E%3C/svg%3E"); }

.origins-carousel .custom-carousel .slick-dots {
  margin: 0 !important; }
  @media (max-width: 991px) {
    .origins-carousel .custom-carousel .slick-dots {
      display: none !important; } }

@media (max-width: 767px) {
  .origins-carousel .custom-carousel .flex-box > .shg-box-content > div {
    width: 100%; }
    .origins-carousel .custom-carousel .flex-box > .shg-box-content > div .button {
      width: 100%; } }

@media (max-width: 991px) {
  .flavor-carousel .custom-carousel {
    margin: 0 0 10px; } }

@media (min-width: 768px) {
  .flavor-carousel .custom-carousel .slick-list {
    padding-left: 17%; } }

#main-content {
  min-height: 300px; }
  #main-content .shogun-root {
    font-size: 1rem;
    font-weight: 400; }
    #main-content .shogun-root .shogun-heading-component h1,
    #main-content .shogun-root .shogun-heading-component h2,
    #main-content .shogun-root .shogun-heading-component h3,
    #main-content .shogun-root .shogun-heading-component h4,
    #main-content .shogun-root .shogun-heading-component h5,
    #main-content .shogun-root .shogun-heading-component h6 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    #main-content .shogun-root .shogun-heading-component h1 {
      font-size: 40px;
      line-height: 44px; }
    #main-content .shogun-root .shogun-heading-component h2 {
      font-size: 30px;
      line-height: 34px; }
    #main-content .shogun-root .shogun-heading-component h3 {
      font-size: 24px;
      line-height: 28px; }
    #main-content .shogun-root .shogun-heading-component h4 {
      font-size: 18px;
      line-height: 22px; }
    #main-content .shogun-root .shogun-heading-component h5 {
      font-size: 14px;
      line-height: 18px; }
    #main-content .shogun-root .shogun-heading-component h6 {
      font-size: 14px;
      line-height: 18px; }
    #main-content .shogun-root a {
      transition: color 0.15s ease; }
    #main-content .shogun-root .shg-rich-text p {
      color: #111111;
      font-size: 1rem;
      line-height: 22px;
      letter-spacing: normal;
      margin-bottom: 0; }
    #main-content .shogun-root cite {
      line-height: 1.5;
      margin: 0.5rem 0 0; }
    #main-content .shogun-root .shogun-form-text-input-field {
      min-height: 38px;
      display: flex;
      align-items: center;
      background: #f3f1ed;
      border: 1px solid rgba(17, 17, 17, 0.6);
      border-radius: 5px; }
    #main-content .shogun-root .form-textarea .shogun-form-text-input-field {
      min-height: 160px; }

.type-container {
  position: relative;
  margin-bottom: 24px; }

.dropdown-input input {
  display: none !important; }

.contact-selected-container {
  min-height: 38px;
  background-color: #F3F1ED;
  border-radius: 5px;
  padding: 6px;
  border: 1px solid rgba(17, 17, 17, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .contact-selected-container.is-open {
    border-radius: 5px 5px 0 0;
    border-bottom: none; }

.Services-type-container .other-type-container {
  margin: 12px 0; }
  .Services-type-container .other-type-container label {
    color: #fff; }

#contact-option-dropdown {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  max-width: none;
  border: 1px solid rgba(17, 17, 17, 0.6); }
  #contact-option-dropdown .contact-option-list {
    width: 100%;
    margin: 0; }
    #contact-option-dropdown .contact-option-list li {
      list-style: none;
      background-color: #F3F1ED;
      padding: 6px; }
      #contact-option-dropdown .contact-option-list li span {
        width: 100%;
        display: inline-block; }
      #contact-option-dropdown .contact-option-list li.selected {
        background-color: #fff; }

.other-type-container {
  display: none;
  margin: 24px 0; }
  .other-type-container .other-type {
    background-color: #F3F1ED;
    margin-left: 10px;
    border: 1px solid rgba(17, 17, 17, 0.6);
    border-radius: 5px;
    padding: 6px; }
  .other-type-container.is-open {
    display: block; }

.page_title__sip_savor_share .cms-content .shg-fw,
.page_title__tea_for_all .cms-content .shg-fw {
  overflow: visible !important; }

.page_title__sip_savor_share .body,
.page_title__tea_for_all .body {
  margin-bottom: 0; }

.page_title__sip_savor_share [data-tf-transitive-search-params],
.page_title__tea_for_all [data-tf-transitive-search-params] {
  height: 1400px !important; }

@media (min-width: 768px) {
  .page_title__sip_savor_share [data-tf-transitive-search-params],
  .page_title__tea_for_all [data-tf-transitive-search-params] {
    height: 1500px !important; } }

@media (min-width: 1040px) {
  .page_title__sip_savor_share [data-tf-transitive-search-params],
  .page_title__tea_for_all [data-tf-transitive-search-params] {
    height: 930px !important; } }

.page_title__sip_savor_share .subscription-container,
.page_title__tea_for_all .subscription-container {
  display: none; }

@media (min-width: 1090px) and (max-width: 1440px) {
  .page_title__sip_savor_share .banner-content-bg,
  .page_title__tea_for_all .banner-content-bg {
    margin-left: 1% !important; } }

body {
  background-color: #ffffff !important; }

.card {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }

.slick-slide .card {
  margin-bottom: 0;
  margin-top: 10px; }
