quiz-form{--quiz-primary-color: #104d3a;--quiz-secondary-color: #dea800;--quiz-bg-light: #f7f8f9;--quiz-border-light: #d9d9d9;--quiz-text-dark: #2c2928;--quiz-text-white: #ffffff;--quiz-border-radius: 16px;display:block;position:relative;padding:2rem 0}@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.quiz-step{display:none;-webkit-animation:fadeIn .3s ease-in;animation:fadeIn .3s ease-in}.quiz-step[data-step-active]{display:block}.quiz-step__intro{background:var(--quiz-primary-color);border-radius:var(--quiz-border-radius);display:flex;align-items:center;justify-content:space-between;flex-direction:column;text-align:center;padding:3rem 3rem 0;overflow:hidden}.quiz-step__content{flex:1;max-width:500px}.quiz-step__content--second{background:var(--color-ffffff);color:var(--color-font);padding:1rem 2rem;width:calc(100% + 6rem)}.quiz-step__title{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--quiz-text-white)}.quiz-step__subtitle{min-width:100%;font-size:1.6rem;margin-bottom:1rem}.quiz-step__image{flex:0 0 auto;position:relative;margin-top:2rem}.quiz-step__image:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:var(--quiz-secondary-color);border-radius:50%;z-index:-1}.quiz-step__image img{-o-object-fit:cover;object-fit:cover}.quiz-step__problems{display:grid;grid-template-columns:1fr;gap:3rem}.quiz-step__sidebar,.quiz-step__product-info{padding:3rem}.quiz-step__sidebar{position:relative;display:flex;flex-direction:column;background:var(--quiz-primary-color);color:var(--color-ffffff);border-radius:var(--quiz-border-radius);overflow:hidden;padding-bottom:10%}.quiz-step__sidebar>*{position:relative;z-index:1}.quiz-step__sidebar .quiz-step__subtitle,.quiz-step__product-info .quiz-step__subtitle{font-size:clamp(1.6rem,3vw,3.2rem);font-weight:300;color:var(--color-ffffff);margin-bottom:1.2rem}.quiz-step__sidebar .quiz-step__title,.quiz-step__product-info .quiz-step__title{font-size:clamp(2.4rem,4vw,6.5rem);font-weight:600;line-height:1;margin-bottom:2rem}.quiz-step__title--highlight{color:var(--quiz-secondary-color)}.quiz-step__list>p{font-size:1.2rem;color:var(--color-ffffff);margin-bottom:1rem}.quiz-problems-list{list-style:none;padding:0;margin-top:1rem;background-color:#0006;border-radius:var(--quiz-border-radius)}.quiz-problems-list__item{display:flex;align-items:center;gap:2rem;margin-bottom:0;padding:1rem 1.2rem;font-size:1.4rem;color:var(--color-ffffff);border-bottom:1px solid var(--color-ffffff)}.quiz-problems-list__item p{color:inherit}.quiz-problems-list__item:first-of-type{padding-top:1.2rem}.quiz-problems-list__item:last-of-type{border-bottom:none;padding-bottom:1.2rem}.quiz-problems-list__item span{font-size:2rem}.quiz-problems-list__icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#fff3;border-radius:50%}.quiz-step__dog-image{position:absolute;right:0;bottom:0;width:55%;z-index:0}.quiz-step__dog-image img{width:100%;height:auto}.quiz-step__main{display:flex;flex-direction:column;justify-content:center}.quiz-step__question-wrapper{padding:2rem;border-radius:var(--quiz-border-radius);background:var(--quiz-bg-light);border:1px solid var(--quiz-border-light);margin-bottom:2rem}.quiz-step__question{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;color:var(--quiz-text-dark);margin-bottom:2rem}.quiz-step__question-text{font-size:clamp(1.4rem,4vw,2.4rem);max-width:400px;color:var(--quiz-text-dark);margin-bottom:0}.quiz-step__buttons{display:flex;flex-direction:column;gap:1rem}.quiz-form .quiz-step__button{margin:0;width:100%;padding:.5rem 1rem;font-size:1.6rem;font-weight:500;border:1px solid var(--color-accent-2);background-image:linear-gradient(var(--color-accent-2),var(--color-accent-2))}.quiz-form .quiz-step__button.button--secondary{background-color:transparent;border:1px solid var(--color-accent);color:var(--color-accent);background-image:linear-gradient(var(--color-ffffff),var(--color-ffffff))}.quiz-form .quiz-step__button.button--secondary:hover{background-color:var(--color-accent);color:var(--color-ffffff)}.quiz-form .quiz-step__button.button--primary:hover{color:var(--quiz-text-dark)}.quiz-step__product{display:grid;grid-template-columns:1fr;gap:3rem}.quiz-step__product-info{position:relative;display:flex;flex-direction:column;background:var(--quiz-primary-color);border-radius:var(--quiz-border-radius);color:#fff;padding:3rem;padding-bottom:20%;overflow:hidden}.quiz-step__product-info>*{position:relative;z-index:1}.quiz-step__product-image{position:absolute;left:0;bottom:0;width:100%;z-index:0}.quiz-step__product-image img{width:100%;height:auto}.quiz-step__product-description{max-width:350px;background:var(--color-ffffff);border-radius:var(--quiz-border-radius);box-shadow:0 3px 17px #0003;margin-left:auto;overflow:hidden}.quiz-step__product-description h4{position:relative;background-color:#0c2d23;font-size:clamp(1.4rem,4vw,2.4rem);font-weight:400;text-align:center;color:var(--color-ffffff);padding:1.4rem 1rem;margin-bottom:.5rem}.quiz-step__product-description h4:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:12px solid #0c2d23}.quiz-step__product-description>div{padding:1rem 1.4rem;font-size:clamp(1.2rem,4vw,2rem)}.quiz-step__guarantee{margin-top:1rem;font-weight:600;color:var(--quiz-secondary-color)}.quiz-step__form-section{display:flex;align-items:center;flex-direction:column;justify-content:center}.quiz-step__form-title{font-size:2.4rem;font-weight:700;margin-bottom:2rem;color:var(--quiz-text-dark);text-align:center}.quiz-step__benefits{width:100%;display:grid;grid-template-columns:1fr;gap:1.6rem;margin-bottom:4rem}.quiz-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.2rem;border-radius:2.4rem;border:1px solid var(--quiz-border-light)}.quiz-benefit__icon{width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:1.2rem}.quiz-benefit__text{font-size:1.6rem;font-weight:700;color:var(--color-accent)}.quiz-form__disclaimer{margin-top:10rem!important;font-size:1.6rem;color:var(--quiz-text-dark);text-align:center}.klaviyo-form.klaviyo-form.klaviyo-form .needsclick button.needsclick.go122522649.kl-private-reset-css-Xuajs1{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem)!important;margin-bottom:-105px;transition:ease.3s all;border:1px solid var(--color-accent-2)!important}.klaviyo-form.klaviyo-form.klaviyo-form .needsclick button.needsclick.go122522649.kl-private-reset-css-Xuajs1:hover{background-color:var(--color-ffffff)!important;border:1px solid var(--color-accent-2)!important;color:var(--color-font)!important}.klaviyo-form-TQLEvJ form .klaviyo_field_group{width:100%;display:flex;flex-direction:column}.quiz-step__thanks{background:#fff;padding:4rem;text-align:center;border-radius:var(--quiz-border-radius)}.quiz-step__thanks .quiz-step__title{color:var(--quiz-text-dark);font-size:clamp(3.2rem,100vw,4rem)}.quiz-step__message{font-size:2rem;color:#2c292880;margin:2rem 0}.quiz-step__redirect{font-size:2rem;color:var(--quiz-primary-color);font-weight:600}.quiz-form--loading{pointer-events:none;opacity:.7}.quiz-form--loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:4px solid var(--quiz-primary-color);border-top-color:transparent;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@media(min-width:500px){.quiz-step__benefits{grid-template-columns:repeat(3,1fr)}.quiz-benefit__text{font-size:1.4rem}}@media(max-width:749px){.klaviyo-form-TQLEvJ [data-testid=form-component]{width:100%!important;flex:auto!important;padding:0 0 12px!important}.klaviyo-form-TQLEvJ [data-testid=form-row]{flex-direction:column!important}}@media(min-width:750px){quiz-form{padding:6rem 0}.quiz-step__subtitle{min-width:100%;font-size:2rem;margin-bottom:2rem}.quiz-step__list>p{font-size:2rem}.quiz-problems-list__item{gap:2rem;padding:1.6rem 2rem;font-size:2rem}.quiz-problems-list__item:first-of-type{padding-top:2rem}.quiz-problems-list__item:last-of-type{padding-bottom:2rem}.quiz-problems-list__icon{width:55px;height:55px}.quiz-step__product-description h4{padding:2rem}.quiz-step__product-description h4:after{bottom:-16px;border-left:22px solid transparent;border-right:22px solid transparent;border-top:16px solid #0c2d23}.quiz-step__product-description>div{padding:3rem 2rem}}@media(min-width:990px){.quiz-step__intro{position:relative;padding:2rem 4rem;flex-direction:row}.quiz-step__sidebar .quiz-step__title,.quiz-step__product-info .quiz-step__title{margin-bottom:4rem}.quiz-form .quiz-step__intro .button.quiz-step__button:hover{color:var(--color-ffffff)}.quiz-step__image{margin:0;max-width:300px;margin-bottom:-2rem}.quiz-step__content--first,.quiz-step__content--second{width:33.3333%;max-width:33.3333%;text-align:left}.quiz-step__content--second{background:transparent;padding:0}.quiz-step__subtitle{max-width:290px;color:var(--quiz-text-white)}.quiz-step__problems,.quiz-step__product{grid-template-columns:1fr 1fr;gap:2rem}.quiz-step__sidebar{padding-bottom:3rem}.quiz-step__list{max-width:290px}.quiz-step__dog-image{max-width:40%}.quiz-benefit__text{font-size:1.6rem}}@media(min-width:1200px){.quiz-step__intro{padding:2rem 11rem;gap:3rem}.quiz-step__intro:before{content:"";position:absolute;top:0;left:0;width:77px;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='77' height='360' viewBox='0 0 77 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.0611 559L-154 559L-154 -521L77 -521C77 -314 36.1479 -144.8 36.1479 -9.79999C36.1479 125.2 89.8745 454.5 45.0611 559Z' fill='%23DEA800'/%3E%3C/svg%3E%0A")}.quiz-step__intro:after{content:"";position:absolute;top:0;right:0;width:83px;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='83' height='360' viewBox='0 0 83 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.9389 758L231 758L231 -322L-4.72083e-05 -322C-3.816e-05 -115 40.8521 54.2 40.8521 189.2C40.8521 324.2 -12.8745 653.5 31.9389 758Z' fill='%23DEA800'/%3E%3C/svg%3E%0A")}.quiz-step__image{max-width:400px}.quiz-step__dog-image{max-width:53%}.quiz-step__problems,.quiz-step__product{gap:4rem}.quiz-step__buttons{flex-direction:row}.quiz-form .quiz-step__button.button--primary{min-width:37.7rem}.quiz-step__product-info{padding:4rem 4rem 6rem}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/quiz-form.css.map */
