/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./Css/_index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Effra";
  src: url("/fonts/effra-regular.eot?") format("eot"), url("/fonts/effra-regular.woff") format("woff"), url("/fonts/effra-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/fonts/effra-light.eot?") format("eot"), url("/fonts/effra-light.woff") format("woff"), url("/fonts/effra-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/fonts/effra-bold.eot?") format("eot"), url("/fonts/effra-bold.woff") format("woff"), url("/fonts/effra-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/fonts/effra-heavy.eot?") format("eot"), url("/fonts/effra-heavy.woff") format("woff"), url("/fonts/effra-heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.background--radial {
  background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 60%, rgb(215, 215, 215) 100%);
  background-position: 0 0, center;
  background-repeat: no-repeat, no-repeat;
}

/* Exposed to .slide-crsl so it also works in shadow dom in back office components*/
:root, .slide-crsl {
  --font-family: "Effra", sans-serif;
  --font-size--xxs: rems(10px);
  --font-size--xs: rems(12px);
  --font-size--sm: rems(14px);
  --font-size: rems(16px);
  --font-size--md: rems(18px);
  --font-size--lg: rems(20px);
  --font-size--xl: rems(24px);
  --font-size--xxl: rems(30px);
  --font-weight--xl: 300;
  --font-weight--l: 400;
  --font-weight: 500;
  --font-weight--sb: 600;
  --font-weight--b: 700;
  --font-weight--xb: 800;
  --font-icon: rems(32px);
  --font-icon--sm: rems(16px);
  --font-icon--lg: rems(40px);
  --line-height: 150%;
}

b, strong, .bold {
  font-weight: var(--font-weight--b);
}

italic {
  font-style: italic;
}

html, body, main {
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  margin: 0 0 0.625rem 0;
}

p, p a {
  font-size: 1rem;
  font-weight: var(--font-weight--l);
  line-height: var(--line-height);
}

.p--xl {
  font-weight: var(--font-weight--l);
  font-size: 2rem;
  line-height: 120%;
}

p, p a, a, button, input, label, ul, li, h1, h2, h3, h4, h5, h6, select {
  font-family: var(--font-family);
}

p a {
  color: var(--color--purple);
}

.grid-areas {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .grid-areas {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .grid-areas {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .grid-areas {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .grid-areas {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: var(--max-width);
  }
}
.grid-areas--fw {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  width: 100%;
}
.grid-areas--fwi {
  position: relative;
  width: 100%;
}
.grid-areas--mb {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .grid-areas--mb {
    margin-bottom: 1.875rem;
  }
}
.grid-areas-clip {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.grid-areas-clip--topleft {
  clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0 100%);
}
.grid-areas-clip--topright {
  clip-path: polygon(0 10%, 100% 20%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 10%, 100% 20%, 100% 100%, 0 100%);
}
.grid-areas-clip--bottomright {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
}
.grid-areas-clip--bottomleft {
  clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 80%);
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 80%);
}
.grid-areas .grid-area {
  z-index: 2;
}
.grid-areas .grid-area--3, .grid-areas .grid-area--4, .grid-areas .grid-area--6, .grid-areas .grid-area--9, .grid-areas .grid-area--12 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-areas .grid-area--3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--12 {
    width: 100%;
  }
}

/* Exposed to .slide-crsl so it also works in shadow dom in back office components + umb-rich-text-editor & tiptap in back office */
:root, .slide-crsl, .umb-rich-text-editor,
.tiptap {
  --color--white: #ffffff;
  --color--black: #3a3a3a;
  --color--purple-l90: #e4dff7;
  --color--purple-l40: #392a65;
  --color--purple-l20: #8a56fb;
  --color--purple: #221553;
  --color--purple-d20: #1b1142;
  --color--lilac: #9189a9;
  --color--light-blue: #5fccfd;
  --color--light-blue-d20: #1ab6fc;
  --color--mid-blue: #3215c9;
  --color--mid-blue-d20: #2811a1;
  --color--light-purple: #8a56fb;
  --color--light-purple-d20: #5c14f9;
  --color--mauve: #e2009a;
  --color--mauve-d20: #b5007b;
  --color--red: #f8282f;
  --color--red-d20: #df070f;
  --color--orange: #f97811;
  --color--orange-d20: #d05f05;
  --color--yellow: #f3fe36;
  --color--yellow-d20: #e8f501;
  --color--mint: #45ffc5;
  --color--mint-d20: #04ffb1;
  --color--green: #31bf68;
  --color--green-d20: #279953;
  --color--grey-l83: #f8f8f8;
  --color--grey-l80: #f6f6f6;
  --color--grey-l70: #f2f2f2;
  --color--grey-l60: #ededed;
  --color--grey: #d3d3d3;
  --color--grey-d1: #d4d4d4;
  --color--grey-d20: #a9a9a9;
  --color--grey-d40: #7f7f7f;
  --color--charcoal: #4b4a4b;
  --color--horizon-red: #ee3124;
  --color--horizon-red-l60: #f8ada7;
  --color--horizon-green: #89d9ab;
  --color--horizon-green-l60: #d0f0dd;
  --color--horizon-dark-grey: #3a3a3a;
  --color--horizon-grey: #4c4a4a;
  --color--horizon-light-grey: #e8e8e8;
}

:root {
  --max-width: 1560px;
  --max-width-tb: 1024px;
  --max-width-dt: 950px;
  --max-width-dtl: 1150px;
  --max-width-dtxl: 1560px;
}

html {
  font-size: 16px;
  line-height: 150%;
  font-size: 90%;
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
  }
}

html, body, main {
  box-sizing: border-box;
  background-color: var(--color--white);
  color: var(--color--black);
  width: 100%;
  padding: 0;
  margin: 0;
}

div, header, footer {
  box-sizing: border-box;
}

.main {
  position: relative;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

.mw {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem;
}
@media (min-width: 1024px) {
  .mw {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1441px) {
  .mw {
    max-width: var(--max-width);
    padding: 0 2.5rem;
  }
}

h1, h2, h3, h4, h5, h6, .title {
  line-height: 110%;
  font-weight: var(--font-weight--b);
  margin: 0 0 1.25rem 0;
  text-transform: uppercase;
}

h1, .title--h1 {
  font-size: 3rem;
}

h2, .title--h2 {
  font-size: 1.875rem;
}

h3, .title--h3 {
  font-size: 1.5rem;
}

h4, .title--h4 {
  font-size: 1.25rem;
}

h5, .title--h5 {
  font-size: 1.125rem;
}

h6, .title--h6 {
  font-size: 0.75rem;
}

.title--xl {
  font-size: 3.5rem;
}

:root {
  --btn-reveal--bg: #000;
  --btn-reveal--fg: #fff;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 1.125rem;
  overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  width: auto;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 15rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: var(--font-weight--b);
  line-height: 100%;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  /* Facet Filter*/
}
.btn:hover {
  transition: all 0.3s ease-in-out;
}
.btn--left, .btn--right {
  background-color: var(--color--grey);
  border-radius: 50%;
  transition: 0.3s ease;
  padding: 0;
  border: solid 3px var(--color--grey);
}
.btn--left.active, .btn--left:hover, .btn--right.active, .btn--right:hover {
  background-color: var(--color--yellow);
  border-color: var(--color--yellow);
}
.btn--left:hover, .btn--right:hover {
  background-color: var(--color--white);
}
.btn--left .icon, .btn--right .icon {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  vertical-align: middle;
}
.btn--left .icon--right-purp, .btn--right .icon--right-purp {
  transform: translateX(2px);
}
.btn--prim, .btn--primary {
  background-color: var(--color--horizon-dark-grey);
  color: var(--color--white);
}
.btn--prim:hover, .btn--primary:hover {
  background-color: var(--color--horizon-red);
}
.btn--sec, .btn--secondary {
  background-color: var(--color--horizon-dark-grey);
  color: var(--color--white);
}
.btn--sec:hover, .btn--secondary:hover {
  background-color: var(--color--horizon-red);
}
.btn--tert, .btn--tertiary {
  background-color: var(--color--white);
  border: solid 3px var(--color--horizon-dark-grey);
  color: var(--color--horizon-dark-grey);
}
.btn--tert:hover, .btn--tertiary:hover {
  background-color: var(--color--horizon-light-grey);
}
.btn--qrt, .btn--quartenary {
  background-color: var(--color--white);
  border: solid 3px var(--color--horizon-red);
  color: var(--color--horizon-red);
}
.btn--qrt:hover, .btn--quartenary:hover {
  background-color: var(--color--horizon-light-grey);
}
.btn--cta {
  background-color: var(--color--horizon-red);
  color: var(--color--white);
}
.btn--cta:hover {
  background-color: var(--color--horizon-red);
}
.btn--close {
  background-color: var(--color--yellow);
  border-radius: 50%;
  transition: 0.3s ease;
  padding: 0;
  border: solid 3px var(--color--yellow);
}
.btn--close:hover {
  background-color: var(--color--white);
}
.btn--link {
  background-color: transparent;
  padding: 0.9375rem 2.5rem;
  color: var(--color--black);
}
.btn--link:hover {
  text-decoration: underline;
}
.btn--link-lt {
  color: var(--color--white);
}
.btn--link-cta-red {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: unset;
  background-color: var(--color--horizon-red);
  color: var(--color--white);
  transition: all 0.3s ease;
}
.btn--link-cta-red:hover {
  background-color: var(--color--horizon-dark-grey);
}
.btn--rvl {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
  text-align: left;
  font-weight: var(--font-weight);
  line-height: 150%;
}
.btn--inl-send {
  background-image: url("/images/icons/site/send--purple.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--color--yellow);
  padding: 0.9375rem;
  border: solid 2px var(--color--yellow);
  border-radius: 50%;
}
.btn--inl-send:hover {
  background-color: var(--color--white);
}
.btn--lu {
  text-decoration: underline;
  border: none !important;
  outline: none;
}
.btn--mb {
  margin-bottom: 0.9375rem;
}
.btn--full-width, .btn--fw {
  display: block;
  width: 100%;
}
.btn--np-lr {
  padding-left: 0;
  padding-right: 0;
}
.btn--icon {
  font-size: 1.375rem;
  cursor: pointer;
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
}
.btn--icon-right {
  display: flex;
  flex-direction: row-reverse;
}
.btn--icon-right .btn--icon {
  margin-right: 0;
  margin-left: 0.3125rem;
}
.btn--text {
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
.btn--text-s {
  font-size: 1.125rem;
}
.btn--text:hover {
  text-decoration: underline;
}
.btn--flt {
  background-color: var(--color--white);
  border: solid 2px var(--color--yellow);
  color: var(--color--purple);
  border-radius: 1.25rem;
  padding: 0 0.3125rem;
}
.btn--txticn .txt, .btn--txticn .icon {
  vertical-align: middle;
}
.btn .text {
  vertical-align: middle;
  font-size: var(--font-size);
  line-height: var(--font-size);
}
.btn--icon-bg {
  --btn-icon: url("/images/site/pen-red.png");
  --btn-icon-hover: url("/images/site/pen-white.png");
  padding: 0.4375rem 2.125rem 0.375rem 0.875rem;
  margin: 0.4375rem 0;
  border: 2px solid var(--color--white);
  border-radius: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  font-size: 1rem;
  color: var(--color--horizon-red);
  background-color: var(--color--white);
  background-image: var(--btn-icon);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 98% center;
  transition: background-color 0.25s ease, color 0.25s ease, background-image 0.25s ease;
}
.btn--icon-bg:hover {
  color: var(--color--white);
  background-color: var(--color--horizon-red);
  background-image: var(--btn-icon-hover);
}

.icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  line-height: 100%;
}
.icon--xxs {
  width: 1rem;
  height: 1rem;
}
.icon--xs {
  width: 1.25rem;
  height: 1.25rem;
}
.icon--s {
  width: 1.5rem;
  height: 1.5rem;
}
.icon--l {
  width: 2.5rem;
  height: 2.5rem;
}
.icon--left {
  background-image: url("/images/icons/site/arrow-left--white.svg");
}
.icon--right {
  background-image: url("/images/icons/site/arrow-right--white.svg");
}
.icon--mic {
  background-image: url("/images/icons/site/mic--white.svg");
}
.icon--mic-off {
  background-image: url("/images/icons/site/mic-off--white.svg");
}
.icon--search {
  background-image: url("/images/icons/site/search--black.svg");
}
.icon--filters {
  background-image: url("/images/icons/site/filters--purple.svg");
}
.icon--remove-purp, .icon--close-purp {
  background-image: url("/images/icons/site/close--purple.svg");
}
.icon--chev-right-purp, .icon--right-purp {
  background-image: url("/images/icons/site/chevron-right--purple.svg");
}
.icon--chev-left-purp, .icon--left-purp {
  background-image: url("/images/icons/site/chevron-left--purple.svg");
}
.icon--chev-right-yellow, .icon--right-yellow {
  background-image: url("/images/icons/site/chevron-right--yellow.svg");
}
.icon--down-white {
  background-image: url("/images/icons/site/arrow-down--white.svg");
}
.icon--li {
  background-image: url("/images/icons/site/linkedin--white.svg");
}
.icon--fb {
  background-image: url("/images/icons/site/facebook--white.svg");
}
.icon-wrap {
  background-color: var(--color--white);
  border-radius: 2rem;
  padding: 0.25rem 0.25rem;
}
.icon-wrap .icon {
  vertical-align: middle;
}
.icon-text .icon {
  vertical-align: middle;
}
.icon-text__txt {
  font-size: 1.125rem;
  font-weight: var(--font-weight);
}

.scroll {
  /* WebKit (Chrome, Safari, Edge) */
  /* Firefox */
}
.scroll::-webkit-scrollbar {
  width: 6px; /* vertical scrollbar width */
  height: 6px; /* horizontal scrollbar height */
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--color--grey); /* scrollbar handle */
  border-radius: 3px;
}
.scroll::-webkit-scrollbar-track {
  background-color: var(--color--white); /* scrollbar track */
}
.scroll .scroll {
  scrollbar-color: var(--color--grey) var(--color--white); /* thumb, track */
  scrollbar-width: thin; /* auto | thin | none */
}

.accordian {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordian {
    flex-direction: row;
  }
}
.accordian__btns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordian__btns {
    border-right: solid 3px var(--color--purple);
  }
}
.accordian__btns .accordian-btn {
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  padding: 0.625rem;
  background-color: var(--color--grey-l80);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .accordian__btns .accordian-btn {
    width: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .accordian__btns .accordian-btn {
    width: 18.75rem;
  }
}
.accordian__btns .accordian-btn:hover {
  background-color: var(--color--grey-l60);
}
.accordian__btns .accordian-btn:hover .icon {
  opacity: 0.5;
}
.accordian__btns .accordian-btn .icon {
  opacity: 0.2;
  transition: opacity 0.3s ease;
  background-image: url("/images/icons/site/chevron-right--purple.svg");
}
.accordian__btns .accordian-btn.active {
  background-color: var(--color--purple);
  color: var(--color--yellow);
}
.accordian__btns .accordian-btn.active .icon {
  opacity: 1;
  background-image: url("/images/icons/site/chevron-right--yellow.svg");
}
.accordian__pnl {
  flex-grow: 2;
}
.accordian-pnl {
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .accordian-pnl {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .accordian-pnl {
    padding: 1.25rem 1.875rem;
  }
}
.accordian-pnl p:first-child {
  margin-top: 0;
}
.accordian-pnl p:last-child {
  margin-bottom: 0;
}
.accordian-pnl.hide {
  display: none;
}

.accordion {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.accordion__pnl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: solid 1px var(--color--black);
}
.accordion__pnl.rotatecw-45 .pnl__exp .btn {
  transition: all 0.5s ease;
  transform: rotate(45deg);
}
.accordion__pnl.rotatecw-90 .pnl__exp .btn {
  transition: all 0.5s ease;
  transform: rotate(90deg);
}
.accordion__pnl .pnl__exp {
  padding: 0 0.5rem;
}
.accordion__pnl .pnl__exp .btn {
  background-color: transparent;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  cursor: pointer;
}
.accordion__pnl .faq__cnt {
  max-height: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.accordion__pnl.active .faq__cnt {
  transition: all 0.5s ease;
  padding-top: 10px;
  max-height: 3000px;
}

.vb-smv, .vb-smv__models, .vb-smv__gmv {
  width: 100%;
  height: 100%;
}

.vb-smv {
  position: relative;
}

.vb-smv--fs {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.vb-smv__gmv {
  display: block;
}

.vb-smv__model-opts {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.vb-smv__model-opt {
  margin-right: 0.313rem;
  transition: all 0.2s ease-in-out;
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  outline: none;
  opacity: 0.5;
}

.vb-smv__model-opt:last-child {
  margin-right: 0;
}

.vb-smv__model-opt:hover {
  transform: scale(1.1);
  opacity: 1;
}

.vb-smv__fs {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 1.875rem; /* 30px */
  height: 1.875rem;
  border-radius: 1.25rem;
  padding: 1.25rem;
  border: none;
  outline: none;
  background-color: rgb(250, 250, 250);
  transition: background-color 0.2s ease-in-out;
  z-index: 2;
}

.vb-smv__fs:hover {
  background-color: rgb(255, 255, 255);
}

.vb-smv__fs:after {
  position: absolute;
  inset: 0.313rem;
  width: 1.875rem; /* 30px */
  height: 1.875rem;
  content: "";
  background: url("/visbraco/images/open-fullscreen--black.png") no-repeat center;
  background-size: contain;
}

.vb-smv__fs--close:after {
  background-image: url("/visbraco/images/close-fullscreen--black.png");
}

.author-ftr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px var(--color--horizon-light-grey);
}
.author-ftr .ftr--sep:before {
  content: " / ";
  padding-left: 0.5rem;
}
.author-ftr .ftr__img {
  width: 1.5rem;
  height: auto;
  border-radius: 0.75rem;
  margin-right: 0.5rem;
}
.author-ftr .ftr__lnk {
  color: var(--color--black);
  text-decoration: none;
}
.author-ftr .ftr__lnk:hover {
  color: var(--color--horizon-red);
  text-decoration: underline;
}
.author-ftr .ftr__lnk-c, .author-ftr .ftr__lnk-t {
  margin-right: 0.5rem;
  text-decoration: underline;
}
.author-ftr .ftr__lnk-c:last-child, .author-ftr .ftr__lnk-t:last-child {
  margin-right: 0;
}

.banner {
  position: relative;
  width: 100%;
}
.banner-bck-img {
  display: block;
  width: 100%;
  height: auto;
}
.banner__cnt {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.banner__ttl, .banner__msg {
  color: var(--color--white);
  margin-bottom: 0.625rem;
}
.banner__ttl {
  font-size: 4.375rem;
  line-height: 110%;
  font-weight: var(--font-weight--xb);
  margin: 0 0 0.625rem;
}
.banner__msg {
  font-size: 1.875rem;
  line-height: 150%;
  font-weight: var(--font-weight--l);
}
.banner__msg p {
  margin: 0;
}
.banner__cta {
  display: inline-block;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: var(--font-weight--sb);
  background-color: var(--color--black);
  color: var(--color--white);
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 1.25rem;
}
.banner__cta:hover {
  background-color: var(--color--grey-l38);
}

.bo-preview {
  width: 100%;
  padding: 10px;
}
.bo-preview--hf {
  background-color: #221553;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .bo-preview--fw {
    min-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bo-preview--fw {
    min-width: 1000px;
  }
}
@media (min-width: 1441px) {
  .bo-preview--fw {
    min-width: 1200px;
  }
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding: 1.875rem 0;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    display: flex;
  }
}
.breadcrumb--light {
  color: var(--color--white);
}
.breadcrumb--light a, .breadcrumb--light a:visited {
  color: var(--color--white);
}
.breadcrumb--dark {
  color: var(--color--black);
}
.breadcrumb--dark a, .breadcrumb--dark a:visited {
  color: var(--color--black);
}
.breadcrumb__int {
  display: none;
}
@media (min-width: 1200px) {
  .breadcrumb__int {
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.breadcrumb__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .breadcrumb__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.breadcrumb__list .list__item, .breadcrumb__list .item__link {
  font-size: var(--font-size--sm);
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumb__list .list__item {
  padding-right: 0.625rem;
  font-weight: var(--font-weight);
}
.breadcrumb__list .list__item:first-child {
  content: "home";
}
.breadcrumb__list .list__item:after {
  content: "/";
}
.breadcrumb__list .list__item:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: var(--font-weight--b);
}
.breadcrumb__list .list__item:last-child:after {
  content: unset;
}
.breadcrumb__list .list__item .item__link {
  margin-right: 0.3125rem;
}
.breadcrumb__list .list__item .item__link:hover {
  text-decoration: underline;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.carousel {
  width: 100%;
  height: 100%;
}
.carousel__hdr {
  margin-bottom: 1rem;
}
.carousel .glide__track, .carousel .glide__slides, .carousel .glide .slide {
  height: 100%;
}
.carousel .glide.right-disabled .glide__arrows .btn:last-child {
  opacity: 0.2;
}
.carousel .glide.left-disabled .glide__arrows .btn:first-child {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .carousel .glide--tb-no-blts {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .carousel .glide--dt-no-blts {
    display: none !important;
  }
}
.carousel .glide__actions {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .carousel .glide__actions {
    padding: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1441px) {
  .carousel .glide__actions {
    max-width: var(--max-width-dtxl);
  }
}
.carousel .glide__actions-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.carousel .glide__actions--notxt {
  width: 100%;
  justify-content: space-between;
}
.carousel .glide__actions--notxt .glide__actions-wrap {
  width: 100%;
  justify-content: space-between;
}
.carousel .glide__actions--hd {
  margin-bottom: 0.5rem;
}
.carousel .glide__actions--ft {
  padding-top: 0.5rem;
}
.carousel .glide__bullets, .carousel .glide__arrows {
  position: relative;
  inset: unset;
}
.carousel .glide__bullets {
  transform: translateX(0);
  line-height: 0;
  gap: 0.3125rem;
}
@media (min-width: 425px) {
  .carousel .glide__bullets {
    display: block;
  }
}
.carousel .glide__bullet {
  width: 1.5rem;
  height: 0.5rem;
  background-color: var(--color--black);
  border: solid 2px var(--color--black);
  border-radius: 4px;
  margin: 0;
}
.carousel .glide__bullet--active {
  background-color: transparent;
}
.carousel .glide--light .glide__bullet {
  background-color: var(--color--white);
  border: solid 2px var(--color--white);
}
.carousel .glide--light .glide__bullet--active {
  background-color: transparent;
}
.carousel .glide-title {
  margin: 0;
  line-height: 100%;
  color: var(--color--black);
  font-size: 1.375rem;
  font-weight: var(--font-weight--b);
}
.carousel .glide__arrows .btn {
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.carousel .glide__arrows .btn:last-child {
  margin-right: 0;
}
.carousel .glide__arrows .btn--left {
  background-position: 50% center;
  background-image: url("/images/icons/site/chevron-left--black.svg");
}
.carousel .glide__arrows .btn--right {
  background-position: calc(50% + 3px) center;
  background-image: url("/images/icons/site/chevron-right--black.svg");
}
.carousel .glide .glide__slide {
  height: 100%;
}
.carousel .glide .glide__slide .widget {
  height: 100%;
}
.carousel .glide--form .glide__arrows .btn {
  width: auto;
  height: auto;
  text-align: center;
  padding: 1rem;
}

.cont-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cont-list--row {
  flex-direction: row;
}
.cont-list--column {
  flex-direction: column;
}
.cont-list--left {
  justify-content: flex-start;
}
.cont-list--right {
  justify-content: flex-end;
}
.cont-list--center {
  justify-content: center;
}
.cont-list--between {
  justify-content: space-between;
}
.cont-list--even {
  justify-content: space-evenly;
}
.cont-list--start {
  align-items: flex-start;
}
.cont-list--center {
  align-items: center;
}
.cont-list--end {
  align-items: flex-end;
}

.cont-blk {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.cont-blk__bck {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont-blk-bck-img {
  display: block;
  height: auto;
  width: auto;
  max-width: none;
  z-index: 0;
}
.cont-blk__cnt {
  width: 100%;
  z-index: 1;
}
.cont-blk--left-top {
  justify-content: flex-start;
  align-items: flex-start;
}
.cont-blk--left-center {
  justify-content: center;
  align-items: flex-start;
}
.cont-blk--left-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}
.cont-blk--center-top {
  justify-content: flex-start;
  align-items: center;
}
.cont-blk--center-center {
  justify-content: center;
  align-items: center;
}
.cont-blk--center-bottom {
  justify-content: flex-end;
  align-items: center;
}
.cont-blk--right-top {
  justify-content: flex-end;
  align-items: flex-start;
}
.cont-blk--right-center {
  justify-content: flex-end;
  align-items: center;
}
.cont-blk--right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}

.cta--simple .cta-ttl, .cta--simple .cta-stl {
  text-align: center;
}
.cta--simple .cta-ttl {
  font-size: 1.5rem;
  color: var(--color--grey-d40);
}
.cta--simple .cta-stl {
  font-size: 2.5rem;
}
.cta--simple .btn {
  display: inline-block;
}
.cta-ttl, .cta-stl {
  display: block;
  line-height: 100%;
  font-weight: var(--font-weight--b);
}
.cta-ttl {
  margin-bottom: 0.625rem;
}
.cta-stl {
  margin-bottom: 1.25rem;
}
.cta .cta-btn {
  text-align: center;
}

.cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cta-btn--center {
  justify-content: center;
}
.cta-btn--right {
  justify-content: flex-end;
}

.ddl {
  position: relative;
}
.ddl--prd {
  min-width: 9.375rem;
}
.ddl__hdr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ddl__hdr .ddl-selected, .ddl__hdr .icon {
  vertical-align: middle;
}
.ddl__hdr .ddl-selected {
  margin-right: 0.625rem;
}
.ddl__hdr .ddl-tgl {
  transition: transform 0.3s ease;
}
.ddl__hdr .icon {
  border: none;
  outline: none;
  background-color: var(--color--yellow);
  border-radius: 0.9375rem;
  transform: rotate(90deg);
}
.ddl__opts {
  position: absolute;
  margin: 2.5rem 0 0 0;
  padding: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s ease;
  background-color: var(--color--white);
  border: solid 1px var(--color--black);
  list-style: none;
}
.ddl.open .ddl__opts {
  visibility: visible;
  opacity: 1;
  height: unset;
  z-index: 10;
}
.ddl.open .ddl__hdr .icon {
  transform: rotate(-90deg);
}
.ddl-opt {
  display: block;
  padding: 0.3125rem 0.625rem;
  box-sizing: border-box;
}
.ddl-opt:hover {
  background-color: var(--color--yellow);
  cursor: pointer;
}

.expand .title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .expand .title {
    margin-bottom: 1.25rem;
  }
}
.expand__ttl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.expand-btn {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
  background: url("/images/icons/site/arrow-down--white.svg") no-repeat center center;
  transition: transform 0.3s ease;
  cursor: pointer;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .expand-btn {
    display: none;
  }
}
.expand ul {
  max-height: 0;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .expand ul {
    max-height: unset;
    overflow-y: unset;
  }
}
.expand ul.expshow {
  animation: expShow 0.3s ease-out forwards;
}
.expand ul.exphide {
  animation: expHide 0.3s ease-out forwards;
}
@media (min-width: 768px) {
  .expand ul.exphide {
    display: block;
    opacity: 1 !important;
    max-height: 300px !important;
  }
}
.expand.active .expand-btn {
  transform: rotate(-180deg);
}

@keyframes expHide {
  0% {
    padding-top: 20px;
    opacity: 1;
    max-height: 400px;
  }
  100% {
    padding-top: 0;
    max-height: 0;
    opacity: 0;
  }
}
@keyframes expShow {
  0% {
    padding-top: 0;
    opacity: 0;
    max-height: 0;
  }
  100% {
    padding-top: 20px;
    max-height: 400px;
    opacity: 1;
  }
}
.faq {
  width: 100%;
  height: 100%;
}
.faq__hdr h1, .faq__hdr h2, .faq__hdr h3, .faq__hdr h4, .faq__hdr h5, .faq__hdr h6 {
  margin-bottom: 0;
}
.faq__cnt p:last-child {
  margin-bottom: 0;
}

.ftr-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.ftr-list-opt {
  flex: 0 0 calc(25% - 15px);
}
.ftr-list-opt .ftr-opt-box {
  border: solid 3px var(--color--mauve);
  aspect-ratio: 1/1;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ftr-list-opt .ftr-opt-box__txt {
  display: block;
  color: var(--color--mauve);
  font-size: 1.25rem;
  line-height: 100%;
  text-align: center;
}
.ftr-list-opt .ftr-opt-box__icn {
  display: block;
  width: 60%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  margin-bottom: 0.3125rem;
}
.ftr-list-opt .ftr-list-opt-ttl {
  display: block;
  color: var(--color--white);
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ftr-list-opt .ftr-list-opt-ttl {
    font-size: 1.125rem;
    color: var(--color--black);
  }
}
@media (min-width: 1024px) {
  .ftr-list-opt .ftr-list-opt-ttl {
    font-size: 1.25rem;
  }
}
.ftr-list-opt .icn--heightm {
  background-image: url("/images/icons/site/height--mauve.svg");
}
.ftr-list-opt .icn--people-1 {
  background-image: url("/images/icons/site/people-1--mauve.svg");
}
.ftr-list-opt .icn--people-2 {
  background-image: url("/images/icons/site/people-2--mauve.svg");
}
.ftr-list-opt .icn--people-3 {
  background-image: url("/images/icons/site/people-3--mauve.svg");
}
.ftr-list-opt .icn--people-3 {
  background-image: url("/images/icons/site/people-3--mauve.svg");
}
.ftr-list-opt .icn--power-diesel {
  background-image: url("/images/icons/site/power-deisel--mauve.svg");
}
.ftr-list-opt .icn--power-electric {
  background-image: url("/images/icons/site/power-electric--mauve.svg");
}
.ftr-list-opt .icn--oilfree-true, .ftr-list-opt .icn--oilfree-false {
  background-image: url("/images/icons/site/oil--mauve.svg");
}

.finance {
  display: flex;
  flex-direction: column;
  background-color: var(--color--purple);
  color: var(--color--white);
  border-top: solid 2px #887fa1;
  border-bottom: solid 2px #887fa1;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .finance {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
  .finance__slider, .finance__illust {
    flex: 0 0 calc(45% - 15px);
  }
}
@media (min-width: 1024px) {
  .finance {
    padding: 1.875rem;
  }
  .finance__slider, .finance__illust {
    flex: 0 0 calc(40% - 25px);
  }
}
.finance__arw {
  background-image: url("/images/icons/site/arrow-down--yellow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .finance__arw {
    margin: auto 0;
    background-image: url("/images/icons/site/arrow-right--yellow.svg");
  }
}
.finance__slider, .finance__illust {
  min-height: 31.25rem;
}
.finance__illust {
  border: solid 2px #887fa1;
}
.finance__illust .gated {
  padding: 0.625rem;
}
@media (min-width: 1024px) {
  .finance__illust .gated {
    padding: 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .finance__illust .gated {
    padding: 1.5625rem;
  }
}
.finance__illust .title--h2 {
  color: var(--color--white);
  text-align: center;
}
.finance__illust .term {
  margin: 0 0 1.25rem 0;
  font-size: 1.25rem;
  line-height: 100%;
}
.finance__illust .terms {
  font-size: 0.875rem;
  line-height: 125%;
}
.finance__illust .illust {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--color--white);
  margin: 0 0 1.25rem 0;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: var(--font-weight--b);
}
.finance__illust .illust--prim {
  color: var(--color--yellow);
  font-size: 1.875rem;
  margin: 1.25rem 0 2.5rem 0;
}
.finance__illust .illust--sec {
  font-weight: normal;
  margin: -0.625rem 0 1.875rem 0;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.875rem 1.875rem;
  margin: 0 auto;
  background-color: var(--color--horizon-dark-grey);
  color: var(--color--white);
  border-top: 0.5rem solid var(--color--horizon-red);
}
@media (min-width: 768px) {
  .footer {
    padding: 3rem 3rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 3rem 0 6rem 0;
  }
}
.footer .title {
  font-size: 1.375rem;
  color: var(--color--white);
}
.footer .link-list__opt {
  font-size: 0.875rem;
  color: var(--color--white);
  margin-bottom: 0;
}
.footer__hdr, .footer__bdy, .footer__ftr {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__hdr, .footer__bdy, .footer__ftr {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: var(--max-width);
  }
}
@media (min-width: 1560px) {
  .footer__hdr, .footer__bdy, .footer__ftr {
    padding: 0;
  }
}
.footer__hdr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .footer__hdr {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 2rem;
    margin-bottom: 3.75rem;
    border-bottom: solid 2px #4d4d4d;
  }
}
.footer__hdr .footer__con, .footer__hdr .footer__lnks {
  width: 100%;
}
.footer__hdr .footer__con {
  border-bottom: solid 1px var(--color--white);
}
@media (min-width: 1024px) {
  .footer__hdr .footer__con {
    width: 30%;
    padding-right: 4rem;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .footer__hdr .footer__con {
    width: 36%;
  }
}
.footer__hdr .footer__con .footer-logo, .footer__hdr .footer__con .footer-sup {
  margin: 0 0 1rem 0;
}
@media (min-width: 1024px) {
  .footer__hdr .footer__con .footer-logo, .footer__hdr .footer__con .footer-sup {
    margin: 0 0 2.5rem 0;
  }
}
.footer__hdr .footer__con .footer-logo {
  max-width: 17.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .footer__hdr .footer__con .footer-logo {
    max-width: 12.1875rem;
    margin-bottom: 2rem;
  }
}
.footer__hdr .footer__con .footer-sup {
  font-size: 1.375rem;
  font-weight: var(--font-weight);
}
.footer__hdr .footer__con .footer-sup__lnk {
  font-size: 1.375rem;
  font-weight: var(--font-weight);
  color: var(--color--white);
  text-decoration: none;
}
.footer__hdr .footer__con .footer-sup__lnk:hover {
  text-decoration: underline;
}
.footer__hdr .footer__lnks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .footer__hdr .footer__lnks {
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.footer__hdr .footer__lnks .footer__use, .footer__hdr .footer__lnks .footer__abt {
  padding: 1.875rem 0;
  width: 100%;
  border-bottom: solid 1px var(--color--white);
}
@media (min-width: 1024px) {
  .footer__hdr .footer__lnks .footer__use, .footer__hdr .footer__lnks .footer__abt {
    padding: 0;
    border-bottom: none;
  }
}
.footer__hdr .footer__lnks .footer__abt .expand {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .footer__hdr .footer__lnks .footer__abt .expand {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer__hdr .link-list {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .footer__hdr .link-list {
    margin-bottom: 2.5rem;
  }
}
.footer__ftr {
  width: 100%;
}
.footer__ftr .ftr-opt {
  font-size: 0.875rem;
  margin: 0;
  line-height: 125%;
}
.footer__ftr .ftr-opt--sm {
  font-size: 0.75rem;
}
.footer__ftr .ftr-opt__lnk {
  color: var(--color--white);
}
.footer .codebricks {
  color: var(--color--white);
  font-size: 0.875rem;
}

.form {
  width: 100%;
  height: 100%;
  /* Firefox */
}
.form__intro {
  margin-bottom: 0.625rem;
}
.form__row {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.form__row--inf {
  overflow: hidden;
  height: 0px;
}
.form__row--last {
  margin-bottom: 0;
}
.form-cell {
  flex-grow: 1;
  padding: 0.25rem 0.5rem;
}
.form-cell--12, .form-cell--6 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-cell--6 {
    width: calc(50% - 10px);
  }
}
.form-cell__flx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form-lnk {
  color: var(--color--black);
  text-decoration: none;
}
.form-lnk--fw {
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.form-lnk:hover {
  text-decoration: underline;
}
.form-lbl {
  font-size: 1rem;
  line-height: 100%;
  display: block;
  margin-bottom: 0.25rem;
}
.form-lbl sup {
  color: var(--color--red);
}
.form-inp, .form-lbl {
  color: var(--color--black);
}
.form-inp:focus, .form-lbl:focus {
  box-shadow: 0 0 0 1px var(--color--black);
}
.form-inp, .form-sel {
  display: block;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 0.625rem;
  border: solid 1px var(--color--black);
  background-color: var(--color--white);
  font-size: 1rem;
  padding: 0.625rem;
}
.form input:-webkit-autofill {
  background-color: var(--color--white) !important;
  color: var(--color--black) !important;
  box-shadow: 0 0 0 1000px var(--color--white) inset !important;
}
.form input:-moz-autofill {
  background-color: var(--color--white) !important;
  color: var(--color--black) !important;
}
.form__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form__btns--center {
  justify-content: center;
}
.form__msg {
  margin: 0;
  line-height: 125%;
  min-height: 2.125rem;
}
.form__msg sup {
  color: var(--color--red);
}
.form .row--btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-msg {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-top: 1.5rem;
  padding: 0.5rem 0.5rem;
  background-color: var(--color--horizon-green-l60);
}
.form-msg__ic {
  margin-right: 0.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 100%;
  color: var(--color--white);
  font-weight: var(--font-weight-b);
  padding: 0.25rem 0.625rem;
  background-color: var(--color--horizon-green);
}
.form-msg__txt {
  flex-grow: 1;
}
.form-msg--err {
  background-color: var(--color--horizon-red-l60);
}
.form-msg--err .form-msg__ic {
  background-color: var(--color--horizon-red);
}

.gated {
  width: 100%;
  height: 100%;
  position: relative;
}
.gated-ovl {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(34, 21, 83, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.gated-ovl__con {
  position: absolute;
  inset: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gated__content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.gated__content--hp .gated-content-hp {
  display: block;
}
.gated__content--hp .gated-content-ch {
  display: none;
}
.gated__content--ch .gated-content-hp {
  display: none;
}
.gated__content--ch .gated-content-ch {
  display: block;
}
.gated--ul .gated-ovl, .gated--ul .form {
  display: none !important;
}
.gated--ul .gated__content {
  display: flex;
}
.gated.active .gated-ovl {
  animation: hideGated 0.5s forwards;
}
.gated .show {
  animation: showGated 0.5s forwards;
}
.gated .hide {
  animation: hideGated 0.5s forwards;
}
.gated .form {
  display: none;
}
.gated .form.show {
  display: unset;
}

@keyframes hideGated {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes showGated {
  0% {
    display: block !important;
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: relative;
  z-index: 1000;
  background-color: #3a3a3a;
  color: var(--color--white);
}
.header__contact-nav {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  position: fixed;
  height: 51px;
  width: 100%;
  background-color: var(--color--horizon-red);
  z-index: 1001;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .header__contact-nav {
    display: none;
  }
}
.header__contact-nav .contact-nav-wrp {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1441px) {
  .header__contact-nav .contact-nav-wrp {
    max-width: var(--max-width-dtxl);
  }
}
.header__contact-details {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
}
.header__contact-link {
  padding-right: 0.9375rem;
  margin-right: 0.3125rem;
  color: inherit;
  text-decoration: none;
}
.header__contact-link:hover {
  text-decoration: underline;
}
.header__cta {
  margin-left: auto;
}
.header-wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #3a3a3a;
  padding-top: 51px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .header-wrap {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1441px) {
  .header-wrap {
    max-width: var(--max-width-dtxl);
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  .header-wrap {
    padding-top: 0;
    justify-content: flex-start;
  }
  .header-wrap .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.875rem;
  }
  .header-wrap .header__mob {
    margin-left: 0;
  }
}
.header-logo {
  width: 100%;
  height: auto;
  max-width: 10rem;
}
@media (min-width: 1024px) {
  .header-logo {
    max-width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    max-width: 21.5625rem;
    height: 5rem;
    padding: 1rem 0 0.5rem 0;
  }
}
@media (min-width: 1441px) {
  .header-logo {
    max-width: 21.5625rem;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}
.header__search {
  display: none;
}
@media (min-width: 768px) {
  .header__search {
    display: block;
  }
}
.header__mob {
  position: relative;
  width: 24px;
  height: 32px;
}
@media (min-width: 1024px) {
  .header__mob {
    display: none;
  }
}

.hero {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #bec9eb;
}
.hero__pic, .hero .pic-img {
  display: block;
  height: 0;
}
@media (min-width: 1024px) {
  .hero__pic, .hero .pic-img {
    height: unset;
    width: 100%;
  }
}
.hero__vid {
  width: 100%;
  background-color: var(--color--white);
}
@media (min-width: 1024px) {
  .hero__vid {
    background-color: transparent;
    width: unset;
    padding: 0;
    position: absolute;
    height: 100%;
    inset: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.hero__vid .vid-wrp {
  height: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: var(--max-width);
}
.hero__vid .vid-wrp iframe {
  width: 100%;
  padding: 0.5rem;
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .hero__vid .vid-wrp iframe {
    width: 56%;
    margin-top: -4.5rem;
  }
}
@media (min-width: 1200px) {
  .hero__vid .vid-wrp iframe {
    margin-left: unset;
    margin-right: unset;
    margin-top: -4.5rem;
    width: 51rem;
  }
}
.hero__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .hero__cta {
    padding-bottom: 2rem;
  }
}
.hero__cta .cta-wrp {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: var(--max-width);
}
.hero__cta .cta-lnk {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .hero__cta .cta-lnk {
    margin-bottom: unset;
  }
}

.icon-list {
  width: 100%;
  height: 100%;
}
.icon-list__hdr {
  margin-bottom: 1rem;
}
.icon-list__itms {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.icon-list__itms .itm {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.icon-list__itms .itm__img {
  width: 5.5rem;
  height: auto;
  margin-right: 1rem;
}
.icon-list__itms .itm__txt {
  flex-grow: 1;
}
.icon-list__itms .itm__txt .txt-ttl {
  margin-bottom: 0.25rem;
  text-transform: unset;
}
.icon-list__itms .itm__txt .txt-txt {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .icon-list--std-horizontal .icon-list__itms, .icon-list--red-horizontal .icon-list__itms {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.icon-list--std-horizontal .icon-list__itms .itm, .icon-list--red-horizontal .icon-list__itms .itm {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .icon-list--std-horizontal .icon-list__itms .itm, .icon-list--red-horizontal .icon-list__itms .itm {
    width: calc((100% - 16px) / 2);
    margin-bottom: unset;
  }
}
@media (min-width: 1024px) {
  .icon-list--std-horizontal .icon-list__itms .itm, .icon-list--red-horizontal .icon-list__itms .itm {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 1200px) {
  .icon-list--std-horizontal .icon-list__itms .itm, .icon-list--red-horizontal .icon-list__itms .itm {
    width: calc((100% - 48px) / 4);
  }
}
.icon-list--red-horizontal .txt-ttl, .icon-list--red-vertical .txt-ttl {
  color: var(--color--horizon-red);
}
.icon-list--red-horizontal .itm {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.icon-list--red-horizontal .itm__img {
  margin: 0 0 1rem 0;
}
.icon-list--red-horizontal .txt-ttl, .icon-list--red-horizontal .txt-txt {
  text-align: center;
}
.iframe {
  width: 100%;
  height: 100%;
}
.iframe__cnt {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.iframe__cnt .frame {
  width: 100%;
  height: 100%;
}

.img-view__hero {
  position: relative;
  border: solid 2px var(--color--grey);
  background-color: var(--color--white);
  margin-bottom: 1.25rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .img-view__hero {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .img-view__hero {
    margin-bottom: 2.5rem;
  }
}
.img-view__hero .img-view-spin {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
}
.img-view-hero {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.2s ease;
}
.img-view-light-box {
  border: solid 2px var(--color--purple);
  outline: none;
  background-color: var(--color--purple);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  border-radius: 1.25rem;
  z-index: 2;
  background-image: url("/images/icons/site/search--white.svg");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.img-view-light-box:hover {
  border-color: var(--color--yellow);
}
.img-view__img {
  width: 100%;
  height: 100%;
}
.img-view__list {
  max-width: 768px;
}
.img-view__list .list-opt {
  flex: 0 0 calc(25% - 15px);
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  border: solid 3px var(--color--yellow);
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.img-view__list .list-opt.active {
  border-color: var(--color--purple);
}
.img-view__list .glide {
  padding-bottom: 0;
}
.img-view__list .glide .glide__actions {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  width: 100%;
  transform: translateY(-50%);
}
.img-view__list .glide .glide__actions-wrap {
  width: 100%;
}
.img-view__list .glide .glide__actions-wrap .glide__arrows {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.img-view__list .glide .glide__actions-wrap .glide__arrows .btn {
  position: absolute;
  top: 4.0625rem;
}
.img-view__list .glide .glide__actions-wrap .glide__arrows .btn--left {
  transform: translateX(-50%);
}
.img-view__list .glide .glide__actions-wrap .glide__arrows .btn--right {
  right: 0;
  transform: translateX(50%);
}
.img-view__list .glide .glide__arrows .btn {
  width: 2.25rem;
  height: 2.25rem;
}
.img-view--loading .img-view-hero {
  opacity: 0.5;
}
.img-view--loading .img-view-spin {
  display: block;
}
.img-view .loader {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--color--yellow);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.img-view .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border-bottom: 4px solid var(--color--purple);
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.link-btn-list {
  width: 100%;
  height: 100%;
  display: flex;
}
.link-btn-list--row {
  flex-direction: row;
  flex-wrap: wrap;
}
.link-btn-list--column {
  flex-direction: column;
}
.link-btn-list--left {
  justify-content: flex-start;
}
.link-btn-list--right {
  justify-content: flex-end;
}
.link-btn-list--center {
  justify-content: center;
}
.link-btn-list--between {
  justify-content: space-between;
}
.link-btn-list--even {
  justify-content: space-evenly;
}
.link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-list__opt {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.625rem;
}
.link-list__opt:hover {
  text-decoration: underline;
}

/* for links-list component vs in footer */
.links-list {
  width: 100%;
  height: 100%;
}
.links-list__hdr {
  margin-bottom: 1rem;
}
.links-list__lst {
  padding: 0;
  margin: 0;
  list-style: none;
}
.links-list .lst__opt {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.625rem;
  transition: all 0.2s ease;
}
.links-list .lst__opt:hover {
  text-decoration: underline;
}
.links-list--general, .links-list--disc {
  color: var(--color--black);
}
.links-list--general .lst__opt, .links-list--disc .lst__opt {
  color: var(--color--black);
  text-decoration: underline;
}
.links-list--disc .links-list__lst {
  list-style: disc;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.links-list--callout-red .links-list__lst .lst__opt {
  display: block;
  color: var(--color--white);
  background-color: var(--color--red);
  text-decoration: none;
  padding: 0.75rem 1rem;
}
.links-list--callout-red .links-list__lst .lst__opt:hover {
  text-decoration: none;
  background-color: var(--color--red-d20);
}
.links-list--callout-grey {
  padding: 1rem;
  color: var(--color--black);
  background-color: var(--color--horizon-light-grey);
}
.links-list--callout-grey .lst__opt {
  color: var(--color--black);
  text-decoration: none;
}
.links-list--callout-grey .lst__opt:hover {
  color: var(--color--red);
}
.links-list--tags {
  padding: 1rem;
  color: var(--color--black);
  background-color: var(--color--grey);
}
.links-list--tags .links-list__lst {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5rem;
}
.links-list--tags .lst__opt {
  color: var(--color--black);
  text-decoration: none;
  border: solid 1px var(--color--black);
  padding: 0.75rem 0.5rem;
}
.links-list--tags .lst__opt:hover {
  color: var(--color--red);
  border: solid 1px var(--color--red);
  text-decoration: none;
}
.links-list--table {
  border: solid 1px var(--color--grey);
}
.links-list--table .links-list__hdr {
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  border-bottom: solid 1px var(--color--grey);
}
.links-list--table .links-list__hdr h1, .links-list--table .links-list__hdr h2, .links-list--table .links-list__hdr h3, .links-list--table .links-list__hdr h4, .links-list--table .links-list__hdr h5 {
  margin-bottom: 0;
}
.links-list--table .lst__opt {
  display: block;
  color: var(--color--black);
  text-decoration: none;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
}
.links-list--table .lst__opt:hover {
  text-decoration: none;
  background-color: var(--color--grey);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}
.modal-bck {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--color--white);
  color: var(--color--purple);
  width: 96vw;
  height: 98vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .modal-bck {
    width: 70vw;
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .modal-bck {
    width: 50vw;
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  .modal-bck {
    width: 50vw;
    height: 80vh;
  }
}
.modal-bck__hdr {
  padding: 0.125rem 0.125rem 0 0.125rem;
  text-align: right;
}
@media (min-width: 768px) {
  .modal-bck__hdr {
    padding: 0.3125rem;
  }
}
@media (min-width: 1024px) {
  .modal-bck__hdr {
    padding: 0.625rem;
  }
}
.modal-bck__body {
  padding: 0 0.625rem 0.625rem 0.625rem;
  overflow-y: scroll;
  /* WebKit (Chrome, Safari, Edge) */
  /* Firefox */
}
.modal-bck__body::-webkit-scrollbar {
  width: 3px; /* vertical scrollbar width */
  height: 3px; /* horizontal scrollbar height */
}
.modal-bck__body::-webkit-scrollbar-thumb {
  background-color: var(--color--grey); /* scrollbar handle */
  border-radius: 3px;
}
.modal-bck__body::-webkit-scrollbar-track {
  background-color: var(--color--white); /* scrollbar track */
}
.modal-bck__body .scroll {
  scrollbar-color: var(--color--grey) var(--color--white); /* thumb, track */
  scrollbar-width: thin; /* auto | thin | none */
}
@media (min-width: 768px) {
  .modal-bck__body {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .modal-bck__body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
.modal--lg {
  width: 96vw;
  height: 98vh;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.my-account-pnl {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .my-account-pnl {
    flex-direction: row;
    justify-content: stretch;
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .my-account-pnl {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .my-account-pnl__act, .my-account-pnl__fab {
    width: 50%;
  }
}
.my-account-pnl__fab {
  border: solid 1px #f1f1f2;
  background-color: var(--color--white);
  padding: 3rem;
  border-radius: 0.625rem;
}
.my-account-pnl__fab .fab {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.my-account-pnl__fab .fab-intro {
  margin-bottom: 3rem;
}
.my-account-pnl__fab .fab__img {
  width: 5.5rem;
  height: auto;
  margin-right: 1rem;
}
.my-account-pnl__fab .fab__txt {
  flex-grow: 1;
}
.my-account-pnl__fab .fab__txt .fab-txt__ttl {
  margin-bottom: 0.25rem;
  text-transform: unset;
}
.my-account-pnl__fab .fab__txt .fab-txt__txt {
  font-size: 1rem;
}
.my-account-pnl__fab .btn {
  margin-top: 3rem;
}

.header__nav {
  background-color: var(--color--horizon-dark-grey);
  height: 4rem;
  display: flex;
  align-items: center;
}

.nav {
  width: 100%;
}
.nav .lnks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 1200px) {
  .nav .lnks .sub-nav__row .lnk {
    padding: 0 10px;
  }
  .nav .lnks .sub-nav:nth-child(-n+4) .sub-nav__row .lnk {
    font-size: 1rem;
    font-weight: 700;
  }
}
.nav .sub-nav {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav .sub-nav:hover .sub-lnks {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav .lnk {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.125rem;
  color: var(--color--white);
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .nav .lnk {
    font-size: 0.75rem;
  }
}

.sub-lnks {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(250, 250, 250, 0.99);
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid var(--color--horizon-red);
  opacity: 0;
  visibility: hidden;
  /*transform: translateY(fn.rems(10px));
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;*/
  z-index: 999;
}
.sub-lnks .lnk {
  width: 100%;
  padding: 0.375rem 0;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color--horizon-dark-grey);
  text-transform: none;
  background: none;
}
@media (min-width: 1200px) {
  .sub-lnks .lnk {
    font-size: 0.875rem;
  }
}
.sub-lnks .lnk:hover {
  color: var(--color--horizon-red);
}

@media (min-width: 0px) and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
  .header__mob {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    background-color: var(--color--grey-l60);
    cursor: pointer;
    z-index: 10001;
  }
  .header__mob .menu__icon {
    width: 2.25rem;
    height: 1.125rem;
    position: relative;
    display: block;
    color: #4b4a4b;
  }
  .header__mob .menu__icon .bar {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #4b4a4b;
    border-radius: 0.0625rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .header__mob .menu__icon .bar--1 {
    top: 0;
  }
  .header__mob .menu__icon .bar--2 {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__mob .menu__icon .bar--3 {
    bottom: 0;
  }
  #ha.ha-active .bar--1 {
    transform: translateY(0.5rem) rotate(45deg);
  }
  #ha.ha-active .bar--2 {
    opacity: 0;
  }
  #ha.ha-active .bar--3 {
    transform: translateY(-0.5rem) rotate(-45deg);
  }
  #mn.mn-active .header__nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: none;
    background-color: var(--color--horizon-dark-grey);
    border-top: 1px solid var(--color--white);
    z-index: 10000;
    overflow: hidden;
    box-sizing: border-box;
    transition: max-height 0.3s ease;
  }
  .nav {
    max-width: calc(100% - 7.8125rem);
    padding-left: 0.9375rem;
  }
  .nav .lnks {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .nav .lnks .sub-nav:last-child {
    border-bottom: none;
  }
  .nav .sub-nav {
    width: 100%;
    border-bottom: 1px solid var(--color--white);
    flex-direction: column;
    padding-right: 0;
  }
  .nav .sub-nav__row {
    width: 100%;
  }
  .nav .sub-nav__row > .lnk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1.125rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color--white);
    box-sizing: border-box;
    transition: background-color 0.2s ease;
  }
  .nav .sub-nav__row > .lnk::after {
    content: "";
  }
  .nav .sub-nav.has-sub > .sub-nav__row > .lnk::after {
    content: "+";
    font-size: 1.125rem;
    font-weight: 600;
    pointer-events: none;
    display: inline-block;
  }
  .nav .sub-nav.is-open.has-sub {
    background-color: rgba(200, 200, 200, 0.2);
    border-bottom: 1px solid var(--color--horizon-dark-grey);
  }
  .nav .sub-nav.is-open.has-sub > .sub-nav__row > .lnk {
    background-color: rgba(200, 200, 200, 0.2);
  }
  .nav .sub-nav.is-open.has-sub > .sub-nav__row > .lnk::after {
    content: "-";
  }
  .nav .sub-nav.is-open.has-sub .sub-lnks {
    display: flex;
    background-color: rgba(200, 200, 200, 0.2);
    border-top: 1px solid var(--color--horizon-dark-grey);
    border-bottom: 1px solid var(--color--white);
    box-shadow: none;
  }
  .nav .sub-nav .sub-lnks {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 1rem 1rem;
    background-color: var(--color--horizon-dark-grey);
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .nav .sub-nav .sub-lnks .lnk {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
    padding: 0.625rem 0;
    color: var(--color--white);
  }
  .nav .sub-nav.is-open > .sub-lnks {
    display: flex;
  }
}
.nomatch {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.125rem 0 6.25rem 0;
}
.nomatch__img {
  display: block;
  max-width: 17.5rem;
  margin-bottom: 1.875rem;
  box-shadow: 2px 22px 21px -18px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 22px 21px -18px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 22px 21px -18px rgba(0, 0, 0, 0.15);
}
.nomatch__txt {
  font-weight: var(--font-weight--b);
  font-size: 1.5rem;
  color: var(--color--purple);
  margin: 0 auto;
}

.overlay {
  position: absolute;
  display: none;
  opacity: 0;
  inset: 0;
  z-index: 10;
  background: rgba(34, 21, 83, 0.7);
  width: 100%;
  height: 100%;
}
.overlay.active {
  display: block;
  animation: fadeInOverlay forwards 0.3s;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-list {
  width: 100%;
  height: 100%;
}
.page-list__srch {
  margin-bottom: 2rem;
}
.page-list__srch .srch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: solid 1px var(--color--black);
  padding: 0.25rem 1.125rem;
  border-radius: 1.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.page-list__srch .srch.active {
  border-color: var(--color--black);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 4px 10px rgba(0, 0, 0, 0.45); /* drop shadow */
}
.page-list__srch .srch__inp {
  border: none;
  outline: none;
  font-size: 1.125rem;
}
.page-list__res {
  margin-bottom: 1.5rem;
  background-color: var(--color--horizon-light-grey);
  padding: 0.5rem;
  font-size: 1.375rem;
}
.page-list__res .res-qry, .page-list__res .res-cnt {
  font-weight: var(--font-weight--b);
}
.page-list__sub {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: var(--color--horizon-light-grey);
  color: var(--color--black);
  font-size: 1.875rem;
  font-weight: var(--font-weight--b);
  text-transform: capitalize;
}
.page-list__pgs .pgs-page {
  margin-bottom: 2rem;
}
.page-list__pgs .pgs-page .page__hero {
  width: 100%;
  height: auto;
  display: block;
}
.page-list__pgs .pgs-page .page__lnk {
  color: var(--color--black);
  text-decoration: underline;
}
.page-list__pgs .pgs-page .page__lnk:hover {
  color: var(--color--horizon-red);
}
.page-list__pgs .pgs-page .page__lnk--cr {
  display: block;
  margin-bottom: 2rem;
}
.page-list__nxt {
  border-top: solid 4px var(--color--black);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-list__nxt .opts {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.page-list__nxt .opts__opt {
  font-size: 1.5rem;
  text-decoration: none;
  color: var(--color--black);
}
.page-list__nxt .opts__opt:hover {
  text-decoration: underline;
  color: var(--color--horizon-red);
}
.page-list__nxt .opts__opt.active {
  font-weight: var(--font-weight--xb);
  color: var(--color--horizon-red);
}
.page-list__nxt .btns .btn {
  background-color: var(--color--horizon-dark-grey);
  border-radius: 0;
  padding: 1.5rem;
}
.page-list__nxt .btns .btn.active {
  background-color: var(--color--horizon-red);
}

.picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.picture__img {
  width: 100%;
  height: auto;
}
.picture--asis .picture__img {
  width: unset;
  max-width: 18.75rem;
}
@media (min-width: 375px) {
  .picture--asis .picture__img {
    max-width: 375px;
  }
}
@media (min-width: 425px) {
  .picture--asis .picture__img {
    max-width: 425px;
  }
}
@media (min-width: 576px) {
  .picture--asis .picture__img {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .picture--asis .picture__img {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .picture--asis .picture__img {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .picture--asis .picture__img {
    max-width: 1200px;
  }
}
@media (min-width: 1441px) {
  .picture--asis .picture__img {
    max-width: 1441px;
  }
}
@media (min-width: 1560px) {
  .picture--asis .picture__img {
    max-width: 1560px;
  }
}

.picture-lnk {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.picture-lnk:link, .picture-lnk:visited, .picture-lnk:hover, .picture-lnk:active {
  text-decoration: none;
  color: inherit;
}
.picture-lnk__txt {
  color: var(--color--horizon-dark-grey);
  margin-top: 1.5625rem;
  text-align: center;
  line-height: 140%;
  font-weight: 500;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.picture-lnk__img {
  width: 100%;
  height: auto;
}
.picture-lnk--box-hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5625rem;
  border: 2px solid rgb(58, 58, 58);
  border-radius: 0.625rem;
  background-color: rgb(255, 255, 255);
  transition: all 0.2s ease;
}
.picture-lnk--box-hover:hover {
  border-color: red;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.pnl-rvl__pnl {
  max-height: 3000px;
  transition: max-height 0.6s ease;
  overflow: hidden;
}
.pnl-rvl.pnl--hide .pnl-rvl__pnl {
  mask-image: linear-gradient(black 40px, transparent 90%);
  max-height: 140px;
  transition: max-height 0.2s ease;
}
.pnl-rvl__btn {
  display: block;
}

.preview {
  overflow: scroll;
}

.product-filter {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-filter {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .product-filter .product-facets {
    min-width: 15rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .product-filter .product-facets {
    min-width: 18.75rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1441px) {
  .product-filter .product-facets {
    margin-right: 2.5rem;
  }
}
.product-filter .product-facets__hdr, .product-filter .product-facets__ftr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets__hdr {
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .tgl-prcs {
  border-bottom: solid 1px var(--color--grey);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .tgl-prcs__ttl {
  display: block;
  font-size: 1.375rem;
  font-weight: var(--font-weight--b);
  color: var(--color--purple);
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .tgl-prcs__opts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .tgl-prcs__opts .tgl-prc .lbl, .product-filter .product-facets .tgl-prcs__opts .tgl-prc .chk {
  vertical-align: middle;
}
.product-filter .product-facets .tgl-prcs__opts .tgl-prc .lbl .dt {
  display: none;
}
@media (min-width: 1024px) {
  .product-filter .product-facets .tgl-prcs__opts .tgl-prc .lbl .dt {
    display: inline;
  }
}
.product-filter .product-facets .facet {
  border-bottom: solid 1px var(--color--grey);
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .facet__hdr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .facet__hdr .facet-hdr__ttl {
  color: var(--color--purple);
  font-weight: var(--font-weight--b);
  line-height: 100%;
  margin: 0;
}
.product-filter .product-facets .facet__hdr .facet-hdr__tgl {
  background-color: var(--color--yellow);
  border-radius: 1.25rem;
  border: none;
  outline: none;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.product-filter .product-facets .facet__vals {
  height: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.product-filter .product-facets .facet__vals .btn {
  font-size: 0.875rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
.product-filter .product-facets .facet.open .facet-hdr__tgl {
  transform: rotate(-90deg);
}
.product-filter .product-facets .facet.open .facet__vals {
  height: auto;
  overflow: unset;
  padding-bottom: 0.625rem;
}
.product-filter .product-facets .facet-check {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.3125rem;
}
.product-filter .product-facets .facet-check__inp {
  margin-right: 0.3125rem;
}
.product-filter .product-facets .facet-check__lbl {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .facet-slider__vals, .product-filter .product-facets .facet-slider facet-slider-range {
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .facet-slider__vals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .facet-slider .facet-slider-range {
  position: relative;
  width: 100%;
  height: 1.25rem;
}
.product-filter .product-facets .facet-slider .facet-slider-range__inp {
  z-index: 10;
  position: absolute;
  width: 100%;
  pointer-events: none; /* allow overlap */
  -webkit-appearance: none;
  background: transparent;
}
.product-filter .product-facets .facet-slider .facet-slider-range__inp::-webkit-slider-thumb {
  z-index: 10;
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color--yellow);
  cursor: pointer;
  -webkit-appearance: none;
  border: solid 1px var(--color--purple);
}
.product-filter .product-facets .facet-slider .facet-slider-range__bar, .product-filter .product-facets .facet-slider .facet-slider-range__back {
  position: absolute;
  height: 0.3125rem;
  top: 0.5rem;
  width: 100%;
}
.product-filter .product-facets .facet-slider .facet-slider-range__bar {
  z-index: 2;
  background: var(--color--yellow);
}
.product-filter .product-facets .facet-slider .facet-slider-range__back {
  z-index: 1;
  background: var(--color--grey);
}
.product-filter .product-facets__flt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px var(--color--grey);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.product-filter .product-facets__flt .btn {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.product-filter .product-facets__flt .btn:last-child {
  margin-right: 0;
}
.product-filter .product-facets__flt .icon {
  background-color: var(--color--yellow);
  padding: 2px;
  border-radius: 0.625rem;
}
.product-filter .product-list {
  flex-grow: 2;
}
.product-filter .product-list__subcats {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .product-filter .product-list__subcats {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .product-filter .product-list__subcats {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1441px) {
  .product-filter .product-list__subcats {
    margin-bottom: 2.5rem;
  }
}
.product-filter .product-list__subcats .subcats-opt {
  text-decoration: none;
  width: calc((100% - 20px) / 5);
}
@media (min-width: 1441px) {
  .product-filter .product-list__subcats .subcats-opt {
    width: calc((100% - 25px) / 6);
  }
}
.product-filter .product-list__subcats .subcats-opt__img, .product-filter .product-list__subcats .subcats-opt__txt {
  display: block;
}
.product-filter .product-list__subcats .subcats-opt__img {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.3125rem;
  background-color: #f0f0f0;
  padding: 0.625rem;
}
@media (min-width: 1200px) {
  .product-filter .product-list__subcats .subcats-opt__img {
    padding: 2.5rem;
  }
}
.product-filter .product-list__subcats .subcats-opt__txt {
  text-align: left;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  color: var(--color--black);
}
@media (min-width: 768px) {
  .product-filter .product-list__subcats .subcats-opt__txt {
    text-align: left;
    font-size: 1.25rem;
  }
}
.product-filter .product-list-vat {
  font-size: 0.875rem;
}
.product-filter .product-list__hdr, .product-filter .product-list__ftr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .product-filter .product-list__hdr, .product-filter .product-list__ftr {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
}
.product-filter .product-list__hdr .product-list-tot, .product-filter .product-list__ftr .product-list-tot {
  display: none;
}
@media (min-width: 1441px) {
  .product-filter .product-list__hdr .product-list-tot, .product-filter .product-list__ftr .product-list-tot {
    display: block;
  }
}
.product-filter .product-list__hdr .product-list-tot__txt, .product-filter .product-list__ftr .product-list-tot__txt {
  font-weight: var(--font-weight--b);
}
.product-filter .product-list__hdr .product-list-pgs, .product-filter .product-list__ftr .product-list-pgs {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.product-filter .product-list__hdr .product-list-pgs__hdr, .product-filter .product-list__ftr .product-list-pgs__hdr {
  display: none;
}
@media (min-width: 1200px) {
  .product-filter .product-list__hdr .product-list-pgs__hdr, .product-filter .product-list__ftr .product-list-pgs__hdr {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-filter .product-list__hdr .product-list-pgs, .product-filter .product-list__ftr .product-list-pgs {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .product-filter .product-list__hdr .product-list-pgs__hdr, .product-filter .product-list__ftr .product-list-pgs__hdr {
    margin-right: 0.625rem;
  }
}
.product-filter .product-list__hdr .product-list-pgs__lst, .product-filter .product-list__ftr .product-list-pgs__lst {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
.product-filter .product-list__hdr .product-list-pgs__lst .lst-opt, .product-filter .product-list__ftr .product-list-pgs__lst .lst-opt {
  margin-right: 0.3125rem;
  padding: 0.125rem 0.5rem;
  background-color: var(--color--purple-l90);
  border-radius: 0.1875rem;
  text-decoration: none;
}
.product-filter .product-list__hdr .product-list-pgs__lst .lst-opt.active, .product-filter .product-list__ftr .product-list-pgs__lst .lst-opt.active {
  background-color: var(--color--purple);
  color: var(--color--white) !important;
}
.product-filter .product-list__hdr .product-list-pgs__lst .lst-opt:last-child, .product-filter .product-list__ftr .product-list-pgs__lst .lst-opt:last-child {
  margin-right: 0;
}
.product-filter .product-list__hdr .product-list-srt, .product-filter .product-list__ftr .product-list-srt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-filter .product-list__hdr .product-list-srt__lbl, .product-filter .product-list__ftr .product-list-srt__lbl {
  font-weight: var(--font-weight--b);
  margin-right: 0.3125rem;
}
@media (min-width: 1200px) {
  .product-filter .product-list__ftr {
    flex-direction: row;
    justify-content: center;
  }
}
.product-filter .product-list__prds {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-filter .product-list__prds {
    flex-grow: 2;
    flex-direction: row;
  }
}
.product-filter .product-list__prds .product-list-opt {
  width: 100%;
  margin-bottom: 1.25rem;
  box-shadow: 0px 18px 10px -16px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .product-filter .product-list__prds .product-list-opt {
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-filter .product-list__prds--tab-1 .product-list-opt {
    width: 100%;
    margin-right: 0;
  }
  .product-filter .product-list__prds--tab-2 .product-list-opt {
    width: calc((100% - 20px) / 2);
  }
  .product-filter .product-list__prds--tab-2 .product-list-opt:nth-child(2n) {
    margin-right: 0;
  }
  .product-filter .product-list__prds--tab-3 .product-list-opt {
    width: calc((100% - 40px) / 3);
  }
  .product-filter .product-list__prds--tab-3 .product-list-opt:nth-child(3n) {
    margin-right: 0;
  }
  .product-filter .product-list__prds--tab-4 .product-list-opt {
    width: calc((100% - 60px) / 4);
  }
  .product-filter .product-list__prds--tab-4 .product-list-opt:nth-child(4n) {
    margin-right: 0;
  }
  .product-filter .product-list__prds--tab-2 .product-list-opt, .product-filter .product-list__prds--tab-3 .product-list-opt, .product-filter .product-list__prds--tab-4 .product-list-opt {
    margin: 0 1.25rem 1.25rem 0;
  }
}
@media (min-width: 1200px) {
  .product-filter .product-list__prds--dtl-1 .product-list-opt {
    width: 100%;
    margin-right: 0;
  }
  .product-filter .product-list__prds--dtl-2 .product-list-opt {
    width: calc((100% - 40px) / 2);
  }
  .product-filter .product-list__prds--dtl-2 .product-list-opt:nth-child(2n) {
    margin-right: 0;
  }
  .product-filter .product-list__prds--dtl-3 .product-list-opt {
    width: calc((100% - 80px) / 3);
  }
  .product-filter .product-list__prds--dtl-3 .product-list-opt:nth-child(3n) {
    margin-right: 0;
  }
  .product-filter .product-list__prds--dtl-4 .product-list-opt {
    width: calc((100% - 120px) / 4);
  }
  .product-filter .product-list__prds--dtl-4 .product-list-opt:nth-child(4n) {
    margin-right: 0;
  }
  .product-filter .product-list__prds--dtl-2 .product-list-opt, .product-filter .product-list__prds--dtl-3 .product-list-opt, .product-filter .product-list__prds--dtl-4 .product-list-opt {
    margin: 0 2.5rem 2.5rem 0;
  }
}

.psm-buy .prc--buy {
  display: block !important;
}
.psm-hp .prc--hp {
  display: block !important;
}
.psm-ch .prc--ch {
  display: block !important;
}

.product-list-opt {
  display: block;
  padding: 0.625rem;
  box-sizing: border-box;
  position: relative;
}
.product-list-opt .opt-lnk {
  text-decoration: none !important;
}
.product-list-opt .opt-inf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-list-opt .opt-inf__dt {
  flex-grow: 1;
}
.product-list-opt .btn {
  padding: 0.875rem 1.25rem;
}
@media (min-width: 768px) {
  .product-list-opt .btn {
    padding: 0.875rem 2.25rem;
  }
}
.product-list-opt .ttl, .product-list-opt .typ, .product-list-opt .img {
  display: block;
}
.product-list-opt .ttl, .product-list-opt .typ, .product-list-opt .prc {
  font-size: 1.375rem;
  color: var(--color--black);
}
.product-list-opt .ttl, .product-list-opt .prc {
  font-weight: var(--font-weight--b);
}
.product-list-opt .prc {
  display: none;
}
.product-list-opt .prc--used {
  display: block;
}
.product-list-opt .img {
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
  margin-bottom: 1.25rem;
}
.product-list-opt .typ {
  margin-bottom: 0.625rem;
  color: #484848;
}
.product-list-opt .opt-badges {
  position: absolute;
  left: 0;
  right: 20px;
  top: 240px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .product-list-opt .opt-badges {
    top: 260px;
  }
}
@media (min-width: 1024px) {
  .product-list-opt .opt-badges {
    top: 450px;
  }
}
@media (min-width: 1200px) {
  .product-list-opt .opt-badges {
    top: 480px;
  }
}
.product-list-opt .opt-badges .opt-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.625rem;
  color: var(--color--purple);
  background-color: var(--color--mint);
  border-radius: 50%;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-list-opt .opt-badges .opt-badge--sale {
  color: var(--color--purple);
  background-color: var(--color--yellow);
}
.product-list-opt .opt-badges .opt-badge--last-one {
  color: var(--color--yellow);
  background-color: var(--color--purple);
}
.product-list-opt .opt-badges .opt-badge--best-seller {
  color: var(--color--purple);
  background-color: var(--color--mint);
}

.promo-bar {
  border-top: #f1f1f2 1px solid;
  border-bottom: #f1f1f2 1px solid;
  display: flex;
  justify-content: center;
}
.promo-bar__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
@media (min-width: 768px) {
  .promo-bar__wrap {
    align-items: stretch;
  }
}
@media (min-width: 1441px) {
  .promo-bar__wrap {
    max-width: var(--max-width);
  }
}
.promo-bar-adv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--color--white);
  color: #3a3a3a;
  text-align: center;
  padding: 0.3125rem;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  border-left: solid 1px #e5e7eb;
  flex-grow: 1;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .promo-bar-adv {
    position: relative;
    transform: unset;
    opacity: 1;
    padding: 0 0.5rem;
    max-width: 25vw;
    min-height: 9.375rem;
  }
}
@media (min-width: 1024px) {
  .promo-bar-adv {
    max-width: 25vw;
    min-height: 10rem;
  }
}
@media (min-width: 1200px) {
  .promo-bar-adv {
    padding: 0 1.5rem;
    max-width: 24.375rem;
    min-height: 8.125rem;
  }
}
@media (min-width: 1441px) {
  .promo-bar-adv {
    padding: 0 1.5rem;
    max-width: 24.375rem;
    min-height: 7.5rem;
  }
}
.promo-bar-adv:hover {
  background-color: #f1f1f2;
}
.promo-bar-adv:last-child {
  border-right: solid 1px #e5e7eb;
}
.promo-bar-adv__icn {
  margin-right: 0.5rem;
  height: 2.5rem;
}
@media (min-width: 1024px) {
  .promo-bar-adv__icn {
    margin-right: 1.5rem;
  }
}
.promo-bar-adv__ttl, .promo-bar-adv__txt {
  display: block;
  line-height: 100%;
}
.promo-bar-adv__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .promo-bar-adv__ttl {
    font-size: 1.375rem;
  }
}
.promo-bar-adv__txt {
  font-size: 0.875rem;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .promo-bar-adv__txt {
    font-size: 1rem;
  }
}
.promo-bar-adv-ifr__frm {
  position: relative;
  height: 40px;
  width: 100%;
  border-style: none;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promo-bar-adv-txt-wrap {
    flex-grow: 2;
  }
}
.promo-bar-adv .promo-txt-wrap--left {
  text-align: left;
}
.promo-bar-adv.active {
  animation: showBar 1s forwards;
}
.promo-bar-adv.exit {
  animation: hideBar 1s forwards;
}

@keyframes showBar {
  0% {
    transform: translate(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hideBar {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.review {
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  color: var(--color--white);
  background-color: var(--color--purple);
}
@media (min-width: 768px) {
  .review {
    padding: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .review {
    padding: 1.25rem;
  }
}
.review--alt {
  color: var(--color--purple);
  background-color: var(--color--mint);
}
.review__ttl, .review__score, .review__txt {
  margin: 0 0 1.25rem 0;
}
.review__ttl {
  font-size: 1.5rem;
  font-weight: var(--font-weight--b);
}
.review__stl {
  font-size: 1.125rem;
  font-weight: var(--font-weight);
  margin: 0;
}
.review__stl .review-stl__nm {
  font-weight: var(--font-weight--b);
}
.review__stl .review-stl__jt:after {
  content: " - ";
}
.review__txt, .review__dt {
  font-size: 1rem;
}
.review__dt {
  margin: 0;
}
.review__score {
  width: 100%;
  height: 3.125rem;
  position: relative;
}
.review__score .mask, .review__score .score {
  position: absolute;
}
.review__score .mask {
  inset: 0;
  z-index: 2;
  background-image: url("/images/site/review-mask.png");
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.review__score .score {
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color--green);
  z-index: 1;
}
.review .btn {
  display: block;
  margin: 0.625rem 0 0 0;
  box-sizing: border-box;
}

.scroll-top {
  position: fixed;
  bottom: 6.25rem;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  background-color: var(--color--white);
  color: var(--color--black);
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  background-image: url("/images/icons/site/chevron-up--black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: solid 2px var(--color--black);
  box-shadow: rgba(76, 74, 74, 0.5) 3px 3px 6px 0px;
  transition: all 0.3s ease;
}
.scroll-top:hover {
  background-color: var(--color--horizon-red);
  border-color: var(--color--horizon-red);
  background-image: url("/images/icons/site/chevron-up--white.svg");
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.send-email {
  /* Firefox */
}
.send-email .form__row {
  margin-bottom: 0;
}
.send-email__intro, .send-email__sent, .send-email__err {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.send-email__sent, .send-email__err {
  display: none;
}
.send-email__err {
  color: var(--color--red);
}
.send-email__sent {
  color: var(--color--orange);
}
.send-email--sent .send-email__sent {
  display: block;
}
.send-email--sent .send-email__intro, .send-email--sent .send-email__err {
  display: none;
}
.send-email--err .send-email__intro, .send-email--err .send-email__sent {
  display: none;
}
.send-email--err .send-email__err {
  display: block;
}
.send-email--busy .btn--inl-send {
  animation: rotateBackground 3s linear infinite;
  background-image: url("/images/icons/site/autorenew--purple.svg");
}
.send-email input:-webkit-autofill {
  background-color: var(--color--purple-l90) !important;
  color: var(--color--black) !important;
  box-shadow: 0 0 0 1000px var(--color--purple-l90) inset !important;
}
.send-email input:-moz-autofill {
  background-color: var(--color--purple-l90) !important;
  color: var(--color--black) !important;
}

@keyframes rotateBackground {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sign-in {
  width: 100%;
  height: 100%;
  border: solid 1px #f1f1f2;
  padding: 48px;
  border-radius: 10px;
  background-color: var(--color--white);
}
.sign-in-rtn {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid 1px #f1f1f2;
}
.sign-in__logo {
  display: block;
  margin: 0 auto 2.25rem auto;
}
@media (min-width: 1200px) {
  .sign-in__logo {
    margin: 0 auto 3rem auto;
  }
}
.sign-in__pnl {
  display: none;
}
.sign-in__pnl.active {
  display: block;
}

.simp-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.simp-card__pic, .simp-card__cnt {
  width: 100%;
  flex-grow: 1;
}
.simp-card__pic {
  position: relative;
  overflow: hidden;
}
.simp-card__pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.simp-card__cnt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 768px) {
  .simp-card__cnt {
    padding: 2.25rem;
    gap: 1rem;
  }
}
.simp-card__cnt .cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.simp-card__cnt .cnt-img {
  width: 3rem;
  height: auto;
  margin-bottom: 1rem;
}
.simp-card__cnt .cnt-txt {
  text-align: left;
  max-width: 100%;
  width: 100%;
}
.simp-card__cnt .cnt-txt h1, .simp-card__cnt .cnt-txt h2, .simp-card__cnt .cnt-txt h3, .simp-card__cnt .cnt-txt h4 {
  font-size: 1.375rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-align: left !important;
}
@media (min-width: 768px) {
  .simp-card__cnt .cnt-txt h1, .simp-card__cnt .cnt-txt h2, .simp-card__cnt .cnt-txt h3, .simp-card__cnt .cnt-txt h4 {
    font-size: 1.5rem;
  }
}
.simp-card__cnt .cnt-txt p {
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  text-align: left !important;
}
.simp-card__cnt .cnt-txt p:last-child {
  margin-bottom: 0;
}
.simp-card__cnt .cnt-btn {
  margin-top: auto;
  align-self: flex-start;
  margin-top: 1.375rem;
  padding: 0.875rem 1.625rem;
  border-radius: 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.simp-card__cnt.cnt--top {
  justify-content: flex-start;
}
.simp-card__cnt.cnt--spa-bet {
  justify-content: space-between;
}
.simp-card__cnt.cnt--bot {
  justify-content: flex-end;
}
.simp-card__cnt.cnt--cen {
  justify-content: center;
}
.simp-card--top {
  flex-direction: column;
}
.simp-card--bottom {
  flex-direction: column-reverse;
}
.simp-card--right {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .simp-card--right {
    flex-direction: row;
    align-items: stretch;
    min-height: 20rem;
  }
  .simp-card--right .simp-card__pic {
    width: 48%;
    aspect-ratio: unset;
  }
  .simp-card--right .simp-card__cnt {
    width: 52%;
  }
}
.simp-card--left {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .simp-card--left {
    flex-direction: row;
    align-items: stretch;
    min-height: 20rem;
  }
  .simp-card--left .simp-card__pic {
    width: 50%;
    aspect-ratio: unset;
  }
  .simp-card--left .simp-card__cnt {
    width: 50%;
  }
}
.simp-card--lig-dia .simp-card__cnt, .simp-card--dar-dia .simp-card__cnt, .simp-card--lig-dia-red-und .simp-card__cnt, .simp-card--dar-dia-red-und .simp-card__cnt {
  background-repeat: no-repeat;
  background-size: 150%;
  background-position-x: 50%;
  background-position-y: 75%;
}
.simp-card--lig-dia .simp-card__cnt .btn, .simp-card--dar-dia .simp-card__cnt .btn, .simp-card--lig-dia-red-und .simp-card__cnt .btn, .simp-card--dar-dia-red-und .simp-card__cnt .btn {
  margin-top: 0;
}
.simp-card--lig-dia-red-und .simp-card__cnt .cnt-txt p:last-child, .simp-card--dar-dia-red-und .simp-card__cnt .cnt-txt p:last-child {
  display: inline-block;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px var(--color--horizon-red);
}
.simp-card--lig-sim {
  background: var(--color--grey-l70);
}
.simp-card--lig-dia, .simp-card--lig-dia-red-und {
  background: var(--color--grey-l70);
}
.simp-card--lig-dia .simp-card__cnt, .simp-card--lig-dia-red-und .simp-card__cnt {
  background-image: url("/images/site/horizon-scissor-light.svg");
}
.simp-card--dar-sim {
  background: var(--color--charcoal);
}
.simp-card--dar-dia .simp-card__cnt, .simp-card--dar-dia-red-und .simp-card__cnt {
  background-image: url("/images/site/horizon-scissor-light.svg");
}

.sitemap-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-links .sitemap-links__option:first-child > .option-title {
  margin-top: 0;
}
.sitemap-links__option {
  margin-bottom: 0.625rem;
}
.sitemap-links__option .option-title {
  margin: 1.875rem 0 0.625rem 0;
  color: var(--color--purple);
  font-size: 1.625rem;
  font-weight: var(--font-weight--b);
}
.sitemap-links__option .h3 {
  margin: 0 0 0.625rem 0;
  color: var(--color--purple);
  font-size: 1.25rem;
  font-weight: var(--font-weight--b);
}
.sitemap-links__option .option-link {
  color: var(--color--purple);
  transition: color 0.3s ease;
  display: block;
}
.sitemap-links__option .option-link:hover {
  color: var(--color--orange);
}
.sitemap-links .sitemap-links {
  margin: 0 0 0.625rem 0.625rem;
}

.site-search {
  border: solid 1px var(--color--lilac);
  border-radius: 1.625rem;
}
.site-search__frm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1875rem 0.3125rem;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .site-search__frm {
    padding: 0.3125rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .site-search__frm {
    padding: 0.4375rem 0.625rem;
  }
}
.site-search__frm .frm__text {
  border: none;
  outline: none;
  font-size: 1.125rem;
  width: 100%;
  flex-grow: 2;
  background-color: transparent;
  color: var(--color--lilac);
  /* Firefox */
}
.site-search__frm .frm__text::placeholder {
  color: var(--color--lilac);
  opacity: 1;
}
.site-search__frm .frm__text:-webkit-autofill {
  background-color: var(--color--purple) !important;
  color: #9189a9 !important;
  -webkit-text-fill-color: #9189a9 !important;
  caret-color: #9189a9 !important;
  box-shadow: 0 0 0 1000px var(--color--purple) inset !important;
}
.site-search__frm .frm__text:-moz-autofill {
  background-color: var(--color--purple) !important;
  color: #9189a9 !important;
}
.site-search__frm .frm__btn {
  font-size: 1.75rem;
  display: inline-block;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.85;
  transition: opacity 0.3s ease-in-out;
}
.site-search__frm .frm__btn:hover {
  opacity: 1;
}
.site-search__frm .frm__btn--submit {
  width: 1.5rem;
  height: 1.5rem;
}
.site-search-res__ttl {
  font-size: 1.375rem;
  font-weight: var(--font-weight);
}
.site-search-sec {
  padding-bottom: 1.875rem;
  margin-bottom: 0.625rem;
  box-shadow: 0px 18px 10px -16px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .site-search-sec {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .site-search-sec {
    margin-bottom: 3.125rem;
  }
}
.site-search-sec__res {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.site-search-sec__res .result {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.625rem;
  border: solid 1px var(--color--lilac);
  opacity: 0.7;
  transition: all ease 0.2s;
  transform: scale(1);
}
@media (min-width: 768px) {
  .site-search-sec__res .result {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1024px) {
  .site-search-sec__res .result {
    width: calc((100% - 60px) / 4);
  }
}
@media (min-width: 1200px) {
  .site-search-sec__res .result {
    width: calc((100% - 80px) / 5);
  }
}
.site-search-sec__res .result:hover {
  opacity: 1;
  transform: scale(1.03);
}
.site-search-sec__res .result__img {
  margin-bottom: 0.625rem;
}
.site-search-sec__res .result__txt {
  color: var(--color--black);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: var(--font-weight--b);
  min-height: 3.125rem;
}

/* Use with General HTML Slide Carousel */
.slide-crsl {
  font-family: var(--font-family);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.slide-crsl-bck-img {
  width: 100%;
  height: auto;
}
.slide-crsl__cont {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .slide-crsl__cont {
    padding: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .slide-crsl__cont {
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .slide-crsl__cont {
    padding: 1.875rem;
  }
}
.slide-crsl__cont--pos-tl {
  justify-content: flex-start;
  align-items: flex-start;
}
.slide-crsl__cont--pos-cl {
  justify-content: center;
  align-items: flex-start;
}
.slide-crsl__cont--pos-bl {
  justify-content: flex-end;
  align-items: flex-start;
}
.slide-crsl__cont--pos-tc {
  justify-content: flex-start;
  align-items: center;
}
.slide-crsl__cont--pos-cc {
  justify-content: center;
  align-items: center;
}
.slide-crsl__cont--pos-bc {
  justify-content: flex-end;
  align-items: center;
}
.slide-crsl__cont--pos-tr {
  justify-content: flex-start;
  align-items: flex-end;
}
.slide-crsl__cont--pos-cr {
  justify-content: center;
  align-items: flex-end;
}
.slide-crsl__cont--pos-br {
  justify-content: flex-end;
  align-items: flex-end;
}
.slide-crsl--dingli .ttl, .slide-crsl--dingli .msg, .slide-crsl--dingli .prc {
  margin: 0 0 3.75rem 0;
}
@media (min-width: 1024px) {
  .slide-crsl--dingli .ttl, .slide-crsl--dingli .msg, .slide-crsl--dingli .prc {
    margin: 0 0 1.875rem 0;
  }
}
.slide-crsl--dingli .ttl, .slide-crsl--dingli .msg {
  color: var(--color--mint);
}
.slide-crsl--dingli .ttl, .slide-crsl--dingli .prc {
  font-size: 3.125rem;
}
@media (min-width: 1024px) {
  .slide-crsl--dingli .ttl, .slide-crsl--dingli .prc {
    font-size: 3.75rem;
  }
}
.slide-crsl--dingli .ttl {
  line-height: 110%;
}
.slide-crsl--dingli .msg {
  padding: 0;
  font-size: 2rem;
  line-height: 125%;
}
.slide-crsl--dingli .prc {
  display: block;
  color: var(--color--yellow);
}
.slide-crsl--dingli .prc__unt {
  font-size: 1rem;
}

.slider__hdr, .slider__foot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.375rem;
}
.slider__sld {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background: var(--color--yellow);
  height: 4px;
}
.slider__sld::-webkit-slider-thumb {
  z-index: 10;
  pointer-events: all;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color--yellow);
  cursor: pointer;
  -webkit-appearance: none;
  border: solid 3px var(--color--purple);
}
.slider__hdr, .slider__sld {
  margin-bottom: 0.625rem;
}

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.social-list__opt {
  border: solid 2px var(--color--white);
  border-radius: 50%;
}
.social-list .icon {
  width: 2.625rem;
  height: 2.625rem;
}

.specification {
  background-color: var(--color--grey-l80);
  padding: 0.3125rem 0.625rem;
}
.specification .title--h2 {
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  border-bottom: solid 1px var(--color--grey-d1);
}
@media (min-width: 768px) {
  .specification {
    padding: 0.625rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .specification {
    padding: 0.9375rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .specification {
    padding: 1.875rem 3.75rem;
  }
}
.specification__opts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .specification__opts {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.specification__opts .specification-opt {
  padding: 0;
}
.specification__opts .specification-opt .title, .specification__opts .specification-opt__txt {
  width: 80%;
  margin: 0 auto 0 0;
}
.specification__opts .specification-opt .title {
  padding-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
.specification__opts .specification-opt__txt {
  padding-bottom: 1.25rem;
  border-bottom: solid 1px var(--color--grey-d1);
  line-height: 100%;
  font-size: 1.375rem;
  font-weight: var(--font-weight--b);
  color: var(--color--purple);
}
@media (min-width: 768px) {
  .specification__opts .specification-opt {
    width: 50%;
  }
}

.split-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .split-cont {
    flex-direction: row;
    align-items: flex-start;
  }
}
.split-cont__left, .split-cont__right {
  box-sizing: border-box;
}

.tabs {
  background-color: var(--color--purple);
  color: var(--color--white);
  border: solid 2px #887fa1;
  display: flex;
  flex-direction: column;
}
.tabs__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
.tabs__btns .tabs-btn {
  outline: none;
  border: none;
  color: var(--color--yellow);
  background-color: #392a65;
  width: 100%;
  padding: 0.9375rem 0;
  border-right: solid 1px #887fa1;
  border-bottom: solid 1px #887fa1;
  font-weight: var(--font-weight--b);
}
.tabs__btns .tabs-btn__sub {
  display: block;
  font-weight: normal;
}
.tabs__btns .tabs-btn.active {
  color: var(--color--white);
  background-color: var(--color--purple);
  border-bottom: none;
}
.tabs__btns .tabs-btn:last-child {
  border-right: none;
}
.tabs__tabs {
  flex-grow: 2;
}
.tabs__tabs .tabs-tab {
  padding: 0.625rem;
}
@media (min-width: 1024px) {
  .tabs__tabs .tabs-tab {
    padding: 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .tabs__tabs .tabs-tab {
    padding: 1.5625rem;
  }
}
.tabs__tabs .tabs-tab.hide {
  display: none;
}
.tabs__tabs .tabs-tab--spaced, .tabs__tabs .tabs-tab--centered {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .tabs__tabs .tabs-tab--spaced, .tabs__tabs .tabs-tab--centered {
    padding: 1.5625rem 2.5rem;
  }
}
@media (min-width: 1441px) {
  .tabs__tabs .tabs-tab--spaced, .tabs__tabs .tabs-tab--centered {
    padding: 2.1875rem 3.75rem;
  }
}
.tabs__tabs .tabs-tab--spaced {
  justify-content: space-between;
}
.tabs__tabs .tabs-tab--centered {
  justify-content: center;
  gap: 5rem;
}

.tag {
  text-decoration: none;
  background-color: var(--color--purple);
  color: var(--color--white);
  padding: 0.625rem 1.25rem;
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  line-height: 100%;
  margin-right: 0.625rem;
  border: solid 2px var(--color--purple);
  transition: 0.3s ease;
  box-sizing: border-box;
}
.tag:hover {
  background-color: var(--color--white);
  color: var(--color--purple);
}

/* for links-list component vs in footer */
.tags-list {
  width: 100%;
  height: 100%;
}
.tags-list__hdr {
  margin-bottom: 1rem;
}
.tags-list__lst {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tags-list .lst-tag {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.tags-list--tags, .tags-list--links {
  padding: 1rem;
  color: var(--color--black);
  background-color: var(--color--horizon-light-grey);
}
.tags-list--tags .lst-tag, .tags-list--links .lst-tag {
  text-decoration: none;
  color: var(--color--black);
}
.tags-list--tags .lst-tag:hover, .tags-list--links .lst-tag:hover {
  color: var(--color--red);
}
.tags-list--tags .tags-list__lst {
  flex-direction: row;
  flex-wrap: wrap;
}
.tags-list--tags .lst-tag {
  border: solid 1px var(--color--black);
  padding: 0.75rem 0.5rem;
}
.tags-list--tags .lst-tag:hover {
  border: solid 1px var(--color--red);
  text-decoration: none;
}
.tags-list--links .lst-tag:hover {
  text-decoration: underline;
}

.video {
  width: 100%;
  height: 100%;
}
.video__cnt .frame, .video__cnt iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.page--blog .article > .grid-areas {
  padding-left: 0;
  padding-right: 0;
}

.page--blog-article .article > .grid-areas {
  padding-left: 0;
  padding-right: 0;
}
.page--blog-article .article .author-ftr {
  padding-top: 2rem;
  margin-bottom: 3rem;
}

.page {
  min-height: 80vh;
}

.page--home .grid-areas {
  margin-bottom: 2.5rem;
}
@media (min-width: 1441px) {
  .page--home .grid-areas {
    margin-bottom: 2.5rem;
  }
}

.page--sitemap .sitemap-sections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .page--sitemap .sitemap-sections {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
.page--sitemap .sitemap-sections__sct {
  background-color: var(--color--grey-l83);
  flex-grow: 1;
  padding: 0.625rem;
}

.page--product .product-hdr {
  background: url("/images/site/purple-back.jpg") center top;
  color: var(--color--white);
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .page--product .product-hdr {
    padding-top: 0;
    background: url("/images/site/purple-back.jpg") center center;
  }
}
@media (min-width: 1024px) {
  .page--product .product-hdr {
    background: url("/images/site/purple-back.jpg") center center;
  }
}
.page--product .product-hdr__eles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .page--product .product-hdr__eles {
    flex-direction: row;
    gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .page--product .product-hdr__eles {
    gap: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .page--product .product-hdr__eles {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page--product .product-hdr__eles .product-hdr-ele {
    flex: 1;
  }
}
.page--product .product-hdr__eles .product-hdr-ele .title {
  color: var(--color--white);
}
.page--product .product-hdr__eles .product-hdr-ele .sku, .page--product .product-hdr__eles .product-hdr-ele .height-power {
  font-size: 1.5rem;
}
.page--product .product-hdr__eles .product-hdr-ele .sku {
  font-weight: var(--font-weight--b);
  margin-bottom: 0.625rem;
}
.page--product .product-hdr__eles .product-hdr-ele .height-power {
  margin-bottom: 1.875rem;
}
.page--product .product-hdr__eles .product-hdr-ele .sku, .page--product .product-hdr__eles .product-hdr-ele .height-power, .page--product .product-hdr__eles .product-hdr-ele .price, .page--product .product-hdr__eles .product-hdr-ele .stock {
  display: block;
}
.page--product .product-hdr__eles .product-hdr-ele .price {
  font-size: 2.5rem;
  font-weight: var(--font-weight--b);
  margin-bottom: 0.625rem;
}
.page--product .product-hdr__eles .product-hdr-ele .price__vat {
  font-size: 1rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock {
  color: var(--color--yellow);
  margin-bottom: 2.5rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock:before {
  content: " ";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color--mint);
  vertical-align: middle;
  border-radius: 0.625rem;
  margin-right: 0.125rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock .stock__out, .page--product .product-hdr__eles .product-hdr-ele .stock .stock__in {
  vertical-align: middle;
  line-height: 100%;
  font-size: 1.25rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock--in:before {
  background-color: var(--color--mint);
}
.page--product .product-hdr__eles .product-hdr-ele .stock--in .stock__out {
  display: none;
}
.page--product .product-hdr__eles .product-hdr-ele .stock--out:before {
  background-color: var(--color--red);
}
.page--product .product-hdr__eles .product-hdr-ele .stock--out .stock__in {
  display: none;
}
.page--product .product-hdr .pri-opts {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 1.875rem;
}
.page--product .product-hdr .pri-opts .pri-opts__opt {
  flex: 1;
}
.page--product .product-hdr .pri-opts .pri-opts__opt .title {
  color: var(--color--yellow);
  text-align: center;
  font-size: 1.5rem;
}
.page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__stl, .page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__pri, .page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__vat {
  display: block;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__pri {
  font-size: 2.5rem;
  font-weight: var(--font-weight--b);
  margin-bottom: 1.25rem;
}
.page--product .product-hdr .tabs-tab .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
.page--product .product-hdr .tabs-tab .btn:last-child {
  margin-bottom: 0;
}
.page--product .product-hdr .img-view {
  margin-bottom: 1.25rem;
}
.page--product .product-hdr, .page--product .accordian, .page--product .specification, .page--product .finance, .page--product .related {
  margin-bottom: 2.5rem;
}
@media (min-width: 1441px) {
  .page--product .product-hdr, .page--product .accordian, .page--product .specification, .page--product .finance, .page--product .related {
    margin-bottom: 3.75rem;
  }
}
.page--product .breadcrumb .item__link, .page--product .breadcrumb .link__name, .page--product .breadcrumb .breadcrumb__list, .page--product .breadcrumb .list__item:after {
  color: var(--color--white);
}

/*# sourceMappingURL=app.bundle.css.map*/