#quiz-container .quiz-form{box-shadow:2px 5px 5px 4px #0000;background:transparent}#quiz-container .quiz-form.white-form{background-color:#fff;box-shadow:2px 5px 5px 4px #00000040}#quiz-window{max-width:1000px;height:440px;width:90%;overflow:auto;text-align:center;transition:background-color 1.2s ease;border-radius:var(--desk-clamp10);margin:0 auto;position:relative;z-index:9}@media only screen and (min-width: 750px){#quiz-window{width:clamp(690px,53.125vw,850px);border-radius:var(--mob-clamp10)}}#quiz-window input[type=checkbox]{cursor:pointer;border-radius:2px!important;-webkit-border-radius:2px!important;-moz-border-radius:2px!important}#quiz-window input[type=checkbox]{width:8px;margin:0 20px 0 0}.form-question>div>section{align-items:center;height:22px;margin:10px 0}#quiz-window input[type=checkbox]:before{width:20px;height:20px;border:.5px solid var(--hex-black);border-radius:2px;background:#fff;position:relative;display:inline-block;margin-right:0;margin-top:-2.5px;content:"";box-shadow:inset 0 0 0 3px #fff}#quiz-window input[type=checkbox]:checked:before{background:var(--hex-black)}@media only screen and (max-width: 749px){.quiz-wrapper.page-width{padding-left:0;padding-right:0}#quiz-window{height:100%;max-height:90%}}#quiz-wrapper{display:flex;flex-flow:column;height:100%}#quiz_banner_signup{flex:1 1 auto}.question-container{transition:opacity .5s ease-in;height:100%;opacity:1;display:flex;flex-direction:column}.question-container>div:first-of-type{flex-grow:1}#quiz-container .container{width:100%;position:relative;height:100%;display:flex;align-items:center;justify-content:center}#quiz-container .container>div{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%}@media only screen and (max-width: 749px){#quiz-wrapper .container,#quiz-wrapper form,#quiz-wrapper>div{height:100%}}#start-quiz{position:absolute;top:5%;z-index:100000;width:100%;height:90%;text-align:center;display:flex;justify-content:center;align-items:center;transition:opacity 2s ease}#start-quiz h1{margin-top:0;padding-top:0;font-weight:500}#start-quiz p{margin:32px 0 0}#start-quiz .custom-button{margin-top:40px;margin-bottom:27px;padding:1em 4em!important;background:#fff!important;color:#000!important}.start-quiz-button{padding-top:var(--item-padding)}@media only screen and (max-width: 749px){#start-quiz{position:inherit;height:100%;display:inline-block}#start-quiz *{color:#fff!important}#start-quiz h1{margin-bottom:-.3em;padding-top:10px;padding-bottom:16px;line-height:100%}#start-quiz p{font-size:18px;flex-grow:1}#start-quiz>div{display:inline-flex;flex-direction:column;height:100%}#start-quiz .custom-button{background:#fff!important;margin-top:10px;margin-bottom:64px}#start-quiz .custom-button span{color:#000!important}}#input-wrapper{text-align:left}.form-question{display:inline-block;overflow:scroll;margin-top:20px}#input-wrapper-one{text-align:center;display:inline-block;width:80%;max-width:320px}#input-wrapper-one>div{display:inline-block;text-align:center}#input-wrapper-one section{display:block;width:auto;text-align:left}#quiz-six .form-question{text-align:left}#input-wrapper-seven{text-align:center}#quiz-seven label{padding-left:10px;text-align:left}#quiz-seven img{width:80px}#quiz-seven a:hover,#quiz-seven img:hover{cursor:pointer!important;opacity:.8}@media only screen and (min-width: 750px){#input-wrapper-seven>div:first-of-type{display:grid;grid-template-columns:1fr 1fr;max-width:100%;gap:10px}}@media only screen and (max-width: 1000px){#input-wrapper-seven{max-width:100%;width:90%;margin:0 auto}}@media only screen and (min-width: 1000px){#input-wrapper-seven{width:80%}}@media only screen and (max-width: 450px){#quiz-seven label{padding-left:10px}}#input-wrapper-eight.form-question{display:block;margin-top:20px}#input-wrapper-eight>div{text-align:center;display:grid;grid-template-columns:1fr 1fr;max-width:72%;margin:0 auto}#input-wrapper-eight section{text-align:left;margin:2.5px 0}@media only screen and (max-width: 749px){#input-wrapper-eight>div{text-align:center;display:grid;grid-template-rows:repeat(4,50px);gap:10px;max-width:90%;margin:0 auto;align-items:flex-start;justify-content:flex-start}#input-wrapper-eight.form-question{margin-top:0}#input-wrapper-eight section{margin:auto;width:100%;display:flex;align-items:flex-start}}#input-wrapper-nine{display:flex;align-items:center;margin:0}#input-wrapper-nine>div{width:90%;margin:0 5%}#input-wrapper-nine img{width:45%;margin-left:5%;border-radius:var(--border-radius-lg)}#input-wrapper-nine .klaviyo_field_group input{height:40px;width:100%;border:1px solid var(--hex-darkgrey);border-radius:100px;padding:16px 20px 12px 16px}#input-wrapper-nine .klaviyo_field_group input+input{margin-top:5px}#input-wrapper-nine h2{margin-bottom:20px;width:100%;text-align:left}#input-wrapper-nine #confirm_k h2{text-align:center}#input-wrapper-nine .custom-button{width:100%}@media only screen and (max-width: 749px){#input-wrapper-nine{display:block}#input-wrapper-nine img{width:60%;margin-left:0%;margin-bottom:5%;border-radius:var(--border-radius-lg)}}#progress-container{display:flex;gap:3px;max-width:70%;width:70%;margin:40px 15%;transition:opacity .3s ease;flex:0 1 auto;height:auto!important}progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:50px;box-shadow:0 2px 5px #00000040 inset;transition:all 2s}progress{max-height:100%;height:8px;width:100%;background-color:#eee;border-radius:50px;box-shadow:0 2px 5px #00000040 inset;transition:all 2s;transform:2s ease}progress[value]::-webkit-progress-value{background-color:#181717;transition:all 2s;transform:2s ease}progress[value]{background-color:#181717;transition:all 2s;transform:2s ease;border-radius:50px;overflow:hidden}.hide-progress{transform:2s ease;max-height:0}#error_k,#klaviyo-messsage,#klaviyo-submit,#nine-image,#success_k{opacity:1;transition:opacity .3s ease}.klaviyo_message{padding:5%;transition:opacity .3s ease}.klaviyo-submit{height:80px}#success_k *{font-size:18px}
/*# sourceMappingURL=/cdn/shop/t/700/assets/31ko-quiz-steps.css.map */
