@charset "UTF-8";
@import url("https://use.typekit.net/cdm2rpe.css");
.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

html {
  font-size: 16px;
  min-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000; /*overflow-x: hidden;*/
}

body {
  background-color: #fff;
  color: #b9b8b8;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  background-color: #000; /*overflow-x: hidden;*/
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap, a.imgwrap:hover {
  border: none;
  background: none;
}

video {
  height: auto;
  max-width: 100%;
}

embed, iframe, object {
  max-width: 100%;
  height: auto;
}

a {
  color: #98fb98;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:active {
  outline-style: none;
  color: #36f736;
}

.basetext, ul li, ol li, q, cite, p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
}
.btn a:hover, .search-form .search-submit a:hover, button a:hover,
input[type=button] a:hover,
input[type=submit] a:hover {
  border-bottom: 1.5px solid #98fb98;
}

.pill a {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 5rem;
  background-color: transparent;
  display: inline-block;
  padding: 22px 29px;
  border: 1.5px solid #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.pill a:hover {
  color: #000;
  background-color: #fff;
}

.social-icons p {
  top: 2px;
  height: 25px;
}
.social-icons p svg {
  width: 100%;
  max-width: 25px;
  height: auto !important;
  max-height: 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social-icons p .social-icon {
  fill: #98fb98;
}
.social-icons p .social-icon:hover {
  fill: #fff;
}
.social-icons p .facebook,
.social-icons p .twitter,
.social-icons p .linkedin,
.social-icons p .instagram,
.social-icons p .gbp,
.social-icons p .youtube {
  fill: #98fb98;
}
.social-icons p svg path {
  fill: inherit;
}
.social-icons p a {
  display: inline-block;
  height: 25px;
  margin-left: 5px;
}
.social-icons p a:hover svg {
  fill: #fff;
}

hr {
  border: 0;
  height: 1px;
  background: #f4f4f4;
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.container {
  max-width: 1410px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  .container {
    padding: 0 1.25em;
  }
}
.tl {
  background-position: left top;
}

.tc {
  background-position: center top;
}

.tr {
  background-position: right top;
}

.cl {
  background-position: left center;
}

.cc {
  background-position: center center;
}

.cr {
  background-position: right center;
}

.bl {
  background-position: left bottom;
}

.bc {
  background-position: center bottom;
}

.br {
  background-position: right bottom;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
}

h1, .h1 {
  font-size: clamp(3.75rem, 2.927rem + 1.715vw, 4.438rem);
  line-height: 93%;
  font-weight: 900;
}

h2, .h2 {
  font-size: clamp(3.75rem, 2.927rem + 1.715vw, 4.438rem);
  line-height: 93%;
  font-weight: 900;
}
h2 span, .h2 span {
  font-family: "avalanche", Arial, Helvetica, sans-serif;
  font-size: clamp(4.6rem, 3.598rem + 2.088vw, 5.438rem);
  letter-spacing: 0.04em;
  line-height: 70%;
  color: #98fb98;
  font-weight: 400;
}

h3, .h3 {
  font-size: clamp(2.5rem, 1.228rem + 2.649vw, 3.563rem);
  line-height: 120%;
}

h4, .h4 {
  font-size: clamp(1.25rem, 0.727rem + 1.09vw, 1.688rem);
  line-height: 130%;
}

p {
  font-size: clamp(1rem, 0.925rem + 0.156vw, 1.063rem);
  line-height: 155%;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.01em;
}

.eyebrow {
  font-size: 0.75rem;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
}

blockquote {
  position: relative;
  text-align: center;
  margin: 50px 0;
  border: 4px solid #282828;
  border-radius: 15px;
}
blockquote:before {
  content: "";
  position: absolute;
  top: -21px;
  left: calc(50% - 54px);
  width: 108px;
  height: 43px;
  background-color: #000;
  background-image: url(../images/pull-quote-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}
blockquote p {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 0.727rem + 1.09vw, 1.688rem);
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 50px 2.25em;
}

.overview-content blockquote {
  padding: 50px 1.25em;
}
.overview-content blockquote:before {
  background-image: url(../images/project-overview-icon.svg);
}
.overview-content blockquote h2 {
  margin: 0 0 10px;
}
.overview-content blockquote p {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: clamp(1rem, 0.925rem + 0.156vw, 1.063rem);
  line-height: 150%;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.005em;
  color: #b9b8b8;
  padding: 0;
}

strong, b {
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}

dfn, cite, em, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #f4f4f4;
  text-decoration: none;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code, samp, pre, kbd, tt, var {
  font-family: Monaco, Courier New, monospace;
}

::-webkit-input-placeholder {
  color: #b9b8b8;
}

:-moz-placeholder {
  color: #b9b8b8;
}

::-moz-placeholder {
  color: #b9b8b8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b9b8b8;
}

fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b9b8b8;
}

.input, select, datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  color: #b9b8b8;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.input:hover, select:hover, datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover {
  border-color: #b3b3b3;
  outline: none;
}
.input:focus, select:focus, datalist:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  border-color: #999999;
  outline: none;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
}

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

textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}
ul, ol {
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
ul li, ol li {
  padding-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table th {
  background-color: #fff;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table caption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b9b8b8;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.menu-active {
  overflow: hidden;
  cursor: none;
}
.menu-active a,
.menu-active button {
  cursor: none;
}
.menu-active a:hover,
.menu-active button:hover {
  cursor: none;
}

.infobar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0 10px;
  background-color: #000;
  z-index: 9999;
}
.infobar p {
  font-size: clamp(0.75rem, 0.6rem + 0.312vw, 0.875rem);
  letter-spacing: 0.015em;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  text-align: center;
  margin: 0;
  color: #fff;
}
.infobar p strong {
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 600;
}
.infobar p span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/offer-bar-starburst.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  top: 5px;
}

.main-header {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .main-header {
    padding: 25px 0 0;
  }
}
.main-header .header-container {
  padding: 0 1.25em;
}
@media screen and (min-width: 768px) {
  .main-header .header-container {
    padding: 0 40px;
  }
}
.main-header .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-header .logo-holder img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .main-header .logo-holder img {
    width: 135px;
  }
}
.main-header .icons-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .icon-holder {
  padding: 10px 0 0;
  margin: 0px 10px;
}
.main-header .icon-holder span {
  display: block;
  width: 23px;
  height: 23px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-header .icon-holder span.search {
  background-image: url(../images/search.svg);
}
.main-header .icon-holder span.basket {
  background-image: url(../images/basket.svg);
}
.main-header .icon-holder span.account {
  background-image: url(../images/account.svg);
}
.main-header .icon-holder svg {
  width: 23px;
  height: 23px;
  fill: #fff;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.main-header .icon-holder svg:hover {
  fill: #98fb98;
}
.main-header .icon-holder.search {
  display: none;
}
@media screen and (min-width: 600px) {
  .main-header .icon-holder.search {
    display: block;
  }
}
.main-header .icon-holder.items-in-basket svg {
  fill: #98fb98;
}
.main-header .search-area {
  display: none;
  position: relative;
  width: 0px;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .main-header .search-area {
    display: block;
  }
}
.main-header .search-area form {
  position: relative;
}
.main-header .search-area label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
}
.main-header .search-area input[type=search] {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  letter-spacing: 0.015em;
  color: #fff;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  margin: 7px 0 0;
  width: 100%;
}
.main-header .search-area input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.main-header .search-area input[type=search]::-moz-placeholder {
  color: #fff;
}
.main-header .search-area input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.main-header .search-area input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.main-header .search-area input[type=search]::placeholder {
  color: #fff;
}
.main-header .search-area button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.main-header .search-area.active {
  width: 300px;
}
.main-header nav {
  margin-left: 15px;
}
.main-header nav ul {
  display: none;
}
@media (min-width: 768px) {
  .main-header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
}
.main-header nav li {
  margin: 0 3px;
}
.main-header .menu-toggle {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 2.625rem;
  padding: 0;
  text-align: center;
  width: 2.625rem;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  z-index: 999999;
}
.main-header .menu-toggle:hover {
  border: 1.5px solid #98fb98;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.main-header .menu-toggle:after {
  display: none;
}
.main-header .menu-toggle .toggle-nav-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.main-header .menu-toggle .toggle-nav-icon {
  fill: white;
  display: inline-block;
  height: 1em;
  margin-top: 0.25rem;
  width: 1em;
}
.main-header .menu-toggle .bar {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: fill 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition: fill 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.main-header .menu-toggle .bar-2-5 {
  opacity: 0;
}
.main-header .menu-toggle:hover .bar {
  fill: #98fb98;
}
.main-header .menu-toggle.active {
  border: 1.5px solid #98fb98;
}
.main-header .menu-toggle.active .bar {
  fill: #98fb98;
}
.main-header .menu-toggle.active .bar-1,
.main-header .menu-toggle.active .bar-3 {
  opacity: 0;
}
.main-header .menu-toggle.active .bar-2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-header .menu-toggle.active .bar-2-5 {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-active .main-header {
  position: fixed;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 999999;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
}
.custom-cursor img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
}

.slide-nav {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9995;
  top: 0;
  right: -100%;
  background-color: #000;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
.slide-nav .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.slide-nav .content-left {
  width: 0%;
  display: none;
}
@media screen and (min-width: 970px) {
  .slide-nav .content-left {
    width: 50%;
    display: block;
  }
}
.slide-nav .content-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 970px) {
  .slide-nav .content-right {
    width: 50%;
  }
}
.slide-nav .image-holder {
  height: 100%;
}
.slide-nav .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.slide-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.slide-nav .nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding-left: 5vw;
}
@media screen and (min-width: 1320px) {
  .slide-nav .nav nav {
    padding-left: 4vw;
  }
}
@media screen and (min-width: 1385px) {
  .slide-nav .nav nav {
    padding-left: 3.5vw;
  }
}
@media screen and (min-width: 1560px) {
  .slide-nav .nav nav {
    padding-left: 8vw;
  }
}
.slide-nav .nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-nav .nav nav ul li {
  position: relative;
  padding: 0;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
}
.slide-nav .nav nav ul li:first-of-type {
  border-top: none;
}
.slide-nav .nav nav ul li a {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  position: relative;
  color: #fff;
  font-size: clamp(2.625rem, 1.279rem + 2.804vw, 3.75rem);
  font-weight: 900;
  line-height: 105%;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.slide-nav .nav nav ul li a:after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 10px;
  width: 100%;
  font-family: "avalanche", Arial, Helvetica, sans-serif;
  background: #000;
  color: #98fb98;
  font-size: clamp(3rem, 0.981rem + 4.207vw, 4.688rem);
  letter-spacing: 0.04em;
  font-weight: 400;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.slide-nav .nav nav ul li a.active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-nav .nav nav ul li:hover > a {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-nav .nav nav ul li ul {
  display: none;
  padding-left: 25px;
  margin: 30px 0;
}
.slide-nav .nav nav ul li ul li a {
  color: #fff;
  font-size: clamp(1.25rem, -0.245rem + 3.115vw, 2.5rem);
  font-weight: 700;
}
.slide-nav .nav nav ul li ul li a:after {
  display: none;
}
.slide-nav .nav nav ul li ul li a:hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  color: #98fb98;
}
.slide-nav p.btn, .slide-nav .search-form p.search-submit, .search-form .slide-nav p.search-submit {
  text-align: center;
}
.slide-nav p.btn a, .slide-nav .search-form p.search-submit a, .search-form .slide-nav p.search-submit a {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
}
.slide-nav p.btn a:hover, .slide-nav .search-form p.search-submit a:hover, .search-form .slide-nav p.search-submit a:hover {
  border-bottom: 1.5px solid #98fb98;
}

.slide-nav.active {
  right: 0;
}

.main-footer p {
  font-size: 0.9375rem;
  color: #b9b8b8;
}
.main-footer a {
  color: #b9b8b8;
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.main-footer a:hover {
  color: #fff;
}
.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer ul li {
  margin: 0;
  padding: 0;
}
.main-footer p.eyebrow {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 5px;
}
.main-footer p.contact {
  margin: 0;
}
.main-footer .footer-top {
  border-top: 2px solid #282828;
  border-bottom: 2px solid #282828;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-top {
    padding: 55px 0 65px;
  }
}
.main-footer .footer-top .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-top .flex-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-footer .footer-top .flex-holder .col {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-top .flex-holder .col {
    width: 23.333%;
    text-align: left;
    margin-bottom: 0;
  }
}
.main-footer .footer-top .flex-holder .col:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-top .flex-holder .col:first-of-type {
    width: 30%;
  }
}
.main-footer .footer-top .flex-holder .col:last-of-type {
  margin-bottom: 0;
}
.main-footer .footer-top .flex-holder .col:nth-of-type(2), .main-footer .footer-top .flex-holder .col:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-top .flex-holder .col:nth-of-type(2), .main-footer .footer-top .flex-holder .col:nth-of-type(3) {
    display: block;
  }
}
.main-footer .footer-top .flex-holder .col .social-icons {
  margin-top: 15px;
}
.main-footer .footer-top .flex-holder .col .social-icons p {
  margin: 0;
}
.main-footer .footer-top .flex-holder .col .social-icons p a {
  margin-left: 0;
  margin-right: 5px;
}
.main-footer .footer-bottom {
  margin: 18px 0;
}
.main-footer .footer-bottom .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-bottom .flex-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-footer .footer-bottom .bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-bottom .bottom-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}
.main-footer .footer-bottom .bottom-left p {
  margin: 0;
}
.main-footer .footer-bottom ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-footer .footer-bottom ul li {
  position: relative;
  padding: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-bottom ul li {
    width: auto;
    padding: 0 30px 0 0;
    text-align: left;
  }
}
.main-footer .footer-bottom ul li:after {
  content: "";
  display: none;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #98fb98;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-bottom ul li:after {
    display: block;
  }
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #b9b8b8;
}
@media screen and (min-width: 768px) {
  .main-footer .footer-bottom p, .main-footer .footer-bottom a {
    width: auto;
    text-align: left;
  }
}
.main-footer .footer-bottom p span, .main-footer .footer-bottom a span {
  color: #fff;
  margin: 0 5px;
}
.main-footer .footer-bottom a {
  color: #b9b8b8;
}
.main-footer .footer-bottom a:hover {
  color: #fff;
}
.main-footer .footer-bottom img {
  width: 236px;
}

/******************************************************************************
********************* NEWS AND UPDATES  
******************************************************************************/
.news-articles,
.latestarticles {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-articles,
  .latestarticles {
    margin: 60px 0 0;
  }
}
.news-articles .intro,
.latestarticles .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px;
}
.news-articles .intro h2,
.latestarticles .intro h2 {
  margin: 0;
}
.news-articles .intro p,
.latestarticles .intro p {
  margin: 0;
}
.news-articles .flex-holder,
.latestarticles .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}
.news-articles .column,
.latestarticles .column {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .news-articles .column,
  .latestarticles .column {
    width: 50%;
  }
}
.news-articles a,
.latestarticles a {
  display: block;
  height: 100%;
}
.news-articles .tile,
.latestarticles .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.news-articles .bgimg,
.latestarticles .bgimg {
  border-radius: 10px;
  overflow: hidden;
}
.news-articles img,
.latestarticles img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.news-articles p,
.latestarticles p {
  font-size: 1rem;
  color: #b9b8b8;
}
.news-articles p.meta,
.latestarticles p.meta {
  color: #fff;
  font-size: 0.688rem;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  margin: 21px 0 10px;
}
.news-articles p.meta span,
.latestarticles p.meta span {
  display: inline-block;
  color: #000;
  background-color: #b1dbdd;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  padding: 1px 10px 3px;
  border-radius: 5rem;
  margin-right: 6px;
}
.news-articles h2,
.latestarticles h2 {
  color: #fff;
  margin: 0;
}
.news-articles .content-bottom p.btn, .news-articles .content-bottom .search-form p.search-submit, .search-form .news-articles .content-bottom p.search-submit,
.latestarticles .content-bottom p.btn,
.latestarticles .content-bottom .search-form p.search-submit,
.search-form .latestarticles .content-bottom p.search-submit {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
}
.news-articles .content-bottom p.btn:hover, .news-articles .content-bottom .search-form p.search-submit:hover, .search-form .news-articles .content-bottom p.search-submit:hover,
.latestarticles .content-bottom p.btn:hover,
.latestarticles .content-bottom .search-form p.search-submit:hover,
.search-form .latestarticles .content-bottom p.search-submit:hover {
  border-bottom: 1.5px solid #98fb98;
}
.news-articles a:hover img,
.latestarticles a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-articles a:hover p.readmore,
.latestarticles a:hover p.readmore {
  color: #ed9114;
}

/*
.latestarticles{
	h2{
		text-align: center;
		padding: 0 1.25em;
	}
	.container{
		@media screen and (max-width: 850px) {
			padding: 0;
		}
	}
	.column{
		padding-left: 0;
	}
}*/
/******************************************************************************
********************* ALL VANS
******************************************************************************/
.all-van-sales {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .all-van-sales {
    margin: 100px 0;
  }
}
.all-van-sales .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px;
}
.all-van-sales .intro h2 {
  margin: 0;
}
.all-van-sales .intro p {
  margin: 0;
}
.all-van-sales .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .all-van-sales .flex-holder {
    margin-left: -18px;
  }
}
.all-van-sales .column {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .all-van-sales .column {
    width: 33.33%;
    padding-left: 18px;
    margin-bottom: 20px;
  }
}
.all-van-sales .content-top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.all-van-sales .content-top .banner {
  position: absolute;
  top: 38px;
  left: -72px;
  z-index: 1;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  background-color: #98fb98;
  color: #000;
  width: 265px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.all-van-sales .content-top .banner.forsale {
  background-color: #98fb98;
}
.all-van-sales .content-top .banner.sold {
  background-color: #e9402f;
}
.all-van-sales .content-top .banner.comingsoon {
  background-color: #ed9114;
}
.all-van-sales .content-top .swiper-arrow {
  width: 24px;
  height: 24px;
  background-image: url(../images/image-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.all-van-sales .content-top .swiper-arrow:after {
  display: none;
}
.all-van-sales .content-top .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.all-van-sales .content-bottom h2 {
  margin: 0 0 5px;
}
.all-van-sales .content-bottom p {
  font-size: 0.9375rem;
  color: #b9b8b8;
  max-width: 85%;
  margin: 0;
}
.all-van-sales .content-bottom p.meta {
  margin: 15px 0;
}
.all-van-sales .content-bottom p.meta span {
  background-color: #b1dbdd;
  color: #000;
  font-size: 0.688rem;
  margin-right: 2px;
  padding: 3px 8px 6px;
  border-radius: 3px;
}
.all-van-sales .content-bottom p.price {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
  color: #b9b8b8;
  margin-top: -4px;
}
.all-van-sales .column img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.all-van-sales .column:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/******************************************************************************
********************* NEWS CATEGORY LINKS
******************************************************************************/
.categories-list {
  margin: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .categories-list {
    margin: 80px 0 45px;
  }
}
.categories-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 768px) {
  .categories-list {
    margin: 30px 0 15px;
  }
}
.categories-list .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .categories-list .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 1.25em);
  }
}
.categories-list .flex-holder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: auto;
  position: relative;
  height: 48px;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.categories-list .flex-holder ul::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
@media screen and (max-width: 768px) {
  .categories-list .flex-holder ul {
    width: 100%;
  }
}
.categories-list .flex-holder ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .categories-list .flex-holder ul li {
    font-size: 12px;
    margin-right: 8px;
  }
}
.categories-list .flex-holder ul li a {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 18px 25px;
  margin-bottom: 0;
  border-radius: 10rem;
  color: #b9b8b8;
  background-color: #282828;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.categories-list .flex-holder ul li a:hover {
  color: #000;
  background-color: #fff;
}
.categories-list .flex-holder ul li a.active {
  color: #000;
  background-color: #fff;
}
.categories-list .catsSwiper {
  width: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .categories-list .catsSwiper {
    width: 100%;
  }
}
.categories-list .catsSwiper ul.swiper-wrapper {
  white-space: nowrap;
  overflow: initial;
}
.categories-list .catsSwiper ul.swiper-wrapper li {
  width: auto;
}

/******************************************************************************
********************* PAGINATION
******************************************************************************/
.pagination {
  position: relative;
  z-index: 1;
}
.pagination .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: rgba(0, 31, 82, 0.06);
  border-top: 2px solid #282828;
  padding-top: 30px;
}
.pagination .container .flex-holder span.eyebrow {
  font-size: 0.8125rem;
  color: #fff;
  margin: 0 15px;
}
.pagination .container .flex-holder .pageination-right .page-numbers {
  display: none;
}
.pagination .container .flex-holder .pageination-right a.next,
.pagination .container .flex-holder .pageination-right a.prev {
  position: relative;
  margin: 0;
  opacity: 1;
  width: 8px;
  height: 17px;
  display: inline-block;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
}
.pagination .container .flex-holder .pageination-right a.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/******************************************************************************
********************* SINGLE POST PAGE
******************************************************************************/
.single-post .overview-content,
.single-project .overview-content {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .single-post .overview-content,
  .single-project .overview-content {
    margin: 60px 0;
  }
}
.single-post .overview-content .container,
.single-project .overview-content .container {
  max-width: 940px;
}
.single-post .galleryimages .container,
.single-project .galleryimages .container {
  max-width: 940px;
}
.single-post .galleryimages .flex-holder,
.single-project .galleryimages .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-post .galleryimages .image-holder,
.single-project .galleryimages .image-holder {
  margin-bottom: 18px;
}
.single-post .galleryimages .image-holder img,
.single-project .galleryimages .image-holder img {
  border-radius: 10px;
}
.single-post .galleryimages.galleryimages1column .image-holder,
.single-project .galleryimages.galleryimages1column .image-holder {
  width: 100%;
}
.single-post .galleryimages.galleryimages1column .image-holder img,
.single-project .galleryimages.galleryimages1column .image-holder img {
  aspect-ratio: 4/2.35;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .galleryimages.galleryimages2columns .image-holder,
.single-project .galleryimages.galleryimages2columns .image-holder {
  width: calc(50% - 9px);
}
.single-post .galleryimages.galleryimages2columns .image-holder img,
.single-project .galleryimages.galleryimages2columns .image-holder img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .galleryimages.galleryimages3columns .flex-holder,
.single-project .galleryimages.galleryimages3columns .flex-holder {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(1), .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(2),
.single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(1),
.single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(2) {
  width: calc(50% - 9px);
}
.single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(1) img, .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(2) img,
.single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(1) img,
.single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(2) img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(3),
.single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(3) {
  width: 100%;
}
.single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(3) img,
.single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(3) img {
  aspect-ratio: 4/2.35;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(1), .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(2), .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(3),
  .single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(1),
  .single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(2),
  .single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(3) {
    width: calc(33% - 9px);
  }
  .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(1) img, .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(2) img, .single-post .galleryimages.galleryimages3columns .image-holder:nth-of-type(3) img,
  .single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(1) img,
  .single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(2) img,
  .single-project .galleryimages.galleryimages3columns .image-holder:nth-of-type(3) img {
    aspect-ratio: 1/1;
  }
}
.single-post .galleryimages.margin-top,
.single-project .galleryimages.margin-top {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single-post .galleryimages.margin-top,
  .single-project .galleryimages.margin-top {
    margin-top: 50px;
  }
}
.single-post .galleryimages.margin-bottom,
.single-project .galleryimages.margin-bottom {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .single-post .galleryimages.margin-bottom,
  .single-project .galleryimages.margin-bottom {
    margin-bottom: 50px;
  }
}

/*-------------------------------------------------------------------------------------------------------------
------------------------------------------------ STANDARD STYLING ---------------------------------------------
-------------------------------------------------------------------------------------------------------------*/
/******************************************************************************
********************* HERO 
******************************************************************************/
.home-hero {
  position: relative;
}
.home-hero .bgimg {
  position: relative;
  height: calc(100vh - 42px);
  min-height: 663px;
  max-height: 600px;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .home-hero .bgimg {
    max-height: 900px;
  }
}
.home-hero .bgimg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.home-hero .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .marquee-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-hero .marquee {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: clamp(5rem, -0.357rem + 14.286vw, 12.5rem);
  letter-spacing: -0.04em;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 0 0 16px;
}
.home-hero .marquee__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 90s linear infinite;
          animation: scroll-left 90s linear infinite;
}
.home-hero .marquee__inner span {
  display: inline-block;
  margin-right: 2.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home-hero .marquee__inner span {
    margin-right: 5.5rem;
  }
}
.home-hero .marquee .icon {
  position: relative;
  display: inline-block;
  height: 77%;
  width: auto;
  background-image: url(../images/hero-text-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/******************************************************************************
********************* INNER HERO  
******************************************************************************/
.hero.inner-hero {
  position: relative;
}
.hero.inner-hero .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.hero.inner-hero .bgimg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.hero.inner-hero .container {
  position: relative;
}
.hero.inner-hero .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 160px 0 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero.inner-hero .flex-holder {
    padding: 152px 0 110px;
  }
}
.hero.inner-hero h1, .hero.inner-hero p.h1 {
  max-width: 900px;
  margin: 0 auto;
  text-wrap: pretty;
}
.hero.inner-hero span.tax {
  display: table;
  width: auto;
  margin: 22px auto 0;
  background-color: #b1dbdd;
  padding: 4px 10px;
  border-radius: 10rem;
}
.hero.inner-hero p.meta {
  color: #fff;
  margin: 20px 0 0;
}
.hero.inner-hero p.meta span.cat {
  color: #000;
  background-color: #b1dbdd;
  padding: 3px 10px 5px;
  border-radius: 10rem;
  margin-right: 6px;
}
.hero.inner-hero p.meta span.date {
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
}

/******************************************************************************
********************* STANDARD CONTENT  
******************************************************************************/
.standard-content {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .standard-content {
    margin: 60px 0;
  }
}
.standard-content .container {
  max-width: 940px;
}
.standard-content h1, .standard-content h2, .standard-content h3, .standard-content h4, .standard-content h5 {
  margin: 1.5em 0 0.25em;
}
.standard-content h1 {
  font-size: clamp(1.5rem, -1.042rem + 5.296vw, 3.625rem);
  line-height: 93%;
  font-weight: 900;
  margin: 1em 0 0.25em;
}
.standard-content h2 {
  font-size: clamp(1.35rem, -0.549rem + 3.956vw, 2.938rem);
  line-height: 100%;
  font-weight: 900;
  margin: 1em 0 0.25em;
}
.standard-content h3 {
  font-size: clamp(1.25rem, 0.727rem + 1.09vw, 1.688rem);
  line-height: 120%;
}
.standard-content h4 {
  font-size: clamp(1rem, 0.551rem + 0.935vw, 1.375rem);
  line-height: 130%;
}
.standard-content p {
  margin-top: 0;
}
.standard-content ul, .standard-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.standard-content ul li, .standard-content ol li {
  position: relative;
  font-size: clamp(1rem, 0.925rem + 0.156vw, 1.063rem);
  line-height: 150%;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  padding-left: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 10px;
}
.standard-content ul li:after, .standard-content ol li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #98fb98;
}
.standard-content ul ul, .standard-content ul ol, .standard-content ol ul, .standard-content ol ol {
  margin-top: 10px;
}
.standard-content .wp-caption {
  position: relative;
  border: none;
  padding: 0;
  margin: 30px 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .standard-content .wp-caption {
    margin: 40px 0;
  }
}
.standard-content .wp-caption-text, .standard-content .gallery-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  color: #000;
  background-color: #b1dbdd;
  font-size: clamp(0.75rem, 0.675rem + 0.156vw, 0.813rem);
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  margin: 0;
  padding: 0 10px 2px;
  border-radius: 3rem;
}
.standard-content img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
.standard-content a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.standard-content a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.standard-content p.btn a, .standard-content .search-form p.search-submit a, .search-form .standard-content p.search-submit a {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
}
.standard-content p.btn a:hover, .standard-content .search-form p.search-submit a:hover, .search-form .standard-content p.search-submit a:hover {
  border-bottom: 1.5px solid #98fb98;
}

/******************************************************************************
********************* CONTENT AND IMAGE 
******************************************************************************/
.contentimage {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contentimage {
    margin: 100px 0;
  }
}
.contentimage .container {
  max-width: 1210px;
}
.contentimage .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contentimage .flex-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contentimage .flex-holder.swap-sides {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .contentimage .flex-holder.swap-sides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.contentimage .content-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentimage .content-left {
    width: 50%;
  }
}
.contentimage .content-right {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contentimage .content-right {
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .contentimage .content-right {
    width: calc(50% - 90px);
  }
}
.contentimage .side-image {
  position: relative;
}
.contentimage .side-image img {
  border-radius: 9px;
  aspect-ratio: 1/1;
}
.contentimage .side-image.green-dots:before,
.contentimage .side-images.green-dots:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  width: 80px;
  height: 80px;
  background-image: url(../images/shapes/dots.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contentimage .side-image.green-dots:before,
  .contentimage .side-images.green-dots:before {
    top: 50px;
    left: -40px;
  }
}
.contentimage .flex-holder.swap-sides .side-image.green-dots:before,
.contentimage .flex-holder.swap-sides .side-images.green-dots:before {
  top: auto;
  left: auto;
  bottom: 20px;
  right: -25px;
}
@media screen and (min-width: 768px) {
  .contentimage .flex-holder.swap-sides .side-image.green-dots:before,
  .contentimage .flex-holder.swap-sides .side-images.green-dots:before {
    bottom: 50px;
    right: -40px;
  }
}
.contentimage .side-image.orange-circle:before,
.contentimage .side-images.orange-circle:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  width: 95px;
  height: 95px;
  background-image: url(../images/shapes/orange-circles.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contentimage .side-image.orange-circle:before,
  .contentimage .side-images.orange-circle:before {
    top: 50px;
    left: -40px;
  }
}
.contentimage .side-image.green-circle:before,
.contentimage .side-images.green-circle:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -25px;
  width: 80px;
  height: 80px;
  background-image: url(../images/shapes/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contentimage .side-image.green-circle:before,
  .contentimage .side-images.green-circle:before {
    bottom: 50px;
    right: -40px;
  }
}
.contentimage h2 {
  margin: 0;
  text-wrap: balance;
}
.contentimage p a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.contentimage p a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.contentimage p.btn, .contentimage .search-form p.search-submit, .search-form .contentimage p.search-submit {
  margin-bottom: 0;
}
.contentimage p.btn a, .contentimage .search-form p.search-submit a, .search-form .contentimage p.search-submit a {
  text-decoration: none;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.contenttwoimages .side-images {
  position: relative;
  aspect-ratio: 1/1;
}
.contenttwoimages .side-images img {
  position: absolute;
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 9px;
}
.contenttwoimages .side-images img.top {
  bottom: 0;
  right: 0;
}
.contenttwoimages .side-images img.bottom {
  top: 0;
  left: 0;
  opacity: 0.8;
}

/******************************************************************************
*********************  Background Text
******************************************************************************/
.backgroundtext {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .backgroundtext {
    display: none;
  }
}
.backgroundtext .bgtext-content {
  position: absolute;
  display: inline-block;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  font-size: 5.4375rem;
  color: #282828;
}

.backgroundtext.with-margin {
  margin: 100px 0;
}
@media screen and (min-width: 768px) {
  .backgroundtext.with-margin {
    margin: 150px 0;
  }
}

/******************************************************************************
*********************  BACKGROUND TEXT IMAGE
******************************************************************************/
.backgroundtextidea {
  position: relative;
  margin: -120px 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .backgroundtextidea {
    display: none;
  }
}
.backgroundtextidea .text {
  width: 100%;
}
.backgroundtextidea img {
  position: relative;
  width: 100%;
}

.backgroundtextidea.with-margin {
  margin: 100px 0;
}
@media screen and (min-width: 768px) {
  .backgroundtextidea.with-margin {
    margin: -50px 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .page-id-10 .backgroundtextidea.with-margin {
    margin: 50px 0;
  }
}

/******************************************************************************
*********************  Icon Columns
******************************************************************************/
.iconcolumncontent {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .iconcolumncontent {
    margin: 100px 0;
  }
}
.iconcolumncontent .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.iconcolumncontent .column {
  width: 83%;
}
@media screen and (min-width: 768px) {
  .iconcolumncontent .column {
    width: calc(50% - 23px);
  }
}
@media screen and (min-width: 1100px) {
  .iconcolumncontent .column {
    width: calc(25% - 23px);
  }
}
.iconcolumncontent .column img {
  width: 53px;
}
.iconcolumncontent .column p.h4 {
  margin: 14px 0 10px;
}
.iconcolumncontent .column p.content {
  margin: 0;
  font-size: 0.9375rem;
}

/******************************************************************************
*********************  BACKGROUND IMAGE CTA
******************************************************************************/
.fullwidthbannercta {
  position: relative;
  z-index: 1;
}
.fullwidthbannercta .bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullwidthbannercta .bgimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullwidthbannercta .bgimage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.fullwidthbannercta .container {
  position: relative;
  max-width: 900px;
}
.fullwidthbannercta .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 115px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fullwidthbannercta .flex-holder {
    padding: 200px 0;
  }
}
.fullwidthbannercta h2 {
  font-size: clamp(4.5rem, 1.284rem + 6.699vw, 7.188rem);
  margin: 0;
}
.fullwidthbannercta p.pill {
  margin: 35px 0 0;
}
.fullwidthbannercta p.pill a:hover {
  background-color: #98fb98;
  border-color: #98fb98;
}

/******************************************************************************
*********************  LATEST PROJECTS
******************************************************************************/
.all-projects,
.latestprojects {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .all-projects,
  .latestprojects {
    margin: 100px 0;
  }
}
.all-projects .intro,
.latestprojects .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
}
.all-projects .intro h2,
.latestprojects .intro h2 {
  margin: 0;
}
.all-projects .intro p,
.latestprojects .intro p {
  margin: 0;
}
.all-projects .swiper-wrapper,
.latestprojects .swiper-wrapper {
  left: 0;
}
@media screen and (min-width: 768px) {
  .all-projects .swiper-wrapper,
  .latestprojects .swiper-wrapper {
    left: calc((100% - 1410px) / 2);
  }
}
.all-projects .flex-holder,
.latestprojects .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-projects .flex-holder .project,
.latestprojects .flex-holder .project {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .all-projects .flex-holder .project,
  .latestprojects .flex-holder .project {
    width: calc(50% - 8px);
  }
}
.all-projects .latestcaseSwiper .project h3,
.all-projects .flex-holder .project h3,
.latestprojects .latestcaseSwiper .project h3,
.latestprojects .flex-holder .project h3 {
  margin: 0;
  line-height: 93%;
  font-weight: 900;
  text-wrap: pretty;
}
.all-projects .latestcaseSwiper .project .holder,
.all-projects .flex-holder .project .holder,
.latestprojects .latestcaseSwiper .project .holder,
.latestprojects .flex-holder .project .holder {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.all-projects .latestcaseSwiper .project .overlay,
.all-projects .flex-holder .project .overlay,
.latestprojects .latestcaseSwiper .project .overlay,
.latestprojects .flex-holder .project .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.all-projects .latestcaseSwiper .project .content,
.all-projects .flex-holder .project .content,
.latestprojects .latestcaseSwiper .project .content,
.latestprojects .flex-holder .project .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 22px 22px;
}
.all-projects .latestcaseSwiper .project span.tax,
.all-projects .flex-holder .project span.tax,
.latestprojects .latestcaseSwiper .project span.tax,
.latestprojects .flex-holder .project span.tax {
  display: inline-block;
  font-size: 0.688rem;
  color: #000;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  background-color: #b1dbdd;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 2rem;
  margin-bottom: 13px;
}
.all-projects .latestcaseSwiper .project .slide-in-content,
.all-projects .flex-holder .project .slide-in-content,
.latestprojects .latestcaseSwiper .project .slide-in-content,
.latestprojects .flex-holder .project .slide-in-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.all-projects .latestcaseSwiper .project p,
.all-projects .flex-holder .project p,
.latestprojects .latestcaseSwiper .project p,
.latestprojects .flex-holder .project p {
  color: #fff;
  max-width: 80%;
}
.all-projects .latestcaseSwiper .project p.snippet,
.all-projects .flex-holder .project p.snippet,
.latestprojects .latestcaseSwiper .project p.snippet,
.latestprojects .flex-holder .project p.snippet {
  display: none;
}
@media screen and (min-width: 768px) {
  .all-projects .latestcaseSwiper .project p.snippet,
  .all-projects .flex-holder .project p.snippet,
  .latestprojects .latestcaseSwiper .project p.snippet,
  .latestprojects .flex-holder .project p.snippet {
    display: block;
  }
}
.all-projects .latestcaseSwiper .project p.btn, .all-projects .latestcaseSwiper .project .search-form p.search-submit, .search-form .all-projects .latestcaseSwiper .project p.search-submit,
.all-projects .flex-holder .project p.btn,
.all-projects .flex-holder .project .search-form p.search-submit,
.search-form .all-projects .flex-holder .project p.search-submit,
.latestprojects .latestcaseSwiper .project p.btn,
.latestprojects .latestcaseSwiper .project .search-form p.search-submit,
.search-form .latestprojects .latestcaseSwiper .project p.search-submit,
.latestprojects .flex-holder .project p.btn,
.latestprojects .flex-holder .project .search-form p.search-submit,
.search-form .latestprojects .flex-holder .project p.search-submit {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  margin: 10px 0 0;
}
.all-projects .latestcaseSwiper .project p.btn:hover, .all-projects .latestcaseSwiper .project .search-form p.search-submit:hover, .search-form .all-projects .latestcaseSwiper .project p.search-submit:hover,
.all-projects .flex-holder .project p.btn:hover,
.all-projects .flex-holder .project .search-form p.search-submit:hover,
.search-form .all-projects .flex-holder .project p.search-submit:hover,
.latestprojects .latestcaseSwiper .project p.btn:hover,
.latestprojects .latestcaseSwiper .project .search-form p.search-submit:hover,
.search-form .latestprojects .latestcaseSwiper .project p.search-submit:hover,
.latestprojects .flex-holder .project p.btn:hover,
.latestprojects .flex-holder .project .search-form p.search-submit:hover,
.search-form .latestprojects .flex-holder .project p.search-submit:hover {
  border-bottom: 1.5px solid #98fb98;
}
@media screen and (min-width: 768px) {
  .all-projects .latestcaseSwiper .project p.btn, .all-projects .latestcaseSwiper .project .search-form p.search-submit, .search-form .all-projects .latestcaseSwiper .project p.search-submit,
  .all-projects .flex-holder .project p.btn,
  .all-projects .flex-holder .project .search-form p.search-submit,
  .search-form .all-projects .flex-holder .project p.search-submit,
  .latestprojects .latestcaseSwiper .project p.btn,
  .latestprojects .latestcaseSwiper .project .search-form p.search-submit,
  .search-form .latestprojects .latestcaseSwiper .project p.search-submit,
  .latestprojects .flex-holder .project p.btn,
  .latestprojects .flex-holder .project .search-form p.search-submit,
  .search-form .latestprojects .flex-holder .project p.search-submit {
    margin: 0;
  }
}
.all-projects .latestcaseSwiper .project:hover .overlay,
.all-projects .flex-holder .project:hover .overlay,
.latestprojects .latestcaseSwiper .project:hover .overlay,
.latestprojects .flex-holder .project:hover .overlay {
  opacity: 0.7;
}
.all-projects .latestcaseSwiper .project:hover .slide-in-content,
.all-projects .flex-holder .project:hover .slide-in-content,
.latestprojects .latestcaseSwiper .project:hover .slide-in-content,
.latestprojects .flex-holder .project:hover .slide-in-content {
  max-height: 500px;
}
.all-projects .latestcaseSwiper .project:hover p.btn, .all-projects .latestcaseSwiper .project:hover .search-form p.search-submit, .search-form .all-projects .latestcaseSwiper .project:hover p.search-submit,
.all-projects .flex-holder .project:hover p.btn,
.all-projects .flex-holder .project:hover .search-form p.search-submit,
.search-form .all-projects .flex-holder .project:hover p.search-submit,
.latestprojects .latestcaseSwiper .project:hover p.btn,
.latestprojects .latestcaseSwiper .project:hover .search-form p.search-submit,
.search-form .latestprojects .latestcaseSwiper .project:hover p.search-submit,
.latestprojects .flex-holder .project:hover p.btn,
.latestprojects .flex-holder .project:hover .search-form p.search-submit,
.search-form .latestprojects .flex-holder .project:hover p.search-submit {
  border-bottom: 1.5px solid #555;
}

.all-projects {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .all-projects {
    margin: 65px 0;
  }
}

/******************************************************************************
*********************  FEATURED IMAGE
******************************************************************************/
.featured-image {
  position: relative;
  margin: 80px 0 60px;
  z-index: 1;
}
.featured-image .container {
  max-width: 1175px;
}
.featured-image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/2.25;
}

/******************************************************************************
********************* HR LINE 
******************************************************************************/
.hr-line {
  position: relative;
  margin: 50px 0px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hr-line {
    margin: 70px 0 100px;
  }
}
.hr-line .line {
  background-color: #282828;
  height: 2px;
}

/******************************************************************************
*********************  LETTERBOX CTA
******************************************************************************/
.letterboxcta {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .letterboxcta {
    margin: 100px 0;
  }
}
.letterboxcta .holder {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 140px 0;
}
.letterboxcta .bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.letterboxcta .bgimage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.letterboxcta .bgimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.letterboxcta .flex-holder {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.letterboxcta h2 {
  margin: 0 0 30px;
  text-wrap: balance;
}
.letterboxcta p.pill {
  margin-bottom: 0;
}
.letterboxcta p.pill a:hover {
  background-color: #98fb98;
  border-color: #98fb98;
}

/******************************************************************************
********************* GALLERY SLIDER
******************************************************************************/
.galleryslider {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .galleryslider {
    margin: 100px 0;
  }
}
.galleryslider .image-holder {
  border-radius: 10px;
  overflow: hidden;
}
.galleryslider img {
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.galleryslider img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/******************************************************************************
*********************  CONTACT FORM
******************************************************************************/
.contactform {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contactform {
    margin: 100px 0;
  }
}
.contactform .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactform .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1070px) {
  .contactform .content-left {
    width: calc(40% - 60px);
    padding-top: 50px;
    margin-bottom: 0;
  }
}
.contactform .content-left h2 {
  margin: 0;
}
.contactform .content-left .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 40px 0 0;
}
@media screen and (min-width: 1070px) {
  .contactform .content-left .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
  }
}
.contactform .content-left .social .col {
  min-width: 120px;
}
.contactform .content-left .social .smallheading {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6875rem;
}
.contactform .content-left .social p {
  margin: 5px 0 0;
}
.contactform .content-left .social p a {
  color: #b9b8b8;
}
.contactform .content-left .social p a:hover {
  color: #98fb98;
}
.contactform .content-right {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1070px) {
  .contactform .content-right {
    width: calc(60% - 60px);
    margin-top: 0;
  }
}

/******************************************************************************
*********************  GOOGLE MAP
******************************************************************************/
.googlemaps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .googlemaps {
    display: block;
  }
}
.googlemaps .container-holder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .googlemaps .container-holder {
    position: absolute;
  }
}
.googlemaps .container {
  position: relative;
}
@media screen and (min-width: 1460px) {
  .googlemaps .container {
    padding: 0;
  }
}
.googlemaps .contact-details {
  background-color: #000;
  border-radius: 10px;
  padding: 0px;
  max-width: 100%;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .googlemaps .contact-details {
    margin: 45px 0 0;
    padding: 40px;
    max-width: 400px;
  }
}
.googlemaps .contact-details p {
  margin: 0;
}
.googlemaps .contact-details p.eyebrow {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  color: #fff;
  margin: 10px 0 5px;
  letter-spacing: -0.01em;
}
.googlemaps .contact-details .icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/google-maps-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/******************************************************************************
*********************  INFOBOX
******************************************************************************/
.overview-content.infobox {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .overview-content.infobox {
    margin: 100px 0;
  }
}
.overview-content.infobox .container {
  max-width: 940px;
}

/******************************************************************************
*********************  TIMELINE
******************************************************************************/
.timeline {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .timeline {
    margin: 100px 0;
  }
}
.timeline .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline .sticky-images-left {
  position: relative;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .timeline .sticky-images-left {
    width: 41%;
    display: block;
  }
}
.timeline .sticky-images-left .images {
  position: sticky;
  top: 30px;
  aspect-ratio: 1/1;
}
.timeline .sticky-images-left .image-holder {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.timeline .sticky-images-left .image-holder.active {
  opacity: 1;
  z-index: 1;
}
.timeline .sticky-images-left img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1/1;
}
.timeline .timeline-rail {
  display: none;
  position: relative;
  width: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-rail {
    display: block;
    position: relative;
    top: 0;
  }
}
.timeline .timeline-rail .timeline-line,
.timeline .timeline-rail .timeline-progress {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  border-radius: 10px;
}
.timeline .timeline-rail .timeline-line {
  background: #282828;
  height: 100%;
}
.timeline .timeline-rail .timeline-progress {
  background: #ed9114;
  height: 0%;
  z-index: 2;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.timeline .timeline-rail .timeline-dots {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.timeline .timeline-rail .timeline-dots .dot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: #282828;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.timeline .timeline-rail .timeline-dots .dot.active {
  background-color: #ed9114;
}
.timeline .steps {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  /*
  &:before{
  	content: '';
  	position: absolute;
  	top: 10px;
  	left: -21%;
  	width: 6px;
  	height: calc(100% - 210px);
  	background-color: #282828;
  	border-radius: 10px;
  }
  */
}
@media screen and (min-width: 768px) {
  .timeline .steps {
    width: 41%;
    padding-bottom: 200px;
  }
}
.timeline .steps .content-holder {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .timeline .steps .content-holder {
    margin-bottom: 110px;
  }
}
.timeline .steps .content-holder p {
  color: #b9b8b8;
}
@media screen and (min-width: 768px) {
  .timeline .steps .content-holder p {
    color: #585858;
  }
}
.timeline .steps .content-holder p.eyebrow {
  position: relative;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  margin: 0;
  color: #98fb98;
  letter-spacing: -0.01em;
  margin-bottom: -10px;
  /*
  &:before{
  	content: '';
  	position: absolute;
  	top: 6px;
  	left: -23%;
  	width: 28px;
  	height: 28px;
  	background-color: #282828;
  	border-radius: 100%;
  }
  */
}
@media screen and (min-width: 768px) {
  .timeline .steps .content-holder p.eyebrow {
    color: #585858;
  }
}
.timeline .steps .content-holder h2 {
  margin: 0;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .timeline .steps .content-holder h2 {
    color: #585858;
  }
}
.timeline .steps .content-holder .image-holder {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .timeline .steps .content-holder .image-holder {
    display: none;
  }
}
.timeline .steps .content-holder .image-holder img {
  width: 100%;
}
.timeline .steps .content-holder.active p {
  color: #b9b8b8;
}
.timeline .steps .content-holder.active p.eyebrow {
  color: #98fb98;
}
.timeline .steps .content-holder.active p.eyebrow:before {
  background-color: #ed9114;
}
.timeline .steps .content-holder.active h2 {
  color: #fff;
}

/******************************************************************************
*********************  LISTING CONTENT
******************************************************************************/
.listing-content {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .listing-content {
    margin: 100px 0;
  }
}
.listing-content .container {
  max-width: 1230px;
}
.listing-content .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-content .content-left {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .listing-content .content-left {
    display: block;
    width: 49%;
  }
}
.listing-content .content-right {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .listing-content .content-right {
    width: 42%;
  }
}
.listing-content .content {
  position: sticky;
  top: 30px;
}
.listing-content h1 {
  margin: 0;
}
.listing-content h2 {
  position: relative;
  font-weight: 900;
  margin: 0;
  padding: 2px 0;
}
.listing-content p {
  font-size: 0.9375rem;
}
.listing-content p.price {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  letter-spacing: -0.01em;
  color: #b9b8b8;
  margin: 5px 0 0;
}
.listing-content .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px 0;
}
@media screen and (min-width: 900px) {
  .listing-content .stats {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.listing-content .stats .col {
  margin-right: 30px;
}
@media screen and (min-width: 900px) {
  .listing-content .stats .col {
    margin-right: 0px;
  }
}
.listing-content .stats .col h2 {
  font-size: 1.375rem;
}
.listing-content .stats p {
  margin: 0;
}
.listing-content .product-details h2 {
  position: relative;
  font-size: 1.375rem;
  padding: 4px 0;
  cursor: pointer;
  border-bottom: 1.5px solid #282828;
  margin-top: 20px;
}
.listing-content .product-details h2:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.listing-content .product-details h2.active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.listing-content .product-details ul, .listing-content .product-details ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listing-content .product-details ul li, .listing-content .product-details ol li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 150%;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  padding-left: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 0px;
}
.listing-content .product-details ul li:after, .listing-content .product-details ol li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #b9b8b8;
}
.listing-content .product-details ul ul, .listing-content .product-details ul ol, .listing-content .product-details ol ul, .listing-content .product-details ol ol {
  margin-top: 10px;
}
.listing-content .product-details p a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.listing-content .product-details p a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.listing-content p.green-btn {
  margin: 20px 0;
}
.listing-content p.green-btn a {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #000;
  font-size: 0.9375rem;
  letter-spacing: 0.005em;
  line-height: 1;
  border-radius: 5px;
  background-color: #98fb98;
  display: inline-block;
  padding: 22px 29px;
  border: 1.5px solid #98fb98;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  text-decoration: none;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.listing-content p.green-btn a:hover {
  -webkit-box-shadow: 0 0 0 2px #98fb98;
          box-shadow: 0 0 0 2px #98fb98;
}
.listing-content p.green-btn a:hover {
  background-color: #b9b8b8;
  border-color: #b9b8b8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.listing-content .mobile-images {
  width: calc(100% + 2.5em);
  margin-left: -1.25em;
}
@media screen and (min-width: 900px) {
  .listing-content .mobile-images {
    display: none;
  }
}
.listing-content .mobile-images img {
  border-radius: 9px;
}
.listing-content .images-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.listing-content .images-stack .image-holder {
  width: calc(50% - 8px);
  overflow: hidden;
  border-radius: 9px;
}
.listing-content .images-stack .image-holder:nth-of-type(3n + 1) {
  width: 100%;
}
.listing-content .images-stack img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.listing-content .images-stack img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.listing-content .banner {
  position: absolute;
  top: 38px;
  left: -72px;
  z-index: 1;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  background-color: #98fb98;
  color: #000;
  width: 265px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.listing-content .banner.forsale {
  background-color: #98fb98;
}
.listing-content .banner.sold {
  background-color: #e9402f;
}
.listing-content .banner.comingsoon {
  background-color: #ed9114;
}

/******************************************************************************
*********************  PRODUCT SLIDERS
******************************************************************************/
.productsslider {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .productsslider {
    margin: 100px 0;
  }
}
.productsslider .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .productsslider .flex-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productsslider .flex-holder h2 {
  margin: 0;
}
.productsslider .flex-holder p {
  margin: 0;
}
.productsslider .swiper-wrapper {
  left: 0;
}
@media screen and (min-width: 1460px) {
  .productsslider .swiper-wrapper {
    left: calc((100% - 1410px) / 2);
  }
}
.productsslider .product-tile .image-holder {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.productsslider .product-tile .image-holder:after {
  content: "";
  -webkit-box-shadow: inset 0px 0px 0px 2px rgb(40, 40, 40);
          box-shadow: inset 0px 0px 0px 2px rgb(40, 40, 40);
  border-radius: 9px;
  position: absolute;
  inset: 0;
}
.productsslider .product-tile img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.productsslider .product-tile p.eyebrow {
  font-size: 0.688rem;
}
.productsslider .product-tile p.category {
  display: inline-block;
  margin: 15px auto 7px;
  background-color: #b1dbdd;
  padding: 1px 10px 2px;
  border-radius: 10rem;
}
.productsslider .product-tile h2 {
  margin: 0;
}
.productsslider .product-tile span.product-price {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #b9b8b8;
}
.productsslider .product-tile:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/******************************************************************************
*********************  
******************************************************************************/
/******************************************************************************
*********************  
******************************************************************************/
/******************************************************************************
*********************  
******************************************************************************/
/******************************************************************************
*********************  FOOTER CTA
******************************************************************************/
.footercta {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footercta {
    margin: 100px 0;
  }
}
.footercta .container {
  max-width: 700px;
}
.footercta .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.footercta span.icon {
  display: block;
  width: 98px;
  height: 98px;
  background-image: url(../images/shapes/contact-cta-shape.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 35px;
}
.footercta h2 {
  margin: 0;
  font-size: clamp(4.5rem, 1.284rem + 6.699vw, 7.188rem);
}
.footercta p {
  text-wrap: balance;
}
.footercta p.pill {
  margin-bottom: 0;
}
.footercta p.pill a:hover {
  background-color: #98fb98;
  border-color: #98fb98;
}

/******************************************************************************
*********************  POPUP
******************************************************************************/
.fancybox-is-open .fancybox-bg {
  background-color: #282828;
  opacity: 0.8;
}

.fancybox-content.viewing-modal {
  display: none;
  background-color: #000;
  border-radius: 10px;
  max-width: 925px;
  padding: 30px 1.25em;
}
@media screen and (min-width: 768px) {
  .fancybox-content.viewing-modal {
    padding: 50px 75px;
  }
}
.fancybox-content.viewing-modal .intro {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 90%;
}
.fancybox-content.viewing-modal .intro h2 {
  margin: 0;
}

.viewing-modal {
  display: none;
}

/******************************************************************************
*********************  FORM
******************************************************************************/
form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .form-row label {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form .form-row label {
    width: calc(50% - 9px);
  }
}
form .form-row.full-row label {
  width: 100%;
}
form label {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
form label span.optional {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #b9b8b8;
  text-transform: none;
  margin-left: 10px;
}
form input[type=text],
form input[type=email],
form textarea {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  font-size: 1.0625rem;
  border: 3px solid #282828;
  background-color: transparent;
  border-radius: 7px;
  padding: 23px 25px;
  margin: 5px 0 20px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
form input[type=text]:hover,
form input[type=email]:hover,
form textarea:hover {
  border: 3px solid #282828;
}
form input[type=text]:active, form input[type=text]:focus,
form input[type=email]:active,
form input[type=email]:focus,
form textarea:active,
form textarea:focus {
  border-color: #98fb98;
}
form textarea {
  resize: vertical;
}
form input[type=submit] {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  float: right;
}
form input[type=submit]:hover {
  border-bottom: 1.5px solid #98fb98;
}

.wpcf7-not-valid-tip {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  color: #98fb98 !important;
  padding: 5px 10px 0px !important;
  width: 100%;
  font-size: 12px !important;
  line-height: 12px;
  margin-top: -10px !important;
}
@media screen and (max-width: 950px) {
  .wpcf7-not-valid-tip {
    padding: 15px 10px 0px !important;
  }
}
.wpcf7-not-valid-tip:before {
  content: "↑" !important;
  top: -4px;
  position: relative;
  font: 15px/33px dashicons !important;
  margin-right: 5px !important;
}

.wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 15px !important;
  border-radius: 6px;
}

.search-form input {
  height: 38px;
  width: auto;
  float: left;
}
.search-form .search-submit {
  height: 38px;
  float: left;
}
.woo-content {
  margin: 50px 0;
}
@media screen and (min-width: 700px) {
  .woo-content {
    margin: 100px 0;
  }
}

/******************************************************************************
********************* INFOBOX OVERRIDES
******************************************************************************/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #E7E7E7 !important;
  border: 1.5px solid #282828 !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  outline: none !important;
  color: #b9b8b8 !important;
  padding: 20px 40px 20px 50px !important;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #98fb98 !important;
  top: 21px !important;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  color: #fff !important;
  font-size: 0.8125rem !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  display: inline-block !important;
  padding: 6px 0 !important;
  border-bottom: 1.5px solid #282828 !important;
  cursor: pointer !important;
  margin-top: -4px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 30px !important;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  border-bottom: 1.5px solid #98fb98;
}
@media screen and (min-width: 700px) {
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    margin-top: 0px !important;
  }
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  border-bottom: 1.5px solid #98fb98 !important;
}

.single-product .woocommerce-message {
  margin: 32px 0 0 !important;
}

/******************************************************************************
********************* BUTTON OVERRIDES
******************************************************************************/
.woocommerce .woo-content button.single_add_to_cart_button,
.woocommerce .woo-content button.button,
.woocommerce .woo-content a.button,
.woocommerce .category-wrapper button.single_add_to_cart_button,
.woocommerce .category-wrapper button.button,
.woocommerce .category-wrapper a.button,
.woocommerce .woocommerce-MyAccount-content button.single_add_to_cart_button,
.woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce .woocommerce-MyAccount-content a.button, .woocommerce-page .woo-content button.single_add_to_cart_button,
.woocommerce-page .woo-content button.button,
.woocommerce-page .woo-content a.button,
.woocommerce-page .category-wrapper button.single_add_to_cart_button,
.woocommerce-page .category-wrapper button.button,
.woocommerce-page .category-wrapper a.button,
.woocommerce-page .woocommerce-MyAccount-content button.single_add_to_cart_button,
.woocommerce-page .woocommerce-MyAccount-content button.button,
.woocommerce-page .woocommerce-MyAccount-content a.button {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
}
.woocommerce .woo-content button.single_add_to_cart_button:hover,
.woocommerce .woo-content button.button:hover,
.woocommerce .woo-content a.button:hover,
.woocommerce .category-wrapper button.single_add_to_cart_button:hover,
.woocommerce .category-wrapper button.button:hover,
.woocommerce .category-wrapper a.button:hover,
.woocommerce .woocommerce-MyAccount-content button.single_add_to_cart_button:hover,
.woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce .woocommerce-MyAccount-content a.button:hover, .woocommerce-page .woo-content button.single_add_to_cart_button:hover,
.woocommerce-page .woo-content button.button:hover,
.woocommerce-page .woo-content a.button:hover,
.woocommerce-page .category-wrapper button.single_add_to_cart_button:hover,
.woocommerce-page .category-wrapper button.button:hover,
.woocommerce-page .category-wrapper a.button:hover,
.woocommerce-page .woocommerce-MyAccount-content button.single_add_to_cart_button:hover,
.woocommerce-page .woocommerce-MyAccount-content button.button:hover,
.woocommerce-page .woocommerce-MyAccount-content a.button:hover {
  border-bottom: 1.5px solid #98fb98;
}
.woocommerce .woo-content button.single_add_to_cart_button:hover,
.woocommerce .woo-content button.button:hover,
.woocommerce .woo-content a.button:hover,
.woocommerce .category-wrapper button.single_add_to_cart_button:hover,
.woocommerce .category-wrapper button.button:hover,
.woocommerce .category-wrapper a.button:hover,
.woocommerce .woocommerce-MyAccount-content button.single_add_to_cart_button:hover,
.woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce .woocommerce-MyAccount-content a.button:hover, .woocommerce-page .woo-content button.single_add_to_cart_button:hover,
.woocommerce-page .woo-content button.button:hover,
.woocommerce-page .woo-content a.button:hover,
.woocommerce-page .category-wrapper button.single_add_to_cart_button:hover,
.woocommerce-page .category-wrapper button.button:hover,
.woocommerce-page .category-wrapper a.button:hover,
.woocommerce-page .woocommerce-MyAccount-content button.single_add_to_cart_button:hover,
.woocommerce-page .woocommerce-MyAccount-content button.button:hover,
.woocommerce-page .woocommerce-MyAccount-content a.button:hover {
  color: #fff;
  background-color: transparent;
}
.woocommerce .woo-content button.single_add_to_cart_button:disabled,
.woocommerce .woo-content button.button:disabled,
.woocommerce .woo-content a.button:disabled,
.woocommerce .category-wrapper button.single_add_to_cart_button:disabled,
.woocommerce .category-wrapper button.button:disabled,
.woocommerce .category-wrapper a.button:disabled,
.woocommerce .woocommerce-MyAccount-content button.single_add_to_cart_button:disabled,
.woocommerce .woocommerce-MyAccount-content button.button:disabled,
.woocommerce .woocommerce-MyAccount-content a.button:disabled, .woocommerce-page .woo-content button.single_add_to_cart_button:disabled,
.woocommerce-page .woo-content button.button:disabled,
.woocommerce-page .woo-content a.button:disabled,
.woocommerce-page .category-wrapper button.single_add_to_cart_button:disabled,
.woocommerce-page .category-wrapper button.button:disabled,
.woocommerce-page .category-wrapper a.button:disabled,
.woocommerce-page .woocommerce-MyAccount-content button.single_add_to_cart_button:disabled,
.woocommerce-page .woocommerce-MyAccount-content button.button:disabled,
.woocommerce-page .woocommerce-MyAccount-content a.button:disabled {
  color: #fff !important;
}
.woocommerce button.reset_variations, .woocommerce-page button.reset_variations {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.woocommerce button.reset_variations:hover, .woocommerce-page button.reset_variations:hover {
  border-bottom: 1.5px solid #98fb98;
}
.woocommerce button#place_order,
.woocommerce a.checkout-button.button,
.woocommerce button.single_add_to_cart_button, .woocommerce-page button#place_order,
.woocommerce-page a.checkout-button.button,
.woocommerce-page button.single_add_to_cart_button {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #000;
  font-size: 0.9375rem;
  letter-spacing: 0.005em;
  line-height: 1;
  border-radius: 5px;
  background-color: #98fb98;
  display: inline-block;
  padding: 22px 29px;
  border: 1.5px solid #98fb98;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  text-decoration: none;
  color: #000 !important;
  font-size: 0.9375rem !important;
  background-color: #98fb98 !important;
  padding: 22px 29px !important;
  border: 1.5px solid #98fb98 !important;
  width: 100% !important;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.woocommerce button#place_order:hover,
.woocommerce a.checkout-button.button:hover,
.woocommerce button.single_add_to_cart_button:hover, .woocommerce-page button#place_order:hover,
.woocommerce-page a.checkout-button.button:hover,
.woocommerce-page button.single_add_to_cart_button:hover {
  -webkit-box-shadow: 0 0 0 2px #98fb98;
          box-shadow: 0 0 0 2px #98fb98;
}
.woocommerce button#place_order:hover,
.woocommerce a.checkout-button.button:hover,
.woocommerce button.single_add_to_cart_button:hover, .woocommerce-page button#place_order:hover,
.woocommerce-page a.checkout-button.button:hover,
.woocommerce-page button.single_add_to_cart_button:hover {
  background-color: #b9b8b8 !important;
  border-color: #b9b8b8 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce button:disabled, .woocommerce-page button:disabled {
  padding: 0 0 6px !important;
}
.woocommerce button:disabled:hover, .woocommerce-page button:disabled:hover {
  background-color: transparent !important;
  border-bottom: 1.5px solid #282828 !important;
}

/******************************************************************************
********************* FORM OVERRIDES
******************************************************************************/
.woocommerce-page .woocommerce form,
.woocommerce-page .woocommerce form.checkout_coupon,
.woocommerce-page .woocommerce form.login,
.woocommerce-page .woocommerce form.register,
.woocommerce-page .woocommerce form.lost_reset_password,
.woocommerce-page .woocommerce form.edit-account,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout,
.woocommerce-edit-address .woocommerce form,
.woocommerce-edit-address .woocommerce form.checkout_coupon,
.woocommerce-edit-address .woocommerce form.login,
.woocommerce-edit-address .woocommerce form.register,
.woocommerce-edit-address .woocommerce form.lost_reset_password,
.woocommerce-edit-address .woocommerce form.edit-account,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout {
  margin: 0;
  border: none;
  padding: 0;
  border-radius: 0;
}
.woocommerce-page .woocommerce form .form-row,
.woocommerce-page .woocommerce form.checkout_coupon .form-row,
.woocommerce-page .woocommerce form.login .form-row,
.woocommerce-page .woocommerce form.register .form-row,
.woocommerce-page .woocommerce form.lost_reset_password .form-row,
.woocommerce-page .woocommerce form.edit-account .form-row,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row,
.woocommerce-edit-address .woocommerce form .form-row,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row,
.woocommerce-edit-address .woocommerce form.login .form-row,
.woocommerce-edit-address .woocommerce form.register .form-row,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row,
.woocommerce-edit-address .woocommerce form.edit-account .form-row,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce-page .woocommerce form .form-row:before, .woocommerce-page .woocommerce form .form-row:after,
.woocommerce-page .woocommerce form.checkout_coupon .form-row:before,
.woocommerce-page .woocommerce form.checkout_coupon .form-row:after,
.woocommerce-page .woocommerce form.login .form-row:before,
.woocommerce-page .woocommerce form.login .form-row:after,
.woocommerce-page .woocommerce form.register .form-row:before,
.woocommerce-page .woocommerce form.register .form-row:after,
.woocommerce-page .woocommerce form.lost_reset_password .form-row:before,
.woocommerce-page .woocommerce form.lost_reset_password .form-row:after,
.woocommerce-page .woocommerce form.edit-account .form-row:before,
.woocommerce-page .woocommerce form.edit-account .form-row:after,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row:before,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row:after,
.woocommerce-edit-address .woocommerce form .form-row:before,
.woocommerce-edit-address .woocommerce form .form-row:after,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row:before,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row:after,
.woocommerce-edit-address .woocommerce form.login .form-row:before,
.woocommerce-edit-address .woocommerce form.login .form-row:after,
.woocommerce-edit-address .woocommerce form.register .form-row:before,
.woocommerce-edit-address .woocommerce form.register .form-row:after,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row:before,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row:after,
.woocommerce-edit-address .woocommerce form.edit-account .form-row:before,
.woocommerce-edit-address .woocommerce form.edit-account .form-row:after,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row:before,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row:after {
  display: none;
}
.woocommerce-page .woocommerce form input[type=text],
.woocommerce-page .woocommerce form input[type=email],
.woocommerce-page .woocommerce form input[type=password],
.woocommerce-page .woocommerce form input[type=tel],
.woocommerce-page .woocommerce form select,
.woocommerce-page .woocommerce form textarea,
.woocommerce-page .woocommerce form.checkout_coupon input[type=text],
.woocommerce-page .woocommerce form.checkout_coupon input[type=email],
.woocommerce-page .woocommerce form.checkout_coupon input[type=password],
.woocommerce-page .woocommerce form.checkout_coupon input[type=tel],
.woocommerce-page .woocommerce form.checkout_coupon select,
.woocommerce-page .woocommerce form.checkout_coupon textarea,
.woocommerce-page .woocommerce form.login input[type=text],
.woocommerce-page .woocommerce form.login input[type=email],
.woocommerce-page .woocommerce form.login input[type=password],
.woocommerce-page .woocommerce form.login input[type=tel],
.woocommerce-page .woocommerce form.login select,
.woocommerce-page .woocommerce form.login textarea,
.woocommerce-page .woocommerce form.register input[type=text],
.woocommerce-page .woocommerce form.register input[type=email],
.woocommerce-page .woocommerce form.register input[type=password],
.woocommerce-page .woocommerce form.register input[type=tel],
.woocommerce-page .woocommerce form.register select,
.woocommerce-page .woocommerce form.register textarea,
.woocommerce-page .woocommerce form.lost_reset_password input[type=text],
.woocommerce-page .woocommerce form.lost_reset_password input[type=email],
.woocommerce-page .woocommerce form.lost_reset_password input[type=password],
.woocommerce-page .woocommerce form.lost_reset_password input[type=tel],
.woocommerce-page .woocommerce form.lost_reset_password select,
.woocommerce-page .woocommerce form.lost_reset_password textarea,
.woocommerce-page .woocommerce form.edit-account input[type=text],
.woocommerce-page .woocommerce form.edit-account input[type=email],
.woocommerce-page .woocommerce form.edit-account input[type=password],
.woocommerce-page .woocommerce form.edit-account input[type=tel],
.woocommerce-page .woocommerce form.edit-account select,
.woocommerce-page .woocommerce form.edit-account textarea,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=text],
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=email],
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=password],
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=tel],
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout select,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout textarea,
.woocommerce-edit-address .woocommerce form input[type=text],
.woocommerce-edit-address .woocommerce form input[type=email],
.woocommerce-edit-address .woocommerce form input[type=password],
.woocommerce-edit-address .woocommerce form input[type=tel],
.woocommerce-edit-address .woocommerce form select,
.woocommerce-edit-address .woocommerce form textarea,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=text],
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=email],
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=password],
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=tel],
.woocommerce-edit-address .woocommerce form.checkout_coupon select,
.woocommerce-edit-address .woocommerce form.checkout_coupon textarea,
.woocommerce-edit-address .woocommerce form.login input[type=text],
.woocommerce-edit-address .woocommerce form.login input[type=email],
.woocommerce-edit-address .woocommerce form.login input[type=password],
.woocommerce-edit-address .woocommerce form.login input[type=tel],
.woocommerce-edit-address .woocommerce form.login select,
.woocommerce-edit-address .woocommerce form.login textarea,
.woocommerce-edit-address .woocommerce form.register input[type=text],
.woocommerce-edit-address .woocommerce form.register input[type=email],
.woocommerce-edit-address .woocommerce form.register input[type=password],
.woocommerce-edit-address .woocommerce form.register input[type=tel],
.woocommerce-edit-address .woocommerce form.register select,
.woocommerce-edit-address .woocommerce form.register textarea,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=text],
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=email],
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=password],
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=tel],
.woocommerce-edit-address .woocommerce form.lost_reset_password select,
.woocommerce-edit-address .woocommerce form.lost_reset_password textarea,
.woocommerce-edit-address .woocommerce form.edit-account input[type=text],
.woocommerce-edit-address .woocommerce form.edit-account input[type=email],
.woocommerce-edit-address .woocommerce form.edit-account input[type=password],
.woocommerce-edit-address .woocommerce form.edit-account input[type=tel],
.woocommerce-edit-address .woocommerce form.edit-account select,
.woocommerce-edit-address .woocommerce form.edit-account textarea,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=text],
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=email],
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=password],
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=tel],
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout select,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout textarea {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  font-size: 1.0625rem;
  color: #b9b8b8;
  border: 3px solid #282828;
  background-color: transparent;
  border-radius: 10px;
  padding: 23px 25px;
  margin: 0px 0 15px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce-page .woocommerce form input[type=text]:hover,
.woocommerce-page .woocommerce form input[type=email]:hover,
.woocommerce-page .woocommerce form input[type=password]:hover,
.woocommerce-page .woocommerce form input[type=tel]:hover,
.woocommerce-page .woocommerce form select:hover,
.woocommerce-page .woocommerce form textarea:hover,
.woocommerce-page .woocommerce form.checkout_coupon input[type=text]:hover,
.woocommerce-page .woocommerce form.checkout_coupon input[type=email]:hover,
.woocommerce-page .woocommerce form.checkout_coupon input[type=password]:hover,
.woocommerce-page .woocommerce form.checkout_coupon input[type=tel]:hover,
.woocommerce-page .woocommerce form.checkout_coupon select:hover,
.woocommerce-page .woocommerce form.checkout_coupon textarea:hover,
.woocommerce-page .woocommerce form.login input[type=text]:hover,
.woocommerce-page .woocommerce form.login input[type=email]:hover,
.woocommerce-page .woocommerce form.login input[type=password]:hover,
.woocommerce-page .woocommerce form.login input[type=tel]:hover,
.woocommerce-page .woocommerce form.login select:hover,
.woocommerce-page .woocommerce form.login textarea:hover,
.woocommerce-page .woocommerce form.register input[type=text]:hover,
.woocommerce-page .woocommerce form.register input[type=email]:hover,
.woocommerce-page .woocommerce form.register input[type=password]:hover,
.woocommerce-page .woocommerce form.register input[type=tel]:hover,
.woocommerce-page .woocommerce form.register select:hover,
.woocommerce-page .woocommerce form.register textarea:hover,
.woocommerce-page .woocommerce form.lost_reset_password input[type=text]:hover,
.woocommerce-page .woocommerce form.lost_reset_password input[type=email]:hover,
.woocommerce-page .woocommerce form.lost_reset_password input[type=password]:hover,
.woocommerce-page .woocommerce form.lost_reset_password input[type=tel]:hover,
.woocommerce-page .woocommerce form.lost_reset_password select:hover,
.woocommerce-page .woocommerce form.lost_reset_password textarea:hover,
.woocommerce-page .woocommerce form.edit-account input[type=text]:hover,
.woocommerce-page .woocommerce form.edit-account input[type=email]:hover,
.woocommerce-page .woocommerce form.edit-account input[type=password]:hover,
.woocommerce-page .woocommerce form.edit-account input[type=tel]:hover,
.woocommerce-page .woocommerce form.edit-account select:hover,
.woocommerce-page .woocommerce form.edit-account textarea:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=text]:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=email]:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=password]:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=tel]:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout select:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout textarea:hover,
.woocommerce-edit-address .woocommerce form input[type=text]:hover,
.woocommerce-edit-address .woocommerce form input[type=email]:hover,
.woocommerce-edit-address .woocommerce form input[type=password]:hover,
.woocommerce-edit-address .woocommerce form input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form select:hover,
.woocommerce-edit-address .woocommerce form textarea:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=text]:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=email]:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=password]:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon select:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon textarea:hover,
.woocommerce-edit-address .woocommerce form.login input[type=text]:hover,
.woocommerce-edit-address .woocommerce form.login input[type=email]:hover,
.woocommerce-edit-address .woocommerce form.login input[type=password]:hover,
.woocommerce-edit-address .woocommerce form.login input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form.login select:hover,
.woocommerce-edit-address .woocommerce form.login textarea:hover,
.woocommerce-edit-address .woocommerce form.register input[type=text]:hover,
.woocommerce-edit-address .woocommerce form.register input[type=email]:hover,
.woocommerce-edit-address .woocommerce form.register input[type=password]:hover,
.woocommerce-edit-address .woocommerce form.register input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form.register select:hover,
.woocommerce-edit-address .woocommerce form.register textarea:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=text]:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=email]:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=password]:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password select:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password textarea:hover,
.woocommerce-edit-address .woocommerce form.edit-account input[type=text]:hover,
.woocommerce-edit-address .woocommerce form.edit-account input[type=email]:hover,
.woocommerce-edit-address .woocommerce form.edit-account input[type=password]:hover,
.woocommerce-edit-address .woocommerce form.edit-account input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form.edit-account select:hover,
.woocommerce-edit-address .woocommerce form.edit-account textarea:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=text]:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=email]:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=password]:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=tel]:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout select:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout textarea:hover {
  border: 3px solid #282828;
}
.woocommerce-page .woocommerce form input[type=text]:active, .woocommerce-page .woocommerce form input[type=text]:focus,
.woocommerce-page .woocommerce form input[type=email]:active,
.woocommerce-page .woocommerce form input[type=email]:focus,
.woocommerce-page .woocommerce form input[type=password]:active,
.woocommerce-page .woocommerce form input[type=password]:focus,
.woocommerce-page .woocommerce form input[type=tel]:active,
.woocommerce-page .woocommerce form input[type=tel]:focus,
.woocommerce-page .woocommerce form select:active,
.woocommerce-page .woocommerce form select:focus,
.woocommerce-page .woocommerce form textarea:active,
.woocommerce-page .woocommerce form textarea:focus,
.woocommerce-page .woocommerce form.checkout_coupon input[type=text]:active,
.woocommerce-page .woocommerce form.checkout_coupon input[type=text]:focus,
.woocommerce-page .woocommerce form.checkout_coupon input[type=email]:active,
.woocommerce-page .woocommerce form.checkout_coupon input[type=email]:focus,
.woocommerce-page .woocommerce form.checkout_coupon input[type=password]:active,
.woocommerce-page .woocommerce form.checkout_coupon input[type=password]:focus,
.woocommerce-page .woocommerce form.checkout_coupon input[type=tel]:active,
.woocommerce-page .woocommerce form.checkout_coupon input[type=tel]:focus,
.woocommerce-page .woocommerce form.checkout_coupon select:active,
.woocommerce-page .woocommerce form.checkout_coupon select:focus,
.woocommerce-page .woocommerce form.checkout_coupon textarea:active,
.woocommerce-page .woocommerce form.checkout_coupon textarea:focus,
.woocommerce-page .woocommerce form.login input[type=text]:active,
.woocommerce-page .woocommerce form.login input[type=text]:focus,
.woocommerce-page .woocommerce form.login input[type=email]:active,
.woocommerce-page .woocommerce form.login input[type=email]:focus,
.woocommerce-page .woocommerce form.login input[type=password]:active,
.woocommerce-page .woocommerce form.login input[type=password]:focus,
.woocommerce-page .woocommerce form.login input[type=tel]:active,
.woocommerce-page .woocommerce form.login input[type=tel]:focus,
.woocommerce-page .woocommerce form.login select:active,
.woocommerce-page .woocommerce form.login select:focus,
.woocommerce-page .woocommerce form.login textarea:active,
.woocommerce-page .woocommerce form.login textarea:focus,
.woocommerce-page .woocommerce form.register input[type=text]:active,
.woocommerce-page .woocommerce form.register input[type=text]:focus,
.woocommerce-page .woocommerce form.register input[type=email]:active,
.woocommerce-page .woocommerce form.register input[type=email]:focus,
.woocommerce-page .woocommerce form.register input[type=password]:active,
.woocommerce-page .woocommerce form.register input[type=password]:focus,
.woocommerce-page .woocommerce form.register input[type=tel]:active,
.woocommerce-page .woocommerce form.register input[type=tel]:focus,
.woocommerce-page .woocommerce form.register select:active,
.woocommerce-page .woocommerce form.register select:focus,
.woocommerce-page .woocommerce form.register textarea:active,
.woocommerce-page .woocommerce form.register textarea:focus,
.woocommerce-page .woocommerce form.lost_reset_password input[type=text]:active,
.woocommerce-page .woocommerce form.lost_reset_password input[type=text]:focus,
.woocommerce-page .woocommerce form.lost_reset_password input[type=email]:active,
.woocommerce-page .woocommerce form.lost_reset_password input[type=email]:focus,
.woocommerce-page .woocommerce form.lost_reset_password input[type=password]:active,
.woocommerce-page .woocommerce form.lost_reset_password input[type=password]:focus,
.woocommerce-page .woocommerce form.lost_reset_password input[type=tel]:active,
.woocommerce-page .woocommerce form.lost_reset_password input[type=tel]:focus,
.woocommerce-page .woocommerce form.lost_reset_password select:active,
.woocommerce-page .woocommerce form.lost_reset_password select:focus,
.woocommerce-page .woocommerce form.lost_reset_password textarea:active,
.woocommerce-page .woocommerce form.lost_reset_password textarea:focus,
.woocommerce-page .woocommerce form.edit-account input[type=text]:active,
.woocommerce-page .woocommerce form.edit-account input[type=text]:focus,
.woocommerce-page .woocommerce form.edit-account input[type=email]:active,
.woocommerce-page .woocommerce form.edit-account input[type=email]:focus,
.woocommerce-page .woocommerce form.edit-account input[type=password]:active,
.woocommerce-page .woocommerce form.edit-account input[type=password]:focus,
.woocommerce-page .woocommerce form.edit-account input[type=tel]:active,
.woocommerce-page .woocommerce form.edit-account input[type=tel]:focus,
.woocommerce-page .woocommerce form.edit-account select:active,
.woocommerce-page .woocommerce form.edit-account select:focus,
.woocommerce-page .woocommerce form.edit-account textarea:active,
.woocommerce-page .woocommerce form.edit-account textarea:focus,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=text]:active,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=text]:focus,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=email]:active,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=email]:focus,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=password]:active,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=password]:focus,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=tel]:active,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=tel]:focus,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout select:active,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout select:focus,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout textarea:active,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout textarea:focus,
.woocommerce-edit-address .woocommerce form input[type=text]:active,
.woocommerce-edit-address .woocommerce form input[type=text]:focus,
.woocommerce-edit-address .woocommerce form input[type=email]:active,
.woocommerce-edit-address .woocommerce form input[type=email]:focus,
.woocommerce-edit-address .woocommerce form input[type=password]:active,
.woocommerce-edit-address .woocommerce form input[type=password]:focus,
.woocommerce-edit-address .woocommerce form input[type=tel]:active,
.woocommerce-edit-address .woocommerce form input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form select:active,
.woocommerce-edit-address .woocommerce form select:focus,
.woocommerce-edit-address .woocommerce form textarea:active,
.woocommerce-edit-address .woocommerce form textarea:focus,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=text]:active,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=text]:focus,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=email]:active,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=email]:focus,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=password]:active,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=password]:focus,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=tel]:active,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form.checkout_coupon select:active,
.woocommerce-edit-address .woocommerce form.checkout_coupon select:focus,
.woocommerce-edit-address .woocommerce form.checkout_coupon textarea:active,
.woocommerce-edit-address .woocommerce form.checkout_coupon textarea:focus,
.woocommerce-edit-address .woocommerce form.login input[type=text]:active,
.woocommerce-edit-address .woocommerce form.login input[type=text]:focus,
.woocommerce-edit-address .woocommerce form.login input[type=email]:active,
.woocommerce-edit-address .woocommerce form.login input[type=email]:focus,
.woocommerce-edit-address .woocommerce form.login input[type=password]:active,
.woocommerce-edit-address .woocommerce form.login input[type=password]:focus,
.woocommerce-edit-address .woocommerce form.login input[type=tel]:active,
.woocommerce-edit-address .woocommerce form.login input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form.login select:active,
.woocommerce-edit-address .woocommerce form.login select:focus,
.woocommerce-edit-address .woocommerce form.login textarea:active,
.woocommerce-edit-address .woocommerce form.login textarea:focus,
.woocommerce-edit-address .woocommerce form.register input[type=text]:active,
.woocommerce-edit-address .woocommerce form.register input[type=text]:focus,
.woocommerce-edit-address .woocommerce form.register input[type=email]:active,
.woocommerce-edit-address .woocommerce form.register input[type=email]:focus,
.woocommerce-edit-address .woocommerce form.register input[type=password]:active,
.woocommerce-edit-address .woocommerce form.register input[type=password]:focus,
.woocommerce-edit-address .woocommerce form.register input[type=tel]:active,
.woocommerce-edit-address .woocommerce form.register input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form.register select:active,
.woocommerce-edit-address .woocommerce form.register select:focus,
.woocommerce-edit-address .woocommerce form.register textarea:active,
.woocommerce-edit-address .woocommerce form.register textarea:focus,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=text]:active,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=text]:focus,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=email]:active,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=email]:focus,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=password]:active,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=password]:focus,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=tel]:active,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form.lost_reset_password select:active,
.woocommerce-edit-address .woocommerce form.lost_reset_password select:focus,
.woocommerce-edit-address .woocommerce form.lost_reset_password textarea:active,
.woocommerce-edit-address .woocommerce form.lost_reset_password textarea:focus,
.woocommerce-edit-address .woocommerce form.edit-account input[type=text]:active,
.woocommerce-edit-address .woocommerce form.edit-account input[type=text]:focus,
.woocommerce-edit-address .woocommerce form.edit-account input[type=email]:active,
.woocommerce-edit-address .woocommerce form.edit-account input[type=email]:focus,
.woocommerce-edit-address .woocommerce form.edit-account input[type=password]:active,
.woocommerce-edit-address .woocommerce form.edit-account input[type=password]:focus,
.woocommerce-edit-address .woocommerce form.edit-account input[type=tel]:active,
.woocommerce-edit-address .woocommerce form.edit-account input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form.edit-account select:active,
.woocommerce-edit-address .woocommerce form.edit-account select:focus,
.woocommerce-edit-address .woocommerce form.edit-account textarea:active,
.woocommerce-edit-address .woocommerce form.edit-account textarea:focus,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=text]:active,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=text]:focus,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=email]:active,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=email]:focus,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=password]:active,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=password]:focus,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=tel]:active,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=tel]:focus,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout select:active,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout select:focus,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout textarea:active,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout textarea:focus {
  border-color: #98fb98;
}
.woocommerce-page .woocommerce form .form-row.button-checkbox,
.woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox,
.woocommerce-page .woocommerce form.login .form-row.button-checkbox,
.woocommerce-page .woocommerce form.register .form-row.button-checkbox,
.woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox,
.woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-page .woocommerce form .form-row.button-checkbox,
  .woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox,
  .woocommerce-page .woocommerce form.login .form-row.button-checkbox,
  .woocommerce-page .woocommerce form.register .form-row.button-checkbox,
  .woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox,
  .woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox,
  .woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox,
  .woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.woocommerce-page .woocommerce form .form-row.button-checkbox label,
.woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox label,
.woocommerce-page .woocommerce form.login .form-row.button-checkbox label,
.woocommerce-page .woocommerce form.register .form-row.button-checkbox label,
.woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox label,
.woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox label,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox label,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label {
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .woocommerce-page .woocommerce form .form-row.button-checkbox label,
  .woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox label,
  .woocommerce-page .woocommerce form.login .form-row.button-checkbox label,
  .woocommerce-page .woocommerce form.register .form-row.button-checkbox label,
  .woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox label,
  .woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox label,
  .woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox label,
  .woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label {
    margin-bottom: 0;
  }
}
.woocommerce-page .woocommerce form .form-row.button-checkbox label input,
.woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox label input,
.woocommerce-page .woocommerce form.login .form-row.button-checkbox label input,
.woocommerce-page .woocommerce form.register .form-row.button-checkbox label input,
.woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox label input,
.woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox label input,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox label input,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #282828;
  border-radius: 3px;
  cursor: pointer;
  top: 4px;
  margin-right: 10px;
}
.woocommerce-page .woocommerce form .form-row.button-checkbox label input:before,
.woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox label input:before,
.woocommerce-page .woocommerce form.login .form-row.button-checkbox label input:before,
.woocommerce-page .woocommerce form.register .form-row.button-checkbox label input:before,
.woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox label input:before,
.woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox label input:before,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox label input:before,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label input:before {
  content: "";
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(17, 17, 17, 0.05);
          box-shadow: inset 0px 0px 0px 2px rgba(17, 17, 17, 0.05);
  border-radius: 4px;
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.woocommerce-page .woocommerce form .form-row.button-checkbox label input:checked:after,
.woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox label input:checked:after,
.woocommerce-page .woocommerce form.login .form-row.button-checkbox label input:checked:after,
.woocommerce-page .woocommerce form.register .form-row.button-checkbox label input:checked:after,
.woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox label input:checked:after,
.woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox label input:checked:after,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox label input:checked:after,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label input:checked:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  top: 5px;
  left: 3px;
  background-image: url(../images/icon-tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.woocommerce-page .woocommerce form .form-row.button-checkbox label span,
.woocommerce-page .woocommerce form.checkout_coupon .form-row.button-checkbox label span,
.woocommerce-page .woocommerce form.login .form-row.button-checkbox label span,
.woocommerce-page .woocommerce form.register .form-row.button-checkbox label span,
.woocommerce-page .woocommerce form.lost_reset_password .form-row.button-checkbox label span,
.woocommerce-page .woocommerce form.edit-account .form-row.button-checkbox label span,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form.checkout_coupon .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form.register .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form.lost_reset_password .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form.edit-account .form-row.button-checkbox label span,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .form-row.button-checkbox label span {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #b9b8b8;
  font-size: 1rem;
}
.woocommerce-page .woocommerce form input[type=submit],
.woocommerce-page .woocommerce form button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form button.woocommerce-Button.button,
.woocommerce-page .woocommerce form.checkout_coupon input[type=submit],
.woocommerce-page .woocommerce form.checkout_coupon button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form.checkout_coupon button.woocommerce-Button.button,
.woocommerce-page .woocommerce form.login input[type=submit],
.woocommerce-page .woocommerce form.login button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form.login button.woocommerce-Button.button,
.woocommerce-page .woocommerce form.register input[type=submit],
.woocommerce-page .woocommerce form.register button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form.register button.woocommerce-Button.button,
.woocommerce-page .woocommerce form.lost_reset_password input[type=submit],
.woocommerce-page .woocommerce form.lost_reset_password button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form.lost_reset_password button.woocommerce-Button.button,
.woocommerce-page .woocommerce form.edit-account input[type=submit],
.woocommerce-page .woocommerce form.edit-account button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form.edit-account button.woocommerce-Button.button,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=submit],
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout button.woocommerce-form-login__submit,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form input[type=submit],
.woocommerce-edit-address .woocommerce form button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=submit],
.woocommerce-edit-address .woocommerce form.checkout_coupon button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form.checkout_coupon button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form.login input[type=submit],
.woocommerce-edit-address .woocommerce form.login button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form.login button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form.register input[type=submit],
.woocommerce-edit-address .woocommerce form.register button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form.register button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=submit],
.woocommerce-edit-address .woocommerce form.lost_reset_password button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form.lost_reset_password button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form.edit-account input[type=submit],
.woocommerce-edit-address .woocommerce form.edit-account button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form.edit-account button.woocommerce-Button.button,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=submit],
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout button.woocommerce-form-login__submit,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout button.woocommerce-Button.button {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  margin-right: 0;
}
.woocommerce-page .woocommerce form input[type=submit]:hover,
.woocommerce-page .woocommerce form button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form button.woocommerce-Button.button:hover,
.woocommerce-page .woocommerce form.checkout_coupon input[type=submit]:hover,
.woocommerce-page .woocommerce form.checkout_coupon button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form.checkout_coupon button.woocommerce-Button.button:hover,
.woocommerce-page .woocommerce form.login input[type=submit]:hover,
.woocommerce-page .woocommerce form.login button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form.login button.woocommerce-Button.button:hover,
.woocommerce-page .woocommerce form.register input[type=submit]:hover,
.woocommerce-page .woocommerce form.register button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form.register button.woocommerce-Button.button:hover,
.woocommerce-page .woocommerce form.lost_reset_password input[type=submit]:hover,
.woocommerce-page .woocommerce form.lost_reset_password button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form.lost_reset_password button.woocommerce-Button.button:hover,
.woocommerce-page .woocommerce form.edit-account input[type=submit]:hover,
.woocommerce-page .woocommerce form.edit-account button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form.edit-account button.woocommerce-Button.button:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout input[type=submit]:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout button.woocommerce-form-login__submit:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form.login input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form.login button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form.login button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form.register input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form.register button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form.register button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form.edit-account input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form.edit-account button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form.edit-account button.woocommerce-Button.button:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout input[type=submit]:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout button.woocommerce-form-login__submit:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout button.woocommerce-Button.button:hover {
  border-bottom: 1.5px solid #98fb98;
}
.woocommerce-page .woocommerce form fieldset,
.woocommerce-page .woocommerce form.checkout_coupon fieldset,
.woocommerce-page .woocommerce form.login fieldset,
.woocommerce-page .woocommerce form.register fieldset,
.woocommerce-page .woocommerce form.lost_reset_password fieldset,
.woocommerce-page .woocommerce form.edit-account fieldset,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout fieldset,
.woocommerce-edit-address .woocommerce form fieldset,
.woocommerce-edit-address .woocommerce form.checkout_coupon fieldset,
.woocommerce-edit-address .woocommerce form.login fieldset,
.woocommerce-edit-address .woocommerce form.register fieldset,
.woocommerce-edit-address .woocommerce form.lost_reset_password fieldset,
.woocommerce-edit-address .woocommerce form.edit-account fieldset,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout fieldset {
  border-radius: 10px;
  border: 1.5px solid #282828;
  padding: 30px 1.25em;
  margin-top: 30px;
}
.woocommerce-page .woocommerce form fieldset legend,
.woocommerce-page .woocommerce form.checkout_coupon fieldset legend,
.woocommerce-page .woocommerce form.login fieldset legend,
.woocommerce-page .woocommerce form.register fieldset legend,
.woocommerce-page .woocommerce form.lost_reset_password fieldset legend,
.woocommerce-page .woocommerce form.edit-account fieldset legend,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout fieldset legend,
.woocommerce-edit-address .woocommerce form fieldset legend,
.woocommerce-edit-address .woocommerce form.checkout_coupon fieldset legend,
.woocommerce-edit-address .woocommerce form.login fieldset legend,
.woocommerce-edit-address .woocommerce form.register fieldset legend,
.woocommerce-edit-address .woocommerce form.lost_reset_password fieldset legend,
.woocommerce-edit-address .woocommerce form.edit-account fieldset legend,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout fieldset legend {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  color: #b9b8b8;
  text-transform: uppercase;
}
.woocommerce-page .woocommerce form fieldset label,
.woocommerce-page .woocommerce form.checkout_coupon fieldset label,
.woocommerce-page .woocommerce form.login fieldset label,
.woocommerce-page .woocommerce form.register fieldset label,
.woocommerce-page .woocommerce form.lost_reset_password fieldset label,
.woocommerce-page .woocommerce form.edit-account fieldset label,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout fieldset label,
.woocommerce-edit-address .woocommerce form fieldset label,
.woocommerce-edit-address .woocommerce form.checkout_coupon fieldset label,
.woocommerce-edit-address .woocommerce form.login fieldset label,
.woocommerce-edit-address .woocommerce form.register fieldset label,
.woocommerce-edit-address .woocommerce form.lost_reset_password fieldset label,
.woocommerce-edit-address .woocommerce form.edit-account fieldset label,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout fieldset label {
  width: 100%;
}
.woocommerce-page .woocommerce form .password-register,
.woocommerce-page .woocommerce form.checkout_coupon .password-register,
.woocommerce-page .woocommerce form.login .password-register,
.woocommerce-page .woocommerce form.register .password-register,
.woocommerce-page .woocommerce form.lost_reset_password .password-register,
.woocommerce-page .woocommerce form.edit-account .password-register,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .password-register,
.woocommerce-edit-address .woocommerce form .password-register,
.woocommerce-edit-address .woocommerce form.checkout_coupon .password-register,
.woocommerce-edit-address .woocommerce form.login .password-register,
.woocommerce-edit-address .woocommerce form.register .password-register,
.woocommerce-edit-address .woocommerce form.lost_reset_password .password-register,
.woocommerce-edit-address .woocommerce form.edit-account .password-register,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .password-register {
  margin-top: 80px;
  text-align: center;
}
.woocommerce-page .woocommerce form .password-register p,
.woocommerce-page .woocommerce form.checkout_coupon .password-register p,
.woocommerce-page .woocommerce form.login .password-register p,
.woocommerce-page .woocommerce form.register .password-register p,
.woocommerce-page .woocommerce form.lost_reset_password .password-register p,
.woocommerce-page .woocommerce form.edit-account .password-register p,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .password-register p,
.woocommerce-edit-address .woocommerce form .password-register p,
.woocommerce-edit-address .woocommerce form.checkout_coupon .password-register p,
.woocommerce-edit-address .woocommerce form.login .password-register p,
.woocommerce-edit-address .woocommerce form.register .password-register p,
.woocommerce-edit-address .woocommerce form.lost_reset_password .password-register p,
.woocommerce-edit-address .woocommerce form.edit-account .password-register p,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .password-register p {
  margin: 0 0 5px;
}
.woocommerce-page .woocommerce form .password-register a,
.woocommerce-page .woocommerce form.checkout_coupon .password-register a,
.woocommerce-page .woocommerce form.login .password-register a,
.woocommerce-page .woocommerce form.register .password-register a,
.woocommerce-page .woocommerce form.lost_reset_password .password-register a,
.woocommerce-page .woocommerce form.edit-account .password-register a,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .password-register a,
.woocommerce-edit-address .woocommerce form .password-register a,
.woocommerce-edit-address .woocommerce form.checkout_coupon .password-register a,
.woocommerce-edit-address .woocommerce form.login .password-register a,
.woocommerce-edit-address .woocommerce form.register .password-register a,
.woocommerce-edit-address .woocommerce form.lost_reset_password .password-register a,
.woocommerce-edit-address .woocommerce form.edit-account .password-register a,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .password-register a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.woocommerce-page .woocommerce form .password-register a:hover,
.woocommerce-page .woocommerce form.checkout_coupon .password-register a:hover,
.woocommerce-page .woocommerce form.login .password-register a:hover,
.woocommerce-page .woocommerce form.register .password-register a:hover,
.woocommerce-page .woocommerce form.lost_reset_password .password-register a:hover,
.woocommerce-page .woocommerce form.edit-account .password-register a:hover,
.woocommerce-page .woocommerce form.checkout.woocommerce-checkout .password-register a:hover,
.woocommerce-edit-address .woocommerce form .password-register a:hover,
.woocommerce-edit-address .woocommerce form.checkout_coupon .password-register a:hover,
.woocommerce-edit-address .woocommerce form.login .password-register a:hover,
.woocommerce-edit-address .woocommerce form.register .password-register a:hover,
.woocommerce-edit-address .woocommerce form.lost_reset_password .password-register a:hover,
.woocommerce-edit-address .woocommerce form.edit-account .password-register a:hover,
.woocommerce-edit-address .woocommerce form.checkout.woocommerce-checkout .password-register a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.woocommerce-page .woocommerce form .form-row-first,
.woocommerce-page .woocommerce form .form-row-last,
.woocommerce-page .woocommerce form .form-row-wide,
.woocommerce-page .woocommerce-page form .form-row-first,
.woocommerce-page .woocommerce-page form .form-row-last,
.woocommerce-page .woocommerce-page form .form-row-wide,
.woocommerce-edit-address .woocommerce form .form-row-first,
.woocommerce-edit-address .woocommerce form .form-row-last,
.woocommerce-edit-address .woocommerce form .form-row-wide,
.woocommerce-edit-address .woocommerce-page form .form-row-first,
.woocommerce-edit-address .woocommerce-page form .form-row-last,
.woocommerce-edit-address .woocommerce-page form .form-row-wide {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-page .woocommerce form.login .form-row.button-checkbox,
.woocommerce-edit-address .woocommerce form.login .form-row.button-checkbox {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/******************************************************************************
********************* ACCOUNT LOGIN PAGE
******************************************************************************/
.woocommerce-account .myaccount {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .woocommerce-account .myaccount {
    margin: 100px 0;
  }
}
.woocommerce-account .myaccount .container {
  max-width: 450px;
}
.woocommerce-account .myaccount.logged-in .container {
  max-width: 1410px;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-navigation {
  width: 330px;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-navigation li {
  padding: 0;
  margin: 0 0 5px;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-navigation a {
  position: relative;
  display: block;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 1.375rem;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  padding: 5px 0;
  border-bottom: 1.5px solid #282828;
  background-image: url(../images/arrow.svg);
  background-size: 9px;
  background-position: 100% center;
  background-repeat: no-repeat;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content {
  width: calc(100% - 400px);
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content h2, .woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content h3, .woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content h4 {
  margin: 0;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content h2 {
  font-size: clamp(2.5rem, 1.228rem + 2.649vw, 3.563rem);
  line-height: 120%;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content p a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.woocommerce-account .myaccount.logged-in .woocommerce-MyAccount-content p a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.woocommerce-account .myaccount.logged-in .woocommerce-Address-title.title a {
  display: block;
  float: left;
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
  margin-bottom: 15px;
}
.woocommerce-account .myaccount.logged-in .woocommerce-Address-title.title a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}

/******************************************************************************
********************* CATEGORY PAGE
******************************************************************************/
.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .category-wrapper {
    margin: 100px 0;
  }
}
.category-wrapper .category-left {
  position: fixed;
  top: 0;
  right: -110vw;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding: 30px 1.25em;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}
@media screen and (min-width: 900px) {
  .category-wrapper .category-left {
    position: relative;
    width: 330px;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    right: auto;
    z-index: 9;
  }
}
.category-wrapper .category-left .categoryfilters {
  position: relative;
  margin-bottom: 32px;
}
.category-wrapper .category-left .categoryfilters h3.h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .category-wrapper .category-left .categoryfilters h3.h2 {
    display: none;
  }
}
.category-wrapper .category-left .categoryfilters .close-filter {
  position: absolute;
  top: 8px;
  right: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(../images/icon-menu-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .category-wrapper .category-left .categoryfilters .close-filter {
    display: none;
  }
}
.category-wrapper .category-left .categoryfilters .sidebar-adverts {
  margin: 32px 0;
}
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advert1,
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advert2,
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advert3 {
  margin-bottom: 16px;
}
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advert1 img,
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advert2 img,
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advert3 img {
  border-radius: 4px;
}
.category-wrapper .category-left .categoryfilters .sidebar-adverts .advertSwiper {
  display: none;
}
.category-wrapper .category-left form#category-filter-form {
  padding: 0;
  border: none !important;
  background-color: transparent;
}
.category-wrapper .category-left .category-filter-group {
  padding: 0;
  margin: 0;
  border: none;
}
.category-wrapper .category-left legend {
  position: relative;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #fff;
  padding: 12px 0;
  margin-bottom: 12px;
  border-bottom: 2px solid #282828;
}
.category-wrapper .category-left legend:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  right: 0;
  background-image: url(../images/icon-dropdown-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.category-wrapper .category-left legend.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category-wrapper .category-left .labels-holder {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  padding-bottom: 2px;
  margin-bottom: 22px;
}
.category-wrapper .category-left .category-filter-group.active .labels-holder {
  max-height: 600px;
  overflow: scroll;
}
.category-wrapper .category-left label {
  display: block;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #b9b8b8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: 100%;
  margin: 0 0 10px;
  font-size: 0.9375rem;
  cursor: pointer;
}
.category-wrapper .category-left label:last-of-type {
  margin-bottom: 0;
}
.category-wrapper .category-left input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 1px;
  cursor: pointer;
  top: 4px;
}
.category-wrapper .category-left input[type=checkbox]:checked {
  background-color: #98fb98;
  border-color: #98fb98;
}
.category-wrapper .category-left input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: 4px;
  left: 3px;
  background-image: url(../images/icon-tick-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.category-wrapper .category-left button {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  padding: 10px 15px;
  margin-top: 10px;
}
.category-wrapper .category-left button:hover {
  border-bottom: 1.5px solid #98fb98;
}
.category-wrapper .category-left.active {
  right: 0;
}
.category-wrapper .category-right {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .category-wrapper .category-right {
    width: calc(100% - 360px);
  }
}
.category-wrapper .category-right .cat-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .category-wrapper .category-right .cat-right-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.category-wrapper .category-right .cat-right-top .woocommerce-notices-wrapper {
  width: 100%;
}
.category-wrapper .category-right .cat-right-top p.woocommerce-result-count {
  font-size: 0.9375rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 500px) {
  .category-wrapper .category-right .cat-right-top p.woocommerce-result-count {
    margin: 0;
  }
}
.category-wrapper .category-right .cat-right-top form.woocommerce-ordering {
  margin: 0;
}
.category-wrapper .category-right .cat-right-top form.woocommerce-ordering select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.813rem;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #fff;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../images/icon-dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 55%;
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (min-width: 500px) {
  .category-wrapper .category-right .cat-right-top form.woocommerce-ordering select {
    text-align: right;
  }
}
.category-wrapper .category-right ul.products {
  width: calc(100% + 15px);
}
@media screen and (min-width: 768px) {
  .category-wrapper .category-right ul.products {
    width: calc(100% + 30px);
  }
}
.category-wrapper .category-right ul.products li.product {
  width: calc(50% - 15px) !important;
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) {
  .category-wrapper .category-right ul.products li.product {
    width: calc(33.33% - 30px) !important;
    margin-right: 30px !important;
  }
}
.category-wrapper .category-right ul.products li.product .image-holder {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.category-wrapper .category-right ul.products li.product .image-holder:after {
  content: "";
  -webkit-box-shadow: inset 0px 0px 0px 2px #282828;
          box-shadow: inset 0px 0px 0px 2px #282828;
  border-radius: 9px;
  position: absolute;
  inset: 0;
}
.category-wrapper .category-right ul.products li.product .image-holder img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.category-wrapper .category-right ul.products li.product h2 {
  font-size: clamp(1.25rem, 0.727rem + 1.09vw, 1.688rem);
  font-weight: 700;
  line-height: 115%;
  margin: 10px 0 0;
  padding: 0;
}
.category-wrapper .category-right ul.products li.product span.price {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #b9b8b8;
  margin: 0;
}
.category-wrapper .category-right ul.products li.product a.product_type_variable,
.category-wrapper .category-right ul.products li.product a.add_to_cart_button {
  display: none;
}
.category-wrapper .category-right ul.products li.product:hover .image-holder img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/******************************************************************************
********************* PAGINATION
******************************************************************************/
.custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 0;
  border-top: 1.5px solid #282828;
}
.custom-pagination span.eyebrow {
  color: #fff;
}
.custom-pagination a.prev-page,
.custom-pagination a.next-page {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 12px;
  text-indent: -10000px;
  color: transparent;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-pagination a.prev-page {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: 12px;
}

/******************************************************************************
********************* SINGLE PRODUCT
******************************************************************************/
.single-product nav.woocommerce-breadcrumb {
  display: none;
}
.single-product .product {
  margin: 50px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1230px;
}
@media screen and (min-width: 768px) {
  .single-product .product {
    margin: 100px auto !important;
  }
}
.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 49%;
  }
}
.single-product .product .woocommerce-product-gallery__wrapper {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .single-product .product .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: calc(50% - 8px) !important;
  overflow: hidden;
  border-radius: 5px;
}
.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-of-type(3n + 1) {
  width: 100% !important;
}
.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-product .product .summary.entry-summary {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .single-product .product .summary.entry-summary {
    width: 42%;
  }
}
.single-product .product .summary.entry-summary .summary-holder {
  position: sticky;
  top: 30px;
}
.single-product .product .summary.entry-summary h1.product_title.entry-title {
  font-size: clamp(2.5rem, 1.228rem + 2.649vw, 3.563rem);
  line-height: 100%;
  margin: 0;
}
.single-product .product .summary.entry-summary p.price {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  letter-spacing: -0.01em;
  margin: 0;
  color: #b9b8b8;
}
.single-product .product .summary.entry-summary form.cart {
  margin-top: 35px;
}
.single-product .product .summary.entry-summary form.cart p.stock.out-of-stock {
  font-size: 1rem;
  margin: 0;
  color: #ed9112;
}
.single-product .product .summary.entry-summary form.cart .quantity {
  display: none !important;
  width: 100%;
  margin: 0;
}
.single-product .product .summary.entry-summary form.cart .quantity .quantity-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .product .summary.entry-summary form.cart .quantity label {
  margin-bottom: 14px;
}
.single-product .product .summary.entry-summary form.cart .quantity select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  color: #b9b8b8;
  border: 3px solid #282828;
  padding: 19px 15px;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
  width: calc(50% - 7px);
  text-align: left;
  background-image: url(../images/icon-dropdown-arrow.svg);
  background-position: calc(100% - 15px) 55%;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.single-product .product .summary.entry-summary form.cart .woocommerce-variation-price {
  margin-bottom: 15px;
}
.single-product .product .summary.entry-summary form.cart .woocommerce-variation-price span.price {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  letter-spacing: -0.01em;
  margin: 0;
  color: #b9b8b8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.single-product .product .summary.entry-summary .mobile-images {
  width: calc(100% + 2.5em);
  margin-left: -1.25em;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .single-product .product .summary.entry-summary .mobile-images {
    display: none;
  }
}
.single-product .product .summary.entry-summary .mobile-images img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single-product .product .summary.entry-summary .product_meta {
  display: none;
}
.single-product .product .summary.entry-summary .product-details h2 {
  position: relative;
  font-size: 1.375rem;
  padding: 4px 0;
  cursor: pointer;
  border-bottom: 1.5px solid #282828;
  margin-top: 20px;
}
.single-product .product .summary.entry-summary .product-details h2:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.single-product .product .summary.entry-summary .product-details h2.active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.single-product .product .summary.entry-summary .product-details ul, .single-product .product .summary.entry-summary .product-details ol {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.single-product .product .summary.entry-summary .product-details ul li, .single-product .product .summary.entry-summary .product-details ol li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 150%;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
  padding-left: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 0px;
}
.single-product .product .summary.entry-summary .product-details ul li:after, .single-product .product .summary.entry-summary .product-details ol li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #b9b8b8;
}
.single-product .product .summary.entry-summary .product-details ul ul, .single-product .product .summary.entry-summary .product-details ul ol, .single-product .product .summary.entry-summary .product-details ol ul, .single-product .product .summary.entry-summary .product-details ol ol {
  margin-top: 10px;
}
.single-product .product .summary.entry-summary .product-details p {
  font-size: 0.9375rem;
  line-height: 150%;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300;
}
.single-product .product .summary.entry-summary .product-details p:first-of-type {
  margin-top: 0;
}
.single-product .product .summary.entry-summary .product-details p:last-of-type {
  margin-bottom: 0;
}
.single-product .product .summary.entry-summary .product-details p a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.single-product .product .summary.entry-summary .product-details p a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.single-product .product .summary.entry-summary .product-details h3.h4 {
  font-size: 1.3rem;
  margin: 20px 0 10px;
}
.single-product .product .summary.entry-summary .product-details .patterns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product .product .summary.entry-summary .product-details .patterns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product .summary.entry-summary .product-details .patterns .row .stitch {
  width: 80px;
}
.single-product .product .summary.entry-summary .product-details .patterns .row .name {
  width: calc(100% - 80px);
}
.single-product .product .summary.entry-summary .product-details .patterns .row img {
  border-radius: 3px;
}
.single-product .product table.variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
}
.single-product .product table.variations th.label {
  padding: 0;
  margin-bottom: 14px;
  text-align: left;
  background-color: transparent;
}
.single-product .product table.variations th.label label {
  font-size: 1.375rem;
}
.single-product .product table.variations td {
  padding: 0;
}
.single-product .product table.variations td.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  background-color: transparent;
}
.single-product .product table.variations td.value div {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .single-product .product table.variations td.value div {
    width: calc(50% - 7px);
  }
}
.single-product .product table.variations td.value div input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.single-product .product table.variations td.value div label {
  display: block;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-size: clamp(0.938rem, 0.788rem + 0.312vw, 1.063rem);
  text-transform: none;
  text-align: center;
  color: #b9b8b8;
  border: 3px solid #282828;
  padding: 10px 15px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .single-product .product table.variations td.value div label {
    padding: 13px 15px;
  }
}
.single-product .product table.variations td.value div label span {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .single-product .product table.variations td.value div label span {
    width: 33px;
    height: 33px;
  }
}
.single-product .product table.variations td.value div label:hover {
  border-color: #404040;
}
.single-product .product table.variations td.value div label.swatch-inc {
  padding: 10px 15px 10px 50px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-product .product table.variations td.value div label.swatch-inc {
    padding: 10px 15px 13px 63px;
  }
}
.single-product .product table.variations td.value div input[type=radio]:checked + label {
  border-color: #98fb98;
}
.single-product .product table.variations button.reset_variations {
  float: right;
}
.single-product .product .wapf label abbr {
  display: none;
}
.single-product .product .wapf .wapf-field-label {
  margin-bottom: 14px;
}
.single-product .product .wapf svg {
  position: relative;
  top: -1px;
  margin-left: 5px;
  fill: #000;
}
.single-product .product .wapf svg circle {
  fill: #98fb98;
}
.single-product .product .wapf .wapf-field-description {
  display: none;
}
.single-product .product .wapf .wapf-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  background-color: transparent;
}
.single-product .product .wapf .wapf-checkable {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .single-product .product .wapf .wapf-checkable {
    width: calc(50% - 7px);
  }
}
.single-product .product .wapf .wapf-checkable input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.single-product .product .wapf .wapf-checkable span.wapf-label-text {
  display: block;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-size: clamp(0.938rem, 0.788rem + 0.312vw, 1.063rem);
  text-transform: none;
  text-align: center;
  color: #b9b8b8;
  border: 3px solid #282828;
  padding: 17px 15px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .single-product .product .wapf .wapf-checkable span.wapf-label-text {
    padding: 20px 15px;
  }
}
.single-product .product .wapf .wapf-checkable span.wapf-label-text:hover {
  border-color: #404040;
}
.single-product .product .wapf .wapf-checkable.wapf-checked span.wapf-label-text {
  border-color: #98fb98;
}
.single-product .product .wapf select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: clamp(0.938rem, 0.788rem + 0.312vw, 1.063rem);
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #b9b8b8;
  background-color: transparent;
  border: 3px solid #282828;
  padding: 17px 15px;
  border-radius: 10px;
  cursor: pointer;
  background-image: url(../images/icon-dropdown-arrow.svg);
  background-position: calc(100% - 15px) center;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .single-product .product .wapf select {
    padding: 20px 25px;
  }
}
.single-product .product .wapf select:hover {
  border-color: #404040;
}
.single-product .product .wapf .wapf-product-totals .wapf--inner > div:nth-of-type(1), .single-product .product .wapf .wapf-product-totals .wapf--inner > div:nth-of-type(2) {
  display: none;
}
.single-product .product .wapf .wapf-product-totals .wapf--inner span {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #b9b8b8;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

/******************************************************************************
********************* BASKET
******************************************************************************/
.woocommerce-cart .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .woocommerce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: calc(62% - 16px);
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr {
  background-color: transparent;
  border-bottom: 2px solid #282828;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:last-of-type {
  border-bottom: none !important;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tr {
    display: table-row;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table th, .woocommerce-cart .woocommerce .woocommerce-cart-form table td {
  border: none;
  padding: 0 0 5px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table th, .woocommerce-cart .woocommerce .woocommerce-cart-form table td {
    padding: 5px 25px 5px 5px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table th {
  text-align: left;
  font-weight: bold;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td {
  vertical-align: middle;
  text-align: left !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td:before {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead tr th {
  font-size: 1.375rem;
  background-color: transparent;
  border-bottom: 1.5px solid #282828;
  border-top: none;
  padding: 0 0 7px 5px;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead tr th.product-thumbnail {
  padding-left: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-thumbnail {
  display: table-cell !important;
  width: 150px;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-thumbnail {
    width: 100px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-thumbnail img {
  width: 150px;
  border-radius: 4px;
  border: 2px solid #282828;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-thumbnail img {
    width: 93px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  text-wrap: balance;
  max-width: none;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name {
    max-width: 270px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl {
  margin: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl {
    margin: 0;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl dt, .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl dd, .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl dt p, .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl dd p {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: none;
  color: #b9b8b8;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name dl dt {
  margin-right: 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-name a {
  color: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-price {
  font-size: 0.9375rem;
  color: #b9b8b8;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity {
    width: 150px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity .quantity {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity .quantity {
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity label {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  padding: 20px 35px 20px 0;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/icon-dropdown-arrow.svg);
  background-position: calc(100% - 15px) center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-quantity select:hover {
  border-color: #404040;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-remove {
  display: none;
  width: 100%;
  padding-right: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-remove {
    width: 30px;
    display: table-cell;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table a.remove {
  float: right;
  width: 24px;
  height: 24px;
  background-image: url(../images/basket-remove.svg);
  background-size: contain;
  border-radius: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table a.remove:hover {
  opacity: 0.7;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-subtotal {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 1.375rem;
  line-height: 1;
  text-align: right !important;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table td.product-subtotal {
    text-align: left !important;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.actions {
  padding: 0;
  text-align: right !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td.actions button {
  width: auto !important;
  float: right !important;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 600px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: calc(33% - 16px);
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  margin: 0;
  font-weight: 900;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  border: none !important;
  margin: 15px 0 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 0;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total td {
  font-size: 1.6875rem;
  color: #fff;
  padding-top: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/******************************************************************************
********************* CHECKOUT
******************************************************************************/
.woocommerce-checkout .tabs-holder {
  width: 100%;
  margin-bottom: 16px;
  color: #fff;
}
.woocommerce-checkout .tabs-holder .tab-1,
.woocommerce-checkout .tabs-holder .tab-2 {
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.2 ease-in-out;
  transition: opacity 0.2 ease-in-out;
}
.woocommerce-checkout .tabs-holder .tab-1:hover,
.woocommerce-checkout .tabs-holder .tab-2:hover {
  opacity: 1;
}
.woocommerce-checkout .tabs-holder .tab-1.active,
.woocommerce-checkout .tabs-holder .tab-2.active {
  opacity: 1;
}
.woocommerce-checkout .col-1 h3,
.woocommerce-checkout .col-2 h3 {
  margin: 32px 0 0;
}
.woocommerce-checkout .col-1 .step-1,
.woocommerce-checkout .col-1 .step-2,
.woocommerce-checkout .col-2 .step-1,
.woocommerce-checkout .col-2 .step-2 {
  position: relative;
}
.woocommerce-checkout .col-1 .form-row.woocommerce-invalid label,
.woocommerce-checkout .col-2 .form-row.woocommerce-invalid label {
  color: #fff;
}
.woocommerce-checkout .col-1 .form-row span.required,
.woocommerce-checkout .col-2 .form-row span.required {
  color: #fff;
}
.woocommerce-checkout .col-1 .form-row p.checkout-inline-error-message,
.woocommerce-checkout .col-2 .form-row p.checkout-inline-error-message {
  font-size: 1rem !important;
  margin: 0 0 20px !important;
  color: #ed9112;
}
.woocommerce-checkout .col-1 .form-row.update_totals_on_change span.woocommerce-input-wrapper,
.woocommerce-checkout .col-2 .form-row.update_totals_on_change span.woocommerce-input-wrapper {
  border: 3px solid #282828 !important;
  border-radius: 10px !important;
  padding: 23px 25px !important;
  background-color: transparent !important;
  margin-bottom: 10px !important;
}
.woocommerce-checkout .col-1 .form-row.update_totals_on_change span.woocommerce-input-wrapper strong,
.woocommerce-checkout .col-2 .form-row.update_totals_on_change span.woocommerce-input-wrapper strong {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif !important;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 300 !important;
}
.woocommerce-checkout .col-1 .form-row#order_comments_field,
.woocommerce-checkout .col-2 .form-row#order_comments_field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-checkout .col-1 #order_review,
.woocommerce-checkout .col-2 #order_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.woocommerce-checkout .col-1 #order_review .shop_table,
.woocommerce-checkout .col-2 #order_review .shop_table {
  border: none;
}
.woocommerce-checkout .col-1 #order_review .shop_table tr,
.woocommerce-checkout .col-2 #order_review .shop_table tr {
  background-color: transparent;
}
.woocommerce-checkout .col-1 #order_review .shop_table tr td, .woocommerce-checkout .col-1 #order_review .shop_table tr th,
.woocommerce-checkout .col-2 #order_review .shop_table tr td,
.woocommerce-checkout .col-2 #order_review .shop_table tr th {
  border: none;
  background-color: transparent;
  padding: 0;
}
.woocommerce-checkout .col-1 #order_review .shop_table thead th,
.woocommerce-checkout .col-2 #order_review .shop_table thead th {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  background-color: transparent;
  border-top: none;
  padding: 0 0 7px 0px;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce-checkout .col-1 #order_review .shop_table tbody tr td,
.woocommerce-checkout .col-2 #order_review .shop_table tbody tr td {
  border-top: 1.5px solid #282828;
}
.woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 20px 0;
}
.woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name dl.variation,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name dl.variation {
  margin-top: 0;
}
.woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name dl.variation dt, .woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name dl.variation dd, .woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name dl.variation dt p, .woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name dl.variation dd p,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name dl.variation dt,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name dl.variation dd,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name dl.variation dt p,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name dl.variation dd p {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  color: #b9b8b8;
  text-transform: none;
  font-size: 0.9375rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-name dl.variation dt,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-name dl.variation dt {
  margin-right: 5px;
}
.woocommerce-checkout .col-1 #order_review .shop_table tbody td.product-total,
.woocommerce-checkout .col-2 #order_review .shop_table tbody td.product-total {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
}
.woocommerce-checkout .col-1 #order_review .shop_table tfoot th, .woocommerce-checkout .col-1 #order_review .shop_table tfoot td,
.woocommerce-checkout .col-2 #order_review .shop_table tfoot th,
.woocommerce-checkout .col-2 #order_review .shop_table tfoot td {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.woocommerce-checkout .col-1 #order_review .shop_table tfoot tr.cart-subtotal th, .woocommerce-checkout .col-1 #order_review .shop_table tfoot tr.cart-subtotal td,
.woocommerce-checkout .col-2 #order_review .shop_table tfoot tr.cart-subtotal th,
.woocommerce-checkout .col-2 #order_review .shop_table tfoot tr.cart-subtotal td {
  border-top: 1.5px solid #282828;
  padding-top: 20px;
}
.woocommerce-checkout .col-1 #order_review .shop_table tfoot tr.order-total th, .woocommerce-checkout .col-1 #order_review .shop_table tfoot tr.order-total td,
.woocommerce-checkout .col-2 #order_review .shop_table tfoot tr.order-total th,
.woocommerce-checkout .col-2 #order_review .shop_table tfoot tr.order-total td {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  color: #fff;
}
.woocommerce-checkout .col-1 #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-checkout .col-2 #billing_country_field span.woocommerce-input-wrapper {
  font-family: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 2px 0 0;
  border-radius: 3px;
  border: 1.5px solid #E7E7E7;
  background: #FFF;
  padding: 18px;
}
.woocommerce-checkout .col-1 #billing_country_field span.woocommerce-input-wrapper strong,
.woocommerce-checkout .col-2 #billing_country_field span.woocommerce-input-wrapper strong {
  font-weight: "ital" 0, "wdth" 100, "wght" 400;
}
.woocommerce-checkout .col-1 #payment,
.woocommerce-checkout .col-2 #payment {
  background: transparent;
}
.woocommerce-checkout .col-1 #payment ul.wc_payment_methods,
.woocommerce-checkout .col-1 #payment .form-row.place-order,
.woocommerce-checkout .col-2 #payment ul.wc_payment_methods,
.woocommerce-checkout .col-2 #payment .form-row.place-order {
  padding: 0;
}
.woocommerce-checkout .col-1 #payment label,
.woocommerce-checkout .col-2 #payment label {
  line-height: 1;
}
.woocommerce-checkout .col-1 #payment input[type=radio],
.woocommerce-checkout .col-2 #payment input[type=radio] {
  accent-color: #98fb98;
}
.woocommerce-checkout .col-1 #payment .payment_box,
.woocommerce-checkout .col-2 #payment .payment_box {
  background-color: transparent;
  color: #b9b8b8;
  border-radius: 5px;
  border: 1.5px solid #282828;
}
.woocommerce-checkout .col-1 #payment .payment_box:before,
.woocommerce-checkout .col-2 #payment .payment_box:before {
  display: none;
}
.woocommerce-checkout .col-1 #payment .payment_box p,
.woocommerce-checkout .col-2 #payment .payment_box p {
  margin-top: 0;
}
.woocommerce-checkout .col-1 #payment p.form-row input,
.woocommerce-checkout .col-2 #payment p.form-row input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #282828;
  border-radius: 3px;
  cursor: pointer;
  top: 2px;
  margin-right: 10px;
}
.woocommerce-checkout .col-1 #payment p.form-row input:before,
.woocommerce-checkout .col-2 #payment p.form-row input:before {
  content: "";
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(17, 17, 17, 0.05);
          box-shadow: inset 0px 0px 0px 2px rgba(17, 17, 17, 0.05);
  border-radius: 4px;
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.woocommerce-checkout .col-1 #payment p.form-row input:checked:after,
.woocommerce-checkout .col-2 #payment p.form-row input:checked:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  top: 5px;
  left: 3px;
  background-image: url(../images/icon-tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.woocommerce-checkout .col-1 #payment p.form-row label,
.woocommerce-checkout .col-2 #payment p.form-row label {
  width: 100%;
}
.woocommerce-checkout .col-1 #payment p.form-row span.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-checkout .col-2 #payment p.form-row span.woocommerce-terms-and-conditions-checkbox-text {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 1rem;
  line-height: 100%;
  color: #b9b8b8;
}
.woocommerce-checkout .col-1 #payment p.form-row span.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-checkout .col-2 #payment p.form-row span.woocommerce-terms-and-conditions-checkbox-text a {
  position: relative;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-underline-offset: 0.23em;
  -webkit-text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
          text-decoration: solid underline rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3) 1.5px;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 1.5px;
}
.woocommerce-checkout .col-1 #payment p.form-row span.woocommerce-terms-and-conditions-checkbox-text a:hover,
.woocommerce-checkout .col-2 #payment p.form-row span.woocommerce-terms-and-conditions-checkbox-text a:hover {
  -webkit-text-decoration: solid underline #98fb98 1.5px;
          text-decoration: solid underline #98fb98 1.5px;
  -webkit-text-decoration-color: #98fb98 1.5px;
}
.woocommerce-checkout .col-1 #payment .woocommerce-invalid #terms,
.woocommerce-checkout .col-2 #payment .woocommerce-invalid #terms {
  outline: 1px solid #a00 !important;
  outline-offset: 0px !important;
}
.woocommerce-checkout .col-1 #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .col-2 #payment .woocommerce-terms-and-conditions-wrapper {
  padding-bottom: 20px;
}
.woocommerce-checkout .col-1 #payment #place_order,
.woocommerce-checkout .col-2 #payment #place_order {
  display: table;
  margin: 0 0 0 auto;
}
.woocommerce-checkout .col-1 .btn.next, .woocommerce-checkout .col-1 button.next,
.woocommerce-checkout .col-1 input.next[type=button],
.woocommerce-checkout .col-1 input.next[type=submit], .woocommerce-checkout .col-1 .search-form .next.search-submit, .search-form .woocommerce-checkout .col-1 .next.search-submit,
.woocommerce-checkout .col-2 .btn.next,
.woocommerce-checkout .col-2 button.next,
.woocommerce-checkout .col-2 input.next[type=button],
.woocommerce-checkout .col-2 input.next[type=submit],
.woocommerce-checkout .col-2 .search-form .next.search-submit,
.search-form .woocommerce-checkout .col-2 .next.search-submit {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
  margin: 0;
  float: right;
}
.woocommerce-checkout .col-1 .btn.next:hover, .woocommerce-checkout .col-1 button.next:hover,
.woocommerce-checkout .col-1 input.next[type=button]:hover,
.woocommerce-checkout .col-1 input.next[type=submit]:hover, .woocommerce-checkout .col-1 .search-form .next.search-submit:hover, .search-form .woocommerce-checkout .col-1 .next.search-submit:hover,
.woocommerce-checkout .col-2 .btn.next:hover,
.woocommerce-checkout .col-2 button.next:hover,
.woocommerce-checkout .col-2 input.next[type=button]:hover,
.woocommerce-checkout .col-2 input.next[type=submit]:hover,
.woocommerce-checkout .col-2 .search-form .next.search-submit:hover,
.search-form .woocommerce-checkout .col-2 .next.search-submit:hover {
  border-bottom: 1.5px solid #98fb98;
}
.woocommerce-checkout .col-1 .btn.back, .woocommerce-checkout .col-1 button.back,
.woocommerce-checkout .col-1 input.back[type=button],
.woocommerce-checkout .col-1 input.back[type=submit], .woocommerce-checkout .col-1 .search-form .back.search-submit, .search-form .woocommerce-checkout .col-1 .back.search-submit,
.woocommerce-checkout .col-2 .btn.back,
.woocommerce-checkout .col-2 button.back,
.woocommerce-checkout .col-2 input.back[type=button],
.woocommerce-checkout .col-2 input.back[type=submit],
.woocommerce-checkout .col-2 .search-form .back.search-submit,
.search-form .woocommerce-checkout .col-2 .back.search-submit {
  position: absolute;
  bottom: 80px;
  left: 0;
  margin: 0;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1.5px solid #282828;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration: none;
}
.woocommerce-checkout .col-1 .btn.back:hover, .woocommerce-checkout .col-1 button.back:hover,
.woocommerce-checkout .col-1 input.back[type=button]:hover,
.woocommerce-checkout .col-1 input.back[type=submit]:hover, .woocommerce-checkout .col-1 .search-form .back.search-submit:hover, .search-form .woocommerce-checkout .col-1 .back.search-submit:hover,
.woocommerce-checkout .col-2 .btn.back:hover,
.woocommerce-checkout .col-2 button.back:hover,
.woocommerce-checkout .col-2 input.back[type=button]:hover,
.woocommerce-checkout .col-2 input.back[type=submit]:hover,
.woocommerce-checkout .col-2 .search-form .back.search-submit:hover,
.search-form .woocommerce-checkout .col-2 .back.search-submit:hover {
  border-bottom: 1.5px solid #98fb98;
}
.woocommerce-checkout .col-1 button#place_order,
.woocommerce-checkout .col-2 button#place_order {
  margin-top: 40px !important;
}
.woocommerce-checkout .col-2 {
  border: 3px solid #282828 !important;
  border-radius: 10px;
  padding: 0 30px 20px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .col-2 {
    margin-top: 0;
  }
}
.woocommerce-checkout .col-2 table {
  padding: 0;
  margin: 0 !important;
  border: none !important;
}
.woocommerce-checkout .col-2 table td {
  border-left: none !important;
  border-right: none !important;
}
.woocommerce-checkout .col-2 table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.woocommerce-checkout .col-2 table tr td p {
  text-align: left !important;
}
.woocommerce-checkout .col-2 table tr td dl dt {
  text-align: left !important;
}
.woocommerce-checkout .col-2 table td.product-thumbnail {
  display: block !important;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 160px !important;
  padding: 24px 0;
  border-top: none !important;
  border-bottom: none !important;
}
.woocommerce-checkout .col-2 table td.product-thumbnail:before {
  display: none !important;
}
@media screen and (min-width: 500px) {
  .woocommerce-checkout .col-2 table td.product-thumbnail {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .col-2 table td.product-thumbnail {
    width: 175px;
    border-top: 1px solid rgba(24, 24, 24, 0.1) !important;
  }
}
.woocommerce-checkout .col-2 table a img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1/1;
  border-radius: 5px !important;
  border: 2px solid #282828 !important;
}
.woocommerce-checkout .col-2 table td.product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: none !important;
  border-bottom: none !important;
  width: 100%;
  padding: 0;
}
.woocommerce-checkout .col-2 table td.product-details:before {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .col-2 table td.product-details {
    border-top: 1px solid rgba(24, 24, 24, 0.1) !important;
    padding: 24px 16px;
    width: calc(100% - 175px);
    padding: 15px 0 15px 16px;
  }
}
.woocommerce-checkout .col-2 table td.product-details p {
  margin: 0;
}
.woocommerce-checkout .col-2 table td.product-details p.cart-brand {
  color: #ed9114;
  font-weight: "ital" 0, "wdth" 100, "wght" 700;
}
.woocommerce-checkout .col-2 table td.product-details p.product-name {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce-checkout .col-2 table td.product-details p.product-name a {
  text-decoration: none;
}
.woocommerce-checkout .col-2 table td.product-details dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2px 0;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5 !important;
}
.woocommerce-checkout .col-2 table td.product-details dl.variation dt, .woocommerce-checkout .col-2 table td.product-details dl.variation dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .col-2 table td.product-details dl.variation dt, .woocommerce-checkout .col-2 table td.product-details dl.variation dd {
    width: auto;
  }
}
.woocommerce-checkout .col-2 table td.product-details dl.variation dd {
  margin: 0 0px 5px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .col-2 table td.product-details dl.variation dd {
    margin: 0 5px;
  }
}
.woocommerce-checkout .col-2 table td.product-details dl.variation dd p {
  font-size: 0.875rem;
  font-weight: "ital" 0, "wdth" 100, "wght" 700;
}
.woocommerce-checkout .col-2 table td.product-details p.cart-price {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-weight: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 0.875rem;
  margin: 2px 0;
  display: none;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity {
  display: none;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity .qib-button-wrapper {
  float: left;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity button {
  background-color: transparent;
  padding: 0;
  height: 28px;
  width: 26px;
  font-size: 0.875rem;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity button.minus {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity button.plus {
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity .quantity.wqpmb_quantity {
  height: 28px;
}
.woocommerce-checkout .col-2 table td.product-details .cart-quantity input[type=number] {
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  height: 28px;
  width: 31px;
  padding: 0 0 2px;
}
.woocommerce-checkout .col-2 table td.product-details p.cart-subtotal {
  display: inline-block;
  font-size: 1.375rem;
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-left: 0px;
  margin-top: 5px;
}

/******************************************************************************
********************* CONFIRMATION PAGE
******************************************************************************/
.woocommerce-orders .woocommerce ul.order_details,
.woocommerce-view-order .woocommerce ul.order_details,
.woocommerce-order-received .woocommerce ul.order_details {
  margin: 0;
  padding: 0;
}
.woocommerce-orders .woocommerce ul.order_details li,
.woocommerce-view-order .woocommerce ul.order_details li,
.woocommerce-order-received .woocommerce ul.order_details li {
  border-right: 1.5px solid #282828;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce .woocommerce-customer-details,
.woocommerce-orders .woocommerce .woocommerce-order-details,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce .woocommerce-customer-details,
.woocommerce-view-order .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content,
.woocommerce-order-received .woocommerce .woocommerce-customer-details,
.woocommerce-order-received .woocommerce .woocommerce-order-details {
  margin: 30px 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-orders .woocommerce .woocommerce-customer-details h2,
.woocommerce-orders .woocommerce .woocommerce-order-details h2,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-view-order .woocommerce .woocommerce-customer-details h2,
.woocommerce-view-order .woocommerce .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-order-received .woocommerce .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce .woocommerce-order-details h2 {
  font-size: clamp(2.5rem, 1.228rem + 2.649vw, 3.563rem);
  line-height: 120%;
  margin: 20px 0 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table {
  border: none;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tr,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tr,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tr,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tr,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tr,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tr,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tr,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tr,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tr,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr {
  background-color: transparent;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tr td, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tr th,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tr td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tr th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tr td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tr th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tr td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tr th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tr td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tr th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tr td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tr th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tr td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tr th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tr td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tr th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tr th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tr td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tr th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tr th {
  border: none;
  background-color: transparent;
  padding: 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details thead th,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details thead th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table thead th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details thead th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table thead th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details thead th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details thead th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table thead th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details thead th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table thead th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details thead th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details thead th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table thead th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details thead th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table thead th {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  background-color: transparent;
  border-top: none;
  padding: 0 0 7px 0px;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody tr td,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody tr td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody tr td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody tr td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody tr td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody tr td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody tr td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody tr td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody tr td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody tr td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody tr td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody tr td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody tr td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody tr td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody tr td {
  border-top: 1.5px solid #282828;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name {
  padding: 20px 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name a,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name a,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name a,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name a,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name a,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name a,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name a,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name a,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name a,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name a,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name a {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul {
  margin: 0;
  padding: 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul li,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul li,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul li,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul li,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul li,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul li,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul li,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul li,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul li,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul li,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul li {
  margin: 0;
  padding: 0 0 2px;
  font-family: "peridot-pe-variable", Arial, Helvetica, sans-serif;
  color: #b9b8b8;
  text-transform: none;
  font-size: 0.9375rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul li p,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul li p,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul li p,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul li p,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul li p,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul li p,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name ul li p,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name ul li p,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name ul li p,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name ul li p,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name ul li p {
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation {
  margin-top: 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dd, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt p, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dd,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dd,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dd,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dd,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dd,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt p,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt p,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dd p {
  margin: 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-name dl.variation dt {
  margin-right: 5px;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-total,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-total,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tbody td.product-total,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-total,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tbody td.product-total,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-total,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-total,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-total,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tbody td.product-total,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-total,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tbody td.product-total,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-total,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tbody td.product-total,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.product-total,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tbody td.product-total,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tbody td.product-total,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tbody td.product-total,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tbody td.product-total {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot th, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot th,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot td {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr.cart-subtotal th, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr.cart-subtotal td,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot tr.cart-subtotal th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot tr.cart-subtotal td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot tr.cart-subtotal th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot tr.cart-subtotal td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr.cart-subtotal th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr.cart-subtotal td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot tr.cart-subtotal th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot tr.cart-subtotal td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot tr.cart-subtotal th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot tr.cart-subtotal td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr.cart-subtotal th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr.cart-subtotal td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot tr.cart-subtotal th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot tr.cart-subtotal td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr.cart-subtotal td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot tr.cart-subtotal th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot tr.cart-subtotal td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr.cart-subtotal th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr.cart-subtotal td {
  border-top: 1.5px solid #282828;
  padding-top: 20px;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(2) th, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(2) td, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(3) th, .woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-orders .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-orders .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-view-order .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-view-order .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-order-received .woocommerce .woocommerce-customer-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(2) th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(2) td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(3) th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.order_details tfoot tr:nth-of-type(3) td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(2) td,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) th,
.woocommerce-order-received .woocommerce .woocommerce-order-details table.woocommerce-orders-table tfoot tr:nth-of-type(3) td {
  font-family: "korolev-condensed", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  color: #fff;
}

/******************************************************************************
********************* DESCRIPTION INFOBOX
******************************************************************************/
.fancybox-content.description-modal {
  display: none;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  max-width: 925px;
  padding: 30px 1.25em;
}
@media screen and (min-width: 768px) {
  .fancybox-content.description-modal {
    padding: 50px 75px;
  }
}
.fancybox-content.description-modal .intro {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 90%;
}
.fancybox-content.description-modal .intro h2 {
  margin: 0;
}

/******************************************************************************
********************* 
******************************************************************************/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft, img.alignright, a img.alignleft, a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

a img.aligncenter, img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px 1px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*=align], img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  padding: 2em 1.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 47.5%;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 47.5%;
  }
}

.gallery {
  padding: 0;
  margin: 0 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery dt {
  padding-left: 5px;
  padding-bottom: 5px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery dl {
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl {
  width: 50%;
}

.gallery-columns-3 dl {
  width: 33.33333%;
}

.gallery-columns-4 dl {
  width: 50%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-4 dl {
    width: 25%;
  }
}

.gallery-columns-5 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl {
    width: 20%;
  }
}

.gallery-columns-6 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl {
    width: 14.28%;
  }
}

.gallery-columns-8 dl {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl {
    width: 12.5%;
  }
}

.gallery-columns-9 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl {
    width: 11.11%;
  }
}

.wpcf7 .wpcf7-file {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .ajax-loader {
  margin-left: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D8000C;
  display: block;
  margin-top: -30px;
  padding: 30px 0;
}
.wpcf7-not-valid-tip:before {
  font: 26px/30px dashicons;
  margin-right: 10px;
  vertical-align: middle;
  content: "\f158";
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok:before {
  content: "\f147";
}

.wpcf7-validation-errors:before {
  content: "\f158";
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}