@import"https://fonts.googleapis.com/css2?family=Borel&family=Uncial+Antiqua&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:wght@300;400;500;600;700&display=swap";.background__container{z-index:-1;background-image:radial-gradient(#400e3c,#400e3c,#180517,#000);background-position:center;background-size:cover;height:100%;isolation:isolate;left:0;overflow:hidden;position:fixed;top:0;width:100%}.background__container-smoke{z-index:-1;height:100%;left:0;mix-blend-mode:screen;object-fit:cover;opacity:.65;pointer-events:none;position:absolute;top:0;width:100%}:root{--c-background-text: #0C0433;--c-text: #CEC178;--c-effect: #9c8607}.container{position:fixed;top:2%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:1}@keyframes vanish{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}.container.out{display:block;animation:vanish 1s ease-in-out forwards}:root{--c-decoration: #CEC178;--c-effect: #9c8607;--c-shadow-1: #400E3C;--c-shadow-2: #180517;--v-header__title-font-size: 10rem;--v-header__logo-width: 16rem}.header{font-family:Cormorant Garamond;position:relative}.header__container{align-items:center;display:flex;justify-self:center;margin-bottom:2vh;margin-top:2vh}.header__title{color:var(--c-decoration);font-size:var(--v-header__title-font-size);text-shadow:0 2px 25px var(--c-effect)}.header__logo{justify-self:center;margin-left:2vw;margin-right:2vw;width:var(--v-header__logo-width);filter:drop-shadow(0 2px 25px var(--c-effect))}@media(max-width:2560px){.header__title{font-size:calc(var(--v-header__title-font-size) / 1.5)}.header__logo{width:calc(var(--v-header__logo-width) / 1.5)}}@media(max-width:1920px){.header__title{font-size:calc(var(--v-header__title-font-size) / 2)}.header__logo{width:calc(var(--v-header__logo-width) / 2)}}@media(width:1600px){.header__title{font-size:calc(var(--v-header__title-font-size) / 1.25)}.header__logo{width:calc(var(--v-header__logo-width) / 1.25)}}@media(width:1366px){.header__title{font-size:calc(var(--v-header__title-font-size) / 3)}.header__logo{width:calc(var(--v-header__logo-width) / 3)}}@media(max-width:1024px){.header__title{font-size:calc(var(--v-header__title-font-size) / 2)}.header__logo{width:calc(var(--v-header__logo-width) / 2)}}@media(max-width:768px){.header__title{font-size:calc(var(--v-header__title-font-size) / 4)}.header__logo{width:calc(var(--v-header__logo-width) / 4)}}@media(max-width:480px){.header__title{font-size:calc(var(--v-header__title-font-size) / 4)}.header__logo{width:calc(var(--v-header__logo-width) / 4)}}:root{--c-background-text: #0C0433;--c-text: #CEC178;--c-effect: #9c8607;--v-form__container-margin-top: 140px;--v-form__input-min-height: 200px;--v-form__input-max-height: 1000px;--v-form__input-padding: 20px;--v-form__input-padding-right: 160px;--v-form__input-height: 200px;--v-form__input-width: 1300px;--v-form__input-font-size: 2.5rem;--v-form__input-margin-bottom: 10px;--v-form__input-margin-right: 10px;--v-form__submit-width: 200px;--v-form__border-width: 6px;--v-form__border-radius: 20px;--v-form__icon-width: 7rem}.form__container{align-items:center;display:flex;height:auto;justify-self:center;justify-content:space-between;margin-top:var(--v-form__container-margin-top);position:relative;width:fit-content;background-color:var(--c-background-text);border:var(--v-form__border-width) solid var(--c-text);border-radius:var(--v-form__border-radius)}.form__input{scrollbar-color:var(--c-text) transparent;scrollbar-width:medium;resize:vertical;min-height:var(--v-form__input-min-height);max-height:var(--v-form__input-max-height);padding:var(--v-form__input-padding);padding-right:var(--v-form__input-padding-right);border:none;height:var(--v-form__input-height);width:var(--v-form__input-width);background-color:transparent;color:var(--c-text);font-size:var(--v-form__input-font-size);margin-bottom:var(--v-form__input-margin-bottom);margin-right:var(--v-form__input-margin-right)}.form__input:focus{outline:none}@keyframes pulse-shadow{0%{box-shadow:0 0 5px 5px var(--c-text)}to{box-shadow:0 0 5px 3px var(--c-text)}}.form__container:focus-within{animation:pulse-shadow 1s ease-in-out infinite alternate}.form__container:has(.form__submit:focus){animation:none!important;box-shadow:none!important}.form__submit{position:absolute;right:0%;background-color:transparent;border:none;width:var(--v-form__submit-width)}.form__submit:focus{outline:none}@keyframes pulse-shadow-icon{0%{filter:none}to{filter:drop-shadow(0 0 5px var(--c-text))}}.form__submit:focus .form__icon,.form__submit:hover .form__icon{animation:pulse-shadow-icon .5s ease-in-out infinite alternate}.form__icon{width:var(--v-form__icon-width)}@media(max-width:2560px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 1.5);border:calc(var(--v-form__border-width) / 1.5) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 1.5)}.form__input{min-height:calc(var(--v-form__input-min-height) / 1.5);max-height:calc(var(--v-form__input-max-height) / 1.5);padding:calc(var(--v-form__input-padding) / 1.5);padding-right:calc(var(--v-form__input-padding-right) / 1.5);height:calc(var(--v-form__input-height) / 1.5);width:calc(var(--v-form__input-width) / 1.5);font-size:calc(var(--v-form__input-font-size) / 1.5);margin-bottom:calc(var(--v-form__input-margin-bottom) / 1.5);margin-right:calc(var(--v-form__input-margin-right) / 1.5)}.form__submit{width:calc(var(--v-form__submit-width) / 1.5)}}@media(max-width:1920px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 2);border:calc(var(--v-form__border-width) / 2) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 2)}.form__input{min-height:calc(var(--v-form__input-min-height) / 2);max-height:calc(var(--v-form__input-max-height) / 2);padding:calc(var(--v-form__input-padding) / 2);padding-right:calc(var(--v-form__input-padding-right) / 2);height:calc(var(--v-form__input-height) / 2);width:calc(var(--v-form__input-width) / 2);font-size:calc(var(--v-form__input-font-size) / 2);margin-bottom:calc(var(--v-form__input-margin-bottom) / 2);margin-right:calc(var(--v-form__input-margin-right) / 2)}.form__submit{width:calc(var(--v-form__submit-width) / 2)}.form__icon{width:calc(var(--v-form__icon-width) / 2)}}@media(width:1600px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 1.25);border:calc(var(--v-form__border-width) / 1.25) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 1.25)}.form__input{min-height:calc(var(--v-form__input-min-height) / 1.25);max-height:calc(var(--v-form__input-max-height) / 1.25);padding:calc(var(--v-form__input-padding) / 1.25);padding-right:calc(var(--v-form__input-padding-right) / 1.25);height:calc(var(--v-form__input-height) / 1.25);width:calc(var(--v-form__input-width) / 1.25);font-size:calc(var(--v-form__input-font-size) / 1.25);margin-bottom:calc(var(--v-form__input-margin-bottom) / 1.25);margin-right:calc(var(--v-form__input-margin-right) / 1.25)}.form__submit{width:calc(var(--v-form__submit-width) / 1.25)}.form__icon{width:calc(var(--v-form__icon-width) / 1.25)}}@media(width:1366px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 3);border:calc(var(--v-form__border-width) / 3) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 3)}.form__input{min-height:calc(var(--v-form__input-min-height) / 3);max-height:calc(var(--v-form__input-max-height) / 3);padding:calc(var(--v-form__input-padding) / 3);padding-right:calc(var(--v-form__input-padding-right) / 3);height:calc(var(--v-form__input-height) / 3);width:calc(var(--v-form__input-width) / 3);font-size:calc(var(--v-form__input-font-size) / 3);margin-bottom:calc(var(--v-form__input-margin-bottom) / 3);margin-right:calc(var(--v-form__input-margin-right) / 3)}.form__submit{width:calc(var(--v-form__submit-width) / 3)}.form__icon{width:calc(var(--v-form__icon-width) / 3)}}@media(max-width:1024px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 2);border:calc(var(--v-form__border-width) / 2) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 2)}.form__input{min-height:calc(var(--v-form__input-min-height) / 2);max-height:calc(var(--v-form__input-max-height) / 2);padding:calc(var(--v-form__input-padding) / 2);padding-right:calc(var(--v-form__input-padding-right) / 2);height:calc(var(--v-form__input-height) / 2);width:calc(var(--v-form__input-width) / 2);font-size:calc(var(--v-form__input-font-size) / 2);margin-bottom:calc(var(--v-form__input-margin-bottom) / 2);margin-right:calc(var(--v-form__input-margin-right) / 2)}.form__submit{width:calc(var(--v-form__submit-width) / 2)}.form__icon{width:calc(var(--v-form__icon-width) / 2)}}@media(max-width:768px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 4);border:calc(var(--v-form__border-width) / 4) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 4)}.form__input{min-height:calc(var(--v-form__input-min-height) / 4);max-height:calc(var(--v-form__input-max-height) / 4);padding:calc(var(--v-form__input-padding) / 4);padding-right:calc(var(--v-form__input-padding-right) / 4);height:calc(var(--v-form__input-height) / 4);width:calc(var(--v-form__input-width) / 4);font-size:calc(var(--v-form__input-font-size) / 4);margin-bottom:calc(var(--v-form__input-margin-bottom) / 4);margin-right:calc(var(--v-form__input-margin-right) / 4)}.form__submit{width:calc(var(--v-form__submit-width) / 4)}.form__icon{width:calc(var(--v-form__icon-width) / 4)}}@media(max-width:480px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 4);border:calc(var(--v-form__border-width) / 4) solid var(--c-text);border-radius:calc(var(--v-form__border-radius) / 4)}.form__input{min-height:calc(var(--v-form__input-min-height) / 4);max-height:calc(var(--v-form__input-max-height) / 4);padding:calc(var(--v-form__input-padding) / 4);padding-right:calc(var(--v-form__input-padding-right) / 4);height:calc(var(--v-form__input-height) / 3);width:calc(var(--v-form__input-width) / 5);font-size:calc(var(--v-form__input-font-size) / 3.5);margin-bottom:calc(var(--v-form__input-margin-bottom) / 4);margin-right:calc(var(--v-form__input-margin-right) / 4)}.form__submit{width:calc(var(--v-form__submit-width) / 4)}.form__icon{width:calc(var(--v-form__icon-width) / 4)}}@media(max-width:400px){.form__container{margin-top:calc(var(--v-form__container-margin-top) / 15)}}:root{--c-background-text: #0C0433;--c-text: #CEC178;--c-effect: #9c8607;--v-deck__container-margin-top: 200px;--v-deck__image-width: 480px}@keyframes slideInCenter{0%{transform:translateY(500%)}}@keyframes slideOutCenter{to{transform:translateY(500%)}}.deck__container{align-self:center;margin-top:var(--v-deck__container-margin-top);justify-self:center;animation-name:slideInCenter;animation-duration:1s}.deck__container:focus,.deck__container:hover{outline:none;filter:drop-shadow(0 0 5px var(--c-text))}.deck__container-out{margin-top:var(--v-deck__container-margin-top);justify-self:center;animation-name:slideOutCenter;animation-duration:2s;animation-fill-mode:forwards}.deck__image{width:var(--v-deck__image-width)}@media(max-width:2560px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 1.5)}.deck__image{width:calc(var(--v-deck__image-width) / 1.5)}}@media(max-width:1920px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 2)}.deck__image{width:calc(var(--v-deck__image-width) / 2)}}@media(width:1600px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 1.25)}.deck__image{width:calc(var(--v-deck__image-width) / 1.25)}}@media(width:1366px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 3)}.deck__image{width:calc(var(--v-deck__image-width) / 3)}}@media(max-width:1024px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 2)}.deck__image{width:calc(var(--v-deck__image-width) / 2)}}@media(max-width:768px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 4)}.deck__image{width:calc(var(--v-deck__image-width) / 4)}}@media(max-width:480px){.deck__container,.deck__container-out{margin-top:calc(var(--v-deck__container-margin-top) / 4)}.deck__image{width:calc(var(--v-deck__image-width) / 4)}}:root{--c-background-text: #0C0433;--c-text: #CEC178;--c-effect: #9c8607;--v-flip-card-margin-top: 200px;--v-flip-card-width: 800px;--v-flip-card-height: 800px;--v-card-img-width: 480px;--v-card-img-height: 800px;--v-card-img-border-radius: 30px}body{overflow:hidden}.flip-card-container{display:flex;justify-self:center}.flip-card{display:flex;margin-top:var(--v-flip-card-margin-top);background-color:transparent;width:var(--v-flip-card-width);height:var(--v-flip-card-height);perspective:1000px}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}@keyframes slideInCenter{0%{transform:translateY(300%);opacity:0}to{transform:translateY(0);opacity:1}}.flip-card-wrapper{width:100%;height:100%}.c1{animation:slideInCenter 1s forwards}.c2{animation:slideInCenter 1.3s forwards}.c3{animation:slideInCenter 1.6s forwards}.flip-card.flipped{pointer-events:none}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flip-card-back{transform:rotateY(180deg)}.card-img{width:var(--v-card-img-width);height:var(--v-card-img-height);border-radius:var(--v-card-img-border-radius)}.card-img:focus{outline:none;filter:drop-shadow(0 0 5px var(--c-text))}.flip-card-front:hover,.flip-card-back .card-img{filter:drop-shadow(0 0 5px var(--c-text))}.card-img.back-reversed{transform:rotate(180deg)}@media(max-width:2560px){.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 1.5);width:calc(var(--v-flip-card-width) / 1.5);height:calc(var(--v-flip-card-height) / 1.5)}.card-img{width:calc(var(--v-card-img-width) / 1.5);height:calc(var(--v-card-img-height) / 1.5);border-radius:calc(var(--v-card-img-border-radius) / 1.5)}}@media(max-width:1920px){.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 2);width:calc(var(--v-flip-card-width) / 2);height:calc(var(--v-flip-card-height) / 2)}.card-img{width:calc(var(--v-card-img-width) / 2);height:calc(var(--v-card-img-height) / 2);border-radius:calc(var(--v-card-img-border-radius) / 2)}}@media(width:1600px){.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 1.25);width:calc(var(--v-flip-card-width) / 1.75);height:calc(var(--v-flip-card-height) / 1.75)}.card-img{width:calc(var(--v-card-img-width) / 1.5);height:calc(var(--v-card-img-height) / 1.5);border-radius:calc(var(--v-card-img-border-radius) / 1.5)}}@media(width:1366px){.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 3);width:calc(var(--v-flip-card-width) / 3);height:calc(var(--v-flip-card-height) / 3)}.card-img{width:calc(var(--v-card-img-width) / 3);height:calc(var(--v-card-img-height) / 3);border-radius:calc(var(--v-card-img-border-radius) / 3)}}@media(max-width:1024px){.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 2);width:calc(var(--v-flip-card-width) / 2);height:calc(var(--v-flip-card-height) / 2)}.card-img{width:calc(var(--v-card-img-width) / 2);height:calc(var(--v-card-img-height) / 2);border-radius:calc(var(--v-card-img-border-radius) / 2)}}@media(max-width:768px){.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 4);width:calc(var(--v-flip-card-width) / 4);height:calc(var(--v-flip-card-height) / 4)}.card-img{width:calc(var(--v-card-img-width) / 4);height:calc(var(--v-card-img-height) / 4);border-radius:calc(var(--v-card-img-border-radius) / 4)}}@media(max-width:480px){.flip-card-container{flex-direction:column}.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 4);width:calc(var(--v-flip-card-width) / 5);height:calc(var(--v-flip-card-height) / 5)}.card-img{width:calc(var(--v-card-img-width) / 5);height:calc(var(--v-card-img-height) / 5);border-radius:calc(var(--v-card-img-border-radius) / 5)}}@media(max-width:480px){.flip-card-container{flex-direction:column}.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 6);width:calc(var(--v-flip-card-width) / 4);height:calc(var(--v-flip-card-height) / 4.5)}.card-img{width:calc(var(--v-card-img-width) / 4);height:calc(var(--v-card-img-height) / 4);border-radius:calc(var(--v-card-img-border-radius) / 4)}}@media(max-width:400px){.flip-card-container{flex-direction:column}.flip-card{margin-top:calc(var(--v-flip-card-margin-top) / 15);width:calc(var(--v-flip-card-width) / 6);height:calc(var(--v-flip-card-height) / 6)}.card-img{width:calc(var(--v-card-img-width) / 6);height:calc(var(--v-card-img-height) / 6);border-radius:calc(var(--v-card-img-border-radius) / 6)}}:root{--c-background: #270824;--c-text: #CEC178;--c-question: #ccc;--c-card-name: #A79D67;--c-card-background: #4A2047;--v-response__box-width: 1400px;--v-response__box-padding-bottom: 70px;--v-response__box-margin-top: 100px;--v-response__box-border: 4px;--v-response__box-border-radius: 10px;--v-response__question-font-size: 3rem;--v-response__question-margin-top: 60px;--v-response__question-max-width: 1160px;--v-response__card_name-font-size: 2rem;--v-response__card_name-margin-top: 70px;--v-response__cardbox-margin-top: 20px;--v-response__cardbox-width: 1000px;--v-response__cardbox-padding-y: 30px;--v-response__text-font-size: 2.2rem;--v-response__text-margin-x: 40px;--v-response__card-width: 160px;--v-response__card-margin-right: 40px;--v-continue-button-width: 200px;--v-continue-button-height: 100px;--v-continue-button-font-size: 2.5rem;--v-continue-button-margin-top: 40px;--v-continue-button-border-radius: 6px;--v-continue-button-box-shadow: 20px}body{justify-self:center;overflow:auto;padding-bottom:50px}.response__container{display:flex;flex-direction:column;animation:appearOpacity 3s ease-in-out forwards;overflow:auto}@keyframes appearOpacity{0%{opacity:0}to{opacity:1}}@keyframes pulseShadow{0%{filter:drop-shadow(0 0 1px var(--c-text))}50%{filter:drop-shadow(0 0 5px var(--c-text))}to{filter:drop-shadow(0 0 1px var(--c-text))}}.response__box{justify-self:center;width:var(--v-response__box-width);height:auto;padding-bottom:var(--v-response__box-padding-bottom);margin-top:var(--v-response__box-margin-top);border:var(--v-response__box-border) solid var(--c-text);border-radius:var(--v-response__box-border-radius);background-color:var(--c-background);animation:pulseShadow 2s ease-in-out infinite}.response__question{color:var(--c-question);font-weight:300;justify-self:center;text-align:center;font-family:Poppins;font-size:var(--v-response__question-font-size);margin-top:var(--v-response__question-margin-top);max-width:var(--v-response__question-max-width)}.response__card_name{color:var(--c-card-name);font-family:Uncial Antiqua;justify-self:center;text-align:center;font-size:var(--v-response__card_name-font-size);margin-top:var(--v-response__card_name-margin-top)}.response__cardbox{display:flex;justify-self:center;background-color:var(--c-card-background);margin-top:var(--v-response__cardbox-margin-top);width:var(--v-response__cardbox-width);height:auto;padding-top:var(--v-response__cardbox-padding-y);padding-bottom:var(--v-response__cardbox-padding-y);align-items:center;box-shadow:inset 0 0 10px #000}.response__text{color:var(--c-text);margin-left:var(--v-response__text-margin-x);margin-right:var(--v-response__text-margin-x);font-family:Poppins;font-size:var(--v-response__text-font-size)}.response__card{width:var(--v-response__card-width);margin-right:var(--v-response__card-margin-right)}.reversed{transform:scaleY(-1)}.response__continue-button{width:var(--v-continue-button-width);height:var(--v-continue-button-height);display:block;font-size:var(--v-continue-button-font-size);justify-self:center;font-weight:800;color:#000;margin-top:var(--v-continue-button-margin-top);background-color:var(--c-text);border:none;border-radius:var(--v-continue-button-border-radius)}.response__continue-button:focus,.response__continue-button:hover{outline:none;box-shadow:inset 0 0 var(--v-continue-button-box-shadow) #000}@media(max-width:2560px){.response__box{width:calc(var(--v-response__box-width) / 1.5);padding-bottom:calc(var(--v-response__box-padding-bottom) / 1.5);margin-top:calc(var(--v-response__box-margin-top) / 1.5);border-width:calc(var(--v-response__box-border) / 1.5);border-radius:calc(var(--v-response__box-border-radius) / 1.5)}.response__question{font-size:calc(var(--v-response__question-font-size) / 1.5);margin-top:calc(var(--v-response__question-margin-top) / 1.5);max-width:calc(var(--v-response__question-max-width) / 1.5)}.response__card_name{font-size:calc(var(--v-response__card_name-font-size) / 1.5);margin-top:calc(var(--v-response__card_name-margin-top) / 1.5)}.response__cardbox{width:calc(var(--v-response__cardbox-width) / 1.5);margin-top:calc(var(--v-response__cardbox-margin-top) / 1.5);padding-top:calc(var(--v-response__cardbox-padding-y) / 1.5);padding-bottom:calc(var(--v-response__cardbox-padding-y) / 1.5)}.response__text{font-size:calc(var(--v-response__text-font-size) / 1.5);margin-left:calc(var(--v-response__text-margin-x) / 1.5);margin-right:calc(var(--v-response__text-margin-x) / 1.5)}.response__card{width:calc(var(--v-response__card-width) / 1.5);margin-right:calc(var(--v-response__card-margin-right) / 1.5)}}@media(max-width:1920px){.response__box{width:calc(var(--v-response__box-width) / 2);padding-bottom:calc(var(--v-response__box-padding-bottom) / 2);margin-top:calc(var(--v-response__box-margin-top) / 2);border-width:calc(var(--v-response__box-border) / 2);border-radius:calc(var(--v-response__box-border-radius) / 2)}.response__question{font-size:calc(var(--v-response__question-font-size) / 2);margin-top:calc(var(--v-response__question-margin-top) / 2);max-width:calc(var(--v-response__question-max-width) / 2)}.response__card_name{font-size:calc(var(--v-response__card_name-font-size) / 2);margin-top:calc(var(--v-response__card_name-margin-top) / 2)}.response__cardbox{width:calc(var(--v-response__cardbox-width) / 2);margin-top:calc(var(--v-response__cardbox-margin-top) / 2);padding-top:calc(var(--v-response__cardbox-padding-y) / 2);padding-bottom:calc(var(--v-response__cardbox-padding-y) / 2)}.response__text{font-size:calc(var(--v-response__text-font-size) / 2);margin-left:calc(var(--v-response__text-margin-x) / 2);margin-right:calc(var(--v-response__text-margin-x) / 2)}.response__card{width:calc(var(--v-response__card-width) / 2);margin-right:calc(var(--v-response__card-margin-right) / 2)}.response__continue-button{width:calc(var(--v-continue-button-width) / 2);height:calc(var(--v-continue-button-height) / 2);display:block;font-size:calc(var(--v-continue-button-font-size) / 2);justify-self:center;font-weight:800;color:#000;margin-top:calc(var(--v-continue-button-margin-top) / 2);background-color:var(--c-text);border:none;border-radius:calc(var(--v-continue-button-border-radius) / 2)}.response__continue-button:focus,.response__continue-button:hover{outline:none;box-shadow:inset 0 0 calc(var(--v-continue-button-box-shadow) / 2) #000}}@media(max-width:1440px){.response__box{width:calc(var(--v-response__box-width) / 2.5);padding-bottom:calc(var(--v-response__box-padding-bottom) / 2.5);margin-top:calc(var(--v-response__box-margin-top) / 2.5);border-width:calc(var(--v-response__box-border) / 2.5);border-radius:calc(var(--v-response__box-border-radius) / 2.5)}.response__question{font-size:calc(var(--v-response__question-font-size) / 2.5);margin-top:calc(var(--v-response__question-margin-top) / 2.5);max-width:calc(var(--v-response__question-max-width) / 2.5)}.response__card_name{font-size:calc(var(--v-response__card_name-font-size) / 2.5);margin-top:calc(var(--v-response__card_name-margin-top) / 2.5)}.response__cardbox{width:calc(var(--v-response__cardbox-width) / 2.5);margin-top:calc(var(--v-response__cardbox-margin-top) / 2.5);padding-top:calc(var(--v-response__cardbox-padding-y) / 2.5);padding-bottom:calc(var(--v-response__cardbox-padding-y) / 2.5)}.response__text{font-size:calc(var(--v-response__text-font-size) / 2.5);margin-left:calc(var(--v-response__text-margin-x) / 2.5);margin-right:calc(var(--v-response__text-margin-x) / 2.5)}.response__card{width:calc(var(--v-response__card-width) / 2.5);margin-right:calc(var(--v-response__card-margin-right) / 2.5)}.response__continue-button{width:calc(var(--v-continue-button-width) / 2.5);height:calc(var(--v-continue-button-height) / 2.5);display:block;font-size:calc(var(--v-continue-button-font-size) / 2.5);justify-self:center;font-weight:800;color:#000;margin-top:calc(var(--v-continue-button-margin-top) / 2.5);background-color:var(--c-text);border:none;border-radius:calc(var(--v-continue-button-border-radius) / 2.5)}.response__continue-button:focus,.response__continue-button:hover{outline:none;box-shadow:inset 0 0 calc(var(--v-continue-button-box-shadow) / 2.5) #000}}@media(max-width:1024px){.response__box{width:calc(var(--v-response__box-width) / 2);padding-bottom:calc(var(--v-response__box-padding-bottom) / 3);margin-top:calc(var(--v-response__box-margin-top) / 3);border-width:calc(var(--v-response__box-border) / 3);border-radius:calc(var(--v-response__box-border-radius) / 3)}.response__question{font-size:calc(var(--v-response__question-font-size) / 2);margin-top:calc(var(--v-response__question-margin-top) / 3);max-width:calc(var(--v-response__question-max-width) / 3)}.response__card_name{font-size:calc(var(--v-response__card_name-font-size) / 1.5);margin-top:calc(var(--v-response__card_name-margin-top) / 1.5)}.response__cardbox{width:calc(var(--v-response__cardbox-width) / 2);margin-top:calc(var(--v-response__cardbox-margin-top) / 3);padding-top:calc(var(--v-response__cardbox-padding-y) / 3);padding-bottom:calc(var(--v-response__cardbox-padding-y) / 3)}.response__text{font-size:calc(var(--v-response__text-font-size) / 1.75);margin-left:calc(var(--v-response__text-margin-x) / 1.5);margin-right:calc(var(--v-response__text-margin-x) / 1.5)}.response__card{width:calc(var(--v-response__card-width) / 1.25);margin-right:calc(var(--v-response__card-margin-right) / 1.5)}.response__continue-button{width:calc(var(--v-continue-button-width) / 1.5);height:calc(var(--v-continue-button-height) / 1.5);display:block;font-size:calc(var(--v-continue-button-font-size) / 1.5);justify-self:center;font-weight:800;color:#000;margin-top:calc(var(--v-continue-button-margin-top) / 1.5);background-color:var(--c-text);border:none;border-radius:calc(var(--v-continue-button-border-radius) / 1.5)}.response__continue-button:focus,.response__continue-button:hover{outline:none;box-shadow:inset 0 0 calc(var(--v-continue-button-box-shadow) / 1.5) #000}}@media(max-width:768px){.response__box{width:calc(var(--v-response__box-width) / 4);padding-bottom:calc(var(--v-response__box-padding-bottom) / 4);margin-top:calc(var(--v-response__box-margin-top) / 4);border-width:calc(var(--v-response__box-border) / 4);border-radius:calc(var(--v-response__box-border-radius) / 4)}.response__question{font-size:calc(var(--v-response__question-font-size) / 4);margin-top:calc(var(--v-response__question-margin-top) / 4);max-width:calc(var(--v-response__question-max-width) / 4)}.response__card_name{font-size:calc(var(--v-response__card_name-font-size) / 4);margin-top:calc(var(--v-response__card_name-margin-top) / 4)}.response__cardbox{width:calc(var(--v-response__cardbox-width) / 4);margin-top:calc(var(--v-response__cardbox-margin-top) / 4);padding-top:calc(var(--v-response__cardbox-padding-y) / 4);padding-bottom:calc(var(--v-response__cardbox-padding-y) / 4)}.response__text{font-size:calc(var(--v-response__text-font-size) / 4);margin-left:calc(var(--v-response__text-margin-x) / 4);margin-right:calc(var(--v-response__text-margin-x) / 4)}.response__card{width:calc(var(--v-response__card-width) / 4);margin-right:calc(var(--v-response__card-margin-right) / 4)}.response__continue-button{width:calc(var(--v-continue-button-width) / 4);height:calc(var(--v-continue-button-height) / 4);display:block;font-size:calc(var(--v-continue-button-font-size) / 4);justify-self:center;font-weight:800;color:#000;margin-top:calc(var(--v-continue-button-margin-top) / 4);background-color:var(--c-text);border:none;border-radius:calc(var(--v-continue-button-border-radius) / 4)}.response__continue-button:focus,.response__continue-button:hover{outline:none;box-shadow:inset 0 0 calc(var(--v-continue-button-box-shadow) / 4) #000}}@media(max-width:480px){.response__box{width:calc(var(--v-response__box-width) / 4);padding-bottom:calc(var(--v-response__box-padding-bottom) / 4);margin-top:calc(var(--v-response__box-margin-top) / 5);border-width:calc(var(--v-response__box-border) / 5);border-radius:calc(var(--v-response__box-border-radius) / 5)}.response__question{font-size:calc(var(--v-response__question-font-size) / 3);margin-top:calc(var(--v-response__question-margin-top) / 5);max-width:calc(var(--v-response__question-max-width) / 5)}.response__card_name{font-size:calc(var(--v-response__card_name-font-size) / 2.7);margin-top:calc(var(--v-response__card_name-margin-top) / 5)}.response__cardbox{width:calc(var(--v-response__cardbox-width) / 3.5);margin-top:calc(var(--v-response__cardbox-margin-top) / 5);padding-top:calc(var(--v-response__cardbox-padding-y) / 5);padding-bottom:calc(var(--v-response__cardbox-padding-y) / 5)}.response__text{font-size:calc(var(--v-response__text-font-size) / 2.75);margin-left:calc(var(--v-response__text-margin-x) / 5);margin-right:calc(var(--v-response__text-margin-x) / 5)}.response__card{width:calc(var(--v-response__card-width) / 2.75);margin-right:calc(var(--v-response__card-margin-right) / 4.75)}.response__continue-button{width:calc(var(--v-continue-button-width) / 2.75);height:calc(var(--v-continue-button-height) / 2.75);display:block;font-size:calc(var(--v-continue-button-font-size) / 2.75);justify-self:center;font-weight:800;color:#000;margin-top:calc(var(--v-continue-button-margin-top) / 2.75);background-color:var(--c-text);border:none;border-radius:calc(var(--v-continue-button-border-radius) / 2.75)}.response__continue-button:focus,.response__continue-button:hover{outline:none;box-shadow:inset 0 0 calc(var(--v-continue-button-box-shadow) / 2.75) #000}}*{box-sizing:border-box;margin:0;padding:0}:root{--c-background-button: #0C0433;--c-background-alert: #4A2047;--c-text: #CEC178;--c-effect: #9c8607}.alert__background{z-index:1;position:absolute;width:100vw;height:100vh;background-color:#3131314d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.out{display:none}.alert__button{display:flex;position:absolute;background-color:transparent;right:0;top:0;border:none;margin-top:5px;margin-right:5px;align-items:center}.alert__button:focus,.alert__button:hover{outline:1px solid red}.alert__button-icon{background-color:transparent}.alert__container{z-index:1;position:absolute;align-items:center;justify-self:center;display:flex;flex-direction:column;top:20%;width:500px;height:auto;background-color:var(--c-background-alert);border:5px solid var(--c-text);border-radius:10px;filter:drop-shadow(0 0 5px var(--c-text))}.alert__title{margin-top:20px;font-size:2rem;color:var(--c-text)}.alert__text{margin-top:20px;justify-self:center;text-align:center;padding-left:30px;padding-right:30px;font-size:1.5rem;color:#fff}.alert__continue-button{width:100px;height:50px;font-size:1.25rem;font-weight:800;color:#000;margin-top:20px;margin-bottom:20px;background-color:var(--c-text);border:none;border-radius:3px}.alert__continue-button:focus,.alert__continue-button:hover{outline:none;box-shadow:inset 0 0 10px #000}
