@charset "UTF-8";
/*
Horizontal
background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 3px 1px;
background-repeat: repeat-x;

Vertical
background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
background-position: right;
background-size: 1px 3px;
background-repeat: repeat-y;
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed;
}

/**
 * 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(21.3946938776, 133.0191836735, 206.5053061224);
}
a img {
  border: 0;
}

hr {
  max-width: 76.875rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: gray;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: gray;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: gray;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: gray;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
select:disabled {
  background-color: gray;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(21.1459183673, 131.4724489796, 204.1040816327);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #fefefe;
}
.button.secondary {
  background-color: #777;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fefefe;
}
.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fefefe;
}
.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(59.5, 59.5, 59.5);
  color: rgb(59.5, 59.5, 59.5);
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #2199e8;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fefefe;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid gray;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid gray;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: gray;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid gray;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid gray;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #2199e8;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: rgb(254.85, 254.85, 254.85);
}
.callout.primary {
  background-color: rgb(221.7, 239.7, 251.55);
}
.callout.secondary {
  background-color: rgb(234.6, 234.6, 234.6);
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
}
.callout.alert {
  background-color: rgb(252.15, 229.95, 226.35);
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before, .menu.align-right::after {
  content: " ";
  display: table;
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: absolute;
  background: gray;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination::before, .pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: gray;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #2199e8;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: gray;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
.slider-handle:hover {
  background-color: rgb(21.1459183673, 131.4724489796, 204.1040816327);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 76.875rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 76.875rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 76.875rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 76.875rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
input:checked ~ .switch-paddle {
  background: #2199e8;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: rgb(241.3, 241.3, 241.3);
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover tbody tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid gray;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(23.6336734694, 146.9397959184, 228.1163265306);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: gray;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid gray;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid gray;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar {
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: gray;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.eot");
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.eot");
  src: url("../fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBold.eot");
  src: url("../fonts/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas.eot");
  src: url("../fonts/Bebas.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas.woff2") format("woff2"), url("../fonts/Bebas.woff") format("woff"), url("../fonts/Bebas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yellowtail";
  src: url("../fonts/Yellowtail.eot");
  src: url("../fonts/Yellowtail.eot?#iefix") format("embedded-opentype"), url("../fonts/Yellowtail.woff2") format("woff2"), url("../fonts/Yellowtail.woff") format("woff"), url("../fonts/Yellowtail.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
}

* {
  outline: none;
}

@media screen and (max-width: 39.9375em) {
  body.is-reveal-open, html.is-reveal-open {
    overflow: initial !important;
  }
}

.container {
  width: 90%;
  margin: auto;
}

.container-search {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.container-search::before, .container-search::after {
  content: " ";
  display: table;
}
.container-search::after {
  clear: both;
}
.container-search {
  justify-content: center;
  max-width: none !important;
}

.theme-background-color {
  background-color: #2199e8;
}

.choose-product-colour__name {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  word-break: break-word;
}
@media screen and (max-width: 39.9375em) {
  .choose-product-colour__name {
    padding: 0.3125rem 0;
  }
}
.choose-product-colour li {
  width: 19% !important;
  float: left;
  border: 0.0625rem solid #e2e2e2;
  line-height: 1 !important;
  padding: 0.3125rem;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: normal !important;
}
@media screen and (max-width: 63.9375em) {
  .choose-product-colour li {
    width: 47% !important;
    margin-bottom: 0.3125rem;
  }
}
.choose-product-colour li {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.choose-product-colour li.active {
  border-color: #2587bc;
  background-color: #2587bc;
  color: #ffffff;
}
.choose-product-colour li img {
  margin: 0 auto 0.3125rem auto;
  display: block;
}
@media screen and (min-width: 40em) {
  .choose-product-colour li img {
    max-height: 4.0625rem;
  }
}

input[type=text].error:not(.password-input), input[type=email].error, textarea.error, select.error {
  border: 1px solid #ef3631 !important;
}

input[type=checkbox].error {
  border: 1px solid #ef3631 !important;
}

label.error {
  width: 100%;
  float: left;
  padding: 0.3125rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  background: url("../../images/site/errorimage.png") 100% 50% no-repeat;
}

.slick-lightbox-inner .slick-lightbox-close {
  top: 1.875rem;
  right: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
}
.slick-lightbox-inner .slick-lightbox-close:before {
  font-size: 3.75rem;
  opacity: 1;
}
.slick-lightbox-inner .slick-next:before {
  content: "\f105";
}
.slick-lightbox-inner .slick-prev:before {
  content: "\f104";
}
.slick-lightbox-inner .slick-next, .slick-lightbox-inner .slick-prev {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 999;
}
.slick-lightbox-inner .slick-next:before, .slick-lightbox-inner .slick-prev:before {
  font-size: 5rem;
  opacity: 1;
}

.preloader {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/site/loading.gif") no-repeat center center;
  background-color: white;
  opacity: 0.5;
  display: none;
}

.pushy-submenu-open ul {
  max-height: 250rem !important;
}

.a-switch {
  position: relative;
}
.a-switch__checkbox {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}
.a-switch__checkbox:checked + .a-switch__label {
  background: #fff;
}
.a-switch__checkbox:checked + .a-switch__label:after {
  transform: translate3d(4px, -50%, 0);
}
.a-switch__checkbox:checked + .a-switch__label .a-switch__on {
  display: block;
}
.a-switch__checkbox:checked + .a-switch__label .a-switch__off {
  display: none;
}
.a-switch__label {
  cursor: pointer;
  background: #fff;
  width: 52px;
  height: 24px;
  display: block;
  border-radius: 1rem;
  position: relative;
  margin: 0 !important;
}
.a-switch__label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #2587bc;
  border-radius: 90px;
  transition: 0.3s;
  transform: translate3d(30px, -50%, 0);
}
.a-switch__label .a-switch__on {
  display: none;
}
.a-switch__label .a-switch__off {
  display: block;
}
.a-switch__on, .a-switch__off {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-size: 0.6875rem;
  font-weight: 600;
}
.a-switch__on {
  right: 0.5rem;
}
.a-switch__off {
  left: 0.5rem;
}

.-mobile {
  margin-top: 0.625rem;
  float: left;
  width: 100%;
}

.trustpilot-widget-internal {
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .image_full {
    display: none;
  }
  .image_mobile {
    display: block;
  }
}
#paypal-button-container {
  padding: 1.25rem 0;
  display: block;
  float: left;
  width: 100%;
}

.grecaptcha-badge {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

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

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

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

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

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

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 url("./ajax-loader.gif") 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: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: rem-calc(20);
  line-height: 20px;
  text-align: center;
  color: #2587bc;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #2587bc;
  opacity: 0.75;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.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-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

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

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.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-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 {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.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 {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

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

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

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

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

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

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Pushy - v1.4.0 - 2020-12-28
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}

.pushy a:hover {
  color: #FFF;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu button:hover {
  color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.header {
  width: 100%;
  float: left;
}
@media screen and (max-width: 63.9375em) {
  .header .trustpilot-widget {
    padding: 0.9375rem 0 0.625rem 0;
    float: left;
    display: block;
    width: 100%;
  }
}
.header .callout {
  background-color: #f15a24;
}
.header .callout__inner {
  width: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 75em) {
  .header .callout__inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
}
.header .callout h5 {
  margin: 0;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.header .callout button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .callout button:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-weight: 400;
  color: #fff;
  font-size: 1.3125rem;
}
.header--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.header--contain::before, .header--contain::after {
  content: " ";
  display: table;
}
.header--contain::after {
  clear: both;
}
.header--black {
  width: 100%;
  float: left;
  background-color: #000;
  padding: 2.125rem 0;
  justify-content: space-evenly;
}
@media screen and (max-width: 63.9375em) {
  .header--black {
    padding: 0.9375rem 0 0 0;
  }
}
.header__middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .header__middle {
    padding: 0 0.9375rem 0.625rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .header__middle {
    padding: 0 0.9375rem 0 0.9375rem;
  }
}
.header__logo {
  width: 20.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .header__logo {
    max-width: 15.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .header__logo {
    max-width: 12.5rem;
  }
}
.header__logo__image {
  width: auto;
  height: 4.621875rem;
}
@media screen and (max-width: 64em) {
  .header__logo__image {
    height: auto;
  }
}
.header__right {
  width: calc(100% - 335px);
  padding-left: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 63.9375em) {
  .header__right {
    width: calc(100% - 250px);
    padding-left: 0.9375rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .header__right {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 28.125em) {
  .header__right {
    width: 11.4375rem;
  }
}
.header__icons {
  list-style: none;
  margin: 0;
  display: inline-flex;
}
@media screen and (max-width: 63.9375em) {
  .header__icons {
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 12px;
  }
}
.header__icon {
  text-align: center;
}
.header__icon:not(:last-of-type) {
  margin-right: 1.125rem;
}
.header__icon .icon {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0.3125rem auto 0.9375rem auto;
}
@media screen and (max-width: 63.9375em) {
  .header__icon .icon {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 28.125em) {
  .header__icon .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header__icon .icon svg {
    max-width: 1rem;
    height: auto;
  }
}
.header__icon .icon .number {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  background-color: #2587bc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.75rem;
}
.header__icon:first-of-type .icon {
  background-color: #95CB50;
}
@media screen and (max-width: 63.9375em) {
  .header__icon:nth-of-type(2) {
    display: none;
  }
}
.header__icon:nth-of-type(2) .icon {
  background-color: #2580ac;
}
@media screen and (max-width: 39.9375em) {
  .header__icon:nth-of-type(3) {
    display: none;
  }
}
.header__icon:nth-of-type(3) .icon {
  background-color: #4B4B4B;
}
.header__icon:nth-of-type(4) .icon {
  background-color: #f15a24;
}
.header__icon:last-of-type {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .header__icon:last-of-type {
    display: block;
  }
}
.header__icon:last-of-type .icon {
  background-color: #2580ac;
}
.header__icon a, .header__icon button {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header__icon a > span, .header__icon button > span {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 63.9375em) {
  .header__icon a > span, .header__icon button > span {
    display: none;
  }
}
.header__icon-span {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  display: flex;
  padding-top: 6px;
}
@media screen and (max-width: 63.9375em) {
  .header__icon-span {
    display: none;
  }
}
.header__info {
  list-style: none;
  margin: 0 0 0.8125rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 39.9375em) {
  .header__info {
    margin: 0 0 0.3125rem 0;
  }
}
.header__info-item {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.header__info-item:not(:last-of-type):after {
  content: "|";
  opacity: 0.28;
  margin: 0 0.75rem;
}
.header__info-item p {
  margin-bottom: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.header__info-item p span {
  color: #95CB50;
  font-weight: bold;
}
.header__info-item p a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 63.9375em) {
  .header__info-item:first-of-type {
    display: none;
  }
}
.header__info-item.currency-select {
  position: relative;
}
.header__info-item.currency-select > a {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 28.125em) {
  .header__info-item.currency-select > a {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.header__info-item.currency-select > a span {
  color: #95CB50;
  font-weight: 600;
}
.header__info-item.currency-select > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #fff;
  font-weight: 900;
  margin-left: 0.3125rem;
}
.header__info-item.currency-select:hover .header__list-sub {
  display: block;
}
.header__switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__switch > span {
  margin-right: 0.625rem;
}
@media screen and (max-width: 28.125em) {
  .header__switch > span {
    font-size: 0.75rem;
  }
}
.header--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.header--contain::before, .header--contain::after {
  content: " ";
  display: table;
}
.header--contain::after {
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  .header__desktop {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .header__mobile {
    display: none !important;
  }
}
.header__mobile {
  width: 100%;
  float: left;
  background-color: #000;
}
.header--blue {
  width: 100%;
  float: left;
  background-color: #2587bc;
}
.header__search {
  width: 55%;
  padding: 0 0.9375rem 0 0;
}
@media screen and (max-width: 63.9375em) {
  .header__search {
    width: 100%;
    padding: 0;
  }
}
.header__list {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .header__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.header__list {
  text-align: right;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 63.9375em) {
  .header__list {
    margin-bottom: 0.9375rem;
  }
}
.header__list-sub {
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  top: 1.375rem;
  left: 0;
  margin: 0;
  background-color: #000;
  z-index: 1;
  padding: 0.9375rem 0.625rem;
  min-width: 6.25rem;
}
.header__list-sub li {
  display: block;
  width: 100%;
  float: left;
  text-align: left;
}
.header__list-sub li:not(:last-of-type) {
  margin-bottom: 0.9375rem;
}
.header__list-sub li:after {
  display: none;
}
.header__list-sub li a span {
  color: #95CB50;
  font-weight: bold;
}
.header__list-sub li a:hover {
  color: #f15a24;
}
.header__list-sub li a:after {
  display: none;
}
.header__list-item {
  display: inline-block;
  color: #fff;
  position: relative;
}
.header__list-item:after {
  content: "|";
  margin: 0 0.625rem;
}
.header__list-item:last-child:after {
  display: none;
}
.header__list-item a {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.header__list-item--icon a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #f15a24;
  margin-left: 0.3125rem;
}
.header__number {
  width: 100%;
  text-align: center;
  padding: 0.625rem 0;
  background-color: #2587bc;
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .header__number {
    display: block;
  }
}
.header__number p {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
}
.header__number p a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.header__buttons {
  width: 39%;
  float: left;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header__buttons {
    width: 20%;
  }
}
@media screen and (max-width: 53.75em) {
  .header__buttons {
    width: 23%;
  }
}
@media screen and (max-width: 47.125em) {
  .header__buttons {
    width: 28%;
  }
}
.header__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #8a8a8a;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.header__button:hover {
  color: #8a8a8a;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .header__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.header__button {
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: none;
  font-size: 0.875rem;
  height: 2.5rem;
  width: 48%;
  float: left;
  text-align: right;
  padding: 0.4375rem 0.9375rem 0 0;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header__button {
    text-align: center;
    padding-right: 0;
    width: 50px;
  }
  .header__button span {
    display: none;
  }
}
.header__button img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0.9375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header__button img {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
  }
}
.header__button:hover {
  background-color: #8a8a8a;
  color: #fff;
}
.header__button--orange {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.header__button--orange:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .header__button--orange {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.header__button--orange {
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: none;
  font-size: 0.875rem;
  margin-left: 4%;
}
.header__button--orange:hover {
  background-color: #f15a24;
  color: #fff;
}
.header__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 1.125rem 0;
}
@media screen and (max-width: 63.9375em) {
  .header__nav {
    display: none;
  }
}
.header nav {
  display: block !important;
}
.header__nav-item {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.4375rem 1.875rem;
  text-align: center;
}
@media screen and (max-width: 65.625em) {
  .header__nav-item {
    padding: 0.4375rem 1rem;
  }
}
.header__nav-item:first-child {
  padding-left: 0;
}
.header__nav-item:last-child {
  padding-right: 0;
}
.header__nav-item a {
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
.header__nav-item a:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
}
.header__nav-item .dropdown {
  display: none;
  text-align: left;
  top: 100%;
}
.header__nav-item.show .dropdown-link {
  color: #fbb03b;
}
.header__nav-item.show .dropdown {
  display: block;
}
.header__hamburger-icon {
  width: 16.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .header__hamburger-icon {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.header__hamburger-icon a i {
  color: #2587bc;
  font-size: 2.5rem;
}
.header__nav-link {
  width: 100%;
  float: left;
  color: #fff;
  text-transform: capitalize;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 0.625rem 0;
  border-top: 1px solid #fff;
}
.header__nav-link:last-child {
  border-bottom: 1px solid #fff;
}
.header__nav-link button,
.header__nav-link a {
  text-transform: capitalize;
  font-family: "Montserrat", Arial, sans-serif;
  color: inherit;
  font-weight: inherit;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.header__nav-link button:after {
  content: "\f0d7";
  font-family: "FontAwesome";
}
.header__nav-link--icon {
  border: 0 !important;
}
.header__nav-link--icon:before {
  content: "-";
  margin-right: 5px;
  float: left;
}
.header .cart-amount {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2587bc;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.footer {
  width: 100%;
  float: left;
  background-color: #000;
  padding: 3.125rem 0 0 0;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.footer--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.footer--contain::before, .footer--contain::after {
  content: " ";
  display: table;
}
.footer--contain::after {
  clear: both;
}
.footer--contain {
  width: 100%;
}
.footer__quicklinks {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .footer__quicklinks {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer__quicklinks {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .footer__quicklinks {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__shop {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .footer__shop {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer__shop {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .footer__shop {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__company {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .footer__company {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer__company {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .footer__company {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__contact {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .footer__contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer__contact {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .footer__contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer__quicklinks, .footer__contact, .footer__company, .footer__shop {
    position: relative;
    padding: 0 0 0.9375rem 0;
  }
  .footer__quicklinks:after, .footer__contact:after, .footer__company:after, .footer__shop:after {
    content: "";
    bottom: 0;
    width: 180px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
.footer__quicklinks {
  border-right: 1px solid #8a8a8a;
  height: 23.3125rem;
}
@media screen and (max-width: 63.9375em) {
  .footer__quicklinks {
    border-right: none;
    height: fit-content;
  }
}
.footer__shop {
  border-right: 1px solid #8a8a8a;
  height: 23.3125rem;
}
@media screen and (max-width: 63.9375em) {
  .footer__shop {
    border-right: none;
    height: fit-content;
  }
}
.footer__contact {
  border-left: 1px solid #8a8a8a;
  height: 23.3125rem;
}
@media screen and (max-width: 63.9375em) {
  .footer__contact {
    border-left: none;
  }
}
.footer__nav {
  float: left;
  margin: 0;
  list-style: none;
  width: 25%;
}
@media screen and (max-width: 63.9375em) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav-item {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  color: #e6e6e6;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin: 0 0 0.625rem 0;
  white-space: nowrap;
}
@media screen and (max-width: 63.9375em) {
  .footer__nav-item {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
.footer__nav-item a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.footer__title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 63.9375em) {
  .footer__title {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
.footer__address {
  width: 100%;
  float: left;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .footer__address {
    margin-bottom: 1.25rem;
  }
}
.footer__address h2 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #e6e6e6;
  margin: 0 0 0.3125rem 0;
}
@media screen and (max-width: 63.9375em) {
  .footer__address h2 {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.footer__address p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  color: #e6e6e6;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 63.9375em) {
  .footer__address p {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    max-width: 18.75rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    position: relative;
  }
}
.footer__number, .footer__email {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  color: #e6e6e6;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 63.9375em) {
  .footer__number, .footer__email {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.footer__number a, .footer__email a {
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.footer__number {
  margin: 0 0 0.3125rem 0;
}
.footer__social-list {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 0.625rem 0;
  position: relative;
  z-index: 10;
}
.footer__social-list-item {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-top: 0.9375rem;
}
.footer__social-list-item a {
  display: inline-block;
  text-align: center;
}
.footer__social-list-item a:before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #313131;
  display: block;
}
.footer__social-list-item--facebook a:before {
  content: "\f09a";
}
.footer__social-list-item--twitter a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.37' height='21.125'%3E%3Cpath data-name='Path 1' d='M18.403.001h3.585l-7.83 8.948 9.211 12.177h-7.21l-5.652-7.384-6.46 7.384H.457l8.374-9.573L0 .001h7.394l5.1 6.749Zm-1.264 18.982h1.99L6.312 2.032H4.179Z' fill='%23fff'/%3E%3C/svg%3E");
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social-list-item--instagram a:before {
  content: "\f16d";
}
.footer__social-list-item--linkedin a:before {
  content: "\f0e1";
}
.footer__social-list-item--youtube a:before {
  content: "\f167";
}
.footer__pay {
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 56.25em) {
  .footer__pay {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0.625rem;
    align-items: center;
  }
}
.footer__logo {
  width: 11.5625rem;
  height: 1.5625rem;
  margin-bottom: 1.25rem;
}
.footer__paymentoptions {
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 56.25em) {
  .footer__paymentoptions {
    margin-left: 0;
  }
}
.footer__paymentoptions li {
  width: auto;
  max-width: 2.8125rem;
  display: inline-block;
}
@media screen and (max-width: 56.25em) {
  .footer__paymentoptions li {
    width: 100%;
    margin: auto;
  }
}
.footer__list {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .footer__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0.625rem 0;
}
.footer__list-item {
  display: inline-block;
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 63.9375em) {
  .footer__list-item {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .footer__list-item:after {
    display: none;
  }
}
.footer__list-item:after {
  content: "|";
  margin: 0 0.625rem;
}
.footer__list-item:last-child:after {
  display: none;
}
.footer__list-item a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}

.pushy {
  width: 20.625rem !important;
  transform: translate3d(-330px, 0, 0);
  padding: 0.9375rem;
  display: block !important;
}
.pushy img {
  margin-bottom: 1.875rem;
}
.pushy .menu-close {
  width: 100%;
  float: left;
  margin-bottom: 0.625rem;
  text-align: right;
  cursor: pointer;
}
.pushy .menu-close i {
  color: #2587bc;
  font-size: 1.875rem;
}
.pushy ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
.pushy button,
.pushy a {
  padding: 0;
}

.dropdown {
  position: absolute;
  left: 0.9375rem;
  top: 2.8125rem;
  width: 68.75rem;
  background-color: #f2f2f2;
  padding: 2.375rem 0.9375rem;
  z-index: 100000;
}
@media screen and (max-width: 76.5625em) {
  .dropdown {
    top: 2.6875rem;
  }
}
@media screen and (max-width: 68.75em) {
  .dropdown {
    width: 62.5rem;
  }
}
.dropdown:before {
  content: "";
  height: 100%;
  width: 150vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  position: absolute;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.dropdown__column {
  position: relative;
}
.dropdown__column--width12 {
  width: 100%;
  float: left;
}
.dropdown__column--width6 {
  width: 50%;
  float: left;
}
.dropdown__column--width3 {
  width: 25%;
  float: left;
}
.dropdown__title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 0.625rem;
}
.dropdown__title--noarrow:after {
  display: none;
}
.dropdown__list {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
}
.dropdown__list--width3 {
  width: 25%;
  float: left;
}
.dropdown__list--width6 {
  width: 50%;
  float: left;
}
.dropdown__list--columncount {
  column-count: 4;
  margin-top: 0.3125rem;
}
.dropdown__list--columncount2 {
  column-count: 2;
  margin-top: 0.3125rem;
}
.dropdown__list-item {
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: none;
  margin: 0.625rem 0;
}
.dropdown__list-item a:after {
  display: none;
}

.newsletter2 {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.newsletter2::before, .newsletter2::after {
  content: " ";
  display: table;
}
.newsletter2::after {
  clear: both;
}
.newsletter2 {
  padding: 0 1.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 2.5rem;
  height: 9.375rem;
  background-color: #2587bc;
  border-radius: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 87.5em) {
  .newsletter2 {
    height: 7.5rem;
  }
}
@media screen and (max-width: 46.875em) {
  .newsletter2 {
    height: fit-content;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 40em) {
  .newsletter2 {
    border-radius: 0px;
  }
}
.newsletter2__contents {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 75em) {
  .newsletter2__contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 40em) {
  .newsletter2__contents {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 75em) {
  .newsletter2__contents__text {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: flex;
  }
}
.newsletter2__contents__text {
  font-family: "Montserrat", Arial, sans-serif;
  margin: auto;
  align-items: center;
  display: flex;
}
.newsletter2__contents__text__h2text {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 87.5em) {
  .newsletter2__contents__text__h2text {
    font-size: 1rem;
  }
}
.newsletter2__contents__text__spantext {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 87.5em) {
  .newsletter2__contents__text__spantext {
    font-size: 1rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .newsletter2__contents__text__spantext {
    font-size: 0.875rem;
  }
}
.newsletter2__contents__inputs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 75em) {
  .newsletter2__contents__inputs {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 37.5em) {
  .newsletter2__contents__inputs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
}
.newsletter2__contents__inputs img.loading {
  mix-blend-mode: multiply;
  width: 3.125rem;
  height: 3.125rem;
  display: block;
}
.newsletter2__contents__inputs label {
  display: none !important;
}
.newsletter2__contents__inputs input {
  margin: 0 0.625rem;
}
@media screen and (max-width: 87.5em) {
  .newsletter2__contents__inputs input {
    margin: auto;
  }
}
.newsletter2__contents__inputs input.error {
  background-image: none !important;
}
.newsletter2__contents__inputs__first {
  width: 12.5rem;
  height: 3.125rem;
  border-radius: 5px;
}
@media screen and (max-width: 87.5em) {
  .newsletter2__contents__inputs__first {
    margin-right: 0.625rem !important;
  }
}
@media screen and (max-width: 78.125em) {
  .newsletter2__contents__inputs__first {
    max-width: 15.625rem;
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
    margin-bottom: 0.125rem !important;
    margin-top: 0.125rem !important;
  }
}
@media screen and (max-width: 56.25em) {
  .newsletter2__contents__inputs__first {
    width: 100%;
    max-width: none;
  }
}
.newsletter2__contents__inputs__email {
  margin-left: 20px;
  width: 21.875rem;
  height: 3.125rem;
  border-radius: 5px;
}
@media screen and (max-width: 78.125em) {
  .newsletter2__contents__inputs__email {
    max-width: 15.625rem;
    margin-bottom: 0.125rem !important;
    margin-top: 0.125rem !important;
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}
@media screen and (max-width: 56.25em) {
  .newsletter2__contents__inputs__email {
    width: 100%;
    max-width: none;
  }
}
.newsletter2__contents__inputs__button {
  height: 3.125rem;
  border-radius: 5px;
  margin-left: -9.375rem;
  width: 9.375rem;
  color: #E06337;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 78.125em) {
  .newsletter2__contents__inputs__button {
    width: 12.5rem;
    margin-left: 0px;
    background-color: #E06337;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0.125rem !important;
    margin-top: 0.125rem !important;
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}
@media screen and (max-width: 56.25em) {
  .newsletter2__contents__inputs__button {
    width: 100%;
  }
}

.rating {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}
.rating .star {
  display: inline-block;
}
.rating .star:before {
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 1.5625rem;
  color: #fbb03b;
}
@media screen and (max-width: 39.9375em) {
  .rating .star:before {
    font-size: 1.25rem;
  }
}
.rating .star.disabled:before {
  color: #e6e6e6;
}
.rating .number-of-reviews {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
@media screen and (max-width: 39.9375em) {
  .rating .number-of-reviews {
    font-size: 0.875rem;
  }
}

.brand-slider {
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .brand-slider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.brand-slider--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.brand-slider--contain::before, .brand-slider--contain::after {
  content: " ";
  display: table;
}
.brand-slider--contain::after {
  clear: both;
}
.brand-slider--contain {
  width: calc(100% - 60px);
}
.brand-slider .slick-dots li button:before {
  margin-top: 0.625rem;
  color: #F2F2F2;
  opacity: 1;
  font-size: 15px;
}
@media screen and (max-width: 90.625em) {
  .brand-slider .slick-dots {
    margin-top: 0.625rem;
    position: initial;
  }
}
.brand-slider .slick-dots li.slick-active button:before {
  color: #4186B7 !important;
  font-size: 15px;
  line-height: 20px;
}
.brand-slider__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.brand-slider__header__title {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
.brand-slider__header__title__brands {
  font-weight: 700;
}
.brand-slider__header__titleclient {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #000;
  font-weight: 700;
}
.brand-slider__header__titleclient__by {
  font-weight: 400;
}
.brand-slider__header__view {
  text-align: center;
  position: absolute;
  right: 0px;
  text-decoration: underline;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
  padding-right: 2.1875rem;
  color: #2199e8;
}
@media screen and (max-width: 63.9375em) {
  .brand-slider__header__view {
    font-size: 0.75rem;
    align-items: center;
    margin-bottom: 1.25rem;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    padding-right: 0;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .brand-slider__header__view {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.offers {
  width: 100%;
}
.offers--container {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.offers--container::before, .offers--container::after {
  content: " ";
  display: table;
}
.offers--container::after {
  clear: both;
}
.offers--container {
  padding: 0 1.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-top: 3.125rem;
  min-height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.8125rem;
}
.offers--container::after, .offers--container:before {
  display: none;
}
@media screen and (max-width: 45.625em) {
  .offers--container {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 1.25rem;
    grid-gap: 10;
  }
}
.offers__img {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.875rem;
  height: 75%;
  padding: 2.75rem 3.125rem;
}
@media screen and (max-width: 58.125em) {
  .offers__img {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 50em) {
  .offers__img {
    padding: 1.875rem 1.25rem;
    grid-gap: 0.625rem;
  }
}
.offers__content {
  height: 100%;
}
.offers__content--special-offers {
  float: left;
  padding-right: 6.25rem;
}
@media screen and (max-width: 63.9375em) {
  .offers__content--special-offers {
    padding-right: inherit;
  }
}
.offers__content--bundle-offers {
  float: left;
  padding-left: 6.25rem;
}
@media screen and (max-width: 63.9375em) {
  .offers__content--bundle-offers {
    padding-left: 0.625rem;
  }
}
.offers__content__text__title p {
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 58.125em) {
  .offers__content__text__title p {
    text-align: center;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .offers__content__text__title p {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}
.offers__content__text__text p {
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 58.125em) {
  .offers__content__text__text p {
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .offers__content__text__text p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.offers__content__btn {
  white-space: nowrap;
}
@media screen and (max-width: 63.9375em) {
  .offers__content__btn {
    margin-bottom: 0.625rem;
  }
}

.industry {
  width: 100%;
  float: left;
  background-color: #8CC63F;
  padding: 1.875rem 0 6.25rem 0;
  margin-bottom: 2.5rem;
  margin-top: 0.625rem;
}
.industry .slick-dots {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.industry .slick-dots li button:before {
  margin-top: 2.5rem;
  color: white;
  opacity: 1;
  font-size: 15px;
}
.industry .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .industry {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .industry {
    margin-bottom: 1.875rem;
  }
}
.industry--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.industry--contain::before, .industry--contain::after {
  content: " ";
  display: table;
}
.industry--contain::after {
  clear: both;
}
.industry__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.industry__header__title {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}
.industry__header__title__sector {
  font-weight: 700;
}
.industry__header__view {
  text-align: center;
  position: absolute;
  right: 0px;
  text-decoration: underline;
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25rem;
  white-space: nowrap;
  padding-right: 3.125rem;
}
@media screen and (max-width: 63.9375em) {
  .industry__header__view {
    font-size: 0.75rem;
    align-items: center;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    padding-right: 0;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .industry__header__view {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.hero {
  width: 100%;
  position: flex;
  display: flex;
}
@media screen and (max-width: 39.9375em) {
  .hero {
    height: auto;
  }
}
.hero img {
  max-width: 100%;
  margin: 0 auto;
}
.hero__content {
  z-index: 10;
  position: flex-start;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .hero__content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 63.9375em) {
  .hero__content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .hero__content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .hero__content {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    margin-left: 2rem;
  }
}
.hero__content {
  margin-left: 4rem;
}
.hero__content a {
  color: #fff;
  font-weight: 600;
  font-size: medium;
}
.hero__content h1 {
  font-family: "Open Sans";
  font-size: 3rem;
  line-height: 3.0625rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
  .hero__content h1 {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
.hero__content h1:last-of-type {
  margin-bottom: 1.5625rem;
}
.hero__content h5 {
  font-family: "Open Sans";
  color: #fff;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0.1875rem;
}
.hero__content p {
  font-family: "Open Sans";
  color: #fff;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 0.625rem 0;
  line-height: 1.4;
}
.hero__content--small {
  font-size: 1.25rem !important;
  font-style: normal !important;
  line-height: 15px;
}
.hero__content--small:last-of-type {
  margin-bottom: 3.125rem;
  font-weight: 100 !important;
}

.call-to {
  width: 100%;
  float: left;
  align-items: center;
}
.call-to--padding {
  padding: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 50em) {
  .call-to {
    display: none;
  }
}
.call-to--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.call-to--contain::before, .call-to--contain::after {
  content: " ";
  display: table;
}
.call-to--contain::after {
  clear: both;
}
.call-to__list {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .call-to__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.call-to__list {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0.9375rem 0;
  display: flex;
  justify-content: space-evenly;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 76.25em) {
  .call-to__list {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
}
.call-to__list--left {
  text-align: left;
  flex-direction: column;
}
.call-to__list-item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .call-to__list-item {
    width: 33.333%;
  }
  .call-to__list-item:nth-last-child(-n+1) {
    display: inline-block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .call-to__list-item:nth-child(2) {
    border: 0;
  }
}
.call-to__list-item:last-child {
  border: 0;
}
.call-to__list-item--full-width {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .call-to__list-item--full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.call-to__list-item--full-width {
  border: 0;
  margin-bottom: 0.625rem;
}
.call-to__text {
  font-family: "Open Sans";
  font-size: 0.875rem;
  text-align: left;
  line-height: 1rem;
}
.call-to__text p {
  margin-bottom: 0 !important;
}
.call-to__image {
  height: 1.875rem;
  width: 1.875rem;
  display: flex;
  align-items: center;
}

nav {
  width: 100%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  nav {
    display: none;
  }
}
nav .breadcrumbs {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
nav .breadcrumbs::before, nav .breadcrumbs::after {
  content: " ";
  display: table;
}
nav .breadcrumbs::after {
  clear: both;
}
nav .breadcrumbs {
  padding: 0;
  margin-top: 1.125rem;
}
nav .breadcrumbs__list {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
nav .breadcrumbs__list-item {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #000 !important;
  font-weight: normal !important;
  text-transform: none;
}
nav .breadcrumbs__list-item:not(:last-child):after {
  content: ">" !important;
  color: #59595b;
}
nav .breadcrumbs__list-item a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.call-to {
  width: 100%;
  float: left;
  align-items: center;
}
.call-to--padding {
  padding: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 50em) {
  .call-to {
    display: none;
  }
}
.call-to--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.call-to--contain::before, .call-to--contain::after {
  content: " ";
  display: table;
}
.call-to--contain::after {
  clear: both;
}
.call-to__list {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .call-to__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.call-to__list {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0.9375rem 0;
  display: flex;
  justify-content: space-evenly;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 76.25em) {
  .call-to__list {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
}
.call-to__list--left {
  text-align: left;
  flex-direction: column;
}
.call-to__list-item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .call-to__list-item {
    width: 33.333%;
  }
  .call-to__list-item:nth-last-child(-n+1) {
    display: inline-block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .call-to__list-item:nth-child(2) {
    border: 0;
  }
}
.call-to__list-item:last-child {
  border: 0;
}
.call-to__list-item--full-width {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .call-to__list-item--full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.call-to__list-item--full-width {
  border: 0;
  margin-bottom: 0.625rem;
}
.call-to__text {
  font-family: "Open Sans";
  font-size: 0.875rem;
  text-align: left;
  line-height: 1rem;
}
.call-to__text p {
  margin-bottom: 0 !important;
}
.call-to__image {
  height: 1.875rem;
  width: 1.875rem;
  display: flex;
  align-items: center;
}

.service__nav {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__nav {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__nav {
  list-style: none;
  margin: 1.875rem 0 0 0;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .service__nav {
    margin: 0;
  }
}
.service__nav-item {
  display: inline-block;
  background-color: #e2e2e2;
  color: #2587bc;
  margin: 0;
  border-right: 1px solid #fff;
  transition: ease 0.5s;
  position: relative;
}
@media screen and (max-width: 76.8125em) {
  .service__nav-item {
    width: 16.666%;
    float: left;
    height: 5.9375rem;
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .service__nav-item {
    display: block;
    width: 100%;
    float: left;
    height: auto;
  }
}
.service__nav-item:hover {
  background-color: #2580ac;
  color: #fff;
}
.service__nav-item.active {
  background-color: #2580ac;
  color: #fff;
}
.service__nav-item:last-child {
  border: 0;
}
.service__nav-item a {
  display: block;
  width: 100%;
  float: right;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 1.0625rem 1.875rem 0.8125rem 4.76875rem;
  color: inherit;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 76.8125em) {
  .service__nav-item a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3.4375rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .service__nav-item a {
    padding: 1.0625rem 1.875rem 0.8125rem 4.76875rem;
    text-align: left;
  }
}
.service__nav-item a:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  position: absolute;
  left: 0.9375rem;
}
@media screen and (max-width: 76.8125em) {
  .service__nav-item a:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    top: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .service__nav-item a:before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
    left: 0.9375rem;
  }
}
.service__nav-item--contact-us a:before {
  content: url("../../images/site/contact-icon-blue.png");
}
.service__nav-item--contact-us a:hover:before {
  content: url("../../images/site/contact-icon-white.png");
}
.service__nav-item--contact-us.active a:before {
  content: url("../../images/site/contact-icon-white.png");
}
.service__nav-item--faq a:before {
  content: url("../../images/site/faq-icon-blue.png");
}
.service__nav-item--faq a:hover:before {
  content: url("../../images/site/faq-icon-white.png");
}
.service__nav-item--faq.active a:before {
  content: url("../../images/site/faq-icon-white.png");
}
.service__nav-item--artwork a:before {
  content: url("../../images/site/artwork-icon-blue.png");
}
.service__nav-item--artwork a:hover:before {
  content: url("../../images/site/artwork-icon-white.png");
}
.service__nav-item--artwork.active a:before {
  content: url("../../images/site/artwork-icon-white.png");
}
.service__nav-item--payment a:before {
  content: url("../../images/site/payment-icon-blue.png");
}
.service__nav-item--payment a:hover:before {
  content: url("../../images/site/payment-icon-white.png");
}
.service__nav-item--payment.active a:before {
  content: url("../../images/site/payment-icon-white.png");
}
.service__nav-item--delivery a:before {
  content: url("../../images/site/delivery-icon-blue.png");
}
.service__nav-item--delivery a:hover:before {
  content: url("../../images/site/delivery-icon-white.png");
}
.service__nav-item--delivery.active a:before {
  content: url("../../images/site/delivery-icon-white.png");
}
.service__nav-item--returns a:before {
  content: url("../../images/site/return-icon-blue.png");
}
.service__nav-item--returns a:hover:before {
  content: url("../../images/site/return-icon-white.png");
}
.service__nav-item--returns.active a:before {
  content: url("../../images/site/return-icon-white.png");
}

.faq {
  width: 100%;
  float: left;
}
.faq__accordion {
  width: 100%;
  float: left;
  background: none;
  border: 0;
  margin-top: 1.25rem;
}
.faq__accordion-item {
  background-color: #fff;
  border: 0;
  margin-bottom: 0.9375rem;
}
.faq__title {
  border: 0 !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #2580ac;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.faq__title:hover, .faq__title:focus {
  background-color: #fff;
  color: #2580ac;
}
.faq__title:before {
  color: #f15a24;
  font-weight: bold;
  font-size: 2.1875rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.faq__content {
  border: 0;
  padding-top: 0;
}

.pagination {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .pagination {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.pagination {
  text-align: right;
  margin: 0;
}
.pagination .active a {
  color: #fff;
  background-color: #2587bc;
}
.pagination li {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  display: inline-block;
}
.pagination li a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 40px;
  height: 35px;
  background-color: #fff;
  text-align: center;
  padding: 0.625rem 0 0 0;
  border: 1px solid #e2e2e2;
}
.pagination li a:hover {
  color: #fff;
  background-color: #2587bc;
}

.interested {
  width: 100%;
  float: left;
  background-color: #e2e2e2;
  padding: 0 0 2.5rem 0;
}
.interested__list {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}
.interested__list-item {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .interested__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .interested__list-item {
    width: 100%;
    float: left;
    margin-bottom: 0.9375rem;
  }
}
.interested__list-item .image {
  width: 40%;
  float: left;
  padding-right: 0.46875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .interested__list-item .image {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.interested__list-item .image img {
  width: 100%;
}
.interested__list-item .text {
  width: 60%;
  float: left;
  padding-left: 0.46875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .interested__list-item .text {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}
.interested__list-item .text .title {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #2587bc;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  margin-bottom: 0.1875rem;
}
.interested__list-item .text .title a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.interested__list-item .text .date {
  margin-bottom: 0.625rem;
}
.interested__list-item .text .date,
.interested__list-item .text p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.interested__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.interested__button:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .interested__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.interested__button {
  padding: 0.4375rem 0.9375rem;
}
.interested__title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .interested__title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.interested__title span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  padding-bottom: 0.9375rem;
  margin: 0.9375rem 0;
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 17px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 39.9375em) {
  .interested__title span {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
  }
}

.filter {
  width: 100%;
  float: left;
  margin: 0.9375rem 0;
}
.filter__list, .filter__option-list {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
}
.filter__list-item {
  width: 100%;
  float: left;
  margin-bottom: 0.3125rem;
  position: relative;
  overflow: hidden;
  max-height: 2.3125rem;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  background-color: #e2e2e2;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .filter__list-item {
    padding: 0 0.9375rem;
    margin-bottom: 0;
  }
}
.filter__list-item--longer {
  max-height: 3.125rem;
}
@media screen and (max-width: 63.9375em) {
  .filter__list-item:last-child .filter__title {
    background-image: none;
    padding-bottom: 0;
  }
}
.filter__list-item.open {
  max-height: 3000px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .filter__list-item.open {
    margin-bottom: 0;
  }
}
.filter__list-item.open .filter__title:after {
  content: "\f068";
}
.filter__list-item.open .filter__option-list {
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.filter__list-item.selected {
  max-height: 3000px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .filter__list-item.selected {
    margin-bottom: 0;
  }
}
.filter__list-item.selected .filter__title:after {
  display: none;
}
.filter__option-list {
  background-color: #e2e2e2;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .filter__option-list {
    padding: 0.9375rem 0 !important;
  }
}
.filter__title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  color: #fff;
  background-color: #2580ac;
  padding: 0.625rem 1.5625rem 0.625rem 0.9375rem;
  width: 100%;
  float: left;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .filter__title {
    background-color: #e2e2e2;
    color: #000;
    background-image: linear-gradient(to right, #cacaca 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    padding-left: 0;
  }
}
.filter__title:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.9375rem;
  top: 0.625rem;
}
.filter__option {
  width: 100%;
  float: left;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .filter__option {
    width: 33.3333333333%;
    float: left;
  }
  .filter__option:last-child:last-child {
    float: left;
  }
  .filter__option {
    padding-right: 0.9375rem;
  }
}
.filter__option:last-child {
  margin-bottom: 0;
}
.filter__option label {
  width: 80%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #000;
  cursor: default;
}
.filter__option input[type=checkbox] {
  float: right;
  margin: 0.1875rem 0 0 0;
}
.filter__option .color {
  float: right;
}
.filter__option--color {
  cursor: default;
}
@media screen and (max-width: 63.9375em) {
  .filter__option--color {
    width: 100%;
    float: left;
  }
}
.filter__option--color .color {
  width: 20px;
  height: 20px;
  background-color: #2587bc;
  float: none;
  display: inline-block;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  border: 1px solid #cacaca;
  cursor: pointer;
}
.filter__option--color .color:nth-child(2n) {
  background-color: #f15a24;
}
.filter__option--color .color:nth-child(3n+1) {
  background-color: #80b63f;
}
.filter__readmore {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  margin-left: 0.9375rem;
  background-color: #cacaca;
  width: 4.375rem !important;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .filter__readmore {
    margin-left: 0;
  }
}
.filter__readmore:after {
  font-family: "FontAwesome";
  margin-left: 0.3125rem;
}
.filter__readmore:hover {
  color: #fff;
}
.filter__readmore--more:after {
  content: "\f0d7";
}
.filter__readmore--less:after {
  content: "\f0d8";
}
.filter__dropdown-title {
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  color: #2580ac;
  background-color: #e2e2e2;
  position: relative;
  padding: 0.625rem 0.9375rem;
  width: 100%;
  float: left;
  cursor: pointer;
}
.filter__dropdown-title:after {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  top: 0.9375rem;
  right: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .filter__dropdown-title {
    display: none;
  }
}
.filter__dropdown {
  margin: 0.625rem 0 0 0;
}
@media screen and (max-width: 63.9375em) {
  .filter__dropdown {
    max-height: 2.3125rem;
    overflow: hidden;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
  }
  .filter__dropdown.open {
    max-height: 624999.9375rem;
  }
}
.filter__color-button label {
  cursor: pointer;
}
.filter__dot {
  height: 19px;
  width: 19px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  float: right;
}
.filter__dot img {
  width: fit-content;
}

.review {
  width: 100%;
  float: left;
  padding: 2.5rem 0;
}
.review__overall {
  width: 100%;
  float: left;
  margin-bottom: 1.875rem;
}
.review__overall .text {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
}
.review__rating {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0 0 0.3125rem 0 !important;
}
.review__rating--auto {
  margin: 0 0.9375rem 0 0;
  width: auto !important;
}
.review__star {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0.3125rem 0 0;
}
.review__star:before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #fbb03b;
  font-size: 1.875rem;
}
.review__star.disabled:before {
  color: #fff;
}
.review__star.half {
  position: relative;
}
.review__star.half:before {
  content: "\f089";
  position: absolute;
}
.review__star.half:after {
  color: #fff;
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 1.875rem;
}
.review__star.total-amount {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-left: 0.625rem;
}
.review__star.total-amount:before {
  display: none;
}
.review__star-amount {
  width: 35%;
  float: left;
}
@media screen and (max-width: 50em) {
  .review__star-amount {
    width: 50%;
  }
}
@media screen and (max-width: 39.9375em) {
  .review__star-amount {
    width: 100%;
  }
}
.review__progress-contain {
  width: 50%;
  height: auto;
  float: left;
  background: #fff;
}
.review__progress {
  height: 1.5625rem;
  background: #fbb03b;
}
.review__amount-contain {
  width: 100%;
  float: left;
}
.review__number-of-reviews {
  width: 48%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
  margin-left: 2%;
}
.review__content {
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 15px 2px;
  background-repeat: repeat-x;
  padding-top: 1.875rem;
  margin-top: 0.625rem;
}
.review__content p {
  width: 100%;
  float: left;
  margin-top: 0.625rem;
}
.review__content .top {
  width: 100%;
  float: left;
  margin-bottom: 0.625rem;
}
.review__content .title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #2587bc;
  font-size: 1.25rem;
  line-height: 1.25rem;
  float: left;
}
.review__content .name,
.review__content .date {
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
}
.review__content .name {
  font-weight: 600;
  margin-right: 1.25rem;
}
.review__content .name:before {
  content: "By";
  margin-right: 0.3125rem;
}
.review__content .date {
  font-weight: 300;
  font-style: italic;
}
.review__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #80b63f;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.review__button:hover {
  color: #80b63f;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .review__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.review__button {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-top: 0.3125rem;
}

.bundle {
  width: 100%;
  float: left;
}
.bundle--gray {
  background-color: #d6d6d6;
}
.bundle__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #f15a24;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
}
.bundle__title--blue {
  color: #2587bc;
}

.popup__container {
  width: 100%;
  float: left;
  padding: 0.9375rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 39.9375em) {
  .popup__container {
    background-position: 90%;
  }
}
.popup__container.newsletter {
  height: 35.3125rem;
  position: relative;
}
.popup.reveal {
  background: none !important;
  padding: 30px !important;
  border: 0 !important;
}
.popup--newsletter.reveal {
  background-color: #ffffff !important;
  padding: 1.25rem 0 0 1.25rem !important;
  max-width: 51.5625rem;
}
@media screen and (max-width: 74.375em) {
  .popup--newsletter.reveal {
    padding: 1.25rem !important;
  }
}
.popup--newsletter.reveal form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.popup--newsletter.reveal form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.popup--newsletter.reveal form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.popup--newsletter.reveal form input[type=text] {
  background-color: #f2f2f2;
  color: #000000;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 0.4375rem;
}
.popup--newsletter.reveal form input[name=first_name] {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.popup--newsletter.reveal form input[name=last_name] {
  width: 49%;
  float: left;
  margin-left: 1%;
}
.popup--newsletter.reveal form input[name=email_address] {
  width: 100%;
  float: left;
}
.popup--newsletter.reveal form button[type=submit] {
  background-color: #f15a24;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  border-radius: 0.4375rem;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  -o-border-radius: 0.4375rem;
  text-align: center;
  padding: 0.9375rem 1.875rem;
  text-transform: uppercase;
  float: right;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 74.375em) {
  .popup--newsletter.reveal form button[type=submit] {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .popup--newsletter.reveal {
    width: 65% !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .popup--newsletter.reveal {
    width: 90% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .popup--newsletter.reveal {
    width: 100% !important;
  }
}
.popup--black-friday.reveal {
  background-color: transparent;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.75);
  border-radius: 15px !important;
  max-width: 37.5rem;
}
@media screen and (min-width: 64em) {
  .popup--black-friday.reveal {
    width: 65% !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .popup--black-friday.reveal {
    width: 90% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .popup--black-friday.reveal {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    min-height: auto !important;
    height: auto;
  }
}
@media screen and (max-width: 74.375em) {
  .popup--black-friday.reveal {
    padding: 1.25rem !important;
  }
}
.popup--black-friday.reveal img {
  width: 100% !important;
}
.popup--black-friday.reveal button {
  top: 0.875rem;
  right: 0.875rem;
}
@media screen and (max-width: 43.125em) {
  .popup--black-friday.reveal button {
    width: 1.875rem;
    height: 1.875rem;
    top: 3%;
    right: 2%;
  }
  .popup--black-friday.reveal button i {
    font-size: 20px;
  }
}
@media screen and (max-width: 25em) {
  .popup--black-friday.reveal button {
    width: 1.5625rem;
    height: 1.5625rem;
    top: 3%;
    right: 2%;
  }
  .popup--black-friday.reveal button i {
    font-size: 14px;
  }
}
.popup--nopadding.reveal, .popup--nopadding.popup--newsletter.reveal {
  padding: 0 !important;
  background-color: transparent;
}
.popup__number {
  width: 93%;
  position: absolute;
  bottom: 2.5rem;
  background-color: rgba(241, 90, 36, 0.95);
  padding: 0.4375rem 0.625rem;
}
@media screen and (max-width: 56.25em) {
  .popup__number {
    position: relative;
    float: left;
    bottom: auto;
  }
}
.popup__number-left {
  width: 47%;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 56.25em) {
  .popup__number-left {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.popup__number-left span {
  width: 100%;
  float: left;
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.popup__number-right {
  width: 53%;
  float: right;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3.375rem;
  line-height: 3.125rem;
}
@media screen and (max-width: 56.25em) {
  .popup__number-right {
    width: 100%;
    float: left;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.popup__number-right a {
  color: #fff;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.popup--callus.reveal {
  background-color: #ffffff !important;
  padding: 1.25rem 0 0 1.25rem !important;
  max-width: 51.5625rem;
}
@media screen and (max-width: 56.25em) {
  .popup--callus.reveal {
    padding: 1.25rem !important;
  }
}
@media screen and (min-width: 64em) {
  .popup--callus.reveal {
    width: 65% !important;
  }
}
@media screen and (max-width: 78.75em) {
  .popup--callus.reveal {
    width: 90% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .popup--callus.reveal {
    width: 100% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .popup.reveal.small {
    width: 100% !important;
  }
}
.popup__link {
  font-family: "Open Sans", Arial, sans-serif;
  color: #364772;
  font-size: 0.9375rem;
  font-style: italic;
  text-decoration: underline;
  margin-top: 0.9375rem;
  width: 100%;
  float: left;
}
.popup__contain {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .popup__contain {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.popup__contain {
  min-height: 285px;
}
.popup__contain--pink {
  background-color: #2587bc;
}
.popup__contain--light-gray {
  background-color: #f1f2f2;
}
.popup__left, .popup__right {
  width: 50%;
  float: left;
}
.popup__left {
  padding-right: 0.9375rem;
}
.popup__left p {
  font-family: "Open Sans", Arial, sans-serif;
  color: red;
  font-size: 0.875rem;
}
@media screen and (max-width: 39.9375em) {
  .popup__left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .popup__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.popup__left--newsletter {
  width: 44% !important;
  position: relative;
  z-index: 2;
  padding-right: 0 !important;
}
.popup__left--newsletter img {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 74.375em) {
  .popup__left--newsletter {
    width: 100% !important;
    padding-right: 0.9375rem !important;
  }
}
.popup__left--callus {
  width: 41% !important;
  position: relative;
  z-index: 2;
  padding-right: 0 !important;
  padding-top: 1.25rem;
}
.popup__left--callus img {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 56.25em) {
  .popup__left--callus {
    width: 100% !important;
    padding-right: 0.9375rem !important;
  }
}
.popup__left--absolute {
  position: absolute;
  top: 3.125rem;
  left: 3.125rem;
  width: auto;
}
@media screen and (max-width: 39.9375em) {
  .popup__left--absolute {
    position: relative;
    top: 0;
    left: 0;
  }
}
.popup__right {
  padding-left: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .popup__right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .popup__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.popup__right--newsletter {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 2.5rem;
  width: 56% !important;
}
@media screen and (min-width: 64em) {
  .popup__right--newsletter {
    text-align: right;
  }
}
@media screen and (max-width: 74.375em) {
  .popup__right--newsletter {
    display: none;
  }
}
.popup__right--callus {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 59% !important;
}
@media screen and (min-width: 64em) {
  .popup__right--callus {
    text-align: right;
  }
}
@media screen and (max-width: 56.25em) {
  .popup__right--callus {
    display: none;
  }
}
.popup__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 2.3125rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.9375rem;
}
.popup__title--white {
  color: #fff;
}
.popup__title--newsletter {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.625rem;
  text-transform: none;
  line-height: 2.5rem;
  color: #2587bc;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .popup__title--newsletter {
    white-space: nowrap;
  }
}
.popup__title--callus {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 3.125rem;
  text-transform: none;
  line-height: 3.25rem;
  color: #80b63f;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.popup__title--pink {
  color: #2587bc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 3.4375rem;
  font-weight: bold;
  margin: 0;
  line-height: 4.0625rem;
}
@media screen and (max-width: 39.9375em) {
  .popup__title--pink {
    font-size: 2.4375rem;
    line-height: 2.8125rem;
  }
}
.popup__title--large, .popup__title--small {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  margin: 0;
  line-height: 5rem;
}
@media screen and (max-width: 39.9375em) {
  .popup__title--large, .popup__title--small {
    font-size: 3.5625rem;
    line-height: 3.5625rem;
  }
}
.popup__title--small {
  font-size: 2.1875rem;
  font-weight: normal;
  line-height: 2.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .popup__title--small {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
}
.popup__subtitle {
  font-family: "Bebas", Arial, sans-serif;
  color: #2587bc;
  font-size: 5.125rem;
  text-transform: uppercase;
}
@media screen and (max-width: 79.3125em) {
  .popup__subtitle {
    font-size: 2.1875rem;
  }
}
.popup__subtitle--newsletter {
  color: #f15a24;
}
.popup__subtitle--callus {
  color: #f15a24;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}
.popup__subsubtitle {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.9375rem;
  line-height: 2.5rem;
}
.popup__subsubtext {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #2587bc;
  font-size: 1.3125rem;
}
.popup__content {
  width: 100%;
  float: left;
}
.popup__content--newsletter {
  color: #000 !important;
  font-size: 0.875rem !important;
}
.popup__list {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}
.popup__list-item--small {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .popup__list-item--small {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.popup__list-item--large {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .popup__list-item--large {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.popup__close {
  width: 40px;
  height: 40px;
  background-color: #2587bc;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 0.625rem;
  right: 0.625rem;
}
.popup__close:hover {
  color: #fff;
}

.wishlist p {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 1.25rem 0;
  text-align: center;
}
.wishlist p a {
  font-weight: 600;
  color: #f15a24;
}
.wishlist p a:hover {
  color: #f15a24;
  text-decoration: underline;
}
.wishlist div.popup__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  padding-left: 15px;
}
.wishlist__list {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
}
.wishlist__image {
  border: 1px solid #cacaca;
  padding: 0.9375rem;
}
.wishlist__image image {
  width: 100%;
}
.wishlist__list-item {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .wishlist__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.wishlist__list-item:last-child:last-child {
  float: left;
}
.wishlist__list-item {
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .wishlist__list-item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .wishlist__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.wishlist__remove {
  color: #2587bc;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 10px 0;
  font-weight: 600;
}
.wishlist__remove:hover {
  color: red;
  text-decoration: underline;
}
.wishlist__options {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .wishlist__options {
    margin: 0;
  }
}
.wishlist__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.wishlist__button:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .wishlist__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.wishlist__button {
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  margin-right: 15px;
  font-size: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Montserrat", Arial, sans-serif;
}
@media screen and (max-width: 39.9375em) {
  .wishlist__button {
    margin-bottom: 0.9375rem;
  }
}
.wishlist__button--gray {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #2587bc;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.wishlist__button--gray:hover {
  color: #2587bc;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .wishlist__button--gray {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.wishlist__button--gray {
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
}
.wishlist__button--gray:before {
  content: "\f1f8";
  font-family: "FontAwesome";
  margin-right: 0.3125rem;
}
.wishlist__text p {
  margin: 0;
}
.wishlist__name {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-weight: bold !important;
  font-size: 1.125rem !important;
  line-height: 1.125rem !important;
  margin: 0.3125rem 0 !important;
}
.wishlist__price {
  font-family: "Montserrat", Arial, sans-serif;
  color: #f15a24 !important;
  font-weight: bold !important;
  font-size: 1.625rem !important;
  line-height: 1.625rem !important;
  margin: 0.3125rem 0 !important;
}

.bar {
  width: 75%;
  background-color: #fff;
  padding: 1.25rem 0;
  border-radius: 13px;
  margin: auto;
  position: relative;
  top: -4.6875rem;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
  justify-content: center;
}
@media screen and (max-width: 56.25em) {
  .bar {
    width: 90%;
  }
}
@media screen and (max-width: 71.875em) {
  .bar {
    top: 0%;
    flex-wrap: wrap;
    display: flex;
    box-shadow: none;
  }
}
.bar__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1875rem;
  color: #000;
  position: relative;
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .bar__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 81.25em) {
  .bar__text {
    font-size: 1.5625rem;
    width: 30%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 81.25em) and (min-width: 40em) {
  .bar__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 71.875em) {
  .bar__text {
    justify-content: center;
    text-align: center;
    margin-bottom: 0.625rem;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    width: 100%;
  }
}
.bar__text::before {
  content: attr(data-fa);
  font-family: "FontAwesome";
  font-size: 1.9375rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #2587bc;
}
@media screen and (max-width: 71.875em) {
  .bar__text::before {
    left: 0.625rem;
  }
}
@media screen and (max-width: 71.875em) {
  .bar__text::before {
    display: none;
  }
}
.bar__text-lower {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 2rem;
  color: #2587BC;
  margin-top: -16px;
}
@media screen and (min-width: 93.75em) {
  .bar__text-lower {
    font-size: 1.875rem;
  }
}
.bar__text-upper {
  margin-top: 14px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
}
@media screen and (min-width: 93.75em) {
  .bar__text-upper {
    font-size: 1.625rem;
  }
}
.bar__dropdown {
  display: flex-start;
  width: 50%;
  line-height: 25px;
  padding: 0px 5px;
  justify-content: space-evenly;
}
@media screen and (max-width: 71.875em) {
  .bar__dropdown {
    width: 100%;
    margin-bottom: 0.9375rem;
    flex-wrap: wrap;
    position: relative;
  }
}
.bar form {
  width: 75%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .bar form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.bar form {
  margin-top: 14px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  display: flex;
}
@media screen and (min-width: 71.875em) {
  .bar form {
    width: 68%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 71.875em) and (min-width: 40em) {
  .bar form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 71.875em) {
  .bar form {
    margin-top: 0;
    flex-wrap: wrap;
    width: 100%;
  }
}
.bar form .btn {
  font-size: 0.9375rem;
  border: none;
  flex-wrap: wrap;
  height: 3.125rem;
  width: 8.6875rem;
}
@media screen and (max-width: 71.875em) {
  .bar form .btn {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
  }
}
@media screen and (max-width: 71.875em) and (min-width: 40em) {
  .bar form .btn {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.bar__button {
  width: 20%;
  float: left;
}
@media screen and (max-width: 71.875em) {
  .bar__button {
    width: 20%;
    text-align: center;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 37.5em) {
  .bar__button {
    width: 75%;
  }
}

.categories {
  width: 100%;
  float: left;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 50.9375em) {
  .categories {
    margin-bottom: 0.625rem;
  }
}
.categories__block {
  width: 100%;
  float: left;
  position: relative;
  padding: 0.625rem;
}
@media screen and (max-width: 50.9375em) {
  .categories__block {
    padding-left: 0.9375rem;
  }
}
.categories__block--med {
  width: 66.6%;
}
@media screen and (max-width: 50.9375em) {
  .categories__block--med {
    width: 100%;
  }
}
.categories__block--med a::after {
  padding-bottom: 95%;
}
@media screen and (max-width: 50.9375em) {
  .categories__block--med a::after {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 39.9375em) {
  .categories__block--med a::after {
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 25em) {
  .categories__block--med a::after {
    padding-bottom: 100%;
  }
}
.categories__block--med .categories__title {
  margin: 25rem 0 10.375rem 0;
}
@media screen and (max-width: 76.875em) {
  .categories__block--med .categories__title {
    margin-bottom: 6.375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .categories__block--med .categories__title {
    margin-bottom: 5.625rem;
  }
}
@media screen and (max-width: 54.375em) {
  .categories__block--med .categories__title {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .categories__block--med .categories__title {
    margin-bottom: 3.125rem;
  }
}
.categories__block--small {
  width: 33.3%;
}
@media screen and (max-width: 50.9375em) {
  .categories__block--small {
    width: 100%;
  }
}
.categories__block--small a::after {
  padding-bottom: 95%;
}
@media screen and (max-width: 50.9375em) {
  .categories__block--small a::after {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 39.9375em) {
  .categories__block--small a::after {
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 25em) {
  .categories__block--small a::after {
    padding-bottom: 100%;
  }
}
.categories__block--small .categories__title {
  margin: 25rem 0 10.375rem 0;
}
@media screen and (max-width: 76.875em) {
  .categories__block--small .categories__title {
    margin-bottom: 6.375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .categories__block--small .categories__title {
    margin-bottom: 5.625rem;
  }
}
@media screen and (max-width: 54.375em) {
  .categories__block--small .categories__title {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .categories__block--small .categories__title {
    margin-bottom: 3.125rem;
  }
}
.categories__block a {
  width: 100%;
  height: 31.25rem;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .categories__block a {
    background-position: top;
  }
}
@media screen and (max-width: 50.9375em) {
  .categories__block a {
    background-position: center;
  }
}
.categories__block a .categories__content__overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.categories__block a .categories__content__overlay__button {
  color: #E06337;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
}
.categories__block a .categories__content__overlay__title {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 71.875em) {
  .categories__block a .categories__content__overlay__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.categories__block a:hover .categories__content__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categories__block a:hover .categories__title {
  display: none;
}
.categories__content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align: center;
}
@media screen and (max-width: 113.75em) {
  .categories__content {
    width: 100%;
  }
}
.categories__title {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 71.875em) {
  .categories__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.top-sellers {
  width: 100%;
  float: left;
  background-color: #D9F2FF;
  padding: 1.875rem 0 6.25rem 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
.top-sellers .slick-track {
  height: fit-content;
  display: flex;
  align-items: stretch;
}
.top-sellers .slick-dots li button:before {
  color: white;
  opacity: 1;
  font-size: 15px;
  margin-top: 0.625rem;
}
.top-sellers .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 90.625em) {
  .top-sellers {
    position: relative;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-sellers {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .top-sellers {
    margin-bottom: 1.875rem;
  }
}
.top-sellers--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.top-sellers--contain::before, .top-sellers--contain::after {
  content: " ";
  display: table;
}
.top-sellers--contain::after {
  clear: both;
}
.top-sellers__header {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 2.5rem;
  line-height: 4.0625rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 39.9375em) {
  .top-sellers__header {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}
.top-sellers__header span {
  font-weight: bold;
}
.top-sellers__header a {
  font-size: small;
  text-decoration: underline;
  font-weight: bold;
  text-align: end;
  display: inline-block;
}
.top-sellers__productblock {
  width: auto;
  height: 32.8125rem;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 0.3125rem;
  position: relative;
}
@media screen and (max-width: 81.25em) {
  .top-sellers__productblock {
    width: 95%;
    margin: auto;
  }
}
.top-sellers__productblock__image {
  padding-top: 2.5rem;
  height: auto;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  position: relative;
  min-height: 300px;
  object-fit: contain;
}
.top-sellers__productblock__image-wrapper {
  position: relative;
  padding: 1.25rem;
}
.top-sellers__productblock__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-sellers__productblock__overlay__badge {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 5rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.top-sellers__productblock__overlay__badge--active::before, .top-sellers__productblock__overlay__badge .added::before {
  font-weight: 900;
  color: #f15a24;
}
.top-sellers__productblock__overlay__star {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 5rem;
  background-color: rgb(149.5, 149.5, 149.5);
  transition: 0.5s ease-in;
  position: absolute;
  bottom: 1.5625rem;
  right: 1.25rem;
  cursor: pointer;
}
.top-sellers__productblock__overlay__star::before {
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 1.75rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top-sellers__productblock__overlay__star.added::before {
  font-weight: 900;
  color: #f15a24;
}
.top-sellers__productblock__overlay__ribbon {
  zoom: 66.6%;
}
.top-sellers__productblock__content {
  background-color: #fff;
  width: 100%;
  float: left;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.top-sellers__productblock__content__item {
  width: 100%;
  float: left;
}
.top-sellers__productblock__content__item p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.625rem;
}
.top-sellers__productblock__content__code {
  width: 100%;
  float: left;
  margin-bottom: 0.375rem;
}
.top-sellers__productblock__content__code p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #2587BC;
  margin-bottom: 0;
}
.top-sellers__productblock__content__info {
  width: 100%;
  float: left;
  margin-bottom: 0.875rem;
}
.top-sellers__productblock__content__info-available {
  font-family: "Open Sans";
  display: block;
  font-style: italic;
  font-weight: 400;
  color: #000;
}
.top-sellers__productblock__content__info__price {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  margin-bottom: 0;
}
.top-sellers__productblock__content__info__price__number {
  color: #E06337 !important;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.process {
  width: 100%;
  float: left;
  background-color: #343434;
  padding: 5rem 0;
  background-attachment: fixed;
  background-image: url("../../images/site/home/parallax-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.process:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .process {
    padding: 2.5rem 0;
  }
}
.process__header {
  font-family: "Bebas", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.5rem;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .process__header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.process__header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 39.9375em) {
  .process__header {
    font-size: 1.4375rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.process__steps {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .process__steps {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .process__steps {
    flex-wrap: wrap;
  }
}
.process__steps-item {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .process__steps-item {
    width: 50%;
  }
}
@media screen and (max-width: 39.9375em) {
  .process__steps-item {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 63.9375em) {
  .process__steps-item:nth-of-type(2)::after {
    display: none;
  }
}
.process__steps-item:not(:last-of-type)::after {
  content: attr(data-fa);
  font-family: "FontAwesome";
  font-size: 3.6875rem;
  font-weight: bold;
  color: #f15a24;
  position: absolute;
  top: 3.75rem;
  right: -0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .process__steps-item:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
}
@media screen and (max-width: 39.9375em) {
  .process__steps-item:not(:last-of-type)::after {
    display: none;
  }
}
.process__steps-item picture {
  width: 100%;
  float: left;
  margin-bottom: 2.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .process__steps-item picture {
    position: relative;
    margin-bottom: 0;
  }
  .process__steps-item picture source,
  .process__steps-item picture img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.process__text {
  width: 100%;
  float: left;
}
.process__text p {
  font-family: "Bebas", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 1.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .process__text p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}

.tabs {
  width: 100%;
}
.tabs--product-detail {
  border: 0;
  margin-bottom: 0.625rem;
}
.tabs__panel {
  display: none;
}
.tabs__panel--active {
  display: block;
}
.tabs__mobile-heading {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background-color: #e2e2e2;
  height: 3.9375rem;
  color: #000;
}
.tabs__mobile-heading svg:first-of-type {
  margin-right: 0.625rem;
}
.tabs__mobile-heading .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate3d(0, 0, 1, 90deg);
  right: 1.25rem;
  transition: ease 0.5s;
}
.tabs__mobile-heading .arrow path {
  fill: #000;
}
@media screen and (max-width: 46.875em) {
  .tabs__mobile-heading {
    display: flex;
  }
}
.tabs__heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.tabs__heading span {
  color: #2587bc;
}
.tabs__titles {
  width: 100%;
  margin: 0 auto 0.625rem auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 2px;
}
@media screen and (max-width: 46.875em) {
  .tabs__titles {
    display: none;
  }
}
.tabs__title {
  position: relative;
  overflow: hidden;
  width: 33.3333333333%;
  background-color: #e2e2e2;
}
.tabs__title > button {
  width: 100%;
  height: 3.9375rem;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tabs__title > button svg {
  margin-right: 0.5625rem;
}
.tabs__title--active {
  background-color: #2587bc;
}
.tabs__title--active button {
  color: #fff;
  font-weight: bold;
}
.tabs__title--active svg:first-of-type path {
  fill: #fff;
}
.tabs__panels {
  width: 100%;
  margin: 0 auto;
  border: 0.125rem solid #e2e2e2;
}
@media screen and (max-width: 65.625em) {
  .tabs__panels {
    width: 100%;
  }
}
@media screen and (max-width: 46.875em) {
  .tabs__panels {
    padding: 0;
    border: 0;
  }
}
.tabs__panel {
  width: 100%;
  margin: 0 auto;
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 80em) {
  .tabs__panel {
    width: 100%;
  }
}
@media screen and (max-width: 46.875em) {
  .tabs__panel {
    display: block;
  }
  .tabs__panel:not(:last-of-type) {
    margin-bottom: 0.3125rem;
  }
}
.tabs__panel--active {
  display: block;
}
@media screen and (max-width: 46.875em) {
  .tabs__panel--active .tabs__inner {
    max-height: 100%;
    padding: 0.9375rem 0;
  }
}
.tabs__panel--active .tabs__mobile-heading {
  background-color: #2587bc;
  color: #fff;
}
.tabs__panel--active .tabs__mobile-heading svg:first-of-type path {
  fill: #fff;
}
.tabs__panel--active .tabs__mobile-heading .arrow {
  transform: translateY(-50%) rotate3d(0, 0, 1, -90deg);
}
.tabs__panel--active .tabs__mobile-heading .arrow path {
  fill: #fff;
}
@media screen and (max-width: 46.875em) {
  .tabs__inner {
    max-height: 0;
    overflow: hidden;
  }
}
.tabs__inner > .button {
  margin-top: 1.875rem;
  padding: 0 1.875rem;
}
.tabs__customisation-info {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
@media screen and (max-width: 46.875em) {
  .tabs__customisation-info {
    border: 0.125rem solid #e2e2e2;
  }
}
@media screen and (max-width: 39.9375em) {
  .tabs__customisation-info {
    grid-template-columns: 1fr;
  }
}
.tabs__customisation-info ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .tabs__customisation-info ul:last-of-type {
    border-bottom: 0.125rem solid #e2e2e2;
  }
}
.tabs__customisation-info ul li {
  width: 100%;
  height: 2.625rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.tabs__customisation-info ul li:not(:last-of-type) {
  border-bottom: 0.0625rem solid #e2e2e2;
}
.tabs__customisation-info ul li .bulk-save {
  gap: 1.125rem;
}
.tabs__customisation-info ul li .bulk-save--price {
  text-align: right;
  width: 9.375rem;
}
.tabs__customisation-info ul li .bulk-save--percent {
  width: 100%;
  max-width: 5.625rem;
}
.tabs__customisation-info ul li .bulk-save--percent span {
  display: block;
  background-color: #f05b23;
  color: #fff;
  width: 5.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.625rem;
}
.tabs__customisation-info ul li .quantity {
  border-right: 0.0625rem solid #e2e2e2;
}
.tabs__customisation-info ul li .price,
.tabs__customisation-info ul li .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 600;
}
.tabs__customisation-info ul li .quantity {
  color: #2587bc;
}
.tabs__customisation-info .content {
  padding: 1.8125rem 1.625rem;
}
.tabs__customisation-info .content .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.tabs__customisation-info .content .title svg {
  margin-right: 0.625rem;
}
.tabs__customisation-info .content p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
.tabs__customisation-info--no-text {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 39.9375em) {
  .tabs__customisation-info--no-text ul {
    border-bottom: 0;
  }
}
.tabs__customisation-info--no-text ul .price {
  border-right: 0;
}

.detail-tabs {
  display: flex;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs {
    flex-wrap: wrap;
  }
}
.detail-tabs__mobile-heading {
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: none;
  text-align: left;
  display: none;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.25rem;
  min-height: 2.8125rem;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
}
.detail-tabs__mobile-heading svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate3d(0, 0, 1, 90deg);
  right: 1.25rem;
  transition: ease 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__mobile-heading {
    display: flex;
  }
}
.detail-tabs__titles {
  width: 17.625rem;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__titles {
    display: none !important;
  }
}
.detail-tabs__titles--product-options {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__titles--product-options {
    display: none;
  }
}
.detail-tabs__titles--product-options .detail-tabs__title {
  width: auto;
  margin-bottom: 0;
  box-shadow: none;
}
.detail-tabs__titles--product-options .detail-tabs__title:not(:last-of-type) {
  margin: 0 1.5625rem 0 0;
}
.detail-tabs__title {
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__title {
    width: 25%;
  }
}
.detail-tabs__title:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.detail-tabs__title label {
  cursor: pointer;
  color: #4B4B4B;
  font-weight: bold;
}
.detail-tabs__title--active label {
  color: #2587bc;
}
.detail-tabs__panels {
  flex: 1 0 0;
  margin-left: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__panels {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 40em) {
  .detail-tabs__panels input:checked + .detail-tabs__panel {
    display: block;
  }
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__panels input:checked + .detail-tabs__panel svg {
    transform: rotate(270deg);
  }
}
.detail-tabs__panel {
  display: none;
}
.detail-tabs__panel svg {
  transform: rotate(90deg);
  position: absolute;
  top: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__panel {
    display: block;
  }
}
.detail-tabs__panel > .title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #2587bc;
  font-weight: bold;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__panel {
    display: block;
  }
  .detail-tabs__panel:not(:last-of-type) {
    margin-bottom: 0.9375rem;
  }
  .detail-tabs__panel--active .detail-tabs__mobile-heading {
    background-color: #2587bc;
    color: #fff;
  }
  .detail-tabs__panel--active .detail-tabs__mobile-heading svg {
    transform: translateY(-50%) rotate3d(0, 0, 1, -90deg);
  }
  .detail-tabs__panel--active .detail-tabs__mobile-heading svg path {
    fill: #fff;
  }
}
.detail-tabs__panel--active {
  display: block;
}
.detail-tabs__panel--active .detail-tabs__mobile-heading .icon:before, .detail-tabs__panel--active .detail-tabs__mobile-heading .icon:after {
  background-color: #fff !important;
}
.detail-tabs__panel--active .detail-tabs__mobile-heading .icon:after {
  transform: rotate(0deg) !important;
}
.detail-tabs__inner {
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs__content-wrapper {
    overflow: hidden;
    margin: 0;
    transition: ease 0.5s;
  }
  .detail-tabs__content-wrapper div, .detail-tabs__content-wrapper p {
    padding: 1rem 0 0.25rem 0;
  }
}
.detail-tabs__description {
  padding: 0.875rem 0 0.375rem 0;
}
.detail-tabs__product-accreditations {
  margin-top: 1rem;
}
.detail-tabs__product-accreditations ul {
  list-style: none;
  margin: 0.625rem 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.detail-tabs__product-accreditations ul li {
  width: auto;
  float: none;
  padding: 0.375rem 0.625rem;
  border: 1px solid #DEDEDE;
  border-radius: 62.4375rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: inline-flex;
  align-items: center;
}
.detail-tabs__product-accreditations ul li.has-icon {
  padding: 0.375rem 0.5rem;
}
.detail-tabs__product-accreditations ul li img {
  display: block;
  height: 1.625rem;
  width: auto;
  max-width: 5rem;
  object-fit: contain;
}
.detail-tabs__description-name {
  margin: 0 0 1.4375rem 0;
}
.detail-tabs--product-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.375rem 1.5rem;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs--product-info {
    padding: 0;
    box-shadow: none;
  }
}
.detail-tabs--product-info .detail-tabs__titles {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs--product-info .detail-tabs__titles {
    display: none;
  }
}
.detail-tabs--product-info .detail-tabs__title {
  width: auto;
  margin-bottom: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.9375rem;
  text-align: center;
}
.detail-tabs--product-info .detail-tabs__title:not(:last-of-type) {
  margin-right: 1.9375rem;
}
.detail-tabs--product-info .detail-tabs__panels {
  width: 100%;
  margin: 0;
}
.detail-tabs--product-info .detail-tabs__panel {
  width: 100%;
}
.detail-tabs--product-info .detail-tabs__panel:before {
  content: "";
  width: 6.8125rem;
  height: 0.125rem;
  background-color: #DEDEDE;
  margin-bottom: 1.75rem;
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .detail-tabs--product-info .detail-tabs__panel:before {
    display: none;
  }
}
.detail-tabs--product-info .detail-tabs__panel h2 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  padding: 0;
}
.detail-tabs--product-info .detail-tabs__panel .dynamic {
  white-space: break-spaces;
  word-break: break-word;
}

.bestselling-bundles {
  width: 100%;
  float: left;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 90.625em) {
  .bestselling-bundles {
    position: relative;
  }
}
.bestselling-bundles--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.bestselling-bundles--contain::before, .bestselling-bundles--contain::after {
  content: " ";
  display: table;
}
.bestselling-bundles--contain::after {
  clear: both;
}
.bestselling-bundles__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.bestselling-bundles__header__title {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
.bestselling-bundles__header__title__bundles {
  font-weight: 700;
}
.bestselling-bundles__header__view {
  text-align: center;
  position: absolute;
  right: 0px;
  text-decoration: underline;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
  padding-right: 2.1875rem;
  color: #2199e8;
}
@media screen and (max-width: 63.9375em) {
  .bestselling-bundles__header__view {
    font-size: 0.75rem;
    align-items: center;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    padding-right: 0;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .bestselling-bundles__header__view {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.bestselling-bundles__img {
  width: auto;
  padding-top: 2.5rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .bestselling-bundles__img {
    width: 95%;
  }
}

@media screen and (max-width: 70em) {
  .trustpilot-banner {
    margin-top: 0px;
  }
}
.trustpilot-banner {
  margin-bottom: 1.875rem;
  width: 100%;
  float: left;
  background: #000;
}
.trustpilot-banner-white {
  background: #fff;
}
.trustpilot-banner__container {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.trustpilot-banner__container::before, .trustpilot-banner__container::after {
  content: " ";
  display: table;
}
.trustpilot-banner__container::after {
  clear: both;
}
.trustpilot-banner__container {
  width: 100%;
  padding: 2.5rem 0;
  margin: auto;
}
.trustpilot-banner__text {
  width: 45%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .trustpilot-banner__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 70em) {
  .trustpilot-banner__text {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 70em) and (min-width: 40em) {
  .trustpilot-banner__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.trustpilot-banner__text {
  justify-content: center;
}
.trustpilot-banner__text__title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #51B27E;
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (max-width: 78.125em) {
  .trustpilot-banner__text__title {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 70em) {
  .trustpilot-banner__text__title {
    text-align: center;
  }
}
.trustpilot-banner__text__quote {
  font-size: 1.875rem;
  line-height: em-calc(30.57);
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", Arial, sans-serif;
}
@media screen and (max-width: 78.125em) {
  .trustpilot-banner__text__quote {
    font-size: 1.65625rem;
    line-height: 1.671875rem;
  }
}
@media screen and (max-width: 70em) {
  .trustpilot-banner__text__quote {
    text-align: center;
  }
}
.trustpilot-banner__content {
  width: 35%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .trustpilot-banner__content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.trustpilot-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 78.125em) {
  .trustpilot-banner__content {
    width: 30%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 78.125em) and (min-width: 40em) {
  .trustpilot-banner__content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 70em) {
  .trustpilot-banner__content {
    margin-bottom: 1.25rem;
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 70em) and (min-width: 40em) {
  .trustpilot-banner__content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.trustpilot-banner__content__excellent {
  height: 2.625rem;
  width: 17.390625rem;
}
.trustpilot-banner__content__rating {
  height: 1.84375rem;
  width: 6.1875rem;
}
.trustpilot-banner__button {
  width: 20%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .trustpilot-banner__button {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 70em) {
  .trustpilot-banner__button {
    align-items: center;
    width: fit-content;
  }
}
.trustpilot-banner__button__button {
  background-color: #51B27E;
  color: white;
  width: 13.375rem;
  height: 3.125rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.21875rem;
}
.trustpilot-banner__button__button:hover {
  opacity: 0.8;
}

.product-detail-banner-popups {
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-detail-banner-popups .product-detail-banner {
  padding: 1.25rem;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
  min-height: 5rem;
}
.product-detail-banner-popups .product-detail-banner--green {
  background: #81b63e;
}
.product-detail-banner-popups .product-detail-banner--green .button-open:hover {
  background-color: #fff;
}
.product-detail-banner-popups .product-detail-banner--green .button-open:hover span {
  color: #81b63e;
}
.product-detail-banner-popups .product-detail-banner--blue {
  background: #2687bb;
}
.product-detail-banner-popups .product-detail-banner--blue .button-open:hover {
  background-color: #fff;
}
.product-detail-banner-popups .product-detail-banner--blue .button-open:hover span {
  color: #2687bb;
}
@media screen and (max-width: 34.375em) {
  .product-detail-banner-popups .product-detail-banner {
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
  }
}
.product-detail-banner-popups .product-detail-banner .left-side {
  display: flex;
  gap: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 34.375em) {
  .product-detail-banner-popups .product-detail-banner .left-side {
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  .product-detail-banner-popups .product-detail-banner .left-side .icon {
    display: flex;
    justify-content: center;
  }
  .product-detail-banner-popups .product-detail-banner .left-side .banner-text span {
    text-align: center;
  }
}
.product-detail-banner-popups .product-detail-banner .left-side .banner-text {
  display: flex;
  flex-direction: column;
}
.product-detail-banner-popups .product-detail-banner .left-side .banner-text span {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
}
.product-detail-banner-popups .product-detail-banner .left-side .banner-text .bold {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-detail-banner-popups .product-detail-banner .left-side .banner-text .regular {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.product-detail-banner-popups .product-detail-banner .button-open {
  width: 12.5rem;
  height: fit-content;
  min-height: 2.5rem;
  border: 2px solid #fff;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-banner-popups .product-detail-banner .button-open span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  color: #fefefe;
  text-transform: uppercase;
}

.product-detail-popups {
  padding: 2.5rem;
  overflow: auto;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups {
    padding: 2.5rem 1.25rem;
    max-height: 85%;
    margin: auto;
  }
}
.product-detail-popups .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.625rem;
}
.product-detail-popups .popup-header .left-popup {
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-header .left-popup {
    gap: 0.625rem;
  }
}
.product-detail-popups .popup-header .left-popup svg {
  min-width: 1.875rem;
  min-height: 1.875rem;
}
.product-detail-popups .popup-header .left-popup .popup-text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product-detail-popups .popup-header .left-popup .popup-text span {
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
}
.product-detail-popups .popup-header .left-popup .popup-text .popup-title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.125rem;
  text-align: left;
  color: #000;
}
.product-detail-popups .popup-header .left-popup .popup-text .popup-subheader {
  font-weight: normal;
  font-size: 1rem;
  line-height: rme-calc(20);
  text-align: left;
  color: #333;
}
.product-detail-popups .popup-header .popup-close i {
  font-size: 1.6875rem;
  color: #f15a24;
}
.product-detail-popups .popup-form {
  margin-top: 2.1875rem;
}
.product-detail-popups .popup-form .form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-form .form .form-row {
    grid-template-columns: 1fr;
  }
}
.product-detail-popups .popup-form .form .form-row--full {
  grid-template-columns: 1fr;
}
.product-detail-popups .popup-form .form .form-row input {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  height: 3.125rem;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0 1.5625rem;
  color: #333;
}
.product-detail-popups .popup-form .form .form-row input::placeholder {
  color: #333;
}
.product-detail-popups .popup-form .form .form-row textarea {
  border: 1px solid #c6c6c6;
  font-size: 0.9375rem;
  border-radius: 4px;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  resize: none;
}
.product-detail-popups .popup-form .form .form-row textarea::placeholder {
  color: #333;
}
.product-detail-popups .popup-form .form .form-row--consent {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-form .form .form-row--consent {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem !important;
  }
}
.product-detail-popups .popup-form .form .form-row--consent .consent-button {
  display: flex;
  gap: 0.3125rem;
  align-items: flex-start;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-form .form .form-row--consent .consent-button {
    gap: 0 !important;
    align-items: normal;
    justify-content: flex-start;
  }
}
.product-detail-popups .popup-form .form .form-row--consent .consent-button label {
  align-items: center;
  display: flex;
  gap: 5px;
}
.product-detail-popups .popup-form .form .form-row--consent .consent-button label span {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: left;
  color: #333;
  margin-left: 0 !important;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-form .form .form-row--consent .consent-button label span {
    margin-left: 0.3125rem !important;
    margin-right: 0;
  }
}
.product-detail-popups .popup-form .form .form-row--consent .consent-button label input {
  min-width: 1.375rem !important;
  min-height: 1.375rem !important;
  max-width: 1.375rem !important;
  max-height: 1.375rem !important;
  height: 1.375rem !important;
  width: 1.375rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c6c6c6;
  accent-color: #f15a24;
}
.product-detail-popups .popup-form .form .form-row--code {
  display: flex;
  gap: 0;
}
.product-detail-popups .popup-form .form .form-row--code label {
  width: fit-content;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #c6c6c6 !important;
  border-right: none;
  display: flex;
  align-items: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0 1.5625rem;
  color: #333;
  white-space: nowrap;
}
.product-detail-popups .popup-form .form .form-row--code input {
  background-color: #fff !important;
  border-radius: 0px 4px 4px 0px;
  border-left-width: 0.5px;
}
.product-detail-popups .popup-form .form .form-row .popup-form-submit {
  height: 3.125rem;
  min-width: 7.5rem;
  background-color: #f15a24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-popups .popup-form .form .form-row .popup-form-submit span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #fefefe;
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-form .form .form-row .popup-form-submit {
    margin: 1.25rem 0;
  }
}
@media screen and (max-width: 37.5em) {
  .product-detail-popups .popup-form .form .recaptcha {
    margin-bottom: 1.25rem;
  }
  .product-detail-popups .popup-form .form .recaptcha .g-recaptcha {
    transform: scale(0.95);
    transform-origin: 0 0;
  }
  .product-detail-popups .popup-form .form .recaptcha .g-recaptcha div div iframe {
    width: 100%;
    max-width: 100%;
  }
}

.login-popup-2 {
  height: 100dvh;
  position: fixed;
  transform: translateY(-100%);
  transition: all 1s ease-in-out;
  z-index: 15;
  width: 100vw;
  background: white;
  opacity: 0;
  overflow: hidden;
}
.login-popup-2-active {
  transform: translateY(0%);
  opacity: 100;
}
.login-popup-2-relative {
  position: relative;
}
.login-popup-2-login-create {
  display: none;
  flex-direction: column;
}
.login-popup-2-login-create--active {
  display: flex !important;
}
.login-popup-2-login-create .login__button {
  left: 0 !important;
  transform: none !important;
  margin-bottom: 40px;
}
.login-popup-2-login-login {
  display: none;
  flex-direction: column;
}
.login-popup-2-login-login .login__button {
  left: 0 !important;
  transform: none !important;
  margin-bottom: 40px;
}
.login-popup-2-login-login--active {
  display: flex !important;
}
.login-popup-2__grid {
  display: grid;
  grid-template-columns: 1fr 556px;
}
@media screen and (max-width: 75em) {
  .login-popup-2__grid {
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (max-width: 64em) {
  .login-popup-2__grid {
    grid-template-columns: 100%;
  }
}
.login-popup-2__form {
  position: relative;
  padding: 40px 140px 40px 105px;
  overflow: scroll;
  height: 100dvh;
}
@media screen and (max-width: 82em) {
  .login-popup-2__form {
    padding: 40px 84px;
  }
}
@media screen and (max-width: 64em) {
  .login-popup-2__form {
    padding: 40px 16px;
  }
}
.login-popup-2__form-header {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}
.login-popup-2__form-header-logo {
  width: 306px;
  max-width: calc(100% - 40px - 56px);
}
.login-popup-2__form-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  font-family: "Montserrat", Arial, sans-serif;
}
.login-popup-2__form-text-sub {
  margin-bottom: 8px;
  font-size: 16px;
  color: #2587bc;
  font-weight: 700;
}
.login-popup-2__form-text-title {
  margin-bottom: 2px;
  font-size: 40px;
  color: #000;
  font-weight: 700;
}
.login-popup-2__form-text-content {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
.login-popup-2__form-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 28px;
}
@media screen and (max-width: 50em) {
  .login-popup-2__form-block {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 50.0625em) {
  .login-popup-2__form-block .login-popup-2__form-block {
    margin-bottom: 0px !important;
  }
}
.login-popup-2__form-block--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
@media screen and (max-width: 50em) {
  .login-popup-2__form-block--split {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.login-popup-2__form-block label {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.login-popup-2__form-block input {
  border-radius: 5px;
  border: 1px solid rgba(81, 84, 87, 0.2);
  background: #FFF;
  height: 50px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  margin-bottom: 0px !important;
  padding-left: 20px;
}
.login-popup-2__form-block input:focus {
  outline: 2px solid #2587bc;
  outline-offset: -2px;
}
.login-popup-2__form-block-select span {
  width: 100% !important;
}
.login-popup-2__form-block-select span b {
  left: 99% !important;
}
.login-popup-2__form-block-select .select2-selection--single {
  border-radius: 5px !important;
  border: 1px solid rgba(81, 84, 87, 0.2) !important;
}
.login-popup-2__form-button-block {
  width: 100%;
  border-top: 1px solid rgba(81, 84, 87, 0.1254901961);
  margin-top: 36px;
  padding: 36px 0px;
}
.login-popup-2__form-button {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #f15a24;
  background-color: #f15a24;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.login-popup-2__slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 556px;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 75em) {
  .login-popup-2__slider {
    max-width: 300px;
  }
}
@media screen and (max-width: 64em) {
  .login-popup-2__slider {
    display: none;
  }
}
.login-popup-2__slider-image {
  height: 100dvh;
  width: 100%;
  object-fit: cover;
}
.login-popup-2__slider .slick-dots {
  bottom: 20px !important;
  right: 20px !important;
  width: fit-content !important;
  display: flex !important;
  gap: 8px !important;
}
.login-popup-2__slider .slick-dots li {
  height: 5px !important;
  width: 5px !important;
  margin: 0px !important;
}
.login-popup-2__slider .slick-dots li button {
  height: 5px !important;
  width: 5px !important;
  background: white;
  border-radius: 50% !important;
  padding: 0px !important;
}
.login-popup-2__slider .slick-dots .slick-active button {
  background: #f15a24;
}
.login-popup-2 .form__recaptcha-badge {
  justify-content: start !important;
}

.password-eye {
  height: 13px;
  width: 18px;
  position: absolute;
  right: 12px;
  bottom: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.password-hidden {
  background-image: url("../../images/site/password-hidden.svg");
}

.password-visible {
  background-image: url("../../images/site/password-visible.svg");
}

.customise__labels2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  padding: 30px;
}
@media screen and (max-width: 26.25em) {
  .customise__labels2 {
    grid-template-columns: 1fr;
  }
}

.customise__label2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.customise__label2:has(input[type=radio]:checked) .customise__label2-images {
  border-color: #f15a24;
}
.customise__label2:has(input[type=radio]:checked) .customise__label2-images .customise__label2-tick {
  background: #f15a24;
}
.customise__label2:has(input[type=checkbox]:checked) .customise__label2-images {
  border-color: #f15a24;
}
.customise__label2:has(input[type=checkbox]:checked) .customise__label2-images .customise__label2-tick {
  background: #f15a24;
}
.customise__label2-images {
  position: relative;
  border: 3px solid transparent;
  border-radius: 3px;
  margin: 0px 0px 23px 0px !important;
  overflow: hidden;
  cursor: pointer;
}
.customise__label2-images img {
  width: 100%;
  border-radius: 3px;
  max-height: 220px;
  object-fit: cover;
}
.customise__label2-tick {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 46px;
  width: 46px;
  border: 2px solid white;
  z-index: 1;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 37.5em) {
  .customise__label2-tick {
    height: 24px;
    width: 24px;
    bottom: 6px;
    right: 6px;
  }
}
.customise__label2-tick:after {
  content: "";
  width: 23px;
  height: 21px;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background: url("../../../images/site/customise/tick.svg");
}
@media screen and (max-width: 37.5em) {
  .customise__label2-tick:after {
    height: 12px;
    width: 12px;
  }
}
.customise__label2-title {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.customise__label2-title img {
  height: 15px;
  width: auto;
  object-fit: contain;
}
.customise__label2-title span {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.customise__label2-text {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 47px 14px 24px 14px;
  float: left;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
}
@media screen and (max-width: 39.9375em) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 23.4375em) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.product-card {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(81, 84, 87, 0.2);
  background: #FFF;
  padding: 30px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 31.25em) {
  .product-card {
    padding: 10px;
  }
}
.product-card__sticker {
  position: absolute;
}
.product-card__sticker--eco {
  top: 24px;
  left: 24px;
}
.product-card__sticker--eco-top {
  top: 100px;
}
.product-card__sticker--wishlist {
  top: 24px;
  right: 24px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23E2E2E2'/%3E%3Cpath d='M26.154 14.9687L32.8794 16.1719L36 16.7187L33.7941 19.0156L29.0594 23.9922L30.0278 30.8828L30.4583 34L27.6605 32.6328L21.5269 29.5703L15.3395 32.6328L12.5417 34L13.026 30.8828L13.9944 23.9922L9.20594 19.0156L7 16.7187L10.1206 16.1719L16.846 14.9687L20.0204 8.84375L21.5269 6L22.9796 8.84375L26.154 14.9687ZM30.7273 18.4687L25.7236 17.5937L24.4861 17.375L23.8942 16.2266L21.5269 11.6328L19.1596 16.2266L18.5677 17.375L17.2764 17.5937L12.2727 18.4687L15.8237 22.1875L16.7384 23.0625L16.5232 24.375L15.8237 29.4609L20.3432 27.2187L21.5269 26.6172L22.6568 27.2187L27.2301 29.4609L26.4768 24.375L26.3154 23.0625L27.1763 22.1875L30.7273 18.4687Z' fill='white'/%3E%3C/svg%3E%0A");
}
.product-card__sticker--top-seller {
  top: 0;
  left: 0;
}
.product-card__sticker--top-seller img {
  max-height: 120px;
}
.product-card__sticker--custom {
  right: 24px;
  top: 140px;
}
@media screen and (max-width: 50em) {
  .product-card__sticker--custom {
    transform: scale(0.7);
    right: 0px;
    right: 12px;
    top: 180px;
  }
}
.product-card__sticker--custom-small {
  height: 62px;
  max-height: 62px;
  width: 62px;
  max-width: 62px;
}
@media screen and (max-width: 50em) {
  .product-card__sticker--custom-small {
    transform: scale(1) !important;
  }
}
.product-card__sticker--custom-small svg {
  height: 100%;
  width: 100%;
}
.product-card__image {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  margin-bottom: 12px;
  min-height: 225px;
}
.product-card__code {
  margin-bottom: 16px;
  color: #f15a24;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.product-card__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card__prices {
  margin: 16px 0px;
  color: #2587bc;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-card__prices span {
  font-weight: 400;
}
.product-card__colours {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0px 0px 8px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 31.25em) {
  .product-card__colours {
    display: none;
  }
}
.product-card__colours-item {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.product-card__colours-item--white {
  border-color: #000 !important;
}
.product-card__total-colours {
  color: #000 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.product-card__wishlist--active {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23E2E2E2'/%3E%3Cpath d='M21.5269 6L26.154 14.9687L36 16.7187L29.0594 23.9922L30.4583 34L21.5269 29.5703L12.5417 34L13.9944 23.9922L7 16.7187L16.846 14.9687L21.5269 6Z' fill='%23F15A24'/%3E%3C/svg%3E%0A");
}

.my-products-popup__upper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.my-products-popup__title-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  flex-grow: 1;
}
.my-products-popup__title-block .account__popup-title {
  margin-bottom: 0;
}
.my-products-popup__title-block-button {
  color: #2587bc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.my-products-popup__image {
  width: 44px;
  height: 53px;
  object-fit: contain;
}
.my-products-popup__title {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.my-products-popup-form__input {
  display: flex;
  height: 48px;
  padding: 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.my-products-popup__colours {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.my-products-popup__selected-colour {
  margin-bottom: 8px;
}
.my-products-popup__colour {
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
.my-products-popup__colour::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9609 1.03906L12.4414 1.75L5.44141 11.375L4.83984 12.1953C4.83984 12.168 3.41797 10.7734 0.628906 7.98438L0 7.35547L1.23047 6.125C1.28516 6.17969 2.43359 7.30078 4.62109 9.51562L11.0195 0.710938L11.5391 0L12.9609 1.03906Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.my-products-popup__colour--white {
  border: 1px solid black;
}
.my-products-popup__colour--selected {
  border: 2px solid #2587bc;
}
.my-products-popup__colour--selected::before {
  opacity: 1;
}
.my-products-popup__sizes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-products-popup__size {
  display: flex;
  height: 48px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.my-products-popup__size--active {
  border: 2px solid #2587bc;
}
.my-products-popup__size-label {
  flex: 1;
}
.my-products-popup__size-counter {
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-products-popup__size-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.my-products-popup__size-button--minus svg path {
  fill: #DDDDDD;
  transition: fill 0.2s;
}
.my-products-popup__size-button--plus svg path {
  fill: black;
}
.my-products-popup__size-quantity {
  min-width: 20px;
  text-align: center;
  font-weight: 400;
}
.my-products-popup__size--active .my-products-popup__size-button--minus svg path {
  fill: black;
}
.my-products-popup__button-block {
  width: fit-content;
  display: flex;
  margin-left: auto;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}
.my-products-popup__button-block-text {
  color: #f15a24;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.my-products-popup__button-block-price {
  color: #2587bc;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.my-products-popup__button-block-button {
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 14px 17px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #f15a24;
}
.my-products-popup__body {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}
.my-products-popup__customisation-block {
  margin-top: 20px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my-products-popup__customisation-block--visible {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.my-products-popup__body--hidden {
  display: none;
}
.my-products-popup__customisation-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
}
.my-products-popup__customisation-label {
  font-weight: 700;
  color: #000;
}
.my-products-popup__customisation-value {
  font-weight: 400;
  color: #000;
}

.select2-container {
  min-width: 200px;
}
.select2-container:focus {
  box-shadow: none;
  border-color: #2587bc;
}

.form {
  width: 100%;
  float: left;
}
.form__recaptcha-badge {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.form .hidden {
  display: none;
}
.form__login {
  width: 100%;
  float: left;
}
.form__login--padding {
  padding: 1.875rem;
}
.form__account .form__input--select2 {
  width: 100%;
  float: left;
}
.form__account .form__input--select2.select2-selection {
  width: 100% !important;
  border-radius: 0 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-style: normal;
  font-weight: bold;
  padding: 0.625rem 0.3125rem;
  height: 50px;
}
.form__account .form__input--select2.select2-selection span {
  color: #000;
}
.form__account .form__input--select2.select2-selection .select2-selection__arrow {
  top: 7px;
  right: 0.9375rem;
}
.form__account .form__input--select2.select2-selection .select2-selection__arrow b {
  border-color: #2587bc transparent transparent;
  border-width: 13px 9px 0;
}
.form__left {
  width: 50%;
  float: left;
  padding-right: 0.46875rem;
}
@media screen and (max-width: 39.9375em) {
  .form__left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .form__left--width6 {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .form__left--width6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .form__left--small {
    padding-right: 0.46875rem;
  }
}
.form__right {
  width: 50%;
  float: left;
  padding-left: 0.46875rem;
}
@media screen and (max-width: 39.9375em) {
  .form__right {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .form__right--width {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .form__right--width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .form__right--width .radio {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .form__right--small {
    padding-left: 0.46875rem;
  }
}
.form__right .has-tip {
  border: 0;
  outline: none;
}
.form__right .has-tip i {
  color: #2587bc;
  font-size: 3.75rem;
}
.form__right--small, .form__left--small {
  width: 40%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .form__right--small, .form__left--small {
    width: 50%;
    float: left;
  }
}
.form__header {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .form__header--desktop {
    display: none;
  }
}
.form__header--mobile {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .form__header--mobile {
    display: block;
    padding: 0 0.9375rem;
    margin-top: 0.9375rem;
  }
}
.form__header input {
  margin-bottom: 0;
  height: 3rem;
}
.form__newsletter {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .form__newsletter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.form__newsletter {
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 69.375em) {
  .form__newsletter {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 69.375em) and (min-width: 40em) {
  .form__newsletter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.form__upload {
  width: 100%;
  float: left;
  margin-top: 0.9375rem;
}
.form__contact {
  width: 83.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .form__contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.form__contact {
  margin-left: 8.3333333333%;
}
.form__contact:last-child:last-child {
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .form__contact {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 0%;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .form__contact {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.form__left {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .form__left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
}
.form__right {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .form__right {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}
.form__detail {
  width: 100%;
  float: left;
}
.form__detail .form__input--select2 {
  width: 100%;
  float: left;
}
.form__detail .form__input--select2.select2-selection {
  width: 100%;
  border-radius: 0 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-style: normal;
  font-weight: bold;
  padding: 0.625rem 0.3125rem;
  height: 50px;
}
.form__detail .form__input--select2.select2-selection span {
  color: #000;
}
.form__detail .form__input--select2.select2-selection .select2-selection__arrow {
  top: 7px;
  right: 0.9375rem;
}
.form__detail .form__input--select2.select2-selection .select2-selection__arrow b {
  border-color: #2587bc transparent transparent;
  border-width: 13px 9px 0;
}
.form__detail .select2-container {
  width: 100% !important;
}
.form__detail .select2-container--default .select2-selection--single .select2-selection__rendered {
  float: left;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #0a0a0a !important;
  font-style: normal;
  font-weight: bold;
}
.form__detail .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  box-shadow: none;
  border-color: #2587bc;
}
.form__detail .select2-container--default .select2-selection--single .select2-selection__rendered .select2-dropdown {
  border: 0;
}
.form__hero {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .form__hero {
    background-color: #000;
    border-radius: 0;
  }
}
.form__hero .select2-container {
  float: left;
  margin-right: 1%;
  width: 43% !important;
}
@media screen and (max-width: 39.9375em) {
  .form__hero .select2-container {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.form__hero .select2-container:focus {
  box-shadow: none;
  border-color: #2587bc;
}
.form__hero .select2-container .select2-dropdown {
  border: 0;
}
.form__category .select2-container {
  width: 100% !important;
}
.form__category .form__input--sort-by.select2-selection {
  border-radius: 0 !important;
  border: 1px solid #e2e2e2 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc !important;
  font-style: italic;
  font-weight: bold;
  padding: 0.625rem 0.3125rem;
  height: 50px;
}
.form__category .form__input--sort-by.select2-selection span {
  color: #2587bc;
}
.form__category .form__input--sort-by.select2-selection .select2-selection__arrow {
  top: 7px;
  right: 0.9375rem;
}
.form__category .form__input--sort-by.select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent;
  border-width: 13px 9px 0;
}
.form__category .form__input--number-per-page.select2-selection {
  border-radius: 0 !important;
  border: 1px solid #e2e2e2 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2580ac !important;
  font-style: italic;
  font-weight: bold;
  padding: 0.625rem 0.3125rem;
  height: 50px;
}
.form__category .form__input--number-per-page.select2-selection .select2-selection__arrow {
  top: 7px;
  right: 0.9375rem;
}
.form__category .form__input--number-per-page.select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent;
  border-width: 13px 9px 0;
}
.form__insert-text {
  padding: 0 0 0.9375rem 0;
}
.form__bundle {
  width: 100%;
  float: left;
}
.form__bundle .hidden {
  display: none;
}
.form__bundle .form__input--select2.select2-selection {
  border-radius: 0 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
  padding: 0.625rem 0.3125rem;
  height: 50px;
}
.form__bundle .form__input--select2.select2-selection .select2-selection__arrow {
  top: 7px;
  right: 0.9375rem;
}
.form__bundle .form__input--select2.select2-selection .select2-selection__arrow b {
  border-color: #2580ac transparent transparent;
  border-width: 13px 9px 0;
}
.form__bundle .select2-container {
  float: left;
  margin-right: 1%;
  width: 100% !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 39.9375em) {
  .form__bundle .select2-container {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.form__bundle .select2-container:focus {
  box-shadow: none;
  border-color: #2587bc;
}
.form__bundle .select2-container .select2-dropdown {
  border: 0;
}
.form__title {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.form__title span {
  font-family: "Bebas", Arial, sans-serif;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  position: relative;
  word-spacing: 2px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 39.9375em) {
  .form__title span {
    font-size: 1.6875rem;
    line-height: 1.6875rem;
  }
}
.form__title span:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 2.1875rem;
  position: absolute;
  left: 0;
  top: -0.125rem;
}
.form__input {
  width: 100%;
  float: left;
  height: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  border: 0;
  box-shadow: none;
}
.form__input--header {
  color: #cacaca;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.form__input--header:placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--header:-moz-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--header::-moz-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--header:-ms-input-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--header::-webkit-input-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--login {
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.form__input--login:placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--login:-moz-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--login::-moz-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--login:-ms-input-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--login::-webkit-input-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #cacaca;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.form__input--login:focus {
  border: 1px solid #2587bc;
  box-shadow: none;
}
.form__input--newsletter {
  width: 40%;
  float: left;
  margin-right: 1%;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #8a8a8a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 0;
}
.form__input--newsletter:placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #8a8a8a;
}
.form__input--newsletter:-moz-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #8a8a8a;
}
.form__input--newsletter::-moz-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #8a8a8a;
}
.form__input--newsletter:-ms-input-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #8a8a8a;
}
.form__input--newsletter::-webkit-input-placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #8a8a8a;
}
@media screen and (max-width: 39.9375em) {
  .form__input--newsletter {
    width: 100%;
    margin: 0 0 0.9375rem 0;
  }
}
.form__input--checkout {
  height: 60px;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.form__input--checkout:placeholder {
  color: #757575;
}
.form__input--checkout:-moz-placeholder {
  color: #757575;
}
.form__input--checkout::-moz-placeholder {
  color: #757575;
}
.form__input--checkout:-ms-input-placeholder {
  color: #757575;
}
.form__input--checkout::-webkit-input-placeholder {
  color: #757575;
}
.form__input--checkout:focus {
  border-color: #2580ac;
}
.form__input--sizes {
  width: 3.125rem;
  text-align: center;
}
.form__input--upload {
  width: 60%;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media screen and (max-width: 63.9375em) {
  .form__input--upload {
    width: 100%;
  }
}
.form__input--account {
  border: 1px solid #e2e2e2;
}
.form__input--bundle {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: bold;
  height: 50px;
}
.form__input--bundle:placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
}
.form__input--bundle:-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
}
.form__input--bundle::-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
}
.form__input--bundle:-ms-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
}
.form__input--bundle::-webkit-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
}
.form__input--smaller {
  height: 2.8125rem;
  margin-bottom: 0.3125rem;
}
.form__input--select2 {
  float: left;
  margin-right: 1%;
}
.form__input--select2 option .colour {
  width: 10px;
  height: 10px;
  background-color: #000;
  display: block;
}
.form__input--select2.select2-selection {
  width: 100%;
  float: left;
  color: #cacaca;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0.625rem;
  height: 3.125rem;
}
.form__input--select2.select2-selection .select2-selection__arrow {
  top: 10px;
  right: 0.9375rem;
}
.form__input--select2.select2-selection .select2-selection__arrow b {
  border-color: #f15a24 transparent transparent;
  border-width: 7px 5px 0;
}
.form__input--quantity {
  height: 2.8125rem;
  width: 30%;
  border-radius: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: bold;
  border: 1px solid #e2e2e2;
  float: left;
  text-align: center;
  padding: 0;
}
.form__input--cart {
  width: 83%;
  float: left;
  border: 1px solid #e2e2e2;
  margin-right: 2%;
}
.form__input--cart:placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--cart:-moz-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--cart::-moz-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--cart:-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--cart::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--cart--readonly {
  padding: 8px 12px;
  background: white;
  box-sizing: border-box;
  margin: 0;
  float: none;
  border-radius: 4px;
  border: none;
  height: auto;
  line-height: 2rem;
}
.form__input--contact {
  height: 50px;
}
.form__input--contact:focus {
  border-color: #2587bc;
}
.form__input--contact:placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--contact:-moz-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--contact::-moz-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--contact:-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__input--contact::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__textarea {
  border: 0;
  box-shadow: none;
}
.form__textarea:focus {
  border-color: #2587bc;
}
.form__textarea--contact {
  height: 248px;
}
.form__textarea--contact:placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__textarea--contact:-moz-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__textarea--contact::-moz-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__textarea--contact:-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__textarea--contact::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}
.form__textarea--customise {
  height: 160px;
}
.form__textarea--customise:placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--customise:-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--customise::-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--customise:-ms-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--customise::-webkit-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--insert-text {
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.form__textarea--insert-text:placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--insert-text:-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--insert-text::-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--insert-text:-ms-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__textarea--insert-text::-webkit-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.form__button--icon {
  position: absolute;
  right: 0;
  height: 40px;
  width: 3.125rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0.1875rem;
}
@media screen and (max-width: 63.9375em) {
  .form__button--icon {
    right: 0.625rem;
  }
}
.form__button--icon i {
  color: #E06337;
  font-size: 1.875rem;
}
.form__button--green {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #80b63f;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.form__button--green:hover {
  color: #80b63f;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .form__button--green {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.form__button--green {
  height: 40px;
  width: 17%;
  text-align: center;
}
.form__button--blue {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #2587bc;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.form__button--blue:hover {
  color: #2587bc;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .form__button--blue {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.form__button--blue {
  height: 40px;
  width: 12%;
  text-align: center;
  float: left;
}
.form__button--orange {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.form__button--orange:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .form__button--orange {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.form__button--orange {
  float: right;
  padding: 0.625rem 1.875rem;
}
.form__button--full-width {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #2580ac;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.form__button--full-width:hover {
  color: #2580ac;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .form__button--full-width {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.form__button--full-width {
  width: 100%;
  float: left;
  padding: 0.3125rem 0;
}
.form__button--cart {
  height: 40px;
  width: 15%;
  float: left;
  border-color: #2580ac;
}
.form__button--upload {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #8a8a8a;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.form__button--upload:hover {
  color: #8a8a8a;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .form__button--upload {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.form__button--upload {
  width: 35%;
  float: left;
  text-align: center;
  margin-left: 3%;
  height: 40px;
  background-image: url("../../images/site/plus-icon.png");
  background-repeat: no-repeat;
  background-position: 6px 8px;
  background-size: 15px;
}
@media screen and (max-width: 63.9375em) {
  .form__button--upload {
    width: 100%;
    margin: 0 0 0.9375rem 0;
  }
}
.form__button--submit {
  margin-top: 0.625rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 63.9375em) {
  .form__button--submit {
    width: 100%;
    margin: 0;
  }
}
.form__button--submit-blue {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #2587bc;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.form__button--submit-blue:hover {
  color: #2587bc;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .form__button--submit-blue {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.form__button--submit-blue {
  float: right;
  padding: 0.625rem 1.875rem;
}
.form__button--absolute {
  position: absolute;
  right: 0.9375rem;
  top: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .form__button--absolute {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    margin: 0 0 0.9375rem 0;
  }
}
.form__checkbox--margin-bottom {
  margin-bottom: 3.75rem;
}
.form__label {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}
.form__label--full {
  width: 100%;
  display: block !important;
  clear: both;
  margin-left: 0 !important;
  padding: 0.625rem 0;
}
.form__label--icon:after {
  content: "*";
  color: #2587bc;
}
.form .dropzone {
  border: 1px solid #e2e2e2;
  padding: 0 20px !important;
  margin-bottom: 1.375rem;
  background: rgba(226, 226, 226, 0.4);
}
.form .dropzone .dz-remove {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  background: #dc3545;
  border-radius: 2px;
  padding: 0.3125rem 0;
  position: relative;
  z-index: 999;
}
.form .dropzone .dz-preview .dz-image {
  width: auto;
  max-width: 7.5rem;
  height: auto !important;
}
.form .dropzone .dz-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.form .dropzone .dz-message .title {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000;
  margin-bottom: 0.3125rem;
}
.form .dropzone .dz-message .message {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.9375rem;
  opacity: 0.55;
}
.form .dropzone .dz-message .message span {
  color: #000;
  font-weight: 400;
}
.form .dropzone .dz-message .message span:last-of-type {
  font-weight: 500;
}
.form .dropzone .dz-message .message p {
  font-weight: 500;
  color: #000;
}
.form .dropzone .dz-message .button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #fff;
  background: #f15a24;
  border-radius: 2px;
  margin: 0;
}

.homepage {
  width: 100%;
  float: left;
}
.homepage .container {
  width: 100%;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.homepage .container::before, .homepage .container::after {
  content: " ";
  display: table;
}
.homepage .container::after {
  clear: both;
}
.homepage .container__text {
  width: 85%;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.homepage .container__text::before, .homepage .container__text::after {
  content: " ";
  display: table;
}
.homepage .container__text::after {
  clear: both;
}
.homepage__blue-title {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  color: #2587BC;
  margin-bottom: 1.25rem;
}
.homepage__textblock {
  padding: 3.75rem 0;
  float: left;
  width: 100%;
}
.homepage__textblock__readmore {
  margin-top: 1.875rem;
}
.homepage__textblock-title {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.homepage__textblock-text {
  font-family: "Open Sans";
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  font-weight: 300;
  padding: 10px;
}
.homepage--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.homepage--contain::before, .homepage--contain::after {
  content: " ";
  display: table;
}
.homepage--contain::after {
  clear: both;
}
.homepage__bundle {
  width: 28.5%;
  float: left;
}
@media screen and (max-width: 59.375em) {
  .homepage__bundle {
    width: 51%;
    float: left;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage__bundle {
    width: 100%;
    float: left;
    margin-bottom: 0.9375rem;
  }
}
.homepage__bundle img {
  width: 100%;
}
.homepage__middle {
  width: 100%;
  float: left;
  padding: 0 0 0.9375rem 0;
}
.homepage__categories {
  width: 27.5%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 59.375em) {
  .homepage__categories {
    width: 48.5%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage__categories {
    margin-bottom: 0.9375rem;
  }
}
.homepage__top, .homepage__bottom {
  width: 100%;
  float: left;
}
.homepage__top img, .homepage__bottom img {
  width: 100%;
}
.homepage__top {
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .homepage__top {
    margin-bottom: 0.9375rem;
  }
}
.homepage__middle-slider {
  width: 43%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 59.375em) {
  .homepage__middle-slider {
    width: 100%;
    float: left;
    padding: 0 !important;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage__categories, .homepage__middle-slider {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .homepage__categories, .homepage__middle-slider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.homepage__image-h2 {
  position: relative;
}
.homepage__image-h2 h2 {
  position: absolute;
  z-index: -1;
  top: 40px;
  font-size: 20px;
}
.homepage__section {
  width: 100%;
  float: left;
  padding: 0 0 2.5rem 0;
}
.homepage__page-delivery {
  width: 50%;
  margin: 0 auto;
  padding: 0 0.9375rem;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 76.875em) {
  .homepage__page-delivery {
    width: 100%;
  }
}
@media screen and (max-width: 34.375em) {
  .homepage__page-delivery {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.homepage__page-delivery .title {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.8125rem;
  margin-bottom: 2.5rem;
}
.homepage__page-delivery .title .partners {
  font-weight: 600;
}
@media screen and (max-width: 76.875em) {
  .homepage__page-delivery .title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 34.375em) {
  .homepage__page-delivery .title {
    width: 100%;
    padding: 0 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.homepage__page-delivery .images {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage__page-delivery .images li:first-of-type {
  margin-right: 4.6875rem;
}
@media screen and (max-width: 34.375em) {
  .homepage__page-delivery .images li:first-of-type {
    margin-right: 1.875rem;
  }
}
.homepage__page-delivery .images .partnersImageMail {
  height: 9.375rem;
  width: 13rem;
}
.homepage__page-delivery .images .partnersImageDpd {
  height: 8.625rem;
  width: 19.625rem;
}
.homepage__banner__image {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .homepage__banner__image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.homepage__banner__image {
  margin: auto;
}
.homepage__banner__image--desktop {
  display: block;
}
@media screen and (max-width: 40em) {
  .homepage__banner__image--desktop {
    display: none;
  }
}
.homepage__banner__image--mobile {
  display: none;
}
@media screen and (max-width: 40em) {
  .homepage__banner__image--mobile {
    display: block;
  }
}

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

.site-slider {
  width: 100%;
  float: left;
  height: auto;
}
.site-slider .slick-slide {
  height: auto !important;
}
.site-slider .slide {
  height: auto;
  height: auto;
}
.site-slider .slideThumb {
  max-width: 187px;
  max-height: 102px;
}
.site-slider--hero {
  overflow-x: hidden;
  margin-bottom: 0 !important;
}
.site-slider--hero .slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 44.75rem !important;
}
@media screen and (max-width: 39.9375em) {
  .site-slider--hero .slide {
    height: 21.875rem !important;
    background-position: right;
  }
}
.site-slider--hero .slide:after {
  display: block;
  position: relative;
  padding-bottom: 60%;
  content: "";
}
@media screen and (max-width: 39.9375em) {
  .site-slider--hero .slide:after {
    padding-bottom: 100%;
  }
}
.site-slider--hero .slide--blackfriday {
  background-color: #161616;
  max-height: initial !important;
}
.site-slider--hero .slide--blackfriday:after {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .site-slider--hero .slide--blackfriday {
    height: auto !important;
    background-image: none;
  }
}
.site-slider--hero .slide--blackfriday .desktop-only {
  display: block;
}
@media screen and (max-width: 39.9375em) {
  .site-slider--hero .slide--blackfriday .desktop-only {
    display: none;
  }
}
.site-slider--hero .slide--blackfriday .mobile-only {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .site-slider--hero .slide--blackfriday .mobile-only {
    display: block;
  }
}
.site-slider--hero .slick-dots {
  bottom: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
  .site-slider--hero .slick-dots {
    bottom: 0.875rem;
  }
}
.site-slider--hero .slick-dots .slick-active button:before {
  color: #f15a24;
  font-size: 0.75rem;
}
.site-slider--hero .slick-dots li button {
  background: #fff;
  border-radius: 1.25rem;
  height: 0.8125rem;
  width: 0.8125rem;
  position: relative;
}
.site-slider--hero .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.site-slider__testimonials {
  padding: 1.875rem 0 1.875rem 0;
  position: relative;
  z-index: 20;
  margin-bottom: 1.25rem !important;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__testimonials {
    margin-bottom: 0.9375rem !important;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .site-slider__testimonials .slick-next,
  .site-slider__testimonials .slick-prev {
    display: none !important;
  }
}
.site-slider__testimonials .slick-next,
.site-slider__testimonials .slick-prev {
  opacity: 1;
}
.site-slider__testimonials .slick-next:before,
.site-slider__testimonials .slick-prev:before {
  background-color: #000;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 1.875rem;
  padding: 7px 0 0 0;
}
.site-slider__testimonials .slick-prev {
  left: 0.9375rem;
  z-index: 90;
}
.site-slider__testimonials .slick-prev:before {
  content: "\f053";
}
.site-slider__testimonials .slick-next {
  right: 2.5rem;
  z-index: 90;
}
.site-slider__testimonials .slick-next:before {
  content: "\f054";
}
.site-slider__testimonials:before {
  position: absolute;
  content: url("../../images/site/quote-icon-left.png");
  left: -3.75rem;
  top: 0.625rem;
}
.site-slider__testimonials:after {
  position: absolute;
  content: url("../../images/site/quote-icon-right.png");
  right: -3.75rem;
  bottom: 0.9375rem;
  z-index: -1;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__testimonials:before, .site-slider__testimonials:after {
    display: none;
  }
}
.site-slider__testimonials .slick-dots {
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__testimonials .slick-dots {
    display: none !important;
  }
}
.site-slider__testimonials .slide {
  height: auto;
  padding: 0 0.9375rem 0.625rem 0.9375rem;
}
.site-slider__testimonials .slide-content {
  background-color: #fff;
  padding: 0.9375rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__testimonials .slide-content {
    text-align: center;
  }
}
.site-slider__testimonials .slide-content .title {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  font-weight: bold;
  width: 100%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__testimonials .slide-content .text {
    width: 250px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    position: relative;
  }
}
.site-slider__testimonials .slide-content .text p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #8a8a8a;
  margin-bottom: 0.3125rem;
}
.site-slider__testimonials .slide-content .text .name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #000;
  font-weight: bold;
}
.site-slider__testimonials .slide-content .text .name:before {
  content: "-";
  margin-right: 0.3125rem;
}
.site-slider__brands .image {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 7.375rem;
  width: 13.875rem;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 3.125rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__brands .image {
    margin-bottom: 3.125rem;
    margin-top: 1.25rem;
  }
}
.site-slider__brands .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  padding: 0.9375rem;
  max-width: 75%;
  max-height: 100%;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__brands .image img {
    padding: 0.9375rem;
  }
}
.site-slider__shopbybrands .image {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 7.375rem;
  width: 13.875rem;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 3.125rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__shopbybrands .image {
    margin-bottom: 3.125rem;
    margin-top: 1.25rem;
  }
}
.site-slider__shopbybrands .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  padding: 0.9375rem;
  max-width: 75%;
  max-height: 100%;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__shopbybrands .image img {
    padding: 0.9375rem;
  }
}
.site-slider__industry {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .site-slider__industry {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.site-slider__industry {
  clear: both;
  width: calc(100% - 50px);
  float: none;
  margin: 0 auto;
}
.site-slider__industry .slick-prev {
  left: -1.5625rem !important;
}
@media screen and (max-width: 81.25em) {
  .site-slider__industry .slick-prev {
    left: -25px !important;
  }
}
.site-slider__industry .slick-prev {
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3518 10.666C23.601 9.87866 22.385 9.87866 21.6339 10.666L12.6652 20.0723C12.3561 20.467 12.1719 20.9793 12.1719 21.5C12.1719 22.0207 12.3596 22.5313 12.7349 22.9252L21.7037 32.3315C22.4544 33.1188 23.6704 33.1188 24.4215 32.3315C25.1726 31.5441 25.1722 30.2688 24.4215 29.481L16.8084 21.5L24.4182 13.519C25.1686 12.732 25.1686 11.4555 24.3518 10.666ZM20.5 0C9.17695 0 0 9.62461 0 21.5C0 33.3754 9.17695 43 20.5 43C31.823 43 41 33.3754 41 21.5C41 9.62461 31.823 0 20.5 0ZM20.5 38.9688C11.315 38.9688 3.84375 31.1322 3.84375 21.5C3.84375 11.8678 11.315 4.03125 20.5 4.03125C29.685 4.03125 37.1562 11.8678 37.1562 21.5C37.1562 31.1322 29.685 38.9688 20.5 38.9688Z' fill='white'/%3E%3C/svg%3E");
  width: 2.5625rem;
  height: 2.6875rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-slider__industry .slick-prev.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.site-slider__industry .slick-prev:before {
  display: none;
}
.site-slider__industry .slick-next {
  right: -1.5625rem !important;
}
@media screen and (max-width: 81.25em) {
  .site-slider__industry .slick-next {
    right: -25px !important;
  }
}
.site-slider__industry .slick-next {
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2268 10.666C18.476 9.87866 17.26 9.87866 16.5089 10.666C15.7578 11.4534 15.7582 12.7287 16.5089 13.5164L24.1916 21.5L16.5818 29.481C15.831 30.2684 15.831 31.5437 16.5818 32.3315C17.3325 33.1192 18.5485 33.1188 19.2996 32.3315L28.2684 22.9252C28.6439 22.533 28.8281 22.0207 28.8281 21.5C28.8281 20.9793 28.6404 20.4687 28.2651 20.0748L19.2268 10.666ZM20.5 0C9.17695 0 0 9.62461 0 21.5C0 33.3754 9.17695 43 20.5 43C31.823 43 41 33.3754 41 21.5C41 9.62461 31.823 0 20.5 0ZM20.5 38.9687C11.315 38.9687 3.84375 31.1322 3.84375 21.5C3.84375 11.8678 11.315 4.03125 20.5 4.03125C29.685 4.03125 37.1563 11.8678 37.1563 21.5C37.1563 31.1322 29.685 38.9687 20.5 38.9687Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 2.5625rem;
  height: 2.6875rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-slider__industry .slick-next.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.site-slider__industry .slick-next:before {
  display: none;
}
.site-slider__industry .slick-dots {
  bottom: -3.4375rem;
}
@media screen and (max-width: 90.625em) {
  .site-slider__industry .slick-dots {
    margin-top: 3.125rem;
    position: initial;
  }
}
.site-slider__industry .slick-dots li.slick-active button:before {
  color: black !important;
  font-size: 15px;
  line-height: 20px;
}
.site-slider__industry .slide {
  padding: 0 0.625rem;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__industry .slide {
    padding: 0;
  }
}
.site-slider__industry .slick-slide {
  margin: 0 7px;
}
.site-slider__industry .slide-content {
  background-color: #fff;
  height: 19rem;
  width: 100%;
  padding: 1.25rem;
  position: relative;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: auto;
}
@media screen and (max-width: 64.375em) {
  .site-slider__industry .slide-content {
    width: 95%;
  }
}
.site-slider__industry .slide-content img {
  margin: 0 auto;
  width: auto;
  height: auto;
}
.site-slider__industry .slide-content h3, .site-slider__industry .slide-content span {
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  bottom: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  font-weight: bold;
}
.site-slider__middle {
  margin-bottom: 0 !important;
}
.site-slider__middle .slick-dots {
  bottom: 0;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background-color: #fff;
  padding: 0.3125rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.site-slider__middle .slick-dots .slick-active button:before {
  color: #2587bc;
}
.site-slider__middle .slick-dots li {
  margin: 0 0.125rem;
}
.site-slider__middle .slick-dots li button:before {
  color: #8a8a8a;
}
.site-slider__middle .slide img {
  width: 100%;
  float: left;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__middle .slide img {
    padding: 0 0.9375rem;
  }
}
.site-slider__best-selling {
  width: 100%;
  float: left;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
}
.site-slider__best-selling .slick-next,
.site-slider__best-selling .slick-prev {
  opacity: 1;
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
}
.site-slider__best-selling .slick-next:before,
.site-slider__best-selling .slick-prev:before {
  background-color: #000;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 1.875rem;
  padding: 7px 0 0 0;
}
.site-slider__best-selling .slick-prev {
  top: 0.9375rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 90;
}
.site-slider__best-selling .slick-prev:before {
  content: "\f077";
  display: block;
}
.site-slider__best-selling .slick-next {
  top: 94.4%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 90;
}
.site-slider__best-selling .slick-next:before {
  content: "\f078";
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__best-selling {
    padding: 0.9375rem 0 0 0;
  }
  .site-slider__best-selling .slick-next,
  .site-slider__best-selling .slick-prev {
    top: 50%;
    opacity: 1;
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .site-slider__best-selling .slick-next:before,
  .site-slider__best-selling .slick-prev:before {
    background-color: #000;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 1.875rem;
    padding: 7px 0 0 0;
  }
  .site-slider__best-selling .slick-prev {
    left: 1.375rem;
    z-index: 90;
  }
  .site-slider__best-selling .slick-prev:before {
    content: "\f053";
    display: block;
  }
  .site-slider__best-selling .slick-next {
    right: -1.375rem;
    z-index: 90;
    left: unset;
  }
  .site-slider__best-selling .slick-next:before {
    content: "\f054";
    display: block;
  }
}
.site-slider__best-selling .slide {
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .site-slider__best-selling .slide {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .site-slider__best-selling .slide {
    width: 100%;
    float: left;
  }
}
.site-slider__best-selling .slide .slide-content {
  width: 100%;
  float: left;
  background-color: #fff;
  position: relative;
  padding: 0 0 0.625rem 0;
  height: auto;
}
.site-slider__best-selling .slide .slide-content .number:before {
  z-index: 1;
  position: absolute;
  content: "";
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #000;
  border-top: 0;
}
.site-slider__best-selling .slide .slide-content .number span {
  color: #fff;
  position: absolute;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: bold;
  top: 0.625rem;
  left: 0.9375rem;
  z-index: 2;
}
.site-slider__best-selling .slide .slide-content .arrow {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.site-slider__best-selling .slide .slide-content .image {
  width: 100%;
  float: left;
  padding: 0.625rem 0 0 0;
}
.site-slider__best-selling .slide .slide-content .image img {
  height: 172px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__best-selling .slide .slide-content .image img {
    max-height: 21.875rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .site-slider__best-selling .slide .slide-content .image img {
    height: auto;
    max-height: 16.25rem;
  }
}
.site-slider__best-selling .slide .slide-content .text {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 0.9375rem;
}
.site-slider__best-selling .slide .slide-content .text .name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #8a8a8a;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.site-slider__best-selling .slide .slide-content .text .price-from {
  color: #2587bc;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.site-slider__about-large, .site-slider__blog-detail-large, .site-slider__seo-large {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__about-large, .site-slider__blog-detail-large, .site-slider__seo-large {
    padding-right: 0;
  }
}
.site-slider__about-large .slick-next,
.site-slider__about-large .slick-prev, .site-slider__blog-detail-large .slick-next,
.site-slider__blog-detail-large .slick-prev, .site-slider__seo-large .slick-next,
.site-slider__seo-large .slick-prev {
  opacity: 1;
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  display: none !important;
  z-index: 10;
}
.site-slider__about-large .slick-next:before,
.site-slider__about-large .slick-prev:before, .site-slider__blog-detail-large .slick-next:before,
.site-slider__blog-detail-large .slick-prev:before, .site-slider__seo-large .slick-next:before,
.site-slider__seo-large .slick-prev:before {
  background-color: #000;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 1.875rem;
  padding: 7px 0 0 0;
}
.site-slider__about-large .slick-prev, .site-slider__blog-detail-large .slick-prev, .site-slider__seo-large .slick-prev {
  left: 0.9375rem;
  z-index: 90;
}
.site-slider__about-large .slick-prev:before, .site-slider__blog-detail-large .slick-prev:before, .site-slider__seo-large .slick-prev:before {
  content: "\f053";
  display: block;
}
.site-slider__about-large .slick-next, .site-slider__blog-detail-large .slick-next, .site-slider__seo-large .slick-next {
  right: 0.9375rem;
  z-index: 90;
}
.site-slider__about-large .slick-next:before, .site-slider__blog-detail-large .slick-next:before, .site-slider__seo-large .slick-next:before {
  content: "\f054";
  display: block;
}
.site-slider__about-large:hover .slick-next,
.site-slider__about-large:hover .slick-prev, .site-slider__blog-detail-large:hover .slick-next,
.site-slider__blog-detail-large:hover .slick-prev, .site-slider__seo-large:hover .slick-next,
.site-slider__seo-large:hover .slick-prev {
  display: block !important;
}
.site-slider__about-large img, .site-slider__blog-detail-large img, .site-slider__seo-large img {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__about-large img, .site-slider__blog-detail-large img, .site-slider__seo-large img {
    margin: 0 auto;
  }
}
.site-slider__blog-detail-large .slick-prev {
  left: 0;
  z-index: 90;
}
.site-slider__blog-detail-large .slick-prev:before {
  content: "\f053";
  display: block;
}
.site-slider__about-small .slide, .site-slider__blog-detail-small .slide, .site-slider__seo-small .slide {
  padding-right: 1.0625rem;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__about-small .slide, .site-slider__blog-detail-small .slide, .site-slider__seo-small .slide {
    padding-right: 0.375rem;
  }
}
.site-slider__about-small .slide img, .site-slider__blog-detail-small .slide img, .site-slider__seo-small .slide img {
  width: 100%;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__about-small .slide img, .site-slider__blog-detail-small .slide img, .site-slider__seo-small .slide img {
    margin: 0 auto;
  }
}
.site-slider__detail-large {
  width: 100%;
  float: left;
  margin-bottom: 12px;
  height: 563px;
}
.site-slider__detail-large .slick-list, .site-slider__detail-large .slick-track {
  height: 563px !important;
}
.site-slider__detail-large .slide {
  border: 0.125rem solid #ECECEC;
  text-align: center;
  border-radius: 4px;
  height: 100% !important;
  display: flex;
}
.site-slider__detail-large .slide a {
  width: 100%;
}
.site-slider__detail-large .slide img {
  padding: 1.875rem 0;
  height: 100%;
  width: 100%;
  left: unset !important;
  transform: none !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: relative;
  object-fit: contain;
}
.site-slider__detail-small {
  width: 100%;
  float: left;
  width: calc(100% + 15px);
}
.site-slider__detail-small .slick-track {
  height: 132px;
  display: flex;
  align-items: stretch;
}
.site-slider__detail-small .slide {
  border: 2px solid #ECECEC;
  border-radius: 4px;
  text-align: center;
  display: flex;
  margin-right: 15px;
}
.site-slider__detail-small .slide img {
  max-width: 100%;
  max-height: 5.9375rem;
  display: inline-block;
  margin: auto;
}
.site-slider__detail {
  width: 100%;
  float: left;
  height: auto;
}
.site-slider__detail .slick-track {
  height: fit-content;
  display: flex;
  align-items: stretch;
}
.site-slider__detail .slick-next,
.site-slider__detail .slick-prev {
  opacity: 1;
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 10;
}
.site-slider__detail .slick-next:before,
.site-slider__detail .slick-prev:before {
  font-family: "FontAwesome";
  background-color: #000;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 1.875rem;
  padding: 7px 0 0 0;
}
.site-slider__detail .slick-prev {
  left: 0.9375rem;
  z-index: 90;
}
.site-slider__detail .slick-prev:before {
  content: "\f053";
  display: block;
}
.site-slider__detail .slick-next {
  right: 0.8125rem;
  z-index: 90;
}
.site-slider__detail .slick-next:before {
  content: "\f054";
  display: block;
}
.site-slider__detail:hover .slick-next,
.site-slider__detail:hover .slick-prev {
  display: block !important;
}
.site-slider__detail .slide {
  padding: 0 0.9375rem;
  height: auto !important;
}
.site-slider__detail .slide .image {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  margin-bottom: 0.9375rem;
}
.site-slider__detail .slide .image .product-image {
  max-width: 100%;
  border: 1px solid #e2e2e2;
  max-height: 18.75rem;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__detail .slide .image .product-image {
    max-height: 21.875rem;
  }
}
.site-slider__detail .slide .image .brand {
  position: absolute;
  bottom: 0;
  right: 0;
}
.site-slider__detail .slide .text {
  width: 100%;
  float: left;
}
.site-slider__detail .slide .text .name,
.site-slider__detail .slide .text .code {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.25rem;
}
.site-slider__detail .slide .text .colour {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-style: italic;
}
.site-slider__detail .slide .text .price {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #f15a24;
  font-size: 1.0625rem;
  line-height: 1.25rem;
}
.site-slider__detail .slide .text .price--blue {
  color: #2587bc;
}
.site-slider__examples {
  width: 100%;
  float: left;
}
.site-slider__examples .slick-next,
.site-slider__examples .slick-prev {
  opacity: 1;
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 10;
}
.site-slider__examples .slick-next:before,
.site-slider__examples .slick-prev:before {
  font-family: "FontAwesome";
  background-color: #000;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 1.875rem;
  padding: 7px 0 0 0;
}
.site-slider__examples .slick-prev {
  left: 3.875rem;
  z-index: 90;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__examples .slick-prev {
    left: 0;
  }
}
.site-slider__examples .slick-prev:before {
  content: "\f053";
  display: block;
}
.site-slider__examples .slick-next {
  right: 3.8125rem;
  z-index: 90;
}
@media screen and (max-width: 39.9375em) {
  .site-slider__examples .slick-next {
    right: 0;
  }
}
.site-slider__examples .slick-next:before {
  content: "\f054";
  display: block;
}
.site-slider__examples .slide {
  height: auto !important;
}
.site-slider__examples .slide img {
  margin: 0 auto;
}
.site-slider .slick-list .slick-slide img.thumb {
  width: 100%;
  max-width: 174px;
  max-height: 122px;
}
.site-slider--top-sellers {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .site-slider--top-sellers {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.site-slider--top-sellers {
  clear: both;
  width: calc(100% - 50px);
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 81.25em) {
  .site-slider--top-sellers.slick-list, .site-slider--top-sellers.slick-slider {
    position: initial !important;
  }
}
.site-slider--top-sellers .slick-prev {
  left: -1.5625rem !important;
}
@media screen and (max-width: 81.25em) {
  .site-slider--top-sellers .slick-prev {
    left: 1px !important;
  }
}
.site-slider--top-sellers .slick-prev {
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3518 10.666C23.601 9.87866 22.385 9.87866 21.6339 10.666L12.6652 20.0723C12.3561 20.467 12.1719 20.9793 12.1719 21.5C12.1719 22.0207 12.3596 22.5313 12.7349 22.9252L21.7037 32.3315C22.4544 33.1188 23.6704 33.1188 24.4215 32.3315C25.1726 31.5441 25.1722 30.2688 24.4215 29.481L16.8084 21.5L24.4182 13.519C25.1686 12.732 25.1686 11.4555 24.3518 10.666ZM20.5 0C9.17695 0 0 9.62461 0 21.5C0 33.3754 9.17695 43 20.5 43C31.823 43 41 33.3754 41 21.5C41 9.62461 31.823 0 20.5 0ZM20.5 38.9688C11.315 38.9688 3.84375 31.1322 3.84375 21.5C3.84375 11.8678 11.315 4.03125 20.5 4.03125C29.685 4.03125 37.1562 11.8678 37.1562 21.5C37.1562 31.1322 29.685 38.9688 20.5 38.9688Z' fill='%232587BC'/%3E%3C/svg%3E%0A");
  width: 2.5625rem;
  height: 2.6875rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-slider--top-sellers .slick-prev.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.site-slider--top-sellers .slick-prev:before {
  display: none;
}
.site-slider--top-sellers .slick-next {
  right: -1.5625rem !important;
}
@media screen and (max-width: 81.25em) {
  .site-slider--top-sellers .slick-next {
    right: 1px !important;
  }
}
.site-slider--top-sellers .slick-next {
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2268 10.666C18.476 9.87866 17.26 9.87866 16.5089 10.666C15.7578 11.4534 15.7582 12.7287 16.5089 13.5164L24.1916 21.5L16.5818 29.481C15.831 30.2684 15.831 31.5437 16.5818 32.3315C17.3325 33.1192 18.5485 33.1188 19.2996 32.3315L28.2684 22.9252C28.6439 22.533 28.8281 22.0207 28.8281 21.5C28.8281 20.9793 28.6404 20.4687 28.2651 20.0748L19.2268 10.666ZM20.5 0C9.17695 0 0 9.62461 0 21.5C0 33.3754 9.17695 43 20.5 43C31.823 43 41 33.3754 41 21.5C41 9.62461 31.823 0 20.5 0ZM20.5 38.9688C11.315 38.9688 3.84375 31.1322 3.84375 21.5C3.84375 11.8678 11.315 4.03125 20.5 4.03125C29.685 4.03125 37.1562 11.8678 37.1562 21.5C37.1562 31.1322 29.685 38.9688 20.5 38.9688Z' fill='%232587BC'/%3E%3C/svg%3E%0A");
  width: 2.5625rem;
  height: 2.6875rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-slider--top-sellers .slick-next.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.site-slider--top-sellers .slick-next:before {
  display: none;
}
.site-slider--top-sellers .slick-slide {
  margin: 0 7px;
}
.site-slider--top-sellers .slick-dots {
  bottom: -3.4375rem;
}
@media screen and (max-width: 90.625em) {
  .site-slider--top-sellers .slick-dots {
    margin-top: 3.125rem;
    position: initial;
  }
}
.site-slider--top-sellers .slick-dots li.slick-active button:before {
  color: #4186B7 !important;
  font-size: 15px;
}
.site-slider--bestselling-bundles {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .site-slider--bestselling-bundles {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.site-slider--bestselling-bundles {
  clear: both;
  width: calc(100% - 50px);
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 81.25em) {
  .site-slider--bestselling-bundles.slick-list, .site-slider--bestselling-bundles.slick-slider {
    position: initial !important;
  }
}
.site-slider--bestselling-bundles .slick-prev {
  left: -1.5625rem !important;
}
@media screen and (max-width: 81.25em) {
  .site-slider--bestselling-bundles .slick-prev {
    left: 1px !important;
  }
}
.site-slider--bestselling-bundles .slick-prev {
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3518 10.666C23.601 9.87866 22.385 9.87866 21.6339 10.666L12.6652 20.0723C12.3561 20.467 12.1719 20.9793 12.1719 21.5C12.1719 22.0207 12.3596 22.5313 12.7349 22.9252L21.7037 32.3315C22.4544 33.1188 23.6704 33.1188 24.4215 32.3315C25.1726 31.5441 25.1722 30.2688 24.4215 29.481L16.8084 21.5L24.4182 13.519C25.1686 12.732 25.1686 11.4555 24.3518 10.666ZM20.5 0C9.17695 0 0 9.62461 0 21.5C0 33.3754 9.17695 43 20.5 43C31.823 43 41 33.3754 41 21.5C41 9.62461 31.823 0 20.5 0ZM20.5 38.9688C11.315 38.9688 3.84375 31.1322 3.84375 21.5C3.84375 11.8678 11.315 4.03125 20.5 4.03125C29.685 4.03125 37.1562 11.8678 37.1562 21.5C37.1562 31.1322 29.685 38.9688 20.5 38.9688Z' fill='%232587BC'/%3E%3C/svg%3E%0A");
  width: 2.5625rem;
  height: 2.6875rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-slider--bestselling-bundles .slick-prev.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.site-slider--bestselling-bundles .slick-prev:before {
  display: none;
}
.site-slider--bestselling-bundles .slick-next {
  right: -1.5625rem !important;
}
@media screen and (max-width: 81.25em) {
  .site-slider--bestselling-bundles .slick-next {
    right: 1px !important;
  }
}
.site-slider--bestselling-bundles .slick-next {
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2268 10.666C18.476 9.87866 17.26 9.87866 16.5089 10.666C15.7578 11.4534 15.7582 12.7287 16.5089 13.5164L24.1916 21.5L16.5818 29.481C15.831 30.2684 15.831 31.5437 16.5818 32.3315C17.3325 33.1192 18.5485 33.1188 19.2996 32.3315L28.2684 22.9252C28.6439 22.533 28.8281 22.0207 28.8281 21.5C28.8281 20.9793 28.6404 20.4687 28.2651 20.0748L19.2268 10.666ZM20.5 0C9.17695 0 0 9.62461 0 21.5C0 33.3754 9.17695 43 20.5 43C31.823 43 41 33.3754 41 21.5C41 9.62461 31.823 0 20.5 0ZM20.5 38.9688C11.315 38.9688 3.84375 31.1322 3.84375 21.5C3.84375 11.8678 11.315 4.03125 20.5 4.03125C29.685 4.03125 37.1562 11.8678 37.1562 21.5C37.1562 31.1322 29.685 38.9688 20.5 38.9688Z' fill='%232587BC'/%3E%3C/svg%3E%0A");
  width: 2.5625rem;
  height: 2.6875rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-slider--bestselling-bundles .slick-next.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.site-slider--bestselling-bundles .slick-next:before {
  display: none;
}
.site-slider--bestselling-bundles .slick-dots {
  bottom: -3.4375rem;
}
@media screen and (max-width: 90.625em) {
  .site-slider--bestselling-bundles .slick-dots {
    margin-top: 3.125rem;
    position: initial;
  }
}
.site-slider--bestselling-bundles .slick-dots li.slick-active button:before {
  color: #4186B7 !important;
}
.site-slider--bestselling-bundles .slick-slide {
  margin: 0 7px;
}

.service {
  width: 100%;
  float: left;
}
.service--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.service--contain::before, .service--contain::after {
  content: " ";
  display: table;
}
.service--contain::after {
  clear: both;
}
.service__description {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__description {
  text-align: center;
}
.service__description p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.service__contain {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__contain {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__content {
  width: 100%;
  float: left;
  background-color: #e2e2e2;
  border-top: 3px solid #2580ac;
  padding: 1.875rem 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 39.9375em) {
  .service__content {
    padding: 0.9375rem;
  }
}
.service__title {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2580ac;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.service__title--center {
  text-align: center;
}
.service__title--margin-bottom {
  margin-bottom: 1.875rem;
}
.service__text {
  width: 100%;
  float: left;
}
.service__text h1,
.service__text h2,
.service__text h3,
.service__text h4,
.service__text h5 {
  color: #2580ac;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  margin: 0;
}
.service__text p {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400;
}
.service__text p a {
  word-break: break-word;
}
.service__text ul {
  width: 100%;
  float: left;
}
.service__text ul li {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400;
}
.service__text--bold p:first-child {
  font-weight: 500;
}
.service__text--maxwidth p {
  max-width: 500px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: relative;
  text-align: center;
}
.service__text--margin-top {
  margin-top: 1.25rem;
}
.service__text--no-float {
  float: none;
}
.service__image {
  width: 50%;
  float: left;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .service__image {
    width: 100%;
    float: left;
  }
}
.service__image img {
  width: 100%;
}
.service__image--padding-right {
  padding-right: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .service__image--padding-right {
    padding-right: 0;
  }
}
.service__image--padding-left {
  padding-left: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .service__image--padding-left {
    padding-left: 0;
  }
}
.service__contact-details {
  width: 83.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__contact-details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__contact-details {
  margin-left: 8.3333333333%;
}
.service__contact-details:last-child:last-child {
  float: left;
}
.service__contact-details {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .service__contact-details {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .service__contact-details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__map, .service__address {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__map, .service__address {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .service__map, .service__address {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .service__map, .service__address {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__map {
  padding-left: 0;
}
@media screen and (max-width: 39.9375em) {
  .service__map {
    padding-left: 0.9375rem;
  }
}
.service__map .map {
  height: 21.875rem;
  border: 1px solid #e6e6e6;
}
.service__address .address {
  list-style: none;
  width: 100%;
  float: left;
  margin: 1.875rem 0 1.25rem 0;
  background-image: url("../../images/site/geo-icon.png");
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}
.service__address .address li {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media screen and (max-width: 39.9375em) {
  .service__address .address li {
    font-size: 1rem;
  }
}
.service__address .address li:first-child {
  color: #2587bc;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.service__address .address li p {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0 0 0.3125rem 0;
}
@media screen and (max-width: 39.9375em) {
  .service__address .address li p {
    font-size: 1rem;
  }
}
.service__address .number,
.service__address .email {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #2587bc;
  padding-bottom: 1.25rem;
  margin-bottom: 0.625rem;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}
.service__address .number a,
.service__address .email a {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 39.9375em) {
  .service__address .number,
  .service__address .email {
    font-size: 1rem;
    word-wrap: break-word;
  }
}
.service__address .number {
  background-image: url("../../images/site/phone-icon.png");
  background-position: 0 0;
  padding-top: 0.3125rem;
}
.service__address .email {
  background-image: url("../../images/site/mail-icon.png");
  background-position: 0 0;
}
.service__address .opentimes {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
  background-image: url("../../images/site/clock-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}
.service__address .opentimes li {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media screen and (max-width: 39.9375em) {
  .service__address .opentimes li {
    font-size: 1rem;
  }
}
.service__address .opentimes li p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 0.3125rem 0;
}
.service__payment-types {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__payment-types {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .service__payment-types {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .service__payment-types {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__payment-types ul {
  width: 100%;
  float: left;
  margin: 0 0 0 0.3125rem;
}
.service__payment-types ul li {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.9375rem;
}
.service__payment-image {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .service__payment-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__payment-image {
  padding-top: 2.5rem;
}
@media screen and (max-width: 39.9375em) {
  .service__payment-image {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .service__payment-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.service__payment-image ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
.service__payment-image ul li {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem;
}
.service__payment-image ul li:last-child {
  margin-right: 0;
}
.service__returns ol {
  width: 100%;
  float: left;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}
@media screen and (max-width: 39.9375em) {
  .service__returns ol {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
    padding-right: 0.9375rem;
  }
}
.service__returns ol li {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
}
.service__returns ol li p {
  font-size: inherit;
  line-height: inherit;
}
.service__returns ol li p b,
.service__returns ol li p strong {
  font-weight: 500;
}
.service__returns ol li p em,
.service__returns ol li p i {
  font-weight: 300;
}
.service__returns ol li p a {
  color: #2587bc;
  font-weight: 500;
}

.page {
  width: 100%;
  float: left;
}
.page--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.page--contain::before, .page--contain::after {
  content: " ";
  display: table;
}
.page--contain::after {
  clear: both;
}
.page--gray {
  width: 100%;
  float: left;
  background-color: #e2e2e2;
  padding-bottom: 1.875rem;
}
.page--padding {
  padding: 2.5rem 0;
}
@media screen and (max-width: 39.9375em) {
  .page--padding {
    padding: 0.9375rem 0;
  }
}
.page__title {
  width: 100%;
  float: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-size: 2.125rem;
  line-height: 2.125rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 39.9375em) {
  .page__title {
    padding: 0 0 0.3125rem 0;
  }
}
.page__title--black {
  color: #000;
  font-weight: bold;
  text-align: left;
}
.page__title--padding-top {
  padding: 1.25rem 0 0.3125rem 0.9375rem;
}
.page__description {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page__description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page__description {
  margin-top: 0.625rem;
  padding-bottom: 1.875rem;
}
.page__description p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}
.page__description p span {
  color: #2587bc;
}
.page__left, .page__right {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page__left, .page__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .page__left, .page__right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .page__left, .page__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .page__left {
    margin-bottom: 0.9375rem;
  }
}
.page__text p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
.page__text ul {
  width: 100%;
  float: left;
}
.page__text ul li {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}

.testimonial {
  width: 100%;
  float: left;
}
.testimonial__list {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .testimonial__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.testimonial__list {
  margin: 0;
  list-style: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.testimonial__list-item {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 1.875rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonial__list-item {
    padding: 0.9375rem;
    text-align: center;
  }
}
.testimonial__list-item--left {
  width: 30%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonial__list-item--left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .testimonial__list-item--left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.testimonial__list-item--right {
  width: 70%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonial__list-item--right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .testimonial__list-item--right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.testimonial__title {
  width: 100%;
  float: left;
  padding: 0.625rem 0;
}
.testimonial__title span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  color: #2580ac;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.testimonial__title span:before, .testimonial__title span:after {
  content: '"';
}
.testimonial__text {
  width: 100%;
  float: left;
}
.testimonial__text p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.25rem;
}
.testimonial__name, .testimonial__date {
  width: auto;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonial__name, .testimonial__date {
    width: 100%;
    float: left;
  }
}
.testimonial__name {
  margin-right: 0.9375rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 39.9375em) {
  .testimonial__name {
    margin-bottom: 0.3125rem;
  }
}
.testimonial__name:before {
  content: "-";
  margin-right: 0.3125rem;
}
.testimonial__date {
  color: #2587bc;
  font-weight: 300;
  font-style: italic;
}

.blog {
  width: 100%;
  float: left;
  padding-bottom: 1.875rem;
}
.blog__list {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .blog__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.blog__list {
  margin: 0;
  list-style: none;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .blog__list {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog__list {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .blog__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .blog__list {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .blog__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.blog__list-item {
  width: 100%;
  float: left;
  background-color: #e2e2e2;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .blog__list-item {
    margin-bottom: 0.9375rem;
  }
}
.blog__content {
  width: 100%;
  float: left;
}
.blog__image {
  width: 100%;
  float: left;
}
.blog__image img {
  width: 100%;
  float: left;
}
.blog__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
  font-weight: 600;
  width: 50%;
  float: left;
  margin: 0.625rem 0 0 0;
}
@media screen and (max-width: 63.9375em) {
  .blog__title {
    width: 100%;
  }
}
.blog__title a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.blog__title a:hover {
  text-decoration: underline;
}
.blog__date {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #2587bc;
  font-size: 1.25rem;
  line-height: 1.25rem;
  width: 100%;
  float: left;
}
@media screen and (max-width: 63.9375em) {
  .blog__date {
    margin-top: 0;
  }
}
.blog__tags {
  width: 100%;
  float: left;
  margin: 0.4375rem 0;
  list-style: none;
}
.blog__tags li {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  color: #f15a24;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin: 0 0.3125rem 0 0;
}
.blog__tags li a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
}
.blog__text {
  width: 100%;
  float: left;
}
.blog__text p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1rem;
}
.blog__text a {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #80b63f;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.blog__text a:hover {
  color: #80b63f;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .blog__text a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.blog__text a {
  float: right;
  padding: 0.3125rem 0.625rem;
  margin-top: -0.625rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog__text a {
    float: left;
  }
}
.blog__text--listing p {
  width: 75%;
  float: left;
}
.blog__text--detail p:first-child {
  font-weight: 500;
}
.blog__text--detail ul li {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1rem;
}
.blog__addthis {
  width: 50%;
  float: left;
  text-align: right;
  clear: none !important;
  margin: 0.9375rem 0 0 0;
}
@media screen and (max-width: 63.9375em) {
  .blog__addthis {
    display: none;
  }
}
.blog__sidebar {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .blog__sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.blog__sidebar {
  padding-top: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .blog__sidebar {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .blog__sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .blog__sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .blog__sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.blog__sidebar-content {
  background-color: #e2e2e2;
  width: 100%;
  float: left;
  padding: 1.25rem;
}
.blog__heading {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.blog__section {
  width: 100%;
  float: left;
  margin-bottom: 1.25rem;
}
.blog__section .recent {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
}
.blog__section .recent li {
  background-image: url("../../images/site/tick-blue.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 3.125rem;
  margin-bottom: 1.25rem;
}
.blog__section .recent li .headline {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.blog__section .recent li .headline a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.blog__section .recent li .date {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.blog__section .archive {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
}
.blog__section .archive li {
  background-image: url("../../images/site/chevron-blue.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 3.125rem;
  margin-bottom: 1.25rem;
}
.blog__section .archive li .date {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.blog__section .archive li .date a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.blog__section .tags {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
}
.blog__section .tags li {
  display: inline-block;
  margin: 0 0 1.25rem 0;
}
.blog__section .tags li a {
  background-color: #f15a24;
  padding: 0.3125rem 0.4375rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.blog__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #2587bc;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.blog__button:hover {
  color: #2587bc;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .blog__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.blog__button {
  padding: 0.625rem 1.875rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 0.625rem;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .blog__button {
    width: 100%;
    float: left;
    text-align: center;
  }
}

.bundle {
  width: 100%;
  float: left;
  padding: 0 0 1.875rem 0;
}
.bundle__title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .bundle__title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.bundle__title {
  margin: 1.875rem 0;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  .bundle__title {
    margin: 0.9375rem 0;
  }
}
.bundle__title .title,
.bundle__title .price {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__title .title,
  .bundle__title .price {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.bundle__title .price {
  color: #2580ac;
}
.bundle__title .price-vat {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2580ac;
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__title .price-vat {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.bundle__text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .bundle__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.bundle__text p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
.bundle__text p:first-child {
  font-weight: 500;
}
.bundle__contain {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .bundle__contain {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.bundle__contain {
  list-style: none;
  margin: 0;
  margin-top: 0.9375rem;
}
.bundle__section {
  width: 100%;
  float: left;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  border-bottom: 4px solid #e2e2e2;
}
.bundle__section--max-height {
  max-height: 2.8125rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .bundle__section--max-height {
    max-height: 4.125rem;
  }
}
.bundle__section:last-child {
  border: 0;
}
.bundle__section.open {
  max-height: 62.5rem;
}
.bundle__section.open .chevron {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.bundle__product-title {
  width: 100%;
  float: left;
  background-color: #2580ac;
  padding: 0.625rem 0 0.625rem 0.9375rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
  .bundle__product-title {
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
  }
}
.bundle__product-title.no-pointer {
  cursor: default;
}
.bundle__product-title span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__product-title span {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .bundle__product-title .product {
    max-width: 11.25rem;
    float: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .bundle__product-title .quantity {
    float: left;
    margin-right: 0.625rem;
  }
}
.bundle__product-title .quantity:after {
  content: "x";
}
.bundle__product-title .chevron {
  right: 0.9375rem;
  position: absolute;
  top: 0.625rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.bundle__product-title .amount-left {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 4.375rem;
}
.bundle__content {
  width: 100%;
  float: left;
  background-color: #e2e2e2;
  padding: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__content {
    padding: 0.9375rem;
  }
}
.bundle__content--white {
  background-color: #fff;
}
.bundle__image {
  width: 40%;
  float: left;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__image {
    width: 100%;
    float: left;
    margin-bottom: 0.9375rem;
    padding: 0;
  }
}
.bundle__image .image {
  width: 100%;
  float: left;
  background-color: #fff;
}
.bundle__image .image img {
  margin: 0 auto;
  max-width: 100%;
}
.bundle__checklist {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .bundle__checklist {
    width: 100%;
  }
}
.bundle__checklist-item {
  width: 100%;
  float: left;
  margin-bottom: 0.9375rem;
}
.bundle__checklist-item span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.bundle__checklist-item .product {
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .bundle__checklist-item .product {
    max-width: 18.75rem;
  }
}
.bundle__checklist-item .amount {
  float: right;
  color: #f15a24;
}
.bundle__checklist-item .amount span {
  color: inherit;
}
.bundle__checklist-item .amount.complete {
  color: #2580ac;
}
.bundle__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.bundle__button:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .bundle__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.bundle__button {
  padding: 0.625rem;
  width: 150px;
  float: right;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  font-weight: bold;
  text-align: center;
}
.bundle__button.disabled {
  background-color: #efefef;
  cursor: not-allowed;
}
.bundle__button.disabled:hover {
  color: #ffffff;
}
.bundle__options {
  width: 60%;
  float: left;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__options {
    width: 100%;
    float: left;
    padding: 0;
  }
}
.bundle__options .product-name {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}
.bundle__input-row {
  width: 100%;
  float: left;
}
.bundle__input-row.to-clone {
  display: none;
}
.bundle__input-row .input {
  width: 30%;
  float: left;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .bundle__input-row .input {
    width: 100%;
  }
}
.bundle__input-row .input:nth-child(3) {
  width: 18%;
}
.bundle__input-row .add {
  width: 10%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .bundle__input-row .add {
    width: 15%;
  }
}
.bundle__input-row .add.disabled .add-row:before {
  background-color: #efefef;
}
.bundle__input-row .add .add-row {
  width: 100%;
  height: 3.125rem;
}
.bundle__input-row .add .add-row:before {
  content: "\f067";
  font-family: "FontAwesome";
  height: 3.125rem;
  width: 100%;
  font-size: 3.125rem;
  line-height: 2.5rem;
  color: fff;
  background-color: #f15a24;
  display: block;
  text-align: center;
  padding: 0.375rem 0;
}
.bundle__input-row .delete {
  width: 10%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 39.9375em) {
  .bundle__input-row .delete {
    width: 15%;
  }
}
.bundle__input-row .delete.disabled .delete-row:before {
  background-color: #efefef;
}
.bundle__input-row .delete .delete-row {
  width: 100%;
  height: 3.125rem;
}
.bundle__input-row .delete .delete-row:before {
  content: "\f068";
  font-family: "FontAwesome";
  height: 3.125rem;
  width: 100%;
  font-size: 3.125rem;
  line-height: 2.5rem;
  color: fff;
  background-color: #f15a24;
  display: block;
  text-align: center;
  padding: 0.375rem 0;
}

.color-label {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 0.3125rem;
  margin-top: 0.1875rem;
}

.category {
  width: 100%;
  float: left;
}
.category__filters {
  width: 16.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .category__filters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__filters {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .category__filters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__filters {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .category__filters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .category__filters--desktop {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .category__filters--mobile {
    display: none;
  }
}
.category__content {
  width: 83.3333333333%;
  float: left;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__content {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .category__content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.category__content--fullwidth {
  width: 100%;
  float: left;
}
.category__content-left {
  width: 66.6666666667%;
  float: left;
  padding-right: 0.46875rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__content-left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .category__content-left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__content-left {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
}
.category__content-right {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .category__content-right {
    display: none;
  }
}
.category .read-more {
  display: none;
}
.category__banner {
  width: 100%;
  float: left;
  background-color: #f15a24;
  padding: 1.8125rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .category__banner {
    padding: 0.9375rem;
    text-align: center;
  }
}
.category__banner p {
  width: 70%;
  float: left;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  margin-bottom: 0.3125rem;
  overflow: hidden;
}
.category__banner p a {
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  display: inline;
}
@media screen and (max-width: 63.9375em) {
  .category__banner p {
    width: 100%;
  }
}
.category__banner ul {
  width: 70%;
  float: left;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 63.9375em) {
  .category__banner ul {
    width: 100%;
  }
}
.category__banner ul li {
  display: inline-block;
  margin-right: 0.625rem;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 39.9375em) {
  .category__banner ul li:last-child {
    display: none;
  }
}
.category__banner ul li a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.category__banner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 63.9375em) {
  .category__banner img {
    display: none;
  }
}
.category__banner--green {
  background-color: #80b63f;
}
.category__banner--green p {
  position: relative;
  z-index: 10;
}
.category__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}
.category__callto {
  border: 1px dashed #f15a24;
  width: 100%;
  float: left;
}
.category__callto--green {
  border-color: #80b63f;
}
.category__sort-options {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .category__sort-options {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.category__sort-options {
  margin-top: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  .category__sort-options {
    margin-top: 0.625rem;
  }
}
.category__sort-options .left {
  width: 30%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .category__sort-options .left {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.category__sort-options .right {
  width: 50%;
  float: right;
  text-align: right;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__sort-options .right {
    width: 70%;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__sort-options .right {
    width: 100%;
    float: left;
    text-align: left;
  }
}
.category__sort-options .right .select2-container--default {
  color: #2580ac !important;
}
.category__sort-options .right .select2-container {
  width: 15% !important;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  .category__sort-options .right .select2-container {
    min-width: 5rem;
  }
}
.category__sort-options .right .select2-container .select2-container--default,
.category__sort-options .right .select2-container .select2-selection--single,
.category__sort-options .right .select2-container .select2-selection__rendered {
  color: #2580ac !important;
}
.category__sort-options .right:before, .category__sort-options .right:after {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .category__sort-options .right:before, .category__sort-options .right:after {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.category__sort-options .right:before {
  content: "Show";
  margin-right: 0.625rem;
}
.category__sort-options .right:after {
  content: "Products Per Page";
  margin-left: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .category__sort-options--listing {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .category__sort-options--listing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.category__list {
  width: 100%;
  float: left;
  margin: 1.25rem 0 0 0;
  list-style: none;
}
@media screen and (max-width: 39.9375em) {
  .category__list {
    margin-top: 0.625rem;
  }
}
.category__list-item {
  text-align: center;
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .category__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.category__list-item:last-child:last-child {
  float: left;
}
.category__list-item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__list-item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .category__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__list-item:last-child:last-child {
    float: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__list-item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .category__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__list-item:last-child:last-child {
    float: left;
  }
}
.category__list-item .category {
  width: 100%;
  float: left;
  border: 7px solid #e2e2e2;
  padding: 0.3125rem;
}
.category__image {
  width: 100%;
  float: left;
}
.category__text {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category__text {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .category__text {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}

.checkout {
  width: 100%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .checkout {
    margin-top: 0.625rem;
  }
}
.checkout--white {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .checkout--white {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.checkout--white {
  background-color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}
.checkout__left {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .checkout__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .checkout__left {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .checkout__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 56.25em) {
  .checkout__left {
    width: 58.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 56.25em) and (min-width: 40em) {
  .checkout__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .checkout__left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .checkout__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.checkout__right {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .checkout__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .checkout__right {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .checkout__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 56.25em) {
  .checkout__right {
    width: 41.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 56.25em) and (min-width: 40em) {
  .checkout__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .checkout__right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .checkout__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.checkout__progress {
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, #757575 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  margin-top: 2.5rem;
  padding-top: 0.9375rem;
}
.checkout__sign-in {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .checkout__sign-in {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
  }
}
.checkout__sign-in a {
  font-weight: bold;
  color: #2587bc;
  text-decoration: underline;
}
.checkout__title {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 4.6875rem;
  margin: 1.875rem 0;
}
@media screen and (max-width: 39.9375em) {
  .checkout__title {
    margin: 1.25rem 0;
  }
}
.checkout__title:before {
  content: "";
  position: absolute;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #2587bc;
  left: 0;
  top: -0.9375rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding-top: 0.875rem;
}
.checkout__title.delivery:before {
  content: "1";
}
.checkout__title.payment:before {
  content: "2";
}
.checkout__title.confirmation:before {
  content: "3";
}
.checkout__title.stripe:before {
  content: "4";
}
.checkout__title.completed:before {
  content: "";
  border: 5px solid #2587bc;
  background-color: transparent;
  padding: 0;
}
.checkout__title.completed:after {
  position: absolute;
  content: url("../../images/site/tick.png");
  top: -1.0625rem;
  left: 0.6875rem;
}
.checkout__subtitle {
  width: 100%;
  float: left;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  margin-bottom: 0.625rem;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
}
.checkout__paylater {
  width: 100%;
  max-width: 32.5rem;
  float: left;
}
.checkout__full {
  width: 100%;
  float: left;
}
.checkout__full span {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  margin-bottom: 0.9375rem;
}
.checkout__full--margin-top {
  margin-top: 0.9375rem;
}
.checkout__full--margin-bottom {
  margin-bottom: 0.9375rem;
}
.checkout__full--small label {
  color: #000;
}
@media screen and (max-width: 39.9375em) {
  .checkout__full--small label {
    font-size: 0.9375rem !important;
  }
}
.checkout__full--border {
  background-image: linear-gradient(to right, #757575 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  padding-bottom: 1.875rem;
  margin: 0.625rem 0 0 0;
}
.checkout__full .summary {
  width: 100%;
  float: left;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .checkout__full .summary {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.checkout__full .summary span {
  font-weight: bold;
  width: auto;
  float: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.checkout__address {
  width: 100%;
  float: left;
  margin-top: 1.875rem;
}
.checkout__address--nopadding {
  margin-top: 0;
}
.checkout__address--marginbottom {
  margin-bottom: 0.9375rem;
}
.checkout__address-title {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  margin-bottom: 0.9375rem;
}
.checkout__delivery-option {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
}
.checkout__delivery-option li {
  width: 100%;
  float: left;
  position: relative;
}
.checkout__delivery-option li span {
  margin: 0;
}
.checkout__delivery-option li label {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 1.3125rem;
  text-transform: uppercase;
  font-style: normal !important;
}
.checkout__delivery-option li:first-child {
  background-image: linear-gradient(to right, #757575 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  padding-bottom: 0.625rem;
}
.checkout__delivery-option li:first-child label {
  color: #2587bc !important;
}
.checkout__delivery-option li:first-child .date {
  top: 2px;
}
.checkout__delivery-option li:last-child {
  padding-top: 0.625rem;
}
.checkout__delivery-option li:last-child label {
  color: #2587bc !important;
}
.checkout__delivery-option li:last-child .date {
  top: 12px;
}
.checkout__delivery-option li .price {
  width: auto;
  text-transform: uppercase;
  float: right;
}
@media screen and (max-width: 56.25em) {
  .checkout__delivery-option li .price {
    position: absolute;
    right: 0;
  }
}
.checkout__delivery-option li .date {
  width: auto;
  float: none;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-family: "Open Sans", Arial, sans-serif;
  color: #757575;
  font-style: italic;
  font-size: 1.1875rem;
}
@media screen and (max-width: 56.25em) {
  .checkout__delivery-option li .date {
    width: 100%;
    float: left;
    position: relative;
    top: 0 !important;
    left: 0;
    transform: none;
    margin-top: 0.3125rem;
  }
}
.checkout__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.checkout__button:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .checkout__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.checkout__button {
  padding: 0.3125rem 1.875rem;
  display: inline-block;
  float: left;
  margin-top: 2.5rem;
  font-size: 2.125rem;
  font-family: "Montserrat", Arial, sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  clear: left;
}
.checkout__button span {
  color: #FFF;
  padding: 14px 0 0 0;
}
.checkout__button:hover span {
  color: #f15a24 !important;
}
.checkout__summary {
  width: 100%;
  float: left;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
}
.checkout__different-address {
  max-height: 40px;
  overflow: hidden;
  transition: ease 0.5s;
}
.checkout__different-address input:nth-child(2) {
  margin-top: 0.9375rem;
}
.checkout__different-address--show {
  max-height: 1000px;
}
.checkout__summary-contain {
  margin: 0;
  list-style: none;
  width: 100%;
  float: left;
}
.checkout__summary-item {
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, #b7b7b7 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  padding-bottom: 0.625rem;
  padding-top: 1.875rem;
}
.checkout__summary-item .price-summary {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .checkout__summary-item .price-summary {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
  }
}
.checkout__summary-item .price-summary:nth-child(3n) {
  margin-top: 1.25rem;
}
.checkout__summary-item .price-summary:nth-child(4n) {
  font-style: italic;
}
.checkout__summary-item .price-summary span {
  font-weight: bold;
}
.checkout__summary-item .details {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .checkout__summary-item .details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .checkout__summary-item .details {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .checkout__summary-item .details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.checkout__summary-item .details .customisation {
  width: 100%;
  float: left;
  margin-top: 0.9375rem;
}
.checkout__summary-item .details .customisation .title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  margin-bottom: 0.625rem;
}
.checkout__summary-item .details .customisation ul {
  margin-bottom: 0.625rem;
}
.checkout__summary-item .details ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
.checkout__summary-item .details ul li {
  width: 100%;
  float: left;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .checkout__summary-item .details ul li {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
  }
}
.checkout__summary-item .details ul li span {
  font-weight: normal;
}
.checkout__summary-item .details .price {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  font-size: 1.9375rem;
  font-weight: bold;
}
.checkout__summary-item .details .product-name {
  width: 100%;
  float: left;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2587bc;
  margin-bottom: 0.625rem;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
}
.checkout__summary-item--padding-top {
  padding-top: 0.9375rem;
  text-align: right;
}
.checkout__summary-item--no-padding {
  padding: 0.9375rem 0 0.625rem 0;
  background-image: none;
}
.checkout__candypoints {
  background-color: #2587bc;
  width: 100%;
  float: left;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 1.875rem;
  padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
  text-align: center;
}
.checkout__candypoints p {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  width: 100%;
  float: left;
  text-align: center;
}
.checkout__candypoints p span {
  font-size: 2.1875rem;
}
.checkout__candypoints img {
  position: absolute;
}
.checkout__candypoints .image-top {
  top: -0.5rem;
  right: -0.75rem;
}
@media screen and (max-width: 39.9375em) {
  .checkout__candypoints .image-top {
    right: -0.4375rem;
  }
}
.checkout__candypoints .image-bottom {
  bottom: -0.1875rem;
  left: -0.375rem;
}
.checkout__candypoints a {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #2587bc;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.checkout__candypoints a:hover {
  color: #2587bc;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .checkout__candypoints a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.checkout__candypoints a {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Montserrat", Arial, sans-serif;
}
@media screen and (max-width: 39.9375em) {
  .checkout__candypoints a {
    width: 100%;
    float: left;
  }
}
.checkout__cards {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0 0 0.625rem 0;
}
.checkout__cards-item {
  display: inline-block;
  margin: 0 0 0.3125rem 0;
}
.checkout__width6 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .checkout__width6 {
    width: 100%;
  }
  .checkout__width6:first-child {
    margin-bottom: 0.9375rem;
  }
}
.checkout__width6 a {
  font-family: "Open Sans", Arial, sans-serif;
  color: #2587bc;
  font-weight: bold;
  font-size: 1.1875rem;
}
.checkout__width6 span {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.3125rem;
}
.checkout__width6 ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
.checkout__width6 ul li {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.3125rem;
}
.checkout .disclaimer {
  width: 100%;
  float: left;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1875rem;
  color: #cacaca;
  margin-top: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .checkout .disclaimer {
    margin-bottom: 0.9375rem;
  }
}
.checkout .disclaimer a {
  color: #2587bc;
}

.radio {
  position: relative;
}
.radio label {
  margin: 0 0 0 10px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  position: relative;
}
.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cacaca;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  left: -10px;
  top: -2px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin: 0;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #2587bc;
  box-shadow: inset 0 0 0 2px #fff;
  border-color: #2587bc;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #2587bc;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 2px #fff;
  border: 1px solid rgb(138.25, 138.25, 138.25);
  background: #cacaca;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox [type=checkbox]:not(:checked),
.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox [type=checkbox]:not(:checked) + label,
.checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-size: 1.1875rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: italic;
  color: #757575;
  line-height: 1.625rem;
  margin: 0;
}
.checkbox [type=checkbox]:not(:checked) + label:before,
.checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  border: 2px solid #E2E2E2;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: none;
}
.checkbox [type=checkbox]:not(:checked) + label:after,
.checkbox [type=checkbox]:checked + label:after {
  content: "\f00c";
  position: absolute;
  font-family: "FontAwesome";
  top: 0.3125rem;
  left: 0;
  font-size: 1.375rem;
  line-height: 0.8;
  color: #F15A24;
  transition: all 0.2s;
}
.checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.checkbox {
  /* disabled checkbox */
}
.checkbox [type=checkbox]:disabled:not(:checked) + label:before,
.checkbox [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox {
  /* accessibility */
}
.checkbox [type=checkbox]:checked:focus + label:before,
.checkbox [type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid #2587bc !important;
}
.checkbox {
  /* hover style just for information */
}
.checkbox label:hover:before {
  border: 2px solid #2587bc !important;
}

.checkout-radio [type=radio]:not(:checked),
.checkout-radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.checkout-radio [type=radio]:not(:checked) + label,
.checkout-radio [type=radio]:checked + label {
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-size: 1.1875rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: italic;
  color: #757575;
  line-height: 1.625rem;
  margin: 0;
}
.checkout-radio [type=radio]:not(:checked) + label:before,
.checkout-radio [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: none;
}
.checkout-radio [type=radio]:not(:checked) + label:after,
.checkout-radio [type=radio]:checked + label:after {
  content: "\f00c";
  position: absolute;
  font-family: "FontAwesome";
  top: 0.25rem;
  left: 0.125rem;
  font-size: 1.25rem;
  line-height: 0.8;
  color: #9db148;
  transition: all 0.2s;
}
.checkout-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkout-radio [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.checkout-radio {
  /* disabled checkbox */
}
.checkout-radio [type=radio]:disabled:not(:checked) + label:before,
.checkout-radio [type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkout-radio [type=radio]:disabled:checked + label:after {
  color: #999;
}
.checkout-radio [type=radio]:disabled + label {
  color: #aaa;
}
.checkout-radio {
  /* accessibility */
}
.checkout-radio [type=radio]:checked:focus + label:before,
.checkout-radio [type=radio]:not(:checked):focus + label:before {
  border: 2px solid #2587bc !important;
}
.checkout-radio {
  /* hover style just for information */
}
.checkout-radio label:hover:before {
  border: 2px solid #2587bc !important;
}

.cart {
  width: 100%;
  float: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.cart__error {
  margin: 0.625rem 0;
  padding: 0 0.9375rem;
}
.cart__qty {
  width: 100%;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 50em) {
  .cart__qty {
    padding-right: 0;
  }
}
.cart__qty .qty {
  width: 100%;
  max-width: 8.75rem;
  height: 3.5625rem;
  border-radius: 0.25rem;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .cart__qty .qty {
    max-width: 100%;
  }
}
.cart__qty .qty input {
  width: 3.125rem !important;
  height: 2.1875rem !important;
  margin: 0 0.625rem !important;
  border: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  -moz-appearance: textfield !important;
}
.cart__qty .qty input::-webkit-outer-spin-button, .cart__qty .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.cart__qty .qty button {
  height: 0.9375rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.375rem;
}
.cart__qty .button {
  min-width: 5.375rem;
  width: 5.375rem;
  min-height: 1.3125rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.5625rem;
  font-size: 0.8125rem;
  margin-top: 0.625rem;
  display: none;
  transition: opacity 1s ease-in-out;
}
.cart__qty .button.active {
  display: block;
}
.cart--delivery-note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 0.3125rem;
  border: 0.125rem solid #f15a24;
  border-radius: 0.1875rem;
  gap: 0.375rem;
}
.cart--delivery-note p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  margin: 0;
}
.cart--delivery-note p span {
  font-weight: 700;
}
.cart__wrapper {
  display: grid;
  grid-template-columns: 100%;
}
.cart__table {
  margin: 0.9375rem 0 3.125rem 0;
}
.cart__table--body {
  width: 100%;
}
.cart__table--headings {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 15% 25% 10%;
  background-color: #E2E2E2;
  border-radius: 0.25rem;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 1.5625rem;
}
.cart__table--headings div {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
}
.cart__table--headings div:last-child {
  text-align: center;
}
@media screen and (max-width: 50em) {
  .cart__table--headings {
    display: none;
  }
}
.cart__table--row {
  width: 100%;
}
.cart__table--row--bundles {
  display: none;
}
.cart__table--row--bundles.show {
  display: block;
}
.cart__table--row--inner {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 15% 25% 10%;
  padding: 2.375rem 0;
  border-bottom: 0.0625rem solid #DDD;
}
.cart__table--row--inner.customisation-row {
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 50em) {
  .cart__table--row--inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 0.9375rem;
    grid-auto-flow: dense;
  }
}
.cart__table-cell--center {
  text-align: center;
  width: 100%;
}
.cart__table-cell--product {
  grid-row: span 2;
}
.cart__table-cell--price .cart__price:first-child {
  height: 8.75rem;
}
@media screen and (max-width: 50em) {
  .cart__table-cell--price {
    display: none;
  }
}
.cart__table-cell--remove {
  grid-row: auto;
}
@media screen and (max-width: 50em) {
  .cart__table-cell--remove {
    grid-row: 5 !important;
  }
}
.cart__table-cell--total {
  grid-row: auto;
  grid-column: span 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-family: "Montserrat", Arial, sans-serif;
}
@media screen and (max-width: 50em) {
  .cart__table-cell--total {
    align-items: center;
    justify-content: space-around;
    grid-row: 4 !important;
  }
  .cart__table-cell--total .cart-total {
    width: 100%;
  }
}
@media screen and (max-width: 50em) {
  .cart__table-cell {
    grid-row: auto;
    grid-column: auto;
  }
}
.cart__bundle {
  display: flex;
  justify-content: end;
  gap: 2.1875rem;
}
.cart__bundle .bundle-row {
  width: 64.375rem;
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #DDD;
  padding: 2.5rem 0;
}
.cart__bundle .bundle-row .details {
  width: 100%;
  max-width: 51.25rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.cart__bundle .bundle-row .details .name {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #2587bc;
  margin-bottom: 0.375rem;
}
.cart__bundle .bundle-row .details .specs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart__bundle .bundle-row .details .specs ul li {
  font-size: 0.875rem;
  font-weight: normal;
}
.cart__bundle .bundle-row .details .specs ul li span {
  font-weight: 600;
  text-transform: capitalize;
}
.cart__product {
  width: 100%;
  display: flex;
}
.cart__product .product-images {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 34.375em) {
  .cart__product {
    padding: 0;
    grid-gap: 0.9375rem;
    flex-direction: row;
  }
}
.cart__product .image.brand-image {
  width: 8.75rem;
  height: 5rem;
}
.cart__product .image.product-image {
  width: 8.75rem;
  height: 8.75rem;
}
.cart__product .image {
  border-radius: 0.25rem;
  background: #fefefe;
  border: 1px solid #EFEFEF;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 34.375em) {
  .cart__product .image {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.cart__product .image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  object-fit: contain;
  object-position: center;
}
.cart__product .image .button {
  min-width: 100%;
}
.cart__product .details {
  width: calc(100% - 104px);
  padding-left: 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Montserrat", Arial, sans-serif;
}
.cart__product .details .price {
  display: none;
}
@media screen and (max-width: 50em) {
  .cart__product .details .price {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
}
.cart__product .details .tag {
  padding: 0.375rem 0.75rem;
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 34.375em) {
  .cart__product .details {
    width: 100%;
    padding-left: 0;
  }
}
.cart__product .details .options a.btn {
  font-weight: bold;
  display: flex;
  color: #000;
  padding: 0.8125rem;
  border: 2px solid;
  border-radius: 6px;
  margin-top: 1.375rem;
  gap: 0.4375rem;
}
.cart__product .details .product-code span {
  font-weight: 700;
}
.cart__product .details .name a {
  color: #2587bc;
  font-weight: 500;
  font-size: 1.25rem;
}
.cart__product .details .name {
  margin-bottom: 0.375rem 0;
}
.cart__product .details .specs ul {
  list-style-type: none;
  margin: 10px 0px;
  padding: 0;
  flex: 1 0 0;
}
.cart__product .details .specs ul li {
  margin: 0;
}
.cart__product .details .specs ul li span {
  font-weight: 600;
  text-transform: capitalize;
}
.cart__product .details .customisation {
  line-height: 1rem;
  margin: 1.25rem 0;
}
.cart__product .details .customisation .title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #95CB50;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 34.375em) {
  .cart__product .details .button {
    min-width: 100%;
  }
}
.cart__product .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .cart__product .buttons {
    flex-direction: column;
  }
}
.cart__product--bundle .bundle-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.cart__product--bundle .bundle-buttons .button {
  width: 100%;
  padding: 0 0.625rem;
}
.cart__product--bundle .bundle-buttons .show-bundle-customise-details {
  grid-column: span 2;
}
@media screen and (max-width: 40em) {
  .cart__product--bundle .bundle-buttons .show-bundle-customise-details {
    grid-column: span 1;
  }
}
@media screen and (max-width: 40em) {
  .cart__product--bundle .bundle-buttons {
    grid-template-columns: 1fr;
  }
}
.cart__price {
  position: relative;
}
.cart__price .price {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}
.cart__price .price div {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
}
.cart__price .price span {
  font-size: 0.8125rem;
  font-weight: normal;
  color: #AAA;
}
.cart__price .price.customisation {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .cart__price .price.customisation {
    position: relative;
    transform: none;
    left: 0;
  }
  .cart__price .price.customisation:before {
    content: "Customisation";
  }
}
.cart__total {
  display: flex;
  padding: 1rem 1rem;
  border: 0.0625rem solid #CECECE;
  border-radius: 0.25rem;
}
.cart__total .total {
  line-height: 1.125rem;
  width: 8.125rem;
  font-size: 1.25rem;
}
.cart__total .total-cost {
  line-height: 1.125rem;
  text-align: right;
  font-size: 1.1875rem;
}
@media screen and (max-width: 50em) {
  .cart__total .total-cost {
    width: 100%;
  }
}
.cart__total .total-cost span {
  display: block;
  font-size: 0.75rem;
  color: #AAA;
}
@media screen and (max-width: 50em) {
  .cart__total .total-cost span {
    display: inline-block;
    color: #888;
  }
}
.cart__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  flex-grow: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 32.5em) {
  .cart__buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.cart__buttons.button-row {
  flex-direction: column;
  gap: 0.5rem;
}
.cart__buttons li {
  width: 100%;
}
.cart__buttons li:first-child {
  margin-right: 0.9375rem;
}
.cart__buttons li label {
  cursor: pointer !important;
}
.cart__buttons label {
  padding: 0.9375rem 1.5625rem;
  text-align: center;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #888;
  background-color: #EEE;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
.cart__buttons input {
  display: none;
}
.cart__buttons input:checked + label.cart-register, .cart__buttons input:checked + label.cart-login {
  background-color: #F05A23;
  color: #fff;
}
.cart__buttons input:checked + label.cart-delivery, .cart__buttons input:checked + label.cart-collect {
  background-color: #F05A23;
  color: #fff;
}
.cart__delivery-options-list {
  width: 100%;
}
.cart__delivery-option {
  margin-top: 1.25rem;
  display: none;
}
.cart__delivery-option.show {
  display: block;
}
.cart__delivery-option input:checked + label .box:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-color: #F05A23;
  border-radius: 50%;
  display: block;
}
.cart__delivery-option label {
  display: flex;
  align-items: center;
  padding: 1.125rem 1.375rem;
  border: 0.0625rem solid #DDD;
  border-radius: 0.25rem;
  cursor: pointer;
  margin: 0;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
}
.cart__delivery-option label .box {
  border: 0.0625rem solid #DDD;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__delivery-option label .content {
  font-size: 0.875rem;
  flex: 1 0 0;
  padding: 0 1.375rem;
}
.cart__delivery-option label .content .text,
.cart__delivery-option label .content strong {
  color: #000;
  display: inline-block;
  font-weight: 500;
}
.cart__delivery-option label .content .date {
  color: #000;
  display: block;
}
.cart__delivery-option label .content .date strong {
  color: #F05A23;
  display: inline-block;
}
.cart__delivery-option label .price {
  font-weight: bold;
}
.cart__forms {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  display: block;
  margin: 0 !important;
}
.cart__forms.show {
  max-height: 999999px;
  margin-top: 1.875rem !important;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.cart__forms button {
  width: 100%;
}
.cart__forms > div {
  margin-bottom: 0.625rem;
}
.cart__forms input {
  width: 100%;
  height: 3rem;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0 0.8125rem;
  font-weight: normal;
  font-size: 0.875rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  border: 1px solid #c7c7c7;
  float: none;
}
.cart__forms input:focus {
  box-shadow: none;
}
.cart__remove {
  border-radius: 100%;
  border: 0.1875rem solid red;
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  color: red;
  font-weight: 500;
}
@media screen and (max-width: 50em) {
  .cart__remove {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    padding: 0.625rem 0.9375rem;
    width: 100%;
    height: auto;
    gap: 0.375rem;
  }
  .cart__remove:after {
    content: "Remove";
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Montserrat", Arial, sans-serif;
  }
}
.cart__button {
  width: auto;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  padding: 0.625rem 1.375rem;
  text-align: center;
  border-radius: 0.3125rem;
  line-height: 1.5625rem;
}
.cart__button.toggle-bundle-details {
  position: relative;
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.cart__button--green {
  color: #fefefe;
  background-color: #80b63f;
  border: 0.125rem solid #80b63f;
}
.cart__button--green:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}
.cart__button--small {
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
}
.cart__button--black {
  color: #fefefe;
  background-color: #0a0a0a;
  border: 0.125rem solid #0a0a0a;
}
.cart__button--black:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}
.cart__button--white {
  background-color: #fefefe;
  color: #0a0a0a;
  border: 0.125rem solid #0a0a0a;
}
.cart__button--white:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}
.cart__button.full-width {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__button--blue {
  color: #fefefe;
  background-color: #2580ac;
  border: 0.125rem solid #2580ac;
}
.cart__button--blue:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}
.cart__button--orange {
  color: #fefefe;
  background-color: #80b63f;
  border: 0.125rem solid #80b63f;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1.4375rem;
  padding: 0.625rem 0;
  font-weight: bold;
}
.cart__button--orange:hover {
  background-color: #fefefe;
  color: #000;
}
.cart__bottom-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
}
.cart__bottom-wrapper .cart__boxes,
.cart__bottom-wrapper .cart__details {
  width: 50%;
}
@media screen and (max-width: 63.9375em) {
  .cart__bottom-wrapper {
    flex-direction: column;
  }
  .cart__bottom-wrapper .cart__boxes,
  .cart__bottom-wrapper .cart__details {
    width: 100%;
  }
}
.cart__box {
  width: 100%;
  border-radius: 0.3125rem;
  padding: 2rem;
  display: grid;
  height: auto;
}
.cart__box .title {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}
.cart__box p {
  margin-bottom: 0.3125rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fefefe;
}
.cart__box--blue {
  background-color: #2687BB;
  margin-bottom: 1.875rem;
}
.cart__box--blue .title {
  color: #fefefe;
}
.cart__box form {
  display: flex;
  gap: 0.375rem;
}
.cart__box form input {
  width: 100%;
  float: none;
  margin: 0;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #fefefe;
  padding: 1.625rem 1.25rem;
}
.cart__box form input:focus {
  border: 0.0625rem solid #0a0a0a;
}
.cart__box form input::placeholder {
  font-style: normal !important;
}
.cart__box form button {
  width: 9.375rem;
  height: 100%;
  float: none;
  background-color: #0a0a0a;
  border-radius: 0.375rem;
  border: 0.125rem solid #0a0a0a;
}
.cart__box form button:hover {
  color: #0a0a0a;
  background-color: #fefefe;
}
.cart__details {
  position: relative;
}
@media screen and (max-width: 46.875em) {
  .cart__details {
    width: 100%;
  }
}
.cart__list {
  width: 100%;
  margin: 0;
  font-size: 0;
  padding: 1.625rem 0;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
}
.cart__list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.125rem 2.5rem;
}
.cart__list-item__paylater {
  padding: 0 2.5rem;
}
.cart__list-item__paymentoptions {
  display: flex;
  flex-direction: row;
  align-content: center;
  width: 100%;
  flex-grow: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 0;
  gap: 3px;
}
.cart__list-item__paymentoptions li {
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}
.cart__list-item__paymentoptions li img {
  max-height: 1.75rem;
  border-radius: 5px;
}
.cart__list-item p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.625rem;
}
.cart__list-item img {
  margin: 0 auto;
  max-width: 100%;
}
.cart__list-item img.payment-icons {
  width: 31.25rem;
}
.cart__list-item > span {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  width: 50%;
}
.cart__list-item > span small {
  font-weight: normal;
  font-size: 0.9375rem;
  color: #666;
}
.cart__list-item > span:first-of-type {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 63.9375em) {
  .cart__list-item > span:first-of-type {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.cart__list-item > span:last-of-type {
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 63.9375em) {
  .cart__list-item > span:last-of-type {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.cart__list-item form {
  width: 100%;
  margin-top: 1.25rem;
  gap: 1rem;
}
.cart__list-item--delivery > span {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  display: block;
}
.cart__list-item--delivery > span:first-of-type {
  margin-bottom: 0.625rem;
}
.cart__list-item--delivery > span:last-of-type {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.cart__list-item-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.cart__list-item--grey {
  background-color: #E2E2E2;
  margin-bottom: 0.9375rem;
}
.cart__list-item--grey span {
  font-weight: 900;
  color: #000;
}
.cart__list-item .form__group:first-of-type {
  margin: 1.1875rem 0;
}
.cart__list-item .choices__inner {
  height: 2.5rem;
}
.cart__form-password {
  position: relative;
  width: 100%;
}
.cart__form-password .show-password {
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  transform: translateY(-50%);
  width: auto;
}
.cart__no-items {
  display: flex;
  padding: 1.25rem 4.375rem;
  margin-top: 1.25rem;
  border: 2px solid #000;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
}
.cart__no-items span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5625rem;
}

.listing {
  width: 100%;
  float: left;
  padding-bottom: 1.875rem;
}
.listing__content {
  width: 83.3333333333%;
  float: left;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .listing__content {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .listing__content {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
}
.listing__list {
  width: 100%;
  float: left;
  margin: 1.25rem 0 0 0;
  list-style: none;
}
@media screen and (max-width: 39.9375em) {
  .listing__list {
    margin-top: 0.625rem;
  }
}
.listing__list-item {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .listing__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.listing__list-item:last-child:last-child {
  float: left;
}
.listing__list-item {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 53.125em) {
  .listing__list-item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 53.125em) and (min-width: 40em) {
  .listing__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.listing__list-item--bundle {
  padding: 0;
}
.listing__list-item--bundle .listing__image {
  border: 0 !important;
  height: auto !important;
}
.listing__list-item--bundle .listing__image > a {
  height: initial;
}
.listing__list-item--bundle .listing__image img {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
.listing__image {
  width: 100%;
  position: relative;
  border: 8px solid #f0f0f0;
  margin-bottom: 0.9375rem;
  height: 15.625rem;
}
.listing__image a {
  display: block;
}
.listing__image > a {
  height: 100%;
}
@media screen and (max-width: 39.9375em) {
  .listing__image {
    border: 3px solid #f0f0f0;
    margin-bottom: 0.3125rem;
  }
  .listing__image a {
    z-index: 999;
    position: relative;
  }
}
.listing__product-image {
  max-width: 85%;
  max-height: 100%;
  padding: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 39.9375em) {
  .listing__product-image {
    min-height: 9.375rem;
  }
}
.listing__product-image--bundle {
  width: auto;
  padding: 0;
  max-height: initial !important;
  min-height: initial !important;
}
.listing__organic {
  position: absolute;
  width: 2.625rem;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 10;
}
@media screen and (max-width: 39.9375em) {
  .listing__organic {
    width: 2.125rem;
    top: 0.3125rem;
    left: 0.3125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .listing__new-in img, .listing__top-selling img {
    width: 5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .listing__new-in:before, .listing__new-in:after, .listing__top-selling:before, .listing__top-selling:after {
    display: none;
  }
}
.listing__new-in:before, .listing__top-selling:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid purple;
  border-right: 0;
  top: 7.8125rem;
}
.listing__new-in:after, .listing__top-selling:after {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid purple;
  border-right: 0;
  top: 0;
  left: 7.6875rem;
}
.listing__new-in {
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  z-index: 1000;
}
@media screen and (max-width: 39.9375em) {
  .listing__new-in {
    left: -0.1875rem;
    top: -0.1875rem;
  }
}
.listing__top-selling {
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  z-index: 1000;
}
@media screen and (max-width: 39.9375em) {
  .listing__top-selling {
    left: -0.1875rem;
    top: -0.1875rem;
  }
}
.listing__customisation {
  position: absolute;
  left: 0.3125rem;
  bottom: 0.3125rem;
  z-index: 1000;
}
@media screen and (max-width: 39.9375em) {
  .listing__customisation img {
    max-width: 3.75rem;
  }
}
.listing__brand {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .listing__brand {
    width: 4.375rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
  }
}
.listing__brand:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 109px 109px;
  border-color: transparent transparent #e2e2e2 transparent;
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 39.9375em) {
  .listing__brand:before {
    border-width: 0 0 4.125rem 4.125rem;
    bottom: 0;
    z-index: 1000;
  }
}
.listing__brand img {
  position: relative;
  z-index: 1;
  max-width: 55%;
  float: right;
}
@media screen and (max-width: 39.9375em) {
  .listing__brand img {
    z-index: 1001;
  }
}
.listing__wishlist.save a {
  color: inherit;
}
.listing__wishlist a {
  z-index: 1000;
}
.listing__wishlist a:before {
  content: "\f006";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.875rem;
  background-color: #e2e2e2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 0.625rem;
  top: 0.625rem;
  display: block;
  padding: 0.25rem 0 0 0;
  text-align: center;
  transition: 0.5s ease;
  z-index: 1000;
}
@media screen and (max-width: 39.9375em) {
  .listing__wishlist a:before {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    padding: 0 0 0 0;
    right: 0.3125rem;
    top: 0.3125rem;
  }
}
.listing__wishlist a:hover:before {
  color: #f15a24;
  content: "\f005";
}
.listing__wishlist.added a:before {
  color: #f15a24;
  content: "\f005";
}
.listing__details {
  width: 100%;
  float: left;
  text-align: left;
}
.listing__details h3, .listing__details div {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .listing__details h3, .listing__details div {
    font-size: 0.9375rem;
  }
}
.listing__details .name {
  min-height: 2.625rem;
}
.listing__details .name,
.listing__details .code {
  font-weight: 600;
}
.listing__details .color {
  font-weight: 300;
  font-style: italic;
}
.listing__displaying {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .listing__displaying {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.listing__displaying {
  text-align: left;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 39.9375em) {
  .listing__displaying {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .listing__displaying {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.listing__displaying li {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.listing__displaying .current,
.listing__displaying .total {
  color: #2580ac;
}
.listing .pagination {
  width: 50%;
}
@media screen and (max-width: 39.9375em) {
  .listing .pagination {
    width: 100%;
    text-align: center;
  }
}

.detail {
  width: 100%;
  float: left;
}
.detail .page--contain {
  margin-bottom: 1.875rem;
}
.detail__wishlist a {
  color: inherit;
}
.detail__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: left;
  padding: 0 0.9375rem;
  margin: 0.9375rem 0;
}
@media screen and (max-width: 63.9375em) {
  .detail__top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .detail__top {
    margin-top: 1.875rem;
  }
}
.detail__top ul {
  width: 100%;
  list-style: none;
  margin: 0.9375rem 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
  grid-gap: 19px;
}
@media screen and (max-width: 33.75em) {
  .detail__top ul {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
}
.detail__top ul li {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .detail__top ul li {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
@media screen and (max-width: 33.75em) {
  .detail__top ul li {
    width: 100%;
  }
}
.detail__top ul li .save:before,
.detail__top ul li .email:before,
.detail__top ul li .click-and-collect:before {
  color: #2580ac;
  font-family: "FontAwesome";
  margin-right: 0.9375rem;
  font-size: 1.5625rem;
  font-weight: normal;
}
@media screen and (max-width: 39.9375em) {
  .detail__top ul li .save:before,
  .detail__top ul li .email:before,
  .detail__top ul li .click-and-collect:before {
    font-size: 1.125rem;
    margin-right: 0.625rem;
  }
}
.detail__top ul li .save.added:before {
  color: #fbb03b;
}
.detail__top ul li .save:before {
  content: "\f006";
}
.detail__top ul li .email {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
.detail__top ul li .email:before {
  content: "\f003";
}
.detail__top ul li .click-and-collect {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
.detail__top ul li .click-and-collect:before {
  content: "\f041";
}
.detail__brand {
  width: 7.8125rem;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
}
@media screen and (max-width: 34.375em) {
  .detail__brand {
    margin-bottom: 0.625rem;
    min-height: 4.6875rem;
  }
}
.detail__brand img {
  width: 100%;
  height: auto;
  display: block;
}
.detail .text {
  width: calc(100% - 125px);
  padding-left: 0.9375rem;
}
@media screen and (max-width: 34.375em) {
  .detail .text {
    width: 100%;
    padding-left: 0;
  }
}
.detail__name {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__name {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
}
.detail__code {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .detail__code {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.detail__left {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .detail__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.detail__left {
  padding-right: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__left {
    margin: 0 0 0.9375rem 0;
  }
}
.detail__left .eco-sticker {
  position: absolute;
  top: 2.1875rem;
  left: 2.1875rem;
  z-index: 1;
}
.detail__left .customisation-sticker {
  position: absolute;
  top: 2.1875rem;
  right: 2.1875rem;
  z-index: 1;
}
.detail__left .customisation-sticker img {
  max-width: 6.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .detail__left .customisation-sticker img {
    max-width: 5.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .detail__left .customisation-sticker img {
    max-width: 5rem;
  }
}
.detail__right {
  width: 50%;
  float: left;
  padding-left: 0.3125rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 55em) {
  .detail__left, .detail__right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 55em) and (min-width: 40em) {
  .detail__left, .detail__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.detail__accordion {
  width: 100%;
  float: left;
  margin: 0;
}
.detail__accordion--margin {
  margin: 0 0 0.9375rem 0;
}
.detail__accordion-item {
  width: 100%;
  float: left;
  border: 0;
}
.detail__accordion-item.is-active .detail__accordion-title {
  border-bottom: 0;
}
.detail__accordion-title {
  width: 100%;
  float: left;
  background-color: #2580ac;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.375rem;
  border: 0;
  border-bottom: 4px solid #fff !important;
  padding: 0.625rem 1.875rem;
}
.detail__accordion-title:before {
  font-size: 2.1875rem;
  top: 1.0625rem;
}
.detail__accordion-title:hover, .detail__accordion-title:focus {
  background-color: #2580ac;
  color: #fff;
}
.detail__accordion-content {
  width: 100%;
  float: left;
  border: 0;
  border-bottom: 4px solid #fff !important;
  background-color: #e2e2e2;
}
.detail__accordion-content ul {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}
.detail__accordion-content ul li {
  width: 20%;
  float: left;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.detail__accordion-content ul li.smaller {
  width: 25%;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__accordion-content ul li {
    width: 30%;
    margin-bottom: 0.625rem;
  }
}
.detail__accordion-content--description p,
.detail__accordion-content--description li {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.125rem;
}
.detail__accordion-content--description ul {
  width: 100%;
  float: left;
  list-style: disc;
  margin: 0 0 0 0.9375rem;
}
.detail__accordion-content--description ul li {
  width: auto;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__information {
    display: none;
  }
}
.detail__options {
  width: 100%;
  float: left;
}
.detail__options .title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.detail__options .title--margin {
  margin-bottom: 0.9375rem;
}
.detail__mobile {
  width: 100%;
  float: left;
  display: none;
  margin-top: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__mobile {
    display: block;
  }
}
.detail__colour {
  width: 100%;
  float: left;
  border-bottom: 0;
  background-color: #e2e2e2;
  padding: 0.9375rem 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__colour {
    padding: 0.9375rem;
  }
}
.detail__colour .title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.detail__colour ul {
  list-style: none;
  width: 100%;
  margin: 0.9375rem 0 0 0;
  float: left;
}
.detail__colour ul li {
  display: inline-block;
  margin-right: 0.3125rem;
  cursor: pointer;
}
.detail__colour ul li .colour {
  width: 40px;
  height: 40px;
}
.detail__colour ul li .colour.selected {
  border: 1px dashed #2587bc;
}
@media screen and (max-width: 39.9375em) {
  .detail__colour--desktop {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .detail__colour--mobile {
    display: none !important;
  }
}
.detail__sizes {
  width: 100%;
  float: left;
  padding: 1.375rem 1.875rem;
  position: relative;
  margin-bottom: 0.8125rem;
  background-color: #fff;
  border: 0.125rem solid #e2e2e2;
}
@media screen and (max-width: 39.9375em) {
  .detail__sizes {
    padding: 0.9375rem;
  }
}
.detail__sizes .subtitle {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.detail__sizes .size-guide {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2580ac;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 600;
}
.detail__sizes .size-guide--relative {
  position: relative !important;
}
@media screen and (max-width: 39.9375em) {
  .detail__sizes .size-guide {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.detail__sizes .size-guide i {
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__sizes .size-guide i {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.detail__dispatch-time {
  display: grid;
  align-items: center;
  grid-template-columns: 0.4fr 1fr;
  padding: 0.75rem 1.25rem;
  border: 0.125rem solid #f05a23;
}
@media screen and (max-width: 33.75em) {
  .detail__dispatch-time {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.detail__dispatch-time .icon {
  text-align: center;
}
.detail__dispatch-time .icon .dpd-logo {
  display: block;
  width: 7.375rem;
  height: auto;
  margin: 0.375rem auto 0 auto;
}
.detail__dispatch-time .dispatch-details div:first-of-type {
  font-weight: 500;
  color: #eb5c28;
}
.detail__dispatch-time .dispatch-details div {
  font-family: "Montserrat", Arial, sans-serif;
}
.detail__paypal_paylater {
  margin: 0.625rem 0;
}
.detail__section {
  width: 100%;
  display: flex;
  padding: 1.875rem;
  position: relative;
  background-color: #e2e2e2;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .detail__section {
    padding: 0.9375rem;
  }
}
.detail__section .total-items span {
  font-weight: bold;
}
.detail__section .total {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0 0 0 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__section .total {
    width: 100%;
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}
.detail__section .price {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin: 0 0 0.3125rem 0;
}
.detail__section .inc-vat,
.detail__section .ex-vat {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.detail__section .inc-vat.available,
.detail__section .ex-vat.available {
  color: #2580ac;
  text-decoration: underline;
}
.detail__section .button-contain {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.625rem;
}
.detail__section .button-contain button {
  width: fit-content;
  min-width: 13.75rem;
  padding: 0.625rem 0.875rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__section .button-contain {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.detail__button--orange {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.detail__button--orange:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .detail__button--orange {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.detail__button--orange {
  font-size: 1.375rem;
  line-height: 1.375rem;
  float: right;
  width: 130px;
  text-align: center;
  padding: 0.625rem 0;
}
.detail__button--full {
  width: 100%;
}
.detail__description {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .detail__description {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.detail__description {
  margin: 0.9375rem 0 3.75rem 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .detail__description {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .detail__description {
    margin-bottom: 0.9375rem;
  }
}
.detail__tabs {
  border: 0;
  width: 100%;
  float: left;
  background: #e2e2e2;
  border-bottom: 3px solid #2587bc;
}
.detail__tab-title {
  background: #e2e2e2;
  border-right: 1px solid #fff;
}
.detail__tab-title:last-child {
  border-right: 0;
}
.detail__tab-title a {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.detail__tab-title a:hover {
  background: #2587bc;
  color: #fff;
}
.detail__tab-title:hover {
  border-right: 1px solid #2587bc;
}
.detail__tab-title.is-active {
  border-right: 1px solid #2587bc;
}
.detail__tab-title.is-active a {
  background: #2587bc;
  color: #fff;
}
.detail__tab-content {
  width: 100%;
  float: left;
  border: 0;
  background: #e2e2e2;
}
.detail__tab-panel {
  padding-bottom: 1.875rem;
}
.detail__tab-panel p,
.detail__tab-panel li {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.125rem;
}
.detail__tab-panel ul {
  width: 100%;
  float: left;
}
.detail__tab-panel ul li {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .detail__desktop {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .detail__mobile {
    display: none !important;
  }
}
.detail__slider {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .detail__slider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.detail__product-sizes {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.6875rem;
  list-style: none;
  padding: 0;
  margin: 1.4375rem 0 0 0;
}
.detail__product-size {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
}
@media screen and (max-width: 25em) {
  .detail__product-size {
    padding: 0.9375rem;
  }
}
.detail__product-size--has-value {
  border: 0.0625rem solid #2587bc;
}
.detail__product-size.on-sale {
  outline: solid red 0.1875rem;
}
.detail__product-size .inner {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 25em) {
  .detail__product-size .inner {
    flex-direction: column;
  }
}
.detail__product-size .content {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  gap: 1.625rem;
}
@media screen and (max-width: 25em) {
  .detail__product-size .content {
    margin-bottom: 0.9375rem;
    text-align: center;
    justify-content: center;
  }
}
.detail__product-size .content .price-diff {
  display: flex;
  gap: 0.625rem;
}
.detail__product-size .content .price-diff .sale {
  width: max-content;
  color: red !important;
  font-weight: 600;
}
.detail__product-size .content .price-diff .was {
  font-size: 0.875rem;
  font-weight: normal;
  color: grey;
  text-decoration: line-through;
}
.detail__product-size .content span:first-of-type {
  min-width: 2.1875rem;
  font-weight: 600;
}
@media screen and (max-width: 25em) {
  .detail__product-size .content span {
    margin-right: 1.875rem;
  }
}
.detail__product-size .content p {
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 25em) {
  .detail__product-size .content p {
    margin: 0;
  }
}
.detail__product-size .content--one-size {
  max-width: 12.5rem;
}
.detail__product-size .quantity {
  margin-left: auto;
}
@media screen and (max-width: 25em) {
  .detail__product-size .quantity {
    margin: 0 auto;
  }
}
.detail__product-size .notify-in-stock {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 25em) {
  .detail__product-size .notify-in-stock {
    margin: 0 auto;
  }
}
.detail__product-size .notify-in-stock span {
  font-weight: 600;
  text-decoration: underline;
}
.detail__product-size .notify-in-stock svg {
  margin-left: 0.5rem;
  transition: ease 0.5s;
}
.detail__product-size .notify-in-stock.active svg {
  transform: rotate(-180deg);
}
.detail__notify {
  width: 100%;
  float: left;
  display: none;
  align-items: center;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 25em) {
  .detail__notify {
    flex-wrap: wrap;
  }
}
.detail__notify input[type=text] {
  flex: 1 0 0;
  margin-right: 0.8125rem;
  height: 2.8125rem;
  border: 0.0625rem solid #e2e2e2;
  box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width: 25em) {
  .detail__notify input[type=text] {
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 0.625rem;
  }
}
.detail__notify input[type=text]:placeholder {
  color: #000;
  font-size: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.detail__notify input[type=text]:-moz-placeholder {
  color: #000;
  font-size: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.detail__notify input[type=text]::-moz-placeholder {
  color: #000;
  font-size: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.detail__notify input[type=text]:-ms-input-placeholder {
  color: #000;
  font-size: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.detail__notify input[type=text]::-webkit-input-placeholder {
  color: #000;
  font-size: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.detail__notify button {
  width: 8.875rem;
  height: 2.8125rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  background-color: #2587bc;
  margin-bottom: 0;
}
@media screen and (max-width: 25em) {
  .detail__notify button {
    width: 100%;
  }
}
.detail__notify.show {
  display: flex;
}

.product-detail__prices {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 12px 0px 0px 0px;
  overflow-x: scroll;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.product-detail__prices::-webkit-scrollbar {
  height: 6px;
}
.product-detail__prices::-webkit-scrollbar-track {
  background: transparent;
}
.product-detail__prices::-webkit-scrollbar-thumb {
  background: #2587bc;
  border-radius: 3px;
}
.product-detail__prices::-webkit-scrollbar-thumb:hover {
  background: rgb(59.48, 161.4, 216.52);
}
.product-detail__prices-item input[type=radio]:checked + label {
  opacity: 1;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.08));
}
.product-detail__prices-item label {
  width: 120px;
  height: 127px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 22px 10px;
  font-family: "Montserrat", Arial, sans-serif;
  border: 2px solid #ececec;
  background: #fff;
  margin: 0px;
  opacity: 0.4;
  cursor: none;
}
.product-detail__prices-item-percent {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #fff;
  background: #f15a24;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  font-weight: 700;
}
.product-detail__prices-item-price {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
}
.product-detail__prices-item-quantity {
  color: #2587bc;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
}

.customise {
  width: 100%;
  float: left;
  position: relative;
}
.customise__currentuploaded {
  width: 100%;
  float: left;
  margin: 0.625rem 0;
}
.customise__currentuploaded img.selected {
  border: 3px solid #f15a24;
}
.customise__button-contain {
  width: 100%;
  float: left;
  text-align: right;
}
.customise__button-contain ul {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .customise__button-contain ul {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.customise__button-contain ul {
  text-align: right;
  margin: 0;
  list-style: none;
}
.customise__button-contain ul li {
  display: inline-block;
  margin-right: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__button-contain ul li {
    display: block;
    margin-right: 0;
    margin-top: -1.25rem;
  }
}
.customise__button-contain ul li:last-child {
  margin-right: 0;
}
.customise__button-contain ul li a, .customise__button-contain ul li button {
  display: block;
  height: 2.1875rem;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.625rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .customise__button-contain ul li a, .customise__button-contain ul li button {
    width: 100%;
    float: left;
    margin-bottom: 0.9375rem;
  }
}
.customise__button-contain ul li .orange {
  background: #f15a24;
}
.customise__button-contain ul li .black {
  background-color: #333;
}
.customise__main-content {
  width: 100%;
  float: left;
  position: relative;
}
.customise__left {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .customise__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.customise__left {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .customise__left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .customise__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .customise__left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 0 0.9375rem 0;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .customise__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.customise__right {
  position: sticky;
  top: 0px;
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .customise__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.customise__right {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .customise__right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 0 0.9375rem 0;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .customise__right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .customise__right .customise__content {
    margin-top: -15 !important;
  }
}
.customise__full {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .customise__full {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.customise__full {
  margin-bottom: 1.875rem;
}
.customise__option {
  display: none;
}
.customise__option.show {
  display: block;
}
.customise__option .heading {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  text-align: center;
  margin: 0.9375rem 0;
}
.customise__option .heading--left {
  text-align: left;
}
.customise__option .description {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: relative;
  max-width: 300px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-bottom: 0.3125rem;
}
.customise__content {
  width: 100%;
  float: left;
  background-color: #e2e2e2;
  margin-bottom: 1.875rem;
}
.customise__content--padding {
  padding: 0.625rem 1.875rem 1.875rem 1.875rem;
}
.customise__content .title {
  margin-top: 0.9375rem;
}
.customise__content .title,
.customise__content .subheading {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 0.3125rem;
  padding: 0 1.875rem;
}
.customise__content .subheading {
  font-weight: normal;
  margin-bottom: 0.9375rem;
}
.customise__content .subheading:before {
  content: "(";
}
.customise__content .subheading:after {
  content: ")";
}
.customise__content .shirt-text {
  width: 40%;
  float: left;
}
.customise__content .shirt-text:last-child:last-child {
  float: left;
}
.customise__content .shirt-text {
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .customise__content .shirt-text {
    width: 100%;
    float: left;
    padding: 0 0.9375rem;
  }
}
.customise__content .text-options {
  width: 60%;
  float: left;
}
.customise__content .text-options:last-child:last-child {
  float: left;
}
.customise__content .text-options {
  padding: 0 1.875rem;
  margin-top: 4.375rem;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .customise__content .text-options {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .customise__content .text-options {
    width: 100%;
    float: left;
    padding: 0 0.9375rem;
    margin-top: 0;
  }
}
.customise__content .text-options ul {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}
.customise__content .text-options ul li {
  width: 100%;
  float: left;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__content .text-options ul li {
    margin-bottom: 0.9375rem;
  }
}
.customise__content .text-options ul li a {
  font-size: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  float: left;
  margin: 0px;
  clear: both;
  width: 140px;
  text-align: center;
}
.customise__content .text-options ul li * {
  float: left;
}
.customise__content .text-options ul li .option-title {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.customise__content .text-options ul li .option-contain {
  margin-left: 0.9375rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.customise__content .text-options ul li .option-contain .colour,
.customise__content .text-options ul li .option-contain .font {
  margin: 0 0.3125rem;
}
.customise__content .text-options ul li .option-contain .font {
  font-style: normal;
}
.customise__heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  float: left;
  background-color: #2580ac;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.375rem;
  padding: 0.625rem 0.9375rem;
}
.customise__offset {
  width: 100%;
  float: left;
}
.customise__offset:last-child:last-child {
  float: left;
}
.customise__offset {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
  gap: 4.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .customise__offset {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 0%;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .customise__offset {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .customise__offset {
    gap: 1rem;
  }
}
.customise__offset .left img:not(.customise__selected),
.customise__offset .right img:not(.customise__selected) {
  border: 0.1875rem solid #fff;
}
.customise__labels {
  display: flex;
  justify-content: center;
  gap: 4.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 63.9375em) {
  .customise__labels {
    gap: 1rem;
  }
}
.customise__labels label {
  width: 17.9375rem;
  display: flex;
  gap: 0.625rem;
  background-color: #fefefe;
  justify-content: space-around;
  margin: 0;
  padding: 0.75rem;
}
.customise__labels input:checked + label {
  border: 0.1875rem solid #f15a24;
}
.customise__labels input:not(:checked) + label {
  border: 0.1875rem solid #fefefe;
}
.customise__label-example img {
  width: 7.125rem;
  height: 7.125rem;
  object-fit: cover;
}
.customise__label-type {
  width: 10.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2580ac;
  font-weight: 500;
  font-size: 1rem;
}
.customise__selected {
  border: 3px solid #f15a24;
}
.customise__button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #8a8a8a;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.customise__button:hover {
  color: #8a8a8a;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .customise__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.customise__button {
  padding: 0.625rem 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: none;
  display: inline-block;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__button {
    width: 100%;
    float: left;
  }
}
.customise__button.selected {
  border-color: #f15a24;
  color: #8a8a8a;
  background-color: #fff;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .customise__button--desktop {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .customise__button--desktop {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .customise__button--mobile {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .customise__button--mobile {
    width: 100%;
    margin: 0;
    margin-bottom: 0.9375rem;
  }
}
.customise__button--orange {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a24;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.customise__button--orange:hover {
  color: #f15a24;
  background-color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .customise__button--orange {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.customise__button--orange {
  padding: 0.5rem 2.5rem;
  float: right;
}
.customise__details {
  padding: 0.9375rem;
  width: 100%;
  float: left;
  position: relative;
}
.customise__details .image {
  width: 30%;
  float: left;
}
.customise__details .image img {
  width: 100%;
  float: left;
}
.customise__details .product-details {
  width: 67%;
  float: left;
  margin: 0;
  margin-left: 3%;
  list-style: none;
}
.customise__details .product-details li {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
.customise .price-list {
  width: 100%;
  float: left;
  margin: 1.3125rem 0 0 0;
  list-style: none;
}
.customise .price-list li {
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0.9375rem;
}
.customise .price-list li .heading {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  font-weight: 600;
}
.customise .price-list li .heading span {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: normal;
}
.customise .price-list li .price {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #f15a24;
  font-weight: 600;
}
.customise .price-list li .price span {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: #000;
}
.customise__logo-position {
  width: 100%;
  float: left;
  padding: 0 0.9375rem 1.875rem 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__logo-position {
    padding: 0 0.9375rem 0 0.9375rem;
  }
}
.customise__logo-position .title {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  margin: 1.875rem 0 0.9375rem 0;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__logo-position .title {
    margin: 0.9375rem 0 0.9375rem 0;
  }
}
.customise__logo-position .left {
  width: 60%;
}
.customise__logo-position .right {
  width: 40%;
}
.customise__logo-position .left,
.customise__logo-position .right {
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .customise__logo-position .left,
  .customise__logo-position .right {
    width: 100%;
  }
}
.customise__list {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}
.customise__list-item {
  width: 20%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.customise__list-item:last-child:last-child {
  float: left;
}
.customise__list-item {
  min-height: 10.625rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__list-item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .customise__list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .customise__list-item:last-child:last-child {
    float: left;
  }
}
.customise__list-item--unavailable {
  position: relative;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.customise__list-item--unavailable:before {
  content: "Position already selected";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0.625rem 0.3125rem;
  background-color: #2587bc;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
}
.customise__list-item img {
  width: 100%;
}
.customise__list-item span {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  margin-top: 0.625rem;
  text-align: center;
  text-transform: capitalize;
}
.customise__list-item--left {
  width: 33.3333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .customise__list-item--left {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .customise__list-item--left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .customise__list-item--left:last-child:last-child {
    float: left;
  }
}
.customise__list-item--right {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.customise__list-item.selected img {
  border: 3px solid #f15a24;
}

.customise-options__title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  float: left;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-bottom: 0.9375rem;
}
.customise-options__left, .customise-options__right {
  width: 50%;
  float: left;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .customise-options__left, .customise-options__right {
    width: 100%;
    float: left;
  }
}
.customise-options__left .form__input--select2.select2-selection, .customise-options__right .form__input--select2.select2-selection {
  border-radius: 0 !important;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000 !important;
  font-weight: bold;
  padding: 0.625rem 0.3125rem;
  height: 50px;
}
.customise-options__left .form__input--select2.select2-selection .select2-selection__arrow, .customise-options__right .form__input--select2.select2-selection .select2-selection__arrow {
  top: 7px;
  right: 0.9375rem;
}
.customise-options__left .form__input--select2.select2-selection .select2-selection__arrow b, .customise-options__right .form__input--select2.select2-selection .select2-selection__arrow b {
  border-color: #2580ac transparent transparent;
  border-width: 13px 9px 0;
}
.customise-options__left .select2-container, .customise-options__right .select2-container {
  float: left;
  margin-right: 1%;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #f3f3f3;
}
@media screen and (max-width: 39.9375em) {
  .customise-options__left .select2-container, .customise-options__right .select2-container {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.customise-options__left .select2-container:focus, .customise-options__right .select2-container:focus {
  box-shadow: none;
  border-color: #2587bc;
}
.customise-options__left .select2-container .select2-dropdown, .customise-options__right .select2-container .select2-dropdown {
  border: 0;
}
.customise-options__left {
  padding-right: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .customise-options__left {
    padding-right: 0;
  }
}
.customise-options__right {
  padding-left: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .customise-options__right {
    padding-left: 0;
  }
}

.upload__left {
  width: 50%;
  float: left;
  text-align: left;
  padding: 1.875rem 0.9375rem 1.875rem 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .upload__left {
    width: 100%;
    float: left;
    padding: 0.9375rem;
  }
}
.upload__left .subtitle {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.upload__left p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0.3125rem;
}
.upload__left p:last-child {
  margin-bottom: 0.625rem;
}

.upload__right {
  width: 50%;
  float: left;
  padding: 1.875rem 1.875rem 1.875rem 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .upload__right {
    width: 100%;
    float: left;
    padding: 0.9375rem;
  }
}
.upload__right .subtitle {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.upload__right p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0.3125rem;
}
.upload__right p:last-child {
  margin-bottom: 0.625rem;
}

.brands {
  width: 100%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .brands {
    padding-top: 0.9375rem;
  }
}
.brands__top {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .brands__top {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.brands__top p {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.125rem;
}
.brands__letters, .brands__letter {
  display: flex;
  justify-content: center;
}
.brands__letters {
  flex-wrap: wrap;
  padding: 0 0.25rem;
  margin: 0.75rem 0;
  gap: 0.5rem;
}
.brands__letter {
  width: 2.125rem;
  height: 2.125rem;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.125rem;
  background-color: #CCC;
  color: #000;
}
.brands__letter.active {
  background-color: #2487BB;
  color: #fff;
}
.brands__letter.disabled {
  background-color: #EEE;
  color: #AAA;
  cursor: default;
}
.brands__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  list-style: none;
  padding: 0 0.9375rem;
  grid-gap: 1.25rem;
}
@media screen and (max-width: 57.1875em) {
  .brands__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 38.125em) {
  .brands__list {
    grid-template-columns: 100%;
  }
}
.brands__list-item {
  width: 100%;
  display: grid;
}
.brands__content {
  height: 21.875rem;
}
.brands__content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #e2e2e2;
  padding: 1.875rem;
}

.account {
  padding: 60px 0px 102px 0px;
  border-top: 1px solid #D9D9D9;
  float: left;
  width: 100%;
}
.account-container {
  width: 100%;
  max-width: 1262px;
  padding: 0px 16px;
  margin: auto;
}
.account__welcome {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
}
.account__grid {
  display: grid;
  grid-template-columns: 232px 1fr;
  gap: 60px;
}
@media screen and (max-width: 56.25em) {
  .account__grid {
    grid-template-columns: 100%;
  }
}
.account__tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account__tab {
  padding: 20px;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}
.account__tab:hover {
  background: #2587bc;
  color: #fff;
}
.account__tab--active {
  background: #2587bc;
  color: #fff;
}
.account__tab--logout {
  border: 2px solid #f15a24;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__tab--logout:hover {
  background: #f15a24;
}
.account__tab--logout:hover svg path {
  fill: white;
}
.account__block {
  display: none;
  width: 100%;
}
.account__block--active {
  display: block;
}
.account__block-title {
  color: #2587bc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.account__button {
  display: flex;
  padding: 14px 17px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #000;
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.account__button-control {
  margin-top: 20px;
  width: 197px;
}
.account__addresses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account__address {
  padding: 32px;
  border-radius: 5px;
  border: 1px solid #DDD;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 40em) {
  .account__address {
    flex-direction: column;
  }
}
.account__address-type {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.account__address-right {
  width: 148px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 40em) {
  .account__address-right {
    width: 100%;
  }
}
.account__address-right-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  color: white;
  width: 100%;
}
.account__address-right-button--edit {
  background: #2587bc;
}
.account__address-right-button--delete {
  background: #DC1919;
}
.account__address-right-button:hover {
  color: white;
}
.account__popup {
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 40em) {
  .account__popup {
    border-radius: 0px;
    padding: 20px;
  }
}
.account__popup .close-button {
  top: 32px;
  right: 32px;
}
.account__popup-title {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
  max-width: calc(100% - 72px);
}
.account__wishlist {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 80em) {
  .account__wishlist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 56.25em) {
  .account__wishlist {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 48em) {
  .account__wishlist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 30em) {
  .account__wishlist {
    grid-template-columns: 1fr;
  }
}
.account__actions {
  position: relative;
}
.account__actions-button {
  width: 156px;
  min-width: 156px;
  height: 48px;
  background: #2587bc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
}
.account__actions-button svg {
  transition: all 0.3s ease;
}
.account__actions-button--active svg {
  transform: rotate(180deg);
}
.account__actions-list {
  border-radius: 5px;
  border: 1px solid #2587bc;
  background: white;
  flex-direction: column;
  width: 156px;
  min-width: 156px;
  list-style: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 156px;
  min-width: 156px;
  margin: 0px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.account__actions-list-item:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.account__actions-list--active {
  opacity: 100;
  pointer-events: auto;
}
.account__actions-list button, .account__actions-list a {
  padding: 12px 4px;
  width: 156px;
  min-width: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.account__actions-list button:hover, .account__actions-list a:hover {
  color: white;
  background: #2587bc;
}
.account__products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account__products-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.account__products-button {
  display: flex;
  height: 50px;
  padding: 0px 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: rgba(221, 221, 221, 0.5);
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.account__products-button svg {
  transition: all 0.3s ease;
}
.account__products-button--active {
  background: #f15a24;
  color: #fff;
}
.account__products-button--active svg {
  transform: rotate(180deg);
}
.account__products-button--active svg path {
  fill: white;
}
.account__products-block {
  display: none;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 80em) {
  .account__products-block {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 48em) {
  .account__products-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 30em) {
  .account__products-block {
    grid-template-columns: 1fr;
  }
}
.account__products-block--active {
  display: grid;
}

.account__orders {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account__orders .account__orders-header {
  display: none;
  font-weight: 700;
  background: rgba(221, 221, 221, 0.3137254902);
  border-radius: 5px;
  padding: 15px 32px;
}
.account__orders .account__orders-header-cell {
  flex: 1;
  text-align: left;
}
.account__orders .account__orders-header-cell--actions {
  text-align: right;
}
.account__orders .account__orders-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account__orders .account__orders-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #fff;
}
.account__orders .account__orders-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account__orders .account__orders-cell--actions {
  align-items: flex-start;
}
.account__orders .account__orders-cell-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
}
.account__orders .account__orders-cell-value {
  font-size: 14px;
  font-weight: 500;
}
.account__orders .account__orders-actions {
  width: 100%;
  max-width: 220px;
}
.account__orders {
  /* --------- TABLE-LIKE MODES ---------
     640–900px and ≥1280px
  ------------------------------------ */
}
@media (min-width: 640px) and (max-width: 899.98px), (min-width: 1024px) {
  .account__orders .account__orders-header {
    display: flex;
  }
  .account__orders .account__orders-body {
    gap: 12px;
  }
  .account__orders .account__orders-row {
    flex-direction: row;
    align-items: center;
  }
  .account__orders .account__orders-cell {
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .account__orders .account__orders-cell--actions {
    justify-content: flex-end;
  }
  .account__orders .account__orders-cell-label {
    display: none;
  }
  .account__orders .account__orders-cell-value {
    font-size: 14px;
  }
  .account__orders .account__orders-actions {
    max-width: 180px;
  }
}
.account__orders {
  /* Returns table specific column widths - only affects tables with --returns modifier */
}
@media (min-width: 640px) and (max-width: 899.98px), (min-width: 1024px) {
  .account__orders--returns .account__orders-header .account__orders-header-cell--checkbox {
    flex: 0 0 80px;
    max-width: 80px;
    min-width: 80px;
  }
  .account__orders--returns .account__orders-header .account__orders-header-cell--item {
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 280px;
  }
  .account__orders--returns .account__orders-header .account__orders-header-cell--size {
    flex: 0 0 180px;
    max-width: 180px;
    min-width: 180px;
  }
  .account__orders--returns .account__orders-header .account__orders-header-cell--reason {
    flex: 1 1 auto;
    min-width: 300px;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--checkbox {
    flex: 0 0 80px;
    max-width: 80px;
    min-width: 80px;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--item {
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 280px;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--size {
    flex: 0 0 180px;
    max-width: 180px;
    min-width: 180px;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason {
    flex: 1 1 auto;
    min-width: 300px;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason .account__orders-cell-value {
    width: 100%;
    box-sizing: border-box;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason select.form__input--select2 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason .select2-selection {
    width: 100% !important;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason > .account__orders-cell-value > div:first-child {
    width: 100%;
    box-sizing: border-box;
  }
  .account__orders--returns .account__orders-body .account__orders-row .account__orders-cell--reason > .account__orders-cell-value > div:first-child .select2-container {
    width: 100% !important;
  }
}

.form__account .form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.form__account .form__group .toggle-password svg {
  position: absolute;
  right: 16px;
  top: 48px;
}
.form__account .form__label {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.form__account .form__input--account {
  display: flex;
  height: 48px;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.form__account select.form__input--account {
  padding: 0 0 0 20px;
}
.form__account select.form__input--account-select2 {
  width: 100% !important;
}
.form__account .select2-container--default {
  width: 100% !important;
}
.form__account .select2-container--default .select2-selection {
  width: 100% !important;
}
.form__account .form__group .select2-container {
  width: 100% !important;
}
.form__account .form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.form__account .form__radio {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form__account .form__radio input[type=radio] {
  display: none;
}
.form__account .form__radio label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.form__account .form__radio .form__radio-outer {
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}
.form__account .form__radio .form__radio-inner {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #2587bc;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.form__account .form__radio input[type=radio]:checked + label .form__radio-inner {
  opacity: 1;
}

.account-popup-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 40em) {
  .account-popup-2 {
    grid-template-columns: 1fr;
  }
}

.account__order-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 56.25em) {
  .account__order-addresses {
    grid-template-columns: 1fr;
  }
}
.account__order-address {
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 40em) {
  .account__order-address {
    padding: 16px;
  }
}
.account__order-address .address-heading {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.account__order-address .address-detail {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 40em) {
  .account__order-address .address-detail {
    flex-direction: column;
  }
}
.account__order-address .address-detail-title {
  color: #2587bc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.account__order-address .address-detail-item {
  margin-bottom: 0px;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-break: break-all;
}
.account__order-products {
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 32px;
}
@media screen and (max-width: 40em) {
  .account__order-products {
    padding: 16px;
  }
}
.account__order-products-title {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.account__order-products {
  margin-top: 20px;
}

.order-totals {
  margin-top: 24px;
}
.order-totals-title {
  margin-bottom: 8px;
  color: #2587bc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order-totals-item {
  display: flex;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 4px;
  margin-bottom: 8px;
}
.order-totals-item span {
  font-weight: 700;
}

.order-products {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  border-radius: 4px;
  overflow: visible;
}

.order-products__header,
.order-products__row {
  display: flex;
  align-items: center;
}

.order-products__header {
  border-radius: 5px;
  background: rgba(221, 221, 221, 0.5);
  font-weight: 700;
  padding: 0 16px;
}

.order-products__row {
  padding: 0 16px;
}

.order-products__cell {
  flex: 1 1 0;
  padding: 8px 0;
  box-sizing: border-box;
}
.order-products__cell:nth-child(2), .order-products__cell:nth-child(3), .order-products__cell:nth-child(4), .order-products__cell:nth-child(5), .order-products__cell:nth-child(6) {
  text-align: center;
}

.order-products__cell--product {
  flex: 0 0 250px;
  max-width: 250px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

/* Labels hidden on desktop */
.order-products__cell-label {
  display: none;
  font-weight: 600;
  margin-right: 4px;
}

.order-products__cell-value {
  display: inline-block;
}

.order-products__row--even {
  background: #ffffff;
}

.order-products__row--odd {
  background: rgba(236, 236, 236, 0.5);
}

.order-products__row--last {
  border-bottom: 1px solid #ddd;
}

/* ----------------------------- */
/*         MOBILE < 900px        */
/* ----------------------------- */
@media (max-width: 900px) {
  .order-products__header {
    display: none;
  }
  .order-products__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
  }
  .order-products__cell {
    flex: 1 1 100%;
    width: 100%;
    padding: 4px 0;
    text-align: left !important;
  }
  .order-products__cell--product {
    max-width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
  }
  .order-products__cell-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
  }
  .order-products__cell-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
}
.order-products__customisation-button {
  display: flex;
  height: 40px;
  background: #2587bc;
  font-family: "Montserrat", Arial, sans-serif;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: white;
  padding: 8px;
  width: 100%;
}

.order-products__customisation {
  position: absolute;
  left: 100%;
  top: -50px;
  background: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 12px;
  border-radius: 5px;
  min-width: 250px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-out;
}
.order-products__customisation--active {
  opacity: 100;
  pointer-events: auto;
}
@media screen and (max-width: 56.25em) {
  .order-products__customisation {
    left: 0;
    top: 0;
  }
}

.order-products__customisation-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-products__customisation-row {
  display: flex;
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
.order-products__customisation-row span {
  font-weight: bold;
  margin-right: 4px;
}
.order-products__customisation-row p {
  margin-bottom: 0;
}

.order-products__image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.order-products__image-modal.order-products__image-modal--active {
  display: flex;
}

.order-products__image-modal-inner {
  position: relative;
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  max-width: 90vw;
  max-height: 90vh;
}

.order-products__image-modal-img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
}

.order-products__image-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.order-products__image-button {
  color: #2587bc;
  text-decoration: underline;
  margin-top: 2px;
}

.account__preset-product {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.account__preset-product .product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.account__preset-product .product-card__account-actions {
  width: 100%;
  margin-top: auto;
  padding: 5px;
  position: relative;
}
.account__preset-product .product-card__account-actions .account__actions {
  width: 100%;
}
.account__preset-product .product-card__account-actions .account__actions .account__actions-button {
  width: 100%;
}
.account__preset-product .product-card__account-actions .account__actions .account__actions-list {
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
}
.account__preset-product .product-card__account-actions .account__actions .account__actions-list button, .account__preset-product .product-card__account-actions .account__actions .account__actions-list a {
  width: 100%;
  min-width: 100%;
}

.login {
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  padding-bottom: 10rem;
}
@media screen and (max-width: 39.9375em) {
  .login {
    padding: 0.9375rem;
  }
}
.login--contain {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.login--contain::before, .login--contain::after {
  content: " ";
  display: table;
}
.login--contain::after {
  clear: both;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .login__container {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  .login__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.login__border {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .login__border {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.login__border {
  border-top: 2px solid #e1e0e1;
  margin-bottom: 0.9375rem;
}
.login__left {
  width: 50%;
  float: left;
  padding-right: 0.46875rem;
}
@media screen and (max-width: 39.9375em) {
  .login__left {
    width: 100%;
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}
.login__left input[type=checkbox] {
  margin-bottom: -0.25rem;
  margin-left: 0.625rem;
}
.login__left p {
  font-family: inherit;
  font-weight: 600;
  color: #2587bc;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 2.5rem 2.5rem 0 2.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .login__left p {
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
  }
}
.login__left span.remember {
  width: 100%;
  float: left;
  font-family: inherit;
  font-weight: 500;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-align: right;
  margin-top: 0.9375rem;
}
.login__right {
  width: 50%;
  float: left;
  padding-left: 0.46875rem;
}
@media screen and (max-width: 39.9375em) {
  .login__right {
    width: 100%;
    padding: 0;
  }
}
.login__right p {
  font-family: inherit;
  font-weight: 600;
  color: #2587bc;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 2.5rem 2.5rem 0 2.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .login__right p {
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
  }
}
.login__right select {
  width: 100% !important;
}
.login__right .select2-container {
  margin-bottom: 0.625rem;
}
.login__right input[type=checkbox] {
  margin-bottom: -0.25rem;
  margin-left: 0.625rem;
}
.login__right input[type=checkbox]:last-child {
  margin-top: 0;
}
.login__right span.required:first-of-type:before {
  width: 100%;
  float: left;
  font-family: inherit;
  font-weight: 500;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-align: left;
  margin-top: 0.9375rem;
  content: "Required*";
}
@media screen and (max-width: 39.9375em) {
  .login__right span.required:first-of-type:before {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0.625rem;
  }
}
.login__right span.checkbox_wrap {
  display: flex;
  justify-content: end;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  color: #000;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-align: right;
  margin-top: 0.9375rem;
}
.login__right span.checkbox_wrap:last-of-type {
  margin-top: 5px;
  margin-bottom: 1.5625rem;
}
.login__content {
  width: 100%;
  float: left;
  background-color: #fff;
}
.login__title {
  width: 100%;
  background-color: #2587bc;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
  padding: 0.9375rem;
}
.login__forgotten-wrap {
  display: none;
}
.login__forgot {
  width: 100%;
  float: left;
  text-align: center;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #2587bc;
  text-decoration: underline;
}
.login__button {
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #2587bc;
  background-color: #2587bc;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.625rem 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .login__button {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 0.3125rem;
  }
}
.login__button--register {
  background-color: #ffffff;
  color: #2587bc;
  border-color: #ffffff;
  margin-top: 1.8125rem;
}
.login__form-left, .login__form-right {
  width: 50%;
  float: left;
}
.login__form-left {
  padding-right: 0.46875rem;
}
.login__form-right {
  padding-left: 0.46875rem;
}
.login__address {
  width: 100%;
  float: left;
  margin-top: -0.3125rem;
  max-height: 29px;
  overflow: hidden;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.login__address.show {
  max-height: 1000px;
}
.login__address a {
  float: right;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0.9375rem;
}
.login__label {
  float: left;
  font-family: inherit;
  text-align: right;
  width: 100%;
  color: #2587bc;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: -0.3125rem;
  margin-bottom: 0.9375rem;
}

.search {
  width: 100%;
  float: left;
  background-color: #fff;
  position: absolute;
  top: 3.125rem;
  left: 0;
  display: none;
  z-index: 998899;
}
.search.open {
  display: block;
}
.search .search-title {
  width: 100%;
  float: left;
  background-color: #f15a24;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  padding: 0.9375rem;
}
.search .products {
  width: 100%;
  float: left;
}
.search .products ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0.3125rem;
}
.search .products ul li {
  width: 100%;
  float: left;
  margin-bottom: 0.3125rem;
}
.search .products ul li .image {
  width: 9%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .search .products ul li .image {
    width: 15%;
  }
}
.search .products ul li .image img {
  width: 100%;
  border: 1px solid red;
  padding: 0.3125rem;
}
.search .products ul li .text {
  width: 91%;
  float: left;
  padding-left: 0.9375rem;
  padding-top: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .search .products ul li .text {
    width: 75%;
    padding-top: 0;
  }
}
.search .products ul li .text .name {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.search .products ul li .text .price {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #f15a24;
}
.search .popular {
  width: 100%;
  float: left;
}
.search .popular ul {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
  padding: 0.9375rem;
  column-count: 3;
  column-gap: 1.875rem;
}
.search .popular ul li {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  background-image: url("../../images/site/search-icon.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
}
.search .popular ul li:last-child {
  margin: 0;
}
.search .popular ul li a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.search .popular .show-all {
  width: 100%;
  float: left;
  background-color: #f15a24;
  text-align: center;
  padding: 0.9375rem;
}
.search .popular .show-all a {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 0.75rem 2.4375rem;
  border: 2px solid #fff;
  border-radius: 0.3125rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .btn {
    font-size: 1.25rem;
  }
}
.btn:hover {
  color: #fff;
}
.btn--blue {
  background-color: #2587bc;
  color: #fff;
}
.btn--blue:hover {
  color: #fff;
}
.btn--orange {
  background-color: #f15a24;
  border: none;
}
.btn--orange-offer {
  background-color: #E06337;
  color: white;
  border: solid 3px #E06337;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
}
.btn--orange-offer:hover {
  background-color: white;
  color: #E06337;
  border-color: #E06337;
}
.btn--white-offer {
  background-color: #fff;
  color: #FF0202;
  border: solid 3px #fff;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
}
.btn--white-offer:hover {
  background-color: #FF0202;
  color: white;
  border: solid 3px #fff;
}
.btn--black {
  background-color: black;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  width: 10.0625rem;
  height: 3.080625rem;
  border-radius: 5px;
}
.btn--black:hover {
  background-color: rgb(125, 125, 126);
}
.btn--lilac {
  background-color: #794C8D;
}
.btn--green {
  background-color: #80b63f;
  border: none;
}
.btn--yellow {
  background-color: #fbb03b;
}
.btn--category {
  font-size: 1rem;
  padding: 0.625rem 1.125rem;
}
@media screen and (max-width: 67.0625em) {
  .btn--category {
    font-size: 0.875rem;
  }
}

.qty--product {
  position: relative;
  width: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.qty__input {
  width: 100%;
  height: 1.5625rem;
  border: 0;
  -moz-appearance: textfield;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.qty__input::-webkit-outer-spin-button, .qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty__spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}
.qty__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 5px;
  height: 0.4375rem;
}
.qty__button:before {
  content: attr(data-fa-icon);
  font-family: "FontAwesome";
  font-weight: 900;
}
.about {
  width: 100%;
  float: left;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 60px;
}
.about-container {
  width: 100%;
  max-width: 1262px;
  padding: 0px 16px;
  margin: auto;
}
.about__top {
  padding: 80px 0px;
}
@media screen and (max-width: 64em) {
  .about__top {
    padding: 80px 0px 120px 0px;
  }
}
.about__top-blocks {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 64em) {
  .about__top-blocks {
    flex-direction: column;
    gap: 32px;
  }
}
.about__top-title {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 310px;
  min-width: 310px;
}
@media screen and (max-width: 64em) {
  .about__top-title {
    width: 100%;
    min-width: 100%;
  }
}
.about__top-text p {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}
.about__top-text {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}
.about__gallery .about-container {
  overflow: visible;
  position: relative;
}
.about__gallery-scroll {
  position: absolute;
  top: -100px;
  left: 0px;
  animation: rotateScroll 5s infinite;
  z-index: 1;
}
@keyframes rotateScroll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.about__gallery-started {
  position: absolute;
  top: -120px;
  left: 90%;
  transform: rotate(11deg);
}
@media screen and (min-width: 31.3125em) {
  .about__gallery-started {
    min-width: 120px !important;
    max-width: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 31.25em) {
  .about__gallery-started {
    left: unset;
    right: 8px;
    top: -90px;
    min-width: 80px !important;
    max-width: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    height: 80px;
    width: 80px;
  }
}
.about__gallery-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  margin-inline: calc(-1 * (50vw - 50%));
  padding-inline: calc(50vw - 50%);
  /* Hide scrollbar for WebKit browsers (Chrome, Safari, Edge) */
}
.about__gallery-track::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.about__gallery-track {
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
  /* Hide scrollbar for IE/Edge Legacy */
  -ms-overflow-style: none;
}
.about__gallery-track.is-grabbing {
  scroll-behavior: auto;
  cursor: grabbing;
}
.about__gallery-item {
  flex: 0 0 auto;
}
.about__gallery-item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about__gallery-item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__gallery-item-image {
  overflow: hidden;
  width: auto;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 31.25em) {
  .about__gallery-item-image {
    width: 100%;
    height: auto;
  }
}
.about__gallery-item-text {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 360px;
  position: relative;
  z-index: 1;
}
.about__gallery-item-text p {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__gallery-item--1 {
  margin-top: 24px;
}
.about__gallery-item--1 .about__gallery-item-image {
  max-height: 483px;
}
.about__gallery-item--2 .about__gallery-item-image {
  max-height: 400px;
}
.about__gallery-item--3 {
  max-height: 400px;
}
.about__gallery-item--3 .about__gallery-item-image {
  margin-top: 61px;
}
.about__gallery-item--4 .about__gallery-item-image {
  max-height: 400px;
}
@media screen and (max-width: 31.25em) {
  .about__gallery-item {
    height: auto;
    max-width: 80%;
  }
}
.about__why-choose {
  margin-top: 112px;
  display: flex;
  position: relative;
  overflow: hidden;
  background: #2580ac;
}
@media screen and (max-width: 56.25em) {
  .about__why-choose {
    flex-direction: column;
  }
}
.about__why-choose .slick-list, .about__why-choose .slick-track, .about__why-choose .slick-slide {
  height: 100% !important;
}
.about__why-choose-images {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 56.25em) {
  .about__why-choose-images {
    width: 100vw;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
    top: unset;
    left: unset;
  }
}
.about__why-choose-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about__why-choose-text {
  width: 50%;
  padding: 6.25rem 0 5.625rem 3.75rem;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 56.25em) {
  .about__why-choose-text {
    width: 100%;
    height: auto;
    padding: 3.75rem 0;
  }
}
.about__why-choose-title {
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
.about__why-choose-slide-title {
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
}
.about__why-choose-slide-text {
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__why-choose-nav {
  display: flex;
  gap: 15px;
}
.about__why-choose-nav .disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.about__videos {
  padding: 72px 0px;
}
.about__videos-title {
  color: #000;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0px auto 40px auto;
  max-width: 711px;
}
.about__videos-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: auto;
}
@media screen and (max-width: 56.25em) {
  .about__videos-blocks {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.about__videos-blocks--single {
  grid-template-columns: 1fr;
  justify-items: center;
}
.about__videos-blocks--single .about__videos-block {
  max-width: 615px;
  width: 100%;
}
.about__videos-block {
  border-radius: 15px;
  overflow: hidden;
}
.about__videos-block iframe {
  max-width: 100% !important;
  width: 100% !important;
}
/*# sourceMappingURL=app.min.css.map */
