@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: 768px)/";
  width: 0; }

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

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

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

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

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

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

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: #4f4f4f;
  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: 16px; }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1360px) {
    html {
      font-size: 16px; } }

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

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #b1b0a3; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #204a5b;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 55px; }

h3 {
  font-size: 44px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

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

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

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.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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 #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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 #e5e5e5; }

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

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .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: 1px;
  cursor: pointer;
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  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: 30px; }

.button--small {
  font-size: 24px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

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

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

/*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: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*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.75rem;
  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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*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.75rem;
  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: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #204a5b;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  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: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f5f5f4;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    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: white;
  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: #e6e6e6;
  color: #666666;
  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: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*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: 768px) {
    .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.375rem;
    padding-left: 1.875rem;
    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: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.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: white; }

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

.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: 0.875rem;
  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 white;
  border-radius: 0.875rem; }

/*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.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*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.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*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: 5.625rem;
  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: #446648;
    box-shadow: 0 0 4px rgba(68, 102, 72, 0.4); }

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

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

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

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 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: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.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: #cc4749; }

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

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

.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: #f1a500; }

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

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

/*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: #e5e5e5;
  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: #e5e5e5; }
  .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: #204a5b;
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #204a5b; }
  .breadcrumb.current {
    color: #204a5b;
    cursor: default; }
    .breadcrumb.current a {
      color: #204a5b;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #204a5b;
    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: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #204a5b;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #204a5b;
  display: block;
  font-size: 30px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #4f4f4f; }

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: black;
  font-size: 30px;
  padding: 0.75rem; }

/*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: #333333;
  font-size: 30px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #204a5b;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #204a5b;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 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: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  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.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .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: #e5e5e5 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: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #4f4f4f;
    padding: 1.875rem;
    display: block;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

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 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  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 #e5e5e5;
  padding: 0.75rem 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: 30px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: #828282;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 30px;
  padding: 0.375rem 0.75rem; }

.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.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    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.75rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .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: 3rem;
  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: #204a5b; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

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

.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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: 0.8; }
  .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: #8f8f8f;
    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: 0.8; }
      .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: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1360px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1360px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.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: 1px;
  *width: 100%; }

.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.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    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: 768px) {
    .carousel-tooltip {
      display: block; } }
  .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: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  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: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1280px) {
    .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: 55px; }
  @media (min-width: 1280px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 55px; }

h3 {
  font-size: 44px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #204a5b;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  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.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .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: 768px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .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 #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .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: 2; }
  .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: 2; }

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

.form-wishlist {
  position: relative; }
  @media (min-width: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1280px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1360px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1280px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1360px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

.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: 2; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1280px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1360px) {
    #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: 1360px) {
  .modal--large {
    width: 1280px; } }

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

.modal-header-title {
  font-size: 44px;
  text-align: center; }
  @media (min-width: 1280px) {
    .modal-header-title {
      font-size: 55px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  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.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    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: 1280px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Arial", 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;
    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: #4f4f4f;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.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); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #446648;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 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: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #b1b0a3; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #b1b0a3; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #204a5b;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .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: 1280px) {
      .button + .button {
        margin-left: 0.75rem; } }

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

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1280px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1360px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.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: 768px) {
  .tab-content .productReview {
    width: 50%; } }

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

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

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

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

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

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  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: 1280px) {
  .accordion--navList {
    border: 0; } }

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

@media (min-width: 1280px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

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

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

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

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

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

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

.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: #204a5b;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1280px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

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.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

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

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

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.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(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.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(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .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.75rem; }
      @media (min-width: 768px) {
        .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.75rem; } }

.form-label--alternate {
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 0.75rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 24px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

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

.form-field-group {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 1.5rem; }

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

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1360px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1360px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1360px) {
    .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: 1360px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.75rem; } }

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

.form-option {
  border: 1px solid #e6e6e6;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .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: 24px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.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: 768px) {
  .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:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 720px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1280px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 30px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

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

.card-body {
  text-align: center; }
  @media (min-width: 768px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }

.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.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .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: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #4f4f4f; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #828282; }
    @media (min-width: 1280px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #204a5b;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #204a5b;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.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-section .form-field {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #204a5b;
  font-size: 24px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 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: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1280px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    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.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

@media (min-width: 1280px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 1280px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1280px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

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

.navUser-item--compare {
  display: none; }
  .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: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  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%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 36px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.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.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.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;
  z-index: 10; }
  @media (min-width: 1280px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1280px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      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: 1280px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1280px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1280px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        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: 1280px) {
    .navPages-list {
      display: inline-block;
      float: none; } }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1280px) {
    .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: 1280px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1280px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1280px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1280px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1280px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #204a5b; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1280px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .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.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1280px) {
    .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: 1280px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1280px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.25rem !important;
      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; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1280px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 1280px) {
    .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 #cccccc;
        margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1280px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1280px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1280px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1280px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 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: #204a5b;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .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.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      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.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #204a5b; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1280px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1280px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @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: 1280px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1280px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .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: 768px) {
    .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%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    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: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1280px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .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: 43.75rem;
      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: #444444;
  font-size: 36px;
  margin: 0; }
  @media (min-width: 1280px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 24px; } }
  @media (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 30px; } }

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

@media (min-width: 1280px) {
  .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: 1280px) {
  .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: 80.0995%;
    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%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .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: 768px) {
        .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.1875rem; }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1280px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1360px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.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: 1280px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1360px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

.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: 3rem; }

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

.productView-img-container {
  margin: auto;
  max-width: 1608px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 80.0995%;
    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%;
    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.375rem;
  margin-right: -0.375rem; }
  .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.5rem;
    margin-right: 2.5rem; }
  .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;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.375rem;
  text-align: center; }
  @media (min-width: 1360px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  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; }

.productView-details {
  padding-bottom: 2rem; }

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

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

.productView-title {
  font-size: 36px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1280px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1360px) {
    .productView-title {
      font-size: 56px; } }

.productView-brand {
  color: #204a5b;
  font-size: 30px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1360px) {
    .productView-brand {
      font-size: 36px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #204a5b; }
    .productView-brand a:hover {
      color: #333333; }

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

.productView-reviewLink {
  color: #204a5b;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

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

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 24px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .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: 768px) {
        .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: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1280px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1360px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .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: #204a5b;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 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: #333333; }

.productOptions-list {
  border: 1px solid #e6e6e6;
  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 #e6e6e6; }
  .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.25rem; }

.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 #e5e5e5;
  table-layout: fixed;
  width: 100%; }

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

.compareTable-heading {
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1280px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1280px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  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: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .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.75rem;
    padding-right: 0.75rem;
    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: 62.5rem; }

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

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

.toggleLink {
  color: #204a5b; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 24px;
  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: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  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: 1280px) {
    .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: 1280px) {
    .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,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1280px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 1280px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: #446648;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #204a5b;
    position: relative;
    top: -1px; }

.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;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1280px) {
    .cart {
      display: table; } }

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

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

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

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1280px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1280px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1280px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1280px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1280px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1280px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 1280px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1280px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #4f4f4f;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1280px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1280px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #204a5b;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  display: inline-block;
  font-size: 30px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #4f4f4f; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 768px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1280px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1360px) {
    .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: 1280px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #204a5b;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1280px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 768px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1280px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1280px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  font-size: 36px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1280px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #204a5b;
  padding: 0;
  text-decoration: underline;
  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: #333333; }

.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.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    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: 2rem;
    margin-bottom: 0; }

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

.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: 0; }
    @media (min-width: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.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: 75rem;
  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 #e5e5e5; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: #204a5b;
  display: inline-block;
  font-size: 24px; }

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

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

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

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

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

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

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

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #b1b0a3; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    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: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .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: 1280px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1280px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.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: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1280px) {
    .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: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1280px) {
    .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.75rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 56px;
  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: 1280px) {
    .suggestiveCart {
      display: block; } }

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

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1280px) {
    .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: 1280px) {
    .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.75rem; }

.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 {
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1280px) {
      .quickSearchResults .modal-close {
        display: block; } }

.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: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .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: 30px; }

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

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

.search-nav {
  position: relative; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  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 #e5e5e5;
  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.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  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.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

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

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

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

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

.account-product-description + .definitionList {
  margin: -1.375rem 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: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1360px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

.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: 1360px) {
      .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: 1360px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1360px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .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.375rem;
  padding: 0.1875rem 0.5rem; }

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

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

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

.account-sidebar-block {
  font-size: 30px; }
  .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: #446648;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  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: #204a5b;
  font-size: 30px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: #204a5b; }

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

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

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .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: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #d3d3cb; }

.icon--ratingFull svg {
  fill: #da8c47; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    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.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  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.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 768px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  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.75rem;
    width: 1.75rem; }
    @media (min-width: 1360px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 24px;
    font-weight: 600; }
    @media (min-width: 1360px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #828282;
    font-size: 24px;
    font-weight: 600; }
    @media (min-width: 1360px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #828282;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1360px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 30px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 24px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 768px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 30px;
  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: #4f4f4f;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1280px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1280px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1280px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    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: 1280px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1280px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1280px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1280px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 55px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1280px) {
    .header-logo-image-container {
      min-height: 140px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 1280px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1280px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1280px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    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 .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      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: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .body {
      margin-top: 2.5rem; } }

.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: 1280px) {
  .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: 1280px) {
    .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 {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  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: #204a5b;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1280px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1280px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 768px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1280px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #204a5b;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #204a5b;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #204a5b;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1360px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1280px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    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-title {
  font-size: 44px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #204a5b;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 30px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1280px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1280px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1360px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.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: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1280px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.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: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  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: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1280px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1280px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1280px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1280px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1280px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1280px) {
  .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.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .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: 1360px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1360px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 768px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1360px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1360px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1360px) {
    .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: 768px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1360px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1360px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1360px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1280px) {
    .listItem-brand {
      font-size: 30px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 30px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1280px) {
    .listItem-title {
      font-size: 36px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1280px) {
    .listItem-price {
      font-size: 36px; } }

@media (min-width: 1360px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 24px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1360px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1360px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1360px) {
  .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: 1280px) {
    .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: 1280px) {
    .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: 1280px) {
    .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 #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1280px) {
    .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.125rem;
  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.125rem;
  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: #446648; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1360px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  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: #446648; }

.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.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #446648;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: #446648; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #446648;
  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: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1360px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #446648; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[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: white;
  border: 1px solid #474747;
  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: 1280px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1280px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1280px) {
  .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: 1280px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1280px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1280px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* ========== media mixin ========== */
/* ========== common mixin ========== */
/* mixins */
.body {
  padding-bottom: 8rem; }

.type-default .body {
  padding-bottom: 0; }

ol.breadcrumbs {
  text-align: left;
  padding: 2.2rem 0;
  display: block; }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      overflow-x: scroll;
      white-space: nowrap;
      padding: 1.5rem 0;
      margin-bottom: .7rem; } }
  ol.breadcrumbs .breadcrumb {
    font-size: 1.2rem;
    font-weight: normal;
    color: #828282;
    font-family: 'Helvetica', Arial, sans-serif; }
    ol.breadcrumbs .breadcrumb a {
      color: #828282;
      font-weight: normal;
      text-decoration: none;
      font-family: 'Helvetica', Arial, sans-serif; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: normal; }

.ptb-105 {
  padding: 10.5rem 0; }
  @media screen and (max-width: 1023px) {
    .ptb-105 {
      padding: 5rem 0 6rem; } }

.mb-55 {
  margin-bottom: 5.5rem; }

.center {
  text-align: center; }

body {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: normal;
  color: #173040; }

.template-blog .body .pagination.pro-review, .type-brands .body .pagination.pro-review {
  display: none; }

.type-category .body, .type-brand .body, .type-search .body {
  background: #fafafa;
  padding-bottom: 0;
  overflow: inherit; }

.type-category .pagination.pro-review, .type-brand .pagination.pro-review, .type-search .pagination.pro-review {
  display: none; }

.type-category .cat-top-row + .container, .type-brand .cat-top-row + .container, .type-search .cat-top-row + .container {
  overflow: inherit; }

.type-category .page, .type-brand .page, .type-search .page {
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  margin: 0;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .type-category .page, .type-brand .page, .type-search .page {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      display: block; } }
  @media screen and (max-width: 767px) {
    .type-category .page, .type-brand .page, .type-search .page {
      padding-bottom: 3rem; } }
  .type-category .page:before, .type-category .page:after, .type-brand .page:before, .type-brand .page:after, .type-search .page:before, .type-search .page:after {
    display: none; }

.cat-top-bg {
  background: #173040;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  min-height: 25rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    .cat-top-bg {
      min-height: 19rem;
      margin-bottom: 3rem; } }
  .cat-top-bg:after {
    content: "";
    background: url(../img/dh-custom/category-banner-bg.png) repeat no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply; }
    @media screen and (max-width: 1279px) {
      .cat-top-bg:after {
        background-size: 192rem 60rem; } }
  .cat-top-bg .content {
    padding: 0 12rem 0 15rem;
    width: 100%;
    max-width: initial;
    order: -1;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    @media screen and (max-width: 1680px) {
      .cat-top-bg .content {
        padding-left: 3rem;
        padding-right: 9rem; } }
    @media screen and (max-width: 1279px) {
      .cat-top-bg .content {
        padding-left: 2rem;
        padding-right: 6rem; } }
    @media screen and (max-width: 1023px) {
      .cat-top-bg .content {
        padding: 0 2rem; } }
    .cat-top-bg .content .top-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      height: calc(100% - 11rem); }
      @media screen and (max-width: 1023px) {
        .cat-top-bg .content .top-content {
          height: auto; } }
    .cat-top-bg .content .page-heading {
      color: white;
      text-align: left;
      padding-top: 2rem; }
      @media screen and (max-width: 767px) {
        .cat-top-bg .content .page-heading {
          padding-top: 2rem; } }
    .cat-top-bg .content [aria-label="Breadcrumb"] .breadcrumb:not(:first-child)::before {
      border-right: 0.1rem solid white; }
    .cat-top-bg .content [aria-label="Breadcrumb"] ol.breadcrumbs {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .cat-top-bg .content [aria-label="Breadcrumb"] ol.breadcrumbs {
          display: block; } }
      .cat-top-bg .content [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a {
        color: white; }
        .cat-top-bg .content [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a:hover {
          color: #828282; }
    .cat-top-bg .content .cat-description {
      font-size: 1.6rem;
      color: white;
      max-width: 68.5rem;
      line-height: 2.4rem; }
      @media screen and (max-width: 1023px) {
        .cat-top-bg .content .cat-description {
          max-width: 100%; } }
      @media screen and (max-width: 767px) {
        .cat-top-bg .content .cat-description {
          font-size: 1.4rem;
          line-height: 2rem; } }
      .cat-top-bg .content .cat-description a {
        color: #cccccc; }
        .cat-top-bg .content .cat-description a:hover {
          color: white; }
      .cat-top-bg .content .cat-description p {
        margin-bottom: 2.5rem; }
  .cat-top-bg .img {
    position: relative;
    z-index: 1;
    width: 32%;
    aspect-ratio: 151/150; }
    @media screen and (max-width: 1279px) {
      .cat-top-bg .img {
        width: 45rem; } }
    @media screen and (max-width: 1023px) {
      .cat-top-bg .img {
        display: none; } }
    .cat-top-bg .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (max-width: 1279px) {
        .cat-top-bg .img img {
          height: 48.250vw; } }
  .cat-top-bg .img + .content {
    width: calc(100% - 32%); }
    @media screen and (max-width: 1279px) {
      .cat-top-bg .img + .content {
        width: calc(100% - 45.6rem); } }
    @media screen and (max-width: 1023px) {
      .cat-top-bg .img + .content {
        width: 100%; } }

.page-sidebar {
  width: 35.5rem;
  padding: 0;
  position: sticky;
  top: 8rem;
  align-self: flex-start;
  bottom: 0;
  z-index: 2;
  border-bottom: .1rem solid #e6e6e6;
  padding-bottom: 1.5rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 1365px) {
    .page-sidebar {
      width: 24.5rem; } }
  @media screen and (max-width: 1279px) {
    .page-sidebar {
      top: 0;
      position: static;
      min-width: 100%;
      width: auto;
      display: none;
      float: none;
      border-bottom: .1rem solid #e6e6e6; } }

.page-sidebar + .page-content {
  width: calc(100% - 35.5rem);
  padding: 0 0 0 5.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (max-width: 1365px) {
    .page-sidebar + .page-content {
      width: calc(100% - 24.5rem);
      padding-left: 2rem; } }
  @media screen and (max-width: 1279px) {
    .page-sidebar + .page-content {
      padding: 0;
      width: 100%;
      float: none; } }

.cat-top-row {
  background: #f3f3f1;
  margin-bottom: 5.5rem; }
  @media screen and (max-width: 1279px) {
    .cat-top-row {
      margin-bottom: 3rem; } }
  .cat-top-row .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .cat-top-row .container {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  .cat-top-row .mobile-filter-box {
    display: none;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 1279px) {
      .cat-top-row .mobile-filter-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .cat-top-row .mobile-filter-box {
        padding-right: 1rem; } }
    .cat-top-row .mobile-filter-box .filter-by {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: normal;
      color: #173040;
      text-transform: none;
      font-family: 'Helvetica', Arial, sans-serif;
      border: 0.15rem solid #E6E6E6;
      -webkit-border-radius: 4.5rem;
      -moz-border-radius: 4.5rem;
      border-radius: 4.5rem;
      padding: 1.3rem 2.8rem 1.4rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .cat-top-row .mobile-filter-box .filter-by {
          padding-left: 2rem;
          font-size: 1.3rem;
          padding: 1.3rem 2.8rem 1.3rem 2rem; } }
      .cat-top-row .mobile-filter-box .filter-by:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M12.6244 1.37557L7 6.87685L1.37557 1.37557' stroke='%23B1B0A3' stroke-width='3'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        position: absolute;
        background-size: 1.2rem auto;
        top: 2rem;
        right: 2.5rem;
        width: 1.4rem;
        height: .9rem; }
        @media screen and (max-width: 767px) {
          .cat-top-row .mobile-filter-box .filter-by:after {
            right: 2.5rem; } }
    .cat-top-row .mobile-filter-box .filter-by.active {
      background-color: white; }
      .cat-top-row .mobile-filter-box .filter-by.active:after {
        transform: rotate(180deg); }
        @media screen and (max-width: 1023px) {
          .cat-top-row .mobile-filter-box .filter-by.active:after {
            top: 1.9rem;
            right: 2.7rem; } }
  .cat-top-row .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .cat-top-row .container .cat-product-count {
      width: 30%;
      font-size: 1.6rem;
      color: #173040;
      text-transform: uppercase;
      font-family: 'Helvetica', Arial, sans-serif;
      font-weight: bold;
      letter-spacing: 0.048rem;
      padding-top: .2rem; }
      @media screen and (max-width: 1279px) {
        .cat-top-row .container .cat-product-count {
          display: none; } }
    .cat-top-row .container .cat-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 70%; }
      @media screen and (max-width: 1279px) {
        .cat-top-row .container .cat-right {
          padding-left: 1rem;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .cat-top-row .container .cat-right {
          padding-left: 0; } }
      @media screen and (max-width: 1279px) {
        .cat-top-row .container .cat-right [role="tabpanel"] {
          width: 100%; } }
      .cat-top-row .container .cat-right .actionBar {
        margin: 0;
        padding: 0;
        position: relative; }
        @media screen and (max-width: 1279px) {
          .cat-top-row .container .cat-right .actionBar {
            width: 100%; } }
      @media screen and (max-width: 1279px) {
        .cat-top-row .container .cat-right .actionBar-section {
          width: 100%; } }
      .cat-top-row .container .cat-right .actionBar-section .form-field {
        background: none;
        border: 0.15rem solid #E6E6E6;
        -webkit-border-radius: 4.5rem;
        -moz-border-radius: 4.5rem;
        border-radius: 4.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 0 1.8rem;
        min-width: 28.2rem; }
        @media screen and (max-width: 1279px) {
          .cat-top-row .container .cat-right .actionBar-section .form-field {
            margin-left: 1rem; } }
        @media screen and (max-width: 767px) {
          .cat-top-row .container .cat-right .actionBar-section .form-field {
            min-width: 100%;
            max-width: 100%;
            margin-left: 0;
            padding-left: 0; } }
        .cat-top-row .container .cat-right .actionBar-section .form-field .form-label {
          padding: 0 1rem 0 3rem;
          width: 10rem;
          font-size: 1.5rem;
          color: #173040;
          font-family: 'Helvetica', Arial, sans-serif;
          font-weight: bold;
          margin-right: 0; }
          @media screen and (max-width: 1279px) {
            .cat-top-row .container .cat-right .actionBar-section .form-field .form-label {
              display: none; } }
        @media screen and (max-width: 767px) {
          .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container {
            min-width: 16rem; } }
        @media screen and (max-width: 767px) {
          .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
            width: 3rem; } }
        .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M12.6244 1.37557L7 6.87685L1.37557 1.37557' stroke='%23B1B0A3' stroke-width='3'/%3E%3C/svg%3E");
          background-repeat: no-repeat; }
        .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container {
          width: calc(100% - 10rem) !important; }
          @media screen and (max-width: 1279px) {
            .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container {
              width: 100% !important; } }
          .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container .select2-selection--single {
            background: none;
            border: none;
            padding-left: 0;
            font-size: 1.5rem;
            color: #173040;
            font-family: 'Helvetica', Arial, sans-serif;
            font-weight: normal;
            cursor: pointer; }
            @media screen and (max-width: 1279px) {
              .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container .select2-selection--single {
                padding-left: 2.8rem; } }
            @media screen and (max-width: 767px) {
              .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container .select2-selection--single {
                padding-left: 2rem;
                font-size: 1.3rem; } }
        @media screen and (max-width: 1279px) {
          .cat-top-row .container .cat-right .actionBar-section .form-field .select2-container--default.select2-container--open .select2-selection--single {
            background-color: white;
            -webkit-border-radius: 5em;
            -moz-border-radius: 5em;
            border-radius: 5em; } }
      @media screen and (max-width: 1279px) {
        .cat-top-row .container .cat-right .compare {
          width: 19rem;
          display: none; } }
      .cat-top-row .container .cat-right .compare .navUser-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
        color: #173040;
        text-transform: none;
        font-family: 'Helvetica', Arial, sans-serif;
        border: 0.15rem solid #E6E6E6;
        -webkit-border-radius: 4.5rem;
        -moz-border-radius: 4.5rem;
        border-radius: 4.5rem;
        padding: 1.5rem 2.8rem 1.3rem; }
        @media screen and (max-width: 1279px) {
          .cat-top-row .container .cat-right .compare .navUser-action {
            width: 100%;
            -webkit-justify-content: center;
            justify-content: center; } }
        .cat-top-row .container .cat-right .compare .navUser-action .countPill {
          background: none;
          padding: 0;
          width: auto;
          height: auto;
          color: #173040;
          font-size: 1.5rem;
          font-weight: normal;
          margin: 0 0 0 .2rem;
          position: relative; }
          .cat-top-row .container .cat-right .compare .navUser-action .countPill:after {
            content: ")"; }
          .cat-top-row .container .cat-right .compare .navUser-action .countPill:before {
            content: "("; }
        .cat-top-row .container .cat-right .compare .navUser-action svg {
          width: 1.7rem;
          height: 1.8rem;
          margin-left: 2.5rem;
          fill: none;
          stroke: #B1B0A3; }
        .cat-top-row .container .cat-right .compare .navUser-action:hover {
          background: white; }
          .cat-top-row .container .cat-right .compare .navUser-action:hover svg {
            stroke: #173040; }
      .cat-top-row .container .cat-right .navUser-action {
        display: block; }

.sidebarBlock-heading {
  color: black;
  letter-spacing: .06rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Helvetica', Arial, sans-serif;
  margin: 0 0 2rem;
  line-height: normal;
  text-transform: uppercase; }
  @media screen and (max-width: 1279px) {
    .sidebarBlock-heading {
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    .sidebarBlock-heading + .navList {
      margin-bottom: 2rem; } }

.navList-item .navList-action {
  display: inline-block;
  font-size: 1.5rem;
  color: #1E1E1E;
  padding: 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: normal; }
  .navList-item .navList-action:hover {
    color: #446648; }

.navList-item .navList-action--checkbox {
  padding-left: 3.6rem; }

.navList-item + .navList-item {
  margin-top: 1rem; }

.sidebarBlock + .sidebarBlock {
  border-top: .1rem solid #E6E6E6;
  padding-top: 3rem; }
  @media screen and (max-width: 767px) {
    .sidebarBlock + .sidebarBlock {
      padding-top: 2rem;
      margin-top: 0rem; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 0 !important; }

.accordion--navList .accordion-title {
  color: black;
  letter-spacing: .06rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 1279px) {
    .accordion--navList .accordion-title {
      font-size: 1.8rem; } }

.facetedSearch-toggle + .facetedSearch-navList {
  margin-top: 0; }

.accordion--navList .accordion-block {
  border-top: .1rem solid #E6E6E6;
  padding-top: 3rem;
  margin-top: 3rem; }
  @media screen and (max-width: 1279px) {
    .accordion--navList .accordion-block {
      padding-top: 2rem;
      margin-top: 2rem;
      margin-top: 2rem; } }
  .accordion--navList .accordion-block .navList {
    margin-top: 2.5rem; }
  .accordion--navList .accordion-block #facetedSearch-content--price {
    margin-top: 3rem; }
    @media screen and (max-width: 1279px) {
      .accordion--navList .accordion-block #facetedSearch-content--price {
        margin-top: 2rem; } }
    .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow {
      border: .1rem solid #E6E6E6;
      background: white;
      -webkit-border-radius: 5em;
      -moz-border-radius: 5em;
      border-radius: 5em; }
      .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field {
        padding: 0;
        border-left: .1rem solid #E6E6E6; }
        .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field:first-child {
          border-left: 0; }
        .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field .form-input {
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          background: none;
          text-align: center; }
          @media screen and (max-width: 1439px) {
            .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field .form-input {
              padding: 1.5rem;
              font-size: 1.2rem; } }
        .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field .button {
          background: #F5F5F4;
          -webkit-border-radius: 0 5em 5em 0;
          -moz-border-radius: 0 5em 5em 0;
          border-radius: 0 5em 5em 0;
          border: none;
          color: #173040;
          font-size: 1.3rem;
          font-family: 'Helvetica', Arial, sans-serif;
          font-weight: normal;
          text-transform: none;
          padding: 1.6rem 1rem 1.7rem; }
          @media screen and (max-width: 1439px) {
            .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field .button {
              padding: 1.5rem 1rem; } }
          .accordion--navList .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field .button:hover {
            border: none;
            color: #446648; }

.navList-action--checkbox:before {
  width: 2.2rem;
  height: 2.2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #E6E6E6;
  margin: 0;
  top: .1rem;
  left: 0; }

.navList-action--checkbox:after {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  top: .1rem;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.63397 2.75898L3.7501 8.64285L0.366211 5.25898L2.13398 3.49121L3.7501 5.10733L7.86622 0.991211L9.63397 2.75898Z' fill='white'/%3E%3C/svg%3E");
  background-size: 1rem auto;
  background-position: center;
  background-repeat: no-repeat; }

.navList-action--checkbox span {
  display: none; }

.navList-action--checkbox.is-selected:before {
  border-color: #204A5B;
  background: #204A5B; }

.banners.cat-bottom-banner {
  background: #F5F5F4;
  margin: 0;
  border-top: .1rem solid #E6E6E6;
  position: relative;
  clear: both; }
  .banners.cat-bottom-banner:after {
    content: "";
    background: url(../img/dh-custom/cat-b-banner-bg.png) repeat no-repeat center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply; }
  .banners.cat-bottom-banner .main-content {
    max-width: 86.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .banners.cat-bottom-banner .main-content {
        padding: 0 2rem; } }
    .banners.cat-bottom-banner .main-content h4 {
      position: relative;
      letter-spacing: .165rem;
      font-size: 5.5rem;
      margin: 0;
      padding: 0 0 6.5rem; }
      @media screen and (max-width: 1279px) {
        .banners.cat-bottom-banner .main-content h4 {
          font-size: 4.2rem;
          line-height: 4.8rem; } }
      @media screen and (max-width: 767px) {
        .banners.cat-bottom-banner .main-content h4 {
          font-size: 3.4rem;
          line-height: 4rem;
          padding-bottom: 5rem; } }
      .banners.cat-bottom-banner .main-content h4:after {
        content: "";
        background: #D3D3CB;
        width: 10rem;
        height: .6rem;
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem; }
    .banners.cat-bottom-banner .main-content p {
      text-align: center;
      font-size: 1.6rem;
      color: #4F4F4F;
      font-weight: normal;
      line-height: 2.4rem;
      font-family: 'Helvetica', Arial, sans-serif; }
      @media screen and (max-width: 767px) {
        .banners.cat-bottom-banner .main-content p {
          font-size: 1.4rem;
          line-height: 2.1rem; } }
      .banners.cat-bottom-banner .main-content p:last-child {
        margin-bottom: 1rem; }
        @media screen and (max-width: 767px) {
          .banners.cat-bottom-banner .main-content p:last-child {
            margin-bottom: 0; } }

.accordion--navList .accordion-indicator {
  fill: none;
  stroke: #B1B0A3;
  width: 1.4rem;
  height: .9rem;
  position: relative;
  top: -.1rem; }

.facetedSearch-clearLink {
  font-size: 1.3rem;
  color: #828282;
  right: 3rem;
  top: 0rem; }
  @media screen and (max-width: 1023px) {
    .facetedSearch-clearLink {
      top: 1.2rem; } }
  .facetedSearch-clearLink:hover {
    color: #446648;
    text-decoration: none; }

@media screen and (max-width: 1279px) {
  .page-sidebar {
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (max-width: 767px) {
  .page-sidebar {
    padding-left: .5rem;
    padding-right: .5rem; } }

.page-sidebar .blocker {
  background: none !important; }

.navList-item .rating--small .icon {
  width: 1.5rem;
  height: 1.5rem; }

ul.inlineList {
  margin: 0 -.5rem 1rem; }
  ul.inlineList + a {
    font-size: 1.3rem;
    color: #828282;
    text-transform: capitalize; }
    ul.inlineList + a:hover {
      color: #446648;
      text-decoration: none; }
  ul.inlineList li {
    margin: 0;
    padding: .5rem; }
    ul.inlineList li .facetLabel {
      border: 0.1rem solid #173040;
      -webkit-border-radius: 5em;
      -moz-border-radius: 5em;
      border-radius: 5em;
      padding: 1.2rem 1.7rem 1.3rem 3rem;
      background: none;
      font-size: 1.3rem;
      font-weight: normal;
      color: #173040;
      text-transform: capitalize;
      font-family: 'Helvetica', Arial, sans-serif; }
      @media screen and (max-width: 767px) {
        ul.inlineList li .facetLabel {
          padding: 1.1rem 1.5rem 1.1rem 2rem; } }
      ul.inlineList li .facetLabel svg {
        width: 2.1rem;
        height: 2.1rem;
        fill: none;
        stroke: #B1B0A3;
        border-radius: 50%;
        margin-left: 1rem;
        padding-left: .1rem; }
        @media screen and (max-width: 767px) {
          ul.inlineList li .facetLabel svg {
            margin-left: .5rem; } }
      ul.inlineList li .facetLabel:hover {
        border-color: #446648;
        color: #446648; }
        ul.inlineList li .facetLabel:hover svg {
          background: #446648;
          stroke: white; }

.rating--small .icon {
  width: 1.2rem;
  height: 1.1rem; }

.facetedSearch-toggle + .facetedSearch-navList.is-open {
  margin-top: 0; }

.cat-slider {
  background: #18242D;
  max-width: 64rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-bottom: 7rem; }
  @media screen and (max-width: 1023px) {
    .cat-slider {
      max-width: 100%; } }
  .cat-slider .content-slider {
    display: none; }
  .cat-slider .slick-initialized {
    display: block; }
  .cat-slider .slick-prev, .cat-slider .slick-arrow.slick-next {
    width: 4rem;
    height: 4rem;
    background: none !important; }
    .cat-slider .slick-prev:after, .cat-slider .slick-prev:before, .cat-slider .slick-arrow.slick-next:after, .cat-slider .slick-arrow.slick-next:before {
      display: none; }
    .cat-slider .slick-prev svg, .cat-slider .slick-arrow.slick-next svg {
      stroke: #B1B0A3;
      width: 1rem;
      height: 1.5rem;
      position: relative; }
    .cat-slider .slick-prev:hover, .cat-slider .slick-arrow.slick-next:hover {
      background: #446648 !important; }
      .cat-slider .slick-prev:hover svg, .cat-slider .slick-arrow.slick-next:hover svg {
        stroke: white; }
  .cat-slider .slick-prev {
    left: 1rem; }
    .cat-slider .slick-prev svg {
      left: -.1rem;
      top: -.1rem; }
  .cat-slider .slick-arrow.slick-next {
    right: 1rem; }
    .cat-slider .slick-arrow.slick-next svg {
      right: -.1rem;
      top: -.1rem; }
  .cat-slider .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2rem; }
    .cat-slider .slick-dots li {
      width: 3rem;
      height: 0.4rem; }
  .cat-slider .content-slider {
    margin: 0 auto;
    padding: 2rem 8rem; }
    @media screen and (max-width: 1279px) {
      .cat-slider .content-slider {
        padding: 1.5rem 6rem; } }
    @media screen and (max-width: 767px) {
      .cat-slider .content-slider {
        padding: 1rem 1.5rem 4rem; } }
  .cat-slider .guarantees-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1279px) {
      .cat-slider .guarantees-item {
        padding-top: 0; } }
    .cat-slider .guarantees-item .guarantees-image {
      height: auto;
      background: none;
      border: none;
      margin: auto;
      width: 9rem; }
      @media screen and (max-width: 767px) {
        .cat-slider .guarantees-item .guarantees-image {
          width: 7rem; } }
      .cat-slider .guarantees-item .guarantees-image:after, .cat-slider .guarantees-item .guarantees-image:before {
        display: none; }
      .cat-slider .guarantees-item .guarantees-image svg {
        width: 9rem;
        height: 10.4rem; }
        @media screen and (max-width: 767px) {
          .cat-slider .guarantees-item .guarantees-image svg {
            width: 7rem;
            height: 8.9rem; } }
    .cat-slider .guarantees-item .guarantees-content {
      text-align: left;
      padding: 0 0 0 3.5rem;
      width: calc(100% - 9rem); }
      @media screen and (max-width: 767px) {
        .cat-slider .guarantees-item .guarantees-content {
          padding-left: 1.5rem;
          width: calc(100% - 7rem); } }
      .cat-slider .guarantees-item .guarantees-content h4 {
        letter-spacing: 0.72px;
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin: 0 0 1rem;
        padding: 0;
        color: white; }
        @media screen and (max-width: 767px) {
          .cat-slider .guarantees-item .guarantees-content h4 {
            font-size: 1.8rem;
            line-height: 2.2rem;
            margin-bottom: .5rem;
            letter-spacing: 0.52px; } }
      .cat-slider .guarantees-item .guarantees-content p {
        font-size: 1.4rem;
        line-height: 2.1rem;
        color: white;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .cat-slider .guarantees-item .guarantees-content p {
            font-size: 1.2rem;
            line-height: 1.8rem; } }

.compareTable {
  border-top: 0;
  margin: 0; }
  .compareTable .compareTable-removeProduct {
    background: white;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #173040;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .compareTable .compareTable-removeProduct svg {
      width: 2rem;
      height: 2rem;
      padding: 0;
      margin: 0;
      fill: none;
      stroke: #173040; }
    .compareTable .compareTable-removeProduct:hover {
      border-color: #446648;
      background: #446648; }
      .compareTable .compareTable-removeProduct:hover svg {
        stroke: white; }

.pagination {
  text-align: center; }

.pagination-list {
  margin: 4rem 0 3rem;
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    .pagination-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 2rem 0 1rem; } }
  .pagination-list li.pagination-item {
    margin: 0;
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 1.4rem;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    line-height: 1.6rem;
    cursor: inherit; }
    .pagination-list li.pagination-item .pagination-link {
      font-weight: bold;
      color: #204a5b;
      padding: 0;
      letter-spacing: -0.21px; }
      .pagination-list li.pagination-item .pagination-link:hover {
        color: #446648; }
  .pagination-list .pagination-item--next, .pagination-list .pagination-item--previous {
    font-family: '946 Latin Dense 4', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
    .pagination-list .pagination-item--next .pagination-link, .pagination-list .pagination-item--previous .pagination-link {
      font-family: '946 Latin Dense 4', Arial, sans-serif;
      letter-spacing: 0.34px !important;
      font-size: 1.7rem; }
      .pagination-list .pagination-item--next .pagination-link:hover, .pagination-list .pagination-item--previous .pagination-link:hover {
        color: #446648; }
  .pagination-list .pagination-item.pagination-item--current {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .pagination-list .pagination-item.pagination-item--current .pagination-link {
      color: #446648; }
      .pagination-list .pagination-item.pagination-item--current .pagination-link:after {
        content: "";
        background: #D3D3CB;
        width: 2rem;
        height: .3rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem; }
  @media screen and (max-width: 1023px) {
    .pagination-list .pagination-item.desktop {
      display: none; } }
  .pagination-list .pagination-item-mobile, .pagination-list .pagination-item-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      .pagination-list .pagination-item-mobile, .pagination-list .pagination-item-mobile {
        display: block !important;
        padding: 0;
        margin: 0 auto;
        font-size: 1.6rem;
        color: #173040;
        left: 0;
        right: 0; } }
  @media screen and (max-width: 1023px) and (max-width: 767px) {
    .pagination-list .pagination-item-mobile, .pagination-list .pagination-item-mobile {
      font-size: 1.4rem; } }

.compareTable-product .card {
  display: block;
  border: none;
  border-radius: 0;
  padding-bottom: 1rem;
  background: none; }
  .compareTable-product .card .card-figure {
    background: white;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 1rem; }
  .compareTable-product .card .card-body {
    padding: 1.5rem 0 0;
    border: 0; }
    .compareTable-product .card .card-body p.card-text {
      padding: 0;
      margin: 0 0 .5rem; }
    .compareTable-product .card .card-body .card-title {
      margin-bottom: 1rem; }
    .compareTable-product .card .card-body .price-section {
      font-size: 1.8rem;
      color: #173040;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      display: inline-block; }
    .compareTable-product .card .card-body .non-sale-price--withoutTax, .compareTable-product .card .card-body .rrp-price--withoutTax {
      font-weight: normal;
      font-size: 1.6rem; }
    .compareTable-product .card .card-body p.card-text a {
      font-size: 1.1rem;
      line-height: 1.4rem;
      font-weight: bold;
      font-family: 'Helvetica', Arial, sans-serif;
      color: #B1B0A3;
      text-transform: uppercase;
      text-decoration: none; }
  .compareTable-product .card:hover {
    box-shadow: none; }

.compareTable-heading {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.6rem;
  color: #173040;
  font-weight: bold; }

.compareTable-action {
  padding-bottom: 2rem; }

.compareTable-item {
  font-size: 1.4rem;
  color: #173040; }

.brandGrid {
  margin: 0 -1.5rem 0; }
  @media screen and (max-width: 1023px) {
    .brandGrid {
      margin: 0 -1rem; } }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin: 0 -.6rem; } }
  .brandGrid .brand {
    padding: 0 1.5rem 3rem; }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        padding: 0 1rem 2rem; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        padding: 0 .6rem 1.2rem; } }
    .brandGrid .brand .card {
      padding: 0; }
      .brandGrid .brand .card .card-img-container {
        max-width: 100%;
        height: 22rem; }
        @media screen and (max-width: 1023px) {
          .brandGrid .brand .card .card-img-container {
            height: 22.986vw; } }
        @media screen and (max-width: 767px) {
          .brandGrid .brand .card .card-img-container {
            height: 32.986vw; } }
        .brandGrid .brand .card .card-img-container:after {
          padding-bottom: 22rem; }
          @media screen and (max-width: 1023px) {
            .brandGrid .brand .card .card-img-container:after {
              padding-bottom: 22.986vw; } }
          @media screen and (max-width: 767px) {
            .brandGrid .brand .card .card-img-container:after {
              padding-bottom: 32.986vw; } }
        .brandGrid .brand .card .card-img-container img {
          max-height: 20rem; }
          @media screen and (max-width: 1023px) {
            .brandGrid .brand .card .card-img-container img {
              height: 21.986vw; } }
          @media screen and (max-width: 767px) {
            .brandGrid .brand .card .card-img-container img {
              height: 30.986vw; } }
      .brandGrid .brand .card .card-body {
        padding: 2rem;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .brandGrid .brand .card .card-body {
            padding: 1rem 1rem 1.5rem; } }
        .brandGrid .brand .card .card-body .card-title a {
          font-weight: bold; }
          @media screen and (max-width: 1023px) {
            .brandGrid .brand .card .card-body .card-title a {
              font-size: 1.4rem; } }
          @media screen and (max-width: 767px) {
            .brandGrid .brand .card .card-body .card-title a {
              font-size: 1.2rem; } }
      .brandGrid .brand .card:hover .card-body .card-title a {
        color: #446648; }

.type-category .cat-top-bg, .type-brand .cat-top-bg, .type-search .cat-top-bg {
  margin-bottom: 0; }

@media screen and (max-width: 1279px) {
  .facetedSearch-toggle {
    display: none; } }

@media screen and (max-width: 1279px) {
  .facetedSearch-navList {
    display: block; } }

@media screen and (max-width: 1279px) {
  .accordion-navigation {
    border: 0px;
    padding: 0px; } }

@media screen and (max-width: 1279px) {
  .accordion {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; } }

@media screen and (max-width: 1279px) {
  .accordion--navList .accordion-title {
    padding: 0px; } }

@media screen and (max-width: 1279px) {
  .accordion--navList .accordion-content {
    padding: 0px; } }

@media screen and (max-width: 1279px) {
  .facetedSearch-refineFilters {
    display: block; } }

.facetedSearch-refineFilters p {
  margin-bottom: 0;
  font-size: 1.4rem; }

.actionBar-section .form-field .select2-container--open + .select2-container--open {
  margin-top: 1.5rem;
  z-index: 1;
  width: 100% !important;
  min-width: 28rem;
  left: auto !important;
  right: 0; }
  @media screen and (max-width: 767px) {
    .actionBar-section .form-field .select2-container--open + .select2-container--open {
      margin-top: 1rem;
      min-width: 12rem; } }
  .actionBar-section .form-field .select2-container--open + .select2-container--open .select2-dropdown {
    width: 100% !important;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }
    .actionBar-section .form-field .select2-container--open + .select2-container--open .select2-dropdown .select2-results {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem; }
      .actionBar-section .form-field .select2-container--open + .select2-container--open .select2-dropdown .select2-results .select2-results__option {
        padding: .7rem 1.5rem !important; }
        @media screen and (max-width: 767px) {
          .actionBar-section .form-field .select2-container--open + .select2-container--open .select2-dropdown .select2-results .select2-results__option {
            font-size: 1.3rem; } }

.type-product .breadcrumb:not(:first-child)::before {
  border-right: 0.1em solid #828282; }

.type-product ol.breadcrumbs .breadcrumb a {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: normal; }
  .type-product ol.breadcrumbs .breadcrumb a:hover {
    color: #446648; }

.type-product ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
  color: #828282; }
  .type-product ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label:hover {
    color: #446648; }

.facetedSearch-content--rating .navList-action.navList-action--checkbox {
  font-size: 0; }
  .facetedSearch-content--rating .navList-action.navList-action--checkbox .rating--small {
    font-size: 1.5rem;
    display: inline-block; }
    .facetedSearch-content--rating .navList-action.navList-action--checkbox .rating--small span {
      display: inline-block; }

.facetedSearch-content--rating .rating--small + span {
  display: none; }

.actionBar-section .form-field .select2-container--above.select2-container--open + .select2-container--open {
  margin-top: 0; }

.type-category .cat-top-bg .content .page-heading {
  padding-top: 4rem; }
  @media screen and (max-width: 1023px) {
    .type-category .cat-top-bg .content .page-heading {
      padding-top: 2rem; } }

.quickSearch-section .form {
  margin: 0; }

.quickSearch-section .form-field {
  margin: 0;
  width: 37rem;
  border: 0.1rem solid #b1b0a3;
  border-radius: 4.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1680px) {
    .quickSearch-section .form-field {
      width: 30rem; } }
  @media screen and (max-width: 1439px) {
    .quickSearch-section .form-field {
      width: 24rem; } }

.quickSearch-section .form-input {
  border: 0;
  border-radius: 4.5rem;
  font-size: 1.4rem;
  color: #828282;
  line-height: 1.8rem;
  padding: 1.5rem 1rem 1.5rem 2.8rem;
  background: transparent;
  letter-spacing: 0; }
  @media screen and (max-width: 1439px) {
    .quickSearch-section .form-input {
      padding: 1.5rem 1.5rem 1.5rem 2rem; } }

.quickSearch-section .form-input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1; }

.quickSearch-section .form-input::-moz-placeholder {
  color: #afafaf;
  opacity: 1; }

.quickSearch-section .form-input:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1; }

.quickSearch-section .form-input:-moz-placeholder {
  color: #afafaf;
  opacity: 1; }

.quickSearch-section button {
  padding: 0 2.2rem;
  margin-top: -0.2rem; }
  @media screen and (max-width: 1439px) {
    .quickSearch-section button {
      padding: 0 1.5rem 0 1rem; } }
  .quickSearch-section button svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #173040;
    vertical-align: sub; }
    .quickSearch-section button svg:hover {
      fill: #446648; }

.quickSearchResults {
  background: white;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 100%;
  border-radius: 1rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  min-width: 40rem;
  right: 0; }
  @media screen and (max-width: 666px) {
    .quickSearchResults {
      min-width: inherit; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productGrid {
    padding: 0;
    border: 0.1rem solid #e6e6e6;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    @media screen and (max-width: 1279px) {
      .quickSearchResults .productGrid {
        position: relative;
        margin-top: 1.2rem; }
        .quickSearchResults .productGrid::before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0px 1.1rem 0.9rem 1.1rem;
          border-color: transparent transparent white transparent;
          position: absolute;
          content: "";
          top: -0.8rem;
          right: 2rem;
          z-index: 1; }
        .quickSearchResults .productGrid::after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0px 1.2rem 1rem 1.2rem;
          border-color: transparent transparent #e6e6e6 transparent;
          position: absolute;
          content: "";
          top: -1rem;
          right: 1.9rem; } }
    .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 2rem;
      margin: 0;
      border-bottom: 0.1rem solid #e6e6e6; }
      .quickSearchResults .productGrid .product:last-child {
        border-bottom: 0; }
    .quickSearchResults .productGrid.more-item {
      border-radius: 0; }
  .quickSearchResults .card.card--alternate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: initial;
    -webkit-flex-direction: initial;
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none; }
    .quickSearchResults .card.card--alternate .sale-flag-side {
      display: none; }
    .quickSearchResults .card.card--alternate .card-body {
      width: calc(100% - 8rem);
      padding: 0 0 0 1.5rem;
      background: transparent !important;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-top: 0;
      float: left;
      border: 0; }
      .quickSearchResults .card.card--alternate .card-body .card-brand {
        font-size: 11px;
        font-weight: 700;
        color: #b1b0a3;
        text-transform: uppercase;
        font-family: 'Helvetica';
        margin-bottom: 0.5rem; }
      .quickSearchResults .card.card--alternate .card-body .card-text {
        font-size: 1.5rem;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        color: #1d1d1d;
        margin: 0; }
        .quickSearchResults .card.card--alternate .card-body .card-text .price-section {
          font-size: 1.4rem; }
        .quickSearchResults .card.card--alternate .card-body .card-text .non-sale-price--withoutTax {
          display: none; }
  .quickSearchResults .card-figure {
    width: 8rem;
    height: 8rem;
    padding: 0;
    float: left;
    border-radius: 0 !important; }
    .quickSearchResults .card-figure a {
      border: 0;
      border-radius: 0 !important;
      width: 100%;
      height: 100%; }
    .quickSearchResults .card-figure .card-img-container {
      max-height: inherit;
      height: 100%; }
  .quickSearchResults .card-figcaption {
    display: none; }
  .quickSearchResults .compare-button-row {
    display: none; }
  .quickSearchResults .card-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #173040;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    margin-bottom: 0.2rem; }
    .quickSearchResults .card-title a {
      border-radius: 0;
      padding: 0;
      border: 0;
      height: auto;
      width: auto;
      color: #173040;
      background: none !important;
      letter-spacing: 0;
      text-transform: initial;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .quickSearchResults .card-title a:hover {
        color: #446648; }

.view-all-btn .button {
  text-transform: capitalize;
  width: 100%;
  border-radius: 0.8rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.quickSearchMessage {
  font-size: 1.6rem;
  font-weight: 700;
  border: 0.1rem solid #e6e6e6;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 2rem; }
  @media screen and (max-width: 1279px) {
    .quickSearchMessage {
      position: relative;
      margin-top: 1.2rem; }
      .quickSearchMessage::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 1.1rem 0.9rem 1.1rem;
        border-color: transparent transparent white transparent;
        position: absolute;
        content: "";
        top: -0.8rem;
        right: 2rem;
        z-index: 1; }
      .quickSearchMessage::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 1.2rem 1rem 1.2rem;
        border-color: transparent transparent #e6e6e6 transparent;
        position: absolute;
        content: "";
        top: -1rem;
        right: 1.9rem; } }

.cat-top-bg .content .page-heading span {
  display: block; }

.cat-top-bg .content .navBar--sub {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .cat-top-bg .content .navBar--sub {
      text-align: center; } }

.cat-top-bg .content .navBar-item {
  margin: 0 1rem;
  border: 0px;
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .cat-top-bg .content .navBar-item {
      margin: 0 .7rem; } }
  .cat-top-bg .content .navBar-item:first-child {
    margin-left: 0; }
  .cat-top-bg .content .navBar-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1279px) {
    .cat-top-bg .content .navBar-item {
      display: inline-block; } }
  .cat-top-bg .content .navBar-item a {
    font-size: 1.6rem;
    color: white;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .cat-top-bg .content .navBar-item a {
        font-size: 1.4rem; } }
    .cat-top-bg .content .navBar-item a .toggleLink-text {
      font-size: 1.6rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .cat-top-bg .content .navBar-item a .toggleLink-text {
          font-size: 1.4rem; } }
    .cat-top-bg .content .navBar-item a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .cat-top-bg .content .navBar-item .navBar-action-color--active {
    color: rgba(255, 255, 255, 0.7); }

.panel--large .panel-body {
  background: #f3f3f1;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  border: .1rem solid #E6E6E6;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .panel--large .panel-body {
      margin-bottom: 2rem; } }

.page-sidebar.u-hidden + .page-content {
  width: 100%;
  padding-left: 0; }

#search-results-content ul {
  padding-left: 0;
  margin-left: 0; }
  #search-results-content ul p {
    margin-top: 1rem; }
  #search-results-content ul a {
    font-weight: bold;
    margin-right: .5rem; }

.form-field-group {
  background: white;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.search-price-range label span {
  padding-left: 0; }

.search-price-range label input {
  width: 11rem; }
  @media screen and (max-width: 767px) {
    .search-price-range label input {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .advancedSearch-form {
    margin-bottom: 0; } }

.advancedSearch-form hr {
  border-color: #e6e6e6; }

.advancedSearch-form .jstree-anchor {
  font-size: 1.4rem; }

@media screen and (max-width: 1023px) {
  .page-content,
  .page-content--full {
    float: none; } }

/* ==================== BROWSER RESET STYLE ==================== */
.page {
  margin: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #4f4f4f;
  outline: none !important;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  background: #f5f5f4; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.body {
  margin: 0 !important;
  padding: 0 0 7rem;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .body {
      padding-bottom: 5rem; } }

.type-default .body, .type-product .body, .type-category .body, .type-brand .body {
  padding: 0; }

body *:focus {
  outline: none !important; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  outline: none; }

select {
  outline: none; }

textarea {
  resize: none;
  line-height: 2rem; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 3rem 0;
  padding: 0;
  font-weight: 700;
  color: #173040;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.65px; }

h1,
.h1 {
  font-size: 5.6rem;
  line-height: 6.1rem; }
  @media screen and (max-width: 1279px) {
    h1,
    .h1 {
      font-size: 4.9rem;
      line-height: 5.3rem; } }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 4.2rem;
      line-height: 4.8rem; } }

h2,
.h2 {
  font-size: 5.5rem;
  line-height: normal; }
  @media screen and (max-width: 1279px) {
    h2,
    .h2 {
      font-size: 4.2rem;
      line-height: 4.8rem; } }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 3.4rem;
      line-height: 4rem; } }

h3,
.h3 {
  font-size: 4.4rem;
  line-height: 3.9rem; }
  @media screen and (max-width: 1279px) {
    h3,
    .h3 {
      font-size: 3.6rem;
      line-height: 4rem; } }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 3rem;
      line-height: 3.4rem; } }

h4,
.h4 {
  font-size: 3.6rem;
  line-height: 4.6rem; }
  @media screen and (max-width: 1279px) {
    h4,
    .h4 {
      font-size: 3rem;
      line-height: 3.4rem; } }
  @media screen and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }

h5,
.h5 {
  font-size: 3rem;
  line-height: 3.3rem; }
  @media screen and (max-width: 1279px) {
    h5,
    .h5 {
      font-size: 2.4rem;
      line-height: 2.8rem; } }
  @media screen and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 2rem;
      line-height: 2.6rem; } }

h6,
.h6 {
  font-size: 2.6rem;
  line-height: 3.9rem; }
  @media screen and (max-width: 1279px) {
    h6,
    .h6 {
      font-size: 2rem;
      line-height: 2.6rem; } }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important; }

a {
  outline: none !important;
  text-decoration: underline;
  color: #4f4f4f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  font-weight: 400; }
  a:hover, a:focus {
    color: #446648; }

a.button {
  text-decoration: none; }

strong,
b {
  font-weight: 700;
  color: #4f4f4f; }

p {
  margin-bottom: 3rem; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }

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

img {
  max-width: 100%;
  vertical-align: middle; }

hr {
  border-color: black;
  margin: 3rem 0; }

address {
  font-style: normal;
  margin-bottom: 3rem; }

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

.banners {
  padding: 0;
  background: none;
  margin-bottom: 4.5rem;
  color: black;
  text-align: left; }
  .banners .banner {
    max-width: 100%;
    text-align: left; }
  .banners img {
    width: auto; }
  .banners p {
    color: black;
    text-align: left;
    font-weight: 300; }

.table thead tr th,
.table thead tr td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: black; }

/* ==================== FORM ELEMENT STYLE ==================== */
.form-input, .form-select {
  border: 0.1rem solid #e6e6e6;
  background: white;
  border-radius: 1rem;
  padding: 1.5rem 2.2rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.45px;
  outline: none;
  color: #4f4f4f;
  height: auto;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  .form-input:focus, .form-select:focus {
    border-color: #e6e6e6;
    box-shadow: none; }

textarea.form-input {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem; }

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L6 6L2 2' stroke='%23173040' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: right 2.2rem center; }

.form-actions .button,
.form-actions input,
.form-actions a {
  vertical-align: middle; }

.form-input::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.form-input::-moz-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.form-input:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.form-input:-moz-placeholder {
  color: #4f4f4f;
  opacity: 1; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px black inset !important;
  -webkit-text-fill-color: #4f4f4f; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  background: #fff;
  /* or any other */
  box-shadow: none !important; }

input:focus + label {
  outline: none !important; }

.form-label,
.form-label--alternate {
  outline: none !important;
  outline-width: inherit !important;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: normal;
  color: #204a5b;
  margin-bottom: 1rem;
  font-family: 'Helvetica', Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .form-label,
    .form-label--alternate {
      font-size: 1.4rem; } }
  .form-label small,
  .form-label--alternate small {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1rem;
    text-align: right;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #4f4f4f; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #4f4f4f;
  letter-spacing: 0.45px;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  padding-left: 4.2rem;
  margin-bottom: 1rem; }

.form-checkbox + .form-label::before, .form-radio + .form-label::before, .form-checkbox + .form-label::after, .form-radio + .form-label::after {
  width: 2.5rem;
  height: 2.5rem;
  border-color: #e6e6e6 !important; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(0.6);
  border: 0;
  border-radius: 50%;
  background: #446648;
  left: 0; }

.form-checkbox + .form-label::before, .form-radio + .form-label::before, .form-checkbox + .form-label::after, .form-radio + .form-label::after {
  top: 0; }

button,
a {
  outline: none !important; }

.swal2-styled.swal2-cancel {
  background: white !important;
  border: 0.1rem solid black !important;
  color: black !important;
  margin-left: 1rem !important; }
  .swal2-styled.swal2-cancel:hover {
    color: white !important;
    background: black !important;
    border: 0.1rem solid black !important; }
  .swal2-styled.swal2-cancel:active, .swal2-styled.swal2-cancel:focus {
    color: black !important;
    background: white !important;
    border: 0.1rem solid black !important; }

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  height: auto;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  line-height: 1.4rem !important;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: black !important;
  color: white !important;
  padding: 1.2rem 2.5rem;
  border-radius: 0 !important;
  outline: none;
  margin: 0;
  border: 0.1rem solid black !important;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  font-family: 'Proxima Nova Lt', Arial, sans-serif !important; }
  .swal2-styled.swal2-confirm:hover,
  .swal2-styled.swal2-cancel:hover {
    color: white !important;
    background: #446648 !important;
    border: 0.1rem solid #446648 !important; }
  .swal2-styled.swal2-confirm:active, .swal2-styled.swal2-confirm:focus,
  .swal2-styled.swal2-cancel:active,
  .swal2-styled.swal2-cancel:focus {
    color: white !important;
    background: black !important;
    border: 0.1rem solid black !important;
    box-shadow: none !important; }
    .swal2-styled.swal2-confirm:active:hover, .swal2-styled.swal2-confirm:focus:hover,
    .swal2-styled.swal2-cancel:active:hover,
    .swal2-styled.swal2-cancel:focus:hover {
      color: white !important;
      background: #446648 !important;
      border: 0.1rem solid #446648 !important; }

.button {
  height: auto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  background: #1d1d1d;
  color: white;
  padding: 1.37rem 2.5rem 1.33rem;
  border-radius: 6rem;
  outline: none;
  margin: 0;
  border: 0.1rem solid #1d1d1d;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  font-family: 'Poppins', sans-serif; }
  @media screen and (max-width: 767px) {
    .button {
      padding: 1.3rem 3rem;
      font-size: 1.1rem; } }
  .button svg {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear; }
  .button:hover {
    color: white;
    background: #446648;
    border: 0.1rem solid #446648; }
    .button:hover svg {
      fill: white; }
  .button:active, .button:focus {
    background: #1d1d1d;
    color: white;
    border: 0.1rem solid #1d1d1d; }
    .button:active:hover, .button:focus:hover {
      color: white;
      background: #446648;
      border: 0.1rem solid #446648; }
  .button.button-large {
    padding: 1.9rem 4.9rem; }
    @media screen and (max-width: 1279px) {
      .button.button-large {
        padding: 1.3rem 3rem; } }
  .button.button--secondary {
    border: 0.1rem solid #173040;
    background: transparent;
    color: #173040; }
    .button.button--secondary:hover {
      background: #446648;
      color: white;
      border: 0.1rem solid #446648; }
    .button.button--secondary:active, .button.button--secondary:focus {
      border: 0.1rem solid #173040;
      background: transparent;
      color: #173040; }
      .button.button--secondary:active:hover, .button.button--secondary:focus:hover {
        background: #446648;
        color: white;
        border: 0.1rem solid #446648; }
  .button.button--primary {
    color: white;
    background: #446648;
    border: 0.1rem solid #446648; }
    .button.button--primary:hover {
      background: #1d1d1d;
      color: white;
      border: 0.1rem solid #1d1d1d; }
    .button.button--primary:active, .button.button--primary:focus {
      color: white;
      background: #446648;
      border: 0.1rem solid #446648; }
      .button.button--primary:active:hover, .button.button--primary:focus:hover {
        background: #1d1d1d;
        color: white;
        border: 0.1rem solid #1d1d1d; }

.form-prefixPostfix .form-input {
  margin-right: -0.2rem; }

.form-prefixPostfix .button {
  height: auto; }
  @media only screen and (max-width: 1279px) {
    .form-prefixPostfix .button {
      width: auto; } }
  @media only screen and (max-width: 567px) {
    .form-prefixPostfix .button {
      width: 100%;
      margin-top: 1.5rem; } }
  .form-prefixPostfix .button:hover {
    border-color: black; }

.form-inlineMessage {
  font-size: 1.3rem;
  margin-top: 1rem; }

.form-actions .button {
  width: auto; }
  @media only screen and (max-width: 567px) {
    .form-actions .button {
      width: 100%;
      -webkit-justify-content: center;
      justify-content: center; } }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha > div {
    margin: 0 0 2rem 0; }
  @media only screen and (max-width: 479px) {
    .g-recaptcha {
      /*max-width: 260px;  overflow: auto; padding: 10px 0 0;*/ }
      .g-recaptcha iframe {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; } }
  @media only screen and (max-width: 374px) {
    .g-recaptcha {
      max-width: 232px; } }

/* ==================== COMMON CLASS ==================== */
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

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

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

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

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

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

.clearfix:after,
.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

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

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

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

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 162rem; }
  @media screen and (max-width: 1680px) {
    .container {
      padding: 0 3rem; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 2rem; } }

.carousel-tooltip {
  display: none !important; }

.modal-close::before, .modal-close::after {
  display: none !important; }

#consent-manager,
#consent-manager-update-banner {
  background: #173040 !important; }
  @media screen and (max-width: 767px) {
    #consent-manager,
    #consent-manager-update-banner {
      text-align: center; } }
  #consent-manager div,
  #consent-manager-update-banner div {
    background: #173040; }
  #consent-manager button,
  #consent-manager-update-banner button {
    height: auto;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #1d1d1d;
    color: white;
    padding: 1.37rem 2.5rem 1.33rem;
    border-radius: 6rem;
    outline: none;
    margin: 0;
    border: 0.1rem solid #1d1d1d;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    font-family: 'Poppins', sans-serif; }
    #consent-manager button:hover,
    #consent-manager-update-banner button:hover {
      color: white;
      background: #446648;
      border: 0.1rem solid #446648; }
      #consent-manager button:hover svg,
      #consent-manager-update-banner button:hover svg {
        fill: white; }
    #consent-manager button:active, #consent-manager button:focus,
    #consent-manager-update-banner button:active,
    #consent-manager-update-banner button:focus {
      background: #1d1d1d;
      color: white;
      border: 0.1rem solid #1d1d1d; }
      #consent-manager button:active:hover, #consent-manager button:focus:hover,
      #consent-manager-update-banner button:active:hover,
      #consent-manager-update-banner button:focus:hover {
        color: white;
        background: #446648;
        border: 0.1rem solid #446648; }
    #consent-manager button + button,
    #consent-manager-update-banner button + button {
      margin-left: 1.5rem; }
      @media screen and (max-width: 413px) {
        #consent-manager button + button,
        #consent-manager-update-banner button + button {
          margin-left: 0;
          margin-top: 1rem; } }
  #consent-manager .css-1wn42nw,
  #consent-manager-update-banner .css-1wn42nw {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (max-width: 567px) {
      #consent-manager .css-1wn42nw button,
      #consent-manager-update-banner .css-1wn42nw button {
        margin-left: 0;
        width: 100%;
        margin-top: 1rem;
        justify-content: center;
        margin-bottom: 0; } }

[data-sub-layout] {
  padding: 0 !important; }

.section-heading {
  font-size: 5.5rem;
  line-height: 5.5rem;
  text-align: center; }
  @media screen and (max-width: 1279px) {
    .section-heading {
      font-size: 4.2rem;
      line-height: 4.8rem; } }
  @media screen and (max-width: 767px) {
    .section-heading {
      font-size: 3.4rem;
      line-height: 3.8rem; } }

.slick-arrow {
  padding: 0;
  background: white !important;
  margin: 0;
  border: 0;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  left: 0;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  font-family: 'Poppins', sans-serif; }
  .slick-arrow::before, .slick-arrow::after {
    display: none !important; }
  @media screen and (max-width: 1023px) {
    .slick-arrow {
      width: 4rem;
      height: 4rem; } }
  .slick-arrow svg {
    fill: none;
    stroke: #1d1d1d;
    width: 1.4rem;
    height: 2.1rem;
    margin-left: -0.4rem; }
    @media screen and (max-width: 1023px) {
      .slick-arrow svg {
        width: 1.1rem;
        height: 1.8rem; } }
  .slick-arrow.slick-next {
    left: auto;
    right: 0; }
    .slick-arrow.slick-next svg {
      margin-right: -0.4rem; }
  .slick-arrow:hover {
    background: #446648 !important; }
    .slick-arrow:hover svg {
      stroke: white; }

.slick-dots {
  width: max-content;
  line-height: 0.6rem; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      line-height: 0.5rem; } }
  .slick-dots li {
    width: 7rem;
    height: 0.6rem;
    padding: 0;
    border-radius: 1rem;
    margin-right: 0.8rem;
    background: #b1b0a3 !important; }
    @media screen and (max-width: 767px) {
      .slick-dots li {
        height: 0.5rem; } }
    .slick-dots li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .slick-dots li {
        width: 3.5rem; } }
    .slick-dots li button {
      border: 0;
      border-radius: 1rem;
      background: #b1b0a3;
      width: 100%;
      vertical-align: top;
      height: 100%; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #446648; }

.pt-76 {
  padding-top: 7.6rem; }
  @media screen and (max-width: 1279px) {
    .pt-76 {
      padding-top: 5.4rem; } }
  @media screen and (max-width: 767px) {
    .pt-76 {
      padding-top: 4.1rem; } }

.pb-76 {
  padding-bottom: 7.6rem; }
  @media screen and (max-width: 1279px) {
    .pb-76 {
      padding-bottom: 5.4rem; } }
  @media screen and (max-width: 767px) {
    .pb-76 {
      padding-bottom: 4.1rem; } }

.pt-70 {
  padding-top: 7rem; }
  @media screen and (max-width: 1279px) {
    .pt-70 {
      padding-top: 4.1rem; } }
  @media screen and (max-width: 767px) {
    .pt-70 {
      padding-top: 4.1rem; } }

.pb-70 {
  padding-bottom: 7rem; }
  @media screen and (max-width: 1279px) {
    .pb-70 {
      padding-bottom: 5.4rem; } }
  @media screen and (max-width: 767px) {
    .pb-70 {
      padding-bottom: 4.1rem; } }

.pt-90 {
  padding-top: 9rem; }
  @media screen and (max-width: 1279px) {
    .pt-90 {
      padding-top: 6rem; } }
  @media screen and (max-width: 767px) {
    .pt-90 {
      padding-top: 4.1rem; } }

.pb-90 {
  padding-bottom: 9rem; }
  @media screen and (max-width: 1279px) {
    .pb-90 {
      padding-bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    .pb-90 {
      padding-bottom: 4.1rem; } }

.pt-120 {
  padding-top: 12rem; }
  @media screen and (max-width: 1279px) {
    .pt-120 {
      padding-top: 6rem; } }
  @media screen and (max-width: 767px) {
    .pt-120 {
      padding-top: 4.1rem; } }

.pb-120 {
  padding-bottom: 12rem; }
  @media screen and (max-width: 1279px) {
    .pb-120 {
      padding-bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    .pb-120 {
      padding-bottom: 4.1rem; } }

.section-heading-border {
  text-align: left;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 1279px) {
    .section-heading-border {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .section-heading-border {
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; } }
  .section-heading-border:after {
    position: absolute;
    content: "";
    width: 10rem;
    height: 0.6rem;
    border-radius: 1rem;
    background: #d3d3cb;
    bottom: 0;
    left: 0; }

.section-heading-border-center {
  text-align: center;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 1279px) {
    .section-heading-border-center {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .section-heading-border-center {
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; } }
  .section-heading-border-center:after {
    position: absolute;
    content: "";
    width: 10rem;
    height: 0.6rem;
    border-radius: 1rem;
    background: #d3d3cb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.previewCartCheckout-additionalCheckoutButtons .or-use-label {
  display: none; }

.previewCartCheckout-additionalCheckoutButtons .RemoteCheckout.CheckoutButton {
  width: 100%; }

.previewCartCheckout-additionalCheckoutButtons .BraintreePaypalContainer {
  margin-top: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .BraintreePaypalContainer .BraintreePaypalInnerContainer {
    margin-bottom: 1.4rem; }

.previewCartCheckout-additionalCheckoutButtons .BraintreePaypalCreditCheckout.RemoteCheckout {
  margin-bottom: 0; }
  .previewCartCheckout-additionalCheckoutButtons .BraintreePaypalCreditCheckout.RemoteCheckout .BraintreePaypalCreditInnerContainer {
    margin-bottom: 0; }

.cart-additionalCheckoutButtons.cart-content-padding-right {
  width: 28rem;
  float: right; }
  @media screen and (max-width: 767px) {
    .cart-additionalCheckoutButtons.cart-content-padding-right {
      width: 100%; } }
  .cart-additionalCheckoutButtons.cart-content-padding-right .or-use-label {
    display: none; }
  .cart-additionalCheckoutButtons.cart-content-padding-right .BraintreePaypalContainer, .cart-additionalCheckoutButtons.cart-content-padding-right .BraintreePaypalCreditContainer {
    width: 100%;
    margin-top: 2rem; }
  .cart-additionalCheckoutButtons.cart-content-padding-right .BraintreePaypalCreditContainer {
    margin-top: 0; }
  .cart-additionalCheckoutButtons.cart-content-padding-right .BraintreePaypalInnerContainer, .cart-additionalCheckoutButtons.cart-content-padding-right .BraintreePaypalCreditInnerContainer {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .cart-additionalCheckoutButtons.cart-content-padding-right .BraintreePaypalCreditInnerContainer {
    margin-bottom: 0; }

.AmazonPayCheckout .AmazonPayContainer {
  width: 100%; }

.or-use-label {
  display: none !important; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  max-width: 100%;
  width: 100%; }

.productCarousel {
  width: auto;
  margin: 0 -1.5rem; }
  @media screen and (max-width: 1279px) {
    .productCarousel {
      margin: 0 -1rem; } }
  @media screen and (max-width: 767px) {
    .productCarousel {
      margin: 0 -.6rem; }
      .productCarousel .slick-arrow {
        display: none !important; } }
  .productCarousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%; }
  .productCarousel .slick-arrow {
    margin-top: -0.9rem; }
  .productCarousel .slick-prev {
    left: -1.5rem; }
    @media screen and (max-width: 1680px) {
      .productCarousel .slick-prev {
        left: 0.8rem; } }
  .productCarousel .slick-next {
    right: -1.6rem; }
    @media screen and (max-width: 1680px) {
      .productCarousel .slick-next {
        right: 0.7rem; } }
  .productCarousel .slick-dots {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  .productCarousel .productCarousel-slide {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.8rem; }
    @media screen and (max-width: 1279px) {
      .productCarousel .productCarousel-slide {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 767px) {
      .productCarousel .productCarousel-slide {
        padding-left: .6rem;
        padding-right: .6rem; } }
  .productCarousel .productCarousel-slide {
    display: none; }
    .productCarousel .productCarousel-slide:nth-child(2), .productCarousel .productCarousel-slide:nth-child(3), .productCarousel .productCarousel-slide:nth-child(4), .productCarousel .productCarousel-slide:nth-child(5) {
      display: block;
      min-width: 25%; }
      @media screen and (max-width: 1023px) {
        .productCarousel .productCarousel-slide:nth-child(2), .productCarousel .productCarousel-slide:nth-child(3), .productCarousel .productCarousel-slide:nth-child(4), .productCarousel .productCarousel-slide:nth-child(5) {
          min-width: 33.33%; } }
      @media screen and (max-width: 767px) {
        .productCarousel .productCarousel-slide:nth-child(2), .productCarousel .productCarousel-slide:nth-child(3), .productCarousel .productCarousel-slide:nth-child(4), .productCarousel .productCarousel-slide:nth-child(5) {
          min-width: 50%; } }
    @media screen and (max-width: 1023px) {
      .productCarousel .productCarousel-slide:nth-child(5) {
        display: none; } }
    @media screen and (max-width: 767px) {
      .productCarousel .productCarousel-slide:nth-child(4), .productCarousel .productCarousel-slide:nth-child(5) {
        display: none; } }
  .productCarousel.slick-initialized .productCarousel-slide {
    display: block;
    min-width: inherit; }
    @media screen and (max-width: 1023px) {
      .productCarousel.slick-initialized .productCarousel-slide {
        min-width: inherit; } }
    @media screen and (max-width: 767px) {
      .productCarousel.slick-initialized .productCarousel-slide {
        min-width: inherit; } }

.productGrid {
  margin: 0 -1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 1279px) {
    .productGrid {
      margin: 0 -1rem; } }
  @media screen and (max-width: 767px) {
    .productGrid {
      margin: 0 -.6rem; } }
  .productGrid .product {
    padding: 0 1.5rem 3rem;
    background: none;
    float: none;
    height: auto; }
    @media screen and (max-width: 1279px) {
      .productGrid .product {
        padding: 0 1rem 2rem; } }
    @media screen and (max-width: 767px) {
      .productGrid .product {
        padding: 0 .6rem 1.2rem; } }

.card {
  border: .1rem solid #E6E6E6;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  padding-bottom: 2rem;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .card {
      padding-bottom: 1.5rem;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem; } }
  .card .card-figure {
    background: none;
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    border-radius: 2rem 2rem 0 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .card .card-figure {
        -webkit-border-radius: 1.5rem 1.5rem 0 0;
        -moz-border-radius: 1.5rem 1.5rem 0 0;
        border-radius: 1.5rem 1.5rem 0 0; } }
    .card .card-figure .card-figure__link {
      -webkit-border-radius: 2rem 2rem 0 0;
      -moz-border-radius: 2rem 2rem 0 0;
      border-radius: 2rem 2rem 0 0;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .card .card-figure .card-figure__link {
          -webkit-border-radius: 1.5rem 1.5rem 0 0;
          -moz-border-radius: 1.5rem 1.5rem 0 0;
          border-radius: 1.5rem 1.5rem 0 0; } }
  .card .card-body {
    border-top: .1rem solid #E6E6E6;
    padding: 3.5rem 3.5rem 0;
    flex: 1 auto; }
    @media screen and (max-width: 1439px) {
      .card .card-body {
        padding: 3rem 2.5rem 0; } }
    @media screen and (max-width: 1279px) {
      .card .card-body {
        padding: 2.5rem 2rem 0; } }
    @media screen and (max-width: 767px) {
      .card .card-body {
        padding: 1.5rem 1.5rem 0;
        text-align: left; } }
    .card .card-body .card-text {
      margin: 1rem 0; }
      @media screen and (max-width: 767px) {
        .card .card-body .card-text {
          margin: .5rem 0; } }
      .card .card-body .card-text .price-section {
        font-size: 1.8rem;
        color: #173040;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        display: inline-block; }
        @media screen and (max-width: 1023px) {
          .card .card-body .card-text .price-section {
            font-size: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .card .card-body .card-text .price-section {
            font-size: 1.2rem; } }
        .card .card-body .card-text .price-section .price-label, .card .card-body .card-text .price-section .price-now-label {
          display: none !important; }
      .card .card-body .card-text .non-sale-price--withoutTax, .card .card-body .card-text .rrp-price--withoutTax {
        font-weight: 400;
        font-size: 1.6rem;
        padding-right: .4rem; }
        @media screen and (max-width: 1023px) {
          .card .card-body .card-text .non-sale-price--withoutTax, .card .card-body .card-text .rrp-price--withoutTax {
            font-size: 1.4rem; } }
        @media screen and (max-width: 767px) {
          .card .card-body .card-text .non-sale-price--withoutTax, .card .card-body .card-text .rrp-price--withoutTax {
            font-size: 1.2rem; } }
    .card .card-body .card-brand {
      margin: 0 0 1rem;
      font-size: 1.1rem;
      line-height: 1.4rem;
      font-weight: bold;
      font-family: 'Helvetica', Arial, sans-serif;
      color: #B1B0A3;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .card .card-body .card-brand {
          font-size: .9rem;
          margin-bottom: .5rem; } }

.card-img-container {
  max-height: 15.885vw;
  max-width: none; }
  @media screen and (max-width: 1680px) {
    .card-img-container {
      max-height: 17.847vw; } }
  @media screen and (max-width: 1365px) {
    .card-img-container {
      max-height: 17.500vw; } }
  @media screen and (max-width: 1279px) {
    .card-img-container {
      max-height: 19.629vw; } }
  @media screen and (max-width: 1023px) {
    .card-img-container {
      max-height: 33.464vw; } }
  @media screen and (max-width: 666px) {
    .card-img-container {
      max-height: 31.866vw; } }
  @media screen and (max-width: 567px) {
    .card-img-container {
      max-height: 49.583vw; } }
  @media screen and (max-width: 479px) {
    .card-img-container {
      max-height: 60.145vw; } }
  @media screen and (max-width: 413px) {
    .card-img-container {
      max-height: 58.133vw; } }

.card-img-container::after {
  padding-bottom: 100%; }

.card-title {
  font-size: 1.6rem;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: normal;
  line-height: 2.1rem;
  color: #173040;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .card-title {
      font-size: 1.2rem;
      line-height: 1.7rem; } }
  .card-title > a {
    color: #173040; }
    .card-title > a:hover {
      color: #446648; }

.compare-button-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem; }
  @media screen and (max-width: 1439px) {
    .compare-button-row {
      padding: 0 2.5rem; } }
  @media screen and (max-width: 1279px) {
    .compare-button-row {
      padding: 0 2rem; } }
  @media screen and (max-width: 767px) {
    .compare-button-row {
      padding: 0 1.5rem; } }
  .compare-button-row .card-text {
    margin: 0;
    line-height: normal; }
  .compare-button-row .compare-button.card-figcaption-button {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: .1rem solid #E6E6E6;
    color: #173040;
    font-size: 1.2rem;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    padding: .8rem 3rem .6rem 1rem;
    line-height: 1.4rem; }
    @media screen and (max-width: 1023px) {
      .compare-button-row .compare-button.card-figcaption-button {
        display: none; } }
    .compare-button-row .compare-button.card-figcaption-button input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .compare-button-row .compare-button.card-figcaption-button:before {
      display: none; }
    .compare-button-row .compare-button.card-figcaption-button:hover {
      background: #F5F5F4; }
  .compare-button-row .checkmark {
    position: absolute;
    top: .6rem;
    right: .5rem;
    height: 1.6rem;
    width: 1.6rem;
    background: #F5F5F4;
    border-radius: 50%; }
    .compare-button-row .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      width: 1.6rem;
      height: 1.5em;
      margin: 0;
      top: 0rem;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.63397 2.75898L3.7501 8.64285L0.366211 5.25898L2.13398 3.49121L3.7501 5.10733L7.86622 0.991211L9.63397 2.75898Z' fill='white'/%3E%3C/svg%3E");
      background-size: .8rem auto;
      background-position: center;
      background-repeat: no-repeat; }
  .compare-button-row input:checked ~ .checkmark {
    background-color: #173040; }
  .compare-button-row input:checked ~ .checkmark:after {
    display: block; }

.compare-button.card-figcaption-button:hover .checkmark {
  background: #446648; }
  .compare-button.card-figcaption-button:hover .checkmark:after {
    display: block; }

.card .card-figure {
  overflow: inherit; }
  .card .card-figure .sale-flag-side {
    bottom: -1.3rem;
    left: 3rem;
    padding: .8rem 2rem;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    height: auto; }
    @media screen and (max-width: 1439px) {
      .card .card-figure .sale-flag-side {
        left: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .card .card-figure .sale-flag-side {
        left: 1.5rem;
        font-size: .9rem;
        padding: .6rem 1.5rem;
        bottom: -1.1rem; } }
  .card .card-figure .card-figcaption {
    top: auto;
    bottom: -2rem;
    height: auto;
    visibility: hidden;
    transition: all .4s linear;
    opacity: 0; }
    .card .card-figure .card-figcaption .card-figcaption-body {
      width: 100%;
      display: block;
      max-width: 100%;
      margin: 0 auto; }
    .card .card-figure .card-figcaption .button {
      background: #204A5B;
      border: none;
      font-size: 1.4rem;
      font-family: 'Helvetica', Arial, sans-serif;
      font-weight: normal;
      color: white;
      padding: 1.7rem 2.5rem 1.5rem 3rem;
      text-transform: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 auto;
      width: calc(100% - 6rem); }
      .card .card-figure .card-figcaption .button svg {
        fill: white;
        width: 1.4rem;
        height: 1.3rem;
        stroke: none;
        margin-left: .7rem;
        position: relative;
        top: -.1rem; }
      .card .card-figure .card-figcaption .button:hover {
        background: #446648; }
      .card .card-figure .card-figcaption .button:focus {
        background: #173040; }

.card:hover {
  box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1); }
  .card:hover .card-figure .card-figcaption {
    opacity: 1;
    bottom: 2rem;
    visibility: visible; }

.compare-button-row div.card-text {
  width: calc(100% - 8rem); }
  .compare-button-row div.card-text .price-section {
    display: inline-block; }

.compare-button-row p.card-text {
  width: 8rem; }

.productCarousel-slide .compare-button-row {
  padding-top: 1.2rem;
  padding-bottom: .5rem; }
  @media screen and (max-width: 767px) {
    .productCarousel-slide .compare-button-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: flex-start;
      padding-top: .5rem; } }
  @media screen and (max-width: 767px) {
    .productCarousel-slide .compare-button-row div.card-text {
      padding-bottom: .5rem; } }
  @media screen and (max-width: 767px) {
    .productCarousel-slide .compare-button-row .card-text {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .productCarousel {
    min-height: 25rem; } }

@media screen and (max-width: 767px) {
  .productCarousel .productCarousel-slide {
    display: none; } }

@media screen and (max-width: 767px) {
  .productCarousel.slick-initialized {
    min-height: inherit; } }

@media screen and (max-width: 767px) {
  .productCarousel.slick-initialized .productCarousel-slide {
    display: block; } }

.sale-flag-side, .sold-out-flag-side {
  z-index: 2; }

.sf-menu, .sf-menu * {
  margin: 0;
  list-style: none; }

.sf-menu li > ul {
  position: absolute;
  top: 100%;
  z-index: 51;
  display: none;
  right: 0;
  left: auto; }

.sf-menu ul ul, .sf-menu ul ul ul {
  margin-top: 0;
  left: 100%;
  top: 0; }

.sf-menu li {
  float: none;
  *white-space: normal; }

ul.sf-menu li li:hover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul {
  top: 0; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  min-width: 17rem; }
  .select2-container.select-disabled {
    pointer-events: none;
    -webkit-filter: opacity(0.7) grayscale(1);
    filter: opacity(0.7) grayscale(1); }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection--single {
  border: 0.1rem solid #e6e6e6;
  background: white;
  border-radius: 1rem;
  padding: 1.5rem 4rem 1.5rem 2.2rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.45px;
  outline: none;
  color: #4f4f4f;
  height: auto;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block; }
  .select2-container .select2-selection--single:focus {
    border-color: #e6e6e6;
    box-shadow: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 14px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 14px; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
  border: 0;
  border-radius: 0 !important; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 2;
  min-width: 100px;
  text-align: left; }

.select2-results {
  display: block;
  max-height: 330px;
  overflow: auto;
  border-radius: 0.5rem; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results__options li {
    margin: 0; }
    .select2-results__options li:before {
      display: none; }

.select2-results__option {
  padding: 1rem !important;
  user-select: none;
  -webkit-user-select: none;
  font-size: 1.6rem;
  line-height: 2rem; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--default .select2-results__option--selected {
  background-color: #446648;
  color: white; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #446648;
  color: white; }

.select2-search--dropdown {
  display: block;
  padding: 0; }

.select2-search--dropdown .select2-search__field {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  color: #4f4f4f;
  background: white;
  font-size: 14px;
  border-radius: 0 !important; }

.select2-search__field::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.select2-search__field::-moz-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.select2-search__field:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.select2-search__field:-moz-placeholder {
  color: #4f4f4f;
  opacity: 1; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-search--dropdown .select2-search__field {
  background: none; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.5rem;
  height: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 0.7rem;
  width: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L6 6L2 2' stroke='%23173040' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: center right; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  background-position: center left; }

.select2-search--dropdown .select2-search__field {
  padding: 1.3rem 1.5rem; }

.select2-search--dropdown + .select2-results {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.header {
  position: relative;
  height: auto;
  border: 0;
  z-index: 4; }

.header-topbar {
  background: #173040;
  padding: 0 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 1279px) {
    .header-topbar {
      padding: 0 2rem; } }
  @media screen and (max-width: 767px) {
    .header-topbar .banner-inner .slick-arrow, .header-topbar .banner-inner.slick-slider .slick-arrow {
      text-align: center; }
      .header-topbar .banner-inner .slick-arrow.slick-next, .header-topbar .banner-inner.slick-slider .slick-arrow.slick-next {
        text-align: center; } }

.pencil-banner {
  width: calc(100% - 44rem);
  padding: 0 2rem; }
  @media screen and (max-width: 1279px) {
    .pencil-banner {
      width: 100%;
      padding: 0.8rem 0; } }

.banner-inner,
.banner-inner.slick-slider {
  max-width: 55.4rem;
  width: auto;
  min-width: initial;
  margin: 0 auto;
  padding: 0 3rem; }
  @media screen and (max-width: 767px) {
    .banner-inner,
    .banner-inner.slick-slider {
      padding: 0 2rem; } }
  .banner-inner .slick-arrow,
  .banner-inner.slick-slider .slick-arrow {
    width: 2rem;
    height: 2rem;
    left: 0;
    text-align: left;
    background: none !important; }
    .banner-inner .slick-arrow.slick-next,
    .banner-inner.slick-slider .slick-arrow.slick-next {
      text-align: right;
      left: auto;
      right: 0; }
    .banner-inner .slick-arrow svg,
    .banner-inner.slick-slider .slick-arrow svg {
      stroke: #b1b0a3;
      width: 0.7rem;
      height: 1rem; }
    .banner-inner .slick-arrow:hover svg,
    .banner-inner.slick-slider .slick-arrow:hover svg {
      stroke: white; }

.banner-item {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  display: none; }
  @media screen and (max-width: 767px) {
    .banner-item {
      letter-spacing: 0; } }
  .banner-item:nth-child(1) {
    display: block; }
  .banner-item a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
    text-transform: capitalize; }
    .banner-item a:hover {
      color: #446648; }

@media screen and (max-width: 1279px) {
  .right-section {
    display: none; } }

.right-section > ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .right-section > ul > li {
    position: relative; }
    .right-section > ul > li + li {
      margin-left: 2.2rem; }
    .right-section > ul > li:hover a {
      color: #b1b0a3; }
      .right-section > ul > li:hover a svg {
        transform: rotate(180deg); }

.right-section a {
  font-size: 1.3rem;
  line-height: normal;
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding: 0.7rem 0;
  display: block; }
  .right-section a svg {
    stroke: #b1b0a3;
    width: 0.8rem;
    fill: none;
    height: 1rem;
    vertical-align: middle; }

.right-section .phone {
  font-weight: 700; }

.customer-menu {
  background: white;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0.1rem solid #e6e6e6;
  border-top: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  top: 100%;
  min-width: 24.2rem;
  text-align: center;
  padding: 2.4rem 3rem;
  z-index: 51;
  display: none;
  right: 0;
  left: auto;
  color: #173040;
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-family: 'Helvetica'; }
  @media screen and (max-width: 1279px) {
    .customer-menu {
      display: none;
      border: 0;
      position: inherit;
      border-radius: 0;
      min-width: inherit;
      margin: 0;
      padding: 0; } }
  .customer-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 1.4rem; }
    @media screen and (max-width: 1279px) {
      .customer-menu li {
        text-align: left;
        padding: 0; } }
    .customer-menu li:first-child {
      padding: 0 0.5rem; }
      @media screen and (max-width: 1279px) {
        .customer-menu li:first-child {
          padding: 0; } }
    .customer-menu li:last-child {
      margin-bottom: 0; }
    .customer-menu li + li {
      margin-left: 0;
      border-top: 0.1rem solid #e6e6e6;
      padding-top: 1.5rem; }
      .customer-menu li + li p {
        margin: 0 -0.7rem; }
        @media screen and (max-width: 1279px) {
          .customer-menu li + li p {
            margin: 0; } }
        .customer-menu li + li p + p {
          margin-top: 0.4rem; }
  .customer-menu span {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    display: block; }
  .customer-menu a {
    color: #173040 !important;
    display: inline-block;
    padding: 0;
    font-weight: 700; }
    .customer-menu a:hover {
      color: #b1b0a3 !important; }
  .customer-menu strong {
    font-weight: 700;
    color: #173040; }
  .customer-menu .button {
    background: #204a5b;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    color: white !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-color: #204a5b;
    margin: 1.4rem -0.4rem 0.6rem; }
    @media screen and (max-width: 1279px) {
      .customer-menu .button {
        margin: 1.4rem 0rem 0.6rem; } }
    .customer-menu .button svg {
      width: 2rem;
      height: 1.9rem;
      fill: none;
      stroke: white;
      margin-right: 0.9rem;
      transform: inherit !important; }
    .customer-menu .button:hover {
      background: white;
      border-color: #173040;
      color: #173040 !important; }
      .customer-menu .button:hover svg {
        stroke: #173040; }

.mobile-menu {
  display: none; }
  @media screen and (max-width: 1279px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .mobile-menu li {
    margin-right: 1rem; }
    .mobile-menu li:last-child {
      margin-right: 0; }
  .mobile-menu .mobileMenu-toggle {
    position: inherit; }
    .mobile-menu .mobileMenu-toggle.is-open svg {
      display: none; }
    .mobile-menu .mobileMenu-toggle.is-open .close {
      display: block; }
  .mobile-menu a {
    border: 0.1rem solid #b1b0a3;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .mobile-menu a {
        width: 3.5rem;
        height: 3.5rem; } }
    .mobile-menu a svg {
      width: 1.8rem;
      height: 1.8rem;
      fill: #173040; }
      @media screen and (max-width: 767px) {
        .mobile-menu a svg {
          width: 1.6rem;
          height: 1.6rem; } }
    .mobile-menu a .close {
      display: none;
      fill: none;
      stroke: #173040;
      width: 3.2rem;
      height: 3.2rem; }
      @media screen and (max-width: 767px) {
        .mobile-menu a .close {
          width: 2.9rem;
          height: 2.9rem; } }
    .mobile-menu a.mobile-search svg {
      width: 1.5rem;
      height: 1.5rem; }
      @media screen and (max-width: 767px) {
        .mobile-menu a.mobile-search svg {
          width: 1.3rem;
          height: 1.3rem; } }
      .mobile-menu a.mobile-search svg.close {
        display: none;
        fill: none;
        stroke: #173040;
        width: 3.2rem;
        height: 3.2rem; }
        @media screen and (max-width: 767px) {
          .mobile-menu a.mobile-search svg.close {
            width: 2.9rem;
            height: 2.9rem; } }

.header-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 3rem;
  border-bottom: 0.1rem solid rgba(224, 224, 224, 0.8); }
  @media screen and (max-width: 1439px) {
    .header-middle {
      position: relative; } }
  @media screen and (max-width: 1279px) {
    .header-middle {
      padding: 0 2rem; } }

.header-logo {
  margin: -1.9rem 0;
  height: auto; }
  @media screen and (max-width: 1279px) {
    .header-logo {
      margin: 0;
      padding: 0 1rem;
      width: calc(100% - 35.6rem); } }
  @media screen and (max-width: 767px) {
    .header-logo {
      width: calc(100% - 16rem); } }
  .header-logo span {
    display: none; }
  .header-logo .header-logo__link {
    max-width: 12rem;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; }
    @media screen and (max-width: 1365px) {
      .header-logo .header-logo__link {
        max-width: 10rem; } }
    @media screen and (max-width: 1279px) {
      .header-logo .header-logo__link {
        max-width: 8rem; } }
    @media screen and (max-width: 767px) {
      .header-logo .header-logo__link {
        max-width: 7rem; } }
    .header-logo .header-logo__link img {
      max-height: inherit; }

.header-logo-image-container {
  min-height: inherit; }
  .header-logo-image-container .header-logo-image {
    max-height: inherit; }

.navPages-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .navPages-list {
      position: initial; } }
  @media screen and (max-width: 1279px) {
    .navPages-list {
      display: none; } }
  .navPages-list .navPages-item {
    margin: 0 4.3rem 0 0;
    position: initial; }
    @media screen and (max-width: 1680px) {
      .navPages-list .navPages-item {
        margin: 0 3.3rem 0 0; } }
    @media screen and (max-width: 1439px) {
      .navPages-list .navPages-item {
        margin: 0 1.5rem 0 0; } }
    @media screen and (max-width: 1279px) {
      .navPages-list .navPages-item {
        position: relative; } }
    .navPages-list .navPages-item:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1260px) {
      .navPages-list .navPages-item:hover .navPages-action {
        color: #446648; }
        .navPages-list .navPages-item:hover .navPages-action svg {
          stroke: #b1b0a3;
          fill: none;
          transform: rotate(180deg); } }
    @media screen and (max-width: 1279px) {
      .navPages-list .navPages-item:hover .hitarea {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2726 18.7105L10.5241 10.1691L2.16742 1.73061' stroke='%23446648' stroke-width='4'/%3E%3C/svg%3E%0A");
        background-size: 1rem auto;
        background-repeat: no-repeat; }
      .navPages-list .navPages-item:hover .navPages-action {
        color: #446648; } }
    .navPages-list .navPages-item .hitarea {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2726 18.7105L10.5241 10.1691L2.16742 1.73061' stroke='%231D1D1D' stroke-width='4'/%3E%3C/svg%3E%0A");
      background-size: 1rem auto;
      background-repeat: no-repeat;
      width: 100%;
      height: 4.8rem;
      position: absolute;
      background-position: center right;
      cursor: pointer;
      right: 0;
      top: 0px;
      z-index: 1; }

.mobileNavigation {
  display: none; }
  @media screen and (max-width: 1279px) {
    .mobileNavigation {
      display: block;
      border: 0;
      padding: 0 0 1.2rem 0;
      margin: 0;
      position: relative;
      direction: ltr; } }

.customer-mobile {
  display: none;
  margin: 0;
  border-top: 0.1rem solid #e6e6e6;
  padding: 1.1rem 0 0; }
  @media screen and (max-width: 1279px) {
    .customer-mobile {
      display: block; } }
  .customer-mobile > li .service-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #173040;
    text-decoration: none;
    padding: 1.5rem 0;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0; }
    .customer-mobile > li .service-menu svg {
      width: 1.4rem;
      height: 1.7rem;
      fill: none;
      stroke: #173040; }
    .customer-mobile > li .service-menu.active svg {
      transform: rotate(180deg); }
    .customer-mobile > li .service-menu.active + .customer-menu {
      display: block; }

.navPages-container {
  width: calc(100% - 68rem);
  padding-left: 7.2rem;
  padding-right: 2rem; }
  @media screen and (max-width: 1680px) {
    .navPages-container {
      padding-left: 2rem;
      width: calc(100% - 61.8rem); } }
  @media screen and (max-width: 1439px) {
    .navPages-container {
      width: calc(100% - 53.8rem);
      position: initial; } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      display: none; }
      .navPages-container.is-open {
        position: absolute;
        z-index: 9;
        padding: 1.8rem 2rem;
        height: calc(100svh - 10.1rem);
        width: 100%;
        top: 10.1rem;
        background: white;
        overflow-y: auto;
        overflow-x: hidden; } }
    @media screen and (max-width: 1279px) and (max-width: 767px) {
      .navPages-container.is-open {
        top: 8.6rem;
        height: calc(100svh - 8.6rem); } }
  .navPages-container .navPages {
    max-width: 100%; }
    @media screen and (max-width: 1279px) {
      .navPages-container .navPages {
        padding: 0;
        background: none; } }

.navPages-action {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  color: #173040;
  text-transform: capitalize;
  padding: 3.2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1680px) {
    .navPages-action {
      font-size: 1.4rem; } }
  @media screen and (max-width: 1279px) {
    .navPages-action {
      padding: 1.5rem 0;
      color: #173040 !important; } }
  .navPages-action svg {
    stroke: #b1b0a3;
    fill: none;
    width: 0.8rem;
    height: 0.5rem;
    margin-left: 0.9rem; }
    @media screen and (max-width: 1680px) {
      .navPages-action svg {
        margin-left: 0.3rem; } }
    @media screen and (max-width: 1279px) {
      .navPages-action svg {
        display: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px); } }

@keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(40px); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInDownSlider {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none; } }

@keyframes fadeInupSlider {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.navPage-subMenu-list {
  max-width: 100%;
  left: -30px;
  padding: 0;
  margin-top: 0;
  left: 0 !important;
  right: auto !important;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  box-shadow: 0px 5px 15px rgba(0, 30, 122, 0.1);
  border: 0.1rem solid #e6e6e6 !important;
  min-width: 105rem;
  display: none;
  max-width: 105rem; }
  @media screen and (min-width: 1260px) {
    .navPage-subMenu-list {
      animation-fill-mode: both;
      animation-name: fadeInDownSlider;
      animation-fill-mode: both;
      animation-duration: .3s;
      animation-delay: .3s;
      background: white; } }
  @media screen and (min-width: 1279px) {
    .navPage-subMenu-list.mobile-list {
      display: none !important; } }
  @media screen and (max-width: 1439px) {
    .navPage-subMenu-list {
      min-width: inherit;
      left: 8rem !important;
      right: 8rem !important;
      width: auto !important;
      max-width: inherit !important; } }
  @media screen and (max-width: 1279px) {
    .navPage-subMenu-list {
      position: fixed;
      top: 13.2rem;
      background: white;
      left: 0 !important;
      z-index: 5;
      width: 100vw !important;
      height: calc(100svh - 13.2rem);
      padding: 0;
      overflow-y: auto;
      margin: 0 !important;
      border: 0 !important;
      display: none;
      box-shadow: none;
      border-radius: 0;
      max-height: none;
      min-width: auto;
      padding-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .navPage-subMenu-list {
      top: 11.7rem;
      height: 100svh; } }
  .navPage-subMenu-list .back-menu {
    display: none; }
    @media screen and (max-width: 1279px) {
      .navPage-subMenu-list .back-menu {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        padding: 0; } }
    .navPage-subMenu-list .back-menu .navPages-action {
      padding: 0;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.8rem;
      text-transform: capitalize;
      color: #173040 !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 1rem 0; }
      .navPage-subMenu-list .back-menu .navPages-action svg {
        width: 0.8rem;
        height: 1rem;
        fill: none !important;
        stroke: #173040 !important;
        margin-right: 0.7rem;
        display: block;
        margin-left: 0;
        transform: inherit !important; }
      @media screen and (min-width: 1260px) {
        .navPage-subMenu-list .back-menu .navPages-action:hover {
          color: #446648 !important; }
          .navPage-subMenu-list .back-menu .navPages-action:hover svg {
            stroke: #446648 !important; } }
  .navPage-subMenu-list .links-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    padding: 4rem;
    overflow: hidden; }
    @media screen and (max-width: 1279px) {
      .navPage-subMenu-list .links-inner {
        padding: 0; } }
  .navPage-subMenu-list .menu-side-image-box {
    width: 38.6rem;
    border-radius: 1rem;
    overflow: hidden;
    order: 2;
    position: relative; }
    @media screen and (min-width: 1260px) {
      .navPage-subMenu-list .menu-side-image-box {
        animation-fill-mode: both;
        animation-name: fadeIn;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-delay: .5s; } }
    @media screen and (max-width: 1279px) {
      .navPage-subMenu-list .menu-side-image-box {
        display: none; } }
    .navPage-subMenu-list .menu-side-image-box img {
      aspect-ratio: 193/191;
      object-fit: cover; }
    .navPage-subMenu-list .menu-side-image-box .button {
      font-weight: 700;
      font-size: 1.4rem;
      line-height: normal;
      text-align: center;
      text-transform: uppercase;
      background: #204a5b;
      border-color: #204a5b;
      position: absolute;
      left: 2.2rem;
      right: 2.2rem;
      bottom: 2.2rem;
      padding: 1.8rem 2rem;
      white-space: nowrap; }
      .navPage-subMenu-list .menu-side-image-box .button:hover {
        background: #446648;
        border-color: #446648;
        color: white; }
    .navPage-subMenu-list .menu-side-image-box + .links-container {
      width: calc(100% - 38.6rem);
      padding-right: 3rem; }
      @media screen and (max-width: 1279px) {
        .navPage-subMenu-list .menu-side-image-box + .links-container {
          width: 100%;
          padding: 0; } }
  .navPage-subMenu-list .links-container {
    width: 100%;
    margin-top: 1.7rem; }
    @media screen and (max-width: 1279px) {
      .navPage-subMenu-list .links-container {
        max-width: none;
        width: 100%;
        margin: 0px;
        padding: 0;
        padding: 0;
        border: 0;
        border-radius: 0; } }
    .navPage-subMenu-list .links-container .content-inner {
      margin: 0;
      padding: 0;
      width: auto;
      column-count: 2;
      column-gap: 3rem;
      height: 100%; }
      @media screen and (max-width: 1279px) {
        .navPage-subMenu-list .links-container .content-inner {
          padding: 2.3rem 2rem;
          max-width: 100%;
          column-count: inherit;
          height: calc(100svh - 13.2rem);
          overflow: scroll; } }
      @media screen and (max-width: 767px) {
        .navPage-subMenu-list .links-container .content-inner {
          height: calc(100svh - 11.7rem); } }
    .navPage-subMenu-list .links-container .navPage-subMenu-item {
      width: 100%;
      padding: 0 !important;
      text-align: left;
      line-height: normal;
      margin-bottom: 2.9rem; }
      @media screen and (min-width: 1260px) {
        .navPage-subMenu-list .links-container .navPage-subMenu-item {
          animation-fill-mode: both;
          animation-name: fadeIn;
          animation-fill-mode: both;
          animation-duration: .5s;
          animation-delay: .5s; } }
      .navPage-subMenu-list .links-container .navPage-subMenu-item:last-child {
        margin-right: 0; }
      .navPage-subMenu-list .links-container .navPage-subMenu-item.shop-all {
        display: none; }
        @media screen and (max-width: 1279px) {
          .navPage-subMenu-list .links-container .navPage-subMenu-item.shop-all {
            display: block; } }
      @media screen and (max-width: 1279px) {
        .navPage-subMenu-list .links-container .navPage-subMenu-item {
          width: 100%;
          padding: 0 !important;
          margin: 0;
          text-align: left;
          position: relative; } }
      .navPage-subMenu-list .links-container .navPage-subMenu-item .navPage-subMenu-action {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: normal;
        color: #173040;
        text-decoration: none;
        padding: 0;
        margin: 0;
        border: 0; }
        .navPage-subMenu-list .links-container .navPage-subMenu-item .navPage-subMenu-action:hover {
          color: #446648; }
        @media screen and (max-width: 1279px) {
          .navPage-subMenu-list .links-container .navPage-subMenu-item .navPage-subMenu-action {
            font-size: 1.4rem;
            line-height: 1.8rem;
            padding: 1rem 0;
            display: block;
            width: max-content; } }

.right-bar > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  list-style: none; }
  .right-bar > ul > li {
    position: relative;
    padding: 1.5rem 0 1.6rem; }
    @media screen and (max-width: 1279px) {
      .right-bar > ul > li {
        margin-right: 1rem;
        padding: 2.5rem 0; }
        .right-bar > ul > li:first-child {
          display: none; }
        .right-bar > ul > li:last-child {
          margin-right: 0; } }
    .right-bar > ul > li + li {
      margin-left: 1.5rem; }
      @media screen and (max-width: 1279px) {
        .right-bar > ul > li + li {
          margin-left: 0rem; } }
    .right-bar > ul > li:hover > a {
      background: #F5F5F4; }
      .right-bar > ul > li:hover > a svg {
        fill: #446648; }

.right-bar a {
  border: 0.1rem solid #b1b0a3;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .right-bar a {
      width: 3.5rem;
      height: 3.5rem; } }
  .right-bar a svg {
    width: 1.4rem;
    height: 1.7rem; }
    @media screen and (max-width: 767px) {
      .right-bar a svg {
        width: 1.1rem;
        height: 1.4rem; } }

@media screen and (max-width: 666px) {
  .right-bar .navUser-item--cart {
    position: initial; } }

.right-bar .navUser-item--cart a {
  width: auto;
  border-radius: 4.5rem;
  text-decoration: none;
  padding: 0 2.5rem; }
  @media screen and (max-width: 767px) {
    .right-bar .navUser-item--cart a {
      padding: 0;
      width: 3.5rem;
      position: relative; } }
  .right-bar .navUser-item--cart a svg {
    width: 2.1rem;
    height: 1.8rem;
    vertical-align: sub; }
    @media screen and (max-width: 767px) {
      .right-bar .navUser-item--cart a svg {
        width: 1.5rem;
        height: 1.3rem;
        vertical-align: middle; } }

.right-bar .navUser-item--cart .countPill {
  display: block;
  background: none;
  border-radius: 0;
  margin: 0 0 0 1.6rem;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 1.3rem;
  color: #173040; }
  @media screen and (max-width: 767px) {
    .right-bar .navUser-item--cart .countPill {
      margin-left: 1rem;
      position: absolute;
      background: #173040;
      color: white;
      font-size: 1rem;
      margin: 0;
      border-radius: 5rem;
      padding: 0rem 0.5rem;
      min-width: 2rem;
      top: -0.8rem;
      right: -0.5rem; } }

.info-menu {
  background: white;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0.1rem solid #e6e6e6;
  display: none;
  min-width: 19.4rem;
  padding: 2.7rem 2rem 3rem; }
  .info-menu li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #173040;
    font-family: 'Helvetica';
    padding: 0 !important; }
    .info-menu li + li {
      margin-left: 0 !important; }
    .info-menu li:last-child {
      margin-bottom: 0; }
  .info-menu a {
    border-radius: 0;
    border: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #173040;
    font-family: 'Helvetica';
    width: auto;
    height: auto;
    background: none !important; }
    .info-menu a:hover {
      text-decoration: none;
      color: #446648; }

#cart-preview-dropdown.dropdown-menu {
  background: white;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0.1rem solid #e6e6e6;
  min-width: 40rem;
  padding: 2rem;
  top: 100% !important; }
  @media screen and (max-width: 666px) {
    #cart-preview-dropdown.dropdown-menu {
      min-width: auto;
      width: auto !important;
      left: 2rem !important;
      right: 2rem; } }
  #cart-preview-dropdown.dropdown-menu .previewCart-additionalCheckoutButtons {
    display: none; }

.previewCart-emptyBody {
  padding: 3.3rem 0;
  font-size: 1.6rem;
  font-weight: 700; }

.previewCartList {
  display: block !important; }
  .previewCartList .previewCartItem {
    padding: 2rem 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .previewCartList .previewCartItem:first-child {
      padding-top: 0; }
    .previewCartList .previewCartItem + .previewCartItem {
      border-color: #e6e6e6; }

.previewCartItem-image {
  width: 8rem;
  min-height: 8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .previewCartItem-image img {
    position: inherit;
    max-height: 100%;
    width: 100%; }
  .previewCartItem-image:after {
    display: none; }

.previewCartItem-content {
  padding: 0 0 0 1.5rem;
  width: calc(100% - 8rem); }
  .previewCartItem-content .previewCartItem-name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #173040;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    margin-bottom: 0.7rem; }
    .previewCartItem-content .previewCartItem-name a {
      border-radius: 0;
      padding: 0;
      border: 0;
      height: auto;
      width: auto;
      color: #173040;
      background: none !important;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      letter-spacing: 0;
      text-transform: initial; }
      .previewCartItem-content .previewCartItem-name a:hover {
        color: #446648; }

.previewCartItem-brand {
  font-size: 11px;
  font-weight: 700;
  color: #b1b0a3;
  text-transform: uppercase;
  font-family: 'Helvetica';
  margin-bottom: 0.5rem; }

.previewCartItem-price {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1d1d1d; }

.previewCartAction {
  padding: 2rem 0 0;
  border-color: #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .previewCartAction:before, .previewCartAction:after {
    display: none; }
  .previewCartAction .button.button--small {
    height: auto;
    padding: 1.37rem 1.5rem 1.33rem;
    width: auto; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding: 0;
  width: calc(100% / 2 - 1rem); }

.previewCartAction-viewCart .button.button--small {
  border-color: #1d1d1d; }
  .previewCartAction-viewCart .button.button--small:hover {
    border-color: #446648; }

/* Header sticky style */
.header--sticky {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: fixed;
  background: #173040;
  top: -0.1rem;
  width: 100%;
  z-index: 999;
  border: 0; }

.header--sticky--remove {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: fixed;
  top: -2rem;
  width: 100%;
  border: 0;
  background: #173040; }

/* Animation for slideInDown start */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0px); } }

.has-activeNavPages {
  overflow: hidden !important; }
  .has-activeNavPages .header--sticky--remove,
  .has-activeNavPages .header-main-block {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }

/* Header sticky style End */
.header--sticky .header-logo, .header--sticky--remove .header-logo {
  margin: 0; }
  .header--sticky .header-logo .header-logo__link, .header--sticky--remove .header-logo .header-logo__link {
    max-width: 6rem; }

.header--sticky .navPages-container, .header--sticky--remove .navPages-container {
  padding-left: 5.4rem;
  width: calc(100% - 62rem); }
  @media screen and (max-width: 1680px) {
    .header--sticky .navPages-container, .header--sticky--remove .navPages-container {
      padding-left: 2rem;
      width: calc(100% - 55.8rem); } }
  @media screen and (max-width: 1279px) {
    .header--sticky .navPages-container.is-open, .header--sticky--remove .navPages-container.is-open {
      position: fixed;
      z-index: 9;
      padding: 1.8rem 2rem;
      width: 100%;
      top: 10rem;
      bottom: auto;
      height: calc(100svh - 10rem);
      background: white;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media screen and (max-width: 1279px) and (max-width: 767px) {
    .header--sticky .navPages-container.is-open, .header--sticky--remove .navPages-container.is-open {
      top: 8.5rem;
      height: calc(100svh - 8.5rem); } }
  @media screen and (max-width: 1279px) {
    .header--sticky .navPages-container .navPage-subMenu-list, .header--sticky--remove .navPages-container .navPage-subMenu-list {
      top: 10rem;
      height: 100svh; } }
  @media screen and (max-width: 1279px) and (max-width: 767px) {
    .header--sticky .navPages-container .navPage-subMenu-list, .header--sticky--remove .navPages-container .navPage-subMenu-list {
      top: 8.5rem; } }

.header--sticky .navPages-action, .header--sticky--remove .navPages-action {
  color: white; }
  @media screen and (max-width: 1279px) {
    .header--sticky .navPages-action, .header--sticky--remove .navPages-action {
      color: #173040; } }

@media screen and (min-width: 1260px) {
  .header--sticky .navPages-list .navPages-item:hover .navPages-action, .header--sticky--remove .navPages-list .navPages-item:hover .navPages-action {
    color: white; } }

.header--sticky .quickSearch-section .form-input::-webkit-input-placeholder, .header--sticky--remove .quickSearch-section .form-input::-webkit-input-placeholder {
  color: white;
  opacity: 1; }

.header--sticky .quickSearch-section .form-input::-moz-placeholder, .header--sticky--remove .quickSearch-section .form-input::-moz-placeholder {
  color: white;
  opacity: 1; }

.header--sticky .quickSearch-section .form-input:-ms-input-placeholder, .header--sticky--remove .quickSearch-section .form-input:-ms-input-placeholder {
  color: white;
  opacity: 1; }

.header--sticky .quickSearch-section .form-input:-moz-placeholder, .header--sticky--remove .quickSearch-section .form-input:-moz-placeholder {
  color: white;
  opacity: 1; }

.header--sticky .quickSearch-section button svg, .header--sticky--remove .quickSearch-section button svg {
  fill: white; }

.header--sticky .right-bar a svg, .header--sticky--remove .right-bar a svg {
  fill: white; }

.header--sticky .right-bar .navUser-item--cart .countPill, .header--sticky--remove .right-bar .navUser-item--cart .countPill {
  color: white; }
  @media screen and (max-width: 767px) {
    .header--sticky .right-bar .navUser-item--cart .countPill, .header--sticky--remove .right-bar .navUser-item--cart .countPill {
      background: white;
      color: #173040; } }

.header--sticky .right-bar > ul > li:hover > a, .header--sticky--remove .right-bar > ul > li:hover > a {
  border-color: #f5f5f4; }
  .header--sticky .right-bar > ul > li:hover > a .countPill, .header--sticky--remove .right-bar > ul > li:hover > a .countPill {
    color: #173040; }

.header--sticky .mobile-menu a svg, .header--sticky--remove .mobile-menu a svg {
  fill: white; }

.header--sticky .mobile-menu a svg.close, .header--sticky--remove .mobile-menu a svg.close {
  fill: none;
  stroke: white; }

.searchbar-inner {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 170%;
  padding: 2rem;
  transition: all .3s linear;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .searchbar-inner {
      z-index: 0; } }
  .searchbar-inner .quickSearch-section .form-field {
    width: 100%; }
  .searchbar-inner .quickSearchResults {
    position: inherit;
    margin: 0; }
    .searchbar-inner .quickSearchResults .quickSearchMessage {
      margin-top: 1.5rem; }

.search-open .searchbar-inner {
  top: 100%;
  visibility: visible;
  opacity: 1;
  margin-top: 0rem; }

.search-open .mobile-menu a.mobile-search svg {
  display: none; }
  .search-open .mobile-menu a.mobile-search svg.close {
    display: block; }

.head-sticky-added .searchbar-inner {
  top: 20rem;
  position: fixed; }
  @media screen and (max-width: 767px) {
    .head-sticky-added .searchbar-inner {
      top: 15.5rem; } }

.head-sticky-added .navPages .navPage-subMenu-list {
  top: 100%; }

.head-sticky-added .quickSearch-section .form-input {
  color: white; }

.search-open.head-sticky-added .searchbar-inner {
  top: 10rem; }
  @media screen and (max-width: 767px) {
    .search-open.head-sticky-added .searchbar-inner {
      top: 8.5rem; } }

body #zonos {
  z-index: 3 !important; }

.footer {
  border: 0;
  padding: 0;
  background: #18242D; }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: -0.1rem; } }

.newsletter {
  background: #173040;
  position: relative;
  padding-top: 12.7rem;
  padding-bottom: 23.8rem; }
  @media screen and (max-width: 1279px) {
    .newsletter {
      padding: 8rem 0 20rem; } }
  @media screen and (max-width: 1023px) {
    .newsletter {
      padding: 5rem 0 8rem; } }
  .newsletter::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='139' height='65' viewBox='0 0 139 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_800)'%3E%3Cpath d='M14.5243 42.5083L16.8192 43.8162V52.7453L25.3037 44.5005L48.3166 22.1377L69.6772 37.238L72.5034 39.2359L75.3685 37.2941L89.7389 27.5551L113.326 44.3076L116.163 46.3225L119.038 44.3622L123.817 41.104L129.698 37.0938L123.93 32.9217L96.22 12.8777C96.1866 12.8501 96.1511 12.8214 96.1137 12.7916C95.9119 12.6308 95.6477 12.435 95.3249 12.2276C94.6892 11.8191 93.7664 11.327 92.5976 10.9945C90.0631 10.2732 86.8087 10.4468 83.6109 12.7632C81.7941 14.0791 78.4639 16.4182 75.5559 18.4501C74.6695 19.0694 73.8265 19.6574 73.0833 20.1751L53.9997 6.88256L53.9917 6.87699L53.9898 6.87557C53.962 6.85613 53.9305 6.83448 53.8956 6.81089C53.8257 6.76375 53.7413 6.70853 53.6432 6.64728C53.4476 6.52526 53.1929 6.37652 52.8853 6.21901C52.2793 5.90872 51.4156 5.53736 50.3544 5.28645C48.1537 4.76606 45.0626 4.77933 42.0316 6.85334C41.2921 7.35935 40.2982 8.23566 39.3662 9.08426C38.337 10.0212 37.0744 11.2123 35.6796 12.5513C32.8859 15.2332 29.4808 18.5861 26.1936 21.8531C22.9028 25.1236 19.715 28.3231 17.3509 30.704C16.1685 31.8947 15.1915 32.8814 14.5097 33.5706C14.1688 33.9153 13.9017 34.1857 13.7197 34.37L13.5117 34.5806L13.4582 34.6349L13.4446 34.6487L13.441 34.6523L13.4401 34.6532C13.4399 34.6535 13.4398 34.6536 17 38.1643L13.4398 34.6536L8.8712 39.2867L14.5243 42.5083Z' fill='%23F5F5F4' stroke='%23173040' stroke-width='10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.3887 20.0225L70.2188 34.75L65.575 37.8922L68.2537 45.0002L56.3973 35.8694L56.063 29.9168L50.6118 23.3965L49.3887 20.0225Z' fill='%23F5F5F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M111.826 40.3582L90.0259 24.8711L90.7394 35.9568' fill='%23F5F5F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_800'%3E%3Crect width='139' height='65' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 14rem;
    height: 6.5rem;
    background-size: 100% auto;
    top: -2.6rem;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1279px) {
      .newsletter::before {
        width: 10rem;
        height: 4rem;
        top: -2rem; } }

.newsletter-inner {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 1279px) {
    .newsletter-inner {
      padding: 0 5rem; } }
  @media screen and (max-width: 1023px) {
    .newsletter-inner {
      max-width: inherit; } }
  @media screen and (max-width: 767px) {
    .newsletter-inner {
      padding: 0 3rem; } }
  .newsletter-inner .footer-info-heading {
    color: white;
    text-transform: uppercase;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 1279px) {
      .newsletter-inner .footer-info-heading {
        cursor: auto;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 4.2rem;
        line-height: 4.8rem;
        padding: 0;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .newsletter-inner .footer-info-heading {
        font-size: 3.4rem;
        line-height: 4rem; } }
  .newsletter-inner p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: white;
    margin-bottom: 4.9rem;
    display: block !important; }
    @media screen and (max-width: 1023px) {
      .newsletter-inner p {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 666px) {
      .newsletter-inner p {
        padding: 0 3rem; } }
  .newsletter-inner .footer-newsletter-summary {
    display: none; }
  .newsletter-inner .form {
    margin: 0 0 7.4rem 0; }
    @media screen and (max-width: 1023px) {
      .newsletter-inner .form {
        margin-bottom: 3rem; } }
  .newsletter-inner .form-field {
    margin: 0; }
  .newsletter-inner .form-prefixPostfix {
    border: 0.1rem solid #b1b0a3;
    border-radius: 10rem; }
  .newsletter-inner .form-input {
    border-radius: 10rem;
    background: none;
    border: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: white;
    padding: 2.3rem 2rem 2.3rem 4.5rem; }
    @media screen and (max-width: 1365px) {
      .newsletter-inner .form-input {
        width: auto; } }
    @media screen and (max-width: 1023px) {
      .newsletter-inner .form-input {
        padding: 1.6rem 2rem 1.6rem 2rem; } }
  .newsletter-inner .form-input::-webkit-input-placeholder {
    color: white;
    opacity: 1; }
  .newsletter-inner .form-input::-moz-placeholder {
    color: white;
    opacity: 1; }
  .newsletter-inner .form-input:-ms-input-placeholder {
    color: white;
    opacity: 1; }
  .newsletter-inner .form-input:-moz-placeholder {
    color: white;
    opacity: 1; }
  .newsletter-inner .button {
    background: none !important;
    border: 0 !important;
    padding: 0 4rem; }
    @media screen and (max-width: 1365px) {
      .newsletter-inner .button {
        width: auto; } }
    @media screen and (max-width: 1023px) {
      .newsletter-inner .button {
        padding: 0 2rem;
        margin: 0; } }
    .newsletter-inner .button:hover {
      color: rgba(177, 176, 163, 0.7); }

.socialLinks {
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1279px) {
    .socialLinks {
      z-index: 12;
      position: relative; } }
  .socialLinks::before, .socialLinks:after {
    display: none; }
  .socialLinks .socialLinks-item {
    margin: 0 1.4rem; }
    @media screen and (max-width: 767px) {
      .socialLinks .socialLinks-item {
        margin: 0 0.5rem; } }
  .socialLinks .icon {
    width: 5.7rem;
    height: 5.7rem;
    border-radius: 100%;
    background: #1d1d1d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .socialLinks .icon {
        width: 4.7rem;
        height: 4.7rem; } }
    @media screen and (max-width: 666px) {
      .socialLinks .icon {
        width: 3.8rem;
        height: 3.8rem; } }
    .socialLinks .icon::before, .socialLinks .icon:After {
      display: none !important; }
    .socialLinks .icon svg {
      fill: white; }
    .socialLinks .icon:hover {
      background: #446648; }
      .socialLinks .icon:hover svg {
        fill: white; }
    .socialLinks .icon.icon--facebook svg {
      width: 1rem;
      height: 2.1rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--facebook svg {
          width: 0.7rem;
          height: 1.8rem; } }
    .socialLinks .icon.icon--youtube svg {
      width: 2.4rem;
      height: 1.7rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--youtube svg {
          width: 1.7rem;
          height: 1.7rem; } }
    .socialLinks .icon.icon--instagram svg {
      width: 2.1rem;
      height: 2.1rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--instagram svg {
          width: 1.4rem;
          height: 1.4rem; } }
    .socialLinks .icon.icon--linkedin svg {
      width: 2rem;
      height: 2rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--linkedin svg {
          width: 1.4rem;
          height: 1.4rem; } }
    .socialLinks .icon.icon--pinterest svg {
      width: 1.7rem;
      height: 2rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--pinterest svg {
          width: 1.1rem;
          height: 1.4rem; } }
    .socialLinks .icon.icon--twitter svg {
      width: 2rem;
      height: 1.7rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--twitter svg {
          width: 1.4rem;
          height: 1.4rem; } }
    .socialLinks .icon.icon--tiktok svg {
      width: 1.8rem;
      height: 2.1rem; }
      @media screen and (max-width: 666px) {
        .socialLinks .icon.icon--tiktok svg {
          width: 1.4rem;
          height: 1.4rem; } }

.footer-info {
  padding: 2rem 7.2rem 14.2rem;
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 1680px) {
    .footer-info {
      padding: 2rem 0 14.2rem; } }
  @media screen and (max-width: 1365px) {
    .footer-info {
      padding: 2rem 0 8rem; } }
  @media screen and (max-width: 1279px) {
    .footer-info {
      padding: 2rem 0 4rem; } }

.footer-info-col {
  padding: 0;
  margin-bottom: 0;
  width: 21.5%; }
  @media screen and (max-width: 1439px) {
    .footer-info-col {
      width: 22.7%; } }
  @media screen and (max-width: 1365px) {
    .footer-info-col {
      width: 24.2%; } }
  @media screen and (max-width: 1279px) {
    .footer-info-col {
      width: 100%;
      border-bottom: 0.1rem solid #204a5b; } }
  .footer-info-col:nth-child(2) {
    padding-right: 6rem;
    width: 24.6%; }
    @media screen and (max-width: 1439px) {
      .footer-info-col:nth-child(2) {
        width: 23.4%; } }
    @media screen and (max-width: 1365px) {
      .footer-info-col:nth-child(2) {
        width: 21.9%; } }
    @media screen and (max-width: 1279px) {
      .footer-info-col:nth-child(2) {
        width: 100%;
        padding: 0; } }
  .footer-info-col:nth-child(3) {
    padding-right: 7.4rem;
    width: 25.6%; }
    @media screen and (max-width: 1365px) {
      .footer-info-col:nth-child(3) {
        padding-right: 3rem; } }
    @media screen and (max-width: 1279px) {
      .footer-info-col:nth-child(3) {
        width: 100%;
        padding: 0; } }
  .footer-info-col.footer-info-address {
    width: 28.3%;
    text-align: center;
    padding-right: 17.5rem; }
    @media screen and (max-width: 1680px) {
      .footer-info-col.footer-info-address {
        padding-right: 14.5rem; } }
    @media screen and (max-width: 1439px) {
      .footer-info-col.footer-info-address {
        padding-right: 12rem; } }
    @media screen and (max-width: 1365px) {
      .footer-info-col.footer-info-address {
        padding-right: 10rem; } }
    @media screen and (max-width: 1279px) {
      .footer-info-col.footer-info-address {
        width: 100%;
        padding: 0;
        margin-bottom: 3rem;
        border-bottom: 0; } }
    .footer-info-col.footer-info-address address {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.4rem;
      color: #f5f5f4; }
      @media screen and (max-width: 1279px) {
        .footer-info-col.footer-info-address address {
          max-width: 25rem;
          margin: 0 auto 2rem; } }
    .footer-info-col.footer-info-address .button {
      border-color: #b1b0a3;
      color: #f5f5f4;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: max-content;
      padding: 1.9rem 3.9rem;
      margin: 0 auto; }
      @media screen and (max-width: 1023px) {
        .footer-info-col.footer-info-address .button {
          padding: 1.3rem 2.5rem; } }
      .footer-info-col.footer-info-address .button svg {
        width: 1.2rem;
        height: 1.5rem;
        fill: #b1b0a3;
        margin-right: 1.4rem; }
      .footer-info-col.footer-info-address .button:hover {
        border-color: #446648; }

.footer-logo {
  margin-bottom: 3rem; }
  @media screen and (max-width: 1279px) {
    .footer-logo {
      margin-bottom: 2rem; } }
  .footer-logo .header-logo__link {
    width: 14rem; }
    @media screen and (max-width: 1279px) {
      .footer-logo .header-logo__link {
        width: 10rem; } }
    @media screen and (max-width: 767px) {
      .footer-logo .header-logo__link {
        width: 7rem; } }
    .footer-logo .header-logo__link img {
      width: 100%; }

.footer-info-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: white;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 2.8rem; }
  @media screen and (max-width: 1279px) {
    .footer-info-heading {
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 0;
      padding: 1.5rem 0; } }
  @media screen and (max-width: 666px) {
    .footer-info-heading {
      font-size: 1.8rem; } }
  .footer-info-heading svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: none;
    stroke: white;
    display: none; }
    @media screen and (max-width: 1279px) {
      .footer-info-heading svg {
        display: block; } }
  .footer-info-heading.active svg {
    transform: rotate(180deg); }

@media screen and (max-width: 1279px) {
  .footer-info-list {
    display: none;
    padding-bottom: 2.5rem;
    padding-top: 0.8rem;
    text-align: left; } }

.footer-info-list li {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: rgba(230, 230, 230, 0.7); }
  .footer-info-list li:last-child {
    margin-bottom: 0; }

.footer-info-list a {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: rgba(230, 230, 230, 0.7);
  transition: all 0.5s ease-out; }
  @media screen and (max-width: 666px) {
    .footer-info-list a {
      font-size: 1.6rem;
      line-height: 2rem; } }
  .footer-info-list a:hover {
    color: rgba(177, 176, 163, 0.7); }
    @media screen and (min-width: 1024px) {
      .footer-info-list a:hover {
        padding-left: 1rem; } }

.footer-bottom {
  background: #161F26; }

.bottom-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.9rem 0; }
  @media screen and (max-width: 1279px) {
    .bottom-inner {
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.footer-copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .footer-copyright {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 735px) {
    .footer-copyright {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 1.5rem; } }
  .footer-copyright .powered-by {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #f5f5f4;
    margin-right: 2rem; }
    @media screen and (max-width: 735px) {
      .footer-copyright .powered-by {
        margin: 0 0 1rem 0;
        width: 100%; } }
    @media screen and (max-width: 413px) {
      .footer-copyright .powered-by {
        max-width: 25rem;
        margin: 0 auto 1rem; } }
  .footer-copyright ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .footer-copyright ul li {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.6rem;
      color: #f5f5f4; }
      .footer-copyright ul li + li {
        position: relative;
        margin-left: 0.6rem;
        padding-left: 0.9rem; }
        .footer-copyright ul li + li::before {
          position: absolute;
          content: "|";
          font-size: 1.2rem;
          font-weight: 400;
          line-height: 1.6rem;
          color: #f5f5f4;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .footer-copyright ul a {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.6rem;
      color: #f5f5f4;
      text-decoration-line: underline; }
      .footer-copyright ul a:hover {
        color: rgba(177, 176, 163, 0.7); }

.footer-payment-icons {
  margin: 0; }
  .footer-payment-icons .footer-payment-icon {
    margin: 0 0 0 3rem; }
    @media screen and (max-width: 1365px) {
      .footer-payment-icons .footer-payment-icon {
        margin: 0 0 0 2.5rem; } }
    @media screen and (max-width: 767px) {
      .footer-payment-icons .footer-payment-icon {
        margin: 0 0 0 1rem; } }
    @media screen and (max-width: 666px) {
      .footer-payment-icons .footer-payment-icon {
        margin: 0 0 0 0.5rem; } }
    .footer-payment-icons .footer-payment-icon.visa {
      width: 3.8rem;
      height: 1.3rem;
      margin: 0; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.visa {
          width: 3.2rem;
          height: 1.2rem; } }
    .footer-payment-icons .footer-payment-icon.amex {
      width: 5rem;
      height: 1.3rem; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.amex {
          width: 4rem;
          height: 1.2rem; } }
    .footer-payment-icons .footer-payment-icon.mastercard {
      width: 3.2rem;
      height: 2rem; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.mastercard {
          width: 2.8rem;
          height: 1.6rem; } }
    .footer-payment-icons .footer-payment-icon.discover {
      width: 6.3rem;
      height: 1.2rem; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.discover {
          width: 4.6rem;
          height: 1.1rem; } }
    .footer-payment-icons .footer-payment-icon.affirm {
      width: 5.3rem;
      height: 2.1rem;
      margin-top: -0.6rem; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.affirm {
          width: 4.6rem;
          height: 1.6rem; } }
    .footer-payment-icons .footer-payment-icon.klarna {
      width: 5.2rem;
      height: 1.3rem; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.klarna {
          width: 4.3rem;
          height: 1.2rem; } }
    .footer-payment-icons .footer-payment-icon.applepay {
      width: 4.4rem;
      height: 2.2rem; }
      @media screen and (max-width: 666px) {
        .footer-payment-icons .footer-payment-icon.applepay {
          width: 3.4rem;
          height: 2.2rem; } }

.footer-info-inner {
  position: relative; }

.wave {
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='3179' height='234' viewBox='0 0 3179 234' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='1670' height='234' fill='url(%23pattern0)'/%3E%3Crect x='1670' width='1509' height='234' fill='url(%23pattern1)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2652_22634' transform='scale(0.000299401 0.00213675)'/%3E%3C/pattern%3E%3Cpattern id='pattern1' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2652_22634' transform='matrix(0.000331345 0 0 0.00213675 -0.272366 0)'/%3E%3C/pattern%3E%3Cimage id='image0_2652_22634' width='3840' height='468' xlink:href='data:image/png;base64,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AAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAAAoBABMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAACAQgTAAAAAAAAAAAAAAAAAAABQiAAYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAEAhAmAAAAAAAAAAAAAAAAAAAChEAAwAAAAAAAAAAAAAAAAAAIUIgAEAAAAAAAAAAAAAAAgAAOoQAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBCBMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAAAAAoRAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBCBMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAAAAAoRAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBCBMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAAAAAoRAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBCBMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAAAAAoRAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBCBMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAAAAAoRAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBCBMAAAAAAAAAAAAAAAAAAAFCIABgAAAAAAAAAAAAAAAAAAAoRAAMAAAAAAAAAAAAAAAAAQCECYAAAAAAAAAAAAAAAAAAAKEQADAAAAAAAAAAAAAAAAAAAhQiAAQAAAAAAAAAAAAAAAACgEAEwAAAAAAAAAAAAAAAAAAAUIgAGAAAAAAAAAAAAAAAAAIBC/gMgpnQoWKXlBAAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: repeat-x; }
  @media screen and (max-width: 1023px) {
    .wave {
      background-position: bottom -0.1rem center;
      background-size: auto 100%; } }
  @media screen and (max-width: 767px) {
    .wave {
      background-size: 98% auto; } }
  .wave::before {
    content: "";
    display: block;
    height: 23.4rem;
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .wave::before {
        height: 10rem; } }
    @media screen and (max-width: 1023px) {
      .wave::before {
        height: 4rem; } }

.gt-667 .footer-info-list {
  display: block !important; }

.heroCarousel.slick-initialized {
  max-height: 42.552vw;
  margin: 0; }
  @media screen and (max-width: 1680px) {
    .heroCarousel.slick-initialized {
      max-height: 56.736vw; } }
  @media screen and (max-width: 1365px) {
    .heroCarousel.slick-initialized {
      max-height: 63.828vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel.slick-initialized {
      max-height: inherit;
      z-index: 2; } }
  .heroCarousel.slick-initialized .slick-dots {
    bottom: 18.1rem;
    left: 15rem; }
    @media screen and (max-width: 1680px) {
      .heroCarousel.slick-initialized .slick-dots {
        left: 3rem; } }
    @media screen and (max-width: 1279px) {
      .heroCarousel.slick-initialized .slick-dots {
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 1023px) {
      .heroCarousel.slick-initialized .slick-dots {
        bottom: 8rem;
        z-index: 2; } }
    @media screen and (max-width: 767px) {
      .heroCarousel.slick-initialized .slick-dots {
        bottom: 5rem; } }

@media screen and (max-width: 767px) {
  .heroCarousel-slide {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

.heroCarousel-slide::before {
  position: absolute;
  content: "";
  background: #1d1d1d;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .heroCarousel-slide::before {
      display: none; } }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: 42.552vw;
  height: 42.552vw; }
  @media screen and (max-width: 1680px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 56.736vw;
      height: 56.736vw; } }
  @media screen and (max-width: 1365px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 63.828vw;
      height: 63.828vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: inherit;
      height: 40vw;
      order: 1; } }
  @media screen and (max-width: 666px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      height: 60vw; } }
  .heroCarousel-slide .heroCarousel-image-wrapper img {
    object-fit: cover; }

.content-inner {
  max-width: 57.3rem;
  padding-bottom: 7.6rem; }
  @media screen and (max-width: 1279px) {
    .content-inner {
      max-width: 100%;
      text-align: center; } }
  @media screen and (max-width: 1023px) {
    .content-inner {
      padding-bottom: 0; } }

.heroCarousel-content {
  padding: 0 15rem;
  background: none;
  max-height: 100%;
  width: auto;
  text-align: left; }
  @media screen and (max-width: 1680px) {
    .heroCarousel-content {
      padding: 0 3rem; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-content {
      position: inherit;
      transform: inherit;
      top: inherit;
      left: inherit;
      order: 2;
      padding: 4.2rem 3rem 8rem;
      background: #173040; } }

.heroCarousel-title {
  font-size: 12rem;
  font-weight: 700;
  line-height: 10rem;
  letter-spacing: 0.12rem;
  color: white;
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  margin-bottom: 2.1rem; }
  @media screen and (max-width: 1279px) {
    .heroCarousel-title {
      font-size: 9rem;
      line-height: 8rem; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel-title {
      font-size: 7rem;
      line-height: 6rem; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-title {
      font-size: 5rem;
      line-height: 4rem; } }
  @media screen and (max-width: 666px) {
    .heroCarousel-title {
      font-size: 4rem;
      line-height: 4rem;
      margin-bottom: 1.8rem; } }

.heroCarousel-description {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: white;
  margin-bottom: 3.6rem; }
  @media screen and (max-width: 767px) {
    .heroCarousel-description {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 2.4rem; } }

.heroCarousel-action.button {
  background: #446648;
  border-color: #446648;
  margin-bottom: 0.5rem; }
  .heroCarousel-action.button:hover {
    background: #204a5b;
    border-color: #204a5b; }

.guarantees-section {
  position: relative; }
  @media screen and (max-width: 767px) {
    .guarantees-section {
      padding-bottom: 4.5rem;
      padding-top: 5rem; } }
  .guarantees-section .wave {
    background-image: url("data:image/svg+xml,%3Csvg width='3617' height='100' viewBox='0 0 3617 100' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='1697' width='1920' height='100' fill='url(%23pattern0)'/%3E%3Crect width='1704' height='100' fill='url(%23pattern1)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2652_22624' transform='scale(0.000260417 0.005)'/%3E%3C/pattern%3E%3Cpattern id='pattern1' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2652_22624' transform='scale(0.000293427 0.005)'/%3E%3C/pattern%3E%3Cimage id='image0_2652_22624' width='3840' height='200' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADwAAAADICAYAAABVyBQNAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAADaESURBVHgB7d2LXVtH3jfwmSMJzC44UEH0VBA6MFuBeSrAW4G9FdiuIE4FwRUsruARFbxyBXtcAWwgBiOdM+8MoAQ7juMLF12+389nVkfi4nUMOnP7zT8GAAAAALglBwcH671er9+27WaMsd/tVt+nFNZDSOv5sX/lU/sf+fL6yvVhjOHw4jKeX4/H7ZvyLKVUX3w8nrfV1dVhAAAAAAAAAAAAAJghMQAAAADADShh3263u9nphB9CqLZSSpvh48He2zAsIeG2Ta9zG1RVVQsGAwAAAAAAAAAAANNKABgAAACAazEJ/MYYtqsq/pBS2ApTLKV0WFXVIIR20DTh9dra2iAAAAAAAAAAAAAATAEBYAAAAAC+2snJST+l8cM8zbTdtmkzxrgeZtRFIDgOmybt56cDgWAAAAAAAAAAAADgrggAAwAAAPBFjo6Otrrd6kHbpkf5aT/MsRjDIP89X+c2aJpmuLGxUQcAAAAAAAAAAACAGyYADAAAAMBfWqTQ76dcVAmuBk3Tvs5PB+PxuISCDwMAAAAAAAAAAADANRIABgAAAOCjDg4O1peXuzt5Cmk7pbAV+DPDGGMdQjtomvBaKBgAAAAAAAAAAAD4VgLAAAAAALynVPvtdOLTtk2bMcb1wNcYhvNgcBqWUPDa2togAAAAAAAAAAAAAHwmAWAAAAAAzqv93ru39Lht06P8tB+4djGGQf7v+zq3QVVV9erq6jAAAAAAAAAAAAAAfIQAMAAAAMACK9V+Ywzb+XJHtd/blVI6rKo4nISCm6YZbmxs1AEAAAAAAAAAAABYeALAAAAAAAuoBH87nfg0pbAVmBqTUHDTpP38dDAej0so+DAAAAAAAAAAAAAAC0UAGAAAAGCBCP7OpGGMsQ6hHTRNeC0UDAAAAAAAAAAAAPNPABgAAABgARwf//IoxuppvuwH5sGwtKoK56Hg1dXVYQAAAAAAAAAAAADmhgAwAAAAwJw6ODhYX17u7qQUnwTB37mWUjqsqjhs2/Q6t0HTNKVKcB0AAAAAAAAAAACAmSQADAAAADCHVPwlq2OMwxDa8yrB4/G4hIIPAwAAAAAAAAAAADD1BIABAAAA5ojgL39hWFpVhfNQ8Orq6jAAAAAAAAAAAAAAU0cAGAAAAGAOHB0dbVVV/DkI/vJl6twGKYWfhIEBAAAAAAAAAABgeggAAwAAAMywEvztdOLTlMJWgG8QYxjktruysvoyAAAAAAAAAAAAAHdKABgAAABgBh0cHGwuL/d+FPzlBtRVFZ4JAgMAAAAAAAAAAMDdEQAGAAAAmCEHBwf9Xq/zLMZqJ8DNqmMMe+/ejX7a2NioAwAAAAAAAAAAAHBrBIABAAAAZsDBwcH6vXtLj5umfRJjXA9wu3bPzkbPBYEBAAAAAAAAAADgdggAAwAAAEwxwV+mSYxhkNvuysrqywAAAAAAAAAAAADcGAFgAAAAgCl1fPzLozx986PgL1Oorqrw7PR09GpjY+MwAAAAAAAAAAAAANdKABgAAABgyhwdHW1VVfw5X/YDTLc6t8HZ2ej5xsZGHQAAAAAAAAAAAIBrIQAMAAAAMCVK8LfTiU9TClsBZs9u26aXa2trgwAAAAAAAAAAAAB8EwFgAAAAgDsm+MucqasqPFtZWX0ZAAAAAAAAAAAAgK8iAAwAAABwRwR/mXPnQeDT09H+xsZGHQAAAAAAAAAAAIDPJgAMAAAAcMsEf1lAu2dno+eCwAAAAAAAAAAAAPB5BIABAAAAbongL4Tdtk0v19bWBgEAAAAAAAAAZtzBwcF6r9frt2272e3G79o2/E+nU32XUlgPIa3nx/7kc1NK6zHG9cun9ZVvcxhjOAwhHubv8yZ/zWH+3Dp/bt3tduuVlZU6AAALSQAYAAAA4IYJ/sL78sLlILfdlZXVlwEAAAAAAAAAplwJ+na73c1OJ/wQY7XZtmkzpdS/Eui9acMSCA6hHTRNeD0ej4cbGxuHAQCYawLAAAAAADdE8Bf+Ul1V4ZkgMAAAAAAAAADT5OTkpD8ajbZ6vc6Dtk1b+aV+mD7D0pqmfdU0TQkE1wEAmCsCwAAAAADX7Pj4l0dVVe0I/sJnEwQGAAAAAAAA4M6UCr+dTmd7ygO/f2WYUtpPKeytra0NAgAw8wSAAQAAAK5BWQi6d2/pcV4EehRmcxEIpoEgMAAAAAAAAAC3olT5TWn8MIS4PYeHvNe5Ddo2vRQGBoDZJQAMAAAA8A0mwd+maZ/EGNcDcB0EgQEAAAAAAAC4diX0G0K7k1LamsPQ75+p89/31Wg0frGxsVEHAGBmCAADAAAAfIXj4+PNEM6r/e4I/sKNEQQGAAAAAAAA4JuUw92Xl7s7c1rp90sNY0y7796NXwkDA8D0EwAGAAAA+AJHR0dbnU58akEIbpUgMAAAAAAAAABfxB6PT4sxDHLbPT0d7QsDA8B0EgAGAAAA+AuTk2BTio/y080A3BVBYAAAAAAAAAD+VNnjce/e0uOmaZ/EGNcDn0UYGACmkwAwAAAAwJ8oJ8HmxY3tfLljUQimiiAwAAAAAAAAAL+52OORHoUQH9rj8c2G+b/l7rt341fCwABwtwSAAQAAAK6YVPvN0ybbKYWtAEwzQWAAAAAAAACABVaCv51OfGqPx40Z5nX5FyoDA8DdEAAGAAAACKr9wowTBAYAAAAAAABYIMfHvzyqqmpH8Pf2xBgGue0KAwPA7REABgAAABaWar8wdwSBAQAAAAAAAOZU2efR63W2Y6ye5qf9wJ2JMe6Nx83L+/fv7wUA4MYIAAMAAAALpSwGdTqdrW63eiz0C3NLEBgAAAAAAABgTpS9HvfuLT1umvZJjHE9ME3q3AYphZ9WV1eHAQC4Nr/+evyzADAAAACwEI6OjkrodycvBm1bDIKFIQgMAAAAAAAAMMOOj395FEL80V6PmVDHmF68ezd+tbGxUQcA4KuUw0+Wlro/5z7QtgAwAAAAMLdK6DfGsJ0vdywEwUITBAYAAAAAAACYISX4G2P1NF/2A7NoGGPaFQYGgC9zEf7t/V++3CzPBYABAACAuVEmPjqdzlav13mo0i/wEYLAAACcjx3v3bu3Ph6P+ymlMm48HzvmMWS/PHa71feTz80f7//xO8TDGMPheNy+yR8fNk0ztIENAAAAAK5HOey9quLPQfB3npyHgds27q+urg4DAPBReR2zv7TU+3e4DP8WAsAAAADATDs5OemnNH6Ypzm22zZtCv0Cn0EQGABgQZQx42g0KhsGN3P7IaXzTYP9cM1iDIPcdk9PR/vCwAAAAADw5Urwt9OJT/Mc3lZgntUppVf533lvbW1tEACAc5fh31L5t3/1dQFgAAAAYKaUSk3dbnczxlAq/D4MTnwFvl7dtumfFhUBAOZL2Sh4h2PGuqri7srK358HAAAAAOAvCf4urpTSYVVVgxjTnsMVAVhkfxb+LQSAAQAAgKk2Cfx2u9WDPPG/ZcEHuG6lWlvTpOeCwAAAs2sS+s2XOzHG9XD3HDYDAAAAAJ9Qgi69XudZjNVOgAvDlNJ+qQ48Ho+HGxsbhwEA5lzuE232et3/+7M1TgFgAAAAYKqUwG+n09mqqljaD22bNqdk8zYw5/J7zd67d2f/cqowAMBsKOPH5eXuTu7JbU/rYVF5XPtMNWAAAAAA+F2Z17t3b+lx07RP7AfhU8ph3m2bXgsEAzCvTk5Odppm/OJTfSIBYAAAAODOTMK+3W78PsZqM0/ab+WX+wHgbu2enY2eCwIDAEynGdwgWOf+5T/0LwEAAABYdG/fvn3cts0zwV++0nmF4LZNg6qq6tXV1WEAgBlV+kUptS/+6vMEgAEAAIAbVzZn93q9ftu2m1UVc6u+zxPym0HYF5hugsAAAFNkxiuD1CmF/7UhDQAAAIBFdHR0tFVV8cd8uRngmqSUDvPP1bBUCRYKBmCW/Prrr0/znezZ53xu/PXX4//84cUY6surw3x9OB63b/KNsc6LqPV4PB5ubGwcBgAAAIAPlM3Y3W53s9MJP1xW9N3Mcwp9J7cCM04QGADgDs148Pc9VRWfraz8/XkAAAAAgAWQ5/b6y8u9n1MKWwFuwSQUXPJQIbSDpgmv87zyoWAwANPi11+Pf84Pjz7380sAOIUv9OEpGU3TDG1+AwAAgMVyNewbQrWloi8w70pY4/T07KW5UACA2zFPwd+rhIABAAAAmHfzOrfHzBuWwoiCwQDchdI/Wl7u/ftLD0b5qgDwn6hzyzfB9lXTNANVggEAAGC+lMmHTqezVVVxK0+AP8gvbQaAxVNXVXi2srL6MgAAcCMWYXNg/nvtvXt39k/r6gAAAADMm6Ojo7K3pFS26weYclcLJFZV+E8JBo/H46G5WwCuU17/7C8t9f4vfEX/6DoDwO9/4xgGue2eno72VcQAAACA2VQWZbrd6kGe7N760lPHAOacIDAAwA04Pv7lUYzV07AYmwPrs7PRP6ynAwAAADAPSrBlebn3s/0lzIk6xjhsmvZ1SmlYVVWtWjAAXyP3kTaXlnr/Dl+5/nljAeD3/hBhYAAAAJgJl1V+t3u9zoM8gb09r5WWAK6RIDAAwDW4rAryY77cDItFCBgAAACAmXdy8uvTpmmf2GfCPLtaLTi3gVAwAH/l5ORkp2nGL76lj3QrAeD3/sAY92JMe6eno1d5EfMwAAAAAHeqhH6Xl7s7edS+7RRWgK9TDkF89270T8ENAIAvU4K/nU58uuDj0cO2Tf+7trY2CAAAAAAwQxb4YD8492EouGmaoX0DABS//vrr03yneBa+0a0HgCfKTa6EgZumfXX//v29AAAAANwaoV+AG7N7djZ6bkEPAODTBH//KMbwr7/9bfVFAAAAAIApd7HvpFfm954E4EN1jHEYQjtomvDa4Y8Ai6X0k5aWeuWAlEfhGtxZAPgqYWAAAAC4eUK/ALenquKz09Ozl4LAAADvE/z9tNKPXFn5+/MAAAAAAFPqsurvz/myH4DPEmMYlCrBeW58bzwelyrBhwGAuXNwcNBfWur9O19uhmsyFQHgq0oYuKqqQYxp7/R0tG+DHAAAAHy9EvrtdrubNlcD3Im6qsKzlZXVlwEAYMHl8enm8nLvR2PTv1YOz3737uyfNoABAAAAME1U/YVrNUwp7bdtGjRNMzAfDDD7buqQlKkLAH+onHIRQtpr27i/uro6DAAAAMBfKhMJeUy9nS93YozrAYC7JAgMACyscsp1r9d5FmO1E/gS9dnZ6B8OzAYAAABgGvz66y/bKcWf7UGBG3MeCFYhGGA2vX379nFK7YtwA6Y+APyBOrdBVYWB6sAAAADwvnLS6r17S4/bNpXg72YAYKpcVnL7l3lNAGARCP5eizqP8f+5trY2CAAAAABwB8pelKWl3o/58lEAbo1iigCzofSVlpd7T1MKT8INmbUA8IfKTWxYAsFNE167qQEAALCISrXfTieWCYStAMAs2D07Gz0XBAYA5tFtLHIvmqqKz1ZW/v48AAAAAMAtKvtR8tzUz/myH4C7VOc2aJr2VdM0A9WBAaZDORB5aan373DDBXtmPQD8npTSYe5gDpumlL1Pw6qqaqFgAAAA5tGk2m+e2H0SY1wPAMyauqrCs5WV1ZcBAGAOGKferPzfdO/du7N/OUQGAAAAgJvmkD+YbpPqwO/ejV+ZMwa4G+WglPx+/O/bWBedqwDwx0xCwW2bXldV+E+pFDwej4dOvAAAAGAWqfYLMHfq/J7+vw4yBABmleDvrarPzkb/sKELAAAAgJui6i/MnGFKaT+EuGvfAcDtePv2+MfbPChl7gPAf0YwGAAAgFlhMzXAQtg9Oxs9F+YAAGaFserdyevcz1ZW/v48AAAAAMA1evv27eOU2hcBmFV1boO2TS/X1tYGAYBrlddH+8vLvZ9vu4DPwgaA/8zHgsF5wfrQSRgAAADctotqv1VeXEnbAYBFUOYmXwhzAADTTPB3aqgGDAAAAMC1uKswC3Cj6twG+ff6J3kogG9X9vPGGP59F+ujAsBfZpj/keq8mP06pTSsqqoejUa1qsEAAABcl7KRenm5u5OH7NsWVgAWVp3vAf9rEQ4AmCaCv1PpMMbw/G9/W1WVBQAAAICv8uuvv2ynFH825wdzrY4xvXj3bvzKoZIAX+7t2+MfUwpPwh0RAL4e+WYYalWDAYAvdbFp7t5vE2fj8bgfvlDpd3Q6nd8OJFlZWakDADPn8nSwUul3x6IKAJd2z85Gzy3AAQB3SfB3Jgxzv/F/9RsBAAAA+FwXB9T3nt5lmAW4fTGGQW67p6ejfXPKAJ+W+0v9paXev/PlZrhDAsA3772qwSWgMx6Ph6oGA8D8OTk56TdNs962bT8/Xc/3/X4eJK93OtV3eZJsPYS0nh/7l5/eDzcs9z0OS98jXFSByI/x/HE8bt9cfrwu/ZRJgFhwGOD2qfYLwGeoqyo8W1lZfRkAAG6R4O/sqaqY+41/fx4AAAAA4BOmJcwC3K0rYeBXMk4A73v79u3jtm2eTcM6qQDwHSmBnLwAO1Q1GABmRwn4jkajMuF1Hu7tdqvv8738/Hm4hUDvLanzYL4uYeG2bd9c7afkv3ttgA/w7coG6m63u9npxKflPmITNQCfqT47G/3DCbwAwE0T/J15DpABAAAA4E+dnJzsNM34hbk/4Kr8nrAXY9oTBgYWXTkoZXm59/M0FfURAJ5OqgYDwB0pm9t6vV6/bdvNqoqbpXpv26atfE9eN+H1+yEmpa9SKgmXvkpVVbVDTAA+rdxfOp3OVq/XeZjHetvuKQB8rVLV7fT07CdzhQDAdRP8nTvlMOp/ra2tDQIAAAAAhFLJ7vjHlMKTAPAJwsDAovr111+2U4o/T9taqQDwbDmvyHe1arBgMAB8vUkYq9uN38dYbZagb5ifSr534b1DTASDgUVXKsenNH6Yh97bKv0CcM1UdQMAro3g79zbPTsbPc9rynUAAAAAYCGVSnZLS71/58vNAPAFYgyD3HZPT0f75pmBeVXWS5eWuj+X/b5hCgkAz4FJJT7BYAD4c6VT1u12Nzud8EMIVanoWyay+oEbdbWfktugaZqhCQBgXh0fH29WVXpQDpVQ5ReAWyLMAQB8NcHfxVI2aTVNeq4iMAAAAMBiOTo62spzQ/82Bwh8K2FgYB5Na9XfqwSA59tvFYNL4EYVPgAWSam6OBqNtqoqloqLD4KT66ZJ7qPE3CdpB+XgEhvOgFlzeY/ZvFJBfjOl1LdQAsBdyeOeZysrf38eAAA+g+DvwqurKuT+4+rLAAAAAMBce/v27eOU2hcB4PoNU0r7IcRdOSVgFuU10/7ycu/nlMJWmHICwItpmBfz60noRrVgAGbd1eq+qi7OpsvqE3kiIAwEgmGxXGw6vreexyX9EqItr+X38P7k491u9f2HXzMet2/+6vt+7OuuyveK/+ZB+/k4KN8/Dsbj9N/Jxz7255f/b/nzy+v9AADTSZCDqTDp31197fT09NAcNMDdE/zlA3Vug7ZNL83JAgAAAMyXMhe4tNT7MV8+CgA3r85tkNcfXt2/f38vAEy5ckhK2zbPZmXNVACYCaFgAGbG1eq+uf1QKi/asDZfSiA4hLTXtnHfyWAw+z6smJtSWE8plcrs/QAAXLfds7PR8zy3VwfmVulfha/QNE3ph703fr58/ttruc/2XZ4j3ijXeWy23ulU3118XvmctH7xePH55Wu/cTxeXz4e5j/r8OLPjPXksJbLg1re5NcOu91uLUgM8HUEf/kMdb6vv8r33z1hYAAAAIDZVqrZLS31/i/YlwPckbIHOLfd09PRvr0LwDTJ/aTN5eXej7NQ9fcqAWA+5bdQsPANAHflw+q+bZu2gompRVPnNqiqMDAZANPv+Ph4s6rSg8v37M1SOdfmYgC4fVUVn52env0kLDlbyhi41+v127YtB131u93q+yuHpxT9sODyf4vDMm9dAsO5v/m6BIXza2Uu+9DBlgDvE/zlK9Xhcj62HBxtjRgAAABgdsxaNTtgIQzzeu6+AyiBu1TWTZeXe0/ze9GTMIMEgPlsZWNVVcVh06T9/HTg5gvATbha3TdPQj3IL20GuEJ1YJgek0Maut3qQR4vbKnIDgBTp66q8GxlZfVlYCodHR1tOfDqek3msUs4OP/8/6cElwSDgUUj+Mt1urpGXA7daJpm6JBGAAAAgOlS5gSXlno/5stHAWBKXcw3V4MY056CQMBtOT7+5VEI8cdZXjcVAOablACOQDAAX6tMOnU6nRL2Le0HwTG+Qp3bIP/svNQXgdsxqfCbRwPb3rcBYGbU+b79T33mu6cvdXeuBoNzG+SF5dqhUsC8EfzltggFAwAAAEyPcuBsnqv5OThoFpg9qgMDN+biUP5Yqv5uhRknAMy1cRoHAJ8yqRKpshE3qA7CwHAjyiA4xrCdL3dsIAaAmbZ7djZ6bt7udulLTa+r4aX8dKBSMDCrBH+ZBg7bAAAAALhdZV5weblXQi1PAsAcKAUK82zzXtvGffPLwNeap+DvhAAwN6bcfHPbFQYGWEyTqkaXYd/N/NJmgNtTB2Fg+CZlANztVjtN027bPAwAc0cQ+IYJ/c60spA8zP3gV6oZAtNO8JdpJxQMAAAAcDNU/QUWQJ3XPoYKFAKfax6DvxMCwNwKYWD4o4uNOffWm6ZZTymdt/zybxt0coe1H75ApxMOxuP033x5mL/2vNlEwW05OTnpj0ajMqG0mX/2HuSf574NZ0yROrdB7sz/5H0RPk1QBQAWjiDwNbo4Zb27k2d1tudxMWGBDfM8x34JLeV5vIEKwcC0ePv27eO2bZ4ZvzOLytpxCQVXVfhP04TX4/F46B4LAAAA8NfyelR/ebn3s7UoYAFdPcjZui1wruzV6fU621VV7cxz/0gAmLuwqxof82wS7B2NRqXa6XoJ8na71ff5ZlJCvv1wEfLth9szjDEcNk3az9cDmyj4VlfDvrn9UKr72mTGDKmrKjxzKAn8blItKL+fPwpOBQWARSUI/A1UX1wsJbAUQtpr27jvkCngLhwf//IoxuppMIZn/uT1rFjnPtXrvJ42VC0YAAAA4HfWowDeNzloMqWwJ5sEi+f4+Hiz04kPF6VvJADMXRLAYaZdhiA3u934fYzV5mXAt4R++2HKqcrN5xL2ZZ5N3gtXVlZfBlhApdpvHvw+dSIoAHCFIPAXKP2pGFMJYe0EFlWd28CBl8BtEPxlgb0XDM7Xhw67BQAAABaF4C/A55kc5Nw04bW1W5hPpV+0vNzdyb/x24u291kAmGlhcyFTbc5DkH7/OFdOQWnbdlPYlwVU5zbwXsgiUO0XAPgcDsv5NAep8DEppcM8j5IXlNtX9+/f3wsA18R9Bz6u3HvzWsZ5OHg8bt+oGgwAAADME8FfgK83mT8ugeC2jfvmjWF2lSxXSuOHixj6vUoAmGkjiMidK4Pmbre72emEH0Kottq23VqQwbPfvwVRfsZ7vV5/EvbNP98P8kCnb5IIzg2rKrw4PR29UkGCeZLf+/t5UWDHogAA8IXq3D9+lvvH+4s+X3Axlu5sV1W1I4DFXxEGBq6D4C98kzrGULdtep37s/8Zj9Mb4WAAAABgFgj+Aly/i0BwNQihHQgEw3S7Wrwx94UeBsWOzgkAM60EEblVZSNNt1uVEOTWolc9zTfKZysrf38emAtXA+0xVpvl5zu/vBmAv1IHVYGZAzYLAwDXpYQZx+Pm5aKFGY+Pj/OYOj60yYKvNQkD5zmZl2tra4MA8BeM5eFmfaxycL4+HI/HQ4dCAgAAAHfFvCDA7REIhulwGfbd7Hbj96V4Y/7dLDmXfuAPBICZdoLA3IgSiux0Otu9XudB07TbNnD+QZ1/9/7hd2+26ADBzYgxDHLbXVlZfRlgRlgUAABuUJ3bYJ7DjGXeaHm5u5NHA9v6U1yzOs/XvBqNxi/MuwEfMpaHuzcJB+d+4GFeP3ydn9clKNztduuVlZU6AAAAAFyjMicYY9jOlzv2MQPcnUkgOMa01zThtUAwf6bkNT718fF4/MmPf0z++St9gLvsB5RDza/9gNSrf6/8/fu5z7Pe6VTf5df7eT20H+RcvogAMLMgL6yGn/72t9UXAb5BudmmNH5o8+bny797L969G/1kQ+J0KRuRe71ev23bzaqKpf2w6JWr4ZbUeeDx4uTk3Svvi0yr4+NfHuWJqB19HQDgltRhTsLAQr/cgWFVhRenp6N9Y0xYbIK/MFOGee3sMPd/X+f7+H/G4/Qmz8XVo9GoVj0YAIBFV+ZY7927t142vJcN3d1u/K5pwka3W31fPp7Hvev5f69hb1M8LP3yMAXG4/ZNuAPlsKJwzcrhR+EblMBAp9P5on+X09PTQ2MpFs3v+5irrbZtt+z5BJha5XDIoUDwbJiEcifh2zIeKY+TMcnF9cW45OLjv49NLq7fD9+W4Kp7NNNGAJhZoiIpX6xsnMk36wf5Jrxl88xXq6sqPFP58m5creobY7XZtmkrOO0EpsFu7pc81y9hGlwspC49bpr2iUkHAOCuzOKJuOaNmBYxhvy7E3aFgWGxCP7CfPlI9eBh2QA/Ho+HNrQDADBP/li4oPo+9383g/1M3KAy5vqMqmSfEQ7/eIA8j+P+m+doDj/y59bvffVHgtLdbve314SamfjYe6XAL8BMOw8Eh9AO2jbuCwTfvJKhaJpmvdxLrx4uVAK7lwHfdUFdFokAMDMnD4Seraz8/XmAjyiD5k6ns93rdR7kSZltN/RrJQh8gz4S9N0snVM/wzDdJpu0vTdyFwR/AYAp99sCWAkE33XwofSdut3uZqcTfnCqOlOunCS9a+EY5pfgLywe4WAAAGbZZD9eCbDlfuyD/NJmAD7Lh8HlGEN99eNXA8VXK0rntYyD8Tj99/Lpe9/jauB4ZWXlve/H9btaUbCEjPLl+iSElP898/tj9V35eNnrOakgKIwEMP8mc75tm17nNqiqqh6NRrX53r82CfaW+2W5f5b7atuG/yn31Mv7aT84XAj+QACYWaUaML+dkFVV6YHKqLdKEPgbXAZ9t0pnVdAX5or3Rm7NxUbh6nG+f2wHAIDZUoIO9U2GHq6eqJ6/f7+cAGvOiBlW5zbIP8Mv19bWBgGYaYK/wMd8LBxssxgAAHdpcphijKEU33gYzK3CTPggbPxBpePfKx9/WO34apXjDyscz0t144sD9u+d78/8WJC3rCWVjwnxAvCtLu/H9cV9N35wP/7d1YM/Pvj6+iMvv3cYyFVX79Uf8zWHhVy9b36o3EevPr+sxHuu7M+4eHRABtwEAWBmmmrAi+Nj1VGD0wTvWp3b4Oxs9FwY/33l5/VyoqhfTr+squr7fF1+XvsBmHd1/r3fPT09e+m9ketmozAAMK8+tgj2ZwteV32wIaNvwYh5dhEOqgYxpr1SVVt1YJgdxvPANyh95LpUkaiq8J/SB1A1GACAmzCp8tvtdh62bbtlnhX4Kx9WNw5/CB0Xfww+fRhAnvig6vGfmoSLJiZrRZf/n/oXj+Hy0boRAADzQQCYeVAWPf+pAsJsm5wUUkK++el6CU2Wkz9UR50NeZJmkNvu6elof1ECbyXk2zTN+gcVhfy8AlftOiSBb3XRR1p6nO8xj4KDJAAAgN/VuQ2qKgwWaU4OZongL3BTJlWDBYMBAPhWF2PX6rHQLwAAAEwvAWDmyTAvcL6w2Wk6XQ1Ldrvxu1LFN6WwXqqiOmVrvsxTGHhSeToIpQPfRhCYLzYJ/jZN+8Q9BwAA+Ax1uAwEqxAMd0vwF7grgsEAAHyOMm7tdqsH1qIBAABgNggAM6/K5qYSCB6Mx+mNhc3bMQlLdrvx+7YN/1NV1fcCvgvv/HcxTxi/yj8P9bRtPPxYFd8S7k3pvMJiPwBcL0Fg/pJNwgAAwHW4CABVgxDagfAP3I6Dg4N+r9d5FmO1EwCmyzCvg9V5ve51vh7oFwAALJ5J6Ldt06NgTxQAAADMFAFgFsbkxOOyuDket2/y83J92O1265WVlTrwWf4s5BtMDPIZPnby+E39Dl5UTry3PqngK+ALTJHd/D70k2pMXPXLL79s5/vUY8FfAADgBp3PjwsFw/US/AVm0dU1u9wG03iQLwAA30boFwAAAOaDADD8ro4x1PnX4rBt2zclnFiqBy9iSFjIlzty+TuYfwvPNyKGUML6n/qC/PnrnU71Xbm+DPaWStOl9QPAlMvvYYOmSc/X1tYGgYV0cVjF0uOmaZ/ke996AAAAuH3nc3KT8E+ZDxcMhs8j+AvMqd+qBZcDtQWDAQBmR1l/7nQ6W3ms+jD357atQQMAAMB8EACGL1BOQi4LnjGGw7IhKqVwOKkkPEubokrAt2ma9bZtS8j3uxirzRKcFPIFgNtXgsDjcfvT/fv39wIL4fj4OPe5zk9Z3rHoCgAATKNJVcDJgZmXc+F1+djk8L4yL97pdN6bEz89PT38cJ68zEeHz1Tmrcvjh9+3WKRDOpluDvQCFtRwskZeDtJumvDaoSEAAHevzLukNH6YZ2q28/zNVgAAAADmjgAwXL/zU5EnVYTL4mfZCDUajeqbXgCdbKTKi639Ug21hHtLBd9SIfWyOmr5eD8AANOozn2HZysrqy8Dc+no6Gir04lPLbwCAAB8szq3wxJEKiHl8jgel6Byqi8O8bydOXkWi+AvwB/9foD2b1WDz6+73W7t8A4AgJtR1p273epB26bt/HQzAAAAAHNNABhuXx1+25j0e7WEIi+K/rdUUvjwC/LnrpcQ7+R5qdab/3f94vG8cu+6zSYAMDcEgedI2Ry8vNzdceIyAADA7btayTiEdnBZrbAEg+sAn0nwF+CbnFcOLmviVw/rEBAGAPgyJfSb+1Ul8LtjbAoAAACLRQAYAACmkyDwDLM5GAAAYHpNgsFNk/bzdX5sBqoF8yFje4Cbd/WwjrYtAeFwOAkJ53Y4Go1q92gAYFEJ/QIAAACFADAAAEy3uqri7unp2UsViqbfwcFBv9frPgkWYQEAAGbNsLSmaV8JBHN8/MujGKun+bIfAJgGdW6Hk2rC+X7930lY+OL1eN46nc6hysIAwCwT+gUAAAA+JAAMAACzY/fsbPRcEHj6lIXYTic+TSlsBQAAAGZejGEQQtpr27i/uro6DCyEMr6vqvhjvtwMAMy0Ul34Ihh8Hh4OpcpwCRCXq/G4fVMeO51wMB6n/15+yfnnX/0e3W63/vD7XkfA+OTkpB++0Onp6eGnDii5qFx/77eQUNM06/m/wfnzy8cPA0Tv/X0FqAHg7gj9AgAAAJ8iAAwAALNnN6Xwkw3Id0/wFwAAYCHUKaVXeVlt11h8PhnfA8Af1Bfh6XjYtu2bqgr/GY9Tfqxq/SEA+HZlHNrtVg+apn0i9AsAAAB8igAwAADMqFKNKLfdlZXVl4FbUyop9Hqd7Rirp/lpPwAAALBI6qoKz05PR/sbGxt1YKblMX5/ebn3s+AvAHyxYamo3DRpP6U0FAwGgL9W1pmXl7s7eaV/2zgUAAAA+FwCwAAAMPtsPr4FZUH23r2lx05hBgAAoMhjw73xuHl5//79vcBMudh03SsVf58EAOBapJQOqyoOSyg4Px2Mx+NhXrM4DACw4Eq1304nPhX6BQAAAL6GADAAAMyX3bOz0XNB4Osj+AsAAMBfcDDXjDDGB4BbN0ypVAkOe2tra4MAAAvi+Ph4s9OJD40/AQAAgG8lAAwAAHMoxjDIbXdlZfVl4KvYFAwAAMBX2G3b9FLAZfqUiktVFX/Ol/0AANyJydqFg1MAmEdlfbnT6Wx1u9Vj1X4BAACA6yIADAAA863ObaAq8OcT/AUAAOAanFcFdjDX3cvj/M3l5d6PNl8DwNQ5rw4cQtxdXV0dBgCYUdaXAQAAgJskAAwAAAvCyfqfZmEWAACAG1AHB3PdiTLOX17uPU0pPAkAwLSrY0wv3r0bv9JnAmBWHB0dbXU68akDpwAAAICbJAAMAACLabdp2lf379/fCwtO8BcAAIBbstu26eXa2togcKPevn37uG2bZ8b5ADB7HGYKwDQra8u9Xme7qqodwV8AAADgNggAAwDAYqtzGyziBuRyInOM6VEeFj20IRgAAIBbVFdVeLaysvoycK1UXwKAueMAFQCmgkOlAQAAgLsiAAwAAEzUYQHCwDYDAwAAMCXq3AZnZ6Pnqtt9m7IRe3m5V8b6TwIAMI/OD1BRFRiA2yb4CwAAANw1AWAAAOAPUkqHVVUNYkx787ChpoR+u93qgYVZAAAAplEeq+7lMetPqtt9ubdv3z5u2+aZ8T4ALAxVgQG4cQcHB/1er/Msj9gfGm8CAAAAd0kAGAAA+BzDlNJ+SmFvPB4PNzY2DsOUm4R+2zY9yk/7AQAAAKaf6nafqYz7O51Yqv5uBQBgEdW5DXJf4KfV1dVhAIBrMAn+xljtBAAAAIApIAAMAAB8sRjDoG3T69wGTdMMp2FT8snJSX80Gm3lBdlS6XfbScwAAADMuN08vn11//79vcBvbMYGAD6iTim9KoeYqgwMwNcw1gQAAACmlQAwAADwzVJKh1UVh5NQcIzx8CYrBV+GfTe73fh9XoTdzH/mVlDlFwAAgPlUB9Xtymbs9Xv3lh43TfvEoV8AwCfUuQ3KQSpN0wxuap0CgPkg+AsAAABMOwFgAADgxpRgcIyxLq1t2zcphcNOJxyMx+m/5bVPfF3ZyHu+mTd/Xr/brb7PX7ueX++XZqMvAAAAC2oYY9p99278amNjow4L4GIzdvdJvtwxHwAAfIVhXlfYL4eXNk0zXJQ+FACf5pApAAAAYFYIAAMAAAAAAMDsOQ8Dt23cn8fKwEdHR1udTnyaUtgKAADXpBxcWlVx2LbpdQkFxxgPx+PxUKVggMUg+AsAAADMGgFgAAAAAAAAmG11boOmaV81TTOY1QDLyclJP4R2x0ZsAOC2lWBw7n/UpbVt+6aqwn+aJrwuAeF5PGwFYNEI/gIAAACzSgAYAAAAAAAA5kiMYVCq2qUU9qa9ot0k9JtS2lLtFwCYYsPcxzosfaxJOFjlYIDpJ/gLAAAAzDoBYAAAAAAAAJhvw5TSfqcT/18Jq9xlFbuy+brT6WxXVdyMMT7ML/UDAMCMKpWDc79mWILBpa81Hqc3gsEAd0/wFwAAAJgXAsAAAAAAAACweIYxxrpp2tcppWFVVfVoNKqvK6xysdn63nr+npvdbvw+hGor/zmbQeAXAFgM532tENqBasEAt0fwFwAAAJg3AsAAAAAAAADAuVLFroRVYgyHeSnxsDyOx+2bDz4nfzz2J8/z56x3OtV3KYX1/LHyetlk3Q8AAFxV+lDDcgBLvh4IBQNcH8FfAAAAYF4JAAMAAAAAAAAAANy+9yoFr62tDQIAn+3g4KDf63Wf5MsdwV8AAABgHgkAAwAAAAAAAAAATIEYw6Bt0+vcBk3TDFQJBvijo6OjrU4nPk0pbAUAAACAOSYADAAAAAAAAAAAMJ2GpVVVGJyejvY3NjbqALCgBH8BAACARSMADAAAAAAAAAAAMBvq3AYCwcCiODg4WF9e7u6EELcFfwEAAIBFIwAMAAAAAAAAAAAwm+ogEAzMoRL8vXdv6XHTtE9ijOsBAAAAYAEJAAMAAAAAAAAAAMyHYUppv23ToGmawcbGxmEAmCFHR0dbMaZHIcSHgr8AAADAohMABgAAAAAAAAAAmEMxhkEIaa9t4/7q6uowAEypX375ZbvbrR6nFLYCAAAAAOcEgAEAAAAAAAAAAOZfndugadpXqgMD0+Dg4GD93r2lx/l96YlqvwAAAAB/JAAMAAAAAAAAAACwYFQHBu7K0dHRVqcTn6r2CwAAAPBpAsAAAAAAAAAAAACLrc5t0Lbp5dra2iAAXDPVfgEAAAC+nAAwAAAAAAAAAAAA51JKhzHGvaZpXzVNM9jY2DgMAF9JtV8AAACArycADAAAAAAAAAAAwEfFGAa57Z6ejvY3NjbqAPAXVPsFAAAAuB4CwAAAAAAAAAAAAHyOYUppP6Wwt7a2NggAl0rot9PpbHW71WPVfgEAAACuhwAwAAAAAAAAAAAAX6rObdA07aumaQYbGxuHAVg4R0dHWzGG7Xy5o9ovAAAAwPUSAAYAAAAAAAAAAOCbxFjCwGk/Xw5UB4b5Vqr93ru39Lht06P8tB8AAAAAuBECwAAAAAAAAAAAAFyblNJhVVWDENpB28b91dXVYQBmWgn9Li93d0KI2ymFrQAAAADAjRMABgAAAAAAAAAA4MZcBILjMF/tNU14PR6PhxsbG4cBmGol9NvpdLa73WpH6BcAAADg9gkAAwAAAAAAAAAAcNuGMca6VAkWCobpUUK/3W53s4R+m6bdzr+n6wEAAACAOyEADAAAAAAAAAAAwJ37vVJwPGya9nV+XpeQcG6Hq6urwwDcCKFfAAAAgOkkAAwAAAAAAAAAAMAsqGMM56Hg8bh9k1IaVlVVCwfDlxP6BQAAAJh+AsAAAAAAAAAAAADMumGM4bBt0+vcBoLB8Ecl9NvpdLa73c7Dtm23hH4BAAAAppsAMAAAAAAAAAAAAPNqWCoGh9AOmia8Ho/Hw42NjcMAC6KEfpeXuzshxO22TZtCvwAAAACzQwAYAAAAAAAAAACARVIqAw+rKpyHglUKZt6cnJz0Q2h3UkpbKYWtAAAAAMBMEgAGAAAAAAAAAABgYaWUDqsqDpsm7eeng7W1tUGAGXN0dLQVY9iOMT7MT/sBAAAAgJknAAwAAAAAAAAAAABXxBgGbZtepxT2BIKZRgcHB+udTme72+08bNt2K8a4HgAAAACYKwLAAAAAAAAAAAAA8AklEKxCMHetVPntdqsHKaWtlMJWAAAAAGCuCQADAAAAAAAAAADAZ0opHVZVNYgx7Z2ejvY3NjbqADegVPldXu7uxFhtNk27rcovAAAAwGIRAAYAAAAAAAAAAICvN0wp7acU9lQH5luUwG+3292MMZSw78P8Uj8AAAAAsLAEgAEAAAAAAAAAAOAaqA7Mlzo6OtrqdqsH+WdnK6WwFQAAAADgkgAwAAAAAAAAAAAA3IAYwyCEtPfu3fiVMDDF8fHxZlWlB/mnY7tt02aMcT0AAAAAwEcIAAMAAAAAAAAAAMDNG6aU9kOIu6urq8PAQvg98FtttW27JfALAAAAwOcSAAYAAAAAAAAAAIDbVaeUXqUU9tbW1gaBuSHwCwAAAMB1EQAGAAAAAAAAAACAu1PnNmjb9FIYeLYcHBysd7vdzU4n/BBC3M7/hpsCvwAAAABcFwFgAAAAAAAAAAAAmA7nlYFDiLurq6vDwFQpgd9Op7NVVbG0HwR+AQAAALhJAsAAAAAAAAAAAAAwfeqqirunp2cvNzY26sCtOzk56Y9GoxL2LUHfh/mlfgAAAACAWyIADAAAAAAAAAAAANNtWFXhxenpaF8Y+GZMqvv2ep0fUgqbbdtuqe4LAAAAwF0SAAYAAAAAAAAAAIAZEWMY5LYrDPz1Sti32+1udjrhhxirzbZNW0F1XwAAAACmjAAwAAAAAAAAAAAAzKZhSmk/pbC3trY2CPzByclJfzQabXa78XthXwAAAABmiQAwAAAAAAAAAAAAzIFSHbhp0n6+HIzH4+HGxsZhWBBXq/q2bfifqor5MW3GGNcDAAAAAMwgAWAAAAAAAAAAAACYT8MYYx1CO2ia8HrWQ8El5Nvr9fpt25aKvt9dVvTdTCn1BX0BAAAAmDcCwAAAAAAAAAAAALAgUkqHVRWHIcTDpmlf5+d1CQl3u916ZWWlDnekhHvv3bu3Ph6P+yXQWwK+F5V8q+/LcyFfAAAAABaNADAAAAAAAAAAAABwrgSEY4y5hbo8L+Hgpmn/m1I4rxzc6YSD8Tj993O/XwnyNk3YuPheYb3Tqb7L32s9/0nr+bF/+Wn9AAAAAAC8RwAYAAAAAAAAAAAAAAAAAACmSBUAAAAAAAAAAAAAAAAAAICpIQAMAAAAAAAAAAAAAAAAAABTRAAYAAAAAAAAAAAAAAAAAACmiAAwAAAAAAAAAAAAAAAAAABMEQFgAAAAAAAAAAAAAAAAAACYIgLAAAAAAAAAAAAAAAAAAAAwRQSAAQAAAAAAAAAAAAAAAABgiggAAwAAAAAAAAAAAAAAAADAFBEABgAAAAAAAAAAAAAAAACAKSIADAAAAAAAAAAAAAAAAAAAU0QAGAAAAAAAAAAAAAAAAAAApogAMAAAAAAAAAAAAAAAAAAATBEBYAAAAAAAAAAAAAAAAAAAmCICwAAAAAAAAAAAAAAAAAAAMEUEgAEAAAAAAAAAAAAAAAAAYIoIAAMAAAAAAAAAAAAAAAAAwBQRAAYAAAAAAAAAAAAAAAAAgCkiAAwAAAAAAAAAAAAAAAAAAFNEABgAAAAAAAAAAAAAAAAAAKaIADAAAAAAAAAAAAAAAAAAAEwRAWAAAAAAAAAAAAAAAAAAAJgiAsAAAAAAAAAAAAAAAAAAADBFBIABAAAAAAAAAAAAAAAAAGCKCAADAAAAAAAAAAAAAAAAAMAUEQAGAAAAAAAAAAAAAAAAAIApIgAMAAAAAAAAAAAAAAAAAABTRAAYAAAAAAAAAAAAAAAAAACmiAAwAAAAAAAAAAAAAAAAAABMEQFgAAAAAAAAAAAAAAAAAACYIgLAAAAAAAAAAAAAAAAAAAAwRQSAAQAAAAAAAAAAAAAAAABgivx/HFmzuxlebXYAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .guarantees-section .wave::before {
      height: 10rem; }
      @media screen and (max-width: 1023px) {
        .guarantees-section .wave::before {
          height: 4rem; } }
  .guarantees-section ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 1279px) {
      .guarantees-section ul {
        margin: 0 -2rem; } }
    .guarantees-section ul li {
      width: calc(100% / 4 - 2.7rem); }
      @media screen and (max-width: 1365px) {
        .guarantees-section ul li {
          width: calc(100% / 4 - 1.5rem); } }

.guarantees-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 1279px) {
    .guarantees-item {
      padding-top: 2.6rem; } }

.guarantees-image {
  width: 9rem;
  height: 5.2rem;
  background: rgba(177, 176, 163, 0.1);
  border-color: rgba(177, 176, 163, 0.1);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 3.5rem; }
  .guarantees-image::before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 2.6rem solid;
    border-color: inherit;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -2.6rem;
    z-index: -1; }
  .guarantees-image:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -2.6rem;
    border-top: 2.6rem solid;
    border-color: inherit;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    z-index: -1; }
  .guarantees-image svg {
    width: 6.4rem;
    height: 7.3rem; }

.guarantees-content {
  text-align: center;
  padding: 0 1.5rem;
  width: 100%; }
  .guarantees-content h4 {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 3.9rem;
    letter-spacing: 0.87px;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1365px) {
      .guarantees-content h4 {
        font-size: 2.3rem;
        line-height: 3rem;
        max-width: 16rem; } }
  .guarantees-content p {
    max-width: 24rem;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .guarantees-content p {
        max-width: 21rem; } }

@media screen and (max-width: 1279px) {
  .custom-category {
    padding-bottom: 6rem; } }

@media screen and (max-width: 767px) {
  .custom-category {
    padding-bottom: 4.9rem; } }

.custom-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -1.5rem;
  width: auto !important; }
  @media screen and (max-width: 1023px) {
    .custom-item-inner {
      margin: 0 -1rem; } }
  .custom-item-inner .slick-arrow {
    left: 13.5rem; }
    @media screen and (max-width: 1680px) {
      .custom-item-inner .slick-arrow {
        left: 4.5rem; } }
    @media screen and (max-width: 1279px) {
      .custom-item-inner .slick-arrow {
        display: none !important; } }
    .custom-item-inner .slick-arrow.slick-next {
      left: auto;
      right: 13.5rem; }
      @media screen and (max-width: 1680px) {
        .custom-item-inner .slick-arrow.slick-next {
          right: 4.5rem; } }

.custom-item {
  padding: 0 1.5rem;
  position: relative;
  display: none;
  max-width: 55rem; }
  @media screen and (max-width: 1023px) {
    .custom-item {
      padding: 0 1rem; } }
  .custom-item:nth-child(1), .custom-item:nth-child(2), .custom-item:nth-child(3) {
    display: block; }
  .custom-item.slick-slide {
    max-width: inherit; }
  .custom-item:hover .item-image::before {
    background: #446648;
    opacity: 0.8;
    transition: all .4s ease; }
  .custom-item:hover .item-content h3 {
    transform: translateY(0); }
  .custom-item:hover .item-content p {
    margin-bottom: 3.5rem;
    margin-top: 2.6rem;
    opacity: 1;
    height: auto;
    transform: translateY(0); }
    @media screen and (max-width: 1365px) {
      .custom-item:hover .item-content p {
        margin-bottom: 2.2rem;
        margin-top: 1.7rem; } }
  .custom-item:hover .item-content .button {
    opacity: 1;
    transform: translateY(0); }

.item-image {
  border-radius: 2rem;
  overflow: hidden;
  position: relative; }
  .item-image::before {
    position: absolute;
    content: "";
    background: #1d1d1d;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border-radius: 2rem; }
  .item-image img {
    object-fit: cover;
    height: 100%;
    aspect-ratio: 65/56; }

.item-content {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease; }
  .item-content h3 {
    letter-spacing: 1.32px;
    color: white;
    margin-bottom: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: translateY(31.5px); }
    @media screen and (max-width: 666px) {
      .item-content h3 {
        transform: translateY(2.2rem); } }
  .item-content p {
    color: white;
    margin: 0;
    max-width: 35.8rem;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: translateY(50px);
    opacity: 0;
    height: 0; }
  .item-content .button {
    border-color: white;
    color: white;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: translateY(70px);
    opacity: 0; }
    .item-content .button:hover {
      background: #1d1d1d;
      border-color: #1d1d1d; }

@media screen and (max-width: 1279px) {
  .explore-section {
    padding-bottom: 4.9rem; } }

@media screen and (max-width: 767px) {
  .explore-section {
    padding-bottom: 4.1rem; } }

.explore-inner {
  background: rgba(177, 176, 163, 0.1);
  border-radius: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.8rem 4rem; }
  @media screen and (max-width: 1680px) {
    .explore-inner {
      padding: 1.8rem 2rem; } }
  @media screen and (max-width: 1279px) {
    .explore-inner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 3.2rem 3rem 4rem; } }
  .explore-inner h5 {
    margin: 0;
    letter-spacing: 0.9px; }
    @media screen and (max-width: 1279px) {
      .explore-inner h5 {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .explore-inner h5 {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .explore-inner p {
    margin: 0;
    font-size: 2rem;
    line-height: 3.6rem;
    width: calc(100% - 44.3rem);
    padding-right: 2rem;
    padding-left: 4.8rem; }
    @media screen and (max-width: 1680px) {
      .explore-inner p {
        padding-left: 1rem;
        width: calc(100% - 43.8rem);
        font-size: 1.6rem;
        line-height: 2.4rem; } }
    @media screen and (max-width: 1279px) {
      .explore-inner p {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 1rem 0; } }
    @media screen and (max-width: 1023px) {
      .explore-inner p {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 1.9rem 0 2.3rem; } }

@media screen and (max-width: 1279px) {
  .home-product-tab {
    padding-bottom: 3.2rem; } }

@media screen and (max-width: 767px) {
  .home-product-tab {
    padding-bottom: 2.2rem; } }

.home-product-tab .section-heading {
  margin-bottom: 4.4rem; }
  @media screen and (max-width: 1279px) {
    .home-product-tab .section-heading {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .home-product-tab .section-heading {
      margin-bottom: 1.7rem; } }

@media screen and (max-width: 1279px) {
  .product-tab-inner {
    padding-bottom: 1rem; } }

.product-tab-inner .tabs-contents {
  margin-bottom: 0; }
  @media screen and (max-width: 1279px) {
    .product-tab-inner .tabs-contents {
      margin-left: -2rem;
      margin-right: -2rem; } }

.product-tab-inner .tab-content {
  padding-bottom: 0 !important; }

.product-tab-inner .tabs {
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 4.5rem; }
  @media screen and (max-width: 1279px) {
    .product-tab-inner .tabs {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .product-tab-inner .tabs {
      margin-bottom: 1.5rem; } }
  .product-tab-inner .tabs .tab {
    border: 0;
    margin: 0 6rem; }
    @media screen and (max-width: 1279px) {
      .product-tab-inner .tabs .tab {
        margin: 0 2rem; } }
    @media screen and (max-width: 666px) {
      .product-tab-inner .tabs .tab {
        margin: 0 1.5rem; } }
    .product-tab-inner .tabs .tab.is-active .tab-title {
      color: #173040; }
      .product-tab-inner .tabs .tab.is-active .tab-title:after {
        transform: scaleX(1);
        transform-origin: bottom left; }

.product-tab-inner .tab-title {
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding: 0 0.5rem 1.1rem;
  position: relative;
  color: #173040; }
  @media screen and (max-width: 767px) {
    .product-tab-inner .tab-title {
      font-size: 1.4rem; } }
  .product-tab-inner .tab-title:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 1rem;
    height: .6rem;
    bottom: 0;
    left: 0;
    background: #b1b0a3;
    transform-origin: bottom left;
    transition: transform .25s ease-out; }
  @media screen and (min-width: 1024px) {
    .product-tab-inner .tab-title:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left; } }

.product-tab-inner .productCarousel .slick-arrow {
  margin-bottom: 0; }
  @media screen and (max-width: 1279px) {
    .product-tab-inner .productCarousel .slick-arrow {
      display: none !important; } }

.product-tab-inner .productCarousel .slick-prev {
  left: -1.8rem; }
  @media screen and (max-width: 1680px) {
    .product-tab-inner .productCarousel .slick-prev {
      left: 1.4rem; } }

.product-tab-inner .productCarousel .slick-next {
  right: -1.7rem; }
  @media screen and (max-width: 1680px) {
    .product-tab-inner .productCarousel .slick-next {
      right: 1.4rem; } }

.product-tab-inner .productCarousel .slick-dots {
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%); }

.testimonials {
  background: #173040;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .testimonials {
      padding: 4.7rem 0 6rem; } }
  @media screen and (max-width: 767px) {
    .testimonials {
      padding: 3rem 0 5rem; } }
  .testimonials:after {
    content: "";
    background: url(../img/dh-custom/testimonials-banner-bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply; }
  .testimonials [data-content-region="home_below_products"] {
    position: relative;
    z-index: 1; }
  .testimonials .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }

.testimonials-inner {
  max-width: 130rem;
  margin: 0 auto !important;
  width: auto !important;
  min-width: inherit !important; }
  @media screen and (max-width: 1680px) {
    .testimonials-inner {
      padding: 0 3rem; } }
  .testimonials-inner .slick-list {
    padding: 3rem 0 6rem; }
    @media screen and (max-width: 767px) {
      .testimonials-inner .slick-list {
        padding: 3rem 0 4rem; } }
  .testimonials-inner .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .testimonials-inner.slick-initialized .testimonials-item {
    display: flex !important; }

.testimonials-item {
  background: rgba(24, 36, 45, 0.7);
  border-radius: 2rem;
  text-align: center;
  padding: 4rem 9.6rem 4.3rem;
  position: relative;
  height: auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: none !important; }
  .testimonials-item:first-child {
    display: flex !important; }
  @media screen and (max-width: 1279px) {
    .testimonials-item {
      padding: 3rem 5rem 3.3rem; } }
  @media screen and (max-width: 767px) {
    .testimonials-item {
      padding: 3rem 3rem 3.3rem; } }
  .testimonials-item::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_558)'%3E%3Cpath d='M3.90763 0C1.73596 0 0 1.71404 0 3.85039V15.467C0 17.5876 1.73596 19.3152 3.90763 19.3152H9.10634C10.1612 19.3152 11.0808 20.1575 11.0166 21.1941C10.8675 23.5811 10.1291 26.2617 8.17759 28.7864C7.53778 29.613 7.63869 30.6812 8.51928 31.2638L9.01461 31.5912C9.89291 32.1716 11.2964 32.1355 12.0806 31.4445C19.0658 25.2929 19.6184 16.8559 19.6115 14.286L19.6161 14.234V3.85039C19.6161 1.71179 17.8549 0 15.7085 0H3.90763Z' fill='%23B1B0A3'/%3E%3Cpath d='M27.2913 0C25.1196 0 23.3813 1.71404 23.3813 3.85039V15.467C23.3813 17.5876 25.1173 19.3152 27.2913 19.3152H32.49C33.5426 19.3152 34.4621 20.1575 34.3979 21.1941C34.2443 23.5811 33.5105 26.2617 31.5612 28.7864C30.9214 29.613 31.02 30.6812 31.9006 31.2638L32.4005 31.5912C33.2788 32.1716 34.68 32.1355 35.4643 31.4445C42.4471 25.2929 42.9952 16.8559 42.9952 14.286L43.0021 14.234V3.85039C43.0021 1.71179 41.2409 0 39.0944 0H27.2936H27.2913Z' fill='%23B1B0A3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_558'%3E%3Crect width='43' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 4.3rem;
    height: 3.2rem;
    right: 6.3rem;
    top: -1.7rem; }
    @media screen and (max-width: 767px) {
      .testimonials-item::before {
        width: 2.8rem;
        height: 2rem;
        right: 1rem;
        top: -1rem;
        background-size: 100% auto; } }
  .testimonials-item:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_561)'%3E%3Cpath d='M39.0924 32C41.264 32 43 30.286 43 28.1496L43 16.533C43 14.4124 41.264 12.6848 39.0924 12.6848L33.8937 12.6848C32.8388 12.6848 31.9192 11.8425 31.9834 10.8059C32.1325 8.41891 32.8709 5.73832 34.8224 3.21355C35.4622 2.38701 35.3613 1.31884 34.4807 0.736201L33.9854 0.40875C33.1071 -0.171632 31.7036 -0.135499 30.9194 0.555537C23.9342 6.70712 23.3816 15.1441 23.3885 17.714L23.3839 17.766L23.3839 28.1496C23.3839 30.2882 25.1451 32 27.2915 32L39.0924 32Z' fill='%23B1B0A3'/%3E%3Cpath d='M15.7087 32C17.8804 32 19.6187 30.286 19.6187 28.1496L19.6187 16.533C19.6187 14.4124 17.8827 12.6848 15.7087 12.6848L10.51 12.6848C9.45744 12.6848 8.53786 11.8425 8.60207 10.8059C8.75571 8.41891 9.48954 5.73832 11.4388 3.21355C12.0786 2.38701 11.98 1.31884 11.0994 0.736201L10.5995 0.40875C9.72116 -0.171632 8.32 -0.135499 7.53573 0.555537C0.552897 6.70712 0.00481753 15.1441 0.0048173 17.714L-0.00206251 17.766L-0.00206341 28.1496C-0.0020636 30.2882 1.75912 32 3.90557 32L15.7064 32L15.7087 32Z' fill='%23B1B0A3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_561'%3E%3Crect width='43' height='32' fill='white' transform='translate(43 32) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 4.3rem;
    height: 3.2rem;
    left: 6.3rem;
    bottom: -1.7rem; }
    @media screen and (max-width: 767px) {
      .testimonials-item:after {
        width: 2.8rem;
        height: 2rem;
        left: 1rem;
        bottom: -1rem;
        background-size: 100% auto; } }
  .testimonials-item h5 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    letter-spacing: 1.02px;
    color: #f5f5f4;
    margin-bottom: 2rem;
    text-transform: initial; }
    @media screen and (max-width: 1279px) {
      .testimonials-item h5 {
        font-size: 3rem;
        line-height: 3.4rem; } }
    @media screen and (max-width: 767px) {
      .testimonials-item h5 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .testimonials-item p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: white; }
    @media screen and (max-width: 767px) {
      .testimonials-item p {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
    .testimonials-item p span {
      text-decoration: underline;
      margin-right: 0.5rem; }

.promo-item {
  position: relative; }
  .promo-item img {
    height: 46.875vw;
    width: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1279px) {
      .promo-item img {
        height: 65.104vw; } }
    @media screen and (max-width: 767px) {
      .promo-item img {
        height: 40vw; } }
    @media screen and (max-width: 666px) {
      .promo-item img {
        height: 50vw; } }
  .promo-item + .promo-item .promo-content {
    left: auto;
    right: 15rem; }
    @media screen and (max-width: 1680px) {
      .promo-item + .promo-item .promo-content {
        right: 3rem; } }
    @media screen and (max-width: 767px) {
      .promo-item + .promo-item .promo-content {
        right: inherit; } }
    .promo-item + .promo-item .promo-content .badge {
      right: auto;
      left: -6.1rem;
      top: -3.2rem; }
      @media screen and (max-width: 1279px) {
        .promo-item + .promo-item .promo-content .badge {
          left: -4.6rem; } }
      @media screen and (max-width: 767px) {
        .promo-item + .promo-item .promo-content .badge {
          top: -3rem;
          left: 3rem; } }

.promo-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15rem;
  width: 68.4rem;
  background: white;
  border-radius: 3rem;
  padding: 6.6rem 8rem; }
  @media screen and (max-width: 1680px) {
    .promo-content {
      left: 3rem; } }
  @media screen and (max-width: 1279px) {
    .promo-content {
      left: 2rem;
      padding: 3rem 5rem;
      width: 50rem; } }
  @media screen and (max-width: 767px) {
    .promo-content {
      position: inherit;
      top: inherit;
      transform: inherit;
      left: inherit;
      width: 100%;
      border-radius: 0;
      padding: 4.2rem 2rem 5rem;
      text-align: center; } }
  .promo-content .badge {
    width: 12.2rem;
    height: 12.2rem;
    background: #18242D;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.6rem;
    text-transform: uppercase;
    color: white;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: -5rem;
    right: -3.5rem; }
    @media screen and (max-width: 1279px) {
      .promo-content .badge {
        width: 9rem;
        height: 9rem;
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    @media screen and (max-width: 767px) {
      .promo-content .badge {
        width: 6rem;
        height: 6rem;
        font-size: 1.4rem;
        line-height: 2rem;
        top: -3rem;
        right: 3rem; } }
    .promo-content .badge::before {
      position: absolute;
      content: "";
      background: url(../img/dh-custom/lines.png);
      width: 14.4rem;
      height: 14.4rem;
      background-size: 100% auto; }
      @media screen and (max-width: 1279px) {
        .promo-content .badge::before {
          width: 11.2rem;
          height: 11.2rem; } }
      @media screen and (max-width: 767px) {
        .promo-content .badge::before {
          width: 8.2rem;
          height: 8.2rem; } }
  .promo-content h3 {
    letter-spacing: 1.32px; }
    @media screen and (max-width: 767px) {
      .promo-content h3 {
        text-align: center;
        margin-bottom: 1.9rem; }
        .promo-content h3:after {
          left: 50%;
          transform: translateX(-50%); } }
  .promo-content p {
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .promo-content p {
        margin-bottom: 1.5rem; } }
  .promo-content span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #173040;
    display: block;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .promo-content span {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 2rem; } }

.features-section {
  background: #173040;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .features-section {
      padding: 5rem 0 3.3rem; } }
  @media screen and (max-width: 767px) {
    .features-section {
      padding: 4rem 0 2.6rem; } }
  .features-section::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #18242D 0%, rgba(24, 36, 45, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(180deg); }

.features-tab {
  max-width: 143rem;
  margin: 0 auto; }
  @media screen and (max-width: 1680px) {
    .features-tab {
      max-width: inherit;
      padding: 0 3rem; } }
  @media screen and (max-width: 1279px) {
    .features-tab {
      padding: 0 2rem; } }
  @media screen and (max-width: 767px) {
    .features-tab {
      margin: 0 -2rem; } }
  .features-tab .section-heading {
    color: white;
    margin-bottom: 4.4rem; }
    @media screen and (max-width: 1279px) {
      .features-tab .section-heading {
        margin-bottom: 3rem; } }
    @media screen and (max-width: 767px) {
      .features-tab .section-heading {
        margin-bottom: 2rem; } }

.features-tab-inner .tabs {
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 4.5rem; }
  @media screen and (max-width: 1279px) {
    .features-tab-inner .tabs {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 666px) {
    .features-tab-inner .tabs {
      width: 100%;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      overflow: auto; } }
  .features-tab-inner .tabs .tab {
    border: 0;
    margin: 0 6rem; }
    @media screen and (max-width: 1279px) {
      .features-tab-inner .tabs .tab {
        margin: 0 2rem; } }
    .features-tab-inner .tabs .tab.is-active .tab-title {
      color: white; }
      .features-tab-inner .tabs .tab.is-active .tab-title:after {
        transform: scaleX(1);
        transform-origin: bottom left; }

.features-tab-inner .tab-title {
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding: 0 0.5rem 1.1rem;
  position: relative;
  color: white; }
  @media screen and (max-width: 767px) {
    .features-tab-inner .tab-title {
      font-size: 1.6rem;
      white-space: nowrap; } }
  .features-tab-inner .tab-title:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 1rem;
    height: .6rem;
    bottom: 0;
    left: 0;
    background: #b1b0a3;
    transform-origin: bottom left;
    transition: transform .25s ease-out; }
  @media screen and (min-width: 1024px) {
    .features-tab-inner .tab-title:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left; } }

.features-tab-inner .tab-content {
  padding: 0 !important;
  text-align: center; }
  .features-tab-inner .tab-content a {
    text-decoration: none; }
  .features-tab-inner .tab-content img {
    border-radius: 3rem;
    height: 100%;
    aspect-ratio: 650/281;
    max-width: 130rem;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 1680px) {
      .features-tab-inner .tab-content img {
        max-width: inherit; } }
    @media screen and (max-width: 1279px) {
      .features-tab-inner .tab-content img {
        border-radius: 2rem; } }
    @media screen and (max-width: 767px) {
      .features-tab-inner .tab-content img {
        border-radius: 0; } }
    @media screen and (max-width: 666px) {
      .features-tab-inner .tab-content img {
        min-height: 70vw; } }
  .features-tab-inner .tab-content ul {
    margin: -4.3rem 0 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1279px) {
      .features-tab-inner .tab-content ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .features-tab-inner .tab-content ul {
        padding: 0 2rem; } }
  .features-tab-inner .tab-content li {
    text-align: center;
    width: calc(100% / 5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }
    @media screen and (max-width: 1279px) {
      .features-tab-inner .tab-content li {
        width: calc(100% / 3);
        margin-bottom: 6rem; }
        .features-tab-inner .tab-content li:nth-child(4), .features-tab-inner .tab-content li:nth-child(5) {
          margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .features-tab-inner .tab-content li {
        width: calc(100% / 2);
        margin-bottom: 4.5rem; } }
    @media screen and (max-width: 479px) {
      .features-tab-inner .tab-content li:nth-child(5) {
        width: calc(100% / 1);
        padding: 0 5rem; } }
    @media screen and (max-width: 666px) {
      .features-tab-inner .tab-content li:first-child .features-content {
        padding-left: 0; } }
    .features-tab-inner .tab-content li:first-child .features-content::before {
      display: none; }
    @media screen and (max-width: 666px) {
      .features-tab-inner .tab-content li:nth-child(2) .features-content, .features-tab-inner .tab-content li:nth-child(4) .features-content {
        padding-right: 0; } }
    @media screen and (max-width: 666px) {
      .features-tab-inner .tab-content li:nth-child(3) .features-content {
        padding-left: 0; } }

.features-img {
  width: 12.3rem;
  height: 7.3rem;
  background: #18242D;
  border-color: #18242D;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) {
    .features-img {
      width: 9rem;
      height: 6rem; } }
  .features-img::before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3.5rem solid;
    border-color: inherit;
    border-left: 6.15rem solid transparent;
    border-right: 6.15rem solid transparent;
    position: absolute;
    top: -3.5rem;
    z-index: -1; }
    @media screen and (max-width: 1279px) {
      .features-img::before {
        border-bottom: 2.4rem solid;
        border-color: inherit;
        border-left: 4.5rem solid transparent;
        border-right: 4.5rem solid transparent;
        top: -2.4rem; } }
  .features-img:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3.5rem;
    border-top: 3.5rem solid;
    border-color: inherit;
    border-left: 6.15rem solid transparent;
    border-right: 6.15rem solid transparent;
    z-index: -1; }
    @media screen and (max-width: 1279px) {
      .features-img:after {
        border-top: 2.4rem solid;
        border-color: inherit;
        border-left: 4.5rem solid transparent;
        border-right: 4.5rem solid transparent;
        bottom: -2.4rem; } }
  .features-img svg {
    width: 9.1rem;
    height: 10.5rem;
    fill: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; }
    @media screen and (max-width: 1279px) {
      .features-img svg {
        width: 7.1rem;
        height: 7.8rem; } }
    .features-img svg:hover {
      opacity: 0.8; }

.features-content {
  margin-top: 5rem;
  padding: 2rem 3rem 0.5rem;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 1365px) {
    .features-content {
      padding: 2rem 1.2rem 0.5rem; } }
  @media screen and (max-width: 1279px) {
    .features-content {
      border-right: 0;
      padding: 2rem 2.5rem 0.5rem;
      margin-top: 3rem; } }
  @media screen and (max-width: 1023px) {
    .features-content {
      padding: 2rem 1.2rem 0.5rem; } }
  @media screen and (max-width: 767px) {
    .features-content {
      padding: 1rem 1rem 0.5rem; } }
  .features-content::before {
    position: absolute;
    content: "";
    background: #204a5b;
    width: 0.1rem;
    height: 14.1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1279px) {
      .features-content::before {
        display: none; } }
  .features-content h6 {
    letter-spacing: 0.72px;
    color: white;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 2.6rem; }
    @media screen and (max-width: 1365px) {
      .features-content h6 {
        line-height: 3.2rem; } }
    @media screen and (max-width: 1279px) {
      .features-content h6 {
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 666px) {
      .features-content h6 {
        font-size: 2rem;
        line-height: 2.1rem;
        margin-bottom: 1rem; } }
  .features-content p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: white; }
    @media screen and (max-width: 767px) {
      .features-content p {
        line-height: 1.8rem; } }

.video-section {
  position: relative; }
  @media screen and (max-width: 767px) {
    .video-section {
      padding-top: 5.1rem;
      padding-bottom: 4.9rem; } }
  .video-section:after {
    content: "";
    background: url(../img/dh-custom/video-pattern.png) repeat no-repeat top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: -1; }

.video-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .video-inner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.video-block {
  order: 2;
  width: 54.8%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: black; }
  @media screen and (max-width: 1279px) {
    .video-block {
      width: 100%;
      order: 1;
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .video-block {
      margin-bottom: 2.6rem; } }
  .video-block a {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .video-block a::after {
      position: absolute;
      content: "";
      background: #1d1d1d url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0493203 2.08167C0.0493205 0.472406 1.8532 -0.477874 3.1804 0.432225L14.5171 8.20616C15.6757 9.00062 15.6757 10.7106 14.5171 11.505L3.18039 19.279C1.85319 20.1891 0.0493205 19.2388 0.0493205 17.6295V9.85574L0.0493203 2.08167Z' fill='white'/%3E%3C/svg%3E%0A");
      width: 10.2rem;
      height: 10.2rem;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 767px) {
        .video-block a::after {
          width: 6rem;
          height: 6rem;
          background-size: 1.2rem auto; } }
  .video-block img {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 37/23; }
  .video-block iframe {
    width: 100%;
    height: 55.2rem; }
    @media screen and (max-width: 767px) {
      .video-block iframe {
        height: 35rem; } }
    @media screen and (max-width: 666px) {
      .video-block iframe {
        height: 20rem; } }

.video-content {
  width: 45.2%;
  padding-right: 6rem; }
  @media screen and (max-width: 1279px) {
    .video-content {
      width: 100%;
      order: 2;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .video-content {
      text-align: center; } }
  .video-content .section-heading {
    margin-bottom: 2.9rem; }
    @media screen and (max-width: 767px) {
      .video-content .section-heading {
        margin-bottom: 2.5rem;
        text-align: center; }
        .video-content .section-heading:after {
          left: 50%;
          transform: translateX(-50%); } }
  .video-content p {
    max-width: 57.7rem;
    margin-bottom: 3.4rem; }
    @media screen and (max-width: 1279px) {
      .video-content p {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .video-content p {
        margin-bottom: 2.5rem; } }

.instagram-section {
  background: white; }
  @media screen and (max-width: 1279px) {
    .instagram-section {
      padding-top: 5rem; } }
  @media screen and (max-width: 767px) {
    .instagram-section {
      padding-bottom: 5rem;
      padding-top: 4rem; } }
  .instagram-section .section-heading-border-center {
    margin-bottom: 2.8rem; }
    @media screen and (max-width: 767px) {
      .instagram-section .section-heading-border-center {
        margin-bottom: 2rem; } }

.eapps-instagram-feed {
  margin-top: 4.6rem; }
  .eapps-instagram-feed .eapps-instagram-feed-header-container {
    display: none; }
  .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-link {
    border-radius: 2rem;
    overflow: hidden; }
    .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-link .eapps-instagram-feed-posts-item-overlay {
      left: 0rem;
      right: 0rem;
      border-radius: 2rem;
      overflow: hidden; }

.insta-link {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #173040;
  width: max-content;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .insta-link {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .insta-link svg {
    width: 3.1rem;
    height: 3.1rem;
    fill: #173040;
    margin-right: 1.9rem; }
    @media screen and (max-width: 767px) {
      .insta-link svg {
        width: 2.5rem;
        height: 2.5rem; } }
  .insta-link:hover {
    color: #446648; }
    .insta-link:hover svg {
      fill: #446648; }

.instagram-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto !important;
  margin: 0 -1.5rem; }
  @media screen and (max-width: 767px) {
    .instagram-inner {
      margin: 0 -1rem; } }
  .instagram-inner .slick-arrow {
    left: -1.5rem; }
    @media screen and (max-width: 1680px) {
      .instagram-inner .slick-arrow {
        left: 1.5rem; } }
    @media screen and (max-width: 1279px) {
      .instagram-inner .slick-arrow {
        display: none !important; } }
    .instagram-inner .slick-arrow.slick-next {
      left: auto;
      right: -1.5rem; }
      @media screen and (max-width: 1680px) {
        .instagram-inner .slick-arrow.slick-next {
          right: 1.5rem; } }
      @media screen and (max-width: 666px) {
        .instagram-inner .slick-arrow.slick-next {
          right: 1rem; } }

.instagram-item {
  padding: 0 1.5rem;
  display: none; }
  @media screen and (max-width: 767px) {
    .instagram-item {
      padding: 0 1rem; } }
  .instagram-item:nth-child(1), .instagram-item:nth-child(2), .instagram-item:nth-child(3), .instagram-item:nth-child(4) {
    display: block; }
  .instagram-item img {
    border-radius: 2rem;
    overflow: hidden;
    max-height: 38.4rem;
    width: 100%;
    object-fit: cover; }

.blog-posts {
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .blog-posts {
      padding-top: 5rem; } }
  @media screen and (max-width: 767px) {
    .blog-posts {
      padding-top: 4.1rem; } }
  .blog-posts .section-heading-border-center {
    margin-bottom: 6rem; }
    @media screen and (max-width: 1279px) {
      .blog-posts .section-heading-border-center {
        margin-bottom: 3rem; } }

.blog-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem; }
  @media screen and (max-width: 1365px) {
    .blog-inner {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem; } }
  @media screen and (max-width: 1279px) {
    .blog-inner {
      display: block;
      margin: 0 -2rem;
      width: auto !important; } }

.home-blog {
  position: relative; }
  @media screen and (max-width: 1279px) {
    .home-blog {
      padding: 0 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .home-blog {
      padding: 0 1rem; } }
  @media screen and (max-width: 666px) {
    .home-blog {
      display: none; }
      .home-blog:first-child {
        display: block; } }
  .home-blog:nth-child(1) {
    grid-area: 1 / 3 / 3 / 5; }
    .home-blog:nth-child(1) .blog-img img {
      height: 100%;
      aspect-ratio: 796/813;
      object-fit: cover;
      width: 100%; }
  .home-blog:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2; }
  .home-blog:nth-child(3) {
    grid-area: 1 / 2 / 2 / 3; }
  .home-blog:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2; }
  .home-blog:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3; }
  .home-blog:hover .recent-blog-title::before {
    background-position: 100% 100%;
    opacity: 0.8; }

.blog-img {
  border-radius: 2rem;
  overflow: hidden;
  height: 100%; }
  .blog-img img {
    height: 100%;
    aspect-ratio: 382/393;
    object-fit: cover;
    width: 100%; }

.blog-post-custom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 1279px) {
    .blog-post-custom {
      left: 1.5rem;
      right: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .blog-post-custom {
      left: 1rem;
      right: 1rem; } }

.recent-blog-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  color: white !important;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  position: relative;
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 3.3rem 3.5rem;
  z-index: 1; }
  @media screen and (max-width: 1365px) {
    .recent-blog-title {
      padding: 2.5rem 2.5rem; } }
  @media screen and (max-width: 666px) {
    .recent-blog-title {
      font-size: 1.4rem;
      line-height: 1.8rem;
      padding: 1.5rem 2rem; } }
  .recent-blog-title::before {
    position: absolute;
    content: "";
    background: rgba(29, 29, 29, 0.5);
    background: linear-gradient(#1D1D1D, #1D1D1D 50%, #446648 50%, #446648);
    background-size: 100% 200%;
    transition: background 0.5s;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: -1; }
  .recent-blog-title span {
    padding-left: 2rem; }
  .recent-blog-title svg {
    fill: none;
    stroke: #b1b0a3;
    width: 1.3rem;
    height: 1.9rem;
    vertical-align: sub; }
    @media screen and (max-width: 666px) {
      .recent-blog-title svg {
        width: 1rem;
        height: 1.5rem; } }

.aboutus {
  position: relative;
  margin-top: -14.2rem; }
  @media screen and (max-width: 1680px) {
    .aboutus {
      margin-top: -10.2rem; } }
  @media screen and (max-width: 1279px) {
    .aboutus {
      margin-top: 0; } }
  .aboutus img {
    max-height: 74rem;
    object-fit: cover;
    overflow: hidden;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .aboutus img {
        max-height: inherit;
        min-height: 39vw; } }
    @media screen and (max-width: 666px) {
      .aboutus img {
        min-height: 67vw; } }
    @media screen and (max-width: 413px) {
      .aboutus img {
        min-height: 75vw; } }

.aboutus-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15rem;
  margin-top: 7.1rem;
  max-width: 55rem; }
  @media screen and (max-width: 1680px) {
    .aboutus-content {
      left: 3rem;
      margin-top: 5.1rem; } }
  @media screen and (max-width: 1279px) {
    .aboutus-content {
      margin-top: 0;
      left: 2rem; } }
  @media screen and (max-width: 767px) {
    .aboutus-content {
      right: 2rem;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      max-width: 100%; } }
  .aboutus-content h4 {
    font-size: 50px;
    line-height: 5.5rem;
    letter-spacing: 1.5px;
    margin-bottom: 2.1rem; }
    @media screen and (max-width: 1279px) {
      .aboutus-content h4 {
        font-size: 3.8rem;
        line-height: 4.2rem;
        margin-bottom: 1.2rem; } }
    @media screen and (max-width: 767px) {
      .aboutus-content h4 {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .aboutus-content p {
    margin-bottom: 3.4rem; }
    @media screen and (max-width: 1279px) {
      .aboutus-content p {
        margin-bottom: 2.2rem; } }
  .aboutus-content .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .aboutus-content .btn {
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto; } }
    .aboutus-content .btn .button + .button {
      margin-left: 2.2rem; }
      @media screen and (max-width: 666px) {
        .aboutus-content .btn .button + .button {
          margin-left: 0.6rem;
          background: white; }
          .aboutus-content .btn .button + .button:hover {
            background: #446648; } }
  .aboutus-content .button.button--secondary {
    border-color: #1d1d1d;
    color: #1d1d1d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max-content;
    padding: 1.9rem 3.9rem;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) {
      .aboutus-content .button.button--secondary {
        padding: 1.3rem 2.5rem; } }
    @media screen and (max-width: 767px) {
      .aboutus-content .button.button--secondary {
        padding: 1.3rem 2rem; } }
    .aboutus-content .button.button--secondary svg {
      width: 1.2rem;
      height: 1.5rem;
      fill: #446648;
      margin-right: 1.4rem; }
    .aboutus-content .button.button--secondary:hover {
      border-color: #446648;
      color: white; }
      .aboutus-content .button.button--secondary:hover svg {
        fill: white; }

@media screen and (max-width: 767px) {
  .guarantees-section ul {
    min-height: 20rem; } }

@media screen and (max-width: 767px) {
  .guarantees-section ul li {
    display: none; } }

@media screen and (max-width: 767px) {
  .guarantees-section ul.slick-initialized {
    min-height: inherit; } }

.guarantees-section ul.slick-initialized li {
  display: block; }

@media screen and (max-width: 767px) {
  .custom-item-inner {
    min-height: 23rem; } }

@media screen and (max-width: 767px) {
  .custom-item-inner .custom-item {
    display: none; } }

@media screen and (max-width: 767px) {
  .custom-item-inner.slick-initialized {
    min-height: inherit; } }

@media screen and (max-width: 767px) {
  .custom-item-inner.slick-initialized .custom-item {
    display: block; } }

@media screen and (max-width: 1680px) {
  .testimonials-inner {
    max-width: inherit; } }

@media screen and (max-width: 767px) {
  .testimonials-inner {
    min-height: 30rem; } }

@media screen and (max-width: 767px) {
  .testimonials-inner .testimonials-item {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .testimonials-inner.slick-initialized {
    min-height: inherit; } }

@media screen and (max-width: 767px) {
  .testimonials-inner.slick-initialized .testimonials-item {
    display: flex !important; } }

.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important; }

.type-product {
  background: rgba(245, 245, 244, 0.5); }
  .type-product ol.breadcrumbs {
    margin-bottom: 0; }
  .type-product .body {
    overflow: inherit; }

.productView {
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .productView {
      flex-direction: inherit;
      -webkit-flex-direction: inherit; } }
  @media screen and (max-width: 1023px) {
    .productView {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.productView-img-container {
  width: 100% !important;
  height: 64.4rem;
  min-width: auto !important;
  margin: 0px !important;
  max-width: inherit; }
  @media screen and (max-width: 1023px) {
    .productView-img-container {
      height: 50rem; } }
  @media screen and (max-width: 666px) {
    .productView-img-container {
      height: 40rem; } }
  @media screen and (max-width: 567px) {
    .productView-img-container {
      height: 35rem; } }
  @media screen and (max-width: 479px) {
    .productView-img-container {
      height: 30rem; } }
  @media screen and (max-width: 767px) {
    .productView-img-container .slick-slide {
      overflow: hidden;
      border-radius: 2rem; } }
  .productView-img-container img {
    max-height: 64.4rem; }
    @media screen and (max-width: 1023px) {
      .productView-img-container img {
        max-height: 50rem; } }
    @media screen and (max-width: 666px) {
      .productView-img-container img {
        max-height: 40rem; } }
    @media screen and (max-width: 567px) {
      .productView-img-container img {
        height: 35rem; } }
    @media screen and (max-width: 479px) {
      .productView-img-container img {
        height: 30rem; } }
  .productView-img-container::after {
    display: none; }
  .productView-img-container .slick-track {
    display: flex;
    align-items: center; }
    .productView-img-container .slick-track .slick-slide {
      float: none;
      height: 64.4rem;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .productView-img-container .slick-track .slick-slide {
          height: 50rem; } }
      @media screen and (max-width: 666px) {
        .productView-img-container .slick-track .slick-slide {
          height: 40rem; } }
      @media screen and (max-width: 567px) {
        .productView-img-container .slick-track .slick-slide {
          height: 35rem; } }
      @media screen and (max-width: 479px) {
        .productView-img-container .slick-track .slick-slide {
          height: 30rem; } }
      .productView-img-container .slick-track .slick-slide .zoom-icon {
        display: none; }
  .productView-img-container img {
    position: inherit;
    padding: 0; }

.productView-images {
  padding: 0;
  width: 80.4rem;
  text-align: center;
  margin-bottom: 8rem; }
  @media screen and (max-width: 1365px) {
    .productView-images {
      width: 64rem; } }
  @media screen and (max-width: 1279px) {
    .productView-images {
      width: 55rem;
      margin-bottom: 6rem; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      width: 100%;
      margin-bottom: 4rem; } }
  .productView-images .productView-image {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    pointer-events: auto;
    min-height: 64.4rem;
    background: white;
    border-radius: 2rem;
    margin-bottom: 3rem;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-image {
        min-height: inherit; } }
    @media screen and (max-width: 767px) {
      .productView-images .productView-image {
        overflow: inherit; } }
  .productView-images .slick-dots {
    bottom: -3.5rem;
    width: 100%; }
    @media screen and (max-width: 666px) {
      .productView-images .slick-dots {
        bottom: -2.5rem; } }
    @media screen and (max-width: 767px) {
      .productView-images .slick-dots li {
        margin-bottom: 1rem; } }
  .productView-images .sale-flag-side {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: white;
    background: #446648;
    border-radius: 6.1rem;
    padding: 0.5rem 2rem;
    height: auto;
    top: 1.7rem;
    right: 1.7rem;
    font-family: 'Poppins', sans-serif;
    z-index: 2; }
  .productView-images .zoom-icon {
    background: white;
    border-radius: 10rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    border: 0.1rem solid #e6e6e6;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #173040;
    padding: 0.5rem 1.3rem; }
    .productView-images .zoom-icon:hover {
      border-color: #446648;
      background: #446648;
      color: white; }
  .productView-images .productView-thumbnails {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .productView-images .productView-thumbnails {
        display: none; } }
    .productView-images .productView-thumbnails.slick-initialized {
      margin: 0; }
    .productView-images .productView-thumbnails .slick-list {
      margin: 0 -1.1rem; }
    .productView-images .productView-thumbnails .slick-arrow {
      left: -3rem; }
      @media screen and (max-width: 1680px) {
        .productView-images .productView-thumbnails .slick-arrow {
          left: 0; } }
      @media screen and (max-width: 1439px) {
        .productView-images .productView-thumbnails .slick-arrow {
          left: -0.7rem; } }
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        left: auto;
        right: -3rem; }
        @media screen and (max-width: 1680px) {
          .productView-images .productView-thumbnails .slick-arrow.slick-next {
            right: 0; } }
        @media screen and (max-width: 1439px) {
          .productView-images .productView-thumbnails .slick-arrow.slick-next {
            right: -0.7rem; } }
      .productView-images .productView-thumbnails .slick-arrow.slick-disabled {
        opacity: 1;
        cursor: pointer; }
    .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 0 1.1rem;
      width: 18.5rem; }
      .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        height: 15rem;
        max-width: 18.5rem;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        border: 0.1rem solid transparent;
        border-radius: 1rem;
        background: white;
        overflow: hidden; }
        @media screen and (max-width: 666px) {
          .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            height: 13.2rem; } }
        .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
          width: auto; }
        .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:hover {
          border-color: #204a5b; }
      .productView-images .productView-thumbnails .productView-thumbnail.slick-current .productView-thumbnail-link {
        border-color: #204a5b; }

.productView-details {
  width: calc(100% - 80.4rem);
  padding: 0 9.6rem 0 12rem;
  margin-bottom: 8rem; }
  @media screen and (max-width: 1680px) {
    .productView-details {
      padding: 0 0 0 5rem; } }
  @media screen and (max-width: 1365px) {
    .productView-details {
      width: calc(100% - 64rem); } }
  @media screen and (max-width: 1279px) {
    .productView-details {
      width: calc(100% - 55rem);
      padding: 0 0 0 3rem;
      order: inherit !important;
      margin-bottom: 6rem; } }
  @media screen and (max-width: 1023px) {
    .productView-details {
      width: 100%;
      padding: 0;
      margin-bottom: 3rem; } }

.productView-brand {
  font-size: 1.4rem;
  line-height: normal;
  margin: 0 0 1.1rem; }
  .productView-brand a {
    text-decoration: none;
    color: #b1b0a3;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0; }

.productView-title {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.7rem;
  text-transform: capitalize;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.4rem; }
  @media screen and (max-width: 1279px) {
    .productView-title {
      font-size: 3rem;
      line-height: 3.4rem; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 2.6rem;
      line-height: 3.2rem; } }

.productView-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.5rem; }
  .productView-price .price-section {
    font-size: 0;
    line-height: normal; }
    .productView-price .price-section .price {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: normal;
      font-family: 'Poppins', sans-serif;
      color: #1d1d1d; }
      @media screen and (max-width: 767px) {
        .productView-price .price-section .price {
          font-size: 1.6rem; } }
      .productView-price .price-section .price.price--non-sale {
        font-size: 1.6rem;
        font-weight: 400;
        margin-right: 0.5rem; }
        @media screen and (max-width: 767px) {
          .productView-price .price-section .price.price--non-sale {
            font-size: 1.4rem;
            margin-right: 0.3rem; } }
    .productView-price .price-section.price-section--saving, .productView-price .price-section.rrp-price--withoutTax {
      display: none !important; }

.price-section .price-label, .price-section .price-now-label {
  display: none !important; }

.price-section .price {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  font-family: 'Poppins', sans-serif; }
  @media screen and (max-width: 1023px) {
    .price-section .price {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .price-section .price {
      font-size: 1.2rem; } }
  .price-section .price.price--non-sale {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 0.5rem; }
    @media screen and (max-width: 1023px) {
      .price-section .price.price--non-sale {
        font-size: 1.3rem;
        margin-right: 0.2rem; } }
    @media screen and (max-width: 767px) {
      .price-section .price.price--non-sale {
        font-size: 1.2rem; } }

.price-section.price-section--saving, .price-section.rrp-price--withoutTax {
  display: none !important; }

.affirm-review-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 666px) {
    .affirm-review-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

#afffirm-promo-box {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  color: black;
  display: flex !important;
  order: 1;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  width: calc(100% - 10.8rem) !important;
  height: auto !important; }
  @media screen and (max-width: 1279px) {
    #afffirm-promo-box {
      width: calc(100% - 10.1rem) !important; } }
  @media screen and (max-width: 666px) {
    #afffirm-promo-box {
      width: 100% !important;
      margin-bottom: 1rem; } }
  #afffirm-promo-box img {
    max-width: 5.4rem;
    margin: 0 0.8rem; }
    @media screen and (max-width: 1279px) {
      #afffirm-promo-box img {
        margin: 0 0.5rem; } }
  #afffirm-promo-box a {
    text-decoration: underline;
    color: #828282; }
    #afffirm-promo-box a:hover {
      color: #446648; }

.productView-rating {
  order: 2; }
  .productView-rating .icon {
    width: 1.2rem;
    height: 1.1rem; }
  .productView-rating a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    color: #4f4f4f;
    margin-left: 0.4rem; }
    @media screen and (max-width: 666px) {
      .productView-rating a {
        margin-top: -0.1rem; } }

.productView-product {
  border-color: #e6e6e6;
  margin-bottom: 2rem; }

.sort-info {
  margin-bottom: 0.7rem; }

.detail-btn {
  font-size: 13px;
  font-weight: 400;
  line-height: 2.4rem;
  color: #828282;
  margin-bottom: 2.2rem;
  margin-top: 0.7rem;
  display: block;
  width: max-content; }
  .detail-btn + .sort-detail {
    display: none; }
    .detail-btn + .sort-detail + .detail-btn {
      display: none; }

.productView-options {
  margin: 0 0 2rem 0;
  text-align: left; }
  .productView-options .form {
    vertical-align: top; }
  .productView-options .form-field {
    margin-bottom: 2.7rem; }
    .productView-options .form-field:last-child {
      margin-bottom: 3rem; }
  .productView-options [data-product-attribute="set-radio"] {
    margin-bottom: 2.3rem; }
    .productView-options [data-product-attribute="set-radio"] .form-label {
      font-weight: 400; }
  .productView-options [data-product-attribute="set-rectangle"] {
    margin-bottom: 1.3rem; }
  .productView-options [data-product-attribute="swatch"] {
    margin-bottom: 1.3rem; }
    .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-option {
      border: 0.1rem solid #e6e6e6;
      width: 4rem;
      height: 4rem;
      border-radius: 100%;
      box-shadow: none;
      vertical-align: middle;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      padding: 0;
      margin: 0 1rem 1.5rem 0; }
      .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: 10px auto; }
    .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-option-expanded {
      display: none !important; }
    .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option {
      border: 0.1rem solid #446648;
      padding: 0.2rem; }
    .productView-options [data-product-attribute="swatch"] .form-option-wrapper .variant--pattern .form-option-variant {
      border: 0.1rem solid #446648; }
    .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option.variant--pattern {
      border: 0.1rem solid #446648; }
  .productView-options .form-option-wrapper .form-option {
    border: 0.1rem solid #e6e6e6;
    box-shadow: none;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 0.5rem 1.5rem;
    margin: 0 1rem 1.5rem 0;
    background: white; }
    .productView-options .form-option-wrapper .form-option .form-option-variant {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      padding: 0;
      min-width: inherit;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 20px;
      vertical-align: middle;
      letter-spacing: 0.45px; }
    .productView-options .form-option-wrapper .form-option:hover {
      border-color: #446648; }
  .productView-options .form-option-wrapper .form-radio:checked + .form-option {
    border: 0.1rem solid #446648; }
  .productView-options #add-to-cart-wrapper {
    font-size: 0; }
    .productView-options #add-to-cart-wrapper .form-field {
      margin: 0;
      display: inline-block;
      vertical-align: top; }
  .productView-options .add-to-cart-buttons {
    margin: 0;
    padding: 0 1.3rem;
    width: calc(100% - 20.3rem);
    display: inline-block;
    vertical-align: top;
    float: none; }
    @media screen and (max-width: 1279px) {
      .productView-options .add-to-cart-buttons {
        width: calc(100% - 19.1rem); } }
    @media screen and (max-width: 767px) {
      .productView-options .add-to-cart-buttons {
        width: calc(100% - 18.6rem); } }
    @media screen and (max-width: 479px) {
      .productView-options .add-to-cart-buttons {
        width: calc(100% - 15.6rem); } }
    @media screen and (max-width: 767px) {
      .productView-options .add-to-cart-buttons .button {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .productView-options .form-wishlist {
    display: inline-block;
    vertical-align: top;
    width: auto; }

.options-block .form-field:first-child {
  border-top: 0.1rem solid #e6e6e6;
  padding-top: 2.3rem; }

.options-block .form-label.form-label--alternate {
  font-weight: 700;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  margin-bottom: 2.1rem; }
  .options-block .form-label.form-label--alternate small {
    display: none; }

.productOptions-list {
  background: white;
  border-color: #e6e6e6;
  border-radius: 0.5rem;
  max-height: 24.1rem; }

.productOptions-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.6rem 2rem; }
  .productOptions-list-item:first-child {
    padding: 2.9rem 2rem; }

.productOptions-list-item-figure {
  width: 4.7rem;
  margin: 0; }
  .productOptions-list-item-figure img {
    width: 100%; }

.productOptions-list-item-content {
  padding-left: 2rem;
  width: calc(100% - 4.7rem); }
  @media screen and (max-width: 666px) {
    .productOptions-list-item-content .form-label {
      padding-left: 3rem; }
    .productOptions-list-item-content .form-checkbox + .form-label::before, .productOptions-list-item-content .form-radio + .form-label::before, .productOptions-list-item-content .form-checkbox + .form-label::after, .productOptions-list-item-content .form-radio + .form-label::after {
      width: 2rem;
      height: 2rem; } }

@media screen and (max-width: 479px) {
  #add-to-cart-wrapper .form-increment {
    max-width: 11rem;
    min-width: 11rem; } }

#add-to-cart-wrapper .form-increment .form-input {
  line-height: 1.9rem;
  padding: 2.1rem 1rem; }
  @media screen and (max-width: 1279px) {
    #add-to-cart-wrapper .form-increment .form-input {
      padding: 1.5rem 1rem; } }
  @media screen and (max-width: 767px) {
    #add-to-cart-wrapper .form-increment .form-input {
      padding: 1.2rem 1rem 1.3rem; } }
  @media screen and (max-width: 479px) {
    #add-to-cart-wrapper .form-increment .form-input {
      width: 5rem; } }
  @media screen and (max-width: 413px) {
    #add-to-cart-wrapper .form-increment .form-input {
      width: calc(100% - 6rem); } }

.form-wishlist {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0; }
  .form-wishlist .button {
    margin: 0;
    width: 6.3rem;
    padding: 1.9rem 1rem;
    background: transparent;
    border-radius: 10rem;
    border: 1px solid #b1b0a3 !important; }
    @media screen and (max-width: 1279px) {
      .form-wishlist .button {
        width: 5.1rem;
        padding: 1.3rem 1rem; } }
    @media screen and (max-width: 767px) {
      .form-wishlist .button {
        padding: 1.3rem 1rem;
        width: 4.6rem; } }
    .form-wishlist .button svg {
      margin: 0;
      width: 1.8rem;
      height: 1.6rem;
      vertical-align: sub;
      fill: #204a5b; }
      @media screen and (max-width: 767px) {
        .form-wishlist .button svg {
          width: 1.6rem;
          vertical-align: inherit; } }
    .form-wishlist .button:hover {
      border-color: #446648 !important;
      background: #446648; }
      .form-wishlist .button:hover svg {
        fill: white; }
    .form-wishlist .button:focus {
      border-color: #446648 !important;
      background: #446648; }
      .form-wishlist .button:focus svg {
        fill: white; }
  .form-wishlist #wishlist-dropdown.is-open.dropdown-menu {
    min-width: 29.5rem;
    background: white;
    padding: 0;
    margin: 0;
    right: 0 !important;
    top: auto !important;
    border-radius: 0.5rem;
    border: 0.1rem solid #e6e6e6;
    margin-top: 1.7rem; }
    .form-wishlist #wishlist-dropdown.is-open.dropdown-menu::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 1.1rem 0.9rem 1.1rem;
      border-color: transparent transparent white transparent;
      position: absolute;
      content: "";
      top: -0.9rem;
      right: 2rem;
      z-index: 1; }
    .form-wishlist #wishlist-dropdown.is-open.dropdown-menu::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 1.2rem 1rem 1.2rem;
      border-color: transparent transparent #e6e6e6 transparent;
      position: absolute;
      content: "";
      top: -1rem;
      right: 1.9rem; }
    .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li {
      padding: 0;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem; }
      .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li::before {
        display: none; }
      .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li + li {
        border-top: 0.1rem solid #e6e6e6;
        border-radius: 0.5rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li + li .button {
          border-radius: 0.5rem;
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
      .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li .button {
        background: white;
        border: 0 !important;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem;
        color: #4f4f4f;
        text-transform: none;
        font-family: "Arial", Arial, Helvetica, sans-serif;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        padding: 2rem; }
        .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li .button:hover {
          background: white;
          color: #446648; }
        .form-wishlist #wishlist-dropdown.is-open.dropdown-menu li .button::before {
          display: none; }

.accordian {
  margin-bottom: 3rem; }

.accordian-sub-box {
  border-bottom: 0.1rem solid #e6e6e6;
  padding: 2.7rem 0; }
  @media screen and (max-width: 666px) {
    .accordian-sub-box {
      padding: 2rem 0; } }
  .accordian-sub-box:first-child {
    border-top: 0.1rem solid #e6e6e6; }
  .accordian-sub-box .content {
    display: none;
    padding-top: 2rem;
    padding-right: 2rem; }
    .accordian-sub-box .content p a {
      color: #828282; }
      .accordian-sub-box .content p a:hover {
        color: #446648; }
    .accordian-sub-box .content ul {
      margin-bottom: 0;
      margin-left: 1.4rem; }
      .accordian-sub-box .content ul li {
        margin-bottom: 0.5rem; }

.title-content h5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  color: black;
  margin: 0;
  cursor: pointer; }
  @media screen and (max-width: 666px) {
    .title-content h5 {
      font-size: 1.3rem; } }
  .title-content h5 span {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: normal;
    color: #828282;
    text-transform: capitalize;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .title-content h5 span p {
      border-bottom: 0.1rem solid #828282;
      margin: 0; }
    .title-content h5 span svg {
      width: 1.5rem;
      height: 1rem;
      margin-left: 1.4rem;
      fill: none;
      stroke: #b1b0a3; }
  .title-content h5 .text-off {
    display: none; }
  .title-content h5:hover {
    color: #446648; }
    .title-content h5:hover span {
      color: #446648; }
      .title-content h5:hover span p {
        border-color: #446648; }
      .title-content h5:hover span svg {
        stroke: #446648; }

.title-content.open .text-on {
  display: none; }

.title-content.open .text-off {
  display: flex; }
  .title-content.open .text-off svg {
    transform: rotate(180deg); }

.inner-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .inner-field img {
    max-width: 8rem; }
  .inner-field .inner-text {
    width: calc(100% - 8rem);
    padding-left: 2.8rem; }
    @media screen and (max-width: 767px) {
      .inner-field .inner-text {
        padding-left: 1.5rem; } }
    .inner-field .inner-text h6 {
      font-size: 2.2rem;
      margin-bottom: 0.5rem;
      line-height: 2.8rem; }
      @media screen and (max-width: 666px) {
        .inner-field .inner-text h6 {
          font-size: 1.8rem;
          line-height: 2.2rem; } }

.product-social {
  background: #f5f5f4;
  border-radius: 1rem;
  padding: 2.5rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .product-social p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
    color: #204a5b;
    margin: 0; }
  .product-social .socialLinks {
    z-index: 1; }
    .product-social .socialLinks .socialLinks-item {
      margin: 0 1.65rem; }
      @media screen and (max-width: 666px) {
        .product-social .socialLinks .socialLinks-item {
          margin: 0 1rem; } }
    .product-social .socialLinks .socialLinks-item--facebook {
      order: 1; }
    .product-social .socialLinks .socialLinks-item--email {
      order: 4;
      margin-right: 0; }
    .product-social .socialLinks .socialLinks-item--twitter {
      order: 3; }
    .product-social .socialLinks .socialLinks-item--pinterest {
      order: 2; }
    .product-social .socialLinks .icon {
      width: 4rem;
      height: 4rem;
      background: rgba(255, 255, 255, 0.4); }
      .product-social .socialLinks .icon svg {
        fill: #204a5b; }
      .product-social .socialLinks .icon:hover {
        background: #446648; }
        .product-social .socialLinks .icon:hover svg {
          fill: white; }
      .product-social .socialLinks .icon.icon--facebook svg {
        width: 0.7rem;
        height: 1.4 rem; }
      .product-social .socialLinks .icon.icon--pinterest svg {
        width: 1.2rem;
        height: 1.4rem; }
      .product-social .socialLinks .icon.icon--twitter svg {
        width: 1.4rem;
        height: 1.2 rem; }
      .product-social .socialLinks .icon.icon--email svg {
        width: 1.6rem;
        height: 1.2 rem; }

.productView-description {
  padding: 0;
  background: white;
  z-index: 3; }
  .productView-description .tabs-contents {
    margin-bottom: 0; }
  .productView-description .tab-content {
    padding: 7rem 0; }
    .productView-description .tab-content.is-active {
      padding: 9rem 0; }
    @media screen and (max-width: 1279px) {
      .productView-description .tab-content {
        padding: 6rem 0; }
        .productView-description .tab-content.is-active {
          padding: 7rem 0; } }
    @media screen and (max-width: 1023px) {
      .productView-description .tab-content {
        padding: 6rem 0 5rem; }
        .productView-description .tab-content.is-active {
          padding: 7rem 0 6rem; } }
    .productView-description .tab-content img {
      border-radius: 2rem; }
      @media screen and (max-width: 666px) {
        .productView-description .tab-content img {
          border-radius: 1rem; } }
    .productView-description .tab-content p {
      margin-bottom: 4.4rem; }
      @media screen and (max-width: 767px) {
        .productView-description .tab-content p {
          margin-bottom: 3rem; } }
      .productView-description .tab-content p a {
        color: #828282; }
        .productView-description .tab-content p a:hover {
          color: #446648; }
    .productView-description .tab-content h2,
    .productView-description .tab-content h3,
    .productView-description .tab-content h4,
    .productView-description .tab-content h5,
    .productView-description .tab-content h6 {
      font-family: "Arial", Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      letter-spacing: 0;
      margin-bottom: 1.4rem; }

.download-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 3rem; }
  @media screen and (max-width: 1279px) {
    .download-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .download-section h3.section-heading {
    margin-bottom: 0;
    width: calc(100% - 66.2rem);
    font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    max-width: 86.9rem;
    padding-right: 1rem; }
    @media screen and (max-width: 1279px) {
      .download-section h3.section-heading {
        max-width: 100%;
        width: 100%;
        margin-bottom: 3rem;
        padding-right: 0; } }
  .download-section .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 3.2rem; }
    @media screen and (max-width: 1279px) {
      .download-section .btn {
        width: 100%;
        padding-bottom: 0; } }
    @media screen and (max-width: 666px) {
      .download-section .btn {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .download-section .btn .button {
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 12.2C7.9 12.3 8 12.4 8.1 12.4C8.2 12.5 8.4 12.5 8.5 12.5C8.6 12.5 8.8 12.5 8.9 12.4C9 12.3 9.1 12.3 9.2 12.2L13.2 8.2C13.6 7.8 13.6 7.2 13.2 6.8C12.8 6.4 12.2 6.4 11.8 6.8L9.5 9.1V1.5C9.5 0.9 9.1 0.5 8.5 0.5C7.9 0.5 7.5 0.9 7.5 1.5V9.1L5.2 6.8C4.8 6.4 4.2 6.4 3.8 6.8C3.4 7.2 3.4 7.8 3.8 8.2L7.8 12.2Z' fill='white'/%3E%3Cpath d='M15.5 9.5C14.9 9.5 14.5 9.9 14.5 10.5V12.5C14.5 13.6 13.6 14.5 12.5 14.5H4.5C3.4 14.5 2.5 13.6 2.5 12.5V10.5C2.5 9.9 2.1 9.5 1.5 9.5C0.9 9.5 0.5 9.9 0.5 10.5V12.5C0.5 14.7 2.3 16.5 4.5 16.5H12.5C14.7 16.5 16.5 14.7 16.5 12.5V10.5C16.5 9.9 16.1 9.5 15.5 9.5Z' fill='white'/%3E%3C/svg%3E%0A");
      background-size: 1.7rem auto;
      background-repeat: no-repeat;
      background-position: right 4.6rem center;
      padding: 1.9rem 7.2rem 1.9rem 5.7rem; }
      @media screen and (max-width: 1680px) {
        .download-section .btn .button {
          padding: 1.9rem 7.2rem 1.9rem 4.7rem; } }
      @media screen and (max-width: 1279px) {
        .download-section .btn .button {
          width: calc(100% / 2 - 1rem);
          padding: 1.3rem 7.2rem 1.3rem 5.7rem; } }
      @media screen and (max-width: 767px) {
        .download-section .btn .button {
          background-position: right 2.6rem center; } }
      @media screen and (max-width: 666px) {
        .download-section .btn .button {
          width: 100%;
          margin-bottom: 1.5rem; }
          .download-section .btn .button:last-child {
            margin-bottom: 0; } }
      .download-section .btn .button + .button {
        margin-left: 2rem; }
        @media screen and (max-width: 1365px) {
          .download-section .btn .button + .button {
            margin-left: 1rem; } }
        @media screen and (max-width: 666px) {
          .download-section .btn .button + .button {
            margin-left: 0; } }

.product-tab-block {
  background: #173040; }
  @media screen and (max-width: 666px) {
    .product-tab-block .container {
      padding: 0; } }
  .product-tab-block .tabs {
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .product-tab-block .tab {
    border: 0;
    margin: 0; }
    .product-tab-block .tab.is-active {
      border: 0;
      margin: 0; }
      .product-tab-block .tab.is-active .tab-title {
        color: white; }
        .product-tab-block .tab.is-active .tab-title:after {
          transform: scaleX(1);
          transform-origin: bottom left; }
    .product-tab-block .tab:first-child .tab-title {
      border-left: 0.1rem solid #325867; }
  .product-tab-block .tab-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    color: white;
    font-family: 'Poppins', sans-serif;
    border-right: 0.1rem solid #325867;
    position: relative;
    padding: 2.5rem 4.9rem; }
    @media screen and (max-width: 1279px) {
      .product-tab-block .tab-title {
        padding: 1.5rem 3rem;
        font-size: 1.4rem;
        line-height: 1.8rem; } }
    .product-tab-block .tab-title:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: .6rem;
      bottom: 0;
      left: 0;
      background: #b1b0a3;
      transform-origin: bottom left;
      transition: transform .25s ease-out; }
      @media screen and (max-width: 1279px) {
        .product-tab-block .tab-title:after {
          height: 0.3rem; } }
    .product-tab-block .tab-title:hover {
      color: #b1b0a3; }

.tab-sticky.loaded .header-middle {
  top: -10rem; }

.tab-sticky.loaded .product-tab-block {
  position: sticky;
  top: -0.1rem;
  z-index: 12;
  width: 100%; }

.tab-title-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .tab-title-section {
      width: 100%;
      overflow: auto; } }

.print-section {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding-left: 2rem; }
  @media screen and (max-width: 767px) {
    .print-section {
      display: none; } }
  .print-section svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: none;
    stroke: white;
    margin-left: 1.6rem; }
  .print-section:hover {
    text-decoration: underline;
    color: white; }

.productView-info {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 0px; }
  @media screen and (max-width: 1023px) {
    .productView-info {
      grid-template-columns: 1fr;
      grid-column-gap: 0rem; } }
  .productView-info::before, .productView-info:after {
    display: none; }
  .productView-info li {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-self: flex-start;
    width: 100%;
    border-radius: 1rem;
    padding: 2.5rem 4rem; }
    @media screen and (max-width: 1279px) {
      .productView-info li {
        padding: 2rem; } }
    @media screen and (max-width: 1023px) {
      .productView-info li {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%; }
        .productView-info li:nth-child(odd) {
          background: #f5f5f4; } }
    @media screen and (min-width: 1024px) {
      .productView-info li.stipe {
        background: #f5f5f4; } }

.productView-info-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "946 Latin Dense 4", Arial, Helvetica, sans-serif;
  color: #173040;
  margin: 0;
  width: 21.4rem;
  padding-right: 1rem; }
  @media screen and (max-width: 1279px) {
    .productView-info-name {
      width: 15rem; } }
  @media screen and (max-width: 666px) {
    .productView-info-name {
      width: 100%; } }
  .productView-info-name.full-width {
    width: 100%;
    margin-bottom: 1rem; }

.productView-info-value {
  margin: 0;
  width: calc(100% - 21.4rem); }
  @media screen and (max-width: 1279px) {
    .productView-info-value {
      width: calc(100% - 15rem); } }
  @media screen and (max-width: 666px) {
    .productView-info-value {
      width: 100%; } }
  .productView-info-value.full-width {
    width: 100%; }

.document-section {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .document-section li {
    width: calc(100% / 2 - 1rem);
    margin-top: 2rem; }
    .document-section li:nth-child(1), .document-section li:nth-child(2) {
      margin-top: 0; }
    @media screen and (max-width: 1023px) {
      .document-section li {
        width: 100%;
        margin-top: 1.5rem; }
        .document-section li:nth-child(2) {
          margin-top: 1.5rem; } }
  .document-section a {
    border-radius: 5em;
    border: 0.1rem solid #b1b0a3;
    background: #f5f5f4;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #173040;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.4rem 1.6rem 1.4rem 6rem; }
    @media screen and (max-width: 1023px) {
      .document-section a {
        padding: 1.4rem 2.5rem; } }
    @media screen and (max-width: 767px) {
      .document-section a {
        font-size: 1.4rem; } }
    .document-section a span {
      width: 5rem;
      height: 5rem;
      border-radius: 100%;
      background: #173040;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-left: 1rem;
      min-width: 5rem; }
      @media screen and (max-width: 666px) {
        .document-section a span {
          width: 3.5rem;
          height: 3.5rem;
          min-width: 3.5rem; } }
      .document-section a span svg {
        width: 1.6rem;
        height: 1.7rem;
        fill: white; }
        @media screen and (max-width: 666px) {
          .document-section a span svg {
            width: 1.3rem;
            height: 1.4rem; } }
    .document-section a:hover {
      background: white;
      color: #446648; }
      .document-section a:hover span {
        background: #446648; }

.videoGallery-main {
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 48.4%; }
  @media screen and (max-width: 767px) {
    .videoGallery-main {
      padding-bottom: 52.4%; } }

.video-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #204a5b;
  text-align: center;
  margin: 0 !important;
  padding: 3.3rem 2rem 0; }
  @media screen and (max-width: 767px) {
    .video-title {
      font-size: 1.4rem;
      line-height: 1.8rem;
      padding: 1rem 0 0; } }

#product-reviews {
  display: inline-block;
  width: 100%; }

#productReviews-content {
  text-align: center; }
  @media screen and (max-width: 666px) {
    #productReviews-content .section-heading {
      margin-bottom: 1.5rem; } }
  #productReviews-content .button {
    min-width: 28.1rem; }

.no-review {
  text-align: center;
  margin-bottom: 3.7rem; }
  .no-review p {
    font-size: 2rem;
    line-height: 2.4rem; }

.review-count {
  margin-bottom: 3.6rem; }
  @media screen and (max-width: 767px) {
    .review-count {
      margin-bottom: 2rem; } }
  .review-count p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.9rem;
    font-weight: 700;
    color: #204a5b; }
    .review-count p img {
      max-width: 8.7rem;
      margin-right: 1.5rem; }

.productReviews-list {
  margin: 4rem 0 0 0; }

.productReview {
  width: 100%;
  padding: 0;
  border: 0.1rem solid #e6e6e6;
  background: white;
  border-radius: 2rem;
  padding: 3.2rem 7rem 3rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    .productReview {
      padding: 2.5rem 3rem 2.7rem; } }
  @media screen and (max-width: 767px) {
    .productReview {
      padding: 2.5rem 2rem 2.7rem; } }
  .productReview:last-child {
    margin-bottom: 0; }
  .productReview .productReview-title {
    width: auto; }

.productReview-rating {
  margin-bottom: 0.7rem; }
  .productReview-rating .icon {
    width: 1.5rem;
    height: 1.4rem; }

.productReview-title {
  width: max-content;
  margin: 0 auto 1.9rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-transform: capitalize;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  padding-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .productReview-title {
      font-size: 2rem;
      line-height: 2.4rem;
      padding-bottom: 1.5rem; } }

.productReview-body {
  font-size: 1.6rem;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 767px) {
    .productReview-body {
      font-size: 1.4rem;
      margin-bottom: 1.5rem; } }

.productReview-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #4f4f4f;
  font-family: 'Poppins', sans-serif; }

.related-section {
  background: white; }
  .related-section .section-heading {
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .related-section .section-heading {
        margin-bottom: 2rem; } }

.custom-section.guarantees-section {
  position: relative;
  border-top: 0.1rem solid rgba(177, 176, 163, 0.2); }
  .custom-section.guarantees-section:after {
    content: "";
    background: url(../img/dh-custom/video-pattern.png) repeat no-repeat top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: -1; }
  .custom-section.guarantees-section .guarantees-image {
    background: white;
    border-color: white; }

.modal-header {
  padding: 1.7rem 6rem 2rem 2rem; }
  @media screen and (max-width: 767px) {
    .modal-header {
      padding: 1.7rem 5rem 2rem 5rem; } }

.modal-header-title {
  font-size: 3rem;
  line-height: 3.4rem; }
  @media screen and (max-width: 767px) {
    .modal-header-title {
      font-size: 2.4rem;
      line-height: 3rem; } }

.modal-close {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.564 8.12796L1.5 1.06396' stroke='%23B1B0A3' stroke-width='2'/%3E%3Cpath d='M8.564 0.999968L1.5 8.06396' stroke='%23B1B0A3' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: center;
  right: 2rem;
  top: 2.5rem; }
  .modal-close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.564 8.12796L1.5 1.06396' stroke='%23446648' stroke-width='2'/%3E%3Cpath d='M8.564 0.999968L1.5 8.06396' stroke='%23446648' stroke-width='2'/%3E%3C/svg%3E%0A"); }

.previewCart {
  max-width: 100%; }
  .previewCart .productView {
    flex-direction: inherit;
    -webkit-flex-direction: inherit;
    padding: 0 2rem 0 0; }
    @media screen and (max-width: 1023px) {
      .previewCart .productView {
        display: none; } }
  .previewCart .productView-image--cart {
    height: auto; }
  .previewCart .productView-title {
    line-height: 4.2rem; }
  .previewCart .productView-brand {
    font-size: 1.4rem;
    line-height: normal;
    margin: 0 0 1.1rem;
    color: #b1b0a3;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0; }
  .previewCart .productView-price {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    color: #1d1d1d; }
  .previewCart .productView-info {
    display: block; }
  .previewCart .productView-info-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0;
    text-transform: inherit;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    color: #173040;
    margin: 0;
    width: auto;
    float: left; }
  .previewCart .productView-info-value {
    width: auto;
    float: left;
    margin-left: 1.5rem; }

.previewCartCheckout {
  padding: 2rem;
  background: #f5f5f4; }

.previewCartCheckout-subtotal {
  margin-bottom: 0; }
  .previewCartCheckout-subtotal + p {
    margin-bottom: 2rem; }

.previewCartCheckout-price {
  font-size: 2rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0.5rem 0; }

.modal-body.quickView {
  background: rgba(245, 245, 244, 0.5); }

.productView--quickView .productView-images {
  width: 55%;
  padding-left: 2rem; }

.productView--quickView .productView-details {
  width: 45%;
  padding-right: 2rem;
  padding-left: 6rem; }
  .productView--quickView .productView-details .detail-btn,
  .productView--quickView .productView-details .accordian,
  .productView--quickView .productView-details .product-social {
    display: none; }

.writeReview-productImage-container {
  margin-bottom: 2rem;
  padding-right: 2rem; }
  @media screen and (max-width: 767px) {
    .writeReview-productImage-container {
      display: none; } }
  .writeReview-productImage-container img {
    position: inherit;
    width: 100%; }
  .writeReview-productImage-container::after {
    display: none; }

@media screen and (max-width: 767px) {
  .writeReview-productDetails {
    display: none; } }

.writeReview-productDetails .product-brand {
  font-size: 1.4rem;
  line-height: normal;
  margin: 0 0 1.1rem;
  color: #b1b0a3;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0; }

.writeReview-productDetails .product-title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3.7rem;
  text-transform: capitalize;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.4rem; }
  @media screen and (max-width: 1279px) {
    .writeReview-productDetails .product-title {
      font-size: 2.4rem;
      line-height: 3.2rem; } }
  @media screen and (max-width: 767px) {
    .writeReview-productDetails .product-title {
      font-size: 2.2rem;
      line-height: 3rem; } }

@media print {
  .header-topbar,
  .navPages-container,
  .right-bar,
  .affirm-review-section,
  .sort-detail,
  .productView-options,
  .accordian,
  .product-social,
  #product-reviews,
  .related-section,
  .custom-section.guarantees-section,
  .footer,
  .productView-thumbnails,
  .product-tab-block,
  ol.breadcrumbs,
  .detail-btn {
    display: none; }
  .productView-details {
    padding: 0;
    width: 100%; }
  .download-section {
    display: block; }
    .download-section h3.section-heading {
      width: 100%;
      max-width: 100%; }
    .download-section .btn {
      display: block; }
  .header-logo .header-logo__link {
    max-width: 15rem;
    min-width: 12rem; } }

.productReviews .pagination .pagination-list {
  margin-bottom: 0;
  padding-bottom: 0; }

.form-field--error .form-inlineMessage::before {
  height: 1.4rem;
  width: 1.4rem; }

.modal {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.previewCart {
  padding-top: 1rem; }
  .previewCart .productView-image {
    width: 45%; }
    .previewCart .productView-image .productView-img-container {
      height: auto; }
      .previewCart .productView-image .productView-img-container:after {
        padding-bottom: 100%; }
  .previewCart .productView-details {
    width: 55%;
    padding-left: 2rem;
    padding-right: 2rem; }
    .previewCart .productView-details .productView-title {
      font-size: 3.6rem;
      line-height: 4.6rem;
      letter-spacing: 0;
      margin-bottom: 1.4rem; }
    .previewCart .productView-details .productView-info {
      padding-top: .5rem; }
      .previewCart .productView-details .productView-info .productView-info-name {
        font-size: 1.4rem;
        padding-right: 0.5rem; }
      .previewCart .productView-details .productView-info .productView-info-value {
        font-size: 1.4rem;
        margin-left: 0; }

.previewCartCheckout {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.previewCartCheckout .button:not(:last-child) {
  margin-bottom: 1rem; }

.previewCartCheckout-price {
  font-family: 'Poppins', sans-serif;
  margin: 1rem 0; }

@media screen and (max-width: 1279px) {
  .related-inner .productCarousel {
    margin: 0 -2rem; } }

.promo-block {
  border: 0.1rem solid #e6e6e6;
  border-radius: 1.4rem;
  margin-bottom: 3rem;
  background: white; }
  .promo-block ul {
    margin: 0 !important;
    list-style: none;
    padding: 3rem 6rem; }
    @media screen and (max-width: 767px) {
      .promo-block ul {
        padding: 2rem 2rem 3rem; } }
    .promo-block ul li {
      display: none; }
      .promo-block ul li:first-child {
        display: block; }
    .promo-block ul.slick-initialized li {
      display: inline-block; }
  .promo-block .slick-dots {
    bottom: -1rem;
    padding: 0;
    margin: 0 auto !important; }
    .promo-block .slick-dots li {
      width: 3rem;
      height: 0.4rem; }
  .promo-block .slick-prev, .promo-block .slick-arrow.slick-next {
    width: 4rem;
    height: 4rem;
    background: none !important; }
    .promo-block .slick-prev:after, .promo-block .slick-prev:before, .promo-block .slick-arrow.slick-next:after, .promo-block .slick-arrow.slick-next:before {
      display: none; }
    .promo-block .slick-prev svg, .promo-block .slick-arrow.slick-next svg {
      stroke: black;
      width: 1rem;
      height: 1.5rem;
      position: relative;
      margin-left: -0.2rem;
      margin-right: 0; }
    .promo-block .slick-prev:hover, .promo-block .slick-arrow.slick-next:hover {
      background: #446648 !important; }
      .promo-block .slick-prev:hover svg, .promo-block .slick-arrow.slick-next:hover svg {
        stroke: white; }
  .promo-block .slick-prev {
    left: 1rem; }
    .promo-block .slick-prev svg {
      left: -.1rem;
      top: -.1rem;
      margin-left: 0;
      margin-right: 0rem; }
  .promo-block .slick-arrow.slick-next {
    right: 1rem; }
    .promo-block .slick-arrow.slick-next svg {
      right: -.1rem;
      top: -.1rem; }
  .promo-block .guarantees-item {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .promo-block .guarantees-item {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
  .promo-block .guarantees-image {
    margin-top: 2.6rem;
    margin-bottom: 2.6rem; }
  .promo-block .guarantees-content {
    padding: 0 0 0 2rem;
    width: calc(100% - 9rem);
    text-align: left; }
    .promo-block .guarantees-content h4 {
      max-width: inherit;
      font-size: 2.4rem;
      line-height: 3rem; }
    .promo-block .guarantees-content p {
      max-width: inherit; }

#afffirm-promo-box {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  color: black;
  display: flex !important;
  order: 1;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  height: auto !important; }
  @media screen and (max-width: 666px) {
    #afffirm-promo-box {
      width: 100% !important;
      margin-bottom: 1rem; } }
  #afffirm-promo-box img {
    max-width: 5.4rem;
    margin: 0 0.8rem; }
    @media screen and (max-width: 1279px) {
      #afffirm-promo-box img {
        margin: 0 0.5rem; } }
  #afffirm-promo-box a {
    text-decoration: underline;
    color: #828282; }
    #afffirm-promo-box a:hover {
      color: #446648; }

#afffirm-promo-box-quick {
  text-align: center !important;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  color: black;
  display: flex !important;
  order: 1;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  height: auto !important; }
  @media screen and (max-width: 666px) {
    #afffirm-promo-box-quick {
      width: 100% !important;
      margin-bottom: 1rem; } }
  #afffirm-promo-box-quick img {
    max-width: 5.4rem;
    margin: 0 0.8rem; }
    @media screen and (max-width: 1279px) {
      #afffirm-promo-box-quick img {
        margin: 0 0.5rem; } }
  #afffirm-promo-box-quick a {
    text-decoration: underline;
    color: #828282; }
    #afffirm-promo-box-quick a:hover {
      color: #446648; }

@media screen and (max-width: 666px) {
  .account {
    margin-bottom: 0; } }

.login {
  max-width: 105rem;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .login .new-customer {
      padding-left: 0;
      padding-right: 0; } }
  .login .new-customer .panel-header {
    padding-top: 3rem; }
  .login .login-row {
    margin: 0;
    padding-top: 2rem;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .login .login-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .login .login-row {
        padding-top: .5rem; } }
    .login .login-row .login-form {
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .login .login-row .login-form {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .login .login-row .login-form {
          padding-left: 0;
          padding-right: 0; } }
    .login .login-row .form-actions {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 1279px) {
        .login .login-row .form-actions {
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          max-width: 100%;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 767px) {
        .login .login-row .form-actions {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        .login .login-row .form-actions .button {
          margin-bottom: 0;
          width: auto;
          min-width: 12rem; } }
      .login .login-row .form-actions a {
        color: #828282;
        text-decoration: none;
        margin-left: 2rem; }
        @media screen and (max-width: 767px) {
          .login .login-row .form-actions a {
            font-size: 1.4rem;
            margin-left: 0rem; } }
        .login .login-row .form-actions a:hover {
          color: #446648; }

.panel-header {
  padding: 2rem 3rem 0;
  background: #E6E6E6;
  -webkit-border-radius: 2rem 2rem 0 0;
  -moz-border-radius: 2rem 2rem 0 0;
  border-radius: 2rem 2rem 0 0; }
  @media screen and (max-width: 767px) {
    .panel-header {
      padding: 2rem 2rem 0; } }
  .panel-header .panel-title {
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .panel-header .panel-title {
        font-size: 2.8rem; } }

.panel-body {
  padding: 1.5rem 3rem 4rem;
  background: #E6E6E6;
  -webkit-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
  border-radius: 0 0 2rem 2rem; }
  @media screen and (max-width: 767px) {
    .panel-body {
      padding: 1rem 2rem 3rem; } }
  .panel-body ul {
    margin: 1.5rem 0 2.5rem 1.5rem; }
    @media screen and (max-width: 767px) {
      .panel-body ul {
        margin-top: 1rem; } }
    .panel-body ul li {
      position: relative;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      @media screen and (max-width: 767px) {
        .panel-body ul li {
          font-size: 1.4rem;
          line-height: 2rem; } }
    .panel-body ul li + li {
      padding-top: .5rem; }

.account--fixed .g-recaptcha div {
  margin: 0 auto; }

@media screen and (max-width: 1279px) {
  .account--fixedSmall {
    max-width: 60rem;
    margin: 0 auto; } }

@media screen and (max-width: 1279px) {
  .account--fixedSmall h1 + p {
    text-align: center; } }

.form-prefixPostfix--centeredColumn.wrap .form-inlineMessage {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .form-prefixPostfix--centeredColumn.wrap .form-inlineMessage {
      margin-top: 0; } }

.form-prefixPostfix--centeredColumn.wrap .button.button--primary {
  max-width: 24rem;
  margin: 1rem auto 0; }
  @media screen and (max-width: 767px) {
    .form-prefixPostfix--centeredColumn.wrap .button.button--primary {
      width: 100%;
      margin-top: 1.5rem;
      margin-left: auto; } }

.alertBox {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .alertBox .alertBox-icon .icon {
    width: 1.8rem;
    height: 1.8rem; }

.navBar--account .navBar-item, .account-navigation .navBar-item {
  font-size: 1.6rem;
  color: #173040;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Helvetica', Arial, sans-serif; }
  @media screen and (max-width: 1023px) {
    .navBar--account .navBar-item, .account-navigation .navBar-item {
      font-size: 1.4rem;
      display: inline-block; } }
  .navBar--account .navBar-item .navBar-action, .account-navigation .navBar-item .navBar-action {
    font-size: 1.6rem;
    color: #173040;
    text-transform: capitalize;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      .navBar--account .navBar-item .navBar-action, .account-navigation .navBar-item .navBar-action {
        font-size: 1.4rem; } }
    .navBar--account .navBar-item .navBar-action:hover, .account-navigation .navBar-item .navBar-action:hover {
      color: #446648; }

@media screen and (max-width: 1023px) {
  .navBar--account {
    display: block;
    margin-bottom: 3.5rem; } }

@media screen and (max-width: 1023px) {
  .navBar--account .navBar-item {
    display: inline-block; } }

.navBar--account .navBar-item.is-active {
  border-bottom-color: #446648; }
  .navBar--account .navBar-item.is-active .navBar-action {
    color: #446648; }

.account-product-title > a {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1.8rem; }

.account-listItem .account-product-image {
  padding: .3rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: white;
  border: 0.1rem solid #e6e6e6;
  height: 7rem;
  object-position: center;
  object-fit: contain; }

.account-product-detail-heading {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  color: #173040;
  letter-spacing: 0; }

.account-product-detail span {
  font-size: 1.4rem; }

.account-orderStatus-label {
  color: #173040;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  background: white; }

.account-listShipping .account-listShipping-title {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .account-listShipping .account-listShipping-title {
      font-size: 1.4rem; } }

.account-listShipping .account-listShipping-title {
  font-weight: normal; }

.account-product-body .definitionList {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.1rem; }
  .account-product-body .definitionList .definitionList-value {
    color: black; }

.definitionList + .button {
  margin-top: 2rem; }

.account-order-address {
  font-size: 1.6rem;
  line-height: 2.2rem; }
  @media screen and (max-width: 767px) {
    .account-order-address {
      font-size: 1.4rem; } }

.page_type__account_order .account-orderTotal {
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .page_type__account_order .account-orderTotal {
      width: 100%;
      font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .page_type__account_order .account-sidebar-block {
    margin-top: 0rem;
    border-top: 0rem solid #e6e6e6;
    padding-top: 2rem; } }

.page_type__account_order .account-sidebar-block .definitionList + .button {
  margin-top: 0; }

@media screen and (min-width: 1024px) {
  .page_type__account_order .account-content--fixedSmall {
    width: 62%; } }

.account-orderTotal-value:last-child {
  font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .account-orderTotal-value:last-child {
      font-size: 2rem; } }

.account-orderStatus-label {
  padding: .2rem .8rem; }

.account-product-checkItem .form-checkbox + .form-label {
  outline: none !important; }

.account-product-checkItem .form-checkbox + .form-label::before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5em; }

.account-product-checkItem .form-checkbox:checked + .form-label::before {
  background: #446648; }

.account-product-checkItem .form-checkbox + .form-label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: .1rem; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-figure {
  left: 0; }
  .account-product--alignMiddle .account-product-figure:after {
    padding-bottom: 0; }

.account-product--alignMiddle .account-product-body {
  padding-left: 2rem; }
  @media screen and (max-width: 767px) {
    .account-product--alignMiddle .account-product-body {
      padding-bottom: 0;
      padding-left: 1rem; } }

.account-product-title {
  font-weight: 400;
  padding-right: 7rem;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 1.4rem;
      line-height: 2rem; } }

.account-product-price {
  font-weight: 700;
  font-size: 1.6rem;
  padding-left: 1rem;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #173040; }
  @media screen and (max-width: 767px) {
    .account-product-price {
      font-size: 1.4rem; } }

.account-orderTotal-key {
  color: #173040;
  font-weight: 700;
  font-family: 'Helvetica', Arial, sans-serif; }

.account-orderTotal-value {
  font-weight: 700;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #173040; }

.definitionList-key {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .definitionList-key {
      font-size: 1.4rem; } }

.definitionList-value {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .definitionList-value {
      font-size: 1.4rem; } }

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

.account-orderStatus {
  font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    .account-orderStatus {
      bottom: -1rem;
      margin-bottom: 1rem; } }

.addressList {
  margin-bottom: 0; }

.panel--address .panel-body {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  min-height: 27.625rem; }
  @media screen and (max-width: 767px) {
    .panel--address .panel-body {
      min-height: 18rem; } }
  .panel--address .panel-body .address-details {
    margin-left: 0;
    margin: 1rem 0 0;
    font-size: 1.4rem; }
    .panel--address .panel-body .address-details .address-label, .panel--address .panel-body .address-details .address-description {
      font-size: 1.4rem; }
    .panel--address .panel-body .address-details li {
      font-size: 1.4rem; }
    .panel--address .panel-body .address-details + .address-details {
      margin-top: 0.5rem; }

.address-title {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0; }

.panel--address .form-actions .button {
  padding: .7rem 2.5rem;
  font-size: 1.2rem; }

.wishlists-table {
  max-width: 100%; }
  .wishlists-table .table-thead {
    background: none; }
    .wishlists-table .table-thead tr th {
      background: none;
      font-family: 'Helvetica', Arial, sans-serif; }
      @media screen and (max-width: 767px) {
        .wishlists-table .table-thead tr th {
          font-size: 1.4rem; } }

.wishlist-form {
  max-width: 70rem;
  background: white;
  border: 0.1rem solid #e6e6e6;
  padding: 3rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  width: 100%; }
  .wishlist-form .form-checkbox + .form-label {
    font-size: 1.4rem;
    color: #173040; }
  .wishlist-form .form-actions {
    clear: both; }

.form-checkbox + .form-label {
  padding-left: 3rem;
  line-height: 2.4rem; }
  .form-checkbox + .form-label:before {
    width: 2.2rem;
    height: 2.2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-color: #E6E6E6;
    margin: 0;
    top: .1rem;
    left: 0; }
  .form-checkbox + .form-label:after {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0;
    top: .1rem;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.63397 2.75898L3.7501 8.64285L0.366211 5.25898L2.13398 3.49121L3.7501 5.10733L7.86622 0.991211L9.63397 2.75898Z' fill='white'/%3E%3C/svg%3E");
    background-size: 1rem auto;
    background-position: center;
    background-repeat: no-repeat; }

.form-checkbox:checked + .form-label:before {
  border-color: #446648;
  background: #446648; }

.form-checkbox:checked + .form-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.63397 2.75898L3.7501 8.64285L0.366211 5.25898L2.13398 3.49121L3.7501 5.10733L7.86622 0.991211L9.63397 2.75898Z' fill='white'/%3E%3C/svg%3E");
  background-size: 1.2rem auto;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 1359px) {
  .type-404 .form-prefixPostfix .form-input, .type-giftcertificates_balance .form-prefixPostfix .form-input {
    width: auto; } }

@media screen and (max-width: 767px) {
  .type-404 .form-prefixPostfix .form-input, .type-giftcertificates_balance .form-prefixPostfix .form-input {
    width: 100%; } }

.type-404 .form-prefixPostfix .button, .type-giftcertificates_balance .form-prefixPostfix .button {
  margin-left: 1rem; }
  @media screen and (max-width: 1359px) {
    .type-404 .form-prefixPostfix .button, .type-giftcertificates_balance .form-prefixPostfix .button {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .type-404 .form-prefixPostfix .button, .type-giftcertificates_balance .form-prefixPostfix .button {
      margin-left: 0;
      width: 100%; } }

.form-row.form-row--half + .form-row .form-checkbox + .form-label + .form-inlineMessage, .form-row.form-row--half + .form-row .form-radio + .form-label + .form-inlineMessage {
  margin-top: 0; }

.form-row.form-row--half + .form-row .form-column {
  padding-left: 0;
  padding-right: 0px; }
  .form-row.form-row--half + .form-row .form-column > .form-field + .form-label {
    clear: both;
    padding: 0 10px; }

.type-giftcertificates .form-field-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0px;
  margin-bottom: 0;
  background: transparent; }

@media screen and (max-width: 666px) {
  .account-sidebar {
    padding: 0; } }

.account-sidebar .account-heading {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.6px; }
  @media screen and (max-width: 767px) {
    .account-sidebar .account-heading {
      font-size: 1.8rem; } }

.table-actions .button {
  padding: .9rem 2.5rem;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .table-actions .button + .button {
    margin-top: .7rem; } }

.share-wishlist {
  max-width: 70rem; }
  .share-wishlist .panel-body {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 3rem;
    margin-bottom: 3rem; }

.type-wishlist .pagination {
  display: none !important; }

.type-wishlist .productGrid .product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }

.type-wishlist .productGrid .card .card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: flex-start; }

.type-wishlist .productGrid .card + .form {
  margin-top: 2rem; }

@media screen and (max-width: 767px) {
  .account-content .account-listItem {
    padding-bottom: 4rem; } }

.type-account_orderstatus .account-content .account-listItem .account-product-description {
  margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .type-account_orderstatus .account-content .account-listItem {
    padding-bottom: 2rem; } }

.wishlists-table tr td {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.template-wishlists .form-actions {
  margin-top: 3rem;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .account-body {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .account-body .account-content {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .account-orderStatus {
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .form {
    margin-bottom: 0; } }

.template-forgotpassword .body .form-prefixPostfix--centeredColumn .g-recaptcha + br {
  display: none; }

@media screen and (max-width: 767px) {
  .form-inlineMessage {
    font-size: 1.2rem;
    line-height: 2.1rem; } }

@media screen and (max-width: 767px) {
  .type-forgotpassword .form-prefixPostfix--centeredColumn.wrap .button.button--primary {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .account--fixed .g-recaptcha div {
    max-width: 26rem; } }

@media screen and (max-width: 767px) {
  .suggestion-title {
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 666px) {
  .suggestion-title {
    margin-bottom: 1rem; } }

.panel-body .category-suggestion-list {
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    .panel-body .category-suggestion-list {
      margin: 0; }
      .panel-body .category-suggestion-list .category-suggestion {
        padding-left: 0;
        padding-top: 0;
        width: 50%; } }
  @media screen and (max-width: 666px) {
    .panel-body .category-suggestion-list .category-suggestion {
      width: 100%;
      padding: 0;
      margin-bottom: 0.6rem; } }

#contact-us-page .g-recaptcha + br {
  display: none; }

.type-cart .body {
  padding-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .type-cart .body {
      padding-bottom: 6rem; } }

.cart-header-item {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #173040; }

.cart-item-brand {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: bold;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #B1B0A3;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.cart-item-name {
  font-size: 1.6rem;
  display: block;
  line-height: normal;
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .cart-item-name {
      line-height: normal;
      font-size: 1.4rem; } }
  .cart-item-name + a {
    font-size: 1.3rem;
    color: #828282; }
    .cart-item-name + a:hover {
      color: #446648; }
  .cart-item-name a {
    color: #173040;
    text-decoration: none;
    font-family: 'Helvetica', Arial, sans-serif; }
    .cart-item-name a:hover {
      color: #446648; }

.cart-item-figure {
  text-align: left; }

.cart-pro-img {
  width: 12.2rem;
  height: 12.2rem;
  border: .1rem solid #E6E6E6;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .cart-pro-img {
      width: 9.2rem;
      height: 9.2rem; } }

.cart-item-image {
  max-width: 12rem;
  max-height: 12rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .cart-item-image {
      max-width: 9rem;
      max-height: 9rem; } }

.cart-item td {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.cart-item-value {
  font-size: 1.6rem;
  color: #173040;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .cart-item-value {
      font-size: 1.2rem; } }

.cart-item-name + .definitionList {
  font-size: 12px;
  font-family: 'Helvetica', Arial, sans-serif;
  color: black; }
  .cart-item-name + .definitionList .definitionList-key {
    color: black;
    font-size: 1.3rem; }
    @media screen and (max-width: 767px) {
      .cart-item-name + .definitionList .definitionList-key {
        font-size: 1.1rem; } }
  .cart-item-name + .definitionList .definitionList-value {
    font-size: 1.3rem;
    color: #1d1d1d; }
    @media screen and (max-width: 767px) {
      .cart-item-name + .definitionList .definitionList-value {
        font-size: 1.1rem; } }
  .cart-item-name + .definitionList + a {
    color: #828282;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.3rem; }
    .cart-item-name + .definitionList + a:hover {
      color: #446648; }

.form-increment {
  display: flex !important;
  max-width: 14rem;
  border: .1rem solid #B1B0A3;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  margin: 0 auto !important;
  background: white;
  width: 100%;
  min-width: 14rem;
  border-radius: 5rem;
  -webkit-justify-content: center;
  justify-content: center; }
  .form-increment .form-input {
    padding: 1.5rem 1rem;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 7rem;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: arial;
    color: #173040; }
    @media screen and (max-width: 767px) {
      .form-increment .form-input {
        font-size: 1.4rem; } }
  .form-increment .button {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none !important; }
    .form-increment .button .icon {
      width: 1.2rem;
      height: 1.2rem;
      fill: none; }
      @media screen and (max-width: 666px) {
        .form-increment .button .icon {
          width: 1rem;
          height: 1rem; } }
      .form-increment .button .icon svg {
        fill: none;
        stroke: #B1B0A3; }
    .form-increment .button:hover .icon svg {
      stroke: #446648; }

.cart-list {
  border-top-color: #E6E6E6; }

.cart-item {
  border-bottom-color: #E6E6E6; }

.cart-total-label {
  text-transform: capitalize; }
  .cart-total-label strong {
    color: #173040; }

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

@media screen and (max-width: 767px) {
  .cart-total-label {
    padding-left: 0; } }

.cart-total-label,
.cart-total-value {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #173040;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .cart-total-label,
    .cart-total-value {
      font-size: 1.4rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #828282; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #446648; }

@media screen and (max-width: 1279px) {
  .cart-total {
    border-bottom: 0.1rem solid #e6e6e6; } }

@media screen and (max-width: 767px) {
  .cart-total:first-child .cart-total-label, .cart-total:first-child .cart-total-value {
    padding-top: 0rem; } }

.cart-total .select2-container .select2-selection--single {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  @media screen and (max-width: 767px) {
    .cart-total .select2-container .select2-selection--single {
      padding: 1.2rem 4rem 1.3rem 1.8rem;
      font-size: 1.4rem; } }

.cart-total .form-input {
  height: auto;
  padding: 1.5rem 2.2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  @media screen and (max-width: 767px) {
    .cart-total .form-input {
      padding: 1.3rem 1.8rem 1.3rem;
      font-size: 1.4rem; } }

.estimator-form-label .form-label {
  line-height: 5rem;
  font-size: 1.4rem; }

.coupon-form,
.cart-gift-certificate-form {
  padding-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .coupon-form .form-input,
    .cart-gift-certificate-form .form-input {
      width: calc(100% - 11rem); } }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    padding: 1.27rem 2.5rem 1.23rem; }
    @media screen and (max-width: 767px) {
      .coupon-form .button,
      .cart-gift-certificate-form .button {
        padding: 1.27rem 2rem 1.23rem;
        min-width: 10rem; } }

.cart-actions.cart-content-padding-right .button {
  min-width: 28rem;
  margin-bottom: 1.5rem; }

.cart-remove {
  border: 0 solid #173040;
  background: none;
  height: 2.8rem;
  width: 2.8rem;
  margin-top: -.2rem; }
  @media screen and (max-width: 767px) {
    .cart-remove {
      position: absolute;
      top: 1rem;
      right: -.5rem; } }
  .cart-remove svg {
    fill: none;
    stroke: #828282; }
  .cart-remove:hover svg {
    stroke: #446648; }

.shipping-quotes {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  clear: both; }
  .shipping-quotes ul {
    margin-left: 0;
    margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    .shipping-quotes form {
      padding-top: 1rem; } }
  @media screen and (max-width: 1279px) {
    .shipping-quotes .estimator-form-input {
      text-align: right; } }
  @media screen and (max-width: 1279px) {
    .shipping-quotes .select-shipping-quote {
      float: right;
      margin-bottom: 2rem; } }

#CartEditProductFieldsForm .form-label small, #CartEditProductFieldsForm .form-label--alternate small {
  display: none; }

#CartEditProductFieldsForm .form-option-wrapper .form-option {
  border: 0.1rem solid #e6e6e6;
  box-shadow: none;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  margin: 0 1rem 1.5rem 0;
  background: white; }
  #CartEditProductFieldsForm .form-option-wrapper .form-option .form-option-variant {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 0;
    min-width: inherit;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: 0.45px; }
  #CartEditProductFieldsForm .form-option-wrapper .form-option:hover {
    border-color: #446648; }

#CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option {
  border: 0.1rem solid #e6e6e6;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  box-shadow: none;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0 1rem 1.5rem 0; }
  #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option .form-option-variant {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: 10px auto; }
  #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option:hover {
    border-color: #446648; }

#CartEditProductFieldsForm .form-option-wrapper .form-radio:checked + .form-option {
  border-color: #446648; }

.modal--alert .button-container .confirm {
  background: #446648;
  border-color: #446648; }
  .modal--alert .button-container .confirm:hover {
    background: black;
    border-color: black; }
  .modal--alert .button-container .confirm:focus:hover {
    background: black;
    border-color: black; }

.modal--alert .modal-content {
  font-size: 1.4rem; }

.shipping-quotes .form-label {
  line-height: 2.5rem;
  padding-left: 3rem;
  margin-left: 0; }

@media screen and (max-width: 1279px) {
  .cart-item-title {
    margin-bottom: 0; } }

@media screen and (max-width: 1279px) {
  .cart-item-label {
    font-size: 1.4rem;
    color: #204a5b;
    font-weight: bold; } }

@media screen and (max-width: 767px) {
  .cart-item-label {
    font-size: 1.2rem; } }

@media screen and (max-width: 1279px) {
  .form-label.cart-item-label {
    text-align: center;
    padding-left: 0;
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .form-label.cart-item-label {
    font-size: 1.2rem;
    padding-top: 1.2rem; } }

@media screen and (max-width: 1279px) {
  .cart-totals {
    width: 100%;
    text-align: left;
    margin-bottom: 3rem; } }

@media screen and (max-width: 1279px) {
  .cart-total-value {
    float: right; } }

@media screen and (max-width: 1279px) {
  .estimator-form .button--primary {
    float: right;
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .estimator-form .button--primary {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .cart-item {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    position: relative; } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-label {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .cart-item td {
    grid-column: span 2;
    padding: .5rem 1rem .5rem 0;
    text-align: left;
    height: auto; } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-title {
    padding: 0 3rem 1rem 0; } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-figure {
    grid-row-start: 1;
    grid-row-end: span 4;
    width: 11rem;
    grid-column: auto !important;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-quantity .form-increment {
    max-width: 11rem;
    min-width: inherit;
    position: relative;
    left: -1rem; } }

@media screen and (max-width: 767px) {
  .cart-item-quantity .form-increment .form-input {
    width: 5rem;
    padding: 1.2rem 1rem; } }

.page-content {
  padding-left: 0;
  padding-right: 0; }

.type-cart .alertBox {
  margin-bottom: 2rem; }

.type-cart .loadingOverlay {
  background-color: transparent; }

@media screen and (max-width: 767px) {
  #CartEditProductFieldsForm .form-actions {
    margin-top: 1.5rem; } }

.blog-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1.5rem; }
  @media screen and (max-width: 1279px) {
    .blog-listing {
      margin: 0 -1rem; } }
  .blog-listing .blog + .blog {
    border-top: 0; }
  .blog-listing .blog {
    padding: 0 1.5rem;
    width: 33.33%;
    margin: 0;
    height: auto;
    float: none;
    padding-bottom: 3rem; }
    @media screen and (max-width: 1279px) {
      .blog-listing .blog {
        width: 50%;
        padding: 0 1rem 2rem; } }
    @media screen and (max-width: 767px) {
      .blog-listing .blog {
        width: 100%; } }
    .blog-listing .blog .content {
      background: white;
      padding: 0 0 3rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      border: 0.1rem solid #e6e6e6;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem;
      border-radius: 3rem; }
      @media screen and (max-width: 767px) {
        .blog-listing .blog .content {
          padding-bottom: 2rem;
          -webkit-border-radius: 2rem;
          -moz-border-radius: 2rem;
          border-radius: 2rem; } }
      .blog-listing .blog .content:hover {
        box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1); }
      .blog-listing .blog .content .blog-post-body {
        width: 100%;
        padding: 3rem 3rem 0;
        margin-top: 0;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .blog-listing .blog .content .blog-post-body {
            padding: 2rem 2rem 0; } }
        .blog-listing .blog .content .blog-post-body .blog-post {
          font-size: 1.6rem;
          line-height: 2.3rem; }
          @media screen and (max-width: 767px) {
            .blog-listing .blog .content .blog-post-body .blog-post {
              font-size: 1.4rem;
              line-height: 2rem; } }
          .blog-listing .blog .content .blog-post-body .blog-post .read-btn {
            margin-top: 1.5rem; }
          .blog-listing .blog .content .blog-post-body .blog-post a {
            text-transform: capitalize;
            color: #173040;
            font-weight: bold;
            font-family: 'Helvetica', Arial, sans-serif;
            font-size: 1.4rem; }
            .blog-listing .blog .content .blog-post-body .blog-post a:hover {
              text-decoration: underline;
              color: #446648; }
        .blog-listing .blog .content .blog-post-body .blog-date, .blog-listing .blog .content .blog-post-body .blog-author {
          font-size: 1.3rem;
          color: black;
          text-align: left;
          margin-bottom: 1rem;
          display: none; }
        .blog-listing .blog .content .blog-post-body .blog-title {
          margin: 0 0 1rem;
          font-size: 2rem;
          line-height: 3rem;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          letter-spacing: 0.54px; }
          @media screen and (max-width: 767px) {
            .blog-listing .blog .content .blog-post-body .blog-title {
              font-size: 1.7rem;
              line-height: 2.2rem; } }
          .blog-listing .blog .content .blog-post-body .blog-title a {
            color: #173040;
            font-weight: bold; }
            .blog-listing .blog .content .blog-post-body .blog-title a:hover {
              color: #446648; }
      .blog-listing .blog .content .blog-post-figure {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0; }
        .blog-listing .blog .content .blog-post-figure .blog-thumbnail {
          width: 100%;
          margin: 0;
          max-width: 100%;
          overflow: hidden;
          -webkit-border-radius: 3rem 3rem 0 0;
          -moz-border-radius: 3rem 3rem 0 0;
          border-radius: 3rem 3rem 0 0; }
          @media screen and (max-width: 767px) {
            .blog-listing .blog .content .blog-post-figure .blog-thumbnail {
              -webkit-border-radius: 2rem 2rem 0 0;
              -moz-border-radius: 2rem 2rem 0 0;
              border-radius: 2rem 2rem 0 0; } }
          .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
            width: 100%;
            height: 27rem;
            object-fit: cover;
            object-position: center;
            transform: scale(1);
            transition: .3s ease-in-out;
            -webkit-border-radius: 3rem 3rem 0 0;
            -moz-border-radius: 3rem 3rem 0 0;
            border-radius: 3rem 3rem 0 0; }
            @media screen and (max-width: 1279px) {
              .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
                height: 30.278vw; } }
            @media screen and (max-width: 767px) {
              .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
                height: 52.278vw;
                -webkit-border-radius: 2rem 2rem 0 0;
                -moz-border-radius: 2rem 2rem 0 0;
                border-radius: 2rem 2rem 0 0; } }
          .blog-listing .blog .content .blog-post-figure .blog-thumbnail:hover img {
            transform: scale(1.1); }

.type-blog .body {
  margin-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    .type-blog .body {
      margin-bottom: 4rem; } }
  .type-blog .body .page {
    margin: 0; }

.type-blog_post .cat-top-bg {
  margin-bottom: 5rem; }

.type-blog_post .body .blog-post-figure {
  width: 100%; }
  .type-blog_post .body .blog-post-figure .blog-thumbnail {
    max-width: 100%; }
    .type-blog_post .body .blog-post-figure .blog-thumbnail img {
      width: 100%;
      height: 60rem;
      object-fit: cover;
      object-position: center;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem; }
      @media screen and (max-width: 1279px) {
        .type-blog_post .body .blog-post-figure .blog-thumbnail img {
          height: 52.667vw; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .body .blog-post-figure .blog-thumbnail img {
          height: 60.667vw; } }

.type-blog_post .body .blog-header .blog-date {
  color: black;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  display: none; }

.type-blog_post .body .blog-header h1.blog-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.54px;
  font-family: 'Poppins', sans-serif; }
  @media screen and (max-width: 1279px) {
    .type-blog_post .body .blog-header h1.blog-title {
      font-size: 3.2rem;
      line-height: 4rem; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .body .blog-header h1.blog-title {
      font-size: 2.8rem;
      line-height: 3.2rem;
      margin: 0 0 1rem; } }
  .type-blog_post .body .blog-header h1.blog-title a {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    pointer-events: none; }

.type-blog_post .body .blog-post-body {
  width: 100%;
  padding: 0 5rem; }
  @media screen and (max-width: 1279px) {
    .type-blog_post .body .blog-post-body {
      padding: 0 2rem; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .body .blog-post-body {
      padding: 0; } }
  .type-blog_post .body .blog-post-body .product-social {
    background: none;
    position: relative; }
  .type-blog_post .body .blog-post-body .blog-post {
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #173040; }
    .type-blog_post .body .blog-post-body .blog-post a {
      color: #173040; }
      .type-blog_post .body .blog-post-body .blog-post a:hover {
        text-decoration: underline;
        color: #446648; }

.type-blog_post .body .socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0.1rem solid #e6e6e6;
  margin-top: 5rem;
  padding-top: 3rem; }
  @media screen and (max-width: 767px) {
    .type-blog_post .body .socialLinks {
      margin-top: 3rem;
      padding-top: 2.5rem; } }
  .type-blog_post .body .socialLinks li {
    font-weight: 600;
    font-size: 1.2rem;
    color: #333333;
    padding: 0 .8rem;
    margin: 0; }
    .type-blog_post .body .socialLinks li:first-child {
      padding-right: 1.4rem; }
    .type-blog_post .body .socialLinks li .socialLinks__link:after, .type-blog_post .body .socialLinks li .socialLinks__link:before {
      display: none !important; }
    .type-blog_post .body .socialLinks li .socialLinks__link .aria-description--hidden {
      display: none !important; }

.type-blog_post .body .video {
  position: relative;
  padding-bottom: 54.55%; }
  .type-blog_post .body .video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important; }

.type-blog_post .video {
  opacity: 1; }

.type-blog_post .blog-post p + h2 {
  margin-top: 1.5rem; }

@media screen and (max-width: 767px) {
  .type-blog_post .blog-post p img {
    margin-right: 0 !important;
    float: none !important;
    width: 100%;
    height: auto;
    margin-bottom: 2rem; } }

.img-text img {
  margin-right: 1rem; }
  .img-text img + a {
    margin-right: 1rem; }

.img-text + p a + a {
  margin-left: 1rem; }

.socialLinks .icon.icon--email svg, .socialLinks .icon.icon--print svg {
  max-width: 2.2rem;
  max-height: 2.2rem; }

.type-blog_post .body .product-social {
  display: block;
  border-top: 0.1rem solid #e6e6e6;
  margin-top: 3rem;
  padding-top: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .type-blog_post .body .product-social p {
    margin-right: 1rem; }
  .type-blog_post .body .product-social .socialLinks {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    z-index: 1;
    margin-left: 1rem; }

.tag {
  font-size: 1.4rem;
  text-transform: capitalize; }
  .tag a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    border: 0rem solid #173040;
    color: #828282;
    padding: 0;
    margin: .5rem 1rem;
    text-decoration: underline; }
    .tag a:hover {
      color: #446648; }

.sitemap-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    .sitemap-listing {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-bottom: 1rem; } }
  .sitemap-listing > li.first {
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .sitemap-listing > li.first {
        width: 100%; } }
    .sitemap-listing > li.first h2 {
      font-size: 3.2rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .sitemap-listing > li.first h2 {
          margin: 1rem 0 1rem;
          font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .sitemap-listing > li.first:first-child h2 {
        margin-top: 0; } }
    .sitemap-listing > li.first:before {
      display: none; }
    .sitemap-listing > li.first ul {
      margin-left: 2rem; }
    .sitemap-listing > li.first li {
      padding: .3rem 0;
      font-family: 'Helvetica', Arial, sans-serif;
      padding-right: 2rem; }
      .sitemap-listing > li.first li a {
        color: #173040;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          .sitemap-listing > li.first li a {
            font-size: 1.4rem; } }
        .sitemap-listing > li.first li a:hover {
          color: #446648; }

#contact-us-page > p {
  text-align: center;
  color: #173040; }

#contact-us-page .g-recaptcha div {
  margin: 0; }

#contact-us-page .form-actions {
  margin-left: 0;
  text-align: left; }

#contact-us-success p {
  text-align: left; }
  #contact-us-success p a {
    color: #446648; }
    #contact-us-success p a:hover {
      color: #173040;
      text-decoration: none; }
