/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/src/css/app.scss ***!
  \**************************************************************************************************************************************************************************/
@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: local("Poppins-Bold"), url(../js/../fonts/Poppins-Bold.woff2) format("woff2"), url(../js/../fonts/Poppins-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  src: local("Poppins-Medium"), url(../js/../fonts/Poppins-Medium.woff2) format("woff2"), url(../js/../fonts/Poppins-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: local("Poppins-Regular"), url(../js/../fonts/Poppins-Regular.woff2) format("woff2"), url(../js/../fonts/Poppins-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  src: local("Poppins-SemiBold"), url(../js/../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../js/../fonts/Poppins-SemiBold.woff) format("woff");
  font-display: swap;
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background-color: transparent;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  color: #000;
  background-color: #FAE6FF;
  background-image: url(../js/../img/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1690px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.main-title {
  color: #FF54B0;
  letter-spacing: -1.728px;
}
.main-title strong {
  color: #252A61;
}

.main-btn {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding: 24px 48px;
  border-radius: 52px;
  background-image: url(../js/../img/btn-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 320px) {
  .main-btn:active {
    color: #2D326A;
    font-weight: 600;
    background-image: url(../js/../img/btn-bg-hover-2.svg);
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .main-btn:hover {
    color: #2D326A;
    font-weight: 600;
    background-image: url(../js/../img/btn-bg-hover-2.svg);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .main-btn {
    font-size: 16px;
    padding: 22px 48px;
    width: 100%;
  }
}

.quiz__section-inner .wpcf7-radio {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quiz__section-inner .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
  position: absolute;
  color: red !important;
  font-size: 14px;
  left: 50%;
  transform: translateX(-100%);
  bottom: 3%;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 350px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .wpcf7-response-output {
    bottom: 25%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    bottom: 15%;
  }
}

.wpcf7-response-output.wpcf7-validation-errors {
  display: block;
}

.quiz__section-inner .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -37px;
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.quiz__content-question .wpcf7-not-valid-tip {
  bottom: -20px;
  display: none;
}

.header {
  z-index: 1;
  position: relative;
}
.header__wrap {
  height: 124px;
  background-image: url(../js/../img/bg-header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.header__inner {
  padding-top: 28px;
}
.header .logo {
  display: block;
  max-width: 160px;
  width: 100%;
  height: 40px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: 66px;
    background-position: left;
  }
  .header__wrap {
    padding-top: 18px;
  }
  .header .logo {
    max-width: 110px;
    height: 20px;
  }
}

.snowflake {
  position: fixed;
  top: -50px;
  color: white;
  font-size: 1em;
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
  animation: fall linear infinite;
  z-index: -1;
}

/* Falling animation with slight drift */
@keyframes fall {
  to {
    transform: translateX(var(--horizontal-drift)) translateY(100vh) rotate(var(--rotation));
  }
}
/* Lens flare effect style */
.flare {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
}

/* Blurred snowflake for depth */
.blurred {
  filter: blur(2px);
  opacity: 0.5;
}

.hero {
  position: relative;
  height: calc(100dvh - 124px);
  overflow: hidden;
}
.hero__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hero__content {
  max-width: 750px;
  width: 100%;
  position: relative;
  right: -100px;
}
@media screen and (max-width: 1500px) {
  .hero__content {
    right: 0;
  }
}
.hero__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.hero__text {
  margin-bottom: 48px;
}
.hero__text p {
  font-size: 18px;
  color: #060B42;
  font-weight: 400;
  line-height: 1.5;
}
.hero__btn {
  max-width: 355px;
  width: 100%;
}
.hero__img-gin {
  width: 690px;
  height: 800px;
}
.hero__img-gin img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .hero__img-gin {
    width: 650px;
    height: 740px;
  }
}
@media screen and (max-height: 750px) {
  .hero__img-gin {
    width: 540px;
    height: 605px;
  }
}
.hero__img-gin-mob {
  display: none;
  width: 340px;
  height: 412px;
}
.hero__img-gin-mob img {
  width: 100%;
  height: 100%;
}
.hero__img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hero__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero__content {
    max-width: 550px;
  }
  .hero__title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .hero__text {
    margin-bottom: 40px;
  }
  .hero__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .hero__img-gin {
    height: 630px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 20px;
    height: 100%;
  }
  .hero__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__img-gin {
    display: none;
  }
  .hero__img-gin-mob {
    display: block;
  }
  .hero__title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
  }
  .hero__text {
    margin-bottom: 24px;
  }
  .hero__text p {
    font-size: 16px;
    text-align: center;
  }
}

.works {
  padding: 62px 0 100px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.works__wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.works__wrap::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-48%);
  background-image: url(../js/../img/snow-cap.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 220px;
}
.works__inner {
  overflow: hidden;
  border-radius: 28px;
}
.works__inner-content {
  background-color: #fdeff9;
  border: 20px solid;
  border-image-source: url(../js/../img/line-bg.jpg);
  border-image-slice: 30;
  border-radius: 15px;
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  .works__inner-content {
    border: 15px solid;
    border-image-source: url(../js/../img/line-bg.jpg);
    border-image-slice: 35;
  }
}
.works__title {
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .works__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.works__content {
  padding: 0 156px 0 166px;
  margin-bottom: 88px;
  position: relative;
}
.works__item {
  display: flex;
  justify-content: flex-start;
}
.works__item:first-child {
  margin-bottom: 102px;
}
.works__item:nth-child(2) {
  justify-content: flex-end;
}
.works__item:nth-child(2) .works__box {
  max-width: 316px;
}
.works__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 382px;
  width: 100%;
  z-index: 2;
}
.works__box-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #F6DFFA;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.works__box-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}
.works__box-title {
  font-size: 32px;
  color: #060B42;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.works__box-text {
  font-size: 16px;
  color: #060B42;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.works__steps {
  position: absolute;
  width: 322px;
  height: 244px;
  z-index: 1;
}
.works__steps img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works__steps-top {
  top: 19%;
  right: 330px;
}
.works__steps-bottom {
  right: 370px;
  bottom: 5%;
  width: 282px;
  height: 298px;
}
.works__steps-top-mob {
  display: none;
}
.works__steps-bottom-mob {
  display: none;
}
.works__btn-box {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.works__btn {
  padding: 24px 80px;
  max-width: 245px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .works__wrap::before {
    top: -60px;
    background-size: contain;
    width: 100%;
    height: 220px;
  }
  .works__inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .works__content {
    padding: 0 36px;
    max-width: 900px;
    width: 100%;
  }
  .works__steps-top {
    top: 19%;
    right: 190px;
  }
  .works__steps-bottom {
    right: 210px;
  }
}
@media screen and (max-width: 900px) {
  .works {
    padding: 62px 0 42px;
  }
  .works__wrap::before {
    top: 0;
    width: 0;
    height: 0;
  }
  .works__inner-content {
    padding-top: 48px;
  }
  .works__content {
    max-width: 305px;
    padding: 0;
    margin-bottom: 30px;
  }
  .works__item {
    justify-content: center;
  }
  .works__item:first-child {
    margin-bottom: 54px;
  }
  .works__item:nth-child(2) {
    justify-content: center;
    margin-bottom: 54px;
  }
  .works__item:nth-child(2) .works__box {
    max-width: 316px;
  }
  .works__box {
    max-width: 287px;
  }
  .works__box-img {
    width: 80px;
    height: 80px;
  }
  .works__box-img img {
    width: 40px;
    height: 40px;
  }
  .works__box-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .works__steps {
    width: 170px;
    height: 150px;
  }
  .works__steps-top {
    top: 23%;
    right: -3px;
  }
  .works__steps-bottom {
    right: 128px;
    bottom: 14%;
    width: 180px;
    height: 160px;
  }
  .works__steps-top-desc {
    display: none;
  }
  .works__steps-bottom-desc {
    display: none;
  }
  .works__steps-top-mob {
    display: block;
  }
  .works__steps-bottom-mob {
    display: block;
  }
  .works__btn-box {
    margin-bottom: 28px;
    width: 100%;
  }
  .works__btn {
    width: 100%;
  }
}

.quiz {
  position: relative;
  height: calc(100dvh - 124px);
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
@media screen and (max-height: 750px) {
  .quiz {
    height: 100%;
  }
}
.quiz .wpcf7 .hidden-block {
  transform: translateX(50%) scale(0.5);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .quiz .wpcf7 .hidden-block {
    transform: translateX(50%) scale(1);
  }
}
.quiz__section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  transform: scale(1);
}
.quiz__section-wrap {
  overflow: hidden;
  border-radius: 28px;
  max-width: 720px;
  width: 100%;
  position: relative;
  right: -5%;
}
.quiz__section-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(238, 240, 255, 0.58);
  backdrop-filter: blur(16px);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.quiz__section-wrap-question {
  max-width: 510px;
  right: -3%;
}
.quiz__section-wrap-thankyou {
  max-width: 644px;
}
.quiz__section-inner {
  border: 15px solid;
  border-image-source: url(../js/../img/quiz-line.png);
  border-image-slice: 26;
  border-radius: 15px;
}
.quiz__section-box {
  padding: 60px 76px;
}
.quiz__section-box-question {
  padding: 25px 25px;
}
.quiz__section-box-thankyou {
  padding: 45px;
}
.quiz__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.quiz__content-question {
  gap: 0;
}
.quiz__abovetitle {
  color: #FF54B0;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: -1.728px;
  text-align: center;
  margin-bottom: 20px;
}
.quiz__title {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  max-width: 480px;
  width: 100%;
}
.quiz__title-question {
  font-size: 28px;
  margin-bottom: 32px;
}
.quiz__title-thankyou {
  font-size: 48px;
}
.quiz__label-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.quiz__label-inner-question {
  gap: 12px;
  margin-bottom: 20px;
}
.quiz__label {
  border-radius: 10px;
  border: 1px solid #FFB2DC;
  background-color: rgba(255, 255, 255, 0.44);
  padding: 10px 16px;
  width: 100%;
  display: inline-block;
}
.quiz__label-question {
  display: flex;
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #fff;
  border: none;
}
.quiz__input-question {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.quiz__question-text {
  font-size: 22px;
  color: #252A61;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.728px;
  padding-left: 42px;
  cursor: pointer;
  position: relative;
}
.quiz__question-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../js/../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  width: 26px;
  height: 26px;
}
.quiz__input-question:checked + .quiz__question-text::before {
  background-image: url(../js/../img/checked.svg);
  transition: all 0.3s;
}
.quiz__label-text-acceptance {
  margin-bottom: 10px;
}
.quiz__label-text-acceptance .quiz__label-question {
  background-color: transparent;
}
.quiz__label-text-acceptance .quiz__question-text {
  font-size: 16px;
  padding-left: 5px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2px;
}
.quiz__label-text-acceptance .quiz__question-text::before {
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .quiz__label-text-acceptance .quiz__question-text {
    font-size: 14px;
  }
}
.quiz__text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
}
.quiz__input {
  font-size: 16px;
  font-weight: 500;
  color: #060B42;
  line-height: 1.6;
  width: 100%;
  outline: transparent;
}
.quiz__input::placeholder {
  color: #A3A3A3;
}
.quiz__btn-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.quiz__btn {
  max-width: 368px;
  width: 100%;
}
.quiz__btn-result {
  max-width: 368px;
  width: 100%;
}
.quiz__img-gin {
  width: 420px;
  height: 678px;
  z-index: 1;
}
.quiz__img-gin img {
  width: 100%;
  height: 100%;
}
.quiz__thankyou-text p {
  font-size: 18px;
  color: #060B42;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.quiz__img-gin-question {
  width: 470px;
  height: 787px;
}
.quiz__img-bg {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.quiz__img-bg img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .quiz__section-wrap {
    max-width: 550px;
  }
}
@media screen and (max-width: 900px) {
  .quiz {
    height: 100%;
  }
  .quiz__section {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 400px;
  }
  .quiz__section-wrap {
    max-width: 700px;
    right: 0;
  }
  .quiz__img-gin {
    position: absolute;
    right: -80px;
    bottom: 40%;
    width: 340px;
    height: 500px;
    z-index: 1;
  }
  .quiz__btn {
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .quiz__section {
    padding-bottom: 250px;
  }
  .quiz__section-wrap {
    max-width: 700px;
    right: 0;
  }
  .quiz__section-box {
    padding: 32px 10px 42px;
  }
  .quiz__content {
    gap: 28px;
  }
  .quiz__content-question {
    gap: 0;
  }
  .quiz__title {
    font-size: 28px;
  }
  .quiz__input {
    line-height: 1;
  }
  .quiz__label-question {
    padding: 15px;
  }
  .quiz__question-text {
    font-size: 16px;
    letter-spacing: -0.5px;
    padding-left: 32px;
  }
  .quiz__question-text::before {
    width: 18px;
    height: 18px;
  }
  .quiz__btn {
    max-width: 100%;
    z-index: 5;
  }
  .quiz__btn-result {
    max-width: 100%;
    z-index: 5;
  }
  .quiz__img-gin {
    width: 200px;
    height: 372px;
    right: -40px;
    bottom: -2%;
  }
  .quiz__img-bg {
    height: 40%;
  }
  .quiz__img-bg img {
    object-position: left;
  }
}

.hidden-block {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  padding: 0;
  width: 0;
  height: 0;
  transition: all 0.5s;
}

.radio-error {
  font-size: 0.9rem;
  color: red;
  margin-top: 10px;
}

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