@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}.text-xs,.message-wrapper .message-bubble .message-date{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm,.site-notifications .notifications_wrapper .notification .content_wrapper p,.site-notifications .notifications_wrapper .notification .link_wrapper button{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base,html,body,input,textarea,select,.basic-button{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-xs-semi,nav .nav-bar .nav-link .new-count.numbers,nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link .new-count{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi,.site-notifications .notifications_wrapper .notification .content_wrapper h4,.vue-slider .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner .vue-slider-dot-tooltip-text{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-2x-semi,nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link .text{font-size:var(--text-2x);line-height:1.333333;font-weight:600}:root{--grey-50: rgb(250, 250, 250);--grey-100: rgb(244, 244, 245);--grey-200: rgb(231, 232, 233);--grey-300: rgb(213, 214, 215);--grey-400: rgb(165, 165, 166);--grey-500: rgb(118, 118, 118);--grey-600: rgb(84, 86, 90);--grey-700: rgb(62, 67, 74);--grey-800: rgb(35, 42, 51);--grey-900: rgb(20, 25, 36);--grey-cool-900: rgb(15, 23, 42);--grey-cool-800: rgb(30, 41, 59);--grey-cool-700: rgb(51, 65, 85);--grey-cool-600: rgb(71, 85, 105);--grey-cool-500: rgb(100, 116, 139);--grey-cool-400: rgb(148, 163, 184);--grey-cool-300: rgb(203, 213, 225);--grey-cool-200: rgb(226, 232, 240);--grey-cool-100: rgb(241, 245, 249);--grey-cool-50: rgb(248, 250, 252);--bg_fill: rgb(from var(--neutral-900) r g b / .5);--site-text-text_default: var(--primary-600);--site-text-text_dark: var(--primary-900);--backdrop-default: rgba(0, 0, 0, .25);--questionnaire-background: var(--primary-500);--colors-text_dimmed: var(--neutral-600)}:root{--header-height: 96px;--default-header-height: 96px;--footer-height: 308px;--premium-header-height: 88px;--body-width: 100%}@media (min-width: 1200px){:root{--body-width: 1140px}}.fade-enter-active,.fade-leave-active{transition:opacity 1s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slideRight-enter-active,.slideRight-leave-active{transition:all .3s ease-out}.slideRight-enter-from,.slideRight-leave-to{transform:translate(100%)}.fadeScale-enter-active,.fadeScale-leave-active{transition:all .5s ease;opacity:1;transform:scale(1)}.fadeScale-enter-from,.fadeScale-leave-to{opacity:0;transform:scale(.5)}.slideInTop-enter-active,.slideInTop-leave-active{transition:all .3s ease;transform:translateY(0)}.slideInTop-enter-from,.slideInTop-leave-to{transform:translateY(100%)}@keyframes fade-in{0%{opacity:0;transform:scaleY(0);display:none}to{opacity:1;transform:scaleY(1);display:block}}@keyframes fade-out{0%{opacity:1;transform:scaleY(1);display:block}to{opacity:0;transform:scaleY(0);display:none}}@keyframes shaking{0%{transform:translate(0)}10%{transform:translate(-5px)}20%{transform:translate(5px)}30%{transform:translate(0)}40%{transform:translate(-5px)}50%{transform:translate(5px)}60%{transform:translate(0)}}body .placeholder-animate{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-size:#f6f7f8!important;background-image:linear-gradient(to right,var(--grey-100) 8%,var(--grey-300) 38%,var(--grey-100) 54%)!important;background-size:1000px 640px!important;position:relative}@keyframes placeHolderShimmer{0%{background-position:-500px 0}to{background-position:500px 0}}@keyframes hover-breathing{0%{transform:scale(1)}25%{transform:scale(.99)}50%{transform:scale(1.01)}75%{transform:scale(.99)}to{transform:scale(1)}}.basic-button{position:relative;display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:10px;border-radius:4px;border:1px solid transparent;background:var(--primary-500);color:var(--neutral-000);width:100%;user-select:none;-webkit-user-select:none;transition:all .3s ease-in-out;transform:scale(1);cursor:pointer;min-height:38px}.basic-button.w-auto{width:auto}.basic-button.big{padding:16px 24px}.basic-button .button-content{display:flex;justify-content:center;align-items:center;gap:8px;white-space:nowrap;transition:all .6s ease-in-out}.basic-button .icon{width:auto;height:24px}.basic-button.touched{transform:scale(.95)}.basic-button.error{animation:shaking .6s ease-in-out forwards}.basic-button.hasIcon{gap:0px;padding-inline:8px}.basic-button.hasIcon .icon{width:24px;height:24px}.basic-button .button-text{flex:1 0 auto}.basic-button .button-loading{position:absolute;width:100%;height:32px;scale:0;transition:all .6s ease-in-out;opacity:0}.basic-button .button-loading svg{height:100%;width:auto}.basic-button.default{background:var(--primary-500)}.basic-button.default:hover{background:var(--primary-600)}.basic-button.outline{background:transparent;border:1px solid var(--primary-500);color:var(--primary-500)}.basic-button.outline.touched{background:var(--primary-500);color:var(--neutral-000)}.basic-button.dimmed{background:var(--primary-300)}.basic-button.disabled{background:var(--neutral-200);color:var(--neutral-400)}.basic-button.nobg{background:transparent}.basic-button.loading{min-height:42px}.basic-button.loading.big{min-height:58px}.basic-button.loading .button-content{opacity:0;scale:0}.basic-button.loading .button-loading{scale:1;opacity:1}.basic-icon-button{position:relative;display:flex;width:32px;height:32px;padding:3.296px 3.368px;justify-content:center;align-items:center;flex-shrink:0;border-radius:4px;border:1px solid transparent;background:var(--primary-500);color:var(--neutral-50);cursor:pointer}.basic-icon-button .button-content{display:flex;justify-content:center;align-items:center}.basic-icon-button .icon{width:24px;height:24px}.basic-icon-button .button-loading{height:100%;position:absolute;width:100%}.basic-icon-button .button-loading svg{height:100%;width:auto}.basic-icon-button.default{background:var(--primary-500)}.basic-icon-button.default:hover{background:var(--primary-600)}.basic-icon-button.dimmed{background:var(--primary-300)}.basic-icon-button.disabled{background:var(--neutral-200);color:var(--neutral-300)}.basic-icon-button.nobg{background:transparent}.basic-icon-button.nobg .icon{width:32px;height:32px}.basic-switch{--slider-handle-size: 16px}.basic-switch.big{--slider-handle-size: 22px}.basic-switch{position:relative;width:calc(var(--slider-handle-size) * 2);height:calc(var(--slider-handle-size) + 2px)}.basic-switch .slider{position:absolute;cursor:pointer;inset:0;background-color:var(--neutral-300);transition:.4s;border-radius:25px}.basic-switch .slider:after{content:"";position:absolute;height:var(--slider-handle-size);width:var(--slider-handle-size);border-radius:100%;background-color:var(--neutral-000);left:1px;transition:.4s;top:50%;transform:translateY(-50%)}.basic-switch.active .slider{background-color:var(--primary-500)}.basic-switch.active .slider:after{left:calc(100% - (var(--slider-handle-size) + 1px))}.vue-slider{height:8px!important}.vue-slider .vue-slider-rail{background-color:var(--neutral-300)}.vue-slider .vue-slider-process{background-color:var(--primary-300)}.vue-slider .vue-slider-dot{width:22px!important;height:22px!important}.vue-slider .vue-slider-dot .vue-slider-dot-handle{width:22px;height:22px;background-color:var(--primary-500);border-radius:22px;box-shadow:none}.vue-slider .vue-slider-mark{width:4px!important;height:4px!important}.vue-slider .vue-slider-mark .vue-slider-mark-step{border-radius:4px;background-color:var(--neutral-400)}.vue-slider.range-value-slider .vue-slider-process{background-color:var(--primary-300)}.vue-slider.range-value-slider .vue-slider-dot .vue-slider-dot-handle{width:11px;height:22px;background-color:var(--primary-500);border-radius:10px 0 0 10px;box-shadow:none;transform:translate(5px)}.vue-slider.range-value-slider .vue-slider-dot:last-of-type .vue-slider-dot-handle{border-radius:0 10px 10px 0}.vue-slider .vue-slider-dot-tooltip.vue-slider-dot-tooltip-bottom{bottom:0}.vue-slider .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner{background-color:transparent;border-color:transparent}.vue-slider .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner .vue-slider-dot-tooltip-text{color:var(--site-text-text_dark)}.menu-popover{position:absolute;top:calc(100% - 16px);right:10px;display:flex;padding:0 16px;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;border:none;border-radius:8px;background:var(--neutral-000);box-shadow:1px 3px 4px #00000040;animation:fade-in .2s ease-out forwards}.menu-popover .menu-content{display:flex;padding:16px 8px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;color:var(--site-text-text_dark)}.menu-popover .menu-content .menu-item{display:flex;padding:4px 8px;align-items:center;gap:16px;align-self:stretch;font-weight:600;cursor:pointer;text-transform:uppercase}.basic-input{display:flex;height:48px;padding:0 8px;align-items:center;align-self:stretch;border-radius:4px;border:1px solid var(--neutral-200);background:var(--neutral-50)}.basic-input.error{border:1px solid var(--red-200);background:var(--red-50)}.basic-input.light{background-color:var(--neutral-000)}.basic-input.invalid{border-color:var(--red-200);background-color:var(--red-50)}.basic-input.valid{border-color:var(--green-200);background-color:var(--green-50)}*,*:before,*:after{box-sizing:border-box;margin:0;touch-action:manipulation}*:focus-visible{outline:none}html,body{min-height:100dvh;background:var(--neutral-000);transition:color .5s,background-color .5s;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--site-text-text_dark);font-family:var(--font-family-default);font-size:var(--font-size-default)}@media (min-width: 1200px){html,body{background:var(--neutral-50)}}#app{margin:0 auto;padding-inline:2rem;position:absolute;top:0;left:0;padding:0;width:100%;height:100%}input,textarea,select{color:var(--site-text-text_dark);font-family:var(--font-family-default);outline:none}input.error,textarea.error,select.error{border:1px solid var(--red-200);background:var(--red-050)}input.invalid,textarea.invalid,select.invalid{border-color:var(--red-200);background-color:var(--red-50)}input.valid,textarea.valid,select.valid{border-color:var(--green-200);background-color:var(--green-50)}a{text-decoration:none}.prevent-scroll{overflow:hidden}body{display:flex;place-items:center}main{display:grid;grid-template-columns:1fr var(--body-width) 1fr;grid-template-rows:minmax(var(--header-height),auto) 1fr var(--footer-height);grid-template-areas:"header header header" ". body ." "footer footer footer";min-height:100%}main.hide-footer{grid-template-rows:minmax(var(--header-height),auto) 1fr}main.hide-header{grid-template-rows:1fr var(--footer-height)}main.hide-header.hide-footer{grid-template-rows:1fr;grid-template-areas:". body ."}main.payment-header{background-color:var(--primary-100)}header{grid-area:header}footer{grid-area:footer}.default-main-container{position:relative;grid-area:body;min-height:calc(100dvh - var(--header-height));display:flex;align-items:center;justify-content:flex-start;flex-direction:column;background-color:var(--neutral-000);margin-bottom:32px}.default-main-container.full-site{margin-bottom:0}.not-premium .default-main-container{min-height:calc(100dvh - var(--header-height) - var(--premium-header-height))}.default-main-container.premium-header{margin-top:0}main.hide-footer .default-main-container{margin-bottom:0}.error-main-container{grid-area:header/body/footer;min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:var(--neutral-000)}.appLoader{grid-area:body;display:flex;justify-content:center;align-items:center;align-self:stretch;font-size:30px;min-height:calc(100dvh - var(--header-height))}.not-premium .appLoader{min-height:calc(100dvh - var(--header-height) - var(--premium-header-height))}.pac-container{z-index:10000}nav{display:flex;height:64px;padding:0 24px;justify-content:space-between;align-items:center;align-self:stretch;width:100%;overflow-y:hidden}nav .nav-bar{display:flex;padding:8px 0;align-items:center;gap:8px;overflow:hidden;width:100%;max-width:350px;justify-content:space-between}@media (min-width: 1200px){nav .nav-bar{width:auto;max-width:none;gap:22px;justify-content:flex-start}}nav .nav-bar .nav-link{position:relative;display:flex;width:48px;height:48px;padding:0 8px;justify-content:center;align-items:center;color:var(--primary-950);border-bottom:2px solid transparent;flex:0 1 auto;overflow:hidden;text-transform:uppercase}@media (min-width: 1200px){nav .nav-bar .nav-link{width:auto;gap:8px}}nav .nav-bar .nav-link .icon{display:flex;width:32px;padding:4px 0 12px;flex-direction:column;align-items:center;flex:0 1 auto}@media (min-width: 1200px){nav .nav-bar .nav-link .icon{height:48px}}nav .nav-bar .nav-link .text{display:none}@media (min-width: 1200px){nav .nav-bar .nav-link .text{display:block;padding-bottom:8px}}nav .nav-bar .nav-link .new-count{position:absolute;top:0;right:0;width:12px;height:12px;background-color:var(--secondary-500);border-radius:100%}@media (min-width: 1200px){nav .nav-bar .nav-link .new-count{right:auto;left:32px}}nav .nav-bar .nav-link .new-count.numbers{display:flex;justify-content:center;align-items:center;color:var(--neutral-000);width:18px;height:18px}nav .nav-bar .router-link-active.nav-link{border-bottom:2px solid var(--neutral-50);color:var(--neutral-50)}@media (min-width: 1200px){nav .nav-bar .router-link-active.nav-link{color:var(--primary-950);border-bottom:none}nav .nav-bar .router-link-active.nav-link .icon{border-bottom:2px solid var(--primary-500)}}nav .nav-sub-button{display:flex;width:48px;height:48px;padding:0 8px;justify-content:center;align-items:center;color:var(--primary-950);flex:0 1 auto;overflow:hidden;cursor:pointer}nav .nav-sub-button .icon{display:flex;width:32px;padding:4px 0 12px;flex-direction:column;align-items:center}nav .nav-sub-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:var(--neutral-000);padding:0 16px;flex-direction:column;align-items:center;gap:32px;display:flex}@media (min-width: 1200px){nav .nav-sub-wrapper{left:auto;right:0;max-width:400px}}nav .nav-sub-wrapper .nav-sub-header{display:flex;height:var(--default-header-height);padding:12px 8px 0;justify-content:space-between;align-items:center;flex-shrink:0;align-self:stretch;border-bottom:2px solid var(--neutral-100)}nav .nav-sub-wrapper .nav-sub-header .menu-logo{display:flex;height:42px;justify-content:center;align-items:center}nav .nav-sub-wrapper .nav-sub-header .nav-sub-close{display:flex;width:48px;height:48px;padding:0 8px;justify-content:center;align-items:center;color:var(--primary-950);cursor:pointer}nav .nav-sub-wrapper .nav-sub-header .nav-sub-close .icon{display:flex;width:32px;padding:4px 0 12px;flex-direction:column;align-items:center;flex-shrink:0}nav .nav-sub-wrapper .nav-sub-content-wrapper{overflow:auto;display:flex;flex-direction:column;gap:16px;justify-content:space-between;height:100%}nav .nav-sub-wrapper .nav-sub-list-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch}nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link{position:relative;display:flex;padding:4px 8px;align-items:center;gap:16px;align-self:stretch;text-transform:uppercase}nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link .icon-wrapper{position:relative}nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link .icon{display:flex;height:32px;padding-right:4px;align-items:center;color:var(--primary-950)}nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link .new-count{position:absolute;top:-4px;right:-3px;border-radius:64px;width:19px;height:19px;display:inline-flex;justify-content:center;align-items:center;background-color:var(--secondary-500);color:var(--neutral-000);line-height:12px}nav .nav-sub-wrapper .nav-sub-list-wrapper .nav-link .text{color:var(--primary-950)}nav .nav-sub-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:999;backdrop-filter:blur(4px)}.message-wrapper{--messages-body: var(--neutral-100);display:flex;align-items:center;justify-content:center;align-self:stretch;width:100%;flex-direction:column;flex-wrap:wrap;gap:8px}.message-wrapper.blurred .message-text{filter:blur(6px)}.message-wrapper .message-bubble{position:relative;display:flex;align-items:flex-start;flex:1 0 0;width:100%}.message-wrapper .message-bubble .message-pointer{display:flex;width:16px;height:16px;align-items:flex-start;clip-path:path("M15.9999 0H2.41412C1.52321 0 1.07704 1.07714 1.70701 1.7071L16 16L15.9999 0Z");background:var(--messages-body);order:1}.message-wrapper .message-bubble .message-content{display:flex;flex-direction:column;padding:12px 32px 24px 16px;align-items:flex-start;flex:1 0 0;align-self:stretch;border-radius:0 4px 4px;background:var(--messages-body);order:2}.message-wrapper .message-bubble .message-content p:not(.pendingInfo){display:flex;justify-content:flex-start;align-items:center;gap:8px}.message-wrapper .message-bubble .message-content .icon{color:var(--primary-400);width:1.5em;height:1.5em}.message-wrapper .message-bubble .message-content .premiumLinkWrapper{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 0}.message-wrapper .message-bubble .message-content .premiumLinkWrapper .basic-button{width:auto}.message-wrapper .message-bubble .message-date{position:absolute;right:6px;bottom:4px;display:flex;padding-right:2px;align-items:center;gap:4px;color:var(--neutral-400);z-index:5}.message-wrapper.sender-me{padding-right:32px;--messages-body: var(--neutral-100)}.message-wrapper.sender-match{padding-left:32px;--messages-body: var(--primary-050)}.message-wrapper.sender-match .message-pointer{order:2;transform:scaleX(-1)}.message-wrapper.sender-match .message-content{order:1;border-radius:4px 0 4px 4px}.message-wrapper.sender-match .message-date{right:22px}.message-wrapper hr{width:100%;margin-top:8px;margin-bottom:8px;border:0;border-top:1px solid rgba(0,0,0,.1)}.user-profile-wrapper .gallery-upload-wrapper .image-upload-wrapper{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;width:100%}.user-profile-wrapper .gallery-upload-wrapper .input-wrapper{display:flex;justify-content:center;align-items:center;width:calc(50% - 8px)}.user-profile-wrapper .gallery-upload-wrapper .file-input-button{align-self:stretch;flex:1 0 auto;border-radius:8px;overflow:hidden;border:3px dashed var(--primary-500);aspect-ratio:1/1;display:flex;background:var(--primary-050);justify-content:center;align-items:center;flex-direction:column;padding:8px;margin:0;cursor:pointer;color:var(--primary-500)}.user-profile-wrapper .gallery-upload-wrapper .file-input-button .icon{width:56px;height:56px}@media (min-width: 1200px){.user-profile-wrapper .gallery-upload-wrapper .file-input-button{width:256px;height:256px;flex:0 0 auto}.user-profile-wrapper .gallery-upload-wrapper .file-input-button .icon{width:86px;height:86px}}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper{display:flex;padding:16px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:4px;background:var(--primary-050);width:100%}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .image-previews{display:flex;align-items:flex-start;gap:16px;align-self:stretch;flex-wrap:wrap}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .image-previews .preview{position:relative;display:flex;justify-content:flex-end;align-items:center;flex:0 1 auto;width:calc(50% - 8px);border-radius:8px;overflow:hidden}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .image-previews .preview img{object-fit:cover;aspect-ratio:1/1;width:100%}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .image-previews .preview .menu{width:36px;height:28px;position:absolute;right:-.5px;top:16px;border-radius:4px 0 0 4px;background:var(--neutral-000);cursor:pointer}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .image-previews .preview .menu .icon{display:flex;width:28px;height:28px;padding:2.884px 2.947px;justify-content:center;align-items:center;position:absolute;left:4px;top:0}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .info-text-wrapper{display:flex;padding:16px 8px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-top:2px solid var(--neutral-100);border-bottom:2px solid var(--neutral-100)}.user-profile-wrapper .gallery-upload-wrapper .file-send-wrapper .buttons-wrapper{display:flex;padding:8px 8px 0;align-items:flex-start;gap:16px;align-self:stretch}.info-text-wrapper a{color:var(--site-text-text_default);text-decoration:none}.payment-form-wrapper{display:flex;padding:16px;flex-direction:column;align-items:center;gap:14px;align-self:stretch;height:100%}.payment-form-wrapper .appLoader{min-height:100%}.payment-form-wrapper .payment-form{display:flex;padding-bottom:16px;flex-direction:column;align-items:flex-start;gap:14px;align-self:stretch}.payment-form-wrapper .payment-form .form-group{display:flex;align-self:stretch}.payment-form-wrapper .payment-form .form-group .payment-form-input{display:flex;height:44px;padding:0 16px;align-items:center;gap:8px;align-self:stretch;border-radius:4px;border:1px solid var(--neutral-200);background:var(--neutral-50);width:100%}.payment-form-wrapper .payment-form .form-group .payment-form-input.error{border:1px solid var(--red-200);background:var(--red-50)}@media (min-width: 1200px){.payment-form-wrapper .payment-form{align-items:center}.payment-form-wrapper .payment-form .basic-button{width:auto}}.smallprint-wrapper a{color:var(--site-text-text_default);text-decoration:underline}#magnius3DSIframe{position:fixed;top:0;left:0;width:100%;height:100%;display:none;background:#fff;z-index:99999;border:none}.hf-hint-CARD_HOLDER_NAME,.hf-hint-CARD_NUMBER,.hf-hint-EXPIRY_FIELD,.hf-hint-CARD_CVV{text-align:center!important;width:100%!important;color:var(--red-500)!important}.payment-form-container,.payment-form-container .payment-form{width:100%}.payment-form-container .payment-form .wpwl-group{text-align:left;display:flex;flex-direction:column;gap:4px;margin-bottom:14px;width:100%}.payment-form-container .payment-form .wpwl-group label{font-size:12px;font-weight:600;margin-bottom:0;line-height:16px}.payment-form-container .payment-form .form-groups-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.payment-form-container .payment-form .card-logos{display:flex;height:12px;align-items:center;justify-content:flex-end;gap:4px}.payment-form-container .payment-form .wpwl-control{padding:10px 16px;background-color:var(--neutral-000);border:1px solid var(--slate-300);font-size:16px;border-radius:4px;height:unset;line-height:24px}.payment-form-container .payment-form .wpwl-control.error{border:1px solid var(--red-200)!important;background-color:var(--red-50)!important}.payment-form-container .payment-form .basic-button{background:#33a080;border-color:#33a080;border-radius:10px;margin-top:28px}.payment-form-container .payment-form .form-groups{display:flex;gap:16px}.payment-form-container .payment-form .form-groups .wpwl-group-cvv{max-width:120px;position:relative}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .wpwl-cvv{position:relative}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-trigger{position:absolute;top:0;bottom:0;right:0;height:100%;cursor:pointer;border:none;outline:unset;padding:10px;background-color:#d4d4d4;border-radius:0 4px 4px 0}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-content{position:absolute;bottom:calc(100% + 5px);right:0;width:330px;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #0000001a;z-index:10;overflow:visible;padding:20px 16px 16px}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-content:after{content:"";position:absolute;bottom:-10px;right:10px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid white;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:20px}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-header h4{margin:0;font-size:24px;font-weight:600}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-close{background:none;border:none;font-size:50px;cursor:pointer;position:absolute;right:16px;top:20px;display:flex}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-body{text-align:center}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-body img{max-width:100%;width:240px}.payment-form-container .payment-form .form-groups .wpwl-group-cvv .tooltip-body p{font-size:16px;line-height:24px;margin-top:16px;margin-bottom:16px;text-align:left}.payment-form-container .payment-form .form-groups.form-groups-card{align-items:center;justify-content:space-between}.payment-form-container .payment-form .form-groups .wpwl-expiry{display:flex}.payment-form-container .payment-form .form-groups .wpwl-expiry .expMonth,.payment-form-container .payment-form .form-groups .wpwl-expiry .expYear{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;width:100%;cursor:pointer;transition:border-color .2s,box-shadow .2s}.site-notifications{position:absolute;z-index:9999}.site-notifications .notifications_wrapper{position:fixed;top:0;right:0;z-index:9999;padding:96px 32px 16px;display:flex;flex-direction:column-reverse;gap:10px;overflow-y:auto;overflow-x:hidden;pointer-events:none}.site-notifications .notifications_wrapper::-webkit-scrollbar{display:none}@media (max-width: 1280px){.site-notifications .notifications_wrapper{bottom:auto;top:0;padding:65px 8px 16px;width:100%;align-items:center}}.site-notifications .notifications_wrapper .notification{display:flex;width:430px;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:8px;background:var(--neutral-700);border-radius:4px;color:var(--grey-50);overflow:hidden;text-align:left;min-height:fit-content;pointer-events:auto}@media (max-width: 1280px){.site-notifications .notifications_wrapper .notification{max-width:100%;padding:12px 24px 12px 16px}}.site-notifications .notifications_wrapper .notification.animate{animation:notification-show .5s ease-in-out forwards}@keyframes notification-show{0%{transform:translate(100%)}to{transform:translate(0)}}.site-notifications .notifications_wrapper .notification.removed{animation:notification-hide .5s ease-in-out forwards}@keyframes notification-hide{0%{transform:translate(0)}to{transform:translate(100%);opacity:0}}.site-notifications .notifications_wrapper .notification .countinfo{position:absolute;top:2px;right:5px;font-size:9px;opacity:.5}.site-notifications .notifications_wrapper .notification .notification_wrapper{display:flex;align-items:center;gap:12px;align-self:stretch}.site-notifications .notifications_wrapper .notification .dismiss_notification{display:flex;flex-direction:column;align-items:center;align-self:stretch;cursor:pointer;font-size:21px}.site-notifications .notifications_wrapper .notification .dismiss_notification .icon{height:24px;width:auto}@media (max-width: 1280px){.site-notifications .notifications_wrapper .notification .dismiss_notification{position:relative;top:8px}}.site-notifications .notifications_wrapper .notification .profile_picture{display:flex;align-items:flex-start;gap:10px;align-self:stretch}.site-notifications .notifications_wrapper .notification .profile_picture img{display:flex;width:56px;height:56px;justify-content:center;align-items:center;border-radius:4px;object-fit:cover}@media (max-width: 1280px){.site-notifications .notifications_wrapper .notification .profile_picture img{width:40px;height:40px}}.site-notifications .notifications_wrapper .notification .content_wrapper{display:flex;padding:4px 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}@media (max-width: 1280px){.site-notifications .notifications_wrapper .notification .content_wrapper{gap:2px}}.site-notifications .notifications_wrapper .notification .content_wrapper h4{margin:0}.site-notifications .notifications_wrapper .notification .content_wrapper .status{display:inline-block;background:var(--red-600);width:10px;height:10px;border-radius:100%;border:1px solid var(--neutral-000)}.site-notifications .notifications_wrapper .notification .content_wrapper .status.online{background:var(--green-500)}.site-notifications .notifications_wrapper .notification .content_wrapper p{position:relative;display:flex;align-items:flex-start;gap:5px;margin:0;max-height:6em;overflow:hidden}.site-notifications .notifications_wrapper .notification .content_wrapper p span.blurred{color:transparent!important;text-shadow:0 0 10px var(--neutral-50)}.site-notifications .notifications_wrapper .notification .content_wrapper p span.blurred::selection{background-color:transparent}.site-notifications .notifications_wrapper .notification .content_wrapper p span.blurred::moz-selection{background-color:transparent}.site-notifications .notifications_wrapper .notification .content_wrapper p span.blurred::webkit-selection{background-color:transparent}.site-notifications .notifications_wrapper .notification .content_wrapper p:after{content:"";position:absolute;top:38px;left:0;background:linear-gradient(0deg,#404040,50%,#40404000 75%);width:100%;height:50px}@media (max-width: 1280px){.site-notifications .notifications_wrapper .notification .content_wrapper p:after{top:35px}}.site-notifications .notifications_wrapper .notification .content_wrapper .svg_icon{width:16px;height:auto}.site-notifications .notifications_wrapper .notification .link_wrapper{display:flex;padding:0 32px 0 64px;align-items:center;align-self:stretch}.site-notifications.show_stored .notifications_wrapper{padding:20px 15px;position:relative}@media (max-width: 1280px){.site-notifications.show_stored .notifications_wrapper{padding:20px 0}}@media (max-width: 1280px){.site-notifications.show_stored #notficationStorage{backdrop-filter:blur(5px)}}.site-notifications #notficationStorage{position:fixed;top:0;bottom:0;right:0;display:flex;justify-content:flex-end;flex-direction:column;align-items:flex-end;gap:16px;padding:60px 35px 35px;max-height:100%;max-width:100%;pointer-events:none}@media (max-width: 1280px){.site-notifications #notficationStorage{padding:20px}}.site-notifications #notficationStorage .button_wrapper{position:relative;display:flex;flex:0 0 auto;width:50px;height:50px;border:1px solid;border-radius:100%;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 0 12px #0009;background-color:var(--secondary-400);color:var(--grey-50);pointer-events:auto}.site-notifications #notficationStorage .button_wrapper:hover,.site-notifications #notficationStorage .button_wrapper.active{background-color:var(--secondary-400);color:var(--grey-50)}@media (max-width: 1280px){.site-notifications #notficationStorage .button_wrapper{background-color:var(--secondary-400);color:var(--grey-50)}}.site-notifications #notficationStorage .button_wrapper span{position:absolute;top:-3px;right:-1px;background:var(--accent-400);font-size:12px;border-radius:100%;padding:1px 7px;line-height:1.5}.site-notifications #notficationStorage .button_wrapper .icon{width:auto;height:32px}.site-notifications.mobile_chat #notficationStorage{padding-bottom:100px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-afc70431]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-afc70431]{font-weight:700}.text-semibold[data-v-afc70431]{font-weight:600}.text-italic[data-v-afc70431]{font-style:italic}.text-xs[data-v-afc70431],footer .footer-address[data-v-afc70431]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-afc70431]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-afc70431],footer .footer-links-wrapper .footer-links a[data-v-afc70431]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-afc70431]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-afc70431]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-afc70431]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-afc70431]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-afc70431]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-afc70431]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-afc70431]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-afc70431]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-afc70431]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-afc70431]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-afc70431]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-afc70431]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-afc70431]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-afc70431]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-afc70431]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-afc70431]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-afc70431]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-afc70431]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-afc70431]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-afc70431]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-afc70431]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-afc70431]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-afc70431]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-afc70431]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-afc70431]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-afc70431]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-afc70431]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-afc70431]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-afc70431]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-afc70431]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-afc70431]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-afc70431]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-afc70431]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-afc70431]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-afc70431]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-afc70431]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-afc70431]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-afc70431]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-afc70431]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-afc70431]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-afc70431]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}footer[data-v-afc70431]{display:flex;flex-direction:column;align-items:center;align-self:stretch;background:var(--primary-050)}footer .footer-logo[data-v-afc70431]{display:flex;padding:32px 0 16px;flex-direction:column;align-items:center;gap:10px;align-self:stretch}footer .footer-logo img[data-v-afc70431]{height:44px}footer .footer-links-wrapper[data-v-afc70431]{display:flex;padding:24px 0;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}footer .footer-links-wrapper .footer-links[data-v-afc70431]{display:flex;padding:0 24px;justify-content:center;align-items:flex-start;align-content:flex-start;gap:8px 16px;align-self:stretch;flex-wrap:wrap}footer .footer-links-wrapper .footer-links a[data-v-afc70431]{color:var(--site-text-text_default);text-decoration:none}footer .footer-address[data-v-afc70431]{display:flex;flex-wrap:wrap;padding:16px;align-items:center;justify-content:center;align-self:stretch;background:var(--neutral-000);color:var(--neutral-300);text-align:center;gap:4px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-121aa8b8]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-121aa8b8]{font-weight:700}.text-semibold[data-v-121aa8b8]{font-weight:600}.text-italic[data-v-121aa8b8]{font-style:italic}.text-xs[data-v-121aa8b8]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-121aa8b8]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-121aa8b8]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-121aa8b8]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-121aa8b8]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-121aa8b8]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-121aa8b8]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-121aa8b8]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-121aa8b8]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-121aa8b8]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-121aa8b8]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-121aa8b8]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-121aa8b8]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-121aa8b8]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-121aa8b8]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-121aa8b8]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-121aa8b8]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-121aa8b8]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-121aa8b8]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-121aa8b8],h1[data-v-121aa8b8]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-121aa8b8]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-121aa8b8]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-121aa8b8]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-121aa8b8]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-121aa8b8]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-121aa8b8]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-121aa8b8]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-121aa8b8]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-121aa8b8]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-121aa8b8]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-121aa8b8]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-121aa8b8]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-121aa8b8]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-121aa8b8]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-121aa8b8]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-121aa8b8]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-121aa8b8]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-121aa8b8]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-121aa8b8]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-121aa8b8]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-121aa8b8]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-121aa8b8]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-121aa8b8]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-121aa8b8]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.default-main-container[data-v-121aa8b8]{display:flex;padding:64px 38px 0;flex-direction:column;align-items:center;gap:16px}@media (min-width: 1200px){.default-main-container[data-v-121aa8b8]{margin-top:16px;height:fit-content;min-height:0}}h1[data-v-121aa8b8]{color:var(--red-500);text-align:center}h3[data-v-121aa8b8]{color:var(--site-text-text_dark);text-align:center;font-weight:600;align-self:stretch}p[data-v-121aa8b8]{text-align:center}.error-image[data-v-121aa8b8]{display:flex;width:248px;height:auto;flex-direction:column;justify-content:center;align-items:center;margin-top:auto}.error-image img[data-v-121aa8b8]{width:100%}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-5839d705]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-5839d705]{font-weight:700}.text-semibold[data-v-5839d705]{font-weight:600}.text-italic[data-v-5839d705]{font-style:italic}.text-xs[data-v-5839d705]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-5839d705]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-5839d705]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-5839d705]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-5839d705]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-5839d705]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-5839d705]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-5839d705]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-5839d705]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-5839d705]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-5839d705]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-5839d705]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-5839d705]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-5839d705],.premium-header-bar .premium-button[data-v-5839d705]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-5839d705]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-5839d705]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-5839d705]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-5839d705]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-5839d705]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-5839d705]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-5839d705]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-5839d705]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-5839d705]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-5839d705]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-5839d705]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-5839d705]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-5839d705]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-5839d705]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-5839d705]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-5839d705]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-5839d705]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-5839d705]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-5839d705]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-5839d705]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-5839d705]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-5839d705]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-5839d705]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-5839d705]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-5839d705]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-5839d705]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-5839d705]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-5839d705]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-5839d705]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-5839d705]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.premium-header-bar[data-v-5839d705]{position:relative;width:var(--body-width);padding:24px 0;text-align:center;z-index:998;background:var(--neutral-50);border-radius:16px 16px 0 0}@media (min-width: 1200px){.premium-header-bar[data-v-5839d705]{border-radius:0;width:100%;padding:16px 0}}.premium-header-bar .premium-button[data-v-5839d705]{display:flex;padding:8px 0;justify-content:center;align-items:center;gap:12px;align-self:stretch;background:var(--accent-500);color:var(--neutral-000);text-align:center;cursor:pointer}.premium-header-bar .premium-button[data-v-5839d705] .icon{height:1rem;transition:transform .7s ease-in-out}.premium-header-bar .premium-button[data-v-5839d705]:hover .icon{transform:rotate(360deg)}@media (min-width: 1200px){.premium-header-bar .premium-button[data-v-5839d705]{font-size:var(--text-2x);line-height:1}.premium-header-bar .premium-button[data-v-5839d705] .icon{height:2rem;line-height:1}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-6ecb76a0]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-6ecb76a0]{font-weight:700}.text-semibold[data-v-6ecb76a0]{font-weight:600}.text-italic[data-v-6ecb76a0]{font-style:italic}.text-xs[data-v-6ecb76a0]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-6ecb76a0]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-6ecb76a0]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-6ecb76a0]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-6ecb76a0]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-6ecb76a0]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-6ecb76a0]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-6ecb76a0]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-6ecb76a0]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-6ecb76a0]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-6ecb76a0]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-6ecb76a0]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-6ecb76a0]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-6ecb76a0]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-6ecb76a0]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-6ecb76a0]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-6ecb76a0]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-6ecb76a0]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-6ecb76a0]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-6ecb76a0]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-6ecb76a0]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-6ecb76a0]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-6ecb76a0]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-6ecb76a0]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-6ecb76a0]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-6ecb76a0]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-6ecb76a0]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-6ecb76a0]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-6ecb76a0]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-6ecb76a0]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-6ecb76a0]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-6ecb76a0]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-6ecb76a0]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-6ecb76a0]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-6ecb76a0]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-6ecb76a0]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-6ecb76a0]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-6ecb76a0]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-6ecb76a0]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-6ecb76a0]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-6ecb76a0]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-6ecb76a0]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-6ecb76a0]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-6ecb76a0]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}header[data-v-6ecb76a0]{position:sticky;top:0;left:0;z-index:999;width:var(--body-width);padding:24px 0 8px;margin:0 auto;background:var(--primary-500)}@media (min-width: 1200px){header[data-v-6ecb76a0]{width:100%;background:var(--neutral-000)}}header.premium-bar[data-v-6ecb76a0]{padding-bottom:0}header .rounded-header-spacer[data-v-6ecb76a0]{position:absolute;bottom:-24px;height:16px;width:100%}header .rounded-header-spacer[data-v-6ecb76a0]:after{content:"";display:block;width:16px;height:16px;background:var(--primary-500);position:absolute;top:0;right:0;clip-path:path("M16,16V0H0c8.84,0,16,7.16,16,16")}header .rounded-header-spacer[data-v-6ecb76a0]:before{content:"";display:block;width:16px;height:16px;background:var(--primary-500);position:absolute;top:0;left:0;clip-path:path("M0,16C0,7.16,7.16,0,16,0H0v16")}header .header-mask[data-v-6ecb76a0]{position:relative;padding-bottom:8px}header .header-content[data-v-6ecb76a0]{position:relative;padding-bottom:8px}@media (min-width: 1200px){header .header-content[data-v-6ecb76a0]{width:var(--body-width);margin:auto;display:flex;align-items:flex-start}header .header-content .logo[data-v-6ecb76a0]{height:45px;max-width:230px;cursor:pointer}}header.simple[data-v-6ecb76a0]{display:flex;justify-content:center;align-items:center;background:var(--neutral-000);padding-bottom:16px}header.simple .logo[data-v-6ecb76a0]{height:45px;cursor:pointer}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-4ec5ee8c]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-4ec5ee8c]{font-weight:700}.text-semibold[data-v-4ec5ee8c]{font-weight:600}.text-italic[data-v-4ec5ee8c]{font-style:italic}.text-xs[data-v-4ec5ee8c]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-4ec5ee8c]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-4ec5ee8c]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-4ec5ee8c]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-4ec5ee8c]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-4ec5ee8c]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-4ec5ee8c]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-4ec5ee8c]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-4ec5ee8c]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-4ec5ee8c]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-4ec5ee8c]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-4ec5ee8c]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-4ec5ee8c]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-4ec5ee8c]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-4ec5ee8c]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-4ec5ee8c]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-4ec5ee8c]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-4ec5ee8c]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-4ec5ee8c]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-4ec5ee8c]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-4ec5ee8c]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-4ec5ee8c]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-4ec5ee8c]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-4ec5ee8c]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-4ec5ee8c]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-4ec5ee8c]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-4ec5ee8c]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-4ec5ee8c]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-4ec5ee8c]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-4ec5ee8c]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-4ec5ee8c]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-4ec5ee8c]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-4ec5ee8c]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-4ec5ee8c]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-4ec5ee8c]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-4ec5ee8c]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-4ec5ee8c]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-4ec5ee8c]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-4ec5ee8c]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-4ec5ee8c]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-4ec5ee8c]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-4ec5ee8c]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-4ec5ee8c]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-4ec5ee8c]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.app-loader[data-v-4ec5ee8c]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:64px;align-items:center;background-color:var(--neutral-000);z-index:9999;padding-inline:16px}.app-loader img[data-v-4ec5ee8c]{max-width:100%}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-f2cfcf33]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-f2cfcf33]{font-weight:700}.text-semibold[data-v-f2cfcf33]{font-weight:600}.text-italic[data-v-f2cfcf33]{font-style:italic}.text-xs[data-v-f2cfcf33]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-f2cfcf33]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-f2cfcf33]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-f2cfcf33]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-f2cfcf33]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-f2cfcf33]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-f2cfcf33]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-f2cfcf33]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-f2cfcf33]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-f2cfcf33]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-f2cfcf33]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-f2cfcf33]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-f2cfcf33]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-f2cfcf33]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-f2cfcf33],.modal-overlay .modal-header h3[data-v-f2cfcf33]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-f2cfcf33]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-f2cfcf33]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-f2cfcf33]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-f2cfcf33]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-f2cfcf33]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-f2cfcf33]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-f2cfcf33]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-f2cfcf33]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-f2cfcf33]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-f2cfcf33]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-f2cfcf33]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-f2cfcf33]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-f2cfcf33]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-f2cfcf33]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-f2cfcf33]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-f2cfcf33]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-f2cfcf33]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-f2cfcf33]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-f2cfcf33]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-f2cfcf33]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-f2cfcf33]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-f2cfcf33]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-f2cfcf33]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-f2cfcf33]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-f2cfcf33]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-f2cfcf33]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-f2cfcf33]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-f2cfcf33]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-f2cfcf33]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.backdrop[data-v-f2cfcf33]{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:var(--backdrop-default);backdrop-filter:blur(3px)}.modal-overlay[data-v-f2cfcf33]{animation:fade-out-f2cfcf33 .2s ease-out forwards;width:calc(100% - 16px);max-width:450px;padding:0 16px 16px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:8px;background:var(--neutral-000);border:none;outline:none;margin:auto;opacity:0;transform:translate(-100%)}@media (min-width: 1200px){.modal-overlay[data-v-f2cfcf33]{max-width:720px}}.modal-overlay[data-v-f2cfcf33]::backdrop{background-color:var(--backdrop-default);backdrop-filter:blur(0)}.modal-overlay[open][data-v-f2cfcf33]{animation:fade-in-f2cfcf33 .2s ease-out forwards}.modal-overlay[open][data-v-f2cfcf33]::backdrop{background-color:var(--backdrop-default);backdrop-filter:blur(3px)}.modal-overlay.no-toplayer[data-v-f2cfcf33]{position:fixed;z-index:9999;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-overlay.loading[data-v-f2cfcf33]{animation-duration:0;animation-delay:9999ms}.modal-overlay .modal-header[data-v-f2cfcf33]{display:flex;height:64px;padding-top:8px;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:2px solid var(--neutral-100)}.modal-overlay .modal-close[data-v-f2cfcf33]{cursor:pointer}.modal-overlay .modal-close[data-v-f2cfcf33] .icon{width:36px;height:36px;color:var(--site-text-text_dark)}.modal-overlay .modal-body[data-v-f2cfcf33]{position:relative;overflow:auto;width:100%}.modal-overlay .modal-footer[data-v-f2cfcf33]{display:flex;padding:16px 8px 0;align-items:flex-start;gap:16px;align-self:stretch;border-top:2px solid var(--neutral-100)}.modal-overlay .modal-footer.reverse[data-v-f2cfcf33]{flex-direction:row-reverse}@keyframes fade-in-f2cfcf33{0%{opacity:0;transform:translate(-100%);display:none}to{opacity:1;transform:translate(0);display:flex}}@keyframes fade-out-f2cfcf33{0%{opacity:1;transform:translate(0);display:flex}to{opacity:0;transform:translate(-100%);display:none}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}.text-sm-semi{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-2x-semi,.welcome-modal-content .header-wrapper .sub-header{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-2x-bold,.welcome-modal-content .header-wrapper .header h1{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.welcome-modal-content{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--neutral-000);max-height:calc(100dvh - 55px);overflow:hidden}.welcome-modal-content .header-wrapper{display:flex;padding:24px 0 0;flex-direction:column;align-items:flex-start;gap:32px}.welcome-modal-content .header-wrapper .header{display:flex;padding:16px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.welcome-modal-content .header-wrapper .header h1{color:var(--site-text-text_default);text-align:center}.welcome-modal-content .header-wrapper .header img{display:flex;height:64px;justify-content:center;align-items:center;flex:1 1 auto;max-width:100%}.welcome-modal-content .header-wrapper .sub-header{display:flex;padding:0 8px;flex-direction:column;align-items:flex-start;align-self:stretch;color:var(--site-text-text_default);text-align:center}.welcome-modal-content .content{display:flex;padding:16px 24px 32px;flex-direction:column;align-items:flex-start;align-self:stretch;gap:8px;overflow:auto}.welcome-modal-content .content .checklist-item{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.welcome-modal-content .content .checklist-item .icon{display:flex;width:24px;align-items:center;align-self:stretch;color:var(--primary-500);flex:0 0 auto;height:auto}.welcome-modal-content .button-wrapper{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}.welcome-modal-content .button-wrapper .basic-button .button-content{white-space:normal!important}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-89eadc40]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-89eadc40]{font-weight:700}.text-semibold[data-v-89eadc40]{font-weight:600}.text-italic[data-v-89eadc40]{font-style:italic}.text-xs[data-v-89eadc40]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-89eadc40]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-89eadc40]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-89eadc40]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-89eadc40]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-89eadc40]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-89eadc40]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-89eadc40]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-89eadc40]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-89eadc40]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-89eadc40]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-89eadc40]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-89eadc40]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-89eadc40]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-89eadc40]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-89eadc40]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-89eadc40]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-89eadc40]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-89eadc40]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-89eadc40]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-89eadc40]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-89eadc40]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-89eadc40]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-89eadc40]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-89eadc40]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-89eadc40]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-89eadc40]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-89eadc40]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-89eadc40]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-89eadc40]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-89eadc40]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-89eadc40]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-89eadc40]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-89eadc40]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-89eadc40]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-89eadc40]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-89eadc40]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-89eadc40]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-89eadc40]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-89eadc40]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-89eadc40]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-89eadc40]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-89eadc40]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-89eadc40]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.modal-overlay-wrapper[data-v-89eadc40]{position:fixed;z-index:9999;top:0;left:0;width:100%;min-height:100%;overflow:auto}.modal-overlay-wrapper .backdrop[data-v-89eadc40]{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:var(--backdrop-default);backdrop-filter:blur(3px)}.modal-overlay-wrapper .modal-overlay[data-v-89eadc40]{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;width:100%;max-height:100%;flex-direction:column;align-items:flex-start;gap:8px;border-radius:8px;border:none;outline:none;margin:auto}.modal-overlay-wrapper .modal-overlay .modal-body[data-v-89eadc40]{position:relative;overflow:auto}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-26fcbaef]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-26fcbaef]{font-weight:700}.text-semibold[data-v-26fcbaef]{font-weight:600}.text-italic[data-v-26fcbaef]{font-style:italic}.text-xs[data-v-26fcbaef]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-26fcbaef],.error-content-wrapper .error-content .chat-error[data-v-26fcbaef]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-26fcbaef]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-26fcbaef]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-26fcbaef]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-26fcbaef]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-26fcbaef]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-26fcbaef]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-26fcbaef]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-26fcbaef]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-26fcbaef]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-26fcbaef]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-26fcbaef],.error-content-wrapper .error-content h4[data-v-26fcbaef]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-26fcbaef]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-26fcbaef]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-26fcbaef]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-26fcbaef]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-26fcbaef]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-26fcbaef]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-26fcbaef]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-26fcbaef]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-26fcbaef]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-26fcbaef]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-26fcbaef]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-26fcbaef]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-26fcbaef]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-26fcbaef]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-26fcbaef]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-26fcbaef]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-26fcbaef]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-26fcbaef]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-26fcbaef]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-26fcbaef]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-26fcbaef]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-26fcbaef]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-26fcbaef]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-26fcbaef]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-26fcbaef]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-26fcbaef]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-26fcbaef]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-26fcbaef]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-26fcbaef]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-26fcbaef]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-26fcbaef]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.error-content-wrapper[data-v-26fcbaef]{position:relative;display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border-radius:4px;background:var(--red-100);text-align:left;overflow:hidden}.error-content-wrapper .error-icon[data-v-26fcbaef]{display:flex;padding:0 4px;align-items:flex-start;gap:16px;align-self:stretch;border-radius:4px;background:var(--red-500)}.error-content-wrapper .error-icon[data-v-26fcbaef] .icon{width:32px;height:32px;color:var(--neutral-000)}.error-content-wrapper .error-content[data-v-26fcbaef]{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0}.error-content-wrapper .error-content h4[data-v-26fcbaef]{align-self:stretch}.error-content-wrapper .error-content ul[data-v-26fcbaef]{padding-left:20px}.error-content-wrapper .error-content .chat-error[data-v-26fcbaef]{align-self:stretch}.error-content-wrapper .error-dismiss[data-v-26fcbaef]{position:absolute;top:8px;right:8px;cursor:pointer}.error-content-wrapper .error-dismiss[data-v-26fcbaef] .icon{width:20px;height:20px;color:var(--red-700)}.error-content-wrapper .error-timer[data-v-26fcbaef]{position:absolute;top:0;height:2px;background:var(--red-500);left:0;width:0}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-980dc7cf]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-980dc7cf]{font-weight:700}.text-semibold[data-v-980dc7cf]{font-weight:600}.text-italic[data-v-980dc7cf]{font-style:italic}.text-xs[data-v-980dc7cf]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-980dc7cf]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-980dc7cf]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-980dc7cf],.api-userdata-modal .header-wrapper[data-v-980dc7cf]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-980dc7cf]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-980dc7cf]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-980dc7cf]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-980dc7cf]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-980dc7cf]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-980dc7cf]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-980dc7cf]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-980dc7cf]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-980dc7cf]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-980dc7cf]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-980dc7cf]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-980dc7cf]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-980dc7cf]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-980dc7cf]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-980dc7cf]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-980dc7cf]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-980dc7cf]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-980dc7cf]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-980dc7cf]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-980dc7cf]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-980dc7cf]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-980dc7cf]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-980dc7cf]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-980dc7cf]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-980dc7cf]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-980dc7cf]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-980dc7cf]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-980dc7cf]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-980dc7cf]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-980dc7cf]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-980dc7cf]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-980dc7cf]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-980dc7cf]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-980dc7cf]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-980dc7cf]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-980dc7cf]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-980dc7cf]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-980dc7cf]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-980dc7cf]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-980dc7cf]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.api-userdata-modal[data-v-980dc7cf]{position:relative;display:flex;flex-direction:column;margin:8px;min-height:calc(100dvh - 16px);overflow:auto;text-align:center}.api-userdata-modal section[data-v-980dc7cf]{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px}.api-userdata-modal h4[data-v-980dc7cf]{font-weight:600}.api-userdata-modal .header-wrapper[data-v-980dc7cf]{display:flex;min-height:96px;padding:32px 48px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;color:var(--primary-500);border-radius:8px 8px 0 0;background:#fffc;backdrop-filter:blur(10px);text-align:center}.api-userdata-modal .content-wrapper[data-v-980dc7cf]{display:flex;flex-direction:column;gap:8px;padding:24px 32px;align-self:stretch;background:var(--neutral-000);border-radius:0 0 8px 8px;flex:1 0 auto;justify-content:space-between}.api-userdata-modal .content-wrapper .inner-content-wrapper[data-v-980dc7cf]{display:flex;flex-direction:column;gap:16px}.api-userdata-modal .footer-wrapper[data-v-980dc7cf]{border-top:1px solid var(--secondary-300);padding:24px 8px 8px}.api-userdata-modal .footer-wrapper .basic-button[data-v-980dc7cf]{margin-block:8px}.username-wrapper .random-username-wrapper[data-v-980dc7cf]{display:flex;gap:8px;flex-wrap:wrap}.username-wrapper .random-username-wrapper .randomUsernamesBtn[data-v-980dc7cf]{display:flex;min-width:112px;padding:8px 16px;flex:1 0 auto;border-radius:4px;border:1px solid var(--primary-500);background:transparent;color:var(--primary-400);width:auto}.username-wrapper .random-username-wrapper .randomUsernamesBtn span[data-v-980dc7cf]{overflow:hidden}.username-wrapper .random-username-wrapper .randomUsernamesBtn.selected[data-v-980dc7cf]{background:var(--primary-500);color:var(--neutral-000)}.birthdate-wrapper .input-wrapper[data-v-980dc7cf]{align-items:center}.birthdate-wrapper input[data-v-980dc7cf]{text-align:center;width:144px}.location-wrapper .basic-button[data-v-980dc7cf]{width:auto}.location-wrapper .basic-button span[data-v-980dc7cf]{display:none}.location-wrapper .prefill-wrapper[data-v-980dc7cf]{display:flex;justify-content:center;align-self:stretch;gap:8px;flex-wrap:wrap;align-items:center}.location-wrapper .input-wrapper[data-v-980dc7cf]{flex-direction:row}.location-wrapper .input-wrapper input[data-v-980dc7cf]{flex:1 1 auto}.input-wrapper[data-v-980dc7cf]{display:flex;flex-direction:column;gap:8px;align-self:stretch;text-align:center}.input-wrapper input[data-v-980dc7cf]{display:flex;padding:0 8px;height:32px;align-items:center;background:var(--neutral-50);border-radius:4px;border:1px solid var(--neutral-200)}.input-wrapper input.error[data-v-980dc7cf]{border:1px solid var(--red-200);background:var(--red-050)}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-8691f815]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-8691f815]{font-weight:700}.text-semibold[data-v-8691f815]{font-weight:600}.text-italic[data-v-8691f815]{font-style:italic}.text-xs[data-v-8691f815]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-8691f815]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-8691f815]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-8691f815]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-8691f815]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-8691f815]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-8691f815]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-8691f815]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-8691f815]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-8691f815]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-8691f815]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-8691f815],.questionnaire-navigation-wrapper .skip-question[data-v-8691f815]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-8691f815]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-8691f815]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-8691f815]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-8691f815]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-8691f815]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-8691f815]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-8691f815]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-8691f815]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-8691f815]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-8691f815]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-8691f815]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-8691f815]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-8691f815]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-8691f815]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-8691f815]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-8691f815]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-8691f815]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-8691f815]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-8691f815]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-8691f815]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-8691f815]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-8691f815]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-8691f815]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-8691f815]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-8691f815]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-8691f815]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-8691f815]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-8691f815]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-8691f815]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-8691f815]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-8691f815]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-8691f815]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.questionnaire-navigation-wrapper[data-v-8691f815]{padding-bottom:26px;position:fixed;bottom:0;left:0;right:0;background-color:var(--neutral-000)}@media (min-width: 1200px){.questionnaire-navigation-wrapper[data-v-8691f815]{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;position:relative;bottom:auto;left:auto;right:auto;padding-bottom:0}}.questionnaire-navigation-wrapper .content_wrapper[data-v-8691f815]{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch;border-top:1px solid var(--primary-300);padding-top:16px;flex-wrap:wrap;gap:24px;padding-left:16px;padding-right:16px}@media (min-width: 1200px){.questionnaire-navigation-wrapper .content_wrapper[data-v-8691f815]{gap:0;padding-left:0;padding-right:0}}.questionnaire-navigation-wrapper .content_wrapper .basic-button[data-v-8691f815]{width:auto;order:2}@media (min-width: 1200px){.questionnaire-navigation-wrapper .content_wrapper .basic-button[data-v-8691f815]{order:1}}.questionnaire-navigation-wrapper .content_wrapper .basic-button[data-v-8691f815] .icon{height:24px;width:24px}.questionnaire-navigation-wrapper .content_wrapper .progressbar[data-v-8691f815]{display:flex;min-width:128px;max-width:none;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 100%;background-color:var(--primary-100);height:8px;border-radius:8px;overflow:hidden;order:1}@media (min-width: 1200px){.questionnaire-navigation-wrapper .content_wrapper .progressbar[data-v-8691f815]{max-width:288px;flex-basis:0;order:1}}.questionnaire-navigation-wrapper .content_wrapper .progressbar .bar[data-v-8691f815]{background-color:var(--primary-400);height:100%}.questionnaire-navigation-wrapper .skip-question[data-v-8691f815]{align-self:stretch;text-align:center;cursor:pointer;text-decoration:underline;margin-top:16px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-24db1e85]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-24db1e85]{font-weight:700}.text-semibold[data-v-24db1e85]{font-weight:600}.text-italic[data-v-24db1e85]{font-style:italic}.text-xs[data-v-24db1e85]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-24db1e85],.header-wrapper .info[data-v-24db1e85],.answer-wrapper[data-v-24db1e85] .additional-message{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-24db1e85]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-24db1e85]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-24db1e85]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-24db1e85]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-24db1e85]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-24db1e85]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-24db1e85]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-24db1e85]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-24db1e85]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-24db1e85]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-24db1e85]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-24db1e85]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-24db1e85]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-24db1e85]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-24db1e85]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-24db1e85]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-24db1e85]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-24db1e85]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-24db1e85]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-24db1e85]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-24db1e85]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-24db1e85]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-24db1e85]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-24db1e85]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-24db1e85]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-24db1e85]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-24db1e85]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-24db1e85]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-24db1e85]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-24db1e85]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-24db1e85]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-24db1e85]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-24db1e85]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-24db1e85]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-24db1e85]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-24db1e85]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-24db1e85]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-24db1e85]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-24db1e85]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-24db1e85]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-24db1e85]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-24db1e85]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.layout_wrapper[data-v-24db1e85]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;padding:32px 16px 0;height:100%;overflow:auto}@media (min-width: 1200px){.layout_wrapper[data-v-24db1e85]{justify-content:center;align-items:center}}.background-images[data-v-24db1e85]{display:block;position:fixed;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover;z-index:1}.background-images .background-image[data-v-24db1e85]{object-fit:cover;width:100%;height:100%;opacity:1}.questionnaire-variant-chat[data-v-24db1e85]{width:100%}@media (min-width: 1200px){.questionnaire-variant-chat[data-v-24db1e85]{display:flex;width:768px;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:20px;overflow:hidden}}.header-wrapper[data-v-24db1e85]{position:relative;background:#ffffffb3;margin:0;backdrop-filter:blur(6px);text-align:left;display:flex;padding:32px 48px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;z-index:9}.header-wrapper .logo[data-v-24db1e85]{height:37px;margin:5px 0}.content-wrapper[data-v-24db1e85]{position:relative;background-color:var(--neutral-000);display:flex;flex-direction:column;gap:16px;align-self:stretch;z-index:9}@media (min-width: 1200px){.content-wrapper[data-v-24db1e85]{padding:24px 48px 36px!important;min-height:420px;justify-content:space-between}}.question-wrapper[data-v-24db1e85]{display:flex;align-items:flex-start;gap:16px;align-self:stretch;text-align:left}.question-wrapper .avatar[data-v-24db1e85]{width:48px;height:48px;border-radius:100%}.question-wrapper .question[data-v-24db1e85]{display:flex;min-width:224px;max-width:512px;min-height:44px;padding:16px;align-items:center;gap:10px;border-radius:0 16px 16px;background:var(--grey-50)}.question-wrapper .question.loading .question-dots[data-v-24db1e85]{display:flex}.question-wrapper .question.loading .question-text[data-v-24db1e85]{display:none}.question-wrapper .question .question-dots[data-v-24db1e85]{position:relative;margin-left:20px;display:flex;gap:3px}.question-wrapper .question .question-dots .dot[data-v-24db1e85]{width:13px;height:13px;background:var(--grey-200);border-radius:100%;display:block}.question-wrapper .question .question-dots .dot[data-v-24db1e85]:nth-child(1){animation:dot-fall-24db1e85 .8s .1s ease-in infinite}.question-wrapper .question .question-dots .dot[data-v-24db1e85]:nth-child(2){animation:dot-fall-24db1e85 .8s .2s ease-in infinite}.question-wrapper .question .question-dots .dot[data-v-24db1e85]:nth-child(3){animation:dot-fall-24db1e85 .8s .3s ease-in infinite}.answer-wrapper[data-v-24db1e85]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;overflow-y:auto;overflow-x:hidden;width:100%;animation:fade-in-bottom-24db1e85 .6s .3s both;margin-bottom:120px}@media (min-width: 1200px){.answer-wrapper[data-v-24db1e85]{margin-bottom:0;min-height:195px}}.answer-wrapper.fadeOut[data-v-24db1e85]{animation:fade-out-bottom-24db1e85 .6s 0ms both}.answer-wrapper[data-v-24db1e85] .question-type-wrapper{width:100%}.answer-wrapper[data-v-24db1e85] .additional-message{margin-block:16px;color:var(--grey-500);text-align:center}@media (max-width: 992px){.answer-wrapper[data-v-24db1e85]{flex-grow:1}}.answer-wrapper[data-v-24db1e85] .question-type-wrapper{padding:24px 16px;background:var(--grey-50)}@keyframes fade-in-bottom-24db1e85{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-out-bottom-24db1e85{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes dot-fall-24db1e85{0%{transform:translateY(0);background:var(--grey-200)}30%{transform:translateY(-10px);background:var(--grey-400)}50%{transform:translateY(0);background:var(--grey-200)}to{transform:translateY(0);background:var(--grey-200)}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-53129d82]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-53129d82]{font-weight:700}.text-semibold[data-v-53129d82]{font-weight:600}.text-italic[data-v-53129d82]{font-style:italic}.text-xs[data-v-53129d82]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-53129d82]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-53129d82]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-53129d82]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-53129d82]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-53129d82]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-53129d82]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-53129d82]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-53129d82]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-53129d82]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-53129d82]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-53129d82]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-53129d82]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-53129d82]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-53129d82]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-53129d82]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-53129d82]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-53129d82]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-53129d82]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-53129d82]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-53129d82]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-53129d82]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-53129d82]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-53129d82]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-53129d82]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-53129d82]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-53129d82]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-53129d82]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-53129d82]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-53129d82]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-53129d82]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-53129d82]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-53129d82]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-53129d82]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-53129d82]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-53129d82]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-53129d82]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-53129d82]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-53129d82]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-53129d82]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-53129d82]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-53129d82]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-53129d82]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-53129d82]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.questionnaire-navigation-wrapper[data-v-53129d82]{padding-bottom:26px;background-color:transparent;align-self:center}@media (min-width: 1200px){.questionnaire-navigation-wrapper[data-v-53129d82]{display:flex;align-items:flex-start;align-self:stretch;position:relative;bottom:auto;left:auto;right:auto;padding-bottom:0}}.questionnaire-navigation-wrapper .content_wrapper[data-v-53129d82]{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch;padding-top:16px;flex-wrap:wrap;gap:24px;padding-left:16px;padding-right:16px}@media (min-width: 1200px){.questionnaire-navigation-wrapper .content_wrapper[data-v-53129d82]{gap:16px;padding-left:0;padding-right:0}}.questionnaire-navigation-wrapper .content_wrapper .basic-button[data-v-53129d82]{width:auto;order:2}@media (min-width: 1200px){.questionnaire-navigation-wrapper .content_wrapper .basic-button[data-v-53129d82]{order:1}}.questionnaire-navigation-wrapper .content_wrapper .basic-button[data-v-53129d82] .icon{height:24px;width:24px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-cfe797c9]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-cfe797c9]{font-weight:700}.text-semibold[data-v-cfe797c9]{font-weight:600}.text-italic[data-v-cfe797c9]{font-style:italic}.text-xs[data-v-cfe797c9]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-cfe797c9]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-cfe797c9]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-cfe797c9]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-cfe797c9]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-cfe797c9]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-cfe797c9]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-cfe797c9]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-cfe797c9]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-cfe797c9]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-cfe797c9]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-cfe797c9]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-cfe797c9]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-cfe797c9]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-cfe797c9]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-cfe797c9]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-cfe797c9]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-cfe797c9]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-cfe797c9]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-cfe797c9]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-cfe797c9]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-cfe797c9]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-cfe797c9]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-cfe797c9]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-cfe797c9]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-cfe797c9]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-cfe797c9]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-cfe797c9]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-cfe797c9]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-cfe797c9]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-cfe797c9]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-cfe797c9]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-cfe797c9]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-cfe797c9]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-cfe797c9]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-cfe797c9]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-cfe797c9]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-cfe797c9]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-cfe797c9]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-cfe797c9]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-cfe797c9]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-cfe797c9]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-cfe797c9]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-cfe797c9]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}header[data-v-cfe797c9]{position:fixed;top:0;left:0}.appLoader[data-v-cfe797c9]{color:var(--neutral-000);min-height:100%}.background-images[data-v-cfe797c9]{display:block;position:fixed;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:var(--questionnaire-background);z-index:1}.background-images .background-image[data-v-cfe797c9]{object-fit:cover;width:100%;height:100%;opacity:.6}.questionnaire-variant-plain[data-v-cfe797c9]{width:100%;padding:0 16px}@media (min-width: 1200px){.questionnaire-variant-plain[data-v-cfe797c9]{display:flex;width:100%;flex-direction:column;align-items:flex-start;flex-shrink:0;overflow:hidden;margin-top:70px}}.content-wrapper[data-v-cfe797c9]{position:relative;display:flex;flex-direction:column;gap:16px;align-self:stretch;z-index:9}@media (min-width: 1200px){.content-wrapper[data-v-cfe797c9]{padding:24px 48px 36px!important;justify-content:flex-start}}.question-wrapper[data-v-cfe797c9]{display:flex;align-items:flex-start;gap:16px;align-self:stretch;text-align:left;margin-top:36px}.question-wrapper .question[data-v-cfe797c9]{text-align:center;font-size:32px;font-weight:600;line-height:46px;color:var(--neutral-000);width:100%}.answer-wrapper[data-v-cfe797c9]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:center;overflow-y:auto;overflow-x:hidden;width:100%}@media (min-width: 1200px){.answer-wrapper[data-v-cfe797c9]{width:80%}}.answer-wrapper[data-v-cfe797c9] .question-type-wrapper{width:100%}.answer-wrapper[data-v-cfe797c9] .question-type-wrapper .vue-slider-dot-tooltip-text{color:var(--neutral-000)!important}.answer-wrapper[data-v-cfe797c9] .additional-message{color:var(--neutral-000);text-align:center;margin-bottom:10px}@media (min-width: 1200px){.answer-wrapper[data-v-cfe797c9]{flex-grow:1}}.answer-wrapper[data-v-cfe797c9] .question-type-wrapper{padding:24px 16px}.answer-wrapper[data-v-cfe797c9] .answer-item{background-color:var(--grey-50);border:none;border-radius:50px}.answer-wrapper[data-v-cfe797c9] .answer-item.active{background-color:var(--primary-500)}.progressbar[data-v-cfe797c9]{position:relative;display:flex;min-width:128px;max-width:none;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 100%;background-color:var(--primary-100);border-radius:50px;overflow:hidden;color:var(--site-text-text_dark)}.progressbar .bar[data-v-cfe797c9]{background-color:var(--secondary-500);height:20px}.questionnaire-navigation-wrapper[data-v-cfe797c9]{background-color:transparent;align-self:center}.questionnaire-navigation-wrapper[data-v-cfe797c9] .content_wrapper{border:none}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-492a4c1a]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-492a4c1a]{font-weight:700}.text-semibold[data-v-492a4c1a]{font-weight:600}.text-italic[data-v-492a4c1a]{font-style:italic}.text-xs[data-v-492a4c1a]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-492a4c1a]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-492a4c1a]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-492a4c1a]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-492a4c1a]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-492a4c1a]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-492a4c1a]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-492a4c1a]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-492a4c1a]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-492a4c1a]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-492a4c1a]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-492a4c1a]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-492a4c1a]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-492a4c1a],.answers-wrapper.numbers .answer-item .basic-button[data-v-492a4c1a]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-492a4c1a]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-492a4c1a]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-492a4c1a]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-492a4c1a]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-492a4c1a]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-492a4c1a]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-492a4c1a]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-492a4c1a]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-492a4c1a]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-492a4c1a]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-492a4c1a]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-492a4c1a]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-492a4c1a]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-492a4c1a]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-492a4c1a]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-492a4c1a]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-492a4c1a]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-492a4c1a]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-492a4c1a]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-492a4c1a]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-492a4c1a]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-492a4c1a]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-492a4c1a]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-492a4c1a]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-492a4c1a]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-492a4c1a]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-492a4c1a]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-492a4c1a]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-492a4c1a]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-492a4c1a]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.answers-wrapper[data-v-492a4c1a]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}@media (min-width: 1200px){.answers-wrapper[data-v-492a4c1a]{flex-direction:row;align-self:auto;flex-wrap:wrap;justify-content:center}}.answers-wrapper.numbers[data-v-492a4c1a]{justify-content:space-evenly;gap:0}.answers-wrapper.numbers ul[data-v-492a4c1a]{list-style:none outside;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;align-self:stretch;width:100%;padding:0}.answers-wrapper.numbers .answer-item[data-v-492a4c1a]{align-self:stretch;flex:1 1 auto}.answers-wrapper.numbers .answer-item .basic-button[data-v-492a4c1a]{border-radius:100px;border:4px solid var(--primary-500);aspect-ratio:1/1;width:56px;background:var(--grey-50);z-index:2}.answers-wrapper.numbers .answer-item .basic-button[data-v-492a4c1a]:hover{border:4px solid var(--primary-500);background:var(--primary-500);color:var(--neutral-000)}.answers-wrapper.numbers .answer-item .basic-button.active[data-v-492a4c1a]{border:4px solid var(--primary-500);background:var(--primary-400);color:var(--neutral-000)}.answers-wrapper.numbers .answer-item[data-v-492a4c1a]:after{content:"";height:5px;background:var(--primary-500);display:block;top:-50%;position:relative;z-index:1}.answers-wrapper.numbers .answer-item[data-v-492a4c1a]:last-child{max-width:56px}.answers-wrapper.numbers .answer-item[data-v-492a4c1a]:last-child:after{display:none}.answers-wrapper.numbers .answer-labels[data-v-492a4c1a]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;align-self:stretch;gap:8px;width:100%;color:var(--grey-500)}.answers-wrapper.numbers .answer-labels span[data-v-492a4c1a]:nth-child(2){position:absolute;left:50%;transform:translate(-50%)}.answers-wrapper.buttons .answer-item[data-v-492a4c1a] .button-content{white-space:normal}@media (min-width: 1200px){.answers-wrapper.buttons .answer-item[data-v-492a4c1a]{width:auto}.answers-wrapper.buttons .answer-item[data-v-492a4c1a]:hover{background:var(--primary-100)}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-ec0fc9eb]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-ec0fc9eb]{font-weight:700}.text-semibold[data-v-ec0fc9eb]{font-weight:600}.text-italic[data-v-ec0fc9eb]{font-style:italic}.text-xs[data-v-ec0fc9eb]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-ec0fc9eb]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-ec0fc9eb]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-ec0fc9eb]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-ec0fc9eb]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-ec0fc9eb]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-ec0fc9eb]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-ec0fc9eb]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-ec0fc9eb]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-ec0fc9eb]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-ec0fc9eb]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-ec0fc9eb]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-ec0fc9eb]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-ec0fc9eb]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-ec0fc9eb]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-ec0fc9eb]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-ec0fc9eb]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-ec0fc9eb]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-ec0fc9eb]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-ec0fc9eb]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-ec0fc9eb]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-ec0fc9eb]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-ec0fc9eb]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-ec0fc9eb]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-ec0fc9eb]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-ec0fc9eb]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-ec0fc9eb]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-ec0fc9eb]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-ec0fc9eb]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-ec0fc9eb]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-ec0fc9eb]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-ec0fc9eb]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-ec0fc9eb]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-ec0fc9eb]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-ec0fc9eb]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-ec0fc9eb]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-ec0fc9eb]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-ec0fc9eb]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-ec0fc9eb]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-ec0fc9eb]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-ec0fc9eb]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-ec0fc9eb]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-ec0fc9eb]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-ec0fc9eb]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.answers-wrapper[data-v-ec0fc9eb]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}@media (min-width: 1200px){.answers-wrapper[data-v-ec0fc9eb]{flex-direction:row;align-self:auto;flex-wrap:wrap;justify-content:center}}.answer-item[data-v-ec0fc9eb] .button-content{white-space:normal}@media (min-width: 1200px){.answer-item[data-v-ec0fc9eb]{width:auto}.answer-item[data-v-ec0fc9eb]:hover{background:var(--primary-100)}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-a8c0619b]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-a8c0619b]{font-weight:700}.text-semibold[data-v-a8c0619b]{font-weight:600}.text-italic[data-v-a8c0619b]{font-style:italic}.text-xs[data-v-a8c0619b]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-a8c0619b]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-a8c0619b]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-a8c0619b]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-a8c0619b]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-a8c0619b]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-a8c0619b]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-a8c0619b]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-a8c0619b]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-a8c0619b]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-a8c0619b]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-a8c0619b]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-a8c0619b]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-a8c0619b]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-a8c0619b]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-a8c0619b]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-a8c0619b]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-a8c0619b]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-a8c0619b]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-a8c0619b]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-a8c0619b]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-a8c0619b]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-a8c0619b]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-a8c0619b]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-a8c0619b]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-a8c0619b]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-a8c0619b]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-a8c0619b]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-a8c0619b]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-a8c0619b]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-a8c0619b]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-a8c0619b]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-a8c0619b]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-a8c0619b]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-a8c0619b]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-a8c0619b]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-a8c0619b]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-a8c0619b]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-a8c0619b]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-a8c0619b]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-a8c0619b]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-a8c0619b]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-a8c0619b]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-a8c0619b]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.answer-wrapper[data-v-a8c0619b]{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;text-align:center}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-c7264a5e]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-c7264a5e]{font-weight:700}.text-semibold[data-v-c7264a5e]{font-weight:600}.text-italic[data-v-c7264a5e]{font-style:italic}.text-xs[data-v-c7264a5e]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-c7264a5e]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-c7264a5e]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-c7264a5e]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-c7264a5e]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-c7264a5e]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-c7264a5e]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-c7264a5e]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-c7264a5e]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-c7264a5e]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-c7264a5e]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-c7264a5e]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-c7264a5e]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-c7264a5e]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-c7264a5e]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-c7264a5e]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-c7264a5e]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-c7264a5e]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-c7264a5e]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-c7264a5e]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-c7264a5e]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-c7264a5e]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-c7264a5e]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-c7264a5e]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-c7264a5e]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-c7264a5e]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-c7264a5e]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-c7264a5e]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-c7264a5e]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-c7264a5e]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-c7264a5e]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-c7264a5e]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-c7264a5e]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-c7264a5e]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-c7264a5e]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-c7264a5e]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-c7264a5e]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-c7264a5e]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-c7264a5e]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-c7264a5e]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-c7264a5e]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-c7264a5e]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-c7264a5e]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-c7264a5e]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.answer-wrapper[data-v-c7264a5e]{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;text-align:center;gap:8px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-4f4142e7]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-4f4142e7]{font-weight:700}.text-semibold[data-v-4f4142e7]{font-weight:600}.text-italic[data-v-4f4142e7]{font-style:italic}.text-xs[data-v-4f4142e7]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-4f4142e7],.date-input-error[data-v-4f4142e7]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-4f4142e7]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-4f4142e7]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-4f4142e7]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-4f4142e7]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-4f4142e7]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-4f4142e7]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-4f4142e7]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-4f4142e7]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-4f4142e7]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-4f4142e7]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-4f4142e7]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-4f4142e7]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-4f4142e7]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-4f4142e7]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-4f4142e7]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-4f4142e7]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-4f4142e7]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-4f4142e7]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-4f4142e7]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-4f4142e7]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-4f4142e7]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-4f4142e7]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-4f4142e7]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-4f4142e7]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-4f4142e7]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-4f4142e7]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-4f4142e7]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-4f4142e7]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-4f4142e7]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-4f4142e7]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-4f4142e7]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-4f4142e7]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-4f4142e7]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-4f4142e7]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-4f4142e7]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-4f4142e7]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-4f4142e7]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-4f4142e7]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-4f4142e7]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-4f4142e7]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-4f4142e7]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-4f4142e7]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.date-input[data-v-4f4142e7]{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;text-align:left}.date-input-error[data-v-4f4142e7]{padding:2px 5px;margin:0;color:var(--red-500)}.basic-input[data-v-4f4142e7]{align-self:auto;max-width:170px;text-align:left;text-transform:uppercase}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-6816e043]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-6816e043]{font-weight:700}.text-semibold[data-v-6816e043]{font-weight:600}.text-italic[data-v-6816e043]{font-style:italic}.text-xs[data-v-6816e043]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-6816e043]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-6816e043]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-6816e043]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-6816e043]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-6816e043]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-6816e043]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-6816e043]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-6816e043]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-6816e043]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-6816e043]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-6816e043]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-6816e043]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-6816e043]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-6816e043]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-6816e043]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-6816e043]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-6816e043]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-6816e043]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-6816e043]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-6816e043]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-6816e043]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-6816e043]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-6816e043]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-6816e043]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-6816e043]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-6816e043]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-6816e043]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-6816e043]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-6816e043]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-6816e043]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-6816e043]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-6816e043]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-6816e043]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-6816e043]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-6816e043]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-6816e043]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-6816e043]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-6816e043]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-6816e043]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-6816e043]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-6816e043]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-6816e043]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-6816e043]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.answers-wrapper[data-v-6816e043]{display:flex;flex-direction:row;align-items:flex-start;gap:8px;align-self:stretch;flex-wrap:wrap}@media (min-width: 1200px){.answers-wrapper[data-v-6816e043]{flex-direction:row;align-self:auto;flex-wrap:wrap;justify-content:center}}.answer-item[data-v-6816e043]{flex:1 1 calc(50% - 8px);border-radius:8px;overflow:hidden}@media (min-width: 1200px){.answer-item[data-v-6816e043]{transition:all .3s ease-in-out}.answer-item[data-v-6816e043]:hover{scale:1.03;cursor:pointer;box-shadow:0 0 16px color-mix(in srgb,var(--neutral-700),transparent 40%)}}.answer-item img[data-v-6816e043]{width:100%;display:block}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-217d1afe]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-217d1afe]{font-weight:700}.text-semibold[data-v-217d1afe]{font-weight:600}.text-italic[data-v-217d1afe]{font-style:italic}.text-xs[data-v-217d1afe],.country-error-message[data-v-217d1afe]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-217d1afe]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-217d1afe]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-217d1afe]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-217d1afe]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-217d1afe]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-217d1afe]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-217d1afe]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-217d1afe]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-217d1afe]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-217d1afe]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-217d1afe]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-217d1afe]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-217d1afe]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-217d1afe]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-217d1afe]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-217d1afe]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-217d1afe]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-217d1afe]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-217d1afe]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-217d1afe]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-217d1afe]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-217d1afe]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-217d1afe]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-217d1afe]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-217d1afe]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-217d1afe]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-217d1afe]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-217d1afe]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-217d1afe]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-217d1afe]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-217d1afe]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-217d1afe]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-217d1afe]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-217d1afe]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-217d1afe]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-217d1afe]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-217d1afe]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-217d1afe]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-217d1afe]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-217d1afe]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-217d1afe]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-217d1afe]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-217d1afe]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.mapStyle[data-v-217d1afe]{width:500px;height:500px}.answer-input-wrapper[data-v-217d1afe]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.answer-input-wrapper .basic-input[data-v-217d1afe]{background-color:var(--neutral-000)}.answer-input-wrapper .basic-input.error[data-v-217d1afe]{border-top-left-radius:0;border-top-right-radius:0}.country-error-message[data-v-217d1afe]{background-color:var(--red-500);color:var(--neutral-000);text-align:left;padding:2px 5px;align-self:stretch;border-top-left-radius:4px;border-top-right-radius:4px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-02a788de]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-02a788de]{font-weight:700}.text-semibold[data-v-02a788de]{font-weight:600}.text-italic[data-v-02a788de]{font-style:italic}.text-xs[data-v-02a788de]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-02a788de]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-02a788de]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-02a788de]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-02a788de]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-02a788de]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-02a788de]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-02a788de]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-02a788de]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-02a788de]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-02a788de]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-02a788de]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-02a788de]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-02a788de]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-02a788de]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-02a788de]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-02a788de]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-02a788de]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-02a788de]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-02a788de]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-02a788de]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-02a788de]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-02a788de]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-02a788de]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-02a788de]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-02a788de]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-02a788de]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-02a788de]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-02a788de]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-02a788de]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-02a788de]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-02a788de]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-02a788de]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-02a788de]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-02a788de]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-02a788de]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-02a788de]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-02a788de]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-02a788de]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-02a788de]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-02a788de]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-02a788de]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-02a788de]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-02a788de]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.slider-wrapper[data-v-02a788de]{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:100%;margin-top:30px;padding-inline:16px}.vue-slider-rail[data-v-02a788de]{background-color:var(--neutral-200);height:15px}.vue-slider-rail .vue-slider-process[data-v-02a788de]{background-color:var(--primary-500)}.vue-slider-rail .vue-slider-dot .vue-slider-dot-tooltip-inner[data-v-02a788de]{background-color:transparent;border-color:transparent;color:var(--neutral-000)}.vue-slider-rail .vue-slider-dot .vue-slider-dot-tooltip-inner .vue-slider-dot-tooltip-text[data-v-02a788de]{font-weight:600}.vue-slider-rail .vue-slider-dot .vue-slider-dot-handle[data-v-02a788de]{width:25px;height:25px;border-radius:50%;background:var(--primary-500);cursor:pointer;border:1px solid var(--neutral-000);margin-top:-5px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-10f8a500]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-10f8a500]{font-weight:700}.text-semibold[data-v-10f8a500]{font-weight:600}.text-italic[data-v-10f8a500]{font-style:italic}.text-xs[data-v-10f8a500]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-10f8a500]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-10f8a500]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-10f8a500]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-10f8a500]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-10f8a500]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-10f8a500]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-10f8a500]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-10f8a500]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-10f8a500]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-10f8a500]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-10f8a500]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-10f8a500]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-10f8a500]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-10f8a500]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-10f8a500]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-10f8a500]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-10f8a500]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-10f8a500]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-10f8a500]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-10f8a500]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-10f8a500]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-10f8a500]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-10f8a500]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-10f8a500]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-10f8a500]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-10f8a500]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-10f8a500]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-10f8a500]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-10f8a500]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-10f8a500]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-10f8a500]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-10f8a500]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-10f8a500]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-10f8a500]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-10f8a500]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-10f8a500]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-10f8a500]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-10f8a500]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-10f8a500]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-10f8a500]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-10f8a500]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-10f8a500]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-10f8a500]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.slider-wrapper[data-v-10f8a500]{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:100%}.vue-slider-rail[data-v-10f8a500]{background-color:var(--neutral-200);height:15px}.vue-slider-rail .vue-slider-process[data-v-10f8a500]{background-color:var(--primary-500)}.vue-slider-rail .vue-slider-dot .vue-slider-dot-tooltip-inner[data-v-10f8a500]{background-color:transparent;border-color:transparent;color:var(--neutral-000)}.vue-slider-rail .vue-slider-dot .vue-slider-dot-tooltip-inner .vue-slider-dot-tooltip-text[data-v-10f8a500]{font-weight:600}.vue-slider-rail .vue-slider-dot .vue-slider-dot-handle[data-v-10f8a500]{width:25px;height:25px;border-radius:50%;background:var(--primary-500);cursor:pointer;border:1px solid var(--neutral-000);margin-top:-5px}.slider-label[data-v-10f8a500]{line-height:1em;margin-top:16px;font-size:var(--text-xs);text-align:center;display:flex;align-items:center;justify-content:center;align-self:stretch}@media (min-width: 1200px){.slider-label[data-v-10f8a500]{font-size:var(--text-sm)}}.vue-slider-mark:first-child .slider-label[data-v-10f8a500]{justify-content:flex-start;text-align:left}.vue-slider-mark:last-child .slider-label[data-v-10f8a500]{justify-content:flex-end;text-align:right}.map-wrapper[data-v-10f8a500]{width:100%;margin-top:55px;aspect-ratio:1;max-height:500px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-3c10873b]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-3c10873b]{font-weight:700}.text-semibold[data-v-3c10873b]{font-weight:600}.text-italic[data-v-3c10873b]{font-style:italic}.text-xs[data-v-3c10873b]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-3c10873b]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-3c10873b]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-3c10873b]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-3c10873b]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-3c10873b]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-3c10873b]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-3c10873b]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-3c10873b]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-3c10873b]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-3c10873b]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-3c10873b]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-3c10873b]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-3c10873b]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-3c10873b]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-3c10873b]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-3c10873b]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-3c10873b]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-3c10873b]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-3c10873b]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-3c10873b]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-3c10873b]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-3c10873b]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-3c10873b]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-3c10873b]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-3c10873b]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-3c10873b]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-3c10873b]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-3c10873b]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-3c10873b]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-3c10873b]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-3c10873b]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-3c10873b]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-3c10873b]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-3c10873b]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-3c10873b]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-3c10873b]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-3c10873b]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-3c10873b]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-3c10873b]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-3c10873b]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-3c10873b]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-3c10873b]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-3c10873b]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.answer-wrapper[data-v-3c10873b]{margin:16px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-b635d553]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-b635d553]{font-weight:700}.text-semibold[data-v-b635d553]{font-weight:600}.text-italic[data-v-b635d553]{font-style:italic}.text-xs[data-v-b635d553]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-b635d553]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-b635d553]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-b635d553]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-b635d553]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-b635d553]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-b635d553]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-b635d553]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-b635d553]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-b635d553]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-b635d553]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-b635d553]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-b635d553]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-b635d553]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-b635d553]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-b635d553]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-b635d553]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-b635d553]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-b635d553]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-b635d553]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-b635d553]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-b635d553]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-b635d553]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-b635d553]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-b635d553]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-b635d553]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-b635d553]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-b635d553]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-b635d553]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-b635d553]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-b635d553]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-b635d553]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-b635d553]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-b635d553]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-b635d553]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-b635d553]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-b635d553]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-b635d553]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-b635d553]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-b635d553]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-b635d553]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-b635d553]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-b635d553]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-b635d553]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.question-type-wrapper[data-v-b635d553]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.answer-wrapper[data-v-b635d553]{align-self:stretch;flex:1 1 100%}textarea[data-v-b635d553]{display:block;width:100%;padding:10px;background-color:var(--neutral-000);border-radius:4px;border:1px solid var(--neutral-200);min-height:400px;height:100%}@media (max-width: 992px){textarea[data-v-b635d553]{min-height:150px}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-f3aadee1]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-f3aadee1]{font-weight:700}.text-semibold[data-v-f3aadee1]{font-weight:600}.text-italic[data-v-f3aadee1]{font-style:italic}.text-xs[data-v-f3aadee1]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-f3aadee1]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-f3aadee1]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-f3aadee1]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-f3aadee1]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-f3aadee1]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-f3aadee1]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-f3aadee1]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-f3aadee1]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-f3aadee1]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-f3aadee1]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-f3aadee1]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-f3aadee1]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-f3aadee1]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-f3aadee1]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-f3aadee1]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-f3aadee1]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-f3aadee1]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-f3aadee1]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-f3aadee1]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-f3aadee1]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-f3aadee1]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-f3aadee1]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-f3aadee1]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-f3aadee1]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-f3aadee1]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-f3aadee1]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-f3aadee1]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-f3aadee1]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-f3aadee1]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-f3aadee1]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-f3aadee1]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-f3aadee1]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-f3aadee1]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-f3aadee1]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-f3aadee1]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-f3aadee1]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-f3aadee1]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-f3aadee1]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-f3aadee1]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-f3aadee1]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-f3aadee1]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-f3aadee1]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-f3aadee1]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.default-main-container[data-v-f3aadee1]{flex-direction:column}@media (min-width: 1200px){.default-main-container[data-v-f3aadee1]{background-color:transparent}}.default-main-container.variant-1[data-v-f3aadee1]{background-color:transparent}.appLoader[data-v-f3aadee1]{display:flex;justify-content:center;align-items:center;font-size:30px}.error-wrapper[data-v-f3aadee1]{padding:8px 16px;display:flex;align-self:stretch;flex-direction:column}.questions_wrapper[data-v-f3aadee1]{width:100%;height:100%}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-ce4ff8ce]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-ce4ff8ce]{font-weight:700}.text-semibold[data-v-ce4ff8ce]{font-weight:600}.text-italic[data-v-ce4ff8ce]{font-style:italic}.text-xs[data-v-ce4ff8ce]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-ce4ff8ce]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-ce4ff8ce]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-ce4ff8ce],.api-questionnaire-modal .header-wrapper[data-v-ce4ff8ce]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-ce4ff8ce]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-ce4ff8ce]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-ce4ff8ce]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-ce4ff8ce]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-ce4ff8ce]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-ce4ff8ce]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-ce4ff8ce]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-ce4ff8ce]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-ce4ff8ce]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-ce4ff8ce]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-ce4ff8ce]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-ce4ff8ce]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-ce4ff8ce]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-ce4ff8ce]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-ce4ff8ce]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-ce4ff8ce]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-ce4ff8ce]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-ce4ff8ce]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-ce4ff8ce]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-ce4ff8ce]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-ce4ff8ce]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-ce4ff8ce]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-ce4ff8ce]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-ce4ff8ce]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-ce4ff8ce]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-ce4ff8ce]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-ce4ff8ce]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-ce4ff8ce]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-ce4ff8ce]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-ce4ff8ce]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-ce4ff8ce]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-ce4ff8ce]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-ce4ff8ce]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-ce4ff8ce]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-ce4ff8ce]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-ce4ff8ce]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-ce4ff8ce]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-ce4ff8ce]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-ce4ff8ce]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-ce4ff8ce]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.api-questionnaire-modal[data-v-ce4ff8ce]{position:relative;display:flex;flex-direction:column;margin:8px;min-height:calc(100dvh - 16px);overflow:auto;text-align:center}.api-questionnaire-modal section[data-v-ce4ff8ce]{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px}.api-questionnaire-modal h4[data-v-ce4ff8ce]{font-weight:600}.api-questionnaire-modal .header-wrapper[data-v-ce4ff8ce]{display:flex;min-height:96px;padding:32px 48px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;color:var(--primary-500);border-radius:8px 8px 0 0;background:#fffc;backdrop-filter:blur(10px);text-align:center}.api-questionnaire-modal .content-wrapper[data-v-ce4ff8ce]{display:flex;flex-direction:column;gap:8px;padding:24px 32px;align-self:stretch;background:var(--neutral-000);border-radius:0 0 8px 8px;flex:1 0 auto;justify-content:space-between}.api-questionnaire-modal .content-wrapper .inner-content-wrapper[data-v-ce4ff8ce]{display:flex;flex-direction:column;gap:16px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-0bc78783]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-0bc78783]{font-weight:700}.text-semibold[data-v-0bc78783]{font-weight:600}.text-italic[data-v-0bc78783]{font-style:italic}.text-xs[data-v-0bc78783]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-0bc78783]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-0bc78783]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-0bc78783]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-0bc78783]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-0bc78783]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-0bc78783]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-0bc78783]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-0bc78783]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-0bc78783]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-0bc78783]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-0bc78783]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-0bc78783]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-0bc78783]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-0bc78783]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-0bc78783]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-0bc78783]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-0bc78783]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-0bc78783]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-0bc78783]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-0bc78783]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-0bc78783]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-0bc78783]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-0bc78783]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-0bc78783]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-0bc78783]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-0bc78783]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-0bc78783]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-0bc78783]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-0bc78783]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-0bc78783]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-0bc78783]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-0bc78783]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-0bc78783]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-0bc78783]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-0bc78783]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-0bc78783]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-0bc78783]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-0bc78783]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-0bc78783]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-0bc78783]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-0bc78783]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-0bc78783]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-0bc78783]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.global-errors-wrapper[data-v-0bc78783]{position:fixed;bottom:16px;left:0;right:0;padding:16px;z-index:9999;width:480px;max-width:100%;margin-inline:auto}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-9883ac50]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-9883ac50]{font-weight:700}.text-semibold[data-v-9883ac50]{font-weight:600}.text-italic[data-v-9883ac50]{font-style:italic}.text-xs[data-v-9883ac50]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-9883ac50]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-9883ac50]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-9883ac50]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-9883ac50]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-9883ac50]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-9883ac50]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-9883ac50]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-9883ac50]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-9883ac50]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-9883ac50]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-9883ac50]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-9883ac50]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-9883ac50]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-9883ac50]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-9883ac50]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-9883ac50]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-9883ac50]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-9883ac50]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-9883ac50]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-9883ac50]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-9883ac50]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-9883ac50]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-9883ac50]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-9883ac50]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-9883ac50]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-9883ac50]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-9883ac50]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-9883ac50]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-9883ac50]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-9883ac50]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-9883ac50]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-9883ac50]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-9883ac50]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-9883ac50]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-9883ac50]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-9883ac50]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-9883ac50]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-9883ac50]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-9883ac50]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-9883ac50]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-9883ac50]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-9883ac50]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-9883ac50]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.modal-overlay[data-v-9883ac50]{margin:auto;animation:fade-out-9883ac50 .2s ease-out forwards;border:none;outline:none;box-shadow:0 0 3px #0003;border-radius:3px;max-width:720px}.modal-overlay[data-v-9883ac50]::backdrop{background-color:color-mix(in srgb,var(--grey-600),transparent 100%);backdrop-filter:blur(0)}.modal-overlay[open][data-v-9883ac50]{animation:fade-in-9883ac50 .2s ease-out forwards}.modal-overlay[open][data-v-9883ac50]::backdrop{background-color:color-mix(in srgb,var(--grey-600),transparent 40%);backdrop-filter:blur(3px)}.modal-overlay .modal-header[data-v-9883ac50]{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:10px;float:right}.modal-overlay .modal-close[data-v-9883ac50]{cursor:pointer}.modal-overlay .modal-close[data-v-9883ac50] .icon{width:auto;height:24px}.modal-overlay[data-v-9883ac50] .modal-body ol{padding-inline-start:40px}.modal-overlay[data-v-9883ac50] .modal-body .terms_headline,.modal-overlay[data-v-9883ac50] .modal-body h2,.modal-overlay[data-v-9883ac50] .modal-body h3:first-child{margin-top:10px;padding-bottom:10px;border-bottom:1px solid}.modal-overlay[data-v-9883ac50] .modal-body h4,.modal-overlay[data-v-9883ac50] .modal-body h2,.modal-overlay[data-v-9883ac50] .modal-body h3:first-child{font-size:1.1em;text-align:center;font-weight:600}.modal-overlay[data-v-9883ac50] .modal-body p{padding:0 10px;margin:10px 0}.modal-overlay[data-v-9883ac50] .modal-body ol,.modal-overlay[data-v-9883ac50] .modal-body h3{font-weight:600;padding:0 10px;margin:0;list-style-position:inside;font-size:1em}.modal-overlay[data-v-9883ac50] .modal-body a{font-weight:400;color:var(--primary-500);line-break:anywhere}.modal-overlay[data-v-9883ac50] .modal-body strong{font-weight:600}@keyframes fade-in-9883ac50{0%{opacity:0;transform:translateY(30px);display:none}to{opacity:1;transform:translateY(0);display:block}}@keyframes fade-out-9883ac50{0%{opacity:1;transform:translateY(0);display:block}to{opacity:0;transform:translateY(30px);display:none}}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-b547bc28]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-b547bc28]{font-weight:700}.text-semibold[data-v-b547bc28]{font-weight:600}.text-italic[data-v-b547bc28]{font-style:italic}.text-xs[data-v-b547bc28]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-b547bc28]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-b547bc28]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-b547bc28]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-b547bc28]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-b547bc28]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-b547bc28]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-b547bc28]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-b547bc28]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-b547bc28]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-b547bc28]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-b547bc28]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-b547bc28]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-b547bc28]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-b547bc28]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-b547bc28]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-b547bc28]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-b547bc28]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-b547bc28]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-b547bc28]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-b547bc28]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-b547bc28]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-b547bc28]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-b547bc28]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-b547bc28]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-b547bc28]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-b547bc28]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-b547bc28]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-b547bc28]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-b547bc28]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-b547bc28]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-b547bc28]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-b547bc28]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-b547bc28]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-b547bc28]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-b547bc28]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-b547bc28]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-b547bc28]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-b547bc28]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-b547bc28]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-b547bc28]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-b547bc28]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-b547bc28]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-b547bc28]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.modal-overlay[data-v-b547bc28]{margin:auto;animation:fade-out .7s ease-out}.modal-overlay[data-v-b547bc28]::backdrop{background-color:color-mix(in srgb,var(--grey-600),transparent 100%)}.modal-overlay[open][data-v-b547bc28]{animation:fade-in .7s ease-out}.modal-overlay[open][data-v-b547bc28]::backdrop{background-color:color-mix(in srgb,var(--grey-600),transparent 30%)}.modal-overlay .modal-header[data-v-b547bc28]{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px}.modal-overlay .modal-close[data-v-b547bc28]{cursor:pointer}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}[data-v-9493bbd3]:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold[data-v-9493bbd3]{font-weight:700}.text-semibold[data-v-9493bbd3]{font-weight:600}.text-italic[data-v-9493bbd3]{font-style:italic}.text-xs[data-v-9493bbd3]{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm[data-v-9493bbd3]{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base[data-v-9493bbd3]{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x[data-v-9493bbd3]{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x[data-v-9493bbd3]{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x[data-v-9493bbd3]{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x[data-v-9493bbd3]{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x[data-v-9493bbd3]{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x[data-v-9493bbd3]{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x[data-v-9493bbd3]{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x[data-v-9493bbd3]{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi[data-v-9493bbd3]{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi[data-v-9493bbd3]{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi[data-v-9493bbd3]{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi[data-v-9493bbd3]{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi[data-v-9493bbd3]{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi[data-v-9493bbd3]{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi[data-v-9493bbd3]{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi[data-v-9493bbd3]{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi[data-v-9493bbd3]{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi[data-v-9493bbd3]{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi[data-v-9493bbd3]{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold[data-v-9493bbd3]{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold[data-v-9493bbd3]{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold[data-v-9493bbd3]{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold[data-v-9493bbd3]{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold[data-v-9493bbd3]{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold[data-v-9493bbd3]{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold[data-v-9493bbd3]{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold[data-v-9493bbd3]{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold[data-v-9493bbd3]{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold[data-v-9493bbd3]{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold[data-v-9493bbd3]{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic[data-v-9493bbd3]{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic[data-v-9493bbd3]{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic[data-v-9493bbd3]{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic[data-v-9493bbd3]{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic[data-v-9493bbd3]{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic[data-v-9493bbd3]{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic[data-v-9493bbd3]{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic[data-v-9493bbd3]{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic[data-v-9493bbd3]{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic[data-v-9493bbd3]{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic[data-v-9493bbd3]{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}input[type=file][data-v-9493bbd3]{display:none}.file-input-button[data-v-9493bbd3]{display:inline-block;margin-block:15px;padding:5px 10px;background:#ccc;cursor:pointer}.send-button[data-v-9493bbd3]{display:inline-block;margin-block:15px;padding:5px 15px;background:#ccc;cursor:pointer;border:none;font-size:20px}.image-previews .image-loading[data-v-9493bbd3]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:var(--grey-300)}.image-previews .image-loading svg[data-v-9493bbd3]{width:64px;height:64px}.image-finished[data-v-9493bbd3]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:var(--green-300);background:#0000004d}.image-finished svg[data-v-9493bbd3]{width:64px;height:64px}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf) format("truetype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/assets/OpenSans-Bold-rt86PKrA.ttf) format("truetype")}:root{--font-family-default: "Open Sans", sans-serif;--font-size-default: 16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-2x: 1.5rem;--text-3x: 1.875rem;--text-4x: 2.25rem;--text-5x: 3rem;--text-6x: 3.75rem;--text-7x: 4.5rem;--text-8x: 6rem;--text-9x: 8rem}.text-bold{font-weight:700}.text-semibold{font-weight:600}.text-italic{font-style:italic}.text-xs{font-size:var(--text-xs);line-height:1.333333;font-weight:400}.text-sm{font-size:var(--text-sm);line-height:1.428571;font-weight:400}.text-base{font-size:var(--text-base);line-height:1.5;font-weight:400}.text-2x{font-size:var(--text-2x);line-height:1.333333;font-weight:400}.text-3x{font-size:var(--text-3x);line-height:1.2;font-weight:400}.text-4x{font-size:var(--text-4x);line-height:1.111111;font-weight:400}.text-5x{font-size:var(--text-5x);line-height:1;font-weight:400}.text-6x{font-size:var(--text-6x);line-height:1;font-weight:400}.text-7x{font-size:var(--text-7x);line-height:1;font-weight:400}.text-8x{font-size:var(--text-8x);line-height:1;font-weight:400}.text-9x{font-size:var(--text-9x);line-height:1;font-weight:400}.text-xs-semi{font-size:var(--text-xs);line-height:1.333333;font-weight:600}.text-sm-semi,.bottom-info-text{font-size:var(--text-sm);line-height:1.428571;font-weight:600}.text-base-semi{font-size:var(--text-base);line-height:1.5;font-weight:600}.text-2x-semi{font-size:var(--text-2x);line-height:1.333333;font-weight:600}.text-3x-semi{font-size:var(--text-3x);line-height:1.2;font-weight:600}.text-4x-semi{font-size:var(--text-4x);line-height:1.111111;font-weight:600}.text-5x-semi{font-size:var(--text-5x);line-height:1;font-weight:600}.text-6x-semi{font-size:var(--text-6x);line-height:1;font-weight:600}.text-7x-semi{font-size:var(--text-7x);line-height:1;font-weight:600}.text-8x-semi{font-size:var(--text-8x);line-height:1;font-weight:600}.text-9x-semi{font-size:var(--text-9x);line-height:1;font-weight:600}.text-xs-bold{font-size:var(--text-xs);line-height:1.333333;font-weight:700}.text-sm-bold{font-size:var(--text-sm);line-height:1.428571;font-weight:700}.text-base-bold{font-size:var(--text-base);line-height:1.5;font-weight:700}.text-2x-bold{font-size:var(--text-2x);line-height:1.333333;font-weight:700}.text-3x-bold{font-size:var(--text-3x);line-height:1.2;font-weight:700}.text-4x-bold{font-size:var(--text-4x);line-height:1.111111;font-weight:700}.text-5x-bold{font-size:var(--text-5x);line-height:1;font-weight:700}.text-6x-bold{font-size:var(--text-6x);line-height:1;font-weight:700}.text-7x-bold{font-size:var(--text-7x);line-height:1;font-weight:700}.text-8x-bold{font-size:var(--text-8x);line-height:1;font-weight:700}.text-9x-bold{font-size:var(--text-9x);line-height:1;font-weight:700}.text-xs-italic{font-size:var(--text-xs);line-height:1.333333;font-weight:400;font-style:italic}.text-sm-italic{font-size:var(--text-sm);line-height:1.428571;font-weight:400;font-style:italic}.text-base-italic{font-size:var(--text-base);line-height:1.5;font-weight:400;font-style:italic}.text-2x-italic{font-size:var(--text-2x);line-height:1.333333;font-weight:400;font-style:italic}.text-3x-italic{font-size:var(--text-3x);line-height:1.2;font-weight:400;font-style:italic}.text-4x-italic{font-size:var(--text-4x);line-height:1.111111;font-weight:400;font-style:italic}.text-5x-italic{font-size:var(--text-5x);line-height:1;font-weight:400;font-style:italic}.text-6x-italic{font-size:var(--text-6x);line-height:1;font-weight:400;font-style:italic}.text-7x-italic{font-size:var(--text-7x);line-height:1;font-weight:400;font-style:italic}.text-8x-italic{font-size:var(--text-8x);line-height:1;font-weight:400;font-style:italic}.text-9x-italic{font-size:var(--text-9x);line-height:1;font-weight:400;font-style:italic}.imageUpload-modal-content{display:flex;flex-direction:column;align-items:center;background:var(--neutral-000);overflow:hidden}.main-info-text{display:flex;padding:16px 8px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.bottom-info-wrapper{display:flex;padding:24px 16px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;background:var(--neutral-000)}.bullet-points{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.bullet-points .bullet-point{display:flex;align-items:flex-start;gap:8px;align-self:stretch;color:var(--primary-500)}.bullet-points .bullet-point .icon-wrapper{display:flex;width:24px;align-items:center;gap:10px;align-self:stretch}.bullet-points .bullet-point .icon-wrapper .icon{width:auto;height:24px}.bottom-info-text{color:var(--primary-300);text-align:center}.upload-image-wrapper{background:var(--primary-050);display:flex;padding:24px 8px;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.upload-image-wrapper .input-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.upload-image-wrapper .file-input-button{align-self:stretch;flex:1 0 auto;border-radius:8px;overflow:hidden;border:3px dashed var(--primary-500);aspect-ratio:1/1;display:flex;background:var(--neutral-000);justify-content:center;align-items:center;flex-direction:column;margin:0;max-width:164px;width:164px;height:164px;cursor:pointer;color:var(--primary-500)}.upload-image-wrapper .file-input-button .icon{width:56px;height:56px}.upload-image-wrapper .file-send-wrapper{display:flex;padding:24px 8px 0;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.upload-image-wrapper .file-send-wrapper .image-previews{position:relative;display:flex;align-items:center;gap:16px;align-self:stretch;justify-content:center;flex-wrap:wrap}.upload-image-wrapper .file-send-wrapper .image-previews .preview{position:relative;display:flex;max-width:164px;min-width:100px;width:calc(50% - 16px);flex-direction:column;align-items:flex-start;flex:0 1 auto;border-radius:8px;overflow:hidden}.upload-image-wrapper .file-send-wrapper .image-previews .preview img{object-fit:cover;aspect-ratio:1/1;width:100%}.upload-image-wrapper .file-send-wrapper .image-previews .preview .menu{width:36px;height:28px;position:absolute;right:-.5px;top:16px;border-radius:4px 0 0 4px;background:var(--neutral-000);cursor:pointer}.upload-image-wrapper .file-send-wrapper .image-previews .preview .menu .icon{display:flex;width:28px;height:28px;padding:2.884px 2.947px;justify-content:center;align-items:center;position:absolute;left:4px;top:0}.upload-image-wrapper .file-send-wrapper .info-text-wrapper{display:none}.upload-image-wrapper .file-send-wrapper .buttons-wrapper{display:flex;padding:8px 8px 0;align-items:flex-start;gap:16px;align-self:stretch}
