/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/src/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
* Breakpoint -------------------- 
*/
/**
* Color -------------------- 
*/
.heading-h-1-regular {
  font-family: "Montserrat", Sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  .heading-h-1-regular {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .heading-h-1-regular {
    font-size: 36px;
  }
}

.heading-h-2-semibold {
  font-family: "Montserrat", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 1024px) {
  .heading-h-2-semibold {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .heading-h-2-semibold {
    font-size: 32px;
  }
}

.heading-h-3-semibold {
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.333em;
}
@media (max-width: 1024px) {
  .heading-h-3-semibold {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .heading-h-3-semibold {
    font-size: 36px;
  }
}

.body-text-regular {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text-regular-poppins {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text-medium {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-semibold-poppins {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.body-text-bold {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.body-text-md-bold {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.body-text-lg-regular {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text-lg-bold {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.body-text-sm-regular {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text-sm-semibold {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

.count-number-text {
  font-family: "Montserrat", Sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.8333em;
}
@media (max-width: 1024px) {
  .count-number-text {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .count-number-text {
    font-size: 48px;
  }
}

.base-white {
  color: #ffffff;
}

.bg-base-white {
  background-color: #ffffff;
}

.base-black {
  color: #000000;
}

.bg-base-black {
  background-color: #000000;
}

.primary-purple {
  color: #62309d;
}

.bg-primary-purple {
  background-color: #62309d;
}

.primary-pink {
  color: #ff0099;
}

.bg-primary-pink {
  background-color: #ff0099;
}

.primary-blue {
  color: #2198d2;
}

.bg-primary-blue {
  background-color: #2198d2;
}

.Grey {
  color: #4e4e4e;
}

.bg-Grey {
  background-color: #4e4e4e;
}

.light-grey {
  color: #c1c1c1;
}

.bg-light-grey {
  background-color: #c1c1c1;
}

.primary-pink-hover {
  color: #af0069;
}

.bg-primary-pink-hover {
  background-color: #af0069;
}

.primary-purple-hover {
  color: #4b1789;
}

.bg-primary-purple-hover {
  background-color: #4b1789;
}

.bg-grey {
  color: #f2f2f2;
}

.bg-bg-grey {
  background-color: #f2f2f2;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  padding-left: 20px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

.mi-word-break h1,
.mi-word-break h2,
.mi-word-break h3,
.mi-word-break h4,
.mi-word-break h5,
.mi-word-break h6,
.mi-word-break p,
.mi-word-break span,
.mi-word-break li {
  word-break: break-word;
}

p:last-child {
  margin-block-end: 0;
}

.elementor .elementor-element.color-link--inherit a, .elementor .elementor-element.color-link--inherit a:hover {
  color: inherit;
}

/**
* Breakpoint -------------------- 
*/
/**
* Color -------------------- 
*/
.section-logo-partner .logo-search-input {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding: 16px;
  border: 1px solid #c1c1c1;
  outline: 0;
  border-radius: 12px;
}
.section-logo-partner .logo-search-input:hover, .section-logo-partner .logo-search-input:focus {
  filter: drop-shadow(0px 3.84px 3.84px rgba(0, 0, 0, 0.25));
  border-color: transparent;
}
.section-logo-partner .logo-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, calc((100% - 96px) / 5));
}
@media (max-width: 980px) {
  .section-logo-partner .logo-container {
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  }
}
@media (max-width: 600px) {
  .section-logo-partner .logo-container {
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  }
}
.section-logo-partner .logo-container .section-logo-partner__image {
  height: 200px;
  border: 1px solid #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  cursor: pointer;
  filter: drop-shadow(0px 3.84px 3.84px rgba(0, 0, 0, 0.25));
  background: #ffffff;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .section-logo-partner .logo-container .section-logo-partner__image {
    height: 160px;
    padding: 16px;
  }
}
.section-logo-partner .logo-container .section-logo-partner__image img {
  transition: all 0.3s ease-in-out;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-logo-partner .logo-container .section-logo-partner__image img:hover {
  transform: scale(1.1);
}
.section-logo-partner .no-logo-found {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #000000;
}

.popup-logo__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  animation: fadeIn 0.3s ease-out;
}

.logo-partner-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 9999;
  display: none;
  animation: fadeIn 0.3s ease-out;
  /* Close Button */
  /* Popup Content */
}
@media (max-width: 600px) {
  .logo-partner-popup {
    padding: 20px;
  }
}
.logo-partner-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  transition: color 0.3s ease;
}
.logo-partner-popup .close-popup:hover {
  color: #ff0099;
}
.logo-partner-popup .logo-popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* Popup Logo */
  /* Popup Title */
  /* Popup Description */
}
.logo-partner-popup .logo-popup-content .popup-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px; /* Rounded corners */
}
.logo-partner-popup .logo-popup-content .popup-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: #000000;
  margin-block: 0 20px;
}
.logo-partner-popup .logo-popup-content .popup-desc {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}

/* Fade-in Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
* Breakpoint -------------------- 
*/
/**
* Color -------------------- 
*/
.quiz-form {
  text-align: center;
}
.quiz-form__progress-bar {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 32px;
}
.quiz-form__progress {
  height: 100%;
  background: linear-gradient(to right, #62309d, #4b1789);
  width: 0;
  transition: width 0.3s ease;
  border-radius: 4px;
}
.quiz-form__step {
  display: none;
}
.quiz-form__step.active {
  display: flex;
  flex-direction: column;
}
.quiz-form__step .section-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.333em;
  color: #62309d;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .quiz-form__step .section-title {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .quiz-form__step .section-title {
    font-size: 36px;
  }
}
.quiz-form__step input[type=text],
.quiz-form__step input[type=email] {
  width: 50%;
  margin-inline: auto;
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
  border-radius: 0;
  color: #000000;
  outline: 0;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .quiz-form__step input[type=text],
  .quiz-form__step input[type=email] {
    width: 100%;
  }
}
.quiz-form__step input[type=text]:hover,
.quiz-form__step input[type=email]:hover {
  opacity: 1;
}
.quiz-form__step .wrapper-nav-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin-inline: auto;
}
@media (max-width: 600px) {
  .quiz-form__step .wrapper-nav-btn {
    width: 100%;
  }
}
.quiz-form__step .wrapper-nav-btn.first-step {
  justify-content: flex-end;
}
.quiz-form__step .prev-btn,
.quiz-form__step .next-btn,
.quiz-form__step .submit-btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  min-width: 113px;
  margin-top: 32px;
  padding: 7px 16px;
  background: #62309d;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quiz-form__step .prev-btn:hover,
.quiz-form__step .next-btn:hover,
.quiz-form__step .submit-btn:hover {
  background: #4b1789;
}
.quiz-form__step .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quiz-form__step .container-moodslider {
  width: 50%;
  margin-inline: auto;
  /* chromium */
  /* Firefox */
}
@media (max-width: 600px) {
  .quiz-form__step .container-moodslider {
    width: 100%;
  }
}
.quiz-form__step .container-moodslider .wrapper-emoji {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.quiz-form__step .container-moodslider .wrapper-emoji .mood-emoji {
  width: 32px;
  height: 32px;
}
.quiz-form__step .container-moodslider .wrapper-emoji p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #000000;
}
.quiz-form__step .container-moodslider .range-slider {
  --range-width: 400px;
  --track-clr: rgb(78, 78, 78);
  --thumb-w: 10px;
  --thumb-h: 30px;
  --thumb-radius: 0;
  --thumb-space: 20px;
  --thumb-clr: rgb(33, 152, 210);
  --thumb-clr-active: rgb(14, 165, 233);
  --thumb-scale-y-active: 0.75;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quiz-form__step .container-moodslider .range-slider > [data-value] {
  font-size: 0.8rem;
  width: 40px;
  opacity: 0.7;
}
.quiz-form__step .container-moodslider .range-slider > input[type=range] {
  width: var(--range-width);
  width: 100%;
  height: var(--thumb-h);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border: none;
}
.quiz-form__step .container-moodslider .range-slider > input[type=range]::-webkit-slider-thumb {
  cursor: grab;
  width: var(--thumb-w);
  height: var(--thumb-h);
  background: var(--thumb-clr);
  background-color: var(--thumb-clr);
  outline: none;
  border: none;
  border-radius: var(--thumb-radius);
  /* track  - either side of the thumb using box-shadow */
  box-shadow: calc((var(--range-width) / 2 + var(--thumb-space)) * -1) 0 0 calc(var(--range-width) / 2) var(--thumb-clr), calc(var(--range-width) / 2 + var(--thumb-space)) 0 0 calc(var(--range-width) / 2) var(--track-clr);
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition-property: scale, box-shadow, background-color;
  transition-property: scale, box-shadow, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  scale: 1 var(--thumb-scale-y, 1);
}
.quiz-form__step .container-moodslider .range-slider > input[type=range]::-moz-range-thumb {
  cursor: grab;
  width: var(--thumb-w);
  height: var(--thumb-h);
  background-color: var(--thumb-clr);
  outline: none;
  border: none;
  border-radius: var(--thumb-radius);
  /* track  - either side of the thumb using box-shadow */
  box-shadow: calc((var(--range-width) / 2 + var(--thumb-space)) * -1) 0 0 calc(var(--range-width) / 2) var(--thumb-clr), calc(var(--range-width) / 2 + var(--thumb-space)) 0 0 calc(var(--range-width) / 2) var(--track-clr);
  -moz-appearance: none;
  appearance: none;
  -moz-transition-property: scale, box-shadow, background-color;
  transition-property: scale, box-shadow, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  scale: 1 var(--thumb-scale-y, 1);
}
.quiz-form__step .container-moodslider .range-slider > input[type=range]:focus-within,
.quiz-form__step .container-moodslider .range-slider > input[type=range]:hover {
  --thumb-clr: var(--thumb-clr-active);
  --thumb-scale-y: var(--thumb-scale-y-active);
}
.quiz-form__step .container-moodslider .range-slider:has(input[type=range]:focus-visible) {
  outline: 1px dashed white;
  outline-offset: 4px;
}
.quiz-form__step .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quiz-form__step .checkbox-group__wrapper label {
  width: 75%;
  margin-inline: auto;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 600px) {
  .quiz-form__step .checkbox-group__wrapper label {
    width: 100%;
  }
}
.quiz-form__step .checkbox-group__wrapper input {
  display: none;
}
.quiz-form__step .checkbox-group__wrapper input:checked + label {
  background: #ff0099;
  color: #ffffff;
}
.quiz-form__step .select2 {
  width: 75% !important;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .quiz-form__step .select2 {
    width: 100%;
  }
}
.quiz-form__step .select2 .select2-search__field {
  padding: 8px 16px !important;
}
.quiz-form__step .select2 .select2-selection {
  text-align: left;
}
.quiz-form__step .small-text {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin-top: 12px;
}

.recommendation-results h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.333em;
  color: #62309d;
  border-left: 7px solid #62309d;
  padding-left: 20px;
  margin-block: 0 24px;
}
@media (max-width: 1024px) {
  .recommendation-results h2 {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .recommendation-results h2 {
    font-size: 36px;
  }
}
.recommendation-results h2:not(:first-child) {
  margin-top: 24px;
}
.recommendation-results p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}
.recommendation-results .btn-checkout {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #ffffff;
  background: #ff0099;
  padding: 8px 16px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.recommendation-results .btn-checkout:hover {
  background: #af0069;
}
.recommendation-results .other-recommendations__card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
}
.recommendation-results .other-recommendations__card:not(:last-child) {
  margin-bottom: 24px;
}
.recommendation-results .other-recommendations__card h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: #62309d;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader-quiz {
  align-items: center;
  justify-content: center;
  height: 16px;
  display: none;
}
.loader-quiz.active {
  display: flex;
}
.loader-quiz::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  border-top: 2px solid #c1c1c1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/*# sourceMappingURL=style.min.css.map*/