@charset "UTF-8";
:root {
  --page-sticky-nav-h: 60px;
  --site-head-ribbonbar-h: 40px;
  --site-head-statusbar-h: 30px;
  --site-head-searchbar-h: 36px;
  --site-head-mainnav-h: 40px;
  --site-head-mainbar-h: 74px;
  --site-head-h: 104px;
  --offset-anchor-top: calc(var(--site-head-ribbonbar-h) + var(--site-head-statusbar-h) + var(--site-head-mainbar-h) + var(--site-head-mainnav-h));
  --color-text-def: #414042;
  --color-highlight: #CDA186;
}
:root body:has(.site-head-orphaned) {
  --site-head-mainbar-h: 84px;
}
@media (max-width: 1279px) {
  :root {
    --site-head-mainbar-h: 74px;
    --site-head-h: 104px;
  }
  :root body:has(.site-head-orphaned) {
    --site-head-mainbar-h: 78px;
  }
}
@media (max-width: 1023px) {
  :root {
    --site-head-mainbar-h: 48px;
    --site-head-h: 88px;
  }
}
@media (max-width: 599px) {
  :root {
    --site-head-mainbar-h: 48px;
    --site-head-h: 88px;
    --page-sticky-nav-h: 33px;
  }
}

.fs-loading-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 232, 232, 0.7);
  z-index: 999;
  transition: visibility 0s 0.3s, opacity 0.3s 0s;
  visibility: hidden;
  opacity: 0;
}
.fs-loading-panel .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fs-loading-panel img,
.fs-loading-panel svg {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.fs-loading-panel img.ie-only,
.fs-loading-panel svg.ie-only {
  display: none;
}
@media (-ms-high-contrast: none) {
  .fs-loading-panel img _:-ms-lang(x), .fs-loading-panel img,
  .fs-loading-panel svg _:-ms-lang(x),
  .fs-loading-panel svg {
    display: none;
  }
  .fs-loading-panel img _:-ms-lang(x).ie-only, .fs-loading-panel img.ie-only,
  .fs-loading-panel svg _:-ms-lang(x).ie-only,
  .fs-loading-panel svg.ie-only {
    display: block;
  }
}
.fs-loading-panel svg .spinner-inner,
.fs-loading-panel svg .spinner-outer {
  -moz-animation: 1.5s linear 0s normal forwards infinite loader-spinner;
  -o-animation: 1.5s linear 0s normal forwards infinite loader-spinner;
  -webkit-animation: 1.5s linear 0s normal forwards infinite loader-spinner;
  animation: 1.5s linear 0s normal forwards infinite loader-spinner;
}
.fs-loading-panel svg .spinner-outer {
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.show-fs-loading .fs-loading-panel, .show-page-unloading .fs-loading-panel, html:not(.page-loaded) .fs-loading-panel {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.ajax-loading-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 232, 232, 0.7);
  z-index: 999;
  transition: visibility 0s 0.3s, opacity 0.3s 0s;
  visibility: hidden;
  opacity: 0;
}
.ajax-loading-panel .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ajax-loading-panel img,
.ajax-loading-panel svg {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.ajax-loading-panel img.ie-only,
.ajax-loading-panel svg.ie-only {
  display: none;
}
@media (-ms-high-contrast: none) {
  .ajax-loading-panel img _:-ms-lang(x), .ajax-loading-panel img,
  .ajax-loading-panel svg _:-ms-lang(x),
  .ajax-loading-panel svg {
    display: none;
  }
  .ajax-loading-panel img _:-ms-lang(x).ie-only, .ajax-loading-panel img.ie-only,
  .ajax-loading-panel svg _:-ms-lang(x).ie-only,
  .ajax-loading-panel svg.ie-only {
    display: block;
  }
}
.ajax-loading-panel svg .spinner-inner,
.ajax-loading-panel svg .spinner-outer {
  -moz-animation: 1.5s linear 0s normal forwards infinite loader-spinner;
  -o-animation: 1.5s linear 0s normal forwards infinite loader-spinner;
  -webkit-animation: 1.5s linear 0s normal forwards infinite loader-spinner;
  animation: 1.5s linear 0s normal forwards infinite loader-spinner;
}
.ajax-loading-panel svg .spinner-outer {
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.show-ajax-loading .ajax-loading-panel {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

@-moz-keyframes loader-spinner {
  0% {
    -moz-transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform-origin: 50% 50%;
    -moz-transform: rotate(356.4deg);
  }
}
@-webkit-keyframes loader-spinner {
  0% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(356.4deg);
  }
}
@keyframes loader-spinner {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(356.4deg);
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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 {
  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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  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;
  clip-path: inset(-1px -1px);
}

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0 0 0 2.5em;
  list-style-position: outside;
}

li {
  margin: 0;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  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] {
  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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: underline;
  transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, visibility 0s;
}
a:hover, a:focus {
  text-decoration: none;
  transition-duration: 0.1s;
}

input::-ms-clear {
  display: none;
}

input:focus {
  outline: none;
}

button:focus,
a:focus {
  outline-color: #414042;
  outline-width: 1px;
  outline-style: dotted;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gotham-Light_Web.woff2") format("woff2"), url("../fonts/Gotham-Light_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Gotham-LightItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-LightItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gotham-Book_Web.woff2") format("woff2"), url("../fonts/Gotham-Book_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Gotham-BookItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-BookItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham-Medium_Web.woff2") format("woff2"), url("../fonts/Gotham-Medium_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gotham-MediumItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gotham-Bold_Web.woff2") format("woff2"), url("../fonts/Gotham-Bold_Web.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gotham-BoldItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Didot Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DidotDisplay-Regular.woff2") format("woff2"), url("../fonts/DidotDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "Didot Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/DidotDisplay-Demi.woff2") format("woff2"), url("../fonts/DidotDisplay-Demi.woff") format("woff");
}
@font-face {
  font-family: "Didot Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DidotDisplay-Bold.woff2") format("woff2"), url("../fonts/DidotDisplay-Bold.woff") format("woff");
}
@font-face {
  font-family: "Didot";
  font-style: normal;
  font-weight: 400;
  src: local("Didot"), url(../fonts/Didot.ttf) format("truetype");
}
@font-face {
  font-family: "Didot";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Didot-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Didot";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Didot-Bold.ttf) format("truetype");
}
/**
 * Basic typography style for copy text
 */
html {
  font: normal normal 10px / 1.38462 "proxima-nova", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}

body {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: inherit;
}

@media (min-width: 1024px) {
  .main-section-title {
    font: normal 400 40px / 1.33333 "minerva-modern", "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .main-section-title {
    font: normal 400 35px / 1.25 "minerva-modern", "Open Sans", sans-serif;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .main-section-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .block-head .main-section-title {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
  }
  .block-head .main-section-title::after {
    background: black;
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    left: calc(50% - 25px);
  }
}
@media (max-width: 1023px) {
  .block-head .main-section-title {
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative;
  }
  .block-head .main-section-title::after {
    background: black;
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    left: calc(50% - 25px);
  }
}

.module-section-title {
  font: normal 400 35px / 1.25 "minerva-modern", "Open Sans", sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .module-section-title {
    font: normal 400 40px / 1.33333 "minerva-modern", "Open Sans", sans-serif;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .module-section-title {
    margin-bottom: 15px;
  }
}

* + h1 {
  margin-top: 0.67em;
}

p {
  margin: 0;
}

* + p {
  margin-top: 1em;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  letter-spacing: inherit;
}

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

* + ul,
* + ol {
  margin-top: 1.4em;
}

*::-webkit-input-placeholder {
  opacity: 0.4;
}

*::-moz-placeholder {
  opacity: 0.4;
}

*::placeholder {
  opacity: 0.4;
}

/**
 * Clear inner floats
 */
.group::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.price {
  white-space: nowrap;
  font-weight: 400;
}
.price sub {
  font-size: 56%;
  position: static;
  bottom: 0;
  line-height: inherit;
  vertical-align: baseline;
}
.price .price-was {
  opacity: 0.5;
}
.price .price-was span {
  text-decoration: line-through;
}

@media (max-width: 599px) {
  .tblt-min,
  .lg-tblt-min,
  .dtop-min {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .lg-tblt-min,
  .dtop-min {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .dtop-min {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .mobi-max {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobi-max,
  .tblt-max {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .mobi-max,
  .tblt-max,
  .lg-tblt-max {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .hide-mobi,
  .show-tblt:not(.show-mobi),
  .show-lg-tblt:not(.show-mobi),
  .show-dtop:not(.show-mobi) {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .show-mobi:not(.show-tblt),
  .hide-tblt,
  .show-lg-tblt:not(.show-tblt),
  .show-dtop:not(.show-tblt) {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .show-mobi:not(.show-lg-tblt),
  .show-tblt:not(.show-lg-tblt),
  .hide-lg-tblt,
  .show-dtop:not(.show-lg-tblt) {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .show-mobi:not(.show-dtop),
  .show-tblt:not(.show-dtop),
  .show-lg-tblt:not(.show-dtop),
  .hide-dtop {
    display: none !important;
  }
}
.dark-bg {
  color: #ffffff;
}

.light-bg {
  color: #414042;
}

.bg-zoom.apply-preload {
  overflow: hidden;
}

.block-bg-img {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-zoom.apply-preload .block-bg-img {
  -moz-animation: 15s ease-out 0s normal forwards bg-zoom;
  -o-animation: 15s ease-out 0s normal forwards bg-zoom;
  -webkit-animation: 15s ease-out 0s normal forwards bg-zoom;
  animation: 15s ease-out 0s normal forwards bg-zoom;
}
.bg-zoom.apply-fx-t .block-bg-img, .bg-zoom.apply-fx-b .block-bg-img {
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}

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

.dd-list {
  position: relative;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.15%22%3E%3Cpolygon%20style%3D%22fill%3A%23CDA186%22%20points%3D%2215%2012.35%202.38%200%200%202.15%2015%2017.15%2030%202.15%2027.49%200%2015%2012.35%22%2F%3E%3C%2Fsvg%3E) no-repeat right 0 top 50% transparent;
  background-size: 11px 6px;
}
.dd-list:not(.show-options) .dd-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.dd-list .dd-options {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s;
  min-width: 200px;
  overflow: hidden;
  right: 0;
  top: 100%;
  border-top-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.dd-list .dd-options a {
  display: block;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 13px 20px;
  text-decoration: none;
  line-height: 19px;
  cursor: pointer;
}
.dd-list .dd-options a:not(:last-child) {
  margin-bottom: -1px;
}
.dd-list .dd-options a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background-color: #EAEAEA;
}
.dd-list .dd-options a:hover, .dd-list .dd-options a:focus {
  background-color: #EAEAEA;
  color: inherit;
}
.dd-list .show-me {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2018.5%22%3E%3Cpolygon%20style%3D%22fill%3A%23CDA186%22%20points%3D%223.5%2018.5%2015%207%2026.5%2018.5%2030%2015%2015%200%200%2015%203.5%2018.5%22%2F%3E%3C%2Fsvg%3E);
}
.dd-list a {
  display: block;
  padding-right: 20px;
  text-decoration: none;
}
.dd-list a:hover, .dd-list a:focus {
  color: #CDA186;
}
.dd-list .dd-label::after {
  content: ":";
}
.dd-list .dd-text {
  font-weight: 500;
}

.bulleted {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0;
}
.bulleted li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.bulleted li::before {
  content: "";
  background: #CDA186;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 13px 0 -18px;
  vertical-align: middle;
}
.bulleted li + li {
  margin-top: 10px;
}

@-moz-keyframes bg-zoom {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes bg-zoom {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes bg-zoom {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.reg-to-order-msg a {
  font-weight: 500;
}

.ordertype-tag {
  position: relative;
}
.ordertype-tag::before,
.ordertype-tag * {
  vertical-align: middle;
}
.ordertype-tag::before {
  content: attr(tag);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 15px;
  width: 25px;
  text-align: center;
  background-color: #eaeaea;
  color: #414042;
}
.ordertype-tag[tag-full]::after {
  content: attr(tag-full);
  position: absolute;
  top: calc(100% + 6px);
  left: calc(100% - 6px);
  text-transform: none;
  background-color: #e5e3e4;
  color: #474748;
  border: 1px solid #cacaca;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  padding: 0 5px;
  text-align: center;
  transform: scale(0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .ordertype-tag[tag-full]::after {
    display: none !important;
  }
}
.ordertype-tag[tag-full]:hover::after {
  transform: scale(1);
}

.ordertype-tag[tag=ord]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.ordertype-tag[tag=onl]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.ordertype-tag[tag=edi]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.ordertype-tag[tag=csh]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.ordertype-tag[tag=rtn]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.ordertype-tag[tag=crd]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.ordertype-tag[tag=dbt]::before {
  background-color: #e6e6e6;
  color: #414042;
}

.lozenge-header {
  color: inherit;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.lozenge-header::before {
  content: "";
  position: absolute;
  background-color: #bebebe;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lozenge-header span {
  z-index: 1;
  border: 1px solid #bebebe;
  background-color: #fff;
  color: inherit;
  line-height: 22px;
  font-size: 12px;
  padding: 0 20px;
  min-width: 150px;
  border-radius: 100px;
  text-align: center;
  position: relative;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lozenge-header.emphasized-header::before {
  background-color: #CDA186;
}
.lozenge-header.emphasized-header span {
  border-color: #CDA186;
  color: #CDA186;
  font-weight: 700;
}

.promo-text {
  background-color: #ef423c;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

body {
  --rb-H: 0px;
  --sb-H: 0px;
  --mb-H: 0px;
  --nb-H: 0px;
  --sn-H: 0px;
}
body .module-page-sticky-nav ~ .offset-anchor,
body .module-page-sticky-nav ~ * .offset-anchor {
  --sn-H: var(--page-sticky-nav-h);
}
body:has(#site-head #site-ribbon-bar .comp-ribbon) {
  --rb-H: var(--site-head-ribbonbar-h);
}
body:has(#site-head .status-bar) {
  --sb-H: var(--site-head-statusbar-h);
}
body:has(#site-head .main-bar) {
  --mb-H: var(--site-head-mainbar-h);
}
body:has(#site-head .main-nav) {
  --nb-H: var(--site-head-mainnav-h);
}
@media (max-width: 1023px) {
  body:has(#site-head #site-head-qsrch) {
    --sb-H: var(--site-head-searchbar-h);
    --nb-H: 0px;
  }
}

.js-offset-anchor {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.btn {
  background-color: transparent;
  color: #6e6e6e;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 45px;
  max-height: none;
  border: 2px solid transparent;
  padding: 10px 20px;
  font: normal normal 16px / 1.38462 "proxima-nova", "Open Sans", sans-serif;
  border-radius: 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, fill 0.3s, visibility 0s;
  position: relative;
}
.btn img,
.btn svg {
  display: inline-block;
  vertical-align: baseline;
  height: 1em;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s, visibility 0s;
  margin-right: 0.62em;
}
.btn img .fg,
.btn svg .fg {
  transition: all 0.3s;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover svg .fg,
.btn:hover svg .fg-2 {
  fill: #CDA186;
  stroke: #CDA186;
}

.btn-primary {
  border-width: 0;
  background-color: #CDA186;
  color: #414042;
  border-color: #CDA186;
}
.btn-primary svg .fg,
.btn-primary svg .fg-2 {
  fill: #414042;
  stroke: #414042;
}
.btn-primary:hover {
  background-color: #414042;
  color: #CDA186;
  border-color: #414042;
}
.btn-primary:hover svg .fg,
.btn-primary:hover svg .fg-2 {
  fill: #CDA186;
  stroke: #CDA186;
}
.btn-primary:focus {
  background-color: #414042;
  color: #CDA186;
  border-color: #414042;
}
.btn-primary:focus svg .fg,
.btn-primary:focus svg .fg-2 {
  fill: #CDA186;
  stroke: #CDA186;
}
.btn-primary:disabled, .btn-primary[disabled], .btn-primary.disabled {
  background-color: #EAEAEA;
  color: #ffffff;
  border-color: #EAEAEA;
  cursor: default !important;
}
.btn-primary:disabled svg .fg,
.btn-primary:disabled svg .fg-2, .btn-primary[disabled] svg .fg,
.btn-primary[disabled] svg .fg-2, .btn-primary.disabled svg .fg,
.btn-primary.disabled svg .fg-2 {
  fill: #ffffff;
  stroke: #ffffff;
}

.btn-secondary {
  background-color: #ffffff;
  color: #414042;
  border-color: #EAEAEA;
}
.btn-secondary:hover {
  background-color: #EAEAEA;
  color: #3D3D3E;
  border-color: #EAEAEA;
}
.btn-secondary:hover svg .fg,
.btn-secondary:hover svg .fg-2 {
  fill: #3D3D3E;
  stroke: #3D3D3E;
}
.btn-secondary:focus {
  background-color: #EAEAEA;
  color: #3D3D3E;
  border-color: #EAEAEA;
}
.btn-secondary:focus svg .fg,
.btn-secondary:focus svg .fg-2 {
  fill: #3D3D3E;
  stroke: #3D3D3E;
}
.btn-secondary:disabled, .btn-secondary[disabled], .btn-secondary.disabled {
  background-color: #ffffff;
  color: #EAEAEA;
  border-color: #EAEAEA;
  cursor: default !important;
}
.btn-secondary:disabled svg .fg,
.btn-secondary:disabled svg .fg-2, .btn-secondary[disabled] svg .fg,
.btn-secondary[disabled] svg .fg-2, .btn-secondary.disabled svg .fg,
.btn-secondary.disabled svg .fg-2 {
  fill: #EAEAEA;
  stroke: #EAEAEA;
}

.btn-tertiary {
  background-color: #ffffff;
  color: #6e6e6e;
  border-color: #e7e7e7;
}
.btn-tertiary:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #393939;
}
.btn-tertiary:hover svg .fg,
.btn-tertiary:hover svg .fg-2 {
  fill: #000000;
  stroke: #000000;
}
.btn-tertiary:focus {
  background-color: #ffffff;
  color: #000000;
  border-color: #393939;
}
.btn-tertiary:focus svg .fg,
.btn-tertiary:focus svg .fg-2 {
  fill: #000000;
  stroke: #000000;
}
.btn-tertiary:disabled, .btn-tertiary[disabled], .btn-tertiary.disabled {
  background-color: #ffffff;
  color: #bebebe;
  border-color: #bebebe;
  cursor: default !important;
}
.btn-tertiary:disabled svg .fg,
.btn-tertiary:disabled svg .fg-2, .btn-tertiary[disabled] svg .fg,
.btn-tertiary[disabled] svg .fg-2, .btn-tertiary.disabled svg .fg,
.btn-tertiary.disabled svg .fg-2 {
  fill: #bebebe;
  stroke: #bebebe;
}

.btn-toggles {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-slim {
  letter-spacing: -0.8px;
  line-height: 16px;
  min-height: 35px;
  font-size: 13px;
  padding: 0 15px;
  border-radius: 10px;
  border-width: 1px;
  height: 35px;
}

.btn-link {
  background-color: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 20px;
  max-height: none;
  border: 0;
  padding: 0;
  font: inherit;
  text-decoration: none;
  text-transform: none;
  transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, visibility 0s;
}
.btn-link img,
.btn-link svg {
  display: inline-block;
  vertical-align: baseline;
  height: 1em;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s, visibility 0s;
  margin-right: 0.62em;
}
.btn-link img .fg,
.btn-link svg .fg {
  transition: all 0.3s;
}
.btn-link.selected {
  color: #CDA186;
}
.btn-link.selected svg .fg {
  fill: #CDA186;
  stroke: #CDA186;
}
.btn-link:hover, .btn-link:focus {
  transition-duration: 0.1s;
  color: #CDA186;
  cursor: pointer;
}
.btn-link:hover svg .fg, .btn-link:focus svg .fg {
  fill: #CDA186;
  stroke: #CDA186;
}
.btn-link:disabled, .btn-link[disabled], .btn-link.disabled {
  opacity: 0.5;
  cursor: default !important;
}

.btn-mini {
  background-color: transparent;
  color: #414042;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 21px;
  max-height: none;
  border: 1px solid #bebebe;
  padding: 2px 10px;
  font: normal 400 11px / 15px "proxima-nova", "Open Sans", sans-serif;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, visibility 0s;
  position: relative;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.btn-mini > *:not(:first-child) {
  margin-left: 8px;
}
.btn-mini:hover {
  cursor: pointer;
}
.btn-mini:disabled, .btn-mini[disabled], .btn-mini.disabled {
  background-image: none !important;
  background-color: #fff !important;
  color: #bebebe !important;
  border-color: #bebebe !important;
  cursor: default !important;
}
.btn-mini .btn-ico {
  max-width: 11px;
  max-height: 11px;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.html-select {
  position: relative;
  display: inline-flex;
  text-align: left;
}
.html-select.comp-inp .html-select-text {
  display: flex;
  align-items: center;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.15%22%3E%3Cpolygon%20style%3D%22fill%3A%23CDA186%22%20points%3D%2215%2012.35%202.38%200%200%202.15%2015%2017.15%2030%202.15%2027.49%200%2015%2012.35%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 50% transparent;
  background-size: auto 20%;
  background-color: #fff;
  padding-right: 35px;
  border: 1px solid #bebebe;
  border-radius: 5px;
}
.html-select.comp-inp .html-select-text .js-sel-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
}
.html-select.comp-inp .html-select-text .js-sel-text > * {
  text-decoration: inherit;
}
.html-select.comp-inp .html-select-text .js-sel-text .selected + .selected::before {
  content: ", ";
  display: inline;
}
.html-select select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  opacity: 0;
  z-index: 1;
}
.html-select .html-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(300% - 2px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 0 0 20px 20px;
  visibility: hidden;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.html-select .html-select-options a {
  display: block;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 13px 20px;
  text-decoration: none;
  line-height: 19px;
  cursor: pointer;
}
.html-select .html-select-options a:not(:last-child) {
  margin-bottom: -1px;
}
.html-select .html-select-options a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background-color: #EAEAEA;
}
.html-select .html-select-options a.selected {
  background-color: #EAEAEA;
}
.html-select .html-select-options + select {
  left: auto;
  right: 100vw;
  width: 10px;
  height: 10px;
}
.html-select .html-select-options [data-color-code] {
  padding-left: 54px;
}
.html-select [data-color-code] {
  padding-left: 34px;
}
.html-select [data-color-code] .swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  right: calc(100% - 41px);
  top: calc(50% - 12px);
  box-shadow: 0 0 2px 0 #EAEAEA;
}
.html-select.show-options .html-select-options {
  visibility: visible;
}
.html-select.is-focused .html-select-text {
  border-color: #CDA186;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.15%22%3E%3Cpolygon%20style%3D%22fill%3A%23CDA186%22%20points%3D%2215%2012.35%202.38%200%200%202.15%2015%2017.15%2030%202.15%2027.49%200%2015%2012.35%22%2F%3E%3C%2Fsvg%3E);
}
@media (-ms-high-contrast: none) {
  .html-select .html-select-text _:-ms-lang(x), .html-select .html-select-text {
    height: 48px;
    line-height: 48px;
  }
}

.html-radio [type=radio] {
  position: absolute;
  left: auto;
  width: 10px;
  height: 10px;
  right: 1000vw;
}

.comp-inp {
  color: #414042;
  font-size: 1.4rem;
  line-height: 1.35;
}
.comp-inp.required label::after {
  content: "*";
}
.comp-inp.comp-textarea {
  max-width: 100%;
  flex-basis: 100%;
}
.comp-inp + .comp-inp {
  margin-top: 20px;
}
.comp-inp .chars {
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0.5em 0 0 auto;
  text-align: right;
  color: #6e6e6e;
}
.comp-inp .chars::before {
  content: "(";
}
.comp-inp .chars::after {
  content: ")";
}
.comp-inp .chars .chars-max::before {
  content: " / ";
}

.inp-cb {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 4px;
  padding-bottom: 4px;
}
.inp-cb [type=checkbox] {
  position: absolute;
  right: 200vw;
  left: auto;
}
.inp-cb [type=checkbox]:checked + .comp-inline-cb {
  background-size: 60% auto;
}
.inp-cb .comp-inline-cb {
  float: left;
  width: 26px !important;
  height: 26px;
  margin: -4px 10px -4px 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%23414042%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: 0% 0%;
  transition: background 0.1s;
}
.inp-cb .comp-inline-cb + label {
  display: block;
  padding-left: 36px !important;
}

.comp-inp input,
.comp-inp textarea {
  box-shadow: none !important;
}

.comp-inp input,
.comp-inp textarea,
.comp-inp .html-select-text,
.html-radio .html-radio-label,
.file-attachment-buttons .btn-browse {
  padding: 10px 20px;
  min-height: 48px;
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none !important;
  resize: none;
  background-color: transparent;
  border-radius: inherit;
}

.anim-label {
  position: relative;
}
.anim-label label {
  color: #6e6e6e;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(0);
  font-size: 14px;
  transition: all 0.3s;
}
.anim-label:not(.is-empty) label, .anim-label.is-focused label {
  transform: translateY(-100%);
  font-size: 10px;
  height: 50%;
  opacity: 1;
}
.anim-label input::placeholder {
  transition: opacity 0.3s;
}
.anim-label:not(.is-focused) input::placeholder {
  opacity: 0;
}

.comp-inp ~ .msg-err,
.comp-inp ~ .was-errored-msg {
  font-size: 1.2rem;
  margin-top: 12px;
}

:not(.labelled-inp) > .comp-inp:not(.was-errored) ~ .was-errored-msg,
.labelled-inp:not(.was-errored) .comp-inp ~ .was-errored-msg,
:not(.labelled-inp) > .comp-inp:not(.is-invalid) ~ .msg-err,
.labelled-inp:not(.is-invalid) .comp-inp ~ .msg-err {
  display: none;
}

.error .comp-inp:not(.html-select):not(.html-radio):not(.file-upload), .error.comp-inp:not(.html-select):not(.html-radio):not(.file-upload),
.error .comp-inp.html-select .html-select-text, .error.comp-inp.html-select .html-select-text,
.error .comp-inp.html-radio .html-radio-label, .error.comp-inp.html-radio .html-radio-label,
.is-invalid .comp-inp:not(.html-select):not(.html-radio):not(.file-upload),
.is-invalid.comp-inp:not(.html-select):not(.html-radio):not(.file-upload),
.is-invalid .comp-inp.html-select .html-select-text,
.is-invalid.comp-inp.html-select .html-select-text,
.is-invalid .comp-inp.html-radio .html-radio-label,
.is-invalid.comp-inp.html-radio .html-radio-label {
  border-color: #9E0000;
  color: #9E0000;
}

.inp-password.is-matched ~ .not-matched-err,
.inp-password:not(.is-matched):not(:has([type=password]:user-invalid, [type=password]:user-valid)) ~ .not-matched-err {
  display: none;
}

.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload)),
.comp-inp.html-select .html-select-text,
.comp-inp.html-radio .html-radio-label,
.file-attachment-buttons .btn-browse {
  position: relative;
  border: 1px solid #bebebe;
  border-radius: 5px;
  background-color: #fff;
}

.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.qty-neg-pos):not(.is-empty):not(.js-comp-promo-code)).is-valid,
*:not(.variant-selector) > .comp-inp.html-select.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-select-text,
.comp-inp.html-radio.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-radio-label {
  border-color: #00bda5;
}
.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.qty-neg-pos):not(.is-empty):not(.js-comp-promo-code)).is-valid:not(.inp-password).html-select-text, .comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.qty-neg-pos):not(.is-empty):not(.js-comp-promo-code)).is-valid:not(.inp-password).html-radio-label,
*:not(.variant-selector) > .comp-inp.html-select.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-select-text:not(.inp-password).html-select-text,
*:not(.variant-selector) > .comp-inp.html-select.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-select-text:not(.inp-password).html-radio-label,
.comp-inp.html-radio.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-radio-label:not(.inp-password).html-select-text,
.comp-inp.html-radio.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-radio-label:not(.inp-password).html-radio-label {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%2300bda5%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: auto 25%;
}
.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.qty-neg-pos):not(.is-empty):not(.js-comp-promo-code)).is-valid:not(.inp-password):not(.html-select-text):not(.html-radio-label):not(.file-upload):not(.qty-neg-pos):not(:has(textarea)),
*:not(.variant-selector) > .comp-inp.html-select.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-select-text:not(.inp-password):not(.html-select-text):not(.html-radio-label):not(.file-upload):not(.qty-neg-pos):not(:has(textarea)),
.comp-inp.html-radio.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-radio-label:not(.inp-password):not(.html-select-text):not(.html-radio-label):not(.file-upload):not(.qty-neg-pos):not(:has(textarea)) {
  padding-right: 30px;
}
.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.qty-neg-pos):not(.is-empty):not(.js-comp-promo-code)).is-valid:not(.inp-password):not(.html-select-text):not(.html-radio-label):not(.file-upload):not(.qty-neg-pos):not(:has(textarea))::after,
*:not(.variant-selector) > .comp-inp.html-select.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-select-text:not(.inp-password):not(.html-select-text):not(.html-radio-label):not(.file-upload):not(.qty-neg-pos):not(:has(textarea))::after,
.comp-inp.html-radio.is-valid:where(:not(.is-empty):not(.uom-selector):not(.unit-selector)) .html-radio-label:not(.inp-password):not(.html-select-text):not(.html-radio-label):not(.file-upload):not(.qty-neg-pos):not(:has(textarea))::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 0;
  width: 20px;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%2300bda5%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: auto 25%;
}

.is-valid:where(:not(.is-empty)) [required] ~ .comp-inp.comp-inline-cb {
  border-color: #00bda5;
}

.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload)).is-focused,
.comp-inp:not(.html-select):not(.html-radio).is-focused,
.comp-inp.html-select.is-focused .html-select-text,
.comp-inp.html-radio.is-focused .html-radio-label,
.is-focused [type=checkbox] ~ .comp-inp.comp-inline-cb {
  border-color: #CDA186;
}

.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.is-empty):not(.js-comp-promo-code)).is-disabled,
.comp-inp.html-select.is-disabled:not(.is-empty) .html-select-text,
.comp-inp.html-radio.is-disabled:not(.is-empty) .html-radio-label {
  border-color: #6e6e6e;
  color: #6e6e6e;
  opacity: 0.5;
}
.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.is-empty):not(.js-comp-promo-code)).is-disabled:not(.inp-password)::after,
.comp-inp.html-select.is-disabled:not(.is-empty) .html-select-text:not(.inp-password)::after,
.comp-inp.html-radio.is-disabled:not(.is-empty) .html-radio-label:not(.inp-password)::after {
  background-image: none !important;
}

.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.is-empty):not(.js-comp-promo-code)).is-readonly,
.comp-inp.html-select.is-readonly:not(.is-empty) .html-select-text,
.comp-inp.html-radio.is-readonly:not(.is-empty) .html-radio-label {
  border-color: #6e6e6e;
  color: #6e6e6e;
  opacity: 0.5;
}
.comp-inp:where(:not(.html-select):not(.html-radio):not(.file-upload):not(.is-empty):not(.js-comp-promo-code)).is-readonly:not(.inp-password)::after,
.comp-inp.html-select.is-readonly:not(.is-empty) .html-select-text:not(.inp-password)::after,
.comp-inp.html-radio.is-readonly:not(.is-empty) .html-radio-label:not(.inp-password)::after {
  background-image: none !important;
}

.comp-inp textarea {
  width: 100%;
  resize: vertical;
  min-height: 100px;
  height: 100px;
}
.comp-inp textarea + .chars {
  margin-top: -1.4em;
  position: relative;
  top: -6px;
  right: 8px;
}

.inp-validation-rules {
  font-size: 1.2rem;
  margin: 20px 0 0 0;
}
.inp-validation-rules ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.inp-validation-rules ul li {
  position: relative;
  margin: 10px 0 0 2.5em;
  padding: 0;
  min-height: 1.66666em;
  text-indent: -2.5em;
}
.inp-validation-rules ul li::before {
  content: "";
  width: 1.66666em;
  height: 1.66666em;
  border: 1px solid #bebebe;
  border-radius: 100%;
  vertical-align: text-bottom;
  margin: 0 0.9em 0 0;
  display: inline-block;
}
.inp-validation-rules ul li.passed::before {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%2300bda5%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: auto 47%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
}

.fieldset {
  border: 0;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fieldset .labelled-inp .inp-label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0 0 10px;
}
.fieldset .labelled-inp .comp-inp {
  width: 100%;
}
.fieldset .labelled-inp {
  margin-top: 20px;
}
fieldset:first-child > .fieldset:first-child > .labelled-inp:first-child {
  margin-top: 0;
}

.fieldset > .fieldset-header,
.fieldset > .comp-inp,
.fieldset > .labelled-inp,
.fieldset > .fieldset-section-header {
  flex: 1 1 100%;
  max-width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.fieldset-section-header {
  color: inherit;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.fieldset-section-header::before {
  content: "";
  position: absolute;
  background-color: #bebebe;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fieldset-section-header span {
  z-index: 1;
  border: 1px solid #bebebe;
  background-color: #fff;
  color: inherit;
  line-height: 22px;
  font-size: 12px;
  padding: 0 20px;
  min-width: 150px;
  border-radius: 100px;
  text-align: center;
  position: relative;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fieldset-section-header.emphasized-header::before {
  background-color: #CDA186;
}
.fieldset-section-header.emphasized-header span {
  border-color: #CDA186;
  color: #CDA186;
  font-weight: 700;
}

.fieldset-header {
  flex: 0 1 100%;
  overflow: hidden;
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .fieldset-header {
    margin-top: 30px;
  }
}
.fieldset-header span {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
.fieldset-header span::after {
  content: "";
  background-color: #EAEAEA;
  position: absolute;
  right: -100vw;
  left: 100%;
  top: 50%;
  height: 1px;
}
.fieldset-header + * {
  margin-top: 20px;
}

.form-btn-row {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .form-btn-row {
    justify-content: flex-end;
    margin-top: 35px;
  }
}
.form-btn-row + .form-btn-row {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .form-btn-row .btn {
    letter-spacing: -0.8px;
    line-height: 16px;
    min-height: 35px;
    font-size: 13px;
    padding: 0 15px;
    border-radius: 10px;
    border-width: 1px;
    height: 35px;
  }
}
.form-btn-row .reg-to-order-msg:first-child {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .form-btn-row .reg-to-order-msg {
    margin: -20px 0 20px;
    text-align: center;
    width: 100%;
  }
}
.form-btn-row > * {
  margin-left: 20px;
  min-width: 128px;
}
.form-btn-row > *:first-child {
  margin-left: 0;
}

.popup-product-enquiry .product-enquiry-form .inp-enq-type,
.popup-product-enquiry .product-enquiry-form .inp-loc,
.popup-product-enquiry .product-enquiry-form .inp-email,
.popup-product-enquiry .product-enquiry-form .inp-ph {
  flex-basis: calc(50% - 20px);
}
.product-enquiry-form .html-select .html-select-options {
  max-height: calc(600% - 2px);
}

.popup-general-contact-us .general-enquiry-form .inp-enq-type,
.popup-general-contact-us .general-enquiry-form .inp-loc,
.popup-general-contact-us .general-enquiry-form .inp-email,
.popup-general-contact-us .general-enquiry-form .inp-ph {
  flex-basis: calc(50% - 20px);
}
.general-enquiry-form .html-select .html-select-options {
  max-height: calc(600% - 2px);
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.inp-password.comp-inp {
  position: relative;
}
.inp-password.comp-inp .pword-reveal,
.inp-password.comp-inp .capslock-status {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 16px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.5%22%3E%3Cg%20fill%3D%22%23CCA187%22%20strokeWidth%3D%220%22%3E%3Cpath%20d%3D%22M29.89,8.39C29.65,8.06,24,0,15,0,7.3,0,.44,8,.15,8.35a.61.61,0,0,0,0,.8C.44,9.49,7.3,17.5,15,17.5s14.56-8,14.85-8.35A.63.63,0,0,0,29.89,8.39ZM15,16.25c-6.17,0-12-5.88-13.54-7.5C3,7.14,8.82,1.25,15,1.25c7.22,0,12.32,5.88,13.57,7.47C27.13,10.28,21.23,16.25,15,16.25Z%22%2F%3E%3Cpath%20d%3D%22M15,3.75a5,5,0,1,0,5,5h0A5,5,0,0,0,15,3.75Zm0,8.75a3.75,3.75,0,1,1,3.75-3.75h0A3.75,3.75,0,0,1,15,12.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: auto 100%;
  text-indent: -100vw;
  text-align: left;
  overflow: hidden;
}
.inp-password.comp-inp .pword-reveal + .capslock-status {
  right: 43px;
}
.inp-password.comp-inp .capslock-status {
  width: 13px;
  height: 15px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.49%2017.5%22%3E%3Cpath%20style%3D%22fill%3A%23CCA187%3Bstroke-width%3A0%3B%22%20d%3D%22M15.46,8.5s0-.02,0-.03c-.03-.07-.06-.14-.12-.2L8.2,.2s0,0,0,0c-.04-.04-.09-.07-.14-.1-.03-.02-.06-.04-.1-.06-.04-.02-.09-.02-.13-.03-.04,0-.07-.02-.11-.01-.05,0-.09,.02-.14,.03-.03,0-.06,.01-.09,.02-.07,.03-.13,.08-.19,.14,0,0,0,0-.01,0l-.13,.15L.15,8.27s-.02,.03-.03,.04c-.03,.04-.06,.08-.08,.13,0,.02,0,.03-.01,.05-.01,.05-.02,.1-.03,.15,0,.02,0,.04,0,.05,0,.07,.02,.13,.04,.19,0,0,0,.01,0,.02,.03,.07,.07,.13,.12,.18,0,0,.01,.01,.02,.02,.05,.05,.11,.09,.17,.11,0,0,.01,0,.02,0,.07,.03,.15,.05,.23,.05h3.51v3.51c0,.33,.27,.6,.6,.6h3.44s2.63,0,2.63,0c.25,0,.46-.15,.56-.37,.03-.07,.05-.15,.05-.23v-3.51h0s3.51,0,3.51,0c0,0,0,0,.01,0,.07,0,.13-.01,.19-.03,.01,0,.02-.01,.04-.02,.05-.02,.1-.05,.14-.09,.01-.01,.02-.02,.04-.03,.05-.05,.09-.1,.12-.16,0,0,0-.01,.01-.02,.03-.07,.05-.14,.05-.21,0-.01,0-.02,0-.03,0-.06,0-.13-.03-.19Zm-.57,.17h-4.11v4.11h0s-6.06,0-6.06,0v-4.11H.6L7.74,.6l7.14,8.07s0,0,0,0Zm-3.9,6.13c-.07-.03-.14-.04-.22-.04H4.71c-.08,0-.16,.02-.23,.05-.22,.09-.37,.31-.37,.56v1.53c0,.25,.15,.47,.37,.56,.07,.03,.15,.05,.23,.05h6.06c.25,0,.46-.15,.56-.37,.03-.07,.05-.15,.05-.24v-1.53c0-.26-.16-.47-.39-.56Zm-.22,2.09H4.71v-1.53s6.06,0,6.06,0v1.53s0,0,0,0Z%22%2F%3E%3C%2Fsvg%3E);
  display: none;
}

.inp-password input:not([type=password]) + .pword-reveal {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.5%22%3E%3Cg%20fill%3D%22%2300bda5%22%20strokeWidth%3D%220%22%3E%3Cpath%20d%3D%22M29.89,8.39C29.65,8.06,24,0,15,0,7.3,0,.44,8,.15,8.35a.61.61,0,0,0,0,.8C.44,9.49,7.3,17.5,15,17.5s14.56-8,14.85-8.35A.63.63,0,0,0,29.89,8.39ZM15,16.25c-6.17,0-12-5.88-13.54-7.5C3,7.14,8.82,1.25,15,1.25c7.22,0,12.32,5.88,13.57,7.47C27.13,10.28,21.23,16.25,15,16.25Z%22%2F%3E%3Cpath%20d%3D%22M15,3.75a5,5,0,1,0,5,5h0A5,5,0,0,0,15,3.75Zm0,8.75a3.75,3.75,0,1,1,3.75-3.75h0A3.75,3.75,0,0,1,15,12.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.capslock-on .inp-password .capslock-status {
  display: block;
}

fieldset.is-collapsed,
.fieldset.is-collapsed {
  display: none;
}

.fieldset.register-address .inp-post-code,
.fieldset.register-address .inp-state {
  flex: 1 1 50%;
  max-width: calc(50% - 20px);
}

.comp-inp[data-currencysymbol] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-inp[data-currencysymbol]::before {
  content: attr(data-currencySymbol);
  flex: 0 0 auto;
  padding-left: 20px;
  font-weight: 500;
}
.comp-inp[data-currencysymbol] input {
  padding-left: 0;
}

.inp-intl-ph .comp-inp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inp-intl-ph .comp-inp > * {
  flex: 1 1 auto;
}
.inp-intl-ph .comp-inp > .flag {
  flex: 1 0 60px;
  border-right: 1px solid #bebebe;
  padding: 0 15px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.inp-intl-ph .comp-inp > .flag img,
.inp-intl-ph .comp-inp > .flag svg {
  position: relative;
  margin: 0 auto;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.inp-intl-ph .comp-inp > .intl-prefix {
  justify-content: right;
  flex: 1 1 auto;
  padding: 0 0 0 15px;
}
.inp-intl-ph .comp-inp > .intl-prefix + input {
  padding-left: 5px;
}

.incremental-add,
.incremental-remove {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-top: 20px;
}
.incremental-add .indicator,
.incremental-remove .indicator {
  border-radius: 100px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bebebe;
  position: relative;
  margin-right: 5px;
}
.incremental-add .indicator::before, .incremental-add .indicator::after,
.incremental-remove .indicator::before,
.incremental-remove .indicator::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #414042;
}

.inp-label .incremental-remove {
  margin-top: 0;
}

.incremental-add .indicator::after {
  transform: rotate(-90deg);
}

label .incremental-remove {
  float: right;
}

.js-incremental:has(> .fieldset:nth-last-child(2):not(.expanded)) .incremental-remove {
  display: none;
}

fieldset:has(.js-incremental-xtra.expanded :invalid) .incremental-add {
  pointer-events: none;
  opacity: 0.5;
}

fieldset:has(.js-incremental-xtra.expanded :invalid) .incremental-add {
  pointer-events: none;
  opacity: 0.5;
}

.fieldset-toggle {
  margin-top: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.fieldset-toggle .indicator {
  border-radius: 100px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bebebe;
  position: relative;
  margin-right: 5px;
}
.fieldset-toggle .indicator::before, .fieldset-toggle .indicator::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #414042;
  transition: all 0.3s;
}
.fieldset-toggle .is-collapsed .indicator::before {
  transform: rotate(-180deg);
}
.fieldset-toggle .is-collapsed .indicator::after {
  transform: rotate(-90deg);
}
.fieldset-toggle .is-collapsed .remer {
  display: none;
}
.fieldset-toggle .js-expcol:not(.is-collapsed) .adder {
  display: none;
}

#reg-pa-addr-detail {
  display: none;
}

.file-attachments .file-attachment-buttons {
  position: relative;
}
.file-attachments .attachment-button.mask-button button {
  opacity: 0.5;
  cursor: default !important;
}
.file-attachments .attachment-button:not(.mask-button) .btn-browse {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.file-attachments .attachment-button:has(.file-upload:not(.is-empty)) {
  display: none;
}
.file-attachments .ctrl-fupload {
  display: inline-block;
  width: 32px;
  height: 16px;
  vertical-align: middle;
}
.file-attachments [type=file] {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  top: 0;
  width: 100%;
  height: 48px;
  z-index: 1;
  opacity: 0;
}
.file-attachments .file-upload-list {
  display: grid;
  gap: 16px 10px;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.file-attachments .comp-msg {
  font-weight: 600;
}
.file-attachments .file {
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 8px 10px;
  align-items: center;
}
.file-attachments .file .msg-err {
  grid-column: 1/-1;
  font-size: 1.2rem;
  font-weight: 400;
  align-content: start;
}
.file-attachments .file-name {
  grid-column: 1/2;
  grid-row: 1/2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-attachments .file-size {
  grid-column: 2/3;
  grid-row: 1/2;
}
.file-attachments .lnk-delete {
  grid-column: 2/3;
  grid-row: 1/2;
  text-indent: -200vw;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20style%3D%22fill%3A%23CDA186%22%20points%3D%2230%203%2027%200%2015%2012%203%200%200%203%2012%2015%200%2027%203%2030%2015%2018%2027%2030%2030%2027%2018%2015%2030%203%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: 12px 12px;
}
.file-attachments .file-upload-list .file:has(.lnk-delete) .file-size {
  display: none;
}

.msg-err,
.was-errored-msg {
  color: #9E0000;
}

.msg-suc {
  color: #027C24;
}

.comp-otp-input {
  --colour-neutral-medi: #bebebe;
  --comp-OTP-spacing-V: 24px;
  --comp-otp-input-h: 50px;
  --comp-otp-col-gap: 20px;
  margin: 0 0 var(--comp-OTP-spacing-V);
  text-align: center;
}
.login-section .comp-otp-input {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .login-section .comp-otp-input {
    text-align: left;
  }
}
.comp-otp-input .mod-content {
  margin-top: var(--comp-OTP-spacing-V);
}
.comp-otp-input .mod-foot {
  margin-top: var(--comp-OTP-spacing-V);
  text-align: center;
}
@media (min-width: 1024px) {
  .login-section .comp-otp-input .mod-foot {
    text-align: left;
  }
}
.comp-otp-input .ot-pins {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: var(--comp-OTP-spacing-V) auto 0;
  gap: var(--comp-OTP-spacing-V) var(--comp-otp-col-gap);
  max-width: 420px;
}
@media (max-width: 599px) {
  .comp-otp-input .ot-pins {
    --comp-otp-col-gap: 10px;
    max-width: 370px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .login-section .comp-otp-input .ot-pins {
    --comp-otp-col-gap: 10px;
    max-width: 370px;
  }
}
.comp-otp-input .inp-otp {
  color: #414042;
  border: 1px solid var(--colour-neutral-medi);
  border-radius: 3px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: var(--comp-otp-input-h);
  padding: 0;
  margin: 0;
  width: auto;
  height: var(--comp-otp-input-h);
  flex: 1 1 auto;
}
.comp-otp-input .otp-error .inp-otp {
  border-color: red;
}
.comp-otp-input .field-error {
  color: red;
  margin: var(--comp-OTP-spacing-V) auto 0;
  max-width: 500px;
}
.comp-otp-input:not(:has(.otp-error)) .field-error {
  display: none;
}
.comp-otp-input .btn-resend {
  all: unset;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  color: #CDA186;
}
.comp-otp-input .btn-resend[disabled] {
  color: var(--colour-neutral-medi);
  text-decoration: underline;
}
.comp-otp-input .btn-resend:hover, .comp-otp-input .btn-resend:focus-visible {
  text-decoration: none;
}
.comp-otp-input .btn-resend:focus-visible {
  outline-color: currentColor;
  outline-width: 1px;
  outline-style: dotted;
}
.resend-email,
.resend-otp {
  display: contents;
}
.resend-email form,
.resend-otp form {
  display: contents;
}
.resend-email:not(:has(.btn-resend[disabled])) .otp-resend-countdown,
.resend-otp:not(:has(.btn-resend[disabled])) .otp-resend-countdown {
  display: none;
}
.resend-email .otp-resend-countdown,
.resend-otp .otp-resend-countdown {
  color: inherit;
}

.comp-otp-input .btn-verify {
  background-color: transparent;
  color: #6e6e6e;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 45px;
  max-height: none;
  border: 2px solid transparent;
  padding: 10px 20px;
  font: normal normal 16px / 1.38462 "proxima-nova", "Open Sans", sans-serif;
  border-radius: 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, fill 0.3s, visibility 0s;
  position: relative;
  border-width: 0;
  background-color: #CDA186;
  color: #414042;
  border-color: #CDA186;
  min-width: 100%;
  margin-top: var(--comp-OTP-spacing-V);
}
.comp-otp-input .btn-verify img,
.comp-otp-input .btn-verify svg {
  display: inline-block;
  vertical-align: baseline;
  height: 1em;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s, visibility 0s;
  margin-right: 0.62em;
}
.comp-otp-input .btn-verify img .fg,
.comp-otp-input .btn-verify svg .fg {
  transition: all 0.3s;
}
.comp-otp-input .btn-verify:hover {
  cursor: pointer;
}
.comp-otp-input .btn-verify:hover svg .fg,
.comp-otp-input .btn-verify:hover svg .fg-2 {
  fill: #CDA186;
  stroke: #CDA186;
}
.comp-otp-input .btn-verify svg .fg,
.comp-otp-input .btn-verify svg .fg-2 {
  fill: #414042;
  stroke: #414042;
}
.comp-otp-input .btn-verify:hover {
  background-color: #414042;
  color: #CDA186;
  border-color: #414042;
}
.comp-otp-input .btn-verify:hover svg .fg,
.comp-otp-input .btn-verify:hover svg .fg-2 {
  fill: #CDA186;
  stroke: #CDA186;
}
.comp-otp-input .btn-verify:focus {
  background-color: #414042;
  color: #CDA186;
  border-color: #414042;
}
.comp-otp-input .btn-verify:focus svg .fg,
.comp-otp-input .btn-verify:focus svg .fg-2 {
  fill: #CDA186;
  stroke: #CDA186;
}
.comp-otp-input .btn-verify:disabled, .comp-otp-input .btn-verify[disabled], .comp-otp-input .btn-verify.disabled {
  background-color: #EAEAEA;
  color: #ffffff;
  border-color: #EAEAEA;
  cursor: default !important;
}
.comp-otp-input .btn-verify:disabled svg .fg,
.comp-otp-input .btn-verify:disabled svg .fg-2, .comp-otp-input .btn-verify[disabled] svg .fg,
.comp-otp-input .btn-verify[disabled] svg .fg-2, .comp-otp-input .btn-verify.disabled svg .fg,
.comp-otp-input .btn-verify.disabled svg .fg-2 {
  fill: #ffffff;
  stroke: #ffffff;
}
@media (min-width: 1024px) {
  .login-section .comp-otp-input .btn-verify {
    min-width: 210px;
  }
}

.comp-country-switcher {
  text-transform: initial;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66666;
}
.comp-country-switcher .switch-label {
  grid-area: label;
  padding: 0 0 0 21px;
  position: relative;
}
.comp-country-switcher .switch-label .ico-alert {
  position: absolute;
  top: 2px;
  right: 100%;
  transform: translateX(100%);
  width: 16px;
  height: 16px;
}
.comp-country-switcher .switch-label p {
  margin: 0;
}
.comp-country-switcher .switch-value {
  grid-area: value;
  position: relative;
  align-self: start;
}
.comp-country-switcher .switcher-toggle {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 27px auto 4px;
  grid-template-rows: 20px;
  align-items: center;
  gap: 0 10px;
  text-decoration: none;
  position: relative;
  color: inherit !important;
}
.comp-country-switcher .switcher-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  height: 4px;
  width: 7px;
  display: block;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.15%22%3E%3Cpolygon%20style%3D%22fill%3A%23CCA187%22%20points%3D%2215%2012.35%202.38%200%200%202.15%2015%2017.15%2030%202.15%2027.49%200%2015%2012.35%22%2F%3E%3C%2Fsvg%3E) no-repeat right 0 top 50% transparent;
}
.comp-country-switcher .flag {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comp-country-switcher .selector {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  left: auto;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  min-width: 233px;
}
.comp-country-switcher .selector-wrap {
  display: grid;
  gap: 23.5px 0;
  width: max-content;
  font-size: 1.4rem;
  line-height: 1.9rem;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 14px 17px;
  min-width: 100%;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}
.comp-country-switcher .sel-label {
  font-weight: 600;
}
.comp-country-switcher .sel-option {
  display: grid;
  grid-template-columns: 37px 1fr 15px;
  grid-template-rows: 21px;
  gap: 0 18px;
  position: relative;
  text-decoration: none;
}
.comp-country-switcher .sel-option .ico-selected {
  align-self: center;
  justify-self: end;
  display: block;
  width: 15px;
  height: auto;
}
.module-register .comp-country-switcher {
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  grid-template-areas: "label value";
  gap: 0 20px;
  background: rgba(205, 161, 134, 0.09);
  border: 1px solid #CCA187;
  border-radius: 3px;
  padding: 14px;
  font-size: 1.2rem;
  line-height: 1.66666;
}
.module-register .comp-country-switcher .selector {
  left: auto;
  right: -15px;
  top: calc(100% + 4px);
}
.login-section .tabbed-tabs .comp-country-switcher {
  padding-bottom: 4px;
  height: 24px;
  align-self: center;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.4rem;
}
html:where(.page-login-ASM) .module-head .comp-country-switcher {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
}
html:where(.page-login-ASM) .module-head .comp-country-switcher .switcher-toggle {
  grid-template-columns: 27px auto 11px;
}
html:where(.page-login-ASM) .module-head .comp-country-switcher .switcher-toggle::after {
  height: 6px;
  width: 11px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017.15%22%3E%3Cpolygon%20style%3D%22fill%3A%23fff%22%20points%3D%2215%2012.35%202.38%200%200%202.15%2015%2017.15%2030%202.15%2027.49%200%2015%2012.35%22%2F%3E%3C%2Fsvg%3E);
}

.js-popup-visible,
.js-popup-visible body {
  overflow: hidden;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.68);
  transition: all 0.3s, visibility 0s, width 0s, height 0s;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
@media (max-width: 1279px) {
  .popup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .popup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.popup:not(.show-me) {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s, visibility 0s 0.3s, width 0s 0.3s, height 0s 0.3s;
}
@media (min-width: 600px) {
  .popup:not(.show-me) .outer-wrap {
    transform: scale(0);
  }
}
@media (max-width: 1023px) {
  .popup:not(.show-me) .outer-wrap {
    transform: translateY(-100%);
  }
}
.popup .outer-wrap {
  box-sizing: content-box;
  max-width: 782px;
  max-height: calc(100vh - 90px);
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  padding: 1px;
  transition: all 0.3s;
  background-color: #CDA186;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 560px) {
  .popup .outer-wrap {
    min-width: 500px;
  }
}
.popup .inner-wrap {
  box-sizing: border-box;
  background-color: #ffffff;
  color: #414042;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  max-height: inherit;
  position: relative;
}
.popup .inner-wrap > *:first-child {
  border-radius: 4px 4px 0 0;
}
.popup .inner-wrap > *:last-child {
  border-radius: 0 0 4px 4px;
}
.popup .popup-header {
  position: relative;
  min-height: 48px;
  padding: 0 20px;
  background-color: #f8f8f8;
  color: #414042;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .popup .popup-header {
    min-height: 64px;
    padding: 20px 45px;
  }
}
.popup .popup-header .popup-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.popup .popup-header .lnk-cancel {
  font: inherit;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  padding: 0 20px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .popup .popup-header .lnk-cancel {
    padding: 0 10px;
  }
}
.popup .popup-header .close-x {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 60px;
  overflow: hidden;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20style%3D%22fill%3A%23414042%22%20points%3D%2230%203%2027%200%2015%2012%203%200%200%203%2012%2015%200%2027%203%2030%2015%2018%2027%2030%2030%2027%2018%2015%2030%203%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: 14px 14px;
}
.popup .popup-footer {
  border-top: 1px solid #e8e8e8;
  background-color: #f8f8f8;
  color: #414042;
  flex: 0 0 auto;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .popup .popup-footer {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .popup .popup-footer {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .popup .popup-footer {
    padding: 0 50px;
  }
}
.popup .popup-footer .btns-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px 15px;
}
.popup .popup-footer .btns-wrap .btn {
  min-width: 120px;
  margin: 15px 10px 0;
}
@media (max-width: 1023px) {
  .popup .popup-footer .btns-wrap .btn {
    margin-top: 10px;
  }
}
.popup .popup-content {
  flex: 1 1 auto;
}
.popup .y-scrollable {
  flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 180px);
}
@media (max-width: 1023px) {
  .popup .y-scrollable {
    max-height: 100%;
  }
}
.popup .y-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.popup .y-scrollable::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  .popup-mob-fs {
    padding: 0;
  }
  .popup-mob-fs .outer-wrap {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
  }
  .popup-mob-fs .inner-wrap {
    padding: 0;
    border-radius: 0;
    height: 100%;
  }
  .popup-mob-fs .inner-wrap > *:first-child,
  .popup-mob-fs .inner-wrap > *:last-child {
    border-radius: 0;
  }
  .popup-mob-fs .popup-header {
    position: relative;
    min-height: 48px;
    padding: 0 20px;
    background-color: #888888;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup-mob-fs .popup-header .popup-title {
    font: inherit;
    line-height: 19px;
  }
  .popup-mob-fs .popup-header .popup-sub-title {
    font: inherit;
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 1px;
  }
  .popup-mob-fs .popup-header .lnk-cancel {
    font: inherit;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    padding: 0 20px;
    text-decoration: none;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .popup-mob-fs .popup-header .lnk-cancel {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .popup-mob-fs .popup-header .close-x {
    position: absolute;
    width: 55px;
    right: 0;
    top: 0;
    padding: 0 20px;
    height: 100%;
    overflow: hidden;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20style%3D%22fill%3A%23ffffff%22%20points%3D%2230%203%2027%200%2015%2012%203%200%200%203%2012%2015%200%2027%203%2030%2015%2018%2027%2030%2030%2027%2018%2015%2030%203%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
    background-size: 14px 14px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .popup-mob-fs .popup-header .close-x {
    width: 55px;
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .popup-mob-fs .popup-footer {
    background-color: #ffffff;
    color: #414042;
    border: 0;
    box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

.popup-content {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 25px 20px 36px;
}
@media (min-width: 600px) {
  .popup-content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .popup-content {
    margin: 30px 30px 40px;
  }
}
@media (min-width: 1280px) {
  .popup-content {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.popup-content .close-x {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 60px;
  overflow: hidden;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20style%3D%22fill%3A%23CDA186%22%20points%3D%2230%203%2027%200%2015%2012%203%200%200%203%2012%2015%200%2027%203%2030%2015%2018%2027%2030%2030%2027%2018%2015%2030%203%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: 14px 14px;
}
.popup-content .ico {
  display: block;
  margin: 25px auto;
}
@media (max-width: 1023px) {
  .popup-content .ico {
    margin: 22px auto;
  }
}
.popup-content .ico.cart-icon {
  width: 49px;
  height: 45px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2024.12%22%3E%3Cg%20fill%3D%22%23414042%22%3E%3Cpath%20d%3D%22M11.34,19.31a2.41,2.41,0,1,0,0,4.81h0a2.41,2.41,0,1,0,0-4.81Zm1,2.4a1,1,0,1,1-1-1A1,1,0,0,1,12.3,21.71Z%22%2F%3E%3Cpath%20d%3D%22M19.18,19.31a2.41,2.41,0,1,0,2.41,2.4A2.41,2.41,0,0,0,19.18,19.31Zm1,2.4a1,1,0,1,1-1-1A1,1,0,0,1,20.14,21.71Z%22%2F%3E%3Cpolygon%20fill%3D%22none%22%20points%3D%2223.09%2013.99%2024.82%205.7%205.67%205.7%207.41%2013.99%2023.09%2013.99%22%2F%3E%3Cpath%20d%3D%22M29.94.7A.71.71,0,0,0,29,.34L26.26,1.52a1.31,1.31,0,0,0-.77.94L25.1,4.3H5.58a1.34,1.34,0,0,0-1,.49,1.3,1.3,0,0,0-.28,1.1L6,14.32a1.34,1.34,0,0,0,1.3,1H22.8L22.46,17h-15a.7.7,0,0,0,0,1.39H22.52a1.34,1.34,0,0,0,1.3-1.05l3-14.56,2.74-1.17A.67.67,0,0,0,30,1.23.65.65,0,0,0,29.94.7Zm-5.12,5L23.09,14H7.41L5.67,5.7Z%22%2F%3E%3Ccircle%20fill%3D%22transparent%22%20cx%3D%225.04%22%20cy%3D%225.04%22%20r%3D%224.32%22%2F%3E%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M5,10.09a5,5,0,1,1,5.05-5A5,5,0,0,1,5,10.09ZM5,1.44A3.61,3.61,0,1,0,8.65,5,3.61,3.61,0,0,0,5,1.44Z%22%2F%3E%3Cg%20fill-opacity%3D%22.65%22%20fill%3D%22%23CDA186%22%3E%3Crect%20x%3D%229.94%22%20y%3D%227.85%22%20width%3D%2210.52%22%20height%3D%221.28%22%2F%3E%3Crect%20x%3D%229.94%22%20y%3D%2210.41%22%20width%3D%2210.52%22%20height%3D%221.28%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.logout-icon {
  width: 55px;
  height: 45px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055%2044.21%22%20width%3D%2255%22%20height%3D%2244.21%22%20class%3D%22svg-ico%20ico-logout%22%3E%3Cg%20fill%3D%22%23414042%22%3E%3Cpath%20d%3D%22M22.11,44.21A22.11,22.11,0,1,1,42.68,14a1.51,1.51,0,1,1-2.8,1.11,19.08,19.08,0,1,0,0,14,1.51,1.51,0,1,1,2.8,1.11h0A22,22,0,0,1,22.11,44.21Z%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%3E%3Cpath%20d%3D%22M28.76,23.55H53.68A1.29,1.29,0,0,0,53.75,21h-25a1.29,1.29,0,0,0-.07,2.58Z%22%2F%3E%3Cpath%20d%3D%22M46.8,30.42a1.24,1.24,0,0,0,.91-.38l6.88-6.87a1.29,1.29,0,0,0,0-1.82h0l-6.88-6.87a1.27,1.27,0,0,0-1.82,0,1.29,1.29,0,0,0,0,1.82h0l6,6-6,6a1.29,1.29,0,0,0,0,1.82,1.25,1.25,0,0,0,.91.38Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.discard-cart-icon {
  width: 53px;
  height: 46px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.59%2046%22%3E%3Cg%20fill%3D%22%23414042%22%3E%3Cpath%20d%3D%22M20.15,34h12.3a1.35,1.35,0,0,0,0-2.7H20.15a1.35,1.35,0,1,0,0,2.7Z%22%2F%3E%3Cpath%20d%3D%22M38.3,36.9h-24a1.35,1.35,0,1,0,0,2.7h24a1.35,1.35,0,0,0,0-2.7Z%22%2F%3E%3Cpath%20d%3D%22M51.25,43.3H45.93V1.39A1.39,1.39,0,0,0,44.5.05a1.37,1.37,0,0,0-.94.4L40.87,3.21,38.19.45a1.37,1.37,0,0,0-1.92,0l0,0L33.57,3.2,30.9.43a1.31,1.31,0,0,0-1.84-.1.94.94,0,0,0-.1.1L26.29,3.2,23.62.45a1.35,1.35,0,0,0-1.91,0l0,0L19,3.2,16.33.45a1.33,1.33,0,0,0-1.9,0l0,0L11.73,3.2,9.06.45A1.39,1.39,0,0,0,7.55.14a1.36,1.36,0,0,0-.88,1.25V43.3H1.35a1.35,1.35,0,0,0,0,2.7h49.9a1.35,1.35,0,0,0,0-2.7Zm-8,0H9.36V4.72l1.36,1.4a1.47,1.47,0,0,0,1,.45h0a1.43,1.43,0,0,0,1-.45l2.67-2.78L18,6.09a1.35,1.35,0,0,0,1.91,0l0,0,2.68-2.76,2.67,2.76a1.36,1.36,0,0,0,1.91,0l0,0,2.68-2.76,2.67,2.8a1.28,1.28,0,0,0,1.79.15l.15-.15,2.67-2.78,2.68,2.75a1.37,1.37,0,0,0,1,.4,1.45,1.45,0,0,0,1-.41L43.23,4.7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23CDA186%22%20d%3D%22M26.38,24a2.26,2.26,0,0,1-2.25-2.26,1.35,1.35,0,0,0-2.7,0,5,5,0,0,0,3.27,4.66v1.06a1.35,1.35,0,0,0,2.69,0h0V26.6a5,5,0,0,0-1-9.8,2.25,2.25,0,1,1,2.26-2.25h0a1.35,1.35,0,1,0,2.69,0h0a4.94,4.94,0,0,0-3.94-4.84V9.1a1.35,1.35,0,0,0-2.69,0v.81a4.94,4.94,0,0,0,1.68,9.6A2.26,2.26,0,1,1,26.57,24h-.19Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.list-icon {
  width: 48px;
  height: 46px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2045.85%22%3E%3Cg%20fill%3D%22%23414042%22%3E%3Cpath%20d%3D%22M27.76,8H3.62A3.62,3.62,0,0,0,0,11.64V42.23a3.62,3.62,0,0,0,3.62,3.62H27.76a3.62,3.62,0,0,0,3.62-3.62V11.64A3.63,3.63,0,0,0,27.76,8Zm1.08,34.2a1.08,1.08,0,0,1-1.09,1.08H3.61a1.08,1.08,0,0,1-1.09-1.08h0V11.64a1.09,1.09,0,0,1,1.09-1.09H27.75a1.09,1.09,0,0,1,1.09,1.09Z%22%2F%3E%3Cpath%20d%3D%22M44.38,0H20.24a3.62,3.62,0,0,0-3.62,3.62,1.26,1.26,0,0,0,1.26,1.27h0a1.25,1.25,0,0,0,1.26-1.25v0a1.11,1.11,0,0,1,1.09-1.09H44.38a1.1,1.1,0,0,1,1.09,1.09V34.21a1.1,1.1,0,0,1-1,1.08H37.34a1.25,1.25,0,0,0-1.27,1.25h0a1.25,1.25,0,0,0,1.25,1.27h7.19A3.62,3.62,0,0,0,48,34.21V3.62A3.62,3.62,0,0,0,44.38,0Z%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%3E%3Crect%20x%3D%226.04%22%20y%3D%2218.39%22%20width%3D%2219.3%22%20height%3D%222.54%22%2F%3E%3Crect%20x%3D%226.04%22%20y%3D%2225.67%22%20width%3D%2219.3%22%20height%3D%222.54%22%2F%3E%3Crect%20x%3D%226.04%22%20y%3D%2232.94%22%20width%3D%2219.3%22%20height%3D%222.54%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.list-warn-icon {
  width: 45px;
  height: 45px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045%2045%22%3E%3Cg%20style%3D%22fill%3A%23414042%3B%22%3E%3Cpath%20d%3D%22M22.5,45A22.5,22.5,0,1,1,45,22.5,22.52,22.52,0,0,1,22.5,45Zm0-43.09A20.59,20.59,0,1,0,43.09,22.5,20.62,20.62,0,0,0,22.5,1.91Z%22%2F%3E%3Cpath%20d%3D%22M37.41,33.78H7.76a1.91,1.91,0,0,1-1.62-2.91L21,7a2,2,0,0,1,.62-.61A1.91,1.91,0,0,1,24.2,7L39,30.78a1.94,1.94,0,0,1,.35,1.09A1.91,1.91,0,0,1,37.41,33.78ZM22.57,8,7.77,31.88l29.64,0-.06,0Z%22%2F%3E%3Cpath%20style%3D%22fill%3A%23CDA186%3B%22%20d%3D%22M21.49,23l-.31-4.59q-.09-1.34-.09-1.92a1.8,1.8,0,0,1,.42-1.24,1.45,1.45,0,0,1,1.1-.45,1.12,1.12,0,0,1,1.1.57A4,4,0,0,1,24,17c0,.42,0,.85-.07,1.28L23.51,23a3.84,3.84,0,0,1-.29,1.29.75.75,0,0,1-.73.45.73.73,0,0,1-.72-.44A4.27,4.27,0,0,1,21.49,23Zm1.06,6.3a1.52,1.52,0,0,1-1-.38,1.32,1.32,0,0,1-.44-1.05,1.42,1.42,0,0,1,1.42-1.43h0A1.45,1.45,0,0,1,24,27.84a1.33,1.33,0,0,1-.44,1.05A1.47,1.47,0,0,1,22.55,29.27Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.list-item-added-icon {
  width: 45px;
  height: 38px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.91%2037.25%22%3E%3Cg%20style%3D%22fill%3A%23CDA186%3B%22%3E%3Cpath%20style%3D%22fill%3A%23414042%3B%22%20d%3D%22M20.82,25.33h0a1.55,1.55,0,0,1-1.21-.55l-8.33-9a1.64,1.64,0,0,1,2.43-2.21l7.16,7.78L42.12.51a1.6,1.6,0,0,1,2.26,0l0,0a1.63,1.63,0,0,1,0,2.31L22,24.84A1.54,1.54,0,0,1,20.82,25.33Z%22%2F%3E%3Cpath%20d%3D%22M10.48,35.38A18.63,18.63,0,1,1,26.79,1.88h0a1.37,1.37,0,0,1,.66,1.83l0,0a1.37,1.37,0,0,1-1.83.66l0,0a15.82,15.82,0,1,0,7.29,21.16,1.4,1.4,0,0,1,2.52,1.23A18.67,18.67,0,0,1,10.48,35.38Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.list-saved-icon {
  width: 45px;
  height: 38px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.91%2037.25%22%3E%3Cg%20style%3D%22fill%3A%23CDA186%3B%22%3E%3Cpath%20style%3D%22fill%3A%23414042%3B%22%20d%3D%22M20.82,25.33h0a1.55,1.55,0,0,1-1.21-.55l-8.33-9a1.64,1.64,0,0,1,2.43-2.21l7.16,7.78L42.12.51a1.6,1.6,0,0,1,2.26,0l0,0a1.63,1.63,0,0,1,0,2.31L22,24.84A1.54,1.54,0,0,1,20.82,25.33Z%22%2F%3E%3Cpath%20d%3D%22M10.48,35.38A18.63,18.63,0,1,1,26.79,1.88h0a1.37,1.37,0,0,1,.66,1.83l0,0a1.37,1.37,0,0,1-1.83.66l0,0a15.82,15.82,0,1,0,7.29,21.16,1.4,1.4,0,0,1,2.52,1.23A18.67,18.67,0,0,1,10.48,35.38Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .ico.trash-icon {
  width: 36px;
  height: 38px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.59%2030%22%3E%3Cg%20fill%3D%22%23414042%22%20stroke-width%3D%220%22%3E%3Cpath%20d%3D%22M25.8,4.31H19.56v-1A3.31,3.31,0,0,0,16.26,0H10.32A3.3,3.3,0,0,0,7,3.3v1H.79A.84.84,0,0,0,0,5.2.83.83,0,0,0,.79,6h1.5V25.55A4.47,4.47,0,0,0,6.75,30H19.84a4.45,4.45,0,0,0,4.45-4.45V6H25.8a.83.83,0,0,0,0-1.66Zm-17.1-1a1.64,1.64,0,0,1,1.64-1.64h5.92a1.65,1.65,0,0,1,1.65,1.64h0v1H8.7ZM22.63,25.52a2.79,2.79,0,0,1-2.79,2.79H6.75A2.79,2.79,0,0,1,4,25.52V6H22.63V25.52Z%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%20stroke-width%3D%220%22%3E%3Cpath%20d%3D%22M13.29,25.34a.82.82,0,0,0,.83-.81V9.79a.83.83,0,0,0-1.66-.08V24.5a.84.84,0,0,0,.83.84Z%22%2F%3E%3Cpath%20d%3D%22M7.87,24.42a.82.82,0,0,0,.83-.81V10.71a.84.84,0,0,0-1.67,0V23.59a.83.83,0,0,0,.81.83Z%22%2F%3E%3Cpath%20d%3D%22M18.72,24.42a.83.83,0,0,0,.84-.81V10.71a.84.84,0,0,0-.88-.79.83.83,0,0,0-.79.79V23.59a.82.82,0,0,0,.81.83Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
.popup-content .btns-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -10px 0;
}
.popup-content .btns-wrap .btn {
  min-width: 128px;
  margin: 30px 10px 0;
}
@media (max-width: 1023px) {
  .popup-content .btns-wrap .btn {
    margin-top: 22px;
  }
}

@media (min-width: 760px) {
  .popup-finder:not(.popup-mob-fs) .outer-wrap {
    width: 700px;
  }
}
.popup-finder .kwd-search-bar {
  background-color: inherit;
  min-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1279px) {
  .popup-finder .kwd-search-bar {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .popup-finder .kwd-search-bar {
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .popup-finder .kwd-search-bar {
    padding: 0 10px;
  }
}
.popup-finder .kwd-search-bar [type=search],
.popup-finder .kwd-search-bar [type=text] {
  flex: 1 1 auto;
  order: 2;
  border: 0;
  min-height: inherit;
  padding: 0;
  text-transform: inherit;
  outline: none !important;
}
.popup-finder .kwd-search-bar [type=search]:focus + * .fg,
.popup-finder .kwd-search-bar [type=text]:focus + * .fg {
  fill: #CDA186;
  stroke: #CDA186;
}
.popup-finder .kwd-search-bar .btn-search {
  flex: 0 0 36px;
  order: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0 0 0 -11px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-finder .kwd-search-bar .btn-search img,
.popup-finder .kwd-search-bar .btn-search svg {
  width: 14px;
  height: 14px;
}
.popup-finder .kwd-search-bar .btn-search:hover .fg, .popup-finder .kwd-search-bar .btn-search:focus .fg {
  fill: #CDA186;
  stroke: #CDA186;
}
.popup-finder .kwd-search-bar .btn-clear {
  order: 2;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.popup-finder .kwd-search-bar:not(.is-empty) *:focus ~ .btn-clear {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
}
.popup-finder .finder-list ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.popup-finder .finder-list li {
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.popup-finder .finder-list li:last-of-type > label::after, .popup-finder .finder-list li:last-of-type > a::after {
  display: none;
}
.popup-finder .finder-list li label,
.popup-finder .finder-list li a {
  font: inherit;
  padding: 15px 0;
  margin: 0;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-finder .finder-list li label:focus,
.popup-finder .finder-list li a:focus {
  text-decoration: underline;
}
.popup-finder .finder-list li label::after,
.popup-finder .finder-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e8e8e8;
}
.popup-finder .finder-list li label {
  cursor: pointer;
  padding-right: 25px;
  display: flex;
  align-items: center;
}
.popup-finder .finder-list li label:hover, .popup-finder .finder-list li label:focus {
  color: #CDA186;
}
.popup-finder .finder-list li label [type=radio],
.popup-finder .finder-list li label [type=checkbox] {
  position: absolute;
  right: 100vw;
}
.popup-finder .finder-list li label [type=checkbox] ~ .cb,
.popup-finder .finder-list li label [type=radio] ~ .cb {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 16px;
  height: 12px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%23414042%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: 0 0;
  transition: all 0.3s, visibility 0s;
}
.popup-finder .finder-list li label [type=checkbox]:checked ~ .cb,
.popup-finder .finder-list li label [type=radio]:checked ~ .cb {
  background-size: 100% 100%;
  transition-duration: 0.1s;
}
.popup-finder .finder-list li .ico {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: none no-repeat 50% 50% transparent;
  margin-right: 15px;
}
.popup-finder .finder-list li .ico-fav {
  background-image: none;
}
.popup-finder .finder-list .list-head {
  background-color: #e8e8e8;
  height: 1px;
  position: relative;
  z-index: 1;
  margin: 11px -50px;
}
@media (max-width: 1279px) {
  .popup-finder .finder-list .list-head {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1023px) {
  .popup-finder .finder-list .list-head {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 599px) {
  .popup-finder .finder-list .list-head {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.popup-finder .finder-list .list-head span {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  line-height: 20px;
  font-size: 10px;
  padding: 0 20px;
  min-width: 150px;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-finder .inp-tags {
  min-height: 0;
  border-width: 0;
  padding: 0 0 10px;
  flex: 0 0 auto;
}
.popup-finder .inp-tags .inp-tag {
  margin: 10px 15px 0 0;
}
.popup-finder .inp-tags + .popup-content section {
  padding-top: 0;
}
.popup-finder .no-result-msg {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 70px 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-finder .no-result-msg .no-res-head {
  font-size: 14px;
  font-weight: 500;
}
.popup-finder .no-result-msg .no-res-head:not(:last-child) {
  margin-bottom: 15px;
}
.popup-finder .popup-content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}

.popup-request-quote .popup-content {
  padding: 20px;
}
@media (min-width: 1024px) {
  .popup-request-quote .popup-content {
    padding: 35px 45px 45px;
  }
}

@media (max-width: 1023px) {
  .popup-enquire .popup-header {
    background-color: #f8f8f8;
    color: #414042;
  }
}
.popup-enquire .popup-content {
  text-align: left;
}

.popup-video {
  max-width: calc(100% - 10px);
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popup-video .outer-wrap {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 1024px) {
  .popup-video .outer-wrap {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 1280px) {
  .popup-video .outer-wrap {
    max-width: calc(100% - 50px);
  }
}
.popup-video .popup-title {
  text-transform: uppercase;
}
.popup-video .popup-content {
  display: flex;
  overflow: hidden;
  justify-content: space-evenly;
}
.popup-video video {
  width: auto;
  height: auto;
  max-height: calc(100vh - 250px);
  max-width: calc(100vw - 100px);
}
.popup-video iframe {
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 760px) {
  .popup-edit-list-name .outer-wrap {
    width: 700px;
  }
}
.popup-edit-list-name .upd-list-name {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 35px;
}
.popup-edit-list-name .upd-list-name > * {
  flex: 1 1 auto;
  min-height: inherit;
}
.popup-edit-list-name .upd-list-name input {
  border: 0 solid #e8e8e8;
  border-width: 0 0 1px;
}
.popup-edit-list-name .upd-list-name input:user-invalid {
  color: #9E0000;
  border-color: #9E0000;
}
.popup-edit-list-name .upd-list-name .btn {
  flex: 0 0 110px;
  width: 110px;
  margin: 0 0 0 25px;
}
.popup-edit-list-name .upd-list-name:has([type=text]:invalid) .btn {
  background-image: none !important;
  background-color: #fff !important;
  color: #bebebe !important;
  border-color: #bebebe !important;
  cursor: default !important;
  pointer-events: none !important;
}
@media (max-width: 1023px) {
  .popup-edit-list-name .upd-list-name {
    flex-wrap: wrap;
  }
  .popup-edit-list-name .upd-list-name input {
    width: 100%;
  }
  .popup-edit-list-name .upd-list-name .btn {
    margin: 22px auto 0;
  }
}

.popup-mylist .y-scrollable {
  max-height: 100%;
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .popup-mylist .y-scrollable _:-ms-lang(x), .popup-mylist .y-scrollable {
    max-height: calc(100vh - 320px);
  }
}
.popup-mylist .module-prod-summ {
  text-align: left;
}
.popup-mylist .module-add-to-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .popup-mylist .module-add-to-list {
    margin-top: 15px;
  }
}
.popup-mylist .module-add-to-list label {
  margin: 0 5px 0 0;
}
.popup-mylist .module-add-to-list .val {
  font-weight: 500;
}
.popup-mylist .module-add-to-list .comp-qty {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .popup-mylist .comp-add-to-cart-qty {
    display: flex;
    border-radius: 1000px;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    font-size: 14px;
    height: 35px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width: 110px;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: inherit;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos[disabled], .popup-mylist .comp-add-to-cart-qty .qty-neg-pos.disable {
    opacity: 0.5;
    cursor: default;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    background: none no-repeat 50% 50% transparent;
    background-size: 100% 100%;
    text-indent: -1000vw;
    overflow: hidden;
    outline: none;
    cursor: pointer;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg:disabled, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg.disable,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos:disabled,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos.disable {
    opacity: 0.5;
    cursor: default;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CCA187%22%3E%3Cpath%20d%3D%22M10,1a9,9,0,1,0,9,9,9,9,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg:not(:disabled):not(.disabled):focus, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg:not(:disabled):not(.disabled):hover {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%3E%3Cpath%20d%3D%22M10,1a9,9,0,1,0,9,9,9,9,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CCA187%22%3E%3Cpath%20d%3D%22M10,20A10,10,0,1,1,20,10,10,10,0,0,1,10,20ZM10,1a9,9,0,1,0,9,9A9,9,0,0,0,10,1Z%22%2F%3E%3Crect%20x%3D%229.35%22%20y%3D%225%22%20width%3D%221.3%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos:not(:disabled):not(.disabled):focus, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos:not(:disabled):not(.disabled):hover {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%3E%3Cpath%20d%3D%22M10,20A10,10,0,1,1,20,10,10,10,0,0,1,10,20ZM10,1a9,9,0,1,0,9,9A9,9,0,0,0,10,1Z%22%2F%3E%3Crect%20x%3D%229.35%22%20y%3D%225%22%20width%3D%221.3%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val {
    flex: 1 1 auto;
    font-size: inherit;
    line-height: 1.35;
    min-height: 0;
    height: 100%;
    width: 10px;
    min-width: 0;
    text-align: center;
    border: 0;
    padding: 0;
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline: none !important;
    color: #414042;
    resize: auto;
    background: transparent;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val::-webkit-inner-spin-button, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val:disabled, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val.disable {
    opacity: 0.5;
    cursor: default;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify {
    background-color: transparent;
    color: #6e6e6e;
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 45px;
    max-height: none;
    border: 2px solid transparent;
    padding: 10px 20px;
    font: normal normal 16px / 1.38462 "proxima-nova", "Open Sans", sans-serif;
    border-radius: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, fill 0.3s, visibility 0s;
    position: relative;
    border-width: 0;
    background-color: #CDA186;
    color: #414042;
    border-color: #CDA186;
    font-size: inherit;
    letter-spacing: -0.8px;
    line-height: 16px;
    min-height: 35px;
    font-size: inherit;
    padding: 0 15px;
    border-radius: 10px;
    border-width: 1px;
    height: 35px;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart img,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify img,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg {
    display: inline-block;
    vertical-align: baseline;
    height: 1em;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    transition: all 0.3s, visibility 0s;
    margin-right: 0.62em;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart img .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify img .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg .fg {
    transition: all 0.3s;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover {
    cursor: pointer;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg-2 {
    fill: #CDA186;
    stroke: #CDA186;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg .fg-2 {
    fill: #414042;
    stroke: #414042;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover {
    background-color: #414042;
    color: #CDA186;
    border-color: #414042;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg-2 {
    fill: #CDA186;
    stroke: #CDA186;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:focus,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:focus {
    background-color: #414042;
    color: #CDA186;
    border-color: #414042;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:focus svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:focus svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:focus svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:focus svg .fg-2 {
    fill: #CDA186;
    stroke: #CDA186;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:disabled, .popup-mylist .comp-add-to-cart-qty .btn-addtocart[disabled], .popup-mylist .comp-add-to-cart-qty .btn-addtocart.disabled,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:disabled,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify[disabled],
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify.disabled {
    background-color: #EAEAEA;
    color: #ffffff;
    border-color: #EAEAEA;
    cursor: default !important;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:disabled svg .fg-2, .popup-mylist .comp-add-to-cart-qty .btn-addtocart[disabled] svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart[disabled] svg .fg-2, .popup-mylist .comp-add-to-cart-qty .btn-addtocart.disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart.disabled svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:disabled svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify[disabled] svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify[disabled] svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify.disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify.disabled svg .fg-2 {
    fill: #ffffff;
    stroke: #ffffff;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty {
    font-size: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 599px) {
  .popup-mylist .comp-add-to-cart-qty {
    font-size: 12px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify {
    flex: 1 0 50%;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 1000px 1000px 0;
    box-shadow: none;
    flex: 1 0 50%;
    border-radius: 0 1000px 1000px 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify {
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos {
    box-shadow: none;
    border-radius: 1000px;
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty {
    display: flex;
    border-radius: 1000px;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    font-size: 14px;
    height: 35px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    max-width: 80px;
    width: 60px;
    height: 30px;
    border-radius: 10px;
    flex: 1 1 auto;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: inherit;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos[disabled], .popup-mylist .comp-add-to-cart-qty .qty-neg-pos.disable {
    opacity: 0.5;
    cursor: default;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    background: none no-repeat 50% 50% transparent;
    background-size: 100% 100%;
    text-indent: -1000vw;
    overflow: hidden;
    outline: none;
    cursor: pointer;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg:disabled, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg.disable,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos:disabled,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos.disable {
    opacity: 0.5;
    cursor: default;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CCA187%22%3E%3Cpath%20d%3D%22M10,1a9,9,0,1,0,9,9,9,9,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg:not(:disabled):not(.disabled):focus, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg:not(:disabled):not(.disabled):hover {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%3E%3Cpath%20d%3D%22M10,1a9,9,0,1,0,9,9,9,9,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CCA187%22%3E%3Cpath%20d%3D%22M10,20A10,10,0,1,1,20,10,10,10,0,0,1,10,20ZM10,1a9,9,0,1,0,9,9A9,9,0,0,0,10,1Z%22%2F%3E%3Crect%20x%3D%229.35%22%20y%3D%225%22%20width%3D%221.3%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos:not(:disabled):not(.disabled):focus, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos:not(:disabled):not(.disabled):hover {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cg%20fill%3D%22%23CDA186%22%3E%3Cpath%20d%3D%22M10,20A10,10,0,1,1,20,10,10,10,0,0,1,10,20ZM10,1a9,9,0,1,0,9,9A9,9,0,0,0,10,1Z%22%2F%3E%3Crect%20x%3D%229.35%22%20y%3D%225%22%20width%3D%221.3%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229.35%22%20width%3D%2210%22%20height%3D%221.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val {
    flex: 1 1 auto;
    font-size: inherit;
    line-height: 1.35;
    min-height: 0;
    height: 100%;
    width: 10px;
    min-width: 0;
    text-align: center;
    border: 0;
    padding: 0;
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline: none !important;
    color: #414042;
    resize: auto;
    background: transparent;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val::-webkit-inner-spin-button, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val:disabled, .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-val.disable {
    opacity: 0.5;
    cursor: default;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify {
    background-color: transparent;
    color: #6e6e6e;
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 45px;
    max-height: none;
    border: 2px solid transparent;
    padding: 10px 20px;
    font: normal normal 16px / 1.38462 "proxima-nova", "Open Sans", sans-serif;
    border-radius: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, fill 0.3s, visibility 0s;
    position: relative;
    border-width: 0;
    background-color: #CDA186;
    color: #414042;
    border-color: #CDA186;
    font-size: inherit;
    letter-spacing: -0.8px;
    line-height: 16px;
    min-height: 35px;
    font-size: inherit;
    padding: 0 15px;
    border-radius: 10px;
    border-width: 1px;
    height: 35px;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart img,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify img,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg {
    display: inline-block;
    vertical-align: baseline;
    height: 1em;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    transition: all 0.3s, visibility 0s;
    margin-right: 0.62em;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart img .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify img .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg .fg {
    transition: all 0.3s;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover {
    cursor: pointer;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg-2 {
    fill: #CDA186;
    stroke: #CDA186;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify svg .fg-2 {
    fill: #414042;
    stroke: #414042;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover {
    background-color: #414042;
    color: #CDA186;
    border-color: #414042;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:hover svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:hover svg .fg-2 {
    fill: #CDA186;
    stroke: #CDA186;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:focus,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:focus {
    background-color: #414042;
    color: #CDA186;
    border-color: #414042;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:focus svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:focus svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:focus svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:focus svg .fg-2 {
    fill: #CDA186;
    stroke: #CDA186;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:disabled, .popup-mylist .comp-add-to-cart-qty .btn-addtocart[disabled], .popup-mylist .comp-add-to-cart-qty .btn-addtocart.disabled,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:disabled,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify[disabled],
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify.disabled {
    background-color: #EAEAEA;
    color: #ffffff;
    border-color: #EAEAEA;
    cursor: default !important;
  }
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart:disabled svg .fg-2, .popup-mylist .comp-add-to-cart-qty .btn-addtocart[disabled] svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart[disabled] svg .fg-2, .popup-mylist .comp-add-to-cart-qty .btn-addtocart.disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart.disabled svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify:disabled svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify[disabled] svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify[disabled] svg .fg-2,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify.disabled svg .fg,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify.disabled svg .fg-2 {
    fill: #ffffff;
    stroke: #ffffff;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty {
    font-size: 13px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .popup-mylist .comp-add-to-cart-qty {
    font-size: 12px;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify {
    flex: 1 0 50%;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 1000px 1000px 0;
    box-shadow: none;
    min-width: 100px;
    flex: 1 0 50%;
    border-radius: 0 1000px 1000px 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty .btn-addtocart,
  .popup-mylist .comp-add-to-cart-qty .btn-addtonotify {
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos {
    box-shadow: none;
    border-radius: 1000px;
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    min-width: 40px;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-neg,
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos .qty-pos {
    display: none;
  }
  .popup-mylist .comp-add-to-cart-qty .qty-neg-pos {
    border-radius: inherit;
  }
}
.popup-mylist .module-mylist-results {
  flex: 1 1 auto;
  text-align: left;
  padding: 35px 0 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1023px) {
  .popup-mylist .module-mylist-results {
    flex: 1 1 auto;
    padding-top: 25px;
    height: 1px;
    max-height: none;
  }
}
@media (min-width: 600px) {
  .popup-mylist .module-mylist-results {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1024px) {
  .popup-mylist .module-mylist-results {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1280px) {
  .popup-mylist .module-mylist-results {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.popup-mylist .module-mylist-results .module-content {
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 600px) {
  .popup-mylist .module-mylist-results .module-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .popup-mylist .module-mylist-results .module-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .popup-mylist .module-mylist-results .module-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.popup-mylist .module-mylist-results .listing-title {
  margin: 0;
}
.popup-mylist .module-mylist-results .list-items {
  list-style: none outside none;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.popup-mylist .module-mylist-results .list-items li {
  margin: 0;
  padding: 0;
  border: 0 solid #e8e8e8;
  position: relative;
}
.popup-mylist .module-mylist-results .list-items li + li {
  border-width: 1px 0 0;
}
.popup-mylist .module-mylist-results .list-items label {
  display: block;
  border-color: inherit;
}
.popup-mylist .module-mylist-results .list-items [type=radio],
.popup-mylist .module-mylist-results .list-items [type=checkbox] {
  position: absolute;
  right: 100vw;
}
.popup-mylist .module-mylist-results .list-items [type=radio] + label,
.popup-mylist .module-mylist-results .list-items [type=checkbox] + label {
  position: relative;
  text-decoration: none;
  padding: 20px 30px 20px 0;
  min-height: 40px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.popup-mylist .module-mylist-results .list-items [type=radio] + label::after,
.popup-mylist .module-mylist-results .list-items [type=checkbox] + label::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: none no-repeat 50% 50% transparent;
  background-size: 12px 9px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  border-color: inherit;
}
.popup-mylist .module-mylist-results .list-items [type=radio]:checked + label::after,
.popup-mylist .module-mylist-results .list-items [type=checkbox]:checked + label::after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%23CDA186%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E);
}
.popup-mylist .module-mylist-results .no-results {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 36px 0 0;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .popup-mylist .module-mylist-results .no-results {
    padding-top: 40px;
  }
}
.popup-mylist .module-mylist-create {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.popup-mylist .module-mylist-create .focusable {
  flex: 1 1 100%;
}
.popup-mylist .module-mylist-create [type=text] {
  width: 100%;
  border: 0 solid #e8e8e8;
  border-width: 0 0 1px;
  height: 35px;
}
.popup-mylist .module-mylist-create [type=text]:user-invalid {
  color: #9E0000;
  border-color: #9E0000;
}
.popup-mylist .module-mylist-create .btn {
  min-width: 110px;
  margin: 0 0 0 30px;
}
@media (max-width: 1023px) {
  .popup-mylist .module-mylist-create .btn {
    margin-left: 20px;
  }
}
.popup-mylist .module-mylist-create:has([type=text]:invalid) .btn {
  background-image: none !important;
  background-color: #fff !important;
  color: #bebebe !important;
  border-color: #bebebe !important;
  cursor: default !important;
  pointer-events: none !important;
}

.popup-product-enquiry .popup-content {
  text-align: left;
}
.popup-product-enquiry .module-quote-list-header {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 20px 25px 25px 25px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .popup-product-enquiry .module-quote-list-header {
    padding: 20px 20px 25px 20px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popup-product-enquiry .module-quote-list-header {
    padding: 15px 10px 20px 10px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .popup-product-enquiry .module-quote-list-header {
    padding: 15px 10px 20px 10px;
  }
}
.popup-product-enquiry .module-quote-list-header .module-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.popup-product-enquiry .module-quote-list-header .module-head .avatar {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  background-color: #f8f8f8;
  border-radius: 50%;
  margin: 0 20px 0 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup-product-enquiry .module-quote-list-header .module-head .avatar .ico {
  display: block;
  width: 43%;
  height: 43%;
}
.popup-product-enquiry .module-quote-list-header .module-head .module-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.popup-product-enquiry .module-quote-list-header .module-head .module-title .sub-title {
  font-weight: 400;
  font-size: 12px;
}

.popup-afterpay-marketing .outer-wrap {
  min-width: 0;
}
.popup-afterpay-marketing .popup-content {
  padding: 0;
  margin: 0;
  min-height: 100%;
  align-content: center;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popup-afterpay-marketing .popup-content {
    padding: 24px;
  }
}
.popup-afterpay-marketing .popup-content img {
  margin: 0 auto;
  padding: 0;
  display: block;
  max-width: 100%;
}
@media (min-width: 600px) {
  .popup-afterpay-marketing .popup-content img {
    width: 671.27px;
  }
}
@media (min-width: 1024px) {
  .popup-afterpay-marketing .popup-content img {
    width: 496.5px;
  }
}

.scrollable-panels {
  position: relative;
}
.scrollable-panels .scrollable-panels-wrapper {
  position: relative;
  height: auto;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.scrollable-panels .scrollable-panels-wrapper.is-scrolling .scrollable-panels-panel {
  visibility: visible;
}
.scrollable-panels .scrollable-panels-panel {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.scrollable-panels .scrollable-panels-panel.active {
  visibility: visible;
}
.scrollable-panels .rev,
.scrollable-panels .fwd {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2057.97%20104.63%22%20class%3D%22slider-arr-next%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20.slider-arr-next%20polyline%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23474748%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cpolyline%20points%3D%222.83%202.83%2052.31%2052.31%202.83%20101.8%22%20%2F%3E%0D%0A%3C%2Fsvg%3E) no-repeat 50% 50% #fff;
  background-size: 9px 15px;
  background-position: right 45% top 50%;
  border-radius: 50%;
  border: 1px solid #bebebe;
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0 -20px 0 auto;
  z-index: 1;
  overflow: hidden;
  text-indent: -1000vw;
  display: block;
  height: 36px;
  opacity: 0;
  transition: background 0.3s, border 0.3s, color 0.3s, stroke 0.3s, visibility 0s 0.3s;
  outline-style: none;
}
.scrollable-panels .rev:focus-visible,
.scrollable-panels .fwd:focus-visible {
  outline-style: dotted;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.scrollable-panels .rev {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2057.97%20104.63%22%20class%3D%22slider-arr-prev%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20.slider-arr-prev%20polyline%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23474748%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%09%3Cpolyline%20points%3D%2255.14%20101.8%205.66%2052.31%2055.14%202.83%22%2F%3E%0D%0A%3C%2Fsvg%3E);
  background-position: left 45% top 50%;
  margin-left: -20px;
  margin-right: auto;
  left: 0;
  right: auto;
}
.scrollable-panels.h-scrl-rev .scrollable-panels-wrapper, .scrollable-panels.h-scrl-fwd .scrollable-panels-wrapper {
  padding-bottom: 30px;
}
.scrollable-panels .scrollable-panels-dots {
  display: none;
}
.scrollable-panels.h-scrl-rev .scrollable-panels-dots, .scrollable-panels.h-scrl-fwd .scrollable-panels-dots {
  display: flex;
  justify-content: center;
  position: relative;
  height: 10px;
  width: 100%;
}
.scrollable-panels .scrollable-panels-dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border: 0 solid #414042;
  background: #EAEAEA;
  text-indent: -1000vw;
  border-radius: 50%;
}
.scrollable-panels .scrollable-panels-dot.active {
  background: #CDA186;
}
.dark-bg .scrollable-panels .scrollable-panels-dot {
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
}
.dark-bg .scrollable-panels .scrollable-panels-dot.active {
  background: #CDA186;
}

@media (min-width: 1024px) {
  .block-downloads .page-container:hover .scrollable-panels.h-scrl-rev .rev, .block-downloads .page-container:hover .scrollable-panels.h-scrl-fwd .fwd, .scrollable-panels.h-scrl-rev:hover .rev, .scrollable-panels.h-scrl-fwd:hover .fwd {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .block-downloads .page-container:hover .scrollable-panels.h-scrl-rev .rev:hover, .block-downloads .page-container:hover .scrollable-panels.h-scrl-rev .rev:focus, .block-downloads .page-container:hover .scrollable-panels.h-scrl-fwd .fwd:hover, .block-downloads .page-container:hover .scrollable-panels.h-scrl-fwd .fwd:focus, .scrollable-panels.h-scrl-rev:hover .rev:hover, .scrollable-panels.h-scrl-rev:hover .rev:focus, .scrollable-panels.h-scrl-fwd:hover .fwd:hover, .scrollable-panels.h-scrl-fwd:hover .fwd:focus {
    border-color: #CDA186;
  }
}
.scrollable-panels .scrollable-panels-panel {
  width: calc(25% - 20px);
}
.scrollable-panels .rev {
  width: 36px;
}
.scrollable-panels .fwd {
  width: 36px;
}
@media (max-width: 1023px) {
  .scrollable-panels .scrollable-panels-panel {
    width: calc((100% - 0.1px) / 3 - 20px);
  }
}
@media (max-width: 599px) {
  .scrollable-panels .scrollable-panels-panel {
    width: calc(50% - 20px);
  }
}

.module-err-msg {
  color: #9E0000;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 auto;
}
.module-err-msg:not(:last-child):not(:empty) {
  margin-bottom: 1.5rem;
}
.module-err-msg::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ccircle%20fill%3D%22%23ffffff%22%20class%3D%22bg%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%239E0000%22%20d%3D%22M15,0A15,15,0,1,0,30,15,15,15,0,0,0,15,0Zm0,28.12A13.13,13.13,0,1,1,28.13,15,13.13,13.13,0,0,1,15,28.12Zm-.09-15.93a1.48,1.48,0,0,0-1.32,1.6v8a1.49,1.49,0,0,0,1.32,1.61,1.49,1.49,0,0,0,1.31-1.61v-8a1.48,1.48,0,0,0-1.31-1.6Zm0-5.44a1.41,1.41,0,1,0,0,2.81h0a1.41,1.41,0,0,0,0-2.81Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  position: relative;
  top: 0.2rem;
}
@media (max-width: 1023px) {
  .module-err-msg {
    text-align: center;
    max-width: 385px;
  }
}
.module-err-msg a {
  display: inline-block;
}
.module-err-msg p {
  margin: 0;
}
.module-err-msg p + p {
  margin-top: 1.5rem;
}

.module-suc-msg {
  color: #027C24;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 auto;
}
.module-suc-msg:not(:last-child):not(:empty) {
  margin-bottom: 1.5rem;
}
.module-suc-msg::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ccircle%20fill%3D%22%23ffffff%22%20class%3D%22bg%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%23027C24%22%20d%3D%22M15,0A15,15,0,1,0,30,15,15,15,0,0,0,15,0Zm0,28.12A13.13,13.13,0,1,1,28.13,15,13.13,13.13,0,0,1,15,28.12Zm-.09-15.93a1.48,1.48,0,0,0-1.32,1.6v8a1.49,1.49,0,0,0,1.32,1.61,1.49,1.49,0,0,0,1.31-1.61v-8a1.48,1.48,0,0,0-1.31-1.6Zm0-5.44a1.41,1.41,0,1,0,0,2.81h0a1.41,1.41,0,0,0,0-2.81Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  position: relative;
  top: 0.2rem;
}
@media (max-width: 1023px) {
  .module-suc-msg {
    text-align: center;
    max-width: 385px;
  }
}
.module-suc-msg a {
  display: inline-block;
}
.module-suc-msg p {
  margin: 0;
}
.module-suc-msg p + p {
  margin-top: 1.5rem;
}

.block-important-msg {
  --block-imp-msg-padd: 20px;
  --block-imp-msg-marg-top: 20px;
  --block-imp-msg-fsize: 1.6rem;
  background: #F6EEE9;
  border: 1px solid #CDA186;
  border-radius: 5px;
  padding: calc(var(--block-imp-msg-padd) - 0.3em) var(--block-imp-msg-padd) var(--block-imp-msg-padd);
  font-size: var(--block-imp-msg-fsize);
  line-height: 2.4rem;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.block-important-msg:not(:first-child) {
  margin-top: var(--block-imp-msg-marg-top);
}
.block-important-msg p {
  font: inherit;
}
.layout-account-main .block-important-msg {
  --block-imp-msg-padd: 25px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .layout-account-main .block-important-msg {
    --block-imp-msg-padd: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .layout-account-main .block-important-msg {
    --block-imp-msg-padd: 20px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .layout-account-main .block-important-msg {
    --block-imp-msg-padd: 20px;
    --block-imp-msg-fsize: 1.4rem;
  }
}

#site-ribbon-bar .page-container {
  width: 100%;
  padding: 0 12px;
  max-width: none;
  margin: 0;
}

.module-ribbon-bar {
  --ribbon-bg: rgba(158, 0, 0, 0.1490196078);
  --ribbon-fg: #9E0000;
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr;
}
.module-ribbon-bar .module-content {
  z-index: 1;
  overflow: hidden;
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.3s;
  display: grid;
  align-content: center;
}
@media (max-width: 1023px) {
  .module-ribbon-bar .module-content.hide-me {
    height: 0;
  }
}
.module-ribbon-bar .module-content.was-active {
  z-index: 2;
}
.module-ribbon-bar .module-content.is-active {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.module-ribbon-bar .comp-ribbon {
  background: var(--ribbon-bg);
  color: var(--ribbon-fg);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 10px 17px 10px 0;
  position: relative;
}
.module-ribbon-bar .comp-ribbon a {
  text-decoration: underline;
}
.module-ribbon-bar .comp-ribbon a:hover, .module-ribbon-bar .comp-ribbon a:focus {
  text-decoration: none;
}
.module-ribbon-bar .comp-ribbon p {
  margin: 0;
  padding: 0;
}
.module-ribbon-bar .comp-ribbon .close-ribbon-bar {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20style%3D%22fill%3A%239E0000%22%20points%3D%2230%203%2027%200%2015%2012%203%200%200%203%2012%2015%200%2027%203%2030%2015%2018%2027%2030%2030%2027%2018%2015%2030%203%22%2F%3E%3C%2Fsvg%3E) no-repeat center center transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 14px;
  text-indent: -200vw;
  overflow: hidden;
}
.module-ribbon-bar .comp-promo-ribbon {
  --ribbon-bg: #E2E2E3;
  --ribbon-fg: #414042;
}
.module-ribbon-bar .comp-promo-ribbon .close-ribbon-bar {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20style%3D%22fill%3A%23414042%22%20points%3D%2230%203%2027%200%2015%2012%203%200%200%203%2012%2015%200%2027%203%2030%2015%2018%2027%2030%2030%2027%2018%2015%2030%203%22%2F%3E%3C%2Fsvg%3E) no-repeat center center transparent;
}

.module-carousel {
  position: relative;
}
.module-carousel .module-carousel-panels {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  z-index: 1;
}
.module-carousel .module-carousel-panel {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  transition: transform 0.3s ease-in-out, visibility 0s 0.3s;
  transform: translateX(0);
  visibility: hidden;
}
.module-carousel .module-carousel-panel:not(.active).prev {
  transform: translateX(-100%);
}
.module-carousel .module-carousel-panel:not(.active).next {
  transform: translateX(100%);
}
.module-carousel .module-carousel-panel.active {
  transition-delay: 0s;
  visibility: visible;
  z-index: 2;
}
.module-carousel .module-carousel-ctrls {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 1380px;
  width: calc(100% - 28px);
}
@media (max-width: 1279px) {
  .module-carousel .module-carousel-ctrls {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1023px) {
  .module-carousel .module-carousel-ctrls {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 599px) {
  .module-carousel .module-carousel-ctrls {
    max-width: calc(100% - 20px);
  }
}
.module-carousel .module-carousel-ctrls .prev,
.module-carousel .module-carousel-ctrls .next {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2057.97%20104.63%22%20class%3D%22slider-arr-next%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20.slider-arr-next%20polyline%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23474748%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cpolyline%20points%3D%222.83%202.83%2052.31%2052.31%202.83%20101.8%22%20%2F%3E%0D%0A%3C%2Fsvg%3E) no-repeat 50% 50% #fff;
  background-size: 9px 15px;
  background-position: right 45% top 50%;
  border-radius: 50%;
  border: 1px solid #bebebe;
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  right: 0;
  left: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: -1000vw;
  display: block;
  height: 36px;
  transition: all 0.3s;
  opacity: 0;
}
.module-carousel .module-carousel-ctrls .prev:hover, .module-carousel .module-carousel-ctrls .prev:focus,
.module-carousel .module-carousel-ctrls .next:hover,
.module-carousel .module-carousel-ctrls .next:focus {
  opacity: 1 !important;
}
.module-carousel:hover .module-carousel-ctrls .prev,
.module-carousel:hover .module-carousel-ctrls .next,
.module-carousel:focus-within .module-carousel-ctrls .prev,
.module-carousel:focus-within .module-carousel-ctrls .next {
  opacity: 0.75;
  transition-delay: 0s;
}

.module-carousel .module-carousel-ctrls .prev {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2057.97%20104.63%22%20class%3D%22slider-arr-prev%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20.slider-arr-prev%20polyline%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23474748%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%09%3Cpolyline%20points%3D%2255.14%20101.8%205.66%2052.31%2055.14%202.83%22%2F%3E%0D%0A%3C%2Fsvg%3E);
  background-position: left 45% top 50%;
  left: 0;
  right: auto;
}
.module-carousel .module-carousel-dots {
  display: flex;
  justify-content: center;
  height: 0;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 26px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 1024px) {
  .module-carousel .module-carousel-dots {
    bottom: 20px;
    justify-content: flex-end;
    padding-right: 26px;
  }
}
.module-carousel .module-carousel-dots .module-carousel-dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -1000vw;
  border-radius: 50%;
}
.module-carousel .module-carousel-dots .module-carousel-dot:hover, .module-carousel .module-carousel-dots .module-carousel-dot:focus {
  background: rgba(255, 255, 255, 0.75);
}
.module-carousel .module-carousel-dots .module-carousel-dot.active {
  background: #fff;
}
.dark-bg .module-carousel .module-carousel-dots .module-carousel-dot {
  background: #EAEAEA;
}
.dark-bg .module-carousel .module-carousel-dots .module-carousel-dot.active {
  background: #CDA186;
}
.module-carousel:not(.show-ctrls) .module-carousel-dots,
.module-carousel:not(.show-ctrls) .module-carousel-ctrls .prev,
.module-carousel:not(.show-ctrls) .module-carousel-ctrls .next {
  display: none;
}

html.page-login {
  --max-content-width: none;
  --max-content-width-tblt: 600px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  html.page-login {
    --max-content-width: var(--max-content-width-tblt);
  }
}
html.page-login body {
  min-height: 100vh;
  color: #414042;
}
@media (min-width: 600px) {
  html.page-login body {
    display: grid;
    gap: 0;
    grid-template-columns: 565px 1fr;
    grid-template-rows: auto var(--site-head-mainbar-h) 1fr auto;
    grid-template-areas: "siteribbon siteribbon" "sitehead sitehead" "main aside" "main sitefoot";
  }
}
@media (max-width: 1279px) {
  html.page-login body {
    display: grid;
    gap: 0;
    grid-template-columns: 400px 1fr;
    grid-template-rows: auto var(--site-head-mainbar-h) 1fr auto;
    grid-template-areas: "siteribbon siteribbon" "sitehead sitehead" "main aside" "main sitefoot";
  }
}
@media (max-width: 1023px) {
  html.page-login body {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "sitehead" "main" "sitefoot";
  }
}
@media (max-width: 1023px) {
  html.page-login .page-container {
    margin: 0 25px 0 25px;
  }
}
@media (min-width: 600px) {
  html.page-login .page-container {
    margin: 0 72px 0 72px;
  }
}
@media (max-width: 1279px) {
  html.page-login .page-container {
    margin: 0 32px 0 32px;
  }
}
html.page-login .head-section {
  grid-area: siteribbon-start/siteribbon-start/sitehead-end/sitehead-end;
}
@media (max-width: 1023px) {
  html.page-login .head-section {
    grid-area: sitehead;
  }
}
@media (min-width: 600px) {
  html.page-login .head-section .main-bar {
    padding: 22px 0;
  }
  html.page-login .head-section .main-bar .page-container {
    margin-left: 32px;
  }
}
@media (max-width: 1023px) {
  html.page-login .head-section .main-bar {
    padding: 20px 0 30px;
  }
}
html.page-login .head-section .logo-section {
  height: 30px;
  display: block;
}
html.page-login .head-section .logo-section img,
html.page-login .head-section .logo-section svg {
  display: block;
  height: 100%;
}
html.page-login #activate-login-tab-0:not(:checked) ~ * .login-tab-0-visible,
html.page-login #activate-login-tab-1:not(:checked) ~ * .login-tab-1-visible,
html.page-login #activate-login-tab-2:not(:checked) ~ * .login-tab-2-visible,
html.page-login #activate-login-tab-3:not(:checked) ~ * .login-tab-3-visible {
  display: none;
}
html.page-login:has(#activate-pathchoice-0:not(:checked)) .pathchoice-0-visible, html.page-login:has(#activate-pathchoice-1:not(:checked)) .pathchoice-1-visible, html.page-login:has(#activate-pathchoice-2:not(:checked)) .pathchoice-2-visible, html.page-login:has(#activate-pathchoice-3:not(:checked)) .pathchoice-3-visible {
  visibility: hidden;
}
@media (max-width: 599px) {
  html.page-login:has(#activate-pathchoice-0:not(:checked)) .pathchoice-0-visible, html.page-login:has(#activate-pathchoice-1:not(:checked)) .pathchoice-1-visible, html.page-login:has(#activate-pathchoice-2:not(:checked)) .pathchoice-2-visible, html.page-login:has(#activate-pathchoice-3:not(:checked)) .pathchoice-3-visible {
    height: 0;
  }
}
@media (min-width: 1024px) {
  html.page-login:has(#activate-pathchoice-0:not(:checked)) .pathchoice-0-visible, html.page-login:has(#activate-pathchoice-1:not(:checked)) .pathchoice-1-visible, html.page-login:has(#activate-pathchoice-2:not(:checked)) .pathchoice-2-visible, html.page-login:has(#activate-pathchoice-3:not(:checked)) .pathchoice-3-visible {
    display: none;
  }
}
html.page-login:has(#activate-pathchoice-0:not(:checked)) .module-btns-row .pathchoice-0-visible, html.page-login:has(#activate-pathchoice-1:not(:checked)) .module-btns-row .pathchoice-1-visible, html.page-login:has(#activate-pathchoice-2:not(:checked)) .module-btns-row .pathchoice-2-visible, html.page-login:has(#activate-pathchoice-3:not(:checked)) .module-btns-row .pathchoice-3-visible {
  display: none;
}
html.page-login .tab-ctrl-radio-btn {
  visibility: hidden;
  position: absolute;
  right: 200vw;
}
html.page-login main {
  grid-area: main;
}
@media (max-width: 1023px) {
  html.page-login main {
    width: 100%;
    max-width: var(--max-content-width);
    margin: 0 auto;
    background: #fff;
    border-radius: 40px 40px 0 0;
    padding: 35px 0 0 0;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  html.page-login .login-section {
    margin-bottom: 40px;
  }
}
html.page-login .login-section .global-alerts {
  margin: 25px 0 0;
  color: #9E0000;
  display: block;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media (min-width: 600px) {
  html.page-login .login-section .global-alerts {
    font-size: 1.6rem;
  }
}
html.page-login .login-section .global-alerts .err-msg-head {
  font-size: inherit;
  line-height: 1.5em;
}
html.page-login .login-section .global-alerts .err-msg-head::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1em;
  height: 1.5em;
  margin: 0 6px 0 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ccircle%20fill%3D%22%23ffffff%22%20class%3D%22bg%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%2F%3E%3Cpath%20fill%3D%22%239E0000%22%20d%3D%22M15,0A15,15,0,1,0,30,15,15,15,0,0,0,15,0Zm0,28.12A13.13,13.13,0,1,1,28.13,15,13.13,13.13,0,0,1,15,28.12Zm-.09-15.93a1.48,1.48,0,0,0-1.32,1.6v8a1.49,1.49,0,0,0,1.32,1.61,1.49,1.49,0,0,0,1.31-1.61v-8a1.48,1.48,0,0,0-1.31-1.6Zm0-5.44a1.41,1.41,0,1,0,0,2.81h0a1.41,1.41,0,0,0,0-2.81Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50% transparent;
  background-size: 100% 100%;
}
html.page-login .login-section .global-alerts a:not(.btn) {
  color: inherit;
}
html.page-login .login-section .tabbed-container {
  position: relative;
}
html.page-login .login-section .tabbed-tabs {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 22px;
}
html.page-login .login-section .tabbed-tabs label {
  color: inherit;
  padding: 0 0 4px;
  border: 0 solid #CDA186;
  border-width: 0 0 1px;
  cursor: pointer;
}
.page-login #activate-login-tab-0:not(:checked) ~ * .tabbed-tabs [for=activate-login-tab-0],
.page-login #activate-login-tab-1:not(:checked) ~ * .tabbed-tabs [for=activate-login-tab-1],
.page-login #activate-login-tab-2:not(:checked) ~ * .tabbed-tabs [for=activate-login-tab-2],
.page-login #activate-login-tab-3:not(:checked) ~ * .tabbed-tabs [for=activate-login-tab-3] {
  color: #999999;
  border-bottom-color: transparent;
}

@media (min-width: 1024px) {
  html.page-login .login-section .tabbed-content {
    padding: 50px 0 42px;
  }
}
@media (max-width: 1023px) {
  html.page-login .login-section .tabbed-content .page-container {
    min-height: 100%;
  }
}
html.page-login .login-section .auth-form a {
  color: #CDA186;
  font-weight: 600;
}
html.page-login .login-section .auth-form .remember-forget-row .fieldset {
  display: grid;
  gap: 20px;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
}
html.page-login .login-section .auth-form .remember-forget-row .fieldset .auth-forgetpw {
  font-size: 1.4rem;
  font-weight: 600;
}
html.page-login .login-section .auth-form fieldset + fieldset .labelled-inp,
html.page-login .login-section .auth-form .labelled-inp + .labelled-inp {
  margin-top: 25px;
}
html.page-login .login-section .auth-form .labelled-inp,
html.page-login .login-section .auth-form .inp-label {
  font-size: inherit;
}
html.page-login .important-msg-section {
  --block-imp-msg-padd: 20px;
  --section-imp-msg-marg-top: 30px;
  margin-top: var(--section-imp-msg-marg-top);
}
@media (min-width: 1024px) {
  html.page-login .important-msg-section {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  html.page-login .important-msg-section {
    --block-imp-msg-padd: 25px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  html.page-login .important-msg-section {
    --section-imp-msg-marg-top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  html.page-login .important-msg-section {
    --section-imp-msg-marg-top: 30px;
  }
}
@media (min-width: 1024px) {
  html.page-login .tabbed-container {
    margin-top: 18px;
  }
}
html.page-login .tabbed-container .module-auth-form,
html.page-login .tabbed-container .module-auth-register {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  html.page-login .tabbed-container .module-auth-form,
  html.page-login .tabbed-container .module-auth-register {
    margin-top: 0;
  }
}
html.page-login .module-auth-form,
html.page-login .module-auth-register {
  margin-top: 45px;
}
@media (min-width: 600px) {
  html.page-login .module-auth-form,
  html.page-login .module-auth-register {
    margin-top: 30px;
  }
}
html.page-login .module-auth-form .module-head,
html.page-login .module-auth-register .module-head {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
html.page-login .module-auth-form .module-head em,
html.page-login .module-auth-register .module-head em {
  all: unset;
  display: inline-block;
  font-weight: 600;
}
html.page-login .module-auth-form h1,
html.page-login .module-auth-register h1 {
  font: normal 400 2.2rem / 1.45946 "minerva-modern", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  html.page-login .module-auth-form h1,
  html.page-login .module-auth-register h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1280px) {
  html.page-login .module-auth-form h1,
  html.page-login .module-auth-register h1 {
    font-size: 2.7rem;
  }
}
html.page-login .module-auth-form a:not(.btn),
html.page-login .module-auth-register a:not(.btn) {
  color: #CDA186;
  font-weight: 600;
}
html.page-login .module-auth-form .inp-validation-rules,
html.page-login .module-auth-register .inp-validation-rules {
  font: inherit;
}
html.page-login .module-auth-form .module-content {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 600px) {
  html.page-login .module-auth-form .module-content {
    font-size: 1.6rem;
  }
}
html.page-login .module-auth-form .form-foot {
  margin-top: 25px;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 600px) {
  html.page-login .module-auth-form .form-foot {
    font-size: 1.6rem;
  }
}
html.page-login .module-auth-form strong {
  font-weight: 600;
}
html.page-login .module-auth-form .form-btn-row {
  margin-top: 25px;
  display: grid;
  gap: 20px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  line-height: 1.9rem;
}
html.page-login .module-auth-form .form-btn-row > * {
  min-width: 128px;
  margin: 0;
}
@media (min-width: 1024px) {
  html.page-login .module-auth-form .form-btn-row > * + *:last-child {
    justify-self: end;
  }
}
@media (max-width: 1023px) {
  html.page-login .module-auth-form .form-btn-row {
    text-align: center;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }
}
@media (max-width: 1023px) {
  html.page-login .module-auth-form .form-btn-row :not(.btn) {
    order: 1;
  }
}
html.page-login .module-auth-form .module-foot {
  margin: 50px auto 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  max-width: 382px;
}
@media (min-width: 600px) {
  html.page-login .module-auth-form .module-foot {
    font-size: 1.6rem;
  }
}
html.page-login .module-auth-form .module-foot a {
  display: inline-block;
}
html.page-login .module-auth-register .module-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
}
html.page-login .module-auth-register .module-content > .pathchoice-0-visible,
html.page-login .module-auth-register .module-content > .pathchoice-1-visible,
html.page-login .module-auth-register .module-content > .pathchoice-2-visible,
html.page-login .module-auth-register .module-content > .pathchoice-3-visible {
  grid-column: 1/2;
  grid-row: 2/3;
}
html.page-login .module-auth-register .type-radio-selector {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  row-gap: 20px;
  column-gap: 13px;
}
@media (min-width: 1024px) {
  html.page-login .module-auth-register .type-radio-selector {
    margin-top: 25px;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    row-gap: 25px;
  }
}
html.page-login .module-auth-register .module-btns-row {
  grid-column: 1/2;
  grid-row: 3/4;
  margin-top: 25px;
  display: grid;
  gap: 20px;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
}
@media (max-width: 1023px) {
  html.page-login .module-auth-register .module-btns-row .btn-getstarted {
    width: min(340px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}
html.page-login .module-auth-register .module-foot {
  grid-column: 1/2;
  grid-row: 4/5;
  margin-top: 25px;
  font-size: 1.4rem;
  text-align: center;
}
html.page-login .comp-activate-pathchoice {
  min-height: 56px;
  position: relative;
  display: grid;
  grid-template-columns: 35px auto 10px;
  grid-template-rows: auto;
  row-gap: 2px;
  column-gap: 6px;
  align-items: center;
  justify-items: start;
  padding: 14px 12px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
html.page-login .comp-activate-pathchoice:hover {
  border-color: #717171;
}
@media (min-width: 600px) {
  html.page-login .comp-activate-pathchoice {
    grid-template-columns: 40px auto;
    grid-template-rows: auto;
    column-gap: 15px;
    padding: 15px;
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  html.page-login .comp-activate-pathchoice {
    min-height: 110px;
    grid-template-columns: 70px auto;
    grid-template-rows: auto;
    column-gap: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
@media (min-width: 1280px) {
  html.page-login .comp-activate-pathchoice {
    padding: 30px;
  }
}
html.page-login .comp-activate-pathchoice::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 5px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.43%22%3E%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M11.49,21.43,0,9.93,2.73,7.21l8.76,8.57L27.27,0,30,2.73Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50% #CDA186;
  background-size: 60% auto;
  transition: all 0.3s, visibility 0s 0.3s;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 600px) {
  html.page-login .comp-activate-pathchoice::after {
    width: 15px;
    height: 15px;
    right: 7px;
    top: 5px;
  }
}
@media (min-width: 1024px) {
  html.page-login .comp-activate-pathchoice::after {
    width: 22px;
    height: 22px;
    right: 10px;
    top: 8px;
  }
}
html.page-login .comp-activate-pathchoice .ico {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 70px;
}
@media (max-width: 1023px) {
  html.page-login .comp-activate-pathchoice .ico {
    height: 40px;
  }
}
@media (max-width: 599px) {
  html.page-login .comp-activate-pathchoice .ico {
    height: 30px;
  }
}
html.page-login .comp-activate-pathchoice .label {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 1023px) {
  html.page-login .comp-activate-pathchoice .label {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 599px) {
  html.page-login .comp-activate-pathchoice .label {
    font-size: 9px;
    line-height: 13px;
    color: #666;
  }
}
html.page-login .comp-activate-pathchoice .label h4 {
  font: normal 600 1.3rem / 1.6rem "minerva-modern", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
  color: #333;
}
@media (min-width: 600px) {
  html.page-login .comp-activate-pathchoice .label h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  html.page-login .comp-activate-pathchoice .label h4 {
    font-size: 22px;
    line-height: 29px;
  }
}
html.page-login #activate-pathchoice-0:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-0],
html.page-login #activate-pathchoice-1:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-1],
html.page-login #activate-pathchoice-2:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-2],
html.page-login #activate-pathchoice-3:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-3] {
  z-index: 1;
  background: #fff;
  border-color: #CDA186;
  box-shadow: 0 5px 22px 0 rgba(205, 161, 134, 0.47);
}
html.page-login #activate-pathchoice-0:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-0]::after,
html.page-login #activate-pathchoice-1:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-1]::after,
html.page-login #activate-pathchoice-2:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-2]::after,
html.page-login #activate-pathchoice-3:checked ~ * .type-radio-selector .comp-activate-pathchoice[for=activate-pathchoice-3]::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
html.page-login .comp-register-path-choice-detail {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 1024px) {
  .page-login main .comp-register-path-choice-detail {
    display: none;
  }
}

.page-login .promo-aside .comp-register-path-choice-detail {
  background: #fff;
  width: 350px;
  max-width: 350px;
  padding: 35px 30px 55px;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023px) {
  .page-login .promo-aside .comp-register-path-choice-detail {
    display: none;
  }
}

html.page-login .comp-register-path-choice-detail .comp-head {
  text-align: center;
}
html.page-login .comp-register-path-choice-detail .comp-head > :not(:first-child) {
  margin-top: 20px;
}
html.page-login .comp-register-path-choice-detail .comp-head h2 {
  font: normal 600 2.7rem / 1.2em "minerva-modern", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}
html.page-login .comp-register-path-choice-detail .comp-head img,
html.page-login .comp-register-path-choice-detail .comp-head svg {
  display: block;
  height: 166px;
  margin: 0 auto;
}
html.page-login .comp-register-path-choice-detail .comp-head .btn {
  width: 100%;
}
html.page-login .comp-register-path-choice-detail .lozenge-header {
  margin-top: 15px;
}
html.page-login .comp-register-path-choice-detail .tick-list {
  list-style: none outside none;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
}
html.page-login .comp-register-path-choice-detail .tick-list li {
  margin: 0;
}
html.page-login .comp-register-path-choice-detail .tick-list li:where(:not(.list-tit)) {
  padding-left: 35px;
  position: relative;
}
html.page-login .comp-register-path-choice-detail .tick-list li:where(:not(.list-tit))::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2.4rem;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%23CDA186%22%20points%3D%228.6%2012.03%205.09%208.6%204%209.69%208.6%2014.29%2016%206.8%2014.91%205.71%208.6%2012.03%22%2F%3E%3Cpath%20fill%3D%22%23CDA186%22%20d%3D%22M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Zm0,19a9,9,0,1,1,9-9A9,9,0,0,1,10,19Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 50% 50% transparent;
  background-size: 20px 20px;
}
html.page-login .comp-register-path-choice-detail .tick-list li + li {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  html.page-login .comp-register-path-choice-detail .tick-list li + li {
    margin-top: 13px;
  }
}
html.page-login .comp-auth-promo1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 572px;
}
html.page-login .comp-auth-promo1.dark-bg {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
html.page-login .comp-auth-promo1 .comp-bg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100cqh;
  left: 50%;
  width: 100cqw;
  z-index: 0;
}
html.page-login .comp-auth-promo1 .comp-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
html.page-login .comp-auth-promo1 .comp-head {
  text-align: center;
  position: relative;
  font: normal 400 1.6rem / 2.1rem "proxima-nova", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}
html.page-login .comp-auth-promo1 .comp-head h1 {
  font: normal 600 3rem / 3.6rem "minerva-modern", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 1280px) {
  html.page-login .comp-auth-promo1 .comp-head h1 {
    font-size: 3.7rem;
    line-height: 4.5rem;
  }
}
html.page-login .comp-auth-promo1 .comp-head h1 + * {
  margin-top: 20px;
}
html.page-login .comp-auth-promo1 .comp-head + .comp-content {
  margin-top: 19px;
}
html.page-login .comp-auth-promo1 .comp-content {
  position: relative;
}
html.page-login .comp-auth-promo1 .comp-content img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
html.page-login .promo-aside {
  position: relative;
  justify-self: center;
  align-self: center;
  grid-area: sitehead-start/aside-start/sitefoot-end/aside-end;
}
@media (max-width: 1023px) {
  html.page-login .promo-aside {
    display: none !important;
  }
}
html.page-login .promo-aside .login-tab {
  height: 100%;
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}
html.page-login .aside-bg {
  grid-area: sitehead;
}
@media (max-width: 1023px) {
  html.page-login .aside-bg {
    z-index: -1;
    grid-area: sitehead/sitehead/sitefoot/sitefoot;
    position: relative;
  }
}
@media (min-width: 1024px) {
  html.page-login .aside-bg {
    grid-column: aside-start/aside-end;
    grid-row: sitehead-start/sitefoot-end;
    position: relative;
  }
  html.page-login .aside-bg img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  html.page-login .aside-bg img {
    object-fit: cover;
    object-position: 50% top;
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 600px) {
  html.page-login .aside-bg img {
    object-position: calc(50% - min(80px, 1452px - (100vw - 565px + 40px))) top;
  }
}
html.page-login .foot-section {
  position: relative;
  grid-area: sitefoot;
  text-align: center;
  padding: 50px 0 35px 0;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  z-index: 1;
  max-width: var(--max-content-width);
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  html.page-login .foot-section {
    text-align: right;
    padding: 35px 42px 42px 0;
    background-color: transparent;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  html:has(.promo-aside .active .dark-bg) .foot-section {
    color: #ffffff;
  }
}

html.page-login .grecaptcha-badge {
  z-index: 1;
}

/**
 * Basic typography style for copy text
 */
html {
  font: normal normal 10px / 1.38462 "proxima-nova", "Open Sans", sans-serif;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: inherit;
}

p {
  margin: 0;
}

* + p {
  margin-top: 1em;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  letter-spacing: inherit;
}

*::-webkit-input-placeholder {
  opacity: 0.4;
}

*::-moz-placeholder {
  opacity: 0.4;
}

*::placeholder {
  opacity: 0.4;
}

body:has(.promo-aside .module-carousel-panel) .promo-aside {
  justify-self: stretch;
  align-self: stretch;
  container: promo-aside/size;
  display: grid;
  overflow: hidden;
}
body:has(.promo-aside .module-carousel-panel) .promo-aside .page-container {
  align-self: center;
}

.module-auth-carousel .mod-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% + 35px);
  width: 100%;
  z-index: 2;
}
.module-auth-carousel .module-carousel-dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -1000vw;
  border-radius: 50%;
}
.module-auth-carousel .module-carousel-dot:hover, .module-auth-carousel .module-carousel-dot:focus {
  background: rgba(255, 255, 255, 0.75);
}
.module-auth-carousel .module-carousel-dot.active {
  background: #fff;
}
/*# sourceMappingURL=auth.css.map */