@font-face {
  font-family: "LVMH";
  src: url("../fonts/LVMH/regular/LVMH-Regular.woff2") format("woff2"), url("../fonts/LVMH/regular/LVMH-Regular.woff") format("woff"), url("../fonts/LVMH/regular/LVMH-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Light-Oblique.ttf");
  font-weight: 300;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Book.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Heavy.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1;
  text-rendering: optimizeSpeed;
  font-smooth: always;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
[role=button] {
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

button:focus,
[role=button]:focus {
  outline: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

::-moz-placeholder {
  opacity: 1;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

html:focus-within {
  scroll-behavior: auto;
}

.container {
  max-width: unset;
}

:root {
  --footer-height: 0;
  --skin-background-color-1: white;
  --skin-price-1: #444;
  --stepper--number-position: 0;
  --nb-product-per-line: 1;
  --nb-product-per-line-sm: 3;
  --nb-product-per-line-md: 4;
  --nb-product-per-line-lg: 4;
}

.steps .step__start_experience button.start-experience-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.steps .step__start_experience button.start-experience-button:hover {
  color: white;
  background-color: #313F48;
}
.steps .step__start_experience button.start-experience-button.active {
  color: white;
  background-color: #0E2A3E;
}
.steps .step__start_experience button.start-experience-button:hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
.steps .step__start_experience button.start-experience-button.active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}
.steps .step__start_experience .subtitle {
  text-transform: none;
}

.steps .step__type--recommendation .profile_details__buttons button.profile_details__buttons--details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.steps .step__type--recommendation .profile_details__buttons button.profile_details__buttons--details:hover {
  color: white;
  background-color: #313F48;
}
.steps .step__type--recommendation .profile_details__buttons button.profile_details__buttons--details.active {
  color: white;
  background-color: #0E2A3E;
}
.steps .step__type--recommendation .profile_details__buttons button.profile_details__buttons--details:hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
.steps .step__type--recommendation .profile_details__buttons button.profile_details__buttons--details.active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}
.steps .step__type--recommendation .profile_details.opened .profile_details__content {
  background-color: #313F48;
}
.steps .step__type--recommendation .profile_details.opened .profile_details__content .profile_details__buttons--share.step__button--outline {
  background-color: #313F48;
  color: white;
}
.steps .step__type--recommendation .profile_details.opened .profile_details__content .profile_details__buttons--share.step__button--outline:hover, .steps .step__type--recommendation .profile_details.opened .profile_details__content .profile_details__buttons--share.step__button--outline.active, .steps .step__type--recommendation .profile_details.opened .profile_details__content .profile_details__buttons--share.step__button--outline:focus-visible {
  background-color: #395060;
  color: white;
  fill: white;
}

body.step__type--recommendation .page {
  max-height: none;
}

#product-finder-container .step__type--recommendation .pf_product_tile__add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: white;
  background-color: #313F48;
  border: none;
  padding: 0.75rem 2rem;
}
#product-finder-container .step__type--recommendation .pf_product_tile__add_to_cart:hover {
  color: white;
  background-color: #313F48;
}
#product-finder-container .step__type--recommendation .pf_product_tile__add_to_cart.active {
  color: white;
  background-color: #0E2A3E;
}
#product-finder-container .step__type--recommendation .pf_product_tile__add_to_cart:hover {
  color: white;
  background-color: #395060;
  border: none;
}
#product-finder-container .step__type--recommendation .pf_product_tile__add_to_cart.active {
  color: white;
  background-color: #0E2A3E;
  border: none;
}
#product-finder-container .step__type--recommendation .step__title--xl, #product-finder-container .step__type--recommendation .step__title--l, #product-finder-container .step__type--recommendation .step__title--m {
  max-width: unset;
}
#product-finder-container .step__type--recommendation .step__container .step__background {
  z-index: 0;
}
#product-finder-container .step__type--recommendation .step_recommendation__not_a_match--link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: white;
  background-color: #313F48;
  border: none;
  padding: 0.75rem 2rem;
}
#product-finder-container .step__type--recommendation .step_recommendation__not_a_match--link a:hover {
  color: white;
  background-color: #313F48;
}
#product-finder-container .step__type--recommendation .step_recommendation__not_a_match--link a.active {
  color: white;
  background-color: #0E2A3E;
}
#product-finder-container .step__type--recommendation .step_recommendation__not_a_match--link a:hover {
  color: white;
  background-color: #395060;
  border: none;
}
#product-finder-container .step__type--recommendation .step_recommendation__not_a_match--link a.active {
  color: white;
  background-color: #0E2A3E;
  border: none;
}
#product-finder-container .step__type--recommendation .step_recommendation__selection .product {
  padding: 0;
}
#product-finder-container .step__type--recommendation .step_recommendation__list:not(.swiper) > *,
#product-finder-container .step__type--recommendation .step_recommendation__list .swiper-slide {
  box-shadow: none;
}
#product-finder-container .step__type--recommendation .step_recommendation__product {
  width: unset;
  margin: unset;
}
#product-finder-container .step__type--recommendation .step_recommendation__products > .step_recommendation__list {
  align-items: center;
}
@media (min-width: 768px) {
  #product-finder-container .step__type--recommendation .step_recommendation__list:not(.swiper) {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
  }
  #product-finder-container .step__type--recommendation .step_recommendation__list:not(.swiper) > * {
    max-width: calc((100% - 2rem) / 3);
    min-width: calc((100% - 2rem) / 3);
    height: fit-content;
  }
}
@media (min-width: 1024px) {
  #product-finder-container .step__type--recommendation .step_recommendation__list:not(.swiper) {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
  }
  #product-finder-container .step__type--recommendation .step_recommendation__list:not(.swiper) > * {
    max-width: calc((100% - 3rem) / 4);
    min-width: calc((100% - 3rem) / 4);
    height: fit-content;
  }
}
#product-finder-container .step__type--cardHover .step__answer--label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
#product-finder-container .step__type--cardHover .step__answer--label:hover {
  color: white;
  background-color: #313F48;
}
#product-finder-container .step__type--cardHover .step__answer--label.active {
  color: white;
  background-color: #0E2A3E;
}
#product-finder-container .step__type--cardHover .step__answer--label:hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
#product-finder-container .step__type--cardHover .step__answer--label.active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}
#product-finder-container .step__type--cardHover .step__answer:hover .step__answer--label, #product-finder-container .step__type--cardHover .step__answer.active .step__answer--label, #product-finder-container .step__type--cardHover .step__answer:focus-visible .step__answer--label {
  background-color: #313F48;
  color: white;
}
#product-finder-container .step__type--answerWithImageBkgrd .step__answer {
  border: 1px solid #313F48;
}
#product-finder-container input[type=checkbox]:not(.bv-checkbox) + label, #product-finder-container input[type=radio] + label {
  position: inherit;
  cursor: inherit;
  padding-left: unset;
  font-family: inherit;
  font-size: 1.5rem;
  color: inherit;
}
#product-finder-container input[type=radio] + label::before, #product-finder-container input[type=radio] + label::after {
  display: none;
}

footer:not(.footer--recommendation) {
  z-index: unset;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.stepper__container {
  --stepper-color: #313F48;
  --stepper-color-rgb: 49, 63, 72;
  position: absolute;
  inset: 0 0 auto;
  padding: 1rem 12px;
  display: grid;
  grid: "back dots pagination"/auto 1fr auto;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(227, 240, 248, 0.6);
  backdrop-filter: none;
  pointer-events: none;
  overflow: hidden;
}
.stepper__container--black {
  --stepper-color: #313F48;
  --stepper-color-rgb: 49, 63, 72;
  background-color: transparent;
}
@media (min-width: 768px) {
  .stepper__container {
    grid: "back" "dots" 1fr "pagination";
    gap: 0;
    inset: 0 auto 0 0;
    height: 100%;
    border-right: 1px solid rgba(var(--stepper-color-rgb), 0.1);
    width: 3rem;
  }
  body.step__type--recommendation .stepper__container {
    height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .stepper__container {
    height: 100%;
  }
  body.step__type--recommendation .stepper__container {
    height: 100%;
  }
}

.stepper_pagination__back_button {
  pointer-events: all;
}
.stepper_pagination__back_button svg {
  fill: var(--stepper-color);
  transition: fill 1s ease-out;
}
.stepper_pagination__current_value {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  pointer-events: none;
}
.stepper_pagination__current_value {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  pointer-events: none;
}
.stepper_pagination__numbers {
  grid-area: pagination;
  font-family: custom-body-font, roboto-fallback;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.stepper_pagination__numbers--container {
  max-width: 1em;
  max-height: 1em;
  overflow: hidden;
}
.stepper_pagination__numbers--list {
  display: flex;
  flex-direction: column;
  transform: translate(0, calc(var(--stepper--number-position) * -1em));
  transition: transform 1s ease-out;
}
@media (min-width: 768px) {
  .stepper_pagination__numbers--list {
    transform: translate(calc(var(--stepper--number-position) * 1em), 0);
  }
}
@media (min-width: 768px) {
  .stepper_pagination__numbers {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
  }
}
.stepper_pagination__number {
  display: flex;
  flex-direction: column;
}
.stepper_pagination__number--text {
  color: var(--stepper-color);
  transition: color 1s ease-out;
}
.stepper_pagination__total_pages--text {
  color: var(--stepper-color);
  transition: color 1s ease-out;
  display: flex;
  gap: 0.25rem;
}
.stepper_pagination__dots {
  grid-area: dots;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .stepper_pagination__dots {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.stepper_pagination__dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(var(--stepper-color-rgb), 0.6);
  backdrop-filter: blur(10px);
  transition: width 1s ease-out, background-color 1s ease-out;
}
@media (min-width: 768px) {
  .stepper_pagination__dot {
    transition: height 1s ease-out, background-color 1s ease-out;
  }
}
.stepper_pagination__dot.active {
  background: rgba(var(--stepper-color-rgb), 0.6);
}
@media (min-width: 768px) {
  .stepper_pagination__dot.active {
    height: 200px;
    transition: height 1s ease-out, background-color 1s ease-out;
  }
}
@media (max-width: 767.98px) {
  .stepper_pagination__dot.active {
    width: 160px;
    max-width: stretch;
  }
}

@media (min-width: 1024px) {
  #product-finder-container.product-finder-container--recommendation .stepper__container {
    position: fixed;
    min-height: 400px;
    height: calc(100vh - var(--visible-footer-height) - var(--visible-header-height));
    top: unset;
    bottom: calc(var(--visible-footer-height));
  }
}

.loading_screen {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  pointer-events: none;
  z-index: 15;
}
.loading_screen__container {
  position: relative;
  width: 400px;
  max-width: 75%;
  height: 2px;
}
.loading_screen__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: black;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: fit-content;
  color: #313F48;
}

.step {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  width: 100%;
  flex: 1;
  overflow: hidden;
  --step-background-color: black;
  background-color: var(--step-background-color);
}
.step__container {
  position: relative;
  flex: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
}
.step__answers_wrapper {
  z-index: 20;
}
.step__answers, .step__title {
  z-index: 20;
}
.step__answer_backgrounds {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.step__answer_backgrounds--image, .step__answer_backgrounds--video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  scale: 1.04;
  transition: opacity 0.3s linear, scale 0.3s linear;
}
.step__answer_backgrounds--image.active, .step__answer_backgrounds--video.active {
  opacity: 1;
  scale: 1;
}
.step__answer_backgrounds--image img, .step__answer_backgrounds--image:is(video), .step__answer_backgrounds--video img, .step__answer_backgrounds--video:is(video) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.step__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.step__background--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.step__background--image, .step__background--video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  opacity: 1;
  scale: 1;
  transition: opacity 0.3s linear, scale 0.3s linear;
}
.step__background--image figure, .step__background--image picture, .step__background--image img, .step__background--video figure, .step__background--video picture, .step__background--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.step__background--hidden .step__background--image, .step__background--hidden .step__background--video {
  opacity: 0;
  scale: 1.04;
}
.step__background:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(227, 240, 248, 0.82) 70.31%);
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.step__answer input.js-core-current-answer {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.step__answer--label {
  text-transform: none;
  font-family: custom-body-font, roboto-fallback;
}
.step__form-submit-buttons--container {
  display: none;
}
.step__title--xl {
  font-family: custom-heading-font, andrade-pro-fallback;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: initial;
  text-transform: normal;
}
@media (min-width: 1440px) {
  .step__title--xl {
    font-family: custom-heading-font, andrade-pro-fallback;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: initial;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__title--xl {
    font-family: "LVMH", serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: initial;
    text-transform: normal;
  }
}
.step__title--l {
  font-family: custom-heading-font, andrade-pro-fallback;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: normal;
}
@media (min-width: 1440px) {
  .step__title--l {
    font-family: custom-heading-font, andrade-pro-fallback;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__title--l {
    font-family: "LVMH", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: initial;
    text-transform: normal;
  }
}
.step__title--m {
  font-family: "LVMH", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}
@media (min-width: 768px) {
  .step__title--m {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 1440px) {
  .step__title--m {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 1920px) {
  .step__title--m {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__title--m {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 768px) {
  .step__answers_wrapper {
    z-index: 20;
  }
}
body.super-zoom .step {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 56px;
  justify-items: center;
  overflow: auto;
  background-color: white;
}
body.super-zoom .step__container {
  padding: 4.5rem 0 0;
  gap: 2rem;
  height: fit-content;
  max-height: unset;
}
body.super-zoom .step__background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.super-zoom .step__answer_backgrounds {
  overflow: hidden;
}
body.super-zoom .step__answers_wrapper {
  padding-top: 0;
  position: relative;
  margin-bottom: 0;
}

.step__answers_wrapper--handle {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
}
.step__answers_wrapper--handle .handle__line {
  display: block;
  align-self: center;
  border-radius: 999px;
  background: #313F48;
  backdrop-filter: blur(0px);
  width: 4rem;
  height: 4px;
  min-height: 4px;
}
.step__answers_wrapper--handle .handle__text {
  color: #313F48;
  font-family: custom-body-font, roboto-fallback;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .step__answers_wrapper--handle {
    display: none;
  }
}

.video-controls {
  position: absolute;
  inset: 56px 0 auto auto;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  pointer-events: all;
}
@media (min-width: 768px) {
  .video-controls {
    inset: 0 0 auto auto;
    padding: 1rem;
  }
}
.video-controls button:focus-visible {
  outline-offset: 0;
}
.video-controls__button {
  --video-controls-button-color: #313F48;
  display: flex;
  padding: 10px;
  border-radius: 999px;
  color: var(--video-controls-button-color);
  background-color: rgba(227, 240, 248, 0.66);
  border: 1px solid #313F48;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.video-controls__button:hover {
  --video-controls-button-color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
.video-controls__button svg {
  width: 20px;
  height: 20px;
  fill: var(--video-controls-button-color);
  transition: fill 0.3s ease;
}
.video-controls.paused .video-controls__button--pause {
  display: none;
}
.video-controls:not(.paused) .video-controls__button--play, .video-controls:not(.paused) .video-controls__button--restart {
  display: none;
}
body.super-zoom .video-controls {
  top: 0;
  right: 0;
  padding: 12px;
}

.step__start_experience {
  justify-content: flex-end;
  align-items: center;
  padding-inline: 1rem;
  padding-bottom: 3.5rem;
  gap: 2.5rem;
}
.step__start_experience:focus-visible {
  display: flex;
}
.step__start_experience > *:not(.step__background) {
  z-index: 20;
}
.step__start_experience .video__controls {
  top: 56px;
}
@media (min-width: 768px) {
  .step__start_experience .video__controls {
    top: 0;
  }
}
.step__start_experience .step__title--xl {
  text-align: center;
  font-family: custom-heading-font, andrade-pro-fallback;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: normal;
}
@media (min-width: 1440px) {
  .step__start_experience .step__title--xl {
    font-family: custom-heading-font, andrade-pro-fallback;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__start_experience .step__title--xl {
    font-family: "LVMH", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: initial;
    text-transform: normal;
  }
}
.step__start_experience .step__title--container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.step__start_experience .subtitle {
  font-family: custom-body-font, roboto-fallback;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .step__start_experience .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  .step__start_experience .subtitle {
    font-size: 20px;
  }
}
.step__start_experience .start-experience-button.step__button.step__button--medium {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .step__start_experience {
    padding-inline: 0;
    padding-bottom: 5rem;
  }
}
@media (min-width: 2560px) {
  .step__start_experience .step__title--xl {
    font-size: 4rem;
  }
}
body.super-zoom .step__start_experience {
  padding-block: 2rem;
}

.step__type--answerWithImageBkgrd {
  --layer-scroll-content-visible-height: calc(100px + 5rem);
}
.step__type--answerWithImageBkgrd .step__container {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: calc(var(--layer-scroll-content-visible-height) + 4rem);
  gap: 0;
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrd .step__container {
    gap: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .step__type--answerWithImageBkgrd .step__container {
    gap: 3.5rem;
    padding-bottom: 5rem;
  }
}
.step__type--answerWithImageBkgrd .step__title--xl {
  pointer-events: none;
  text-align: center;
  font-family: custom-heading-font, andrade-pro-fallback;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: normal;
}
@media (min-width: 1440px) {
  .step__type--answerWithImageBkgrd .step__title--xl {
    font-family: custom-heading-font, andrade-pro-fallback;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__type--answerWithImageBkgrd .step__title--xl {
    font-family: "LVMH", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: initial;
    text-transform: normal;
  }
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrd .step__title--xl {
    pointer-events: initial;
  }
}
.step__type--answerWithImageBkgrd .step__answers {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 20;
  overflow: visible;
}
.step__type--answerWithImageBkgrd .step__answers__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrd .step__answers__content {
    display: flex;
    flex-direction: row;
    max-width: fit-content;
    gap: 0;
  }
}
.step__type--answerWithImageBkgrd .step__answers_wrapper {
  width: 100%;
}
.step__type--answerWithImageBkgrd .step__answer {
  --answer-border-size: 1px;
  --answer-border-type: solid;
  position: relative;
  width: 100%;
  height: 148px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #313F48;
  background-color: rgba(255, 255, 255, 0.2);
  border: var(--answer-border-size) var(--answer-border-type) rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
  cursor: pointer;
}
.step__type--answerWithImageBkgrd .step__answer:hover {
  background-color: #313F48;
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
}
.step__type--answerWithImageBkgrd .step__answer:focus {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  border-color: rgba(255, 255, 255, 0.6);
}
.step__type--answerWithImageBkgrd .step__answer.active {
  background-color: #313F48;
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
}
.step__type--answerWithImageBkgrd .step__answer label {
  font-size: 1.25rem;
  font-style: normal;
  cursor: inherit;
}
@media (max-width: 767.98px) {
  .step__type--answerWithImageBkgrd .step__answers_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    padding: calc(100vh - var(--header-height) - var(--layer-scroll-content-visible-height)) 0 0;
    padding: calc(100dvh - var(--header-height) - var(--layer-scroll-content-visible-height)) 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    overflow: auto;
    overflow-x: hidden;
  }
  .step__type--answerWithImageBkgrd .step__answers {
    padding: 1.5rem;
    overflow: initial;
    width: 100%;
  }
  .step__type--answerWithImageBkgrd .step__answers__content {
    transform: none !important;
  }
  .step__type--answerWithImageBkgrd .step__answers:before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #313F48;
    border-radius: 1rem 1rem 0 0;
    background: rgba(227, 240, 248, 0.66);
    backdrop-filter: blur(0px);
    pointer-events: none;
    z-index: -1;
  }
  .step__type--answerWithImageBkgrd .step__answer:not(:nth-child(-n+2)) {
    border-top: none;
  }
  .step__type--answerWithImageBkgrd .step__answer:not(:nth-child(2n-1)) {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrd .step__answer {
    --answer-border-size: 1px;
    min-width: initial;
    width: 160px;
    margin: auto;
    background-color: rgba(227, 240, 248, 0.66);
  }
}
@media (min-width: 1440px) {
  .step__type--answerWithImageBkgrd .step__answer {
    --answer-border-size: 0px;
    width: 180px;
    height: auto;
    aspect-ratio: 1;
  }
  .step__type--answerWithImageBkgrd .step__answer label {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media (min-width: 2560px) {
  .step__type--answerWithImageBkgrd .step__answer {
    width: 180px;
  }
  .step__type--answerWithImageBkgrd .step__answer label {
    font-size: 2rem;
  }
}
body.super-zoom .step__type--answerWithImageBkgrd .step {
  padding-block: 2rem 0;
}
body.super-zoom .step__type--answerWithImageBkgrd .step__answers_wrapper {
  overflow: auto;
  max-height: unset;
  height: fit-content;
}

.step__type--answerWithImageBkgrdAndDescription {
  --layer-scroll-content-visible-height: calc(64px + 5rem);
}
.step__type--answerWithImageBkgrdAndDescription .step__container {
  justify-content: flex-end;
  padding-bottom: calc(var(--layer-scroll-content-visible-height) + 4rem);
  gap: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrdAndDescription .step__container {
    gap: 3rem;
    padding-bottom: 15.5rem;
  }
}
@media (min-width: 1440px) {
  .step__type--answerWithImageBkgrdAndDescription .step__container {
    gap: 3.5rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 2560px) {
  .step__type--answerWithImageBkgrdAndDescription .step__container {
    padding-bottom: calc(160px + 8.5rem);
  }
}
.step__type--answerWithImageBkgrdAndDescription .step__title--xl {
  pointer-events: none;
  text-align: center;
  font-family: custom-heading-font, andrade-pro-fallback;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: normal;
}
@media (min-width: 1440px) {
  .step__type--answerWithImageBkgrdAndDescription .step__title--xl {
    font-family: custom-heading-font, andrade-pro-fallback;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__type--answerWithImageBkgrdAndDescription .step__title--xl {
    font-family: "LVMH", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: initial;
    text-transform: normal;
  }
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrdAndDescription .step__title--xl {
    pointer-events: initial;
    z-index: 100;
  }
}
.step__type--answerWithImageBkgrdAndDescription .step__answers_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  padding: calc(100vh - var(--header-height) - var(--layer-scroll-content-visible-height)) 0 0;
  padding: calc(100dvh - var(--header-height) - var(--layer-scroll-content-visible-height)) 0 0;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.step__type--answerWithImageBkgrdAndDescription .step__answers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 99;
  margin-left: 0 !important;
  transition: margin-left 0.3s ease-out !important;
}
.step__type--answerWithImageBkgrdAndDescription .step__answers:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #313F48;
  border-radius: 1rem 1rem 0 0;
  background: rgba(227, 240, 248, 0.66);
  backdrop-filter: blur(0px);
  pointer-events: none;
  z-index: -1;
}
.step__type--answerWithImageBkgrdAndDescription .step__answer {
  --answer-border-size: 1px;
  --answer-border-type: solid;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease-out, grid 0.3s ease-out;
  padding: 32px 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-rows: 1fr 0fr;
  width: 100%;
  min-height: 148px;
  border-radius: 4px;
  color: #313F48;
  background-color: rgba(227, 240, 248, 0.66);
  border: var(--answer-border-size) var(--answer-border-type) rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  transition-property: background-color, color, border, width, grid;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.step__type--answerWithImageBkgrdAndDescription .step__answer--label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.step__type--answerWithImageBkgrdAndDescription .step__answer--description_container {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out;
}
.step__type--answerWithImageBkgrdAndDescription .step__answer.opened, .step__type--answerWithImageBkgrdAndDescription .step__answer.mobile-active, .step__type--answerWithImageBkgrdAndDescription .step__answer:focus-visible, .step__type--answerWithImageBkgrdAndDescription .step__answer:hover, .step__type--answerWithImageBkgrdAndDescription .step__answer.active, .step__type--answerWithImageBkgrdAndDescription .step__answer:hover {
  border-color: white;
  background-color: #313F48;
  color: white;
  grid-template-rows: auto 1fr;
}
.step__type--answerWithImageBkgrdAndDescription .step__answer.opened .step__answer--description_container, .step__type--answerWithImageBkgrdAndDescription .step__answer.mobile-active .step__answer--description_container, .step__type--answerWithImageBkgrdAndDescription .step__answer:focus-visible .step__answer--description_container, .step__type--answerWithImageBkgrdAndDescription .step__answer:hover .step__answer--description_container, .step__type--answerWithImageBkgrdAndDescription .step__answer.active .step__answer--description_container, .step__type--answerWithImageBkgrdAndDescription .step__answer:hover .step__answer--description_container {
  grid-template-rows: 1fr;
}
.step__type--answerWithImageBkgrdAndDescription .step_answer_description {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  gap: 0.5rem;
  height: 100%;
  overflow: hidden;
}
.step__type--answerWithImageBkgrdAndDescription .step_answer_description__text {
  font-size: 1rem;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.step__type--answerWithImageBkgrdAndDescription .step_answer_description__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-weight: 500;
}
.step__type--answerWithImageBkgrdAndDescription .step_answer_description__button svg path {
  fill: white;
}
@media (max-width: 767.98px) {
  .step__type--answerWithImageBkgrdAndDescription .step__answers {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    padding: 1.5rem;
    width: auto;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answers::-webkit-scrollbar {
    width: 16px;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answers::-webkit-scrollbar-track {
    --track-color: rgba(251, 251, 251, .5);
    opacity: 0.5;
    background: linear-gradient(to right, transparent 0, transparent 7.5px, var(--track-color) 7.5px, var(--track-color) 8.5px, transparent 8.5px, transparent 16px);
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answers::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, transparent 0, transparent 7px, var(--template-colors-neutral-white, #FFF) 7px, var(--template-colors-neutral-white, #FFF) 9px, transparent 9px, transparent 16px);
    border-radius: 999px;
  }
  .step__type--answerWithImageBkgrdAndDescription .step_answer_description__text {
    font-size: 0.875rem;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer:not(:nth-child(-n+2)) {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .step__type--answerWithImageBkgrdAndDescription .step__answers_wrapper {
    z-index: 2;
    position: absolute;
    padding: 0 0 2.5rem;
    gap: 0;
    display: flex;
    height: 100%;
    width: 100%;
    overflow: visible;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answers {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: fit-content;
    gap: 0;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answers:before {
    content: none;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answers.hovered {
    margin-left: -190px !important;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer {
    --answer-border-size: $answer-border-size-tablet;
    width: 180px;
    height: 160px;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer.opened, .step__type--answerWithImageBkgrdAndDescription .step__answer:focus-visible, .step__type--answerWithImageBkgrdAndDescription .step__answer.active, .step__type--answerWithImageBkgrdAndDescription .step__answer.mobile-active {
    width: 560px;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer--label {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .step__type--answerWithImageBkgrdAndDescription .step__answers_wrapper {
    padding-bottom: 5rem;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer {
    --answer-border-size: $answer-border-size-desktop;
  }
}
@media (min-width: 2560px) {
  .step__type--answerWithImageBkgrdAndDescription .step__answer {
    width: 180px;
    height: 160px;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer.opened, .step__type--answerWithImageBkgrdAndDescription .step__answer:focus-visible, .step__type--answerWithImageBkgrdAndDescription .step__answer.active {
    width: 560px;
  }
  .step__type--answerWithImageBkgrdAndDescription .step__answer--label {
    font-size: 2rem;
  }
  .step__type--answerWithImageBkgrdAndDescription .step_answer_description__text {
    font-size: 1.5rem;
  }
}

.step__type--labelHover .step__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding: 1rem;
  padding-bottom: calc(32px + 5rem + 4rem);
  overflow: hidden;
  max-height: 100%;
}
.step__type--labelHover .step__title--xl {
  pointer-events: none;
  max-width: 15ch;
  text-align: center;
}
@media (min-width: 768px) {
  .step__type--labelHover .step__title--xl {
    pointer-events: initial;
  }
}
.step__type--labelHover .step__answers_wrapper {
  align-self: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  --stepper-height: calc(3.5rem);
  max-height: 100%;
  padding: calc(100vh - var(--header-height) - (32px + 5rem)) 0 0;
  padding: calc(100dvh - var(--header-height) - (32px + 5rem)) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  overflow: auto;
  overflow-x: hidden;
}
.step__type--labelHover .step__answers_wrapper--handle {
  padding-bottom: 1rem;
}
.step__type--labelHover .step__answers {
  position: relative;
  height: max-content;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  align-items: center;
  min-width: 100%;
  margin: auto;
  padding: 1.5rem;
}
.step__type--labelHover .step__answers::-webkit-scrollbar {
  width: 16px;
}
.step__type--labelHover .step__answers::-webkit-scrollbar-track {
  --track-color: rgba(251, 251, 251, .5);
  opacity: 0.5;
  background: linear-gradient(to right, transparent 0, transparent 7.5px, var(--track-color) 7.5px, var(--track-color) 8.5px, transparent 8.5px, transparent 16px);
}
.step__type--labelHover .step__answers::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, transparent 0, transparent 7px, var(--template-colors-neutral-white, #FFF) 7px, var(--template-colors-neutral-white, #FFF) 9px, transparent 9px, transparent 16px);
  border-radius: 999px;
}
.step__type--labelHover .step__answers:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #313F48;
  border-radius: 1rem 1rem 0 0;
  background: rgba(227, 240, 248, 0.66);
  backdrop-filter: blur(0px);
  pointer-events: none;
  z-index: -1;
}
.step__type--labelHover .step__answer {
  position: relative;
  border-radius: calc(4px / 2.4);
  transition: scale 0.3s ease-out;
}
.step__type--labelHover .step__answer--label {
  position: relative;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  transition: letter-spacing 0.3s ease-out;
  cursor: pointer;
}
.step__type--labelHover .step__answer:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: calc(1px / 2.4);
  width: 0;
  background: #313F48;
  transition: width 0.3s ease-out;
}
.step__type--labelHover .step__answer:hover, .step__type--labelHover .step__answer.active, .step__type--labelHover .step__answer:focus-visible {
  scale: 2.4;
}
.step__type--labelHover .step__answer:hover .step__answer--label, .step__type--labelHover .step__answer.active .step__answer--label, .step__type--labelHover .step__answer:focus-visible .step__answer--label {
  letter-spacing: normal/2.4;
}
.step__type--labelHover .step__answer:hover:after, .step__type--labelHover .step__answer.active:after {
  width: calc(69px / 2.4);
}
@media (min-width: 768px) {
  .step__type--labelHover .step__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-bottom: 1rem;
    padding-left: 12%;
    max-height: 100%;
    overflow: hidden;
  }
  .step__type--labelHover .step__container .video__controls {
    right: min(40vw + 1rem, 1056px + 1rem);
  }
  .step__type--labelHover .step__answers_wrapper {
    --stepper-height: 0px;
    width: 100%;
    max-width: min(40vw, 1056px);
    justify-self: end;
    position: relative;
    padding: 0 2rem;
    gap: 0;
    top: unset;
    left: unset;
    right: unset;
    overflow: hidden;
  }
  .step__type--labelHover .step__answers_wrapper:before {
    content: "";
    border-radius: 0.5rem;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(60px);
    pointer-events: none;
    z-index: -1;
  }
  .step__type--labelHover .step__answers_wrapper--handle {
    display: none;
  }
  .step__type--labelHover .step__answers {
    --scrollbar-margin: 4rem;
    gap: 4rem;
    overflow: auto;
    overflow-x: hidden;
    padding: 1.5rem 0;
  }
  .step__type--labelHover .step__answers::-webkit-scrollbar {
    width: 16px;
  }
  .step__type--labelHover .step__answers::-webkit-scrollbar-track {
    --track-color: rgba(251, 251, 251, .5);
    margin-block: var(--scrollbar-margin);
    opacity: 0.5;
    background: linear-gradient(to right, transparent 0, transparent 7.5px, var(--track-color) 7.5px, var(--track-color) 8.5px, transparent 8.5px, transparent 16px);
  }
  .step__type--labelHover .step__answers::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, transparent 0, transparent 7px, var(--template-colors-neutral-white, #FFF) 7px, var(--template-colors-neutral-white, #FFF) 9px, transparent 9px, transparent 16px);
    border-radius: 999px;
  }
  .step__type--labelHover .step__answers:before {
    content: none;
  }
  .step__type--labelHover .step__answer--label {
    /*TODO: Create variables inside the core-product-finder*/
    color: white;
  }
  .step__type--labelHover .step__title--xl {
    text-align: left;
  }
}
@media (min-width: 2560px) {
  .step__type--labelHover .step__answer--label {
    font-size: 2rem;
    letter-spacing: 3.2px;
  }
}

.step__type--cardHover {
  --stepper__container--black: true;
}
.step__type--cardHover .step {
  --step-background-color: white;
}
.step__type--cardHover .step__answer_backgrounds {
  display: none;
}
.step__type--cardHover .step__container {
  padding: 1.5rem;
  padding-top: 4.5rem;
  background-color: white;
  justify-content: center;
  gap: 2.5rem;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.step__type--cardHover .step__container .video__controls {
  display: none;
}
.step__type--cardHover .step__title--xl {
  color: #222222;
  text-align: center;
}
.step__type--cardHover .step__answers {
  flex: 1;
  width: 100%;
  height: auto;
  display: grid;
  gap: 1px;
}
.step__type--cardHover .step__answer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2rem;
  background-color: black;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
}
.step__type--cardHover .step__answer:before {
  content: "";
  position: absolute;
  inset: 20% 0 0;
  background: linear-gradient(180deg, rgba(21, 17, 25, 0) 0%, #15121B 100%);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.step__type--cardHover .step__answer--background_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0.8;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.step__type--cardHover .step__answer--background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step__type--cardHover .step__answer--label {
  padding: 0.75rem 2rem;
}
.step__type--cardHover .step__answer:hover .step__answer:before, .step__type--cardHover .step__answer.active .step__answer:before, .step__type--cardHover .step__answer:focus-visible .step__answer:before {
  opacity: 0;
}
.step__type--cardHover .step__answer:hover .step__answer--label, .step__type--cardHover .step__answer.active .step__answer--label, .step__type--cardHover .step__answer:focus-visible .step__answer--label {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
.step__type--cardHover .step__answer:hover .step__answer--background_image, .step__type--cardHover .step__answer.active .step__answer--background_image, .step__type--cardHover .step__answer:focus-visible .step__answer--background_image {
  opacity: 1;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .step__type--cardHover .step__container {
    display: grid;
    grid-template: auto 1fr/1fr;
    justify-items: center;
    padding: 0;
    gap: 5rem;
    padding-block: 4.5rem 5rem;
  }
  .step__type--cardHover .step__container .step__title {
    align-self: end;
  }
  .step__type--cardHover .step__answers {
    --answers-aspect-ratio: .5;
    --answers-columns: 3;
    max-width: min(2000px, 75%);
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .step__type--cardHover .step__container {
    gap: 3rem;
    padding-block: 4.5rem 5rem;
    grid-template: auto auto/1fr;
  }
  .step__type--cardHover .step__answers {
    --answers-aspect-ratio: .6;
    align-self: start;
    display: flex;
    justify-content: center;
    gap: 1px;
    max-height: 100%;
    aspect-ratio: calc(var(--answers-columns) * var(--answers-aspect-ratio));
  }
  .step__type--cardHover .step__answer {
    width: auto;
    height: 100%;
    aspect-ratio: var(--answers-aspect-ratio);
  }
}
@media (min-width: 1440px) {
  .step__type--cardHover .step__container {
    gap: 5rem;
    padding-block: 6rem;
  }
  .step__type--cardHover .step__title--xl {
    font-size: 50px;
    line-height: 1.3;
  }
  .step__type--cardHover .step--label {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
body.super-zoom .step__type--cardHover .step__answer {
  min-height: 200px;
}

.step__type--slidingRadioButtons .step__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding-bottom: calc(-8px + 5rem + 4rem);
  overflow: hidden;
  max-height: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .step__type--slidingRadioButtons .step__container {
    padding-left: 8rem;
    padding-bottom: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (min-width: 1440px) {
  .step__type--slidingRadioButtons .step__container {
    padding-left: 10rem;
  }
}
@media (min-width: 2560px) {
  .step__type--slidingRadioButtons .step__container {
    padding-inline: 15rem;
  }
}
.step__type--slidingRadioButtons .step__title--xl {
  pointer-events: none;
  max-width: 15ch;
}
@media (min-width: 768px) {
  .step__type--slidingRadioButtons .step__title--xl {
    pointer-events: initial;
  }
}
.step__type--slidingRadioButtons .step__answers_wrapper {
  align-self: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  --stepper-height: calc(3.5rem);
  padding: calc(100vh - var(--header-height) - (-8px + 5rem)) 0 0;
  padding: calc(100dvh - var(--header-height) - (-8px + 5rem)) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.step__type--slidingRadioButtons .step__answers_wrapper--handle {
  padding-bottom: 1rem;
}
.step__type--slidingRadioButtons .step__answers {
  position: relative;
  height: max-content;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
  align-items: center;
  min-width: 100%;
  margin: auto;
  padding: 1.5rem;
}
.step__type--slidingRadioButtons .step__answers::-webkit-scrollbar {
  width: 16px;
}
.step__type--slidingRadioButtons .step__answers::-webkit-scrollbar-track {
  --track-color: rgba(251, 251, 251, .5);
  opacity: 0.5;
  background: linear-gradient(to right, transparent 0, transparent 7.5px, var(--track-color) 7.5px, var(--track-color) 8.5px, transparent 8.5px, transparent 16px);
}
.step__type--slidingRadioButtons .step__answers::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, transparent 0, transparent 7px, var(--template-colors-neutral-white, #FFF) 7px, var(--template-colors-neutral-white, #FFF) 9px, transparent 9px, transparent 16px);
  border-radius: 999px;
}
.step__type--slidingRadioButtons .step__answers:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #313F48;
  border-radius: 1rem 1rem 0 0;
  background: rgba(227, 240, 248, 0.66);
  backdrop-filter: blur(0px);
  pointer-events: none;
  z-index: -1;
}
.step__type--slidingRadioButtons .step__answer {
  position: relative;
  padding: 3rem 2.5rem;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  isolation: isolate;
  cursor: pointer;
  background-color: black;
}
.step__type--slidingRadioButtons .step__answer--image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.3s ease-out, scale 0.3s ease-out;
  z-index: -2;
}
.step__type--slidingRadioButtons .step__answer--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step__type--slidingRadioButtons .step__answer--circle {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid white;
  position: relative;
}
.step__type--slidingRadioButtons .step__answer--circle:before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background-color: white;
  scale: 0;
  transition: scale 0.3s ease-out;
}
.step__type--slidingRadioButtons .step__answer--label {
  color: white;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: left;
  pointer-events: none;
}
.step__type--slidingRadioButtons .step__answer:hover .step__answer--image, .step__type--slidingRadioButtons .step__answer.active .step__answer--image, .step__type--slidingRadioButtons .step__answer:focus-visible .step__answer--image {
  opacity: 1;
  scale: 1.1;
}
.step__type--slidingRadioButtons .step__answer:hover .step__answer--circle:before, .step__type--slidingRadioButtons .step__answer.active .step__answer--circle:before, .step__type--slidingRadioButtons .step__answer:focus-visible .step__answer--circle:before {
  scale: 1;
}
.step__type--slidingRadioButtons .step__answer:focus .step__answer--image {
  opacity: 0.6;
}
.step__type--slidingRadioButtons .step__answer:focus .step__answer--circle:before {
  scale: 1;
}
@media (min-width: 768px) {
  .step__type--slidingRadioButtons .step__answers_wrapper {
    --stepper-height: 0px;
  }
  .step__type--slidingRadioButtons .step__answers {
    --scrollbar-margin: 4rem;
    gap: 1rem;
    overflow: auto;
    overflow-x: hidden;
    padding: 1.5rem 0;
  }
  .step__type--slidingRadioButtons .step__answers::-webkit-scrollbar {
    width: 16px;
  }
  .step__type--slidingRadioButtons .step__answers::-webkit-scrollbar-track {
    --track-color: rgba(251, 251, 251, .5);
    margin-block: var(--scrollbar-margin);
    opacity: 0.5;
    background: linear-gradient(to right, transparent 0, transparent 7.5px, var(--track-color) 7.5px, var(--track-color) 8.5px, transparent 8.5px, transparent 16px);
  }
  .step__type--slidingRadioButtons .step__answers::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, transparent 0, transparent 7px, var(--template-colors-neutral-white, #FFF) 7px, var(--template-colors-neutral-white, #FFF) 9px, transparent 9px, transparent 16px);
    border-radius: 999px;
  }
  .step__type--slidingRadioButtons .step__answers:before {
    content: none;
  }
  .step__type--slidingRadioButtons .step__answer {
    max-width: 440px;
    min-height: 140px;
    aspect-ratio: unset;
  }
}
@media (min-width: 1024px) {
  .step__type--slidingRadioButtons .step__answers_wrapper {
    position: relative;
    padding: 0;
    gap: 0;
    top: unset;
    left: unset;
    right: unset;
    margin-right: 3.5rem;
    flex: 1;
  }
  .step__type--slidingRadioButtons .step__answers_wrapper:before {
    content: none;
  }
  .step__type--slidingRadioButtons .step__answers_wrapper--handle {
    display: none;
  }
  .step__type--slidingRadioButtons .step__answers {
    padding: 6.5rem 2rem 1.5rem 0;
    align-items: flex-end;
    gap: 1rem;
    overflow: auto;
    overflow-x: clip;
  }
  .step__type--slidingRadioButtons .step__answers::-webkit-scrollbar {
    width: 16px;
  }
  .step__type--slidingRadioButtons .step__answers::-webkit-scrollbar-track {
    --track-color: rgba(251, 251, 251, .5);
    margin-block: 6.5rem 0;
    opacity: 0.5;
    background: linear-gradient(to right, transparent 0, transparent 7.5px, var(--track-color) 7.5px, var(--track-color) 8.5px, transparent 8.5px, transparent 16px);
  }
  .step__type--slidingRadioButtons .step__answers::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, transparent 0, transparent 7px, var(--template-colors-neutral-white, #FFF) 7px, var(--template-colors-neutral-white, #FFF) 9px, transparent 9px, transparent 16px);
    border-radius: 999px;
  }
  .step__type--slidingRadioButtons .step__answers:before {
    content: none;
  }
  .step__type--slidingRadioButtons .step__answer {
    max-width: 320px;
  }
  .step__type--slidingRadioButtons .step__title--xl {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .step__type--slidingRadioButtons .step__answer {
    max-width: 440px;
    min-height: 180px;
  }
  .step__type--slidingRadioButtons .step__answer--label {
    font-size: 2rem;
  }
}
@media (min-width: 2560px) {
  .step__type--slidingRadioButtons .step__answer {
    max-width: 590px;
    min-height: 254px;
  }
}

.step__type--stars {
  --layer-scroll-content-visible-height: calc(40px + 5rem);
}
.step__type--stars .step__container {
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  padding-inline: 1rem;
  padding-bottom: calc(var(--layer-scroll-content-visible-height) + 8rem);
  text-align: center;
  gap: 0;
}
@media (min-width: 768px) {
  .step__type--stars .step__container {
    gap: 3rem;
    padding: 0 3rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .step__type--stars .step__container {
    padding-inline: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .step__type--stars .step__container {
    gap: 3.5rem;
    padding: 0 4rem 5rem;
  }
}
@media (min-width: 2560px) {
  .step__type--stars .step__container {
    padding-inline: 5.5rem;
  }
}
.step__type--stars .step__title--xl {
  pointer-events: none;
  text-align: center;
  font-family: custom-heading-font, andrade-pro-fallback;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: normal;
}
@media (min-width: 1440px) {
  .step__type--stars .step__title--xl {
    font-family: custom-heading-font, andrade-pro-fallback;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__type--stars .step__title--xl {
    font-family: "LVMH", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: initial;
    text-transform: normal;
  }
}
@media (min-width: 768px) {
  .step__type--stars .step__title--xl {
    pointer-events: initial;
  }
}
.step__type--stars .step__answers {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  --answers-padding: 1.5rem;
  padding: var(--answers-padding);
  --current-choice-index: 0;
}
.step__type--stars .step__answers:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #313F48;
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0px);
  pointer-events: none;
  z-index: -1;
}
.step__type--stars .step__answers__content {
  --line-width: 1px;
  position: relative;
  display: flex;
  flex-direction: column;
  /*region Lines*/
  /*endregion*/
}
.step__type--stars .step__answers__content:before, .step__type--stars .step__answers__content:after {
  content: "";
  position: absolute;
  left: 10px;
  width: 1px;
  transform: translateX(calc(var(--line-width) / -2));
  pointer-events: none;
}
.step__type--stars .step__answers__content:before {
  top: calc(100% / var(--answers-number) / 2 + 5px);
  height: calc(var(--current-choice-index) * 100% / var(--answers-number));
  background-color: rgba(49, 63, 72, 0.7);
  transition: height 0.3s ease-out;
}
.step__type--stars .step__answers__content:after {
  top: 50%;
  transform: translate(calc(var(--line-width) / -2), -50%);
  height: calc(100% - 100% / var(--answers-number) - 10px);
  background-color: rgba(49, 63, 72, 0.2);
}
.step__type--stars .step__answers_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: 100%;
  padding: calc(100vh - var(--header-height) - var(--layer-scroll-content-visible-height)) 0 0;
  padding: calc(100dvh - var(--header-height) - var(--layer-scroll-content-visible-height)) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  overflow: auto;
  overflow-x: hidden;
}
.step__type--stars .step__answer {
  flex: 1;
  padding-block: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
  cursor: pointer;
}
.step__type--stars .step__answer--label {
  color: #313F48;
  opacity: 0.8;
  text-align: center;
  font-family: custom-body-font, roboto-fallback;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  padding-bottom: 2px;
  transition: scale 0.3s ease-out, opacity 0.3s ease-out, font-size 0.3s ease-out;
}
.step__type--stars .step__answer:hover .step_answer__star_circle--inner {
  width: 0.5rem;
}
.step__type--stars .step__answer:hover .step_answer__star_circle--outer {
  width: 1.25rem;
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}
.step__type--stars .step__answer:hover .step__answer--label {
  scale: 1.2;
  opacity: 1;
}
.step__type--stars .step__answer:focus .step_answer__star_circle--inner, .step__type--stars .step__answer:active .step_answer__star_circle--inner {
  width: 0.5rem;
}
.step__type--stars .step__answer:focus .step_answer__star_circle--outer, .step__type--stars .step__answer:active .step_answer__star_circle--outer {
  width: 0;
}
.step__type--stars .step__answer:focus .step_answer__star_circle--inner, .step__type--stars .step__answer:active .step_answer__star_circle--inner {
  width: 0.5rem;
}
.step__type--stars .step__answer:focus .step_answer__star_circle--outer, .step__type--stars .step__answer:active .step_answer__star_circle--outer {
  width: 0;
}
.step__type--stars .step__answer:focus .step_answer__star_circle--inner, .step__type--stars .step__answer:active .step_answer__star_circle--inner {
  width: 0.5rem;
}
.step__type--stars .step__answer:focus .step_answer__star_circle--outer, .step__type--stars .step__answer:active .step_answer__star_circle--outer {
  width: 0;
}
.step__type--stars .step_answer__star_circle {
  position: relative;
  display: flex;
  justify-content: center;
}
.step__type--stars .step_answer__star_circle--container {
  position: relative;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step__type--stars .step_answer__star_circle--outer {
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid white;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease-out, width 0.3s ease-out, background-color 0.3s ease-out;
}
.step__type--stars .step_answer__star_circle--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: auto;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 999px;
  transition: width 0.3s ease-out;
}
@media (min-width: 768px) {
  .step__type--stars .step__answers__content {
    flex-direction: row;
    padding-inline: 0;
    --answers-padding-block: 2rem;
    padding-block: var(--answers-padding-block);
  }
  .step__type--stars .step__answers__content:before, .step__type--stars .step__answers__content:after {
    transform: translateY(calc(var(--line-width) / -2));
    top: calc(var(--answers-padding-block) + 10px);
    height: 1px;
    width: initial;
  }
  .step__type--stars .step__answers__content:before {
    left: calc(100% / var(--answers-number) / 2 + 5px);
    width: calc(var(--current-choice-index) * 100% / var(--answers-number));
    transition: width 0.3s ease-out;
  }
  .step__type--stars .step__answers__content:after {
    left: 50%;
    transform: translate(-50%, calc(var(--line-width) / -2));
    width: calc(100% - 100% / var(--answers-number) - 10px);
  }
  .step__type--stars .step__answers_wrapper {
    position: relative;
    padding: 0;
    gap: 0;
    top: unset;
    left: unset;
    right: unset;
    height: unset;
  }
  .step__type--stars .step__answers {
    --answers-padding: 0;
  }
  .step__type--stars .step__answers:before {
    border-radius: 4px;
  }
  .step__type--stars .step__answer {
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    height: 4.75rem;
  }
  .step__type--stars .step__answer__star_circle {
    height: initial;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .step__type--stars .step__answers__content {
    --answers-padding-block: 3.5rem;
  }
  .step__type--stars .step__answer--label {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  .step__type--stars .step__answers {
    max-width: 2446px;
  }
  .step__type--stars .step__answer--label {
    font-size: 24px;
  }
}

.step__type--recommendation {
  isolation: initial;
  --stepper__container--black: false;
}
.step__type--recommendation .profile_details__title {
  text-align: center;
}
body.super-zoom .step__type--recommendation {
  padding-top: 0;
}
#product-finder-container .step__type--recommendation h3 {
  margin-bottom: 2rem;
  line-height: 1.2;
}
#product-finder-container .step__type--recommendation h2 {
  max-width: 100%;
  line-height: 1.2;
}
.step__type--recommendation .step__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4rem;
  color: #313F48;
  background-color: white;
  padding: 4rem 1.5rem 4.5rem 1.5rem;
}
.step__type--recommendation .step__container > * {
  z-index: 20;
}
@media (min-width: 768px) {
  .step__type--recommendation .step__container {
    padding: 4.5rem 4rem;
  }
}
@media (min-width: 1024px) {
  .step__type--recommendation .step__container {
    padding: 4.5rem 3.5rem;
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step__container {
    gap: 6rem;
  }
}
.step__type--recommendation .step__title--xl, .step__type--recommendation .step__title--l, .step__type--recommendation .step__title--m {
  color: #313F48;
}
.step__type--recommendation .step__button--medium {
  font-size: 1rem;
}
.step__type--recommendation .step__background {
  position: fixed;
  height: 100vh;
  height: 100dvh;
}
.step__type--recommendation .step__background--overlay {
  background-color: white;
  opacity: 0.4;
  height: 100vh;
  height: 100dvh;
}
.step__type--recommendation .step__background::after {
  background: none;
}
.step__type--recommendation .step_recommendation__selection {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.step__type--recommendation .step_recommendation__selection h3 {
  text-align: left;
}
.step__type--recommendation .step_recommendation__selection--may_also_like {
  margin-bottom: 4rem;
  display: none;
}
.step__type--recommendation .step_recommendation__selection .step__button.start-over {
  margin: auto;
  background-color: white;
  border: 1px solid #313F48;
  border-radius: 999px;
  color: #313F48;
}
.step__type--recommendation .step_recommendation__selection .step__button.start-over .step__button--icon {
  stroke: #313F48;
  transition: stroke 0.3s ease-out;
}
.step__type--recommendation .step_recommendation__selection .step__button.start-over:hover {
  background-color: #313F48;
  color: white;
  border: 1px solid #313F48;
}
.step__type--recommendation .step_recommendation__selection .step__button.start-over:hover .step__button--icon {
  stroke: white;
}
.step__type--recommendation .step_recommendation__selection .product {
  width: 100%;
  margin: auto;
  color: black;
  padding: 1rem 1.5rem;
}
.step__type--recommendation .step_recommendation__list, .step__type--recommendation .step_recommendation__list .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.step__type--recommendation .step_recommendation__list .swiper-wrapper {
  width: max-content;
  max-width: 100%;
  margin: auto;
}
.step__type--recommendation .step_recommendation__list.swiper--hidden, .step__type--recommendation .step_recommendation__list.swiper--hidden .swiper-wrapper {
  flex-wrap: wrap;
  margin: auto;
  width: calc(100% * 1);
}
@media (min-width: 768px) {
  .step__type--recommendation .step_recommendation__list.swiper--hidden, .step__type--recommendation .step_recommendation__list.swiper--hidden .swiper-wrapper {
    width: calc(33.3333333333% * 3);
  }
}
@media (min-width: 1024px) {
  .step__type--recommendation .step_recommendation__list.swiper--hidden, .step__type--recommendation .step_recommendation__list.swiper--hidden .swiper-wrapper {
    width: calc(25% * 4);
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step_recommendation__list.swiper--hidden, .step__type--recommendation .step_recommendation__list.swiper--hidden .swiper-wrapper {
    width: calc(25% * 4);
  }
}
.step__type--recommendation .step_recommendation__list:not(.swiper) > *, .step__type--recommendation .step_recommendation__list .swiper-slide {
  box-shadow: 0px 0px 0px 1px #E5E5E5;
}
.step__type--recommendation .step_recommendation__list.swiper .fa {
  color: #000;
  display: none;
}
.step__type--recommendation .step_recommendation__list.swiper .fa:after {
  font-size: 2rem;
}
.step__type--recommendation .step_recommendation__list.swiper .fa.swiper-button-disabled {
  opacity: 0;
}
.step__type--recommendation .step_recommendation__list.swiper--hidden .step_recommendation__product {
  width: 100%;
}
@media (min-width: 768px) {
  .step__type--recommendation .step_recommendation__list.swiper--hidden .step_recommendation__product {
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .step__type--recommendation .step_recommendation__list.swiper--hidden .step_recommendation__product {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step_recommendation__list.swiper--hidden .step_recommendation__product {
    width: 25%;
  }
}
.step__type--recommendation .step_recommendation__product {
  display: flex;
  width: 100%;
  margin: auto;
}
.step__type--recommendation .step_recommendation__products {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
}
.step__type--recommendation .step_recommendation__products > .step_recommendation__list {
  width: 100%;
}
.step__type--recommendation .step_recommendation__products > .html-slot-container {
  position: relative;
  width: 100%;
}
.step__type--recommendation .step_recommendation__products > .html-slot-container figure:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(227, 240, 248, 0.82) 70.31%);
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.step__type--recommendation .step_recommendation__products > .html-slot-container + .step_recommendation__list {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .step__type--recommendation .step_recommendation__products {
    flex-direction: row-reverse;
    gap: 0;
  }
  .step__type--recommendation .step_recommendation__products .html-slot-container {
    padding-left: 0;
    width: calc(100% - 33.3333333333%);
  }
  .step__type--recommendation .step_recommendation__products > .html-slot-container + .step_recommendation__list {
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .step__type--recommendation .step_recommendation__products .html-slot-container {
    padding-left: 0;
    width: calc(100% - 25%);
  }
  .step__type--recommendation .step_recommendation__products > .html-slot-container + .step_recommendation__list {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step_recommendation__products .html-slot-container {
    padding-left: 0;
    width: calc(100% - 25%);
  }
  .step__type--recommendation .step_recommendation__products > .html-slot-container + .step_recommendation__list {
    width: 25%;
  }
}
.step__type--recommendation .step_recommendation__banner-top {
  position: relative;
  aspect-ratio: 5/8;
}
.step__type--recommendation .step_recommendation__banner-top figure {
  height: 100%;
  position: absolute;
  inset: 0;
}
.step__type--recommendation .step_recommendation__banner-top--image {
  height: 100%;
}
.step__type--recommendation .step_recommendation__banner-top--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.step__type--recommendation .step_recommendation__banner-top--link {
  position: absolute;
  bottom: 1.25rem;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  width: 100%;
  max-width: calc(100% - 2.5rem);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
.step__type--recommendation .step_recommendation__banner-top--link h4 {
  font-family: "LVMH", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  color: white;
  font-size: 1.3125rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .step__type--recommendation .step_recommendation__banner-top--link h4 {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step_recommendation__banner-top--link h4 {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 1920px) {
  .step__type--recommendation .step_recommendation__banner-top--link h4 {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 2560px) {
  .step__type--recommendation .step_recommendation__banner-top--link h4 {
    font-family: "LVMH", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: normal;
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step_recommendation__banner-top--link h4 {
    font-size: 1.3125rem;
  }
}
.step__type--recommendation .step_recommendation__banner-top--link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: transparent;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
  font-family: custom-body-font, roboto-fallback;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  width: max-content;
  border-radius: 999px;
}
.step__type--recommendation .step_recommendation__banner-top--link a:hover {
  color: white;
  background-color: #313F48;
}
.step__type--recommendation .step_recommendation__banner-top--link a.active {
  color: white;
  background-color: #0E2A3E;
}
.step__type--recommendation .step_recommendation__banner-top--link a:hover {
  color: #7DAED2;
  background-color: transparent;
  border: 1px solid #7DAED2;
}
.step__type--recommendation .step_recommendation__banner-top--link a.active {
  color: #0E2A3E;
  background-color: transparent;
  border: 1px solid #0E2A3E;
}
@media (min-width: 1024px) {
  .step__type--recommendation .step_recommendation__banner-top--link {
    bottom: 2.5rem;
    gap: 1.5rem;
    max-width: calc(100% - 5rem);
  }
}
@media (min-width: 768px) {
  .step__type--recommendation .step_recommendation__banner-top {
    aspect-ratio: auto;
    height: 100%;
  }
}
.step__type--recommendation .step_recommendation__not_a_match {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.step__type--recommendation .step_recommendation__not_a_match--banner {
  position: relative;
}
.step__type--recommendation .step_recommendation__not_a_match--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.step__type--recommendation .step_recommendation__not_a_match--link {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.step__type--recommendation .step_recommendation__not_a_match--link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.step__type--recommendation .step_recommendation__not_a_match--link a:hover {
  color: white;
  background-color: #313F48;
}
.step__type--recommendation .step_recommendation__not_a_match--link a.active {
  color: white;
  background-color: #0E2A3E;
}
.step__type--recommendation .step_recommendation__not_a_match--link a:hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
.step__type--recommendation .step_recommendation__not_a_match--link a.active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}
@media (min-width: 768px) {
  .step__type--recommendation .step_recommendation__selection {
    max-width: 1088px;
    margin: auto;
  }
  .step__type--recommendation .step_recommendation__list .swiper-wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }
  .step__type--recommendation .step_recommendation__list.swiper .fa {
    display: block;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper) {
    --product-tile-columns: 4;
    display: grid;
    grid-template-columns: repeat(var(--product-tile-columns), 1fr);
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="1.0"] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="1.0"] > * {
    max-width: calc((100% - 0rem) / 1);
    min-width: calc((100% - 0rem) / 1);
    height: fit-content;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="2.0"] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="2.0"] > * {
    max-width: calc((100% - 1rem) / 2);
    min-width: calc((100% - 1rem) / 2);
    height: fit-content;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="3.0"] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="3.0"] > * {
    max-width: calc((100% - 2rem) / 3);
    min-width: calc((100% - 2rem) / 3);
    height: fit-content;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="4.0"] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
  }
  .step__type--recommendation .step_recommendation__list:not(.swiper)[data-length="4.0"] > * {
    max-width: calc((100% - 3rem) / 4);
    min-width: calc((100% - 3rem) / 4);
    height: fit-content;
  }
}
@media (min-width: 1440px) {
  .step__type--recommendation .step__title--xl {
    font-size: 48px;
    line-height: 1.3;
  }
  .step__type--recommendation .step__title--m {
    font-size: 32px;
    line-height: 1.5;
  }
  .step__type--recommendation .step_recommendation__selection {
    gap: 6rem;
  }
}
@media (min-width: 2560px) {
  .step__type--recommendation .step__title--xl {
    font-size: 4rem;
  }
  .step__type--recommendation .step__title--l {
    font-size: 3rem;
  }
  .step__type--recommendation .step__title--m {
    font-size: 3rem;
  }
  .step__type--recommendation .step_recommendation__selection {
    max-width: 1456px;
  }
}

.profile_details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5rem;
}
.profile_details__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0.5rem;
  border-radius: 4px;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.3s ease-out;
}
.profile_details__buttons {
  justify-self: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}
.profile_details__buttons .step__button {
  fill: white;
}
.profile_details__buttons .step__button:hover {
  fill: #e3f0f8;
}
.profile_details__buttons .step__button.step__button--negative {
  fill: #313F48;
}
.profile_details__buttons .step__button.step__button--negative:hover {
  fill: #7DAED2;
}
.profile_details__buttons .step__button svg {
  transition: fill 0.3s ease-out;
}
.profile_details__media {
  display: grid;
  grid-template-rows: 0fr;
  height: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out;
}
.profile_details__media img {
  overflow: hidden;
}
.profile_details.opened {
  color: black;
}
.profile_details.opened .profile_details {
  justify-content: space-between;
}
.profile_details.opened .profile_details__content {
  background-color: white;
}
.profile_details.opened .profile_details__buttons {
  grid: ". details . share ."/0fr auto 1fr auto 0fr;
}
.profile_details.opened .profile_details__buttons--details {
  box-shadow: none;
}
.profile_details.opened .profile_details__buttons--details:hover {
  box-shadow: none;
}
.profile_details.opened .profile_details__buttons--share.step__button--outline {
  background-color: white;
  color: #313F48;
}
.profile_details.opened .profile_details__buttons--share.step__button--outline:hover {
  background-color: #313F48;
  color: white;
  fill: white;
}
.profile_details.opened .profile_details__media {
  grid-template-rows: 1fr;
  height: auto;
}
@media (min-width: 768px) {
  .profile_details {
    padding-inline: 0;
  }
  .profile_details__buttons {
    justify-self: center;
    --gap-value: 1rem;
    width: 100%;
    display: grid;
    grid: ". details . share ."/1fr auto 0fr auto 1fr;
    gap: 0;
    transition: grid 0.3s ease-out;
    z-index: 1;
  }
  .profile_details__buttons--details {
    grid-area: details;
    margin-right: calc(var(--gap-value) / 2);
  }
  .profile_details__buttons--share {
    grid-area: share;
    margin-left: calc(var(--gap-value) / 2);
  }
}

.header {
  z-index: 10;
}

header {
  isolation: isolate;
  z-index: 20;
  width: 100%;
}

.footer {
  z-index: 10;
}

footer {
  z-index: unset;
}
footer:not(.footer--recommendation) {
  display: block;
}

#product-finder-container .pf_product_tile {
  background-color: #F7F7F8;
  display: flex;
  flex-direction: column;
}
#product-finder-container .pf_product_tile .image-container {
  background-color: #F7F7F8;
  padding: 10px;
}
#product-finder-container .pf_product_tile__image_slider {
  width: 100%;
}
#product-finder-container .pf_product_tile__image_slider--pagination {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
#product-finder-container .pf_product_tile__image_slider__pagination_bullet {
  border-radius: 999px;
  background-color: #B3B3B3;
  width: 4px;
  height: 4px;
  margin: 1px;
  transition: background-color 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, margin 0.3s ease-out;
}
#product-finder-container .pf_product_tile__image_slider__pagination_bullet--active {
  background-color: black;
  width: 6px;
  height: 6px;
  margin: 0;
}
#product-finder-container .pf_product_tile__image_slider--navigation {
  width: 32px;
  height: 32px;
  --swiper-navigation-sides-offset: 1rem;
}
#product-finder-container .pf_product_tile__image_slider--navigation svg {
  fill: black;
}
#product-finder-container .pf_product_tile__image_slider--navigation.swiper-button-disabled {
  pointer-events: all;
  cursor: not-allowed;
}
#product-finder-container .pf_product_tile__infos {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: black;
}
#product-finder-container .pf_product_tile__infos--text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: left;
}
#product-finder-container .pf_product_tile__infos--name {
  font-family: custom-body-font, roboto-fallback;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.5;
  text-align: left;
}
#product-finder-container .pf_product_tile__infos--description {
  font-family: custom-body-font, roboto-fallback;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #313F48;
}
#product-finder-container .pf_product_tile__add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
  text-transform: none;
  border-radius: 4px;
}
#product-finder-container .pf_product_tile__add_to_cart:hover {
  color: white;
  background-color: #313F48;
}
#product-finder-container .pf_product_tile__add_to_cart.active {
  color: white;
  background-color: #0E2A3E;
}
#product-finder-container .pf_product_tile__add_to_cart:hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
#product-finder-container .pf_product_tile__add_to_cart.active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}

.step__button {
  --button-background-color: rgba(255, 255, 255, 0.15);
  --button-border-color: white;
  --button-color: white;
  font-family: custom-body-font, roboto-fallback;
}
.step__button:not(.step__button--outline).step__button--negative.step__button--small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: white;
  background-color: #313F48;
  border: none;
  padding: 0.75rem 2rem;
}
.step__button:not(.step__button--outline).step__button--negative.step__button--small:hover {
  color: white;
  background-color: #313F48;
}
.step__button:not(.step__button--outline).step__button--negative.step__button--small.active {
  color: white;
  background-color: #0E2A3E;
}
.step__button:not(.step__button--outline).step__button--negative.step__button--small:hover {
  color: white;
  background-color: #395060;
  border: none;
}
.step__button:not(.step__button--outline).step__button--negative.step__button--small.active {
  color: white;
  background-color: #0E2A3E;
  border: none;
}
.step__button:not(.step__button--outline).step__button--negative:not(.step__button--small) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: white;
  background-color: #313F48;
  border: none;
  padding: 0.75rem 2rem;
}
.step__button:not(.step__button--outline).step__button--negative:not(.step__button--small):hover {
  color: white;
  background-color: #313F48;
}
.step__button:not(.step__button--outline).step__button--negative:not(.step__button--small).active {
  color: white;
  background-color: #0E2A3E;
}
.step__button:not(.step__button--outline).step__button--negative:not(.step__button--small):hover {
  color: white;
  background-color: #395060;
  border: none;
}
.step__button:not(.step__button--outline).step__button--negative:not(.step__button--small).active {
  color: white;
  background-color: #0E2A3E;
  border: none;
}
.step__button:not(.step__button--outline):not(.step__button--negative).step__button--small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.step__button:not(.step__button--outline):not(.step__button--negative).step__button--small:hover {
  color: white;
  background-color: #313F48;
}
.step__button:not(.step__button--outline):not(.step__button--negative).step__button--small.active {
  color: white;
  background-color: #0E2A3E;
}
.step__button:not(.step__button--outline):not(.step__button--negative).step__button--small:hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
.step__button:not(.step__button--outline):not(.step__button--negative).step__button--small.active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}
.step__button:not(.step__button--outline):not(.step__button--negative):not(.step__button--small) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: white;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.step__button:not(.step__button--outline):not(.step__button--negative):not(.step__button--small):hover {
  color: white;
  background-color: #313F48;
}
.step__button:not(.step__button--outline):not(.step__button--negative):not(.step__button--small).active {
  color: white;
  background-color: #0E2A3E;
}
.step__button:not(.step__button--outline):not(.step__button--negative):not(.step__button--small):hover {
  color: white;
  background-color: #313F48;
  border: 1px solid #313F48;
}
.step__button:not(.step__button--outline):not(.step__button--negative):not(.step__button--small).active {
  color: white;
  background-color: #0E2A3E;
  border: 1px solid #0E2A3E;
}
.step__button--outline.step__button--negative.step__button--small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: transparent;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.step__button--outline.step__button--negative.step__button--small:hover {
  color: white;
  background-color: #313F48;
}
.step__button--outline.step__button--negative.step__button--small.active {
  color: white;
  background-color: #0E2A3E;
}
.step__button--outline.step__button--negative.step__button--small:hover {
  color: #7DAED2;
  background-color: transparent;
  border: 1px solid #7DAED2;
}
.step__button--outline.step__button--negative.step__button--small.active {
  color: #0E2A3E;
  background-color: transparent;
  border: 1px solid #0E2A3E;
}
.step__button--outline.step__button--negative:not(.step__button--small) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: #313F48;
  background-color: transparent;
  border: 1px solid #313F48;
  padding: 0.75rem 2rem;
}
.step__button--outline.step__button--negative:not(.step__button--small):hover {
  color: white;
  background-color: #313F48;
}
.step__button--outline.step__button--negative:not(.step__button--small).active {
  color: white;
  background-color: #0E2A3E;
}
.step__button--outline.step__button--negative:not(.step__button--small):hover {
  color: #7DAED2;
  background-color: transparent;
  border: 1px solid #7DAED2;
}
.step__button--outline.step__button--negative:not(.step__button--small).active {
  color: #0E2A3E;
  background-color: transparent;
  border: 1px solid #0E2A3E;
}
.step__button--outline:not(.step__button--negative).step__button--small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid white;
  padding: 0.75rem 2rem;
}
.step__button--outline:not(.step__button--negative).step__button--small:hover {
  color: white;
  background-color: #313F48;
}
.step__button--outline:not(.step__button--negative).step__button--small.active {
  color: white;
  background-color: #0E2A3E;
}
.step__button--outline:not(.step__button--negative).step__button--small:hover {
  color: #e3f0f8;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #e3f0f8;
}
.step__button--outline:not(.step__button--negative).step__button--small.active {
  color: #7DAED2;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #7DAED2;
}
.step__button--outline:not(.step__button--negative):not(.step__button--small) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-transform: normal;
  background-color: white;
  color: #313F48;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, padding 0.3s ease-out;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid white;
  padding: 0.75rem 2rem;
}
.step__button--outline:not(.step__button--negative):not(.step__button--small):hover {
  color: white;
  background-color: #313F48;
}
.step__button--outline:not(.step__button--negative):not(.step__button--small).active {
  color: white;
  background-color: #0E2A3E;
}
.step__button--outline:not(.step__button--negative):not(.step__button--small):hover {
  color: #e3f0f8;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #e3f0f8;
}
.step__button--outline:not(.step__button--negative):not(.step__button--small).active {
  color: #7DAED2;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #7DAED2;
}
.step__button--medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1440px) {
  .step__button--medium {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.step__button--small {
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.step__button--icon {
  font-size: 14px;
}

:root {
  --stepper-footer-height-to-remove: 60;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-height: 100vh;
  min-height: 100dvh;
  max-height: 100dvh;
}
.page #maincontent {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page #product-finder-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.page #product-finder-container .main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  --step-background-color: black;
  background-color: var(--step-background-color);
}
.page #product-finder-container .main-content .steps {
  flex: 1;
  max-height: 100%;
  overflow: hidden;
}

#product-finder-container label {
  margin-bottom: 0;
}
#product-finder-container h1,
#product-finder-container h2,
#product-finder-container h3,
#product-finder-container h4,
#product-finder-container h5,
#product-finder-container h6 {
  margin: 0;
  max-width: unset;
}
@media (min-width: 1440px) {
  #product-finder-container h1,
  #product-finder-container h2,
  #product-finder-container h3,
  #product-finder-container h4,
  #product-finder-container h5,
  #product-finder-container h6 {
    max-width: unset;
  }
}
@media (min-width: 2560px) {
  #product-finder-container h1,
  #product-finder-container h2,
  #product-finder-container h3,
  #product-finder-container h4,
  #product-finder-container h5,
  #product-finder-container h6 {
    max-width: 900px;
  }
}

button :focus,
.focus-element :focus {
  outline: none;
}
button:focus-visible,
.focus-element:focus-visible {
  outline: 2px dashed #313F48;
  outline-offset: 4px;
}
