/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/product-finder/scss/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.product-finder__wrapper {
  background: #94f5d4;
  color: #004547;
  text-align: center;
  padding: 35px 0 40px;
}
.product-finder__wrapper--results {
  background: #004547;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product-finder__wrapper {
    padding: 55px 0 70px;
  }
}
.product-finder__subtitle {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #004547;
}
.product-finder__wrapper--results .product-finder__subtitle {
  color: #ffffff;
}
.product-finder__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 56px;
}
@media screen and (min-width: 1024px) {
  .product-finder__title {
    font-size: 88px;
  }
}
.product-finder__title {
  margin-bottom: 30px;
  color: #004547;
}
@media screen and (min-width: 768px) {
  .product-finder__title {
    margin-bottom: 45px;
  }
}
.product-finder__wrapper--results .product-finder__title {
  color: #e5ff66;
}
.product-finder__steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-bottom: 33px;
}
.product-finder__step {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 69, 71, 0.2);
  color: #004547;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.product-finder__step:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background: rgba(0, 69, 71, 0.2);
  left: 100%;
  top: calc(50% - 0.5px);
}
.product-finder__step:hover, .product-finder__step:focus-visible {
  background: #004547;
  color: #ffffff;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.product-finder__step--current {
  background: #004547;
  color: #ffffff;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.product-finder__step--current:after {
  display: none;
}
.product-finder__wrapper--results .product-finder__step {
  background: #1a5859;
  color: #ffffff;
}
.product-finder__wrapper--results .product-finder__step:after {
  background: #1a5859;
}
.product-finder__wrapper--results .product-finder__step:hover, .product-finder__wrapper--results .product-finder__step:focus-visible {
  background: #ffffff;
  color: #004547;
}
.product-finder__wrapper--results .product-finder__step--current {
  background: #ffffff;
  color: #004547;
}
.product-finder__answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.product-finder__answer {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  padding: 30px 25px;
  aspect-ratio: 1.65;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product-finder__answer {
    flex-basis: 50%;
    max-width: 422px;
    aspect-ratio: 1.7;
  }
}
.product-finder__answer picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product-finder__answer picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-finder__answer-btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.product-finder__answer-btn::before, .product-finder__answer-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.product-finder__answer-btn::before {
  background: linear-gradient(227.21deg, rgba(0, 0, 0, 0) 54.36%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 1;
}
.product-finder__answer-btn::after {
  background: rgba(0, 69, 71, 0.6);
  opacity: 0;
}
[data-whatintent=mouse] .product-finder__answer-btn:hover::before, [data-whatintent=mouse] .product-finder__answer-btn:focus-visible::before {
  opacity: 0;
}
[data-whatintent=mouse] .product-finder__answer-btn:hover::after, [data-whatintent=mouse] .product-finder__answer-btn:focus-visible::after {
  opacity: 1;
}
[data-whatintent=mouse] .product-finder__answer-btn:hover + .product-finder__answer-cta, [data-whatintent=mouse] .product-finder__answer-btn:focus-visible + .product-finder__answer-cta {
  --arrow-position-x-offset: var(--arrow-width);
  background: #e5ff66;
}
.product-finder__answer-title {
  position: relative;
  z-index: 5;
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .product-finder__answer-title {
    font-size: 48px;
  }
}
.product-finder__answer-title {
  color: #ffffff;
  text-align: left;
  pointer-events: none;
}
.product-finder__answer-cta {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.product-finder__product {
  position: relative;
  padding: 20px 0 40px;
}
.product-finder__product::after {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .product-finder__product {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
  }
  .product-finder__product::after {
    width: calc(100vw - 100px);
  }
}
.product-finder__product:first-child::after {
  display: none;
}
.product-finder__product-picture img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .product-finder__product-picture {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .product-finder__product-content {
    width: 50%;
    padding: 20px 0 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .product-finder__product-content {
    padding: 20px 0 20px 80px;
  }
}
.product-finder__product-title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .product-finder__product-title {
    font-size: 64px;
  }
}
.product-finder__product-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product-finder__product-title {
    margin-bottom: 40px;
  }
}
.product-finder__features {
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 16px;
}
.product-finder__features li {
  position: relative;
  padding: 0 0 4px 23px;
  display: block;
  text-align: left;
  padding-left: 26px;
}
.product-finder__features li:last-child {
  padding-bottom: 0;
}
.product-finder__features li::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 19px;
  height: 25px;
  background: #e5ff66;
  mask-image: url(/dist/images/tick-icon-6332aa91e0b639aad024.svg);
  mask-repeat: no-repeat;
  mask-size: 19px 25px;
  mask-position: 0 0;
}
.product-finder__description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.product-finder__product-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-finder__product-buttons .button {
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product-finder__product-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
  .product-finder__product-buttons .button {
    width: auto;
  }
}
.product-finder__related-products {
  position: relative;
  padding-top: 30px;
}
.product-finder__related-products::after {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .product-finder__related-products {
    padding-top: 55px;
  }
  .product-finder__related-products::after {
    width: calc(100vw - 100px);
  }
}
.product-finder__related-title {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}
.product-finder__bottom-btn {
  position: relative;
  padding-top: 30px;
}
.product-finder__bottom-btn::after {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .product-finder__bottom-btn {
    padding-top: 48px;
  }
  .product-finder__bottom-btn::after {
    width: calc(100vw - 100px);
  }
}
.product-finder__bottom-btn .button {
  margin: 0 auto;
}
