button{font-family:var(--font-body-family)}.animated-fit-check{position:relative;width:100%;height:100dvh;overflow:hidden;background:#020f20;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.screens-container{background:#020f20;position:relative;width:200%;height:100%;display:flex;z-index:1}.animated-fit-check *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fit-check-screen{position:relative;width:50%;height:100%;opacity:1;visibility:visible;z-index:1;flex-shrink:0}.static-screen{background:#020f20;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.static-screen .screen-3-content{opacity:0;visibility:hidden}.static-screen.active .screen-3-content{opacity:1;visibility:visible}.screen-1-content{color:#fff;display:flex;height:100%;align-items:center;justify-content:space-between}.left-section{flex:1;padding:4rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative}.screen-1-image{position:relative}.screen-1-image img{max-width:100%;width:100%;height:100%;object-fit:cover}.content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:630px}.screen-1-title{margin:0;font-weight:600}.screen-1-subtitle{margin:22px 0}.screen-1-subtitle p{margin:0}.screen-1-left{margin-bottom:30px}.slideInFromBottom{animation:slideInFromBottom .6s ease-out forwards;opacity:0}.deley-1{animation-delay:.1s}.deley-2{animation-delay:.2s}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}p.description{margin:0;font-size:16px;text-transform:capitalize}.screen-1-subtitle .description{margin:0}.timer-circle{height:80px;display:flex;align-items:center;justify-content:center}.timer-number{font-size:40px;font-weight:600;color:#fff;line-height:1}.timer-number.zoom-in{animation:zoomOutFromBody .8s cubic-bezier(.25,.46,.45,.94) forwards}.timer-number.blink{animation:blink .6s cubic-bezier(.4,0,.2,1)}.timer-text{font-size:16px;font-weight:300}@keyframes zoomOutFromBody{0%{transform:scale(10);opacity:0}50%{transform:scale(1.5);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes blink{0%{opacity:1;transform:scale(1);filter:brightness(1)}25%{opacity:.3;transform:scale(1.1);filter:brightness(1.5)}50%{opacity:.5;transform:scale(1.3);filter:brightness(2)}75%{opacity:.8;transform:scale(1.1);filter:brightness(1.5)}to{opacity:1;transform:scale(1);filter:brightness(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.screen-2-content{height:100%;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;position:relative;z-index:1;color:#fff}.screen-2-main-heading{margin:0 auto;text-transform:capitalize;max-width:1720px}.screen-2-main-heading p{margin:0}.screen-2-image{width:100%;height:100%;position:absolute;left:0;top:0}.screen-2-image:before{content:"";width:100%;height:100%;background:#00010080;position:absolute;left:0;top:0}.screen-2-image img{width:100%;height:100%;object-fit:cover}.screen-2-image .desktop-image{display:block}.screen-2-image .mobile-image{display:none}@media screen and (max-width:749px){.screen-2-image .desktop-image{display:none}.screen-2-image .mobile-image{display:block}}.screen-3.active .question-header{opacity:0;animation:slideInFromBottom .6s ease-out forwards}.screen-3.active .question-text,.screen-3.active .contact-form-container{opacity:0;animation:slideInFromBottom .6s ease-out forwards;animation-delay:.1s}.screen-3.active .answer-options{opacity:0;animation:slideInFromBottom .6s ease-out forwards;animation-delay:.3s}.screen-3.active .question-bottom-text,.screen-3.active .question-navigation{opacity:0;animation:slideInFromBottom .6s ease-out forwards;animation-delay:.5s}.screen-3{padding:30px 20px;overflow-x:hidden;overflow-y:auto}.screen-3-image{width:100%;height:100%;position:absolute;right:0;top:0;text-align:right}.screen-3-image img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block}.screen-3-image img.desktop-image{display:none}.screen-3-content{height:100%;display:flex;flex-direction:column;max-width:1363px;margin:0 auto;position:relative;z-index:1}.question-header{color:#959595;text-align:center;margin-bottom:10px}.question-navigation{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:26px;position:relative;z-index:10}.question-navigation .nav-arrow{background:none;border:none;color:#fff;cursor:pointer;padding:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.question-navigation .nav-arrow-right{transform:rotate(180deg)}.question-navigation .nav-arrow:disabled{opacity:.3;cursor:not-allowed}.question-navigation .nav-arrow svg{width:20px;height:20px}.question-navigation .nav-indicators{display:flex;align-items:center;gap:8px}.question-navigation .nav-indicator{width:6px;height:6px;background:#d9d9d9;border-radius:100%;transition:all .3s ease}.question-navigation .nav-indicator.active{width:21px;height:6px;background:#e85134;border-radius:6px;opacity:1}.question-title{font-size:16px;font-weight:600}.question-container{position:relative}.question{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transform:translate(80px);transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none;padding-bottom:20px}.question.active{opacity:1;visibility:visible;transform:translate(0);pointer-events:auto}.question-text{font-weight:300;color:#fff;text-align:center;line-height:1.4;text-transform:capitalize;margin:0 auto 30px}.question-text p{margin:0}.question-text strong{font-weight:600}.answer-options{display:grid;gap:28px}.answer-option{border-radius:15px;border:solid 1px rgba(255,255,255,.15);color:#fff;background:linear-gradient(270deg,#ffffff0d 0% 100%);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);padding:2rem 20px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center}.answer-option:hover,.answer-option.selected{background-color:#fff;color:#1a2432}.option-text{display:block;font-size:20px;font-weight:300;margin:0 auto 12px;line-height:1.5;text-transform:capitalize}.option-text strong{display:block;font-weight:600;font-size:22px;margin-bottom:8px}.option-text p{margin:0}.answer-option .dollar-icon.svg-wrapper{width:17px;height:30px;transition:all .3s ease}.answer-option .graph-icon.svg-wrapper{width:43px;height:30px}.answer-option .shining-icon.svg-wrapper{width:30px;height:32px}.answer-option .dollar-icon.svg-wrapper svg path{stroke:#fff}.answer-option:hover .dollar-icon.svg-wrapper svg path,.answer-option.selected .dollar-icon.svg-wrapper svg path{stroke:#041225}.answer-option .graph-icon.svg-wrapper svg path{fill:#fff}.answer-option:hover .graph-icon.svg-wrapper svg path,.answer-option.selected .graph-icon.svg-wrapper svg path{fill:#041225}.answer-option .shining-icon.svg-wrapper svg path{fill:#fff}.answer-option:hover .shining-icon.svg-wrapper svg path,.answer-option.selected .shining-icon.svg-wrapper svg path{fill:#041225}.question-bottom-text{text-align:center;color:#fff;margin-top:24px;font-size:14px;line-height:1.5;text-transform:capitalize}.results-section{text-align:center;color:#fff;height:100%;align-items:center;justify-content:center}.results-section:after{background:url(/cdn/shop/files/colorful-confetti.gif?v=1757052066) no-repeat;background-size:cover;content:"";position:fixed;left:0;top:0;width:100%;height:100%;z-index:-1;animation:confetti-timer 3s ease-out forwards;animation-play-state:paused}.results-section.visible:after{animation-play-state:running}@keyframes confetti-timer{0%{opacity:1}80%{opacity:.8}to{opacity:0}}.score-display{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;animation:fadeInUp .8s ease-out;animation-delay:.2s;opacity:0;animation-fill-mode:forwards}.score-sections{width:100%;margin-bottom:40px}.score-title{font-weight:600;margin:0 0 24px;text-transform:capitalize}.score-sub-title{margin:0 0 40px;text-transform:capitalize}.score-sub-title p{margin:0}.results-title{font-weight:600;color:#fff;margin:0 0 24px}.score-button{font-size:18px;background-color:#69b569;color:#fff;text-decoration:none;font-weight:600;border-radius:10px;padding:14px 20px;display:inline-block}.score-button.secondary{background-color:#e85134}@media(min-width:750px){.answer-options{grid-template-columns:repeat(3,1fr)}.answer-option{min-height:240px}.question-bottom-text{font-size:16px}}@media(min-width:990px){.screen-1-image{width:44%;height:100%}.screen-1-left{width:54%;padding-left:30px;padding-right:50px}.screen-1-content{gap:20px}.timer-section{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);transition:all .2s}.timer-number{font-size:50px}.timer-text{transform:rotate(-90deg);right:48px;position:relative;top:-55px}.screen-3-image img.desktop-image{display:block}.screen-3-image img.mobile-image{display:none}.screen-3{padding-top:50px;padding-bottom:50px}.screen-3-content{padding-left:30px;padding-right:30px}.answer-option{min-height:300px}.option-text{font-size:20px;max-width:240px}.option-text strong{font-size:24px;margin-bottom:4px;margin-left:-10px;margin-right:-10px}.score-title{font-size:72px}.score-sub-title{font-size:36px;max-width:1000px;margin-bottom:50px;margin-left:auto;margin-right:auto}.score-button{padding:16px 40px;font-size:20px}.question-navigation{margin-top:30px}.question-navigation .nav-indicator{width:9px;height:9px}.question-navigation .nav-indicator.active{width:38px;height:9px}.question-navigation .nav-indicators{gap:12px}.question-navigation .nav-arrow svg{width:24px;height:24px}}@media(min-width:1200px){.option-text{font-size:22px;max-width:260px}.option-text strong{font-size:28px;margin-left:-14px;margin-right:-14px}.timer-number{font-size:74px}.timer-text{right:58px}.screen-1-subtitle{margin:30px 0 36px}.answer-option{min-height:360px}.question-header{margin-bottom:15px}.question-text{margin-bottom:50px;font-size:42px;max-width:1060px}.screen-3-content{padding-left:40px;padding-right:40px}}@media(min-width:1500px){.screen-1-left{padding-left:50px;padding-right:0}.screen-1-title,.timer-number{font-size:100px}.question-text{margin-bottom:70px;font-size:48px;max-width:1210px}.score-sub-title{font-size:52px;margin-bottom:70px;max-width:1100px}.option-text strong{font-size:32px;margin-left:-18px;margin-right:-18px}.option-text{font-size:24px;max-width:290px}.score-title{font-size:100px;margin-bottom:20px}.score-button{padding:19px 64px;font-size:24px}.timer-text{right:68px}.score-display{font-size:18px}}@media(min-width:1600px){.screen-1-title{font-size:120px}.screen-3{padding-top:80px}.screen-1-left{padding-left:100px}.answer-option{min-height:400px}}@media(max-width:989px){.screen-1-content{flex-direction:column;padding:20px;justify-content:center}.screen-1-left{text-align:center}.screen-1-image img{display:none}.left-section{padding:2rem;order:2}.right-section{order:1;padding:1rem}.main-title{font-size:2.5rem}.subtitle{font-size:1.2rem}.option-text{font-size:18px}}@media(max-width:749px){.screen-1-title{font-size:50px}.screen-1-subtitle{font-size:26px}p.description{font-size:13px}.timer-text{font-size:14px}.screen-2-main-heading{font-size:26px}.screen-3{padding:30px 20px}.question-title{font-size:14px}.question-text{font-size:24px;margin-bottom:24px}.contact-form-block .question-text{font-size:26px;margin-bottom:30px}.option-text{font-size:14px;margin-bottom:0}.option-text strong{font-size:22px}.answer-options{gap:18px}.answer-option .svg-wrapper{display:none}.answer-option .dollar-icon.svg-wrapper{width:12px;height:22px}.answer-option .graph-icon.svg-wrapper{width:30px;height:22px}.answer-option .shining-icon.svg-wrapper{width:22px;height:22px}.question-bottom-text{margin-top:16px;font-size:12px;max-width:287px;margin-left:auto;margin-right:auto}.answer-option{border-radius:10px;padding:20px;max-width:287px;margin-left:auto;margin-right:auto;width:100%}.score-display{font-size:14px}.score-title{font-size:40px;margin-bottom:18px}.score-sub-title{font-size:24px;margin-bottom:30px}.score-button{font-size:16px;padding:12px 20px}.question-header{margin-bottom:16px}}@media(max-width:480px){.contact-form-block .question-text{max-width:320px}}@media(max-width:389px){.question-text{font-size:22px;margin-bottom:20px}.option-text strong{font-size:20px}.screen-3{padding:20px}.question-header{margin-bottom:10px}}.firecrackers-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.answer-option.selected{animation:answer-selection-blast 1.6s ease-out}@keyframes answer-selection-blast{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(.98)}to{transform:scale(1)}}.dollar-blast-icon,.graph-blast-icon,.shining-blast-icon{position:absolute;pointer-events:none;z-index:-1}@keyframes dollar-blast{0%{transform:scale(0);opacity:1}20%{transform:scale(1.2);opacity:1}80%{transform:scale(.8);opacity:.8}to{transform:scale(.1);opacity:0}}@keyframes graph-blast{0%{transform:scale(0);opacity:1}25%{transform:scale(1.1);opacity:1}75%{transform:scale(.9);opacity:.7}to{transform:scale(.1);opacity:0}}@keyframes shining-blast{0%{transform:scale(0);opacity:1}30%{transform:scale(1.3);opacity:1}70%{transform:scale(.7);opacity:.6}to{transform:scale(.1);opacity:0}}.contact-form-block{margin-top:auto;margin-bottom:auto}.contact-form-block .contact-form-title{margin:0 auto 32px;max-width:1000px;color:#fff;text-align:center;text-transform:capitalize;font-weight:300}.contact-form-block .contact-form-title p{margin:0}form.contact-form{max-width:560px;margin:0 auto}.contact-form-block .form-field{margin-bottom:20px}.contact-form-block .form-field input{background:#1a2432cc;border:none;font-family:var(--font-body-family);width:100%;height:56px;padding:0 20px;color:#fff;border-radius:10px;font-size:16px;transition:background-color 5000s ease-in-out 0s}.privacy-policy-text{color:#fff;margin:30px 0;font-size:14px;text-align:center}.privacy-policy-text p{margin:0}.contact-form-block .field-error{color:#f44;font-size:14px;margin-top:8px;margin-left:4px;font-weight:500}.contact-form-block .form-field input::placeholder{color:#fff;opacity:.6}@media(min-width:750px){.privacy-policy-text{font-size:16px}}@media(min-width:1580px){.contact-form-block .contact-form-title{max-width:1138px}}@media(max-width:749px){.contact-form-block .contact-form-title{font-size:26px;max-width:340px}}.contact-form-block .form-field input:focus,.contact-form-block .form-field input:-webkit-autofill,.contact-form-block .form-field input:-webkit-autofill:hover,.contact-form-block .form-field input:-webkit-autofill:focus,.contact-form-block .form-field input:-webkit-autofill:active{background:#1a2432cc!important;-webkit-box-shadow:0 0 0 1000px rgba(26,36,50,1) inset!important;box-shadow:0 0 0 1000px #1a2432 inset!important;-webkit-text-fill-color:#fff!important;color:#fff!important;transition:background-color 5000s ease-in-out 0s}.contact-form-block .get-result-btn{display:table;margin:0 auto;cursor:pointer;background-color:#e85134;border:none;color:#fff;border-radius:10px;padding:8px 20px 9px;font-weight:600;font-size:14px;min-width:130px;text-align:center}#shop-hcaptcha-badge-container{opacity:0}@media(min-width:1200px){form.contact-form{max-width:680px}.contact-form-block .form-field input{height:70px;padding:0 26px}.contact-form-block .field-error{font-size:15px;margin-top:10px}.contact-form-block .form-field{margin-bottom:24px}.contact-form-block .get-result-btn{font-size:16px;min-width:167px;padding:15px 20px}}@media(min-width:1600px){.contact-form-block .form-field input{height:80px}form.contact-form{max-width:802px}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/section-animated-fit-check.css.map */
