@import"https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital@1&display=swap";.section-journey .question-container{padding:10px 20px 0;width:100%}.section-journey .question-container>p{text-align:center;margin-bottom:5px;text-transform:capitalize}.section-journey .question-container>.inner-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:1024px;margin:0 auto;width:100%;padding:10px 0 20px;align-items:stretch}.section-journey #q3>.inner-container{flex-direction:column;align-items:center}.section-journey .subtitle *{margin:0 auto;text-align:center;color:#000;font-size:20px;font-weight:400}.section-journey .subtitle em{font-family:Libre Bodoni,serif;font-weight:400}.section-journey .journey-input{display:none}.section-journey .option{width:50%;min-width:50%;display:flex;flex-direction:column;justify-content:flex-start;padding:15px;align-items:center;max-width:250px;cursor:pointer;margin:0}.section-journey #q3 .option{width:250px;background:#f9f2ff;margin-bottom:10px;border:4px solid #FFF}.section-journey .option>img{width:100%;aspect-ratio:1/1;object-fit:cover;height:auto;border-radius:50%;border:4px solid #fff}.section-journey #q3 .option:hover,.section-journey #q3 input.journey-input:checked+label,.section-journey .option:hover>img,input.journey-input:checked+label>img{border-color:#ecd6ff}.section-journey .txt-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 0}.section-journey .txt-container>h3{font-size:16px;margin:0;text-align:center;font-weight:600;color:#b8b8b8}.section-journey #q3 .txt-container>h3{color:#000}.section-journey .txt-container>p{margin:0;font-size:12px;text-align:center;font-weight:400;color:#b8b8b8}.section-journey .question-container:not(.first){width:100%;height:100%;background-color:#fff;position:absolute;top:0;left:-9999px;right:0;bottom:0;transition:all 1s ease}@media screen and (min-width:768px){.section-journey .option{width:calc(100%/3);min-width:calc(100%/3)}.section-journey #q3 .option{width:250px}}@media screen and (min-width:1024px){.section-journey .question-container>.inner-container{display:flex;flex-wrap:wrap;justify-content:center;max-width:1024px;margin:0 auto;width:100%;padding:20px 0 0}.section-journey #q3>.inner-container{flex-direction:row;justify-content:center}.section-journey .subtitle *{font-size:22px}.section-journey #q1 .option,.section-journey #q3 .option,.section-journey .option{min-width:unset}.section-journey #q3 .option{margin:0 5px 15px}.section-journey .txt-container>h3{font-size:18px}}.section-journey .control-container{padding:0;display:flex;justify-content:space-between}.section-journey .control-container.next{justify-content:flex-end}.section-journey .control-container.previous{justify-content:flex-start}.section-journey .back-btn,.section-journey .next-btn{text-transform:uppercase;font-size:12px;cursor:pointer;margin:0;background:#edeae7;padding:5px 10px;min-width:100px;text-align:center;color:#5a5a5a;font-weight:600}.section-journey .back-btn:hover,.section-journey .next-btn:hover{text-decoration:underline;text-underline-offset:.2rem}@media screen and (min-width: 768px){.section-journey .back-btn,.section-journey .next-btn{font-size:14px}}@media screen and (min-width: 1024px){.section-journey .control-container{padding:0 55px;margin:0 auto}}@media screen and (min-width: 1200px){.section-journey .control-container{max-width:1050px;padding:0 55px}}@media screen and (min-width: 2560px){.section-journey .control-container{padding:0}}.section-journey .answer-container{padding:10px 20px 0;width:100%;height:100%;background-color:#fff;position:absolute;top:0;left:-9999px;right:0;bottom:0;transition:all 1s ease}.section-journey .answer-container .inner-container{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;max-width:1024px;margin:0 auto;width:100%;overflow-x:auto;padding:10px 0 0}.section-journey .answer-container .image-container,.section-journey .answer-container .text-container{width:100%;display:flex;align-items:center;justify-content:center}.section-journey .answer-container .image{width:70%;height:auto;margin-bottom:0;display:block;object-fit:contain}.section-journey .answer-container .text-container{display:flex;flex-direction:column;justify-content:flex-start;color:#000;text-align:center}.section-journey .answer-container .text-container>h3{font-size:20px;font-weight:800;margin:10px 0;color:#000;width:100%}.section-journey .answer-container .text-container .answer{color:#000;text-decoration:none;margin:0 0 10px}.section-journey .answer-container .text-container .answer:hover{text-decoration:underline;text-underline-offset:.2rem}.section-journey .answer-container .text-container .captal{text-transform:capitalize}.section-journey .answer-container .text-container>p{font-size:14px;margin-top:0}.section-journey .answer-container .text-container>p.left-align{text-align:left;width:100%}.section-journey .answer-container .text-container>p>a{color:rgb(var(--color-link));text-underline-offset:.3rem;transition:text-decoration-thickness var(--duration-short) ease}.section-journey .answer-container .text-container>p>a:hover{text-decoration-thickness:.2rem}.section-journey .answer-container .text-container>a>img{width:100%;height:auto}.section-journey .answer-container .text-container .dropdown{width:100%;padding:10px;background:#f9f2ff!important;text-align:left;cursor:pointer;margin-bottom:10px}.section-journey .answer-container .text-container .dropdown p{font-size:14px}.section-journey .answer-container #dropdown-btn{margin:0;font-weight:700}.section-journey .answer-container .text-container .dropdown>p>.sub-text{font-weight:400}.section-journey .answer-container .text-container .dropdown a{color:rgb(var(--color-link));text-underline-offset:.3rem;transition:text-decoration-thickness var(--duration-short) ease}.section-journey .answer-container .text-container .dropdown a:hover{text-decoration-thickness:.2rem}.section-journey .answer-container .text-container .dropdown .dropdown-hidden{margin-top:10px;font-size:14px}@media screen and (min-width:768px){.section-journey .answer-container .inner-container{flex-direction:row}.section-journey .answer-container .text-container{width:60%;padding-left:15px}.section-journey .answer-container .image-container{width:40%}.section-journey .answer-container .image{width:100%;height:auto}.section-journey .answer-container .text-container{text-align:left}}@media screen and (min-width:992px){.section-journey .answer-container .text-container{width:70%}.section-journey .answer-container .image-container{width:30%}.section-journey .answer-container .text-container>h3{font-size:22px;margin-bottom:20px}.section-journey .answer-container .text-container>p{font-size:16px}.section-journey .answer-container .text-container .dropdown p,.section-journey .answer-container .text-container .dropdown .dropdown-hidden{font-size:16px}}.section-journey .answer-container .text-container .product__btn{background:#f9f2ff;font-weight:600;color:#000;margin:5px 0 15px;padding:10px 0;text-transform:uppercase;text-decoration:none;text-align:center;width:200px;border:4px solid #fff}.section-journey .answer-container .text-container .product__btn:hover{text-decoration:underline;text-underline-offset:.3rem;border-color:#ecd6ff}.section-journey .answer-container .control-container{margin:15px auto}.section-journey .arrow-container{top:unset;bottom:45%}.section-journey .arrow-container>*{font-size:25px}.section-journey .arrow-container>.scroll-arrow>*{width:40px;height:40px;font-size:40px}@media screen and (min-width:1024px){.section-journey .arrow-container{display:none}}
/*# sourceMappingURL=/cdn/shop/t/197/assets/section-journey.css.map */
