@charset "UTF-8";.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}html,:root{--mobile-bottom-nav-height: clamp(56px, 8vh, 72px)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}#app{width:100dvw;min-height:100dvh}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:before,.multiselect__spinner:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}*[dir=rtl] .multiselect{text-align:right}*[dir=rtl] .multiselect__select{right:auto;left:1px}*[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}*[dir=rtl] .multiselect__content{text-align:right}*[dir=rtl] .multiselect__option:after{right:auto;left:0}*[dir=rtl] .multiselect__clear{right:auto;left:12px}*[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}*{margin:0;padding:0;box-sizing:border-box}body{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect{min-height:0}.multiselect__select{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select:before{margin-top:0;top:0}.multiselect__tags{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input{font-family:Nunito!important}.multiselect__placeholder{margin-bottom:0;font-family:Nunito}.multiselect__tag{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight:after{background-color:#ff6a6a!important}.multiselect__content-wrapper{max-height:20vh!important}.multiselect__option--selected{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:calc(32 / 1920 * 100vw)}.multiselect__option{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:.78125vw}.multiselect__option{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:calc(35 / 1920 * 100vw)}.multiselect__option{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body{font-size:15px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}}fieldset[disabled] .multiselect[data-v-73924b12]{pointer-events:none}.multiselect__spinner[data-v-73924b12]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-73924b12]:before,.multiselect__spinner[data-v-73924b12]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-73924b12]:before{animation:spinning-73924b12 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-73924b12]:after{animation:spinning-73924b12 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-73924b12],.multiselect__loading-leave-active[data-v-73924b12]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-73924b12],.multiselect__loading-leave-active[data-v-73924b12]{opacity:0}.multiselect[data-v-73924b12],.multiselect__input[data-v-73924b12],.multiselect__single[data-v-73924b12]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-73924b12]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-73924b12] *{box-sizing:border-box}.multiselect[data-v-73924b12]:focus{outline:none}.multiselect--disabled[data-v-73924b12]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-73924b12]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-73924b12],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-73924b12],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-73924b12]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-73924b12]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-73924b12],.multiselect--above.multiselect--active .multiselect__input[data-v-73924b12],.multiselect--above.multiselect--active .multiselect__tags[data-v-73924b12]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-73924b12],.multiselect__single[data-v-73924b12]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-73924b12]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-73924b12],.multiselect__tag~.multiselect__single[data-v-73924b12]{width:auto}.multiselect__input[data-v-73924b12]:hover,.multiselect__single[data-v-73924b12]:hover{border-color:#cfcfcf}.multiselect__input[data-v-73924b12]:focus,.multiselect__single[data-v-73924b12]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-73924b12]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-73924b12]{display:inline}.multiselect__tags[data-v-73924b12]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-73924b12]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-73924b12]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-73924b12]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-73924b12]:focus:after,.multiselect__tag-icon[data-v-73924b12]:hover:after{color:#fff}.multiselect__current[data-v-73924b12]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-73924b12]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-73924b12]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-73924b12]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-73924b12]{display:none}.multiselect__content-wrapper[data-v-73924b12]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-73924b12]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-73924b12]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-73924b12]::-webkit-scrollbar{display:none}.multiselect__element[data-v-73924b12]{display:block}.multiselect__option[data-v-73924b12]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-73924b12]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-73924b12]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-73924b12]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-73924b12]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-73924b12]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-73924b12],.multiselect--disabled .multiselect__select[data-v-73924b12]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-73924b12]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-73924b12]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-73924b12]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-73924b12]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-73924b12]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73924b12]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73924b12]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-73924b12],.multiselect-leave-active[data-v-73924b12]{transition:all .15s ease}.multiselect-enter[data-v-73924b12],.multiselect-leave-active[data-v-73924b12]{opacity:0}.multiselect__strong[data-v-73924b12]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-73924b12]{text-align:right}[dir=rtl] .multiselect__select[data-v-73924b12]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-73924b12]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-73924b12]{text-align:right}[dir=rtl] .multiselect__option[data-v-73924b12]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-73924b12]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-73924b12]{right:auto;left:1px}@keyframes spinning-73924b12{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-73924b12]{margin:0;padding:0;box-sizing:border-box}body[data-v-73924b12]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-73924b12]{min-height:0}.multiselect__select[data-v-73924b12]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-73924b12]:before{margin-top:0;top:0}.multiselect__tags[data-v-73924b12]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-73924b12]{font-family:Nunito!important}.multiselect__placeholder[data-v-73924b12]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-73924b12]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-73924b12]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-73924b12]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-73924b12]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-73924b12]{max-height:20vh!important}.multiselect__option--selected[data-v-73924b12]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-73924b12]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-73924b12]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73924b12]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-73924b12]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:.78125vw}.multiselect__option[data-v-73924b12]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-73924b12]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-73924b12]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-73924b12]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73924b12]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-73924b12]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-73924b12]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73924b12]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-73924b12]{font-size:15px}h1[data-v-73924b12]{font-size:1.5rem}h2[data-v-73924b12]{font-size:1.25rem}h3[data-v-73924b12]{font-size:1.1rem}}.hero-container[data-v-73924b12]{position:relative;width:100%;height:100dvh;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(20,1fr);text-align:center;background:radial-gradient(circle at 15% 18%,rgba(38,229,188,.25),transparent 30%),radial-gradient(circle at 80% 25%,rgba(23,130,109,.16),transparent 30%),linear-gradient(180deg,#81f1d914,#fff0)}.hero-container .hero-header[data-v-73924b12]{grid-row:5/15;font-family:Manrope;text-align:center;line-height:1.2;z-index:5;color:#2b2b2b;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:visible!important}.hero-container .hero-header .lead-in[data-v-73924b12]{font-size:calc(80 / 1920 * 100vw)}.hero-container .hero-header .hero-highlighted[data-v-73924b12]{display:block;position:relative;font-size:clamp(2rem,12vw,30vh);background:linear-gradient(to right,#26e5bc,#1c6758);background-clip:text;word-spacing:50px;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-container .cta-btn-container[data-v-73924b12]{display:flex;align-items:center;justify-content:center;grid-row:15/16}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]{font-family:Nunito;text-decoration:none}.hero-container .cta-btn-container .cta-btn svg[data-v-73924b12]{font-size:calc(40 / 1920 * 100vw)}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]{color:#2b2b2b;border-radius:14px;background:linear-gradient(to right,#81f1d9,#83f1d9);padding:1rem 2rem;cursor:pointer;border:4px solid hsl(170,60%,98%);transition:box-shadow .4s ease}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]:hover{box-shadow:0 0 0 4px #26e5bc}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]{display:flex;align-items:center;justify-content:center;column-gap:10px;position:relative;z-index:4}.hero-container .cta-btn-container .secondary[data-v-73924b12]{margin-left:1rem;border:4px solid rgba(28,103,88,.35);background:#ffffffeb;color:#1c6758}.hero-container .login-btn[data-v-73924b12]{text-decoration:none}.hero-container .hero-purpose[data-v-73924b12]{margin:.75rem 1.6rem 0;font-family:Nunito;font-size:1rem;color:#2b2b2b;max-width:54rem;justify-self:center}.hero-container .subtext-container[data-v-73924b12]{grid-row:18/19;display:flex;align-items:center;justify-content:center}.hero-container .subtext-container .hero-subtext[data-v-73924b12]{font-family:Matangi;font-weight:350;letter-spacing:3px;color:#2b2b2b}.hero-container .subtext-container .subtext-highlighted[data-v-73924b12]{color:#26e5bc;font-weight:500}@media screen and (min-width:1025px){.cta-btn[data-v-73924b12]{font-size:calc(20 / 1920 * 100vw)}.hero-subtext[data-v-73924b12]{font-size:1.5625vw}}@media screen and (max-width:1025px){.cta-btn[data-v-73924b12]{font-size:calc(50 / 1920 * 100vw)}.hero-subtext[data-v-73924b12]{font-size:3.125vw}}@media screen and (max-width:950px){.cta-btn[data-v-73924b12]{font-size:calc(50 / 1920 * 100vw)}.hero-subtext[data-v-73924b12]{font-size:calc(55 / 1920 * 100vw)}}@media screen and (max-width:550px){.cta-btn[data-v-73924b12]{font-size:3.125vw}.hero-subtext[data-v-73924b12]{font-size:calc(50 / 1920 * 100vw)}}@media screen and (min-width:750px){.hero-highlighted[data-v-73924b12]{word-spacing:50px}.mobile-break[data-v-73924b12]{display:none}}@media screen and (max-width:750px){[data-v-73924b12] .peep-box{display:none!important}.mobile-break[data-v-73924b12]{display:block}}fieldset[disabled] .multiselect[data-v-9695ee56]{pointer-events:none}.multiselect__spinner[data-v-9695ee56]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-9695ee56]:before,.multiselect__spinner[data-v-9695ee56]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-9695ee56]:before{animation:spinning-9695ee56 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-9695ee56]:after{animation:spinning-9695ee56 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-9695ee56],.multiselect__loading-leave-active[data-v-9695ee56]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-9695ee56],.multiselect__loading-leave-active[data-v-9695ee56]{opacity:0}.multiselect[data-v-9695ee56],.multiselect__input[data-v-9695ee56],.multiselect__single[data-v-9695ee56]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-9695ee56]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-9695ee56] *{box-sizing:border-box}.multiselect[data-v-9695ee56]:focus{outline:none}.multiselect--disabled[data-v-9695ee56]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-9695ee56]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-9695ee56],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-9695ee56],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-9695ee56]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-9695ee56]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-9695ee56],.multiselect--above.multiselect--active .multiselect__input[data-v-9695ee56],.multiselect--above.multiselect--active .multiselect__tags[data-v-9695ee56]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-9695ee56],.multiselect__single[data-v-9695ee56]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-9695ee56]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-9695ee56],.multiselect__tag~.multiselect__single[data-v-9695ee56]{width:auto}.multiselect__input[data-v-9695ee56]:hover,.multiselect__single[data-v-9695ee56]:hover{border-color:#cfcfcf}.multiselect__input[data-v-9695ee56]:focus,.multiselect__single[data-v-9695ee56]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-9695ee56]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-9695ee56]{display:inline}.multiselect__tags[data-v-9695ee56]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-9695ee56]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-9695ee56]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-9695ee56]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-9695ee56]:focus:after,.multiselect__tag-icon[data-v-9695ee56]:hover:after{color:#fff}.multiselect__current[data-v-9695ee56]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-9695ee56]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-9695ee56]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-9695ee56]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-9695ee56]{display:none}.multiselect__content-wrapper[data-v-9695ee56]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-9695ee56]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-9695ee56]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-9695ee56]::-webkit-scrollbar{display:none}.multiselect__element[data-v-9695ee56]{display:block}.multiselect__option[data-v-9695ee56]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-9695ee56]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-9695ee56]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-9695ee56]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-9695ee56]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-9695ee56]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-9695ee56],.multiselect--disabled .multiselect__select[data-v-9695ee56]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-9695ee56]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-9695ee56]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-9695ee56]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-9695ee56]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-9695ee56]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9695ee56]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9695ee56]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-9695ee56],.multiselect-leave-active[data-v-9695ee56]{transition:all .15s ease}.multiselect-enter[data-v-9695ee56],.multiselect-leave-active[data-v-9695ee56]{opacity:0}.multiselect__strong[data-v-9695ee56]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-9695ee56]{text-align:right}[dir=rtl] .multiselect__select[data-v-9695ee56]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-9695ee56]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-9695ee56]{text-align:right}[dir=rtl] .multiselect__option[data-v-9695ee56]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-9695ee56]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-9695ee56]{right:auto;left:1px}@keyframes spinning-9695ee56{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-9695ee56]{margin:0;padding:0;box-sizing:border-box}body[data-v-9695ee56]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-9695ee56]{min-height:0}.multiselect__select[data-v-9695ee56]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-9695ee56]:before{margin-top:0;top:0}.multiselect__tags[data-v-9695ee56]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-9695ee56]{font-family:Nunito!important}.multiselect__placeholder[data-v-9695ee56]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-9695ee56]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-9695ee56]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-9695ee56]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-9695ee56]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-9695ee56]{max-height:20vh!important}.multiselect__option--selected[data-v-9695ee56]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-9695ee56]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-9695ee56]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-9695ee56]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:.78125vw}.multiselect__option[data-v-9695ee56]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-9695ee56]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-9695ee56]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-9695ee56]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-9695ee56]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-9695ee56]{font-size:15px}h1[data-v-9695ee56]{font-size:1.5rem}h2[data-v-9695ee56]{font-size:1.25rem}h3[data-v-9695ee56]{font-size:1.1rem}}.landing-navbar[data-v-9695ee56]{--max-width: 84rem;--accent-color: #1c6758;--muted-text: #5d7069;--surface-color: rgba(255, 255, 255, .82);--surface-border: rgba(28, 103, 88, .12);--transition-speed: .22s;position:fixed;top:0;left:0;z-index:30;width:100%;padding:.9rem 1rem}.navbar-inner[data-v-9695ee56]{width:100%;max-width:var(--max-width);margin:0 auto;padding:.75rem 1rem;border-radius:1.5rem;border:1px solid var(--surface-border);background:var(--surface-color);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 38px #1c675814;display:flex;align-items:center;gap:1rem}.brand[data-v-9695ee56]{min-height:44px;text-decoration:none;display:inline-flex;align-items:center;gap:.85rem}.brand-mark[data-v-9695ee56]{width:2.8rem;height:2.8rem;border-radius:1rem;background:linear-gradient(135deg,#26e5bc2e,#81f1d952);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.brand-mark img[data-v-9695ee56]{width:2.2rem;height:2.2rem;object-fit:contain}.brand-copy[data-v-9695ee56]{display:grid}.brand-kicker[data-v-9695ee56]{font-family:Manrope;font-size:1rem;font-weight:800;color:var(--accent-color)}.brand-subtitle[data-v-9695ee56]{font-family:Nunito;font-size:.88rem;color:var(--muted-text)}.desktop-nav[data-v-9695ee56],.desktop-actions[data-v-9695ee56]{display:none}.menu-toggle[data-v-9695ee56]{width:2.9rem;height:2.9rem;min-width:44px;min-height:44px;margin-left:auto;border:1px solid rgba(28,103,88,.12);border-radius:999px;background:#fffc;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.26rem;cursor:pointer}.menu-toggle span[data-v-9695ee56]{width:1rem;height:2px;border-radius:999px;background:var(--accent-color)}.mobile-panel[data-v-9695ee56]{width:100%;max-width:var(--max-width);margin:.75rem auto 0;padding:0 .15rem}.mobile-nav[data-v-9695ee56]{padding:.75rem;border-radius:1.5rem;border:1px solid var(--surface-border);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 38px #1c675814;display:grid;gap:.5rem}.mobile-link[data-v-9695ee56],.mobile-cta[data-v-9695ee56],.nav-link[data-v-9695ee56],.cta-link[data-v-9695ee56]{min-height:44px;text-decoration:none;font-family:Nunito;font-size:.98rem;font-weight:800}.mobile-link[data-v-9695ee56]{padding:.9rem 1rem;border-radius:1rem;color:var(--accent-color)}.mobile-link[data-v-9695ee56]:hover{background:#26e5bc14}.mobile-cta[data-v-9695ee56],.cta-link[data-v-9695ee56]{padding:.9rem 1.25rem;border-radius:999px;color:var(--accent-color);background:linear-gradient(135deg,#26e5bce6,#81f1d9eb);box-shadow:0 12px 26px #1c675824}.menu-fade-enter-active[data-v-9695ee56],.menu-fade-leave-active[data-v-9695ee56]{transition:opacity var(--transition-speed) ease,transform var(--transition-speed) ease}.menu-fade-enter-from[data-v-9695ee56],.menu-fade-leave-to[data-v-9695ee56]{opacity:0;transform:translateY(-8px)}@media(min-width:900px){.desktop-nav[data-v-9695ee56],.desktop-actions[data-v-9695ee56]{display:flex}.desktop-nav[data-v-9695ee56]{margin-left:auto;align-items:center;gap:.35rem}.desktop-actions[data-v-9695ee56]{align-items:center}.nav-link[data-v-9695ee56]{padding:.75rem 1rem;border-radius:999px;color:var(--muted-text);transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease}.nav-link[data-v-9695ee56]:hover{color:var(--accent-color);background:#26e5bc14}.cta-link[data-v-9695ee56]{margin-left:.5rem}.menu-toggle[data-v-9695ee56],.mobile-panel[data-v-9695ee56]{display:none}}@media(max-width:520px){.brand-subtitle[data-v-9695ee56]{display:none}}fieldset[disabled] .multiselect[data-v-8ebe89a0]{pointer-events:none}.multiselect__spinner[data-v-8ebe89a0]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8ebe89a0]:before,.multiselect__spinner[data-v-8ebe89a0]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8ebe89a0]:before{animation:spinning-8ebe89a0 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8ebe89a0]:after{animation:spinning-8ebe89a0 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8ebe89a0],.multiselect__loading-leave-active[data-v-8ebe89a0]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8ebe89a0],.multiselect__loading-leave-active[data-v-8ebe89a0]{opacity:0}.multiselect[data-v-8ebe89a0],.multiselect__input[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8ebe89a0]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8ebe89a0] *{box-sizing:border-box}.multiselect[data-v-8ebe89a0]:focus{outline:none}.multiselect--disabled[data-v-8ebe89a0]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8ebe89a0]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8ebe89a0],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8ebe89a0],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8ebe89a0]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8ebe89a0]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8ebe89a0],.multiselect--above.multiselect--active .multiselect__input[data-v-8ebe89a0],.multiselect--above.multiselect--active .multiselect__tags[data-v-8ebe89a0]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8ebe89a0]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8ebe89a0],.multiselect__tag~.multiselect__single[data-v-8ebe89a0]{width:auto}.multiselect__input[data-v-8ebe89a0]:hover,.multiselect__single[data-v-8ebe89a0]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8ebe89a0]:focus,.multiselect__single[data-v-8ebe89a0]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8ebe89a0]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8ebe89a0]{display:inline}.multiselect__tags[data-v-8ebe89a0]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8ebe89a0]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8ebe89a0]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8ebe89a0]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8ebe89a0]:focus:after,.multiselect__tag-icon[data-v-8ebe89a0]:hover:after{color:#fff}.multiselect__current[data-v-8ebe89a0]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8ebe89a0]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8ebe89a0]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8ebe89a0]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8ebe89a0]{display:none}.multiselect__content-wrapper[data-v-8ebe89a0]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8ebe89a0]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8ebe89a0]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8ebe89a0]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8ebe89a0]{display:block}.multiselect__option[data-v-8ebe89a0]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8ebe89a0]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8ebe89a0]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8ebe89a0]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8ebe89a0]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8ebe89a0]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8ebe89a0],.multiselect--disabled .multiselect__select[data-v-8ebe89a0]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8ebe89a0]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8ebe89a0]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8ebe89a0]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8ebe89a0]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8ebe89a0]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8ebe89a0]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8ebe89a0]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8ebe89a0],.multiselect-leave-active[data-v-8ebe89a0]{transition:all .15s ease}.multiselect-enter[data-v-8ebe89a0],.multiselect-leave-active[data-v-8ebe89a0]{opacity:0}.multiselect__strong[data-v-8ebe89a0]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8ebe89a0]{text-align:right}[dir=rtl] .multiselect__select[data-v-8ebe89a0]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8ebe89a0]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8ebe89a0]{text-align:right}[dir=rtl] .multiselect__option[data-v-8ebe89a0]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8ebe89a0]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8ebe89a0]{right:auto;left:1px}@keyframes spinning-8ebe89a0{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8ebe89a0]{margin:0;padding:0;box-sizing:border-box}body[data-v-8ebe89a0]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8ebe89a0]{min-height:0}.multiselect__select[data-v-8ebe89a0]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8ebe89a0]:before{margin-top:0;top:0}.multiselect__tags[data-v-8ebe89a0]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8ebe89a0]{font-family:Nunito!important}.multiselect__placeholder[data-v-8ebe89a0]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8ebe89a0]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8ebe89a0]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8ebe89a0]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8ebe89a0]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8ebe89a0]{max-height:20vh!important}.multiselect__option--selected[data-v-8ebe89a0]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8ebe89a0]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8ebe89a0]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8ebe89a0]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:.78125vw}.multiselect__option[data-v-8ebe89a0]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8ebe89a0]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8ebe89a0]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8ebe89a0]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8ebe89a0]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8ebe89a0]{font-size:15px}h1[data-v-8ebe89a0]{font-size:1.5rem}h2[data-v-8ebe89a0]{font-size:1.25rem}h3[data-v-8ebe89a0]{font-size:1.1rem}}.about-us-section[data-v-8ebe89a0]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(4rem, 9vw, 6.5rem);--accent-color: #1c6758;--muted-text: #536861;--surface-color: rgba(255, 255, 255, .88);--surface-outline: rgba(28, 103, 88, .12);--highlight-bg: rgba(38, 229, 188, .08);width:100%;padding:var(--section-padding-block) var(--section-padding-inline);background:radial-gradient(circle at 15% 18%,rgba(38,229,188,.16),transparent 24%),linear-gradient(180deg,#fff0,#81f1d91f)}.section-inner[data-v-8ebe89a0]{width:100%;max-width:var(--section-max-width);margin:0 auto;display:grid;gap:2rem}.copy-panel[data-v-8ebe89a0]{display:grid;gap:1.25rem}.copy-panel h2[data-v-8ebe89a0]{margin:.25rem 0 0;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-8ebe89a0]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.section-subheading[data-v-8ebe89a0],.story-card p[data-v-8ebe89a0],.highlight-card p[data-v-8ebe89a0],.quote-copy[data-v-8ebe89a0],.quote-label[data-v-8ebe89a0],.me-label[data-v-8ebe89a0]{font-family:Nunito}.section-subheading[data-v-8ebe89a0]{margin:0;max-width:36rem;font-size:1rem;line-height:1.7;color:var(--muted-text)}.story-card[data-v-8ebe89a0],.highlight-card[data-v-8ebe89a0],.quote-card[data-v-8ebe89a0]{border-radius:1.75rem;border:1px solid var(--surface-outline);background:var(--surface-color);box-shadow:0 18px 40px #1c675814}.story-card[data-v-8ebe89a0]{padding:1.4rem;display:grid;gap:1rem}.story-card p[data-v-8ebe89a0]{margin:0;font-size:1rem;line-height:1.75;color:var(--muted-text)}.highlights[data-v-8ebe89a0]{display:grid;gap:1rem}.highlight-card[data-v-8ebe89a0]{padding:1.15rem 1.2rem;background:linear-gradient(135deg,var(--highlight-bg),rgba(255,255,255,.92))}.highlight-card p[data-v-8ebe89a0]{margin:.6rem 0 0;font-size:.98rem;line-height:1.6;color:var(--muted-text)}.highlight-label[data-v-8ebe89a0],.quote-label[data-v-8ebe89a0]{display:inline-flex;align-items:center;min-height:44px;font-family:Manrope;font-size:.95rem;font-weight:800;color:var(--accent-color)}.visual-panel[data-v-8ebe89a0]{display:grid;gap:1rem}.visual-surface[data-v-8ebe89a0]{position:relative;min-height:28rem;border-radius:2rem;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 30%),linear-gradient(135deg,#17826df0,#26e5bcc7);box-shadow:0 24px 44px #1c675829}.scene[data-v-8ebe89a0]{position:absolute;inset:0;background-image:url(/assets/scene-BwKKRZep.svg);background-size:cover;background-repeat:no-repeat;background-position:center center;opacity:.95}.me[data-v-8ebe89a0]{position:absolute;bottom:0;left:52%;transform:translate(-50%);width:min(18rem,42vw);aspect-ratio:325/462;background-image:url(/assets/me-CD6s0R4N.svg);background-size:contain;background-repeat:no-repeat;background-position:center bottom}.me-label[data-v-8ebe89a0]{position:absolute;top:1.2rem;left:1.2rem;padding:.75rem .9rem;border-radius:1rem;background:#ffffffdb;font-size:.9rem;font-weight:800;line-height:1.4;color:var(--accent-color);box-shadow:0 16px 30px #1c675824}.quote-card[data-v-8ebe89a0]{padding:1.2rem 1.3rem}.quote-copy[data-v-8ebe89a0]{margin:.35rem 0 0;font-size:.98rem;line-height:1.7;color:var(--muted-text)}@media(min-width:900px){.section-inner[data-v-8ebe89a0]{grid-template-columns:minmax(0,1fr) minmax(18rem,33rem);align-items:center}.copy-panel[data-v-8ebe89a0]{padding-right:1rem}.highlights[data-v-8ebe89a0]{grid-template-columns:repeat(3,minmax(0,1fr))}}fieldset[disabled] .multiselect[data-v-7bd2c98a]{pointer-events:none}.multiselect__spinner[data-v-7bd2c98a]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-7bd2c98a]:before,.multiselect__spinner[data-v-7bd2c98a]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-7bd2c98a]:before{animation:spinning-7bd2c98a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-7bd2c98a]:after{animation:spinning-7bd2c98a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-7bd2c98a],.multiselect__loading-leave-active[data-v-7bd2c98a]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-7bd2c98a],.multiselect__loading-leave-active[data-v-7bd2c98a]{opacity:0}.multiselect[data-v-7bd2c98a],.multiselect__input[data-v-7bd2c98a],.multiselect__single[data-v-7bd2c98a]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-7bd2c98a]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-7bd2c98a] *{box-sizing:border-box}.multiselect[data-v-7bd2c98a]:focus{outline:none}.multiselect--disabled[data-v-7bd2c98a]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-7bd2c98a]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-7bd2c98a],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-7bd2c98a],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-7bd2c98a]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-7bd2c98a]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-7bd2c98a],.multiselect--above.multiselect--active .multiselect__input[data-v-7bd2c98a],.multiselect--above.multiselect--active .multiselect__tags[data-v-7bd2c98a]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-7bd2c98a],.multiselect__single[data-v-7bd2c98a]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-7bd2c98a]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-7bd2c98a],.multiselect__tag~.multiselect__single[data-v-7bd2c98a]{width:auto}.multiselect__input[data-v-7bd2c98a]:hover,.multiselect__single[data-v-7bd2c98a]:hover{border-color:#cfcfcf}.multiselect__input[data-v-7bd2c98a]:focus,.multiselect__single[data-v-7bd2c98a]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-7bd2c98a]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-7bd2c98a]{display:inline}.multiselect__tags[data-v-7bd2c98a]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-7bd2c98a]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-7bd2c98a]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-7bd2c98a]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-7bd2c98a]:focus:after,.multiselect__tag-icon[data-v-7bd2c98a]:hover:after{color:#fff}.multiselect__current[data-v-7bd2c98a]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-7bd2c98a]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-7bd2c98a]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-7bd2c98a]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-7bd2c98a]{display:none}.multiselect__content-wrapper[data-v-7bd2c98a]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-7bd2c98a]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-7bd2c98a]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-7bd2c98a]::-webkit-scrollbar{display:none}.multiselect__element[data-v-7bd2c98a]{display:block}.multiselect__option[data-v-7bd2c98a]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-7bd2c98a]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-7bd2c98a]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-7bd2c98a]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-7bd2c98a]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-7bd2c98a]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-7bd2c98a]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-7bd2c98a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-7bd2c98a],.multiselect--disabled .multiselect__select[data-v-7bd2c98a]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-7bd2c98a]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-7bd2c98a]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-7bd2c98a]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-7bd2c98a]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-7bd2c98a]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7bd2c98a]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7bd2c98a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-7bd2c98a],.multiselect-leave-active[data-v-7bd2c98a]{transition:all .15s ease}.multiselect-enter[data-v-7bd2c98a],.multiselect-leave-active[data-v-7bd2c98a]{opacity:0}.multiselect__strong[data-v-7bd2c98a]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-7bd2c98a]{text-align:right}[dir=rtl] .multiselect__select[data-v-7bd2c98a]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-7bd2c98a]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-7bd2c98a]{text-align:right}[dir=rtl] .multiselect__option[data-v-7bd2c98a]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-7bd2c98a]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-7bd2c98a]{right:auto;left:1px}@keyframes spinning-7bd2c98a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-7bd2c98a]{margin:0;padding:0;box-sizing:border-box}body[data-v-7bd2c98a]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-7bd2c98a]{min-height:0}.multiselect__select[data-v-7bd2c98a]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-7bd2c98a]:before{margin-top:0;top:0}.multiselect__tags[data-v-7bd2c98a]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-7bd2c98a]{font-family:Nunito!important}.multiselect__placeholder[data-v-7bd2c98a]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-7bd2c98a]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-7bd2c98a]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-7bd2c98a]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-7bd2c98a]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-7bd2c98a]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-7bd2c98a]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-7bd2c98a]{max-height:20vh!important}.multiselect__option--selected[data-v-7bd2c98a]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-7bd2c98a]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-7bd2c98a],.multiselect__single[data-v-7bd2c98a],.multiselect__tags input[data-v-7bd2c98a]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-7bd2c98a]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7bd2c98a]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-7bd2c98a]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-7bd2c98a],.multiselect__single[data-v-7bd2c98a],.multiselect__tags input[data-v-7bd2c98a]{font-size:.78125vw}.multiselect__option[data-v-7bd2c98a]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-7bd2c98a]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-7bd2c98a]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-7bd2c98a],.multiselect__single[data-v-7bd2c98a],.multiselect__tags input[data-v-7bd2c98a]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-7bd2c98a]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7bd2c98a]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-7bd2c98a]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-7bd2c98a],.multiselect__single[data-v-7bd2c98a],.multiselect__tags input[data-v-7bd2c98a]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-7bd2c98a]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7bd2c98a]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-7bd2c98a]{font-size:15px}h1[data-v-7bd2c98a]{font-size:1.5rem}h2[data-v-7bd2c98a]{font-size:1.25rem}h3[data-v-7bd2c98a]{font-size:1.1rem}}.contact-us-section[data-v-7bd2c98a]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(4rem, 9vw, 6.5rem);--accent-color: #1c6758;--muted-text: #536861;--surface-color: rgba(255, 255, 255, .9);--surface-outline: rgba(28, 103, 88, .12);width:100%;padding:var(--section-padding-block) var(--section-padding-inline);background:radial-gradient(circle at 82% 12%,rgba(38,229,188,.16),transparent 26%),linear-gradient(180deg,#81f1d914,#fff0)}.section-inner[data-v-7bd2c98a]{width:100%;max-width:var(--section-max-width);margin:0 auto;display:grid;gap:2rem}.contact-copy[data-v-7bd2c98a],.contact-note[data-v-7bd2c98a],.email-chip[data-v-7bd2c98a],.form-shell[data-v-7bd2c98a]{border-radius:1.75rem}.contact-copy[data-v-7bd2c98a]{display:grid;gap:1rem}.contact-copy h2[data-v-7bd2c98a]{margin:.25rem 0 0;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-7bd2c98a]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.section-subheading[data-v-7bd2c98a],.note-label[data-v-7bd2c98a],.note-copy[data-v-7bd2c98a],.email-chip[data-v-7bd2c98a],.contact-form label[data-v-7bd2c98a],.contact-form input[data-v-7bd2c98a],.contact-form textarea[data-v-7bd2c98a],.submit-button[data-v-7bd2c98a]{font-family:Nunito}.section-subheading[data-v-7bd2c98a]{margin:0;max-width:36rem;font-size:1rem;line-height:1.7;color:var(--muted-text)}.contact-note[data-v-7bd2c98a]{padding:1.15rem 1.25rem;border:1px solid var(--surface-outline);background:#ffffffc7;box-shadow:0 18px 40px #1c675814}.note-label[data-v-7bd2c98a]{margin:0;font-size:.92rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-color)}.note-copy[data-v-7bd2c98a]{margin:.45rem 0 0;font-size:.98rem;line-height:1.7;color:var(--muted-text)}.email-chip[data-v-7bd2c98a]{width:fit-content;max-width:100%;min-height:44px;padding:.85rem 1rem;border:1px solid var(--surface-outline);background:#ffffffe0;box-shadow:0 14px 28px #1c675814;display:inline-flex;align-items:center;gap:.7rem;color:var(--accent-color);font-size:.98rem;font-weight:800;overflow-wrap:anywhere}.email-chip svg[data-v-7bd2c98a]{width:1.1rem;height:1.1rem;flex:0 0 auto}.illustration-panel[data-v-7bd2c98a]{min-height:16rem;border-radius:2rem;background:radial-gradient(circle at top right,rgba(255,255,255,.26),transparent 32%),linear-gradient(135deg,#17826df0,#26e5bcc7);position:relative;overflow:hidden;box-shadow:0 24px 44px #1c675829}.illustration-plane[data-v-7bd2c98a]{position:absolute;inset:auto -10% -8% auto;width:min(28rem,100%);height:100%;background-image:url(/assets/planepelt-DLt6mUAn.svg);background-size:contain;background-repeat:no-repeat;background-position:right bottom}.form-shell[data-v-7bd2c98a]{padding:1.1rem;border:1px solid var(--surface-outline);background:var(--surface-color);box-shadow:0 18px 40px #1c675814}.contact-form[data-v-7bd2c98a],.form-grid[data-v-7bd2c98a]{display:grid;gap:1rem}.contact-form label[data-v-7bd2c98a]{display:grid;gap:.45rem;font-size:.95rem;font-weight:800;color:var(--accent-color)}.contact-form input[data-v-7bd2c98a],.contact-form textarea[data-v-7bd2c98a]{width:100%;min-height:3rem;padding:.9rem 1rem;border:1px solid rgba(28,103,88,.14);border-radius:1rem;background:#fffffff2;font-size:.98rem;color:#2b2b2b;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-form input[data-v-7bd2c98a]:focus,.contact-form textarea[data-v-7bd2c98a]:focus{border-color:#1c675859;box-shadow:0 0 0 4px #26e5bc1f}.contact-form textarea[data-v-7bd2c98a]{min-height:10rem;resize:vertical}.submit-button[data-v-7bd2c98a]{min-height:48px;padding:.95rem 1.35rem;border:0;border-radius:999px;background:linear-gradient(135deg,#26e5bcf2,#81f1d9f2);color:var(--accent-color);font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #1c675824}.submit-button[data-v-7bd2c98a]:disabled{opacity:.65;cursor:not-allowed}@media(min-width:900px){.section-inner[data-v-7bd2c98a]{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start}.form-grid[data-v-7bd2c98a]{grid-template-columns:repeat(2,minmax(0,1fr))}.message-field[data-v-7bd2c98a]{grid-column:1/-1}}fieldset[disabled] .multiselect[data-v-0dc14a84]{pointer-events:none}.multiselect__spinner[data-v-0dc14a84]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-0dc14a84]:before,.multiselect__spinner[data-v-0dc14a84]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-0dc14a84]:before{animation:spinning-0dc14a84 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-0dc14a84]:after{animation:spinning-0dc14a84 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-0dc14a84],.multiselect__loading-leave-active[data-v-0dc14a84]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-0dc14a84],.multiselect__loading-leave-active[data-v-0dc14a84]{opacity:0}.multiselect[data-v-0dc14a84],.multiselect__input[data-v-0dc14a84],.multiselect__single[data-v-0dc14a84]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-0dc14a84]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-0dc14a84] *{box-sizing:border-box}.multiselect[data-v-0dc14a84]:focus{outline:none}.multiselect--disabled[data-v-0dc14a84]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-0dc14a84]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-0dc14a84],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-0dc14a84],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-0dc14a84]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-0dc14a84]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-0dc14a84],.multiselect--above.multiselect--active .multiselect__input[data-v-0dc14a84],.multiselect--above.multiselect--active .multiselect__tags[data-v-0dc14a84]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-0dc14a84],.multiselect__single[data-v-0dc14a84]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-0dc14a84]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-0dc14a84],.multiselect__tag~.multiselect__single[data-v-0dc14a84]{width:auto}.multiselect__input[data-v-0dc14a84]:hover,.multiselect__single[data-v-0dc14a84]:hover{border-color:#cfcfcf}.multiselect__input[data-v-0dc14a84]:focus,.multiselect__single[data-v-0dc14a84]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-0dc14a84]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-0dc14a84]{display:inline}.multiselect__tags[data-v-0dc14a84]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-0dc14a84]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-0dc14a84]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-0dc14a84]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-0dc14a84]:focus:after,.multiselect__tag-icon[data-v-0dc14a84]:hover:after{color:#fff}.multiselect__current[data-v-0dc14a84]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-0dc14a84]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-0dc14a84]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-0dc14a84]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-0dc14a84]{display:none}.multiselect__content-wrapper[data-v-0dc14a84]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-0dc14a84]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-0dc14a84]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-0dc14a84]::-webkit-scrollbar{display:none}.multiselect__element[data-v-0dc14a84]{display:block}.multiselect__option[data-v-0dc14a84]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-0dc14a84]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-0dc14a84]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-0dc14a84]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-0dc14a84]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-0dc14a84]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-0dc14a84]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-0dc14a84]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-0dc14a84],.multiselect--disabled .multiselect__select[data-v-0dc14a84]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-0dc14a84]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-0dc14a84]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-0dc14a84]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-0dc14a84]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-0dc14a84]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0dc14a84]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0dc14a84]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-0dc14a84],.multiselect-leave-active[data-v-0dc14a84]{transition:all .15s ease}.multiselect-enter[data-v-0dc14a84],.multiselect-leave-active[data-v-0dc14a84]{opacity:0}.multiselect__strong[data-v-0dc14a84]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-0dc14a84]{text-align:right}[dir=rtl] .multiselect__select[data-v-0dc14a84]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-0dc14a84]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-0dc14a84]{text-align:right}[dir=rtl] .multiselect__option[data-v-0dc14a84]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-0dc14a84]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-0dc14a84]{right:auto;left:1px}@keyframes spinning-0dc14a84{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-0dc14a84]{margin:0;padding:0;box-sizing:border-box}body[data-v-0dc14a84]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-0dc14a84]{min-height:0}.multiselect__select[data-v-0dc14a84]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-0dc14a84]:before{margin-top:0;top:0}.multiselect__tags[data-v-0dc14a84]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-0dc14a84]{font-family:Nunito!important}.multiselect__placeholder[data-v-0dc14a84]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-0dc14a84]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-0dc14a84]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-0dc14a84]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-0dc14a84]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-0dc14a84]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-0dc14a84]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-0dc14a84]{max-height:20vh!important}.multiselect__option--selected[data-v-0dc14a84]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-0dc14a84]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-0dc14a84],.multiselect__single[data-v-0dc14a84],.multiselect__tags input[data-v-0dc14a84]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-0dc14a84]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0dc14a84]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-0dc14a84]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-0dc14a84],.multiselect__single[data-v-0dc14a84],.multiselect__tags input[data-v-0dc14a84]{font-size:.78125vw}.multiselect__option[data-v-0dc14a84]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-0dc14a84]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-0dc14a84]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-0dc14a84],.multiselect__single[data-v-0dc14a84],.multiselect__tags input[data-v-0dc14a84]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-0dc14a84]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0dc14a84]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-0dc14a84]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-0dc14a84],.multiselect__single[data-v-0dc14a84],.multiselect__tags input[data-v-0dc14a84]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-0dc14a84]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0dc14a84]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-0dc14a84]{font-size:15px}h1[data-v-0dc14a84]{font-size:1.5rem}h2[data-v-0dc14a84]{font-size:1.25rem}h3[data-v-0dc14a84]{font-size:1.1rem}}.book-carousel-section[data-v-0dc14a84]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(3.5rem, 8vw, 6rem);--surface-color: rgba(255, 255, 255, .92);--surface-border: rgba(28, 103, 88, .12);--text-color: #2b2b2b;--muted-text: #4f655f;--accent-color: #1c6758;--accent-soft: #26e5bc;--shadow-color: 0 16px 40px rgba(28, 103, 88, .12);--radius-xl: 1.75rem;--radius-lg: 1.25rem;--card-width: clamp(16.5rem, 26vw, 18.5rem);--transition-speed: .22s;width:100%;padding:var(--section-padding-block) var(--section-padding-inline);background:radial-gradient(circle at top left,rgba(38,229,188,.18),transparent 34%),linear-gradient(180deg,#81f1d92e,#fff0);color:var(--text-color)}.section-header[data-v-0dc14a84]{width:100%;max-width:var(--section-max-width);margin:0 auto 1.5rem;display:flex;align-items:end;justify-content:space-between;gap:1rem}.section-header h2[data-v-0dc14a84]{margin:.25rem 0 0;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-0dc14a84]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.nav-buttons[data-v-0dc14a84]{display:flex;align-items:center;gap:.75rem}.nav-button[data-v-0dc14a84]{width:3rem;height:3rem;min-width:44px;min-height:44px;border:1px solid rgba(28,103,88,.15);border-radius:999px;background:#ffffffe6;color:var(--accent-color);box-shadow:0 10px 25px #1c67581a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease,background-color var(--transition-speed) ease,opacity var(--transition-speed) ease}.nav-button[data-v-0dc14a84]:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:0 10px 25px #1c67581a}.nav-button[data-v-0dc14a84]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #1c675829;background-color:#fff}.nav-button span[data-v-0dc14a84]{font-size:1.25rem;line-height:1}.carousel-empty-state[data-v-0dc14a84]{width:100%;max-width:var(--section-max-width);margin:0 auto;padding:2rem;border:1px solid var(--surface-border);border-radius:var(--radius-xl);background:var(--surface-color);text-align:center;font-family:Nunito;color:var(--muted-text)}.carousel-shell[data-v-0dc14a84]{position:relative;width:100%;max-width:var(--section-max-width);margin:0 auto}.carousel-shell[data-v-0dc14a84]:before,.carousel-shell[data-v-0dc14a84]:after{content:"";position:absolute;top:0;bottom:0;width:clamp(2rem,7vw,5rem);pointer-events:none;z-index:2}.carousel-shell[data-v-0dc14a84]:before{left:0;background:linear-gradient(90deg,#f6fdfb,#f6fdfb00)}.carousel-shell[data-v-0dc14a84]:after{right:0;background:linear-gradient(270deg,#f6fdfb,#f6fdfb00)}.carousel-track[data-v-0dc14a84]{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 0 1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.carousel-track[data-v-0dc14a84]::-webkit-scrollbar{display:none}.book-card[data-v-0dc14a84]{flex:0 0 var(--card-width);scroll-snap-align:start;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid var(--surface-border);box-shadow:var(--shadow-color);overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.book-card[data-v-0dc14a84]:hover{transform:scale(1.02);box-shadow:0 18px 45px #1c67582e}.book-cover-wrap[data-v-0dc14a84]{aspect-ratio:4/5;background:linear-gradient(135deg,#81f1d959,#fffc)}.book-cover[data-v-0dc14a84]{display:block;width:100%;height:100%;object-fit:cover}.book-cover-fallback[data-v-0dc14a84]{display:grid;place-items:center;background:radial-gradient(circle at top,rgba(38,229,188,.35),transparent 45%),linear-gradient(135deg,#cdeee8,#eef7f4);color:var(--accent-color);font-family:Manrope;font-size:3rem;font-weight:800}.book-card-content[data-v-0dc14a84]{padding:1rem 1rem 1.15rem;display:grid;gap:.35rem}.book-card-content h3[data-v-0dc14a84]{margin:0;font-family:Manrope;font-size:1.1rem;line-height:1.25;color:var(--accent-color)}.book-author[data-v-0dc14a84]{margin:0;font-family:Nunito;font-size:.98rem;color:var(--muted-text)}.book-meta[data-v-0dc14a84]{margin:.2rem 0 0;font-family:Nunito;font-size:.95rem;font-weight:700;color:var(--accent-color)}@media(max-width:767px){.section-header[data-v-0dc14a84]{margin-bottom:1rem;align-items:start;flex-direction:column}.nav-buttons[data-v-0dc14a84]{align-self:flex-end;gap:.5rem}.nav-button[data-v-0dc14a84]{width:2.75rem;height:2.75rem}.book-carousel-section[data-v-0dc14a84]{--card-width: min(88vw, 22rem)}.carousel-track[data-v-0dc14a84]{padding-bottom:.5rem}}fieldset[disabled] .multiselect[data-v-92532f3e]{pointer-events:none}.multiselect__spinner[data-v-92532f3e]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-92532f3e]:before,.multiselect__spinner[data-v-92532f3e]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-92532f3e]:before{animation:spinning-92532f3e 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-92532f3e]:after{animation:spinning-92532f3e 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-92532f3e],.multiselect__loading-leave-active[data-v-92532f3e]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-92532f3e],.multiselect__loading-leave-active[data-v-92532f3e]{opacity:0}.multiselect[data-v-92532f3e],.multiselect__input[data-v-92532f3e],.multiselect__single[data-v-92532f3e]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-92532f3e]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-92532f3e] *{box-sizing:border-box}.multiselect[data-v-92532f3e]:focus{outline:none}.multiselect--disabled[data-v-92532f3e]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-92532f3e]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-92532f3e],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-92532f3e],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-92532f3e]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-92532f3e]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-92532f3e],.multiselect--above.multiselect--active .multiselect__input[data-v-92532f3e],.multiselect--above.multiselect--active .multiselect__tags[data-v-92532f3e]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-92532f3e],.multiselect__single[data-v-92532f3e]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-92532f3e]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-92532f3e],.multiselect__tag~.multiselect__single[data-v-92532f3e]{width:auto}.multiselect__input[data-v-92532f3e]:hover,.multiselect__single[data-v-92532f3e]:hover{border-color:#cfcfcf}.multiselect__input[data-v-92532f3e]:focus,.multiselect__single[data-v-92532f3e]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-92532f3e]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-92532f3e]{display:inline}.multiselect__tags[data-v-92532f3e]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-92532f3e]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-92532f3e]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-92532f3e]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-92532f3e]:focus:after,.multiselect__tag-icon[data-v-92532f3e]:hover:after{color:#fff}.multiselect__current[data-v-92532f3e]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-92532f3e]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-92532f3e]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-92532f3e]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-92532f3e]{display:none}.multiselect__content-wrapper[data-v-92532f3e]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-92532f3e]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-92532f3e]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-92532f3e]::-webkit-scrollbar{display:none}.multiselect__element[data-v-92532f3e]{display:block}.multiselect__option[data-v-92532f3e]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-92532f3e]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-92532f3e]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-92532f3e]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-92532f3e]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-92532f3e]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-92532f3e],.multiselect--disabled .multiselect__select[data-v-92532f3e]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-92532f3e]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-92532f3e]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-92532f3e]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-92532f3e]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-92532f3e]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-92532f3e]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-92532f3e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-92532f3e],.multiselect-leave-active[data-v-92532f3e]{transition:all .15s ease}.multiselect-enter[data-v-92532f3e],.multiselect-leave-active[data-v-92532f3e]{opacity:0}.multiselect__strong[data-v-92532f3e]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-92532f3e]{text-align:right}[dir=rtl] .multiselect__select[data-v-92532f3e]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-92532f3e]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-92532f3e]{text-align:right}[dir=rtl] .multiselect__option[data-v-92532f3e]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-92532f3e]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-92532f3e]{right:auto;left:1px}@keyframes spinning-92532f3e{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-92532f3e]{margin:0;padding:0;box-sizing:border-box}body[data-v-92532f3e]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-92532f3e]{min-height:0}.multiselect__select[data-v-92532f3e]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-92532f3e]:before{margin-top:0;top:0}.multiselect__tags[data-v-92532f3e]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-92532f3e]{font-family:Nunito!important}.multiselect__placeholder[data-v-92532f3e]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-92532f3e]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-92532f3e]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-92532f3e]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-92532f3e]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-92532f3e]{max-height:20vh!important}.multiselect__option--selected[data-v-92532f3e]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-92532f3e]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-92532f3e]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-92532f3e]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:.78125vw}.multiselect__option[data-v-92532f3e]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-92532f3e]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-92532f3e]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-92532f3e]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-92532f3e]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-92532f3e]{font-size:15px}h1[data-v-92532f3e]{font-size:1.5rem}h2[data-v-92532f3e]{font-size:1.25rem}h3[data-v-92532f3e]{font-size:1.1rem}}.how-it-works-section[data-v-92532f3e]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(4rem, 9vw, 6.5rem);--radius-xl: 1.75rem;--radius-lg: 1.25rem;--text-color: #2b2b2b;--muted-text: #536861;--accent-color: #1c6758;--accent-soft: #26e5bc;--surface-color: rgba(255, 255, 255, .88);--surface-outline: rgba(28, 103, 88, .12);--line-color: rgba(28, 103, 88, .18);--placeholder-background: rgba(28, 103, 88, .06);--transition-speed: .26s;width:100%;padding:var(--section-padding-block) var(--section-padding-inline);color:var(--text-color);background:linear-gradient(180deg,#fff0,#81f1d91f),radial-gradient(circle at 20% 20%,rgba(38,229,188,.12),transparent 28%)}.section-inner[data-v-92532f3e]{width:100%;max-width:var(--section-max-width);margin:0 auto}.copy-block[data-v-92532f3e]{max-width:38rem;margin-bottom:1.5rem}.copy-block h2[data-v-92532f3e]{margin:.25rem 0 .5rem;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-92532f3e]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.section-subheading[data-v-92532f3e]{margin:0;font-family:Nunito;font-size:1rem;line-height:1.7;color:var(--muted-text)}.toggle[data-v-92532f3e]{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:100%;max-width:42rem;min-height:3.5rem;padding:.35rem;margin-bottom:2rem;border-radius:999px;background:#fffc;border:1px solid rgba(28,103,88,.1);box-shadow:0 16px 34px #1c675814}.toggle-indicator[data-v-92532f3e]{position:absolute;top:.35rem;left:.35rem;width:calc(50% - .35rem);height:calc(100% - .7rem);border-radius:999px;background:linear-gradient(135deg,#26e5bceb,#81f1d9eb);box-shadow:0 10px 25px #1c675829;transition:transform var(--transition-speed) ease}.toggle-option[data-v-92532f3e]{position:relative;z-index:1;min-height:44px;padding:.85rem 1rem;border:0;border-radius:999px;background:transparent;font-family:Nunito;font-size:.98rem;font-weight:800;color:var(--muted-text);cursor:pointer;transition:color var(--transition-speed) ease}.toggle-option.active[data-v-92532f3e]{color:var(--accent-color)}.steps-timeline[data-v-92532f3e]{position:relative;margin:0;padding:0;list-style:none;display:grid;gap:2rem}.steps-timeline[data-v-92532f3e]:before{content:"";position:absolute;left:1rem;top:1rem;bottom:1rem;width:2px;background:linear-gradient(180deg,rgba(38,229,188,.2),var(--line-color),rgba(38,229,188,.2))}.timeline-step[data-v-92532f3e]{position:relative;padding-left:3.75rem}.step-badge[data-v-92532f3e]{position:absolute;left:0;top:.25rem;width:2rem;height:2rem;border-radius:999px;background:linear-gradient(135deg,var(--accent-color),#2ca28c);color:#fff;font-family:Manrope;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #1c675833}.step-content[data-v-92532f3e]{display:grid;gap:.9rem;padding:1rem;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid var(--surface-outline);box-shadow:0 18px 40px #1c675814}.step-content h3[data-v-92532f3e]{margin:0;font-family:Manrope;font-size:1.15rem;color:var(--accent-color)}.step-content p[data-v-92532f3e]{margin:0;font-family:Nunito;font-size:1rem;line-height:1.65;color:var(--muted-text)}.step-illustration[data-v-92532f3e]{width:100%;min-height:160px;border-radius:var(--radius-lg);border:2px solid rgba(28,103,88,.18);background-color:#1c675814;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px #1c67581a}.flow-switch-enter-active[data-v-92532f3e],.flow-switch-leave-active[data-v-92532f3e]{transition:opacity var(--transition-speed) ease,transform var(--transition-speed) ease}.flow-switch-enter-from[data-v-92532f3e],.flow-switch-leave-to[data-v-92532f3e]{opacity:0;transform:translateY(10px)}@media(min-width:768px){.toggle[data-v-92532f3e]{margin-bottom:3rem}.steps-timeline[data-v-92532f3e]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding-top:5rem}.steps-timeline[data-v-92532f3e]:before{left:8%;right:8%;top:6rem;bottom:auto;width:auto;height:2px;background:linear-gradient(90deg,rgba(38,229,188,.25),var(--line-color),rgba(38,229,188,.25))}.timeline-step[data-v-92532f3e]{padding-left:0;padding-top:0}.step-badge[data-v-92532f3e]{left:50%;top:5rem;transform:translate(-50%);width:2.5rem;height:2.5rem;font-size:.95rem}.step-content[data-v-92532f3e]{padding:0;background:transparent;border:0;box-shadow:none;text-align:center}.step-illustration[data-v-92532f3e]{order:-1}}@media(max-width:767px){.toggle[data-v-92532f3e]{max-width:none}.toggle-option[data-v-92532f3e]{font-size:.92rem;padding-inline:.7rem}}fieldset[disabled] .multiselect[data-v-2214b722]{pointer-events:none}.multiselect__spinner[data-v-2214b722]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-2214b722]:before,.multiselect__spinner[data-v-2214b722]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-2214b722]:before{animation:spinning-2214b722 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-2214b722]:after{animation:spinning-2214b722 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-2214b722],.multiselect__loading-leave-active[data-v-2214b722]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-2214b722],.multiselect__loading-leave-active[data-v-2214b722]{opacity:0}.multiselect[data-v-2214b722],.multiselect__input[data-v-2214b722],.multiselect__single[data-v-2214b722]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-2214b722]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-2214b722] *{box-sizing:border-box}.multiselect[data-v-2214b722]:focus{outline:none}.multiselect--disabled[data-v-2214b722]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-2214b722]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-2214b722],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-2214b722],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-2214b722]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-2214b722]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-2214b722],.multiselect--above.multiselect--active .multiselect__input[data-v-2214b722],.multiselect--above.multiselect--active .multiselect__tags[data-v-2214b722]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-2214b722],.multiselect__single[data-v-2214b722]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-2214b722]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-2214b722],.multiselect__tag~.multiselect__single[data-v-2214b722]{width:auto}.multiselect__input[data-v-2214b722]:hover,.multiselect__single[data-v-2214b722]:hover{border-color:#cfcfcf}.multiselect__input[data-v-2214b722]:focus,.multiselect__single[data-v-2214b722]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-2214b722]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-2214b722]{display:inline}.multiselect__tags[data-v-2214b722]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-2214b722]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-2214b722]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-2214b722]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-2214b722]:focus:after,.multiselect__tag-icon[data-v-2214b722]:hover:after{color:#fff}.multiselect__current[data-v-2214b722]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-2214b722]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-2214b722]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-2214b722]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-2214b722]{display:none}.multiselect__content-wrapper[data-v-2214b722]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-2214b722]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-2214b722]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-2214b722]::-webkit-scrollbar{display:none}.multiselect__element[data-v-2214b722]{display:block}.multiselect__option[data-v-2214b722]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-2214b722]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-2214b722]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-2214b722]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-2214b722]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-2214b722]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-2214b722],.multiselect--disabled .multiselect__select[data-v-2214b722]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-2214b722]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-2214b722]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-2214b722]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-2214b722]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-2214b722]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-2214b722]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-2214b722]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-2214b722],.multiselect-leave-active[data-v-2214b722]{transition:all .15s ease}.multiselect-enter[data-v-2214b722],.multiselect-leave-active[data-v-2214b722]{opacity:0}.multiselect__strong[data-v-2214b722]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-2214b722]{text-align:right}[dir=rtl] .multiselect__select[data-v-2214b722]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-2214b722]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-2214b722]{text-align:right}[dir=rtl] .multiselect__option[data-v-2214b722]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-2214b722]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-2214b722]{right:auto;left:1px}@keyframes spinning-2214b722{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-2214b722]{margin:0;padding:0;box-sizing:border-box}body[data-v-2214b722]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-2214b722]{min-height:0}.multiselect__select[data-v-2214b722]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-2214b722]:before{margin-top:0;top:0}.multiselect__tags[data-v-2214b722]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-2214b722]{font-family:Nunito!important}.multiselect__placeholder[data-v-2214b722]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-2214b722]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-2214b722]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-2214b722]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-2214b722]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-2214b722]{max-height:20vh!important}.multiselect__option--selected[data-v-2214b722]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-2214b722]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-2214b722]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-2214b722]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-2214b722]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:.78125vw}.multiselect__option[data-v-2214b722]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-2214b722]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-2214b722]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-2214b722]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-2214b722]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-2214b722]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-2214b722]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-2214b722]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-2214b722]{font-size:15px}h1[data-v-2214b722]{font-size:1.5rem}h2[data-v-2214b722]{font-size:1.25rem}h3[data-v-2214b722]{font-size:1.1rem}}.page-container[data-v-2214b722]{width:100%;min-height:100%}fieldset[disabled] .multiselect[data-v-1f229377]{pointer-events:none}.multiselect__spinner[data-v-1f229377]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-1f229377]:before,.multiselect__spinner[data-v-1f229377]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-1f229377]:before{animation:spinning-1f229377 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-1f229377]:after{animation:spinning-1f229377 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-1f229377],.multiselect__loading-leave-active[data-v-1f229377]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-1f229377],.multiselect__loading-leave-active[data-v-1f229377]{opacity:0}.multiselect[data-v-1f229377],.multiselect__input[data-v-1f229377],.multiselect__single[data-v-1f229377]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-1f229377]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-1f229377] *{box-sizing:border-box}.multiselect[data-v-1f229377]:focus{outline:none}.multiselect--disabled[data-v-1f229377]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-1f229377]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-1f229377],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-1f229377],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-1f229377]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-1f229377]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-1f229377],.multiselect--above.multiselect--active .multiselect__input[data-v-1f229377],.multiselect--above.multiselect--active .multiselect__tags[data-v-1f229377]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-1f229377],.multiselect__single[data-v-1f229377]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-1f229377]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-1f229377],.multiselect__tag~.multiselect__single[data-v-1f229377]{width:auto}.multiselect__input[data-v-1f229377]:hover,.multiselect__single[data-v-1f229377]:hover{border-color:#cfcfcf}.multiselect__input[data-v-1f229377]:focus,.multiselect__single[data-v-1f229377]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-1f229377]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-1f229377]{display:inline}.multiselect__tags[data-v-1f229377]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-1f229377]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-1f229377]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-1f229377]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-1f229377]:focus:after,.multiselect__tag-icon[data-v-1f229377]:hover:after{color:#fff}.multiselect__current[data-v-1f229377]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-1f229377]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-1f229377]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-1f229377]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-1f229377]{display:none}.multiselect__content-wrapper[data-v-1f229377]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-1f229377]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-1f229377]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-1f229377]::-webkit-scrollbar{display:none}.multiselect__element[data-v-1f229377]{display:block}.multiselect__option[data-v-1f229377]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-1f229377]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-1f229377]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-1f229377]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-1f229377]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-1f229377]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-1f229377]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-1f229377]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-1f229377],.multiselect--disabled .multiselect__select[data-v-1f229377]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-1f229377]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-1f229377]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-1f229377]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-1f229377]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-1f229377]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1f229377]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1f229377]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-1f229377],.multiselect-leave-active[data-v-1f229377]{transition:all .15s ease}.multiselect-enter[data-v-1f229377],.multiselect-leave-active[data-v-1f229377]{opacity:0}.multiselect__strong[data-v-1f229377]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-1f229377]{text-align:right}[dir=rtl] .multiselect__select[data-v-1f229377]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-1f229377]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-1f229377]{text-align:right}[dir=rtl] .multiselect__option[data-v-1f229377]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-1f229377]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-1f229377]{right:auto;left:1px}@keyframes spinning-1f229377{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-1f229377]{margin:0;padding:0;box-sizing:border-box}body[data-v-1f229377]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-1f229377]{min-height:0}.multiselect__select[data-v-1f229377]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-1f229377]:before{margin-top:0;top:0}.multiselect__tags[data-v-1f229377]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-1f229377]{font-family:Nunito!important}.multiselect__placeholder[data-v-1f229377]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-1f229377]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-1f229377]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-1f229377]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-1f229377]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-1f229377]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-1f229377]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-1f229377]{max-height:20vh!important}.multiselect__option--selected[data-v-1f229377]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-1f229377]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-1f229377],.multiselect__single[data-v-1f229377],.multiselect__tags input[data-v-1f229377]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-1f229377]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1f229377]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-1f229377]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-1f229377],.multiselect__single[data-v-1f229377],.multiselect__tags input[data-v-1f229377]{font-size:.78125vw}.multiselect__option[data-v-1f229377]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-1f229377]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-1f229377]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-1f229377],.multiselect__single[data-v-1f229377],.multiselect__tags input[data-v-1f229377]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-1f229377]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1f229377]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-1f229377]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-1f229377],.multiselect__single[data-v-1f229377],.multiselect__tags input[data-v-1f229377]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-1f229377]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1f229377]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-1f229377]{font-size:15px}h1[data-v-1f229377]{font-size:1.5rem}h2[data-v-1f229377]{font-size:1.25rem}h3[data-v-1f229377]{font-size:1.1rem}}@media screen and (max-width:850px){.input-box[data-v-1f229377]{font-size:calc(40 / 1920 * 100vw)}.input-box-container[data-v-1f229377]{height:calc(130 / 1920 * 100vw)}.input-box-container legend[data-v-1f229377]{font-size:calc(25 / 1920 * 100vw);margin:-.625vw;margin-inline-start:calc(110 / 1920 * 100vw)}}@media screen and (max-width:575px){.input-box[data-v-1f229377]{font-size:2.34375vw}.input-box-container[data-v-1f229377]{height:calc(140 / 1920 * 100vw)}.input-box-container legend[data-v-1f229377]{font-size:calc(25 / 1920 * 100vw);margin:-.625vw;margin-inline-start:calc(110 / 1920 * 100vw)}}@media screen and (max-width:500px){.input-box[data-v-1f229377]{font-size:2.34375vw}.input-box-container[data-v-1f229377]{height:calc(145 / 1920 * 100vw)}.input-box-container legend[data-v-1f229377]{font-size:calc(27.5 / 1920 * 100vw);margin:-.625vw;margin-inline-start:calc(110 / 1920 * 100vw)}}@media screen and (min-width:850px){.input-box[data-v-1f229377]{font-size:calc(16 / 1920 * 100vw)}.input-box-container[data-v-1f229377]{height:calc(55 / 1920 * 100vw)}.input-box-container legend[data-v-1f229377]{font-size:calc(10 / 1920 * 100vw);margin:-.3125vw;margin-inline-start:calc(55 / 1920 * 100vw)}}@keyframes subtleWiggle-1f229377{0%,to{transform:translateY(0)}25%{transform:translateY(-1px)}75%{transform:translateY(1px)}}.input-box-container[data-v-1f229377]{position:relative;display:flex;font-family:Nunito;border-radius:30px;border:1px solid #1C6758}.input-box-container[data-v-1f229377]:focus-within{box-shadow:0 0 5px 2px #17826d80}.input-box-container[data-v-1f229377]:focus-within .input-icon-container svg{animation:subtleWiggle-1f229377 5s ease-in-out infinite}.input-box-container legend[data-v-1f229377]{position:relative;z-index:20}[data-v-1f229377] .input-icon-container{aspect-ratio:1/1;border-top-left-radius:30px;border-bottom-left-radius:30px;display:flex;align-items:center;justify-content:center;padding-left:5px;border-right:1px solid lightgray}[data-v-1f229377] .input-icon-container svg{width:50%;aspect-ratio:1/1}.input-box[data-v-1f229377]{width:100%;height:100%;border:none;outline:none;border-top-right-radius:30px;border-bottom-right-radius:30px;padding-left:5px}.optional-buttons[data-v-1f229377]{position:absolute;display:flex;align-items:center;justify-content:flex-end;right:5%;top:50%;transform:translateY(-50%);height:50%;left:75%}.optional-buttons button[data-v-1f229377]{width:50%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;padding:0}.optional-buttons button svg[data-v-1f229377]{width:75%;transition:color .2s ease-in-out}.optional-buttons .optional-deleter[data-v-1f229377]:hover{color:red}fieldset[disabled] .multiselect[data-v-028e3673]{pointer-events:none}.multiselect__spinner[data-v-028e3673]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-028e3673]:before,.multiselect__spinner[data-v-028e3673]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-028e3673]:before{animation:spinning-028e3673 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-028e3673]:after{animation:spinning-028e3673 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-028e3673],.multiselect__loading-leave-active[data-v-028e3673]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-028e3673],.multiselect__loading-leave-active[data-v-028e3673]{opacity:0}.multiselect[data-v-028e3673],.multiselect__input[data-v-028e3673],.multiselect__single[data-v-028e3673]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-028e3673]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-028e3673] *{box-sizing:border-box}.multiselect[data-v-028e3673]:focus{outline:none}.multiselect--disabled[data-v-028e3673]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-028e3673]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-028e3673],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-028e3673],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-028e3673]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-028e3673]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-028e3673],.multiselect--above.multiselect--active .multiselect__input[data-v-028e3673],.multiselect--above.multiselect--active .multiselect__tags[data-v-028e3673]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-028e3673],.multiselect__single[data-v-028e3673]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-028e3673]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-028e3673],.multiselect__tag~.multiselect__single[data-v-028e3673]{width:auto}.multiselect__input[data-v-028e3673]:hover,.multiselect__single[data-v-028e3673]:hover{border-color:#cfcfcf}.multiselect__input[data-v-028e3673]:focus,.multiselect__single[data-v-028e3673]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-028e3673]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-028e3673]{display:inline}.multiselect__tags[data-v-028e3673]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-028e3673]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-028e3673]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-028e3673]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-028e3673]:focus:after,.multiselect__tag-icon[data-v-028e3673]:hover:after{color:#fff}.multiselect__current[data-v-028e3673]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-028e3673]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-028e3673]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-028e3673]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-028e3673]{display:none}.multiselect__content-wrapper[data-v-028e3673]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-028e3673]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-028e3673]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-028e3673]::-webkit-scrollbar{display:none}.multiselect__element[data-v-028e3673]{display:block}.multiselect__option[data-v-028e3673]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-028e3673]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-028e3673]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-028e3673]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-028e3673]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-028e3673]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-028e3673],.multiselect--disabled .multiselect__select[data-v-028e3673]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-028e3673]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-028e3673]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-028e3673]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-028e3673]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-028e3673]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-028e3673]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-028e3673]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-028e3673],.multiselect-leave-active[data-v-028e3673]{transition:all .15s ease}.multiselect-enter[data-v-028e3673],.multiselect-leave-active[data-v-028e3673]{opacity:0}.multiselect__strong[data-v-028e3673]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-028e3673]{text-align:right}[dir=rtl] .multiselect__select[data-v-028e3673]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-028e3673]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-028e3673]{text-align:right}[dir=rtl] .multiselect__option[data-v-028e3673]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-028e3673]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-028e3673]{right:auto;left:1px}@keyframes spinning-028e3673{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-028e3673]{margin:0;padding:0;box-sizing:border-box}body[data-v-028e3673]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-028e3673]{min-height:0}.multiselect__select[data-v-028e3673]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-028e3673]:before{margin-top:0;top:0}.multiselect__tags[data-v-028e3673]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-028e3673]{font-family:Nunito!important}.multiselect__placeholder[data-v-028e3673]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-028e3673]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-028e3673]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-028e3673]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-028e3673]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-028e3673]{max-height:20vh!important}.multiselect__option--selected[data-v-028e3673]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-028e3673]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-028e3673]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-028e3673]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-028e3673]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:.78125vw}.multiselect__option[data-v-028e3673]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-028e3673]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-028e3673]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-028e3673]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-028e3673]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-028e3673]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-028e3673]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-028e3673]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-028e3673]{font-size:15px}h1[data-v-028e3673]{font-size:1.5rem}h2[data-v-028e3673]{font-size:1.25rem}h3[data-v-028e3673]{font-size:1.1rem}}@media screen and (min-width:1150px){[data-v-028e3673] .tooltip{font-size:calc(10 / 1920 * 100vw)}.text-half-login[data-v-028e3673]{padding:3.125vw}[data-v-028e3673] input[type=checkbox]{width:.9375vw;height:.9375vw}[data-v-028e3673] .divider-container,[data-v-028e3673] .sign-up{font-size:calc(14 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:calc(20 / 1920 * 100vw);height:calc(20 / 1920 * 100vw)}[data-v-028e3673] .login-logo{font-size:.78125vw}[data-v-028e3673] .login-logo .logo-icon{width:calc(25 / 1920 * 100vw)}.login-box[data-v-028e3673]{aspect-ratio:2/1}[data-v-028e3673] .login-header{font-size:3vw}[data-v-028e3673] .login-para{font-size:.78125vw}[data-v-028e3673] .social-hint{font-size:calc(13 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(20 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(14 / 1920 * 100vw)}}@media screen and (max-width:1150px){[data-v-028e3673] .tooltip{font-size:.625vw}.text-half-login[data-v-028e3673]{padding:calc(50 / 1920 * 100vw)}[data-v-028e3673] input[type=checkbox]{width:.9375vw;height:.9375vw}[data-v-028e3673] .divider-container{font-size:.9375vw}[data-v-028e3673] .sign-up{font-size:calc(14 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:calc(20 / 1920 * 100vw);height:calc(20 / 1920 * 100vw)}[data-v-028e3673] .login-logo{font-size:.78125vw}[data-v-028e3673] .login-logo .logo-icon{width:calc(25 / 1920 * 100vw)}.login-box[data-v-028e3673]{aspect-ratio:2/1}[data-v-028e3673] .login-header{font-size:calc(59 / 1920 * 100vw)}[data-v-028e3673] .login-para{font-size:.9375vw}[data-v-028e3673] .social-hint{font-size:calc(13 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(20 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(16 / 1920 * 100vw)}}@media screen and (max-width:850px){[data-v-028e3673] .tooltip{font-size:1.5625vw}.text-half-login[data-v-028e3673]{padding:calc(80 / 1920 * 100vw)}[data-v-028e3673] input[type=checkbox]{width:calc(28 / 1920 * 100vw);height:calc(28 / 1920 * 100vw)}[data-v-028e3673] .sign-up{font-size:calc(28 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:2.34375vw;height:2.34375vw}.graphic-half-login[data-v-028e3673]{display:none}.login-box[data-v-028e3673]{aspect-ratio:4/5}[data-v-028e3673] .login-logo{font-size:2.34375vw}[data-v-028e3673] .login-logo .logo-icon{width:3.90625vw}[data-v-028e3673] .login-header{font-size:calc(118 / 1920 * 100vw)}[data-v-028e3673] .login-para{font-size:calc(37.5 / 1920 * 100vw)}[data-v-028e3673] .social-hint{font-size:calc(34 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(50 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(35 / 1920 * 100vw)}[data-v-028e3673] .divider-container{font-size:calc(40 / 1920 * 100vw)}}@media screen and (max-width:550px){[data-v-028e3673] .tooltip{font-size:1.5625vw}.text-half-login[data-v-028e3673]{padding:3.125vw}[data-v-028e3673] input[type=checkbox]{width:1.875vw;height:1.875vw}[data-v-028e3673] .sign-up{font-size:calc(28 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:2.34375vw;height:2.34375vw}.graphic-half-login[data-v-028e3673]{display:none}.login-box[data-v-028e3673]{aspect-ratio:4/5}[data-v-028e3673] .login-logo{font-size:2.34375vw}[data-v-028e3673] .login-logo .logo-icon{width:3.90625vw}[data-v-028e3673] .login-header{font-size:calc(118 / 1920 * 100vw)}[data-v-028e3673] .login-para{font-size:calc(37.5 / 1920 * 100vw)}[data-v-028e3673] .social-hint{font-size:calc(34 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(50 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(35 / 1920 * 100vw)}[data-v-028e3673] .divider-container{font-size:calc(50 / 1920 * 100vw)}}[data-v-028e3673] .fade-enter-active,[data-v-028e3673] .fade-leave-active{transition:opacity .5s ease}[data-v-028e3673] .fade-enter-from,[data-v-028e3673] .fade-leave-to{opacity:0}[data-v-028e3673] input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #999;border-radius:calc(4 / 1920 * 100vw);cursor:pointer;position:relative;transition:background .2s ease}[data-v-028e3673] input[type=checkbox]:checked{background-color:#26e5bc;border-color:transparent}[data-v-028e3673] input[type=checkbox]:checked:after{content:"";position:absolute;top:40%;left:50%;width:40%;height:80%;border:solid white;border-width:0 .2vw .2vw 0;border-radius:2px;transform:translate(-50%,-50%) rotate(45deg)}.login-container[data-v-028e3673]{color:#2b2b2b;width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;background-color:#e6faf5}.login-box[data-v-028e3673]{width:72%;background-color:#f7fdfc;border-radius:30px;display:flex;overflow:hidden}.text-half-login[data-v-028e3673]{flex:1;display:grid;padding-top:0;font-family:Manrope;grid-template-rows:repeat(20,1fr)}.text-half-login[data-v-028e3673] .login-logo{display:flex;align-items:center;grid-row:2/3;height:100%;column-gap:10px}.text-half-login[data-v-028e3673] .login-logo .logo-icon{aspect-ratio:1/1}.text-half-login[data-v-028e3673] .login-header-container{grid-row:4/5}.text-half-login[data-v-028e3673] .login-header-container .login-header{color:#1c6758}.text-half-login[data-v-028e3673] .login-header-container .social-hint a{text-decoration:underline;color:#1c6758;cursor:pointer}.graphic-half-login[data-v-028e3673]{flex:1;padding:.5vw}.graphic-half-login[data-v-028e3673] .carousel-container{padding:1vw;width:100%;height:100%;border-radius:30px;background-color:#17826d}.graphic-half-login[data-v-028e3673] .carousel-item{width:100%;height:90%;display:flex;flex-direction:column}.graphic-half-login[data-v-028e3673] .image-container{height:90%;width:100%;display:flex;align-items:center;justify-content:center}.graphic-half-login[data-v-028e3673] .image-container img{height:100%}.graphic-half-login[data-v-028e3673] .image-caption{height:10%;width:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito;color:#fff;font-size:.78125vw}.graphic-half-login[data-v-028e3673] .slide-indicator-container{height:10%;width:100%;display:flex;align-items:center;justify-content:center}.graphic-half-login[data-v-028e3673] .slide-indicator{width:80px;aspect-ratio:3/1;display:flex;justify-content:space-evenly;align-items:center;background-color:#1c675880;border-radius:5px}.graphic-half-login[data-v-028e3673] .dot{width:4px;aspect-ratio:1/1;border-radius:50%}.graphic-half-login[data-v-028e3673] .filled{background-color:#fff}[data-v-028e3673] .login-btn-container{grid-row:18/21;display:flex;flex-direction:column;row-gap:calc(10 / 1920 * 100vw)}[data-v-028e3673] .sign-up{color:#1c6758;text-decoration:underline;cursor:pointer;width:fit-content}[data-v-028e3673] .login-btn-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%}[data-v-028e3673] .login-btn{height:100%;aspect-ratio:4/1;font-family:Nunito;border-radius:14px;background:linear-gradient(to right,#81f1d9,#83f1d9);cursor:pointer;border:4px solid hsl(170,60%,98%);transition:box-shadow .4s ease}[data-v-028e3673] .login-btn:hover{box-shadow:0 0 0 4px #26e5bc}[data-v-028e3673] .login-btn:disabled{opacity:.7;cursor:not-allowed}[data-v-028e3673] .login-inputs{display:flex;flex-direction:column;justify-content:center;row-gap:10px}[data-v-028e3673] .login-input-wrapper{width:50%}[data-v-028e3673] .metadata-container{width:50%;display:flex;align-items:center;justify-content:space-between}[data-v-028e3673] .forgot-password{color:#1c6758;text-decoration:underline;cursor:pointer;width:fit-content}[data-v-028e3673] .remember-me-container{display:flex;align-items:center;column-gap:5px;color:#1c6758}[data-v-028e3673] .alternatives-container{display:flex;align-items:center;justify-content:center;column-gap:5px;grid-row:6/8}[data-v-028e3673] .alt-login{position:relative;display:flex;align-items:center;justify-content:center;height:100%;aspect-ratio:1/1;border-radius:30px;border:none;cursor:pointer;background-color:#81f1d9;border:2px solid hsl(170,60%,98%);transition:box-shadow .4s ease}[data-v-028e3673] .alt-login:hover{box-shadow:0 0 0 2px #26e5bc}[data-v-028e3673] .alt-login:hover .tooltip{opacity:1}[data-v-028e3673] .alt-login .tooltip{position:absolute;width:110%;height:50%;top:-50%;left:-5%;background-color:#00000080;display:flex;opacity:0;align-items:center;justify-content:center;color:#fff;padding:10px;transition:opacity .5s ease-in-out}[data-v-028e3673] .divider-container{grid-row:9/10;display:flex;align-items:center;justify-content:center;column-gap:10px;width:100%}[data-v-028e3673] .divider-container hr{width:100%;height:1px;margin-top:calc(2.5 / 1920 * 100vw);opacity:.5}fieldset[disabled] .multiselect[data-v-952806c6]{pointer-events:none}.multiselect__spinner[data-v-952806c6]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-952806c6]:before,.multiselect__spinner[data-v-952806c6]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-952806c6]:before{animation:spinning-952806c6 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-952806c6]:after{animation:spinning-952806c6 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-952806c6],.multiselect__loading-leave-active[data-v-952806c6]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-952806c6],.multiselect__loading-leave-active[data-v-952806c6]{opacity:0}.multiselect[data-v-952806c6],.multiselect__input[data-v-952806c6],.multiselect__single[data-v-952806c6]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-952806c6]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-952806c6] *{box-sizing:border-box}.multiselect[data-v-952806c6]:focus{outline:none}.multiselect--disabled[data-v-952806c6]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-952806c6]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-952806c6],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-952806c6],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-952806c6]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-952806c6]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-952806c6],.multiselect--above.multiselect--active .multiselect__input[data-v-952806c6],.multiselect--above.multiselect--active .multiselect__tags[data-v-952806c6]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-952806c6],.multiselect__single[data-v-952806c6]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-952806c6]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-952806c6],.multiselect__tag~.multiselect__single[data-v-952806c6]{width:auto}.multiselect__input[data-v-952806c6]:hover,.multiselect__single[data-v-952806c6]:hover{border-color:#cfcfcf}.multiselect__input[data-v-952806c6]:focus,.multiselect__single[data-v-952806c6]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-952806c6]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-952806c6]{display:inline}.multiselect__tags[data-v-952806c6]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-952806c6]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-952806c6]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-952806c6]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-952806c6]:focus:after,.multiselect__tag-icon[data-v-952806c6]:hover:after{color:#fff}.multiselect__current[data-v-952806c6]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-952806c6]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-952806c6]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-952806c6]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-952806c6]{display:none}.multiselect__content-wrapper[data-v-952806c6]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-952806c6]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-952806c6]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-952806c6]::-webkit-scrollbar{display:none}.multiselect__element[data-v-952806c6]{display:block}.multiselect__option[data-v-952806c6]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-952806c6]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-952806c6]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-952806c6]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-952806c6]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-952806c6]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-952806c6]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-952806c6]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-952806c6],.multiselect--disabled .multiselect__select[data-v-952806c6]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-952806c6]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-952806c6]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-952806c6]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-952806c6]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-952806c6]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-952806c6]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-952806c6]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-952806c6],.multiselect-leave-active[data-v-952806c6]{transition:all .15s ease}.multiselect-enter[data-v-952806c6],.multiselect-leave-active[data-v-952806c6]{opacity:0}.multiselect__strong[data-v-952806c6]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-952806c6]{text-align:right}[dir=rtl] .multiselect__select[data-v-952806c6]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-952806c6]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-952806c6]{text-align:right}[dir=rtl] .multiselect__option[data-v-952806c6]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-952806c6]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-952806c6]{right:auto;left:1px}@keyframes spinning-952806c6{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-952806c6]{margin:0;padding:0;box-sizing:border-box}body[data-v-952806c6]{width:100vw;height:100vh;overflow-x:hidden}.meta-button .icon-container[data-v-952806c6],.notifications-dropdown .notif-block .selection-track[data-v-952806c6]{width:100%;height:100%}.meta-button .icon-container[data-v-952806c6],.modal-settings-container[data-v-952806c6],.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .multiselect-wrapper[data-v-952806c6],.modal-settings-container .modal-settings-content .close-btn[data-v-952806c6]{display:flex;justify-content:center;align-items:center}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-952806c6]{min-height:0}.multiselect__select[data-v-952806c6]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-952806c6]:before{margin-top:0;top:0}.multiselect__tags[data-v-952806c6]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-952806c6]{font-family:Nunito!important}.multiselect__placeholder[data-v-952806c6]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-952806c6]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-952806c6]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-952806c6]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-952806c6]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-952806c6]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-952806c6]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-952806c6]{max-height:20vh!important}.multiselect__option--selected[data-v-952806c6]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-952806c6]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-952806c6],.multiselect__single[data-v-952806c6],.multiselect__tags input[data-v-952806c6]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-952806c6]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-952806c6]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-952806c6]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-952806c6],.multiselect__single[data-v-952806c6],.multiselect__tags input[data-v-952806c6]{font-size:.78125vw}.multiselect__option[data-v-952806c6]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-952806c6]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-952806c6]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-952806c6],.multiselect__single[data-v-952806c6],.multiselect__tags input[data-v-952806c6]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-952806c6]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-952806c6]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-952806c6]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-952806c6],.multiselect__single[data-v-952806c6],.multiselect__tags input[data-v-952806c6]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-952806c6]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-952806c6]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-952806c6]{font-size:15px}h1[data-v-952806c6]{font-size:1.5rem}h2[data-v-952806c6]{font-size:1.25rem}h3[data-v-952806c6]{font-size:1.1rem}}.meta-container[data-v-952806c6]{width:100%;display:flex;align-items:center}.page-header[data-v-952806c6]{font-family:Manrope;margin-right:auto;color:#1c6758}.meta-button[data-v-952806c6]{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;border:none;background-color:transparent;cursor:pointer;padding:0}.meta-button .icon-container[data-v-952806c6] svg{width:20px;height:20px;max-width:20px;max-height:20px}.notifications-dropdown[data-v-952806c6]{position:absolute;top:100%;right:0;max-height:40dvh;overflow-y:scroll;background-color:#f7fdfc;border-radius:10px;border:1px solid rgba(211,211,211,.5);z-index:999}.notifications-dropdown .notif-block[data-v-952806c6]{width:100%;padding:.5rem;display:flex;flex-direction:column;row-gap:6px;border-bottom:1px solid rgba(211,211,211,.5)}.notifications-dropdown .notif-block .label-track[data-v-952806c6]{display:flex;align-items:center;justify-content:space-between;font-family:Nunito}.notifications-dropdown .notif-block .label-track .title-label[data-v-952806c6]{max-width:70%;width:70%;text-overflow:ellipsis;text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-align:left}.notifications-dropdown .notif-block .label-track .grade-label[data-v-952806c6]{max-width:25%;width:25%;text-overflow:ellipsis;text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-align:right}.notifications-dropdown .notif-block .submit-track button[data-v-952806c6]{font-size:12px;cursor:pointer}.notifications-dropdown .notif-block .submit-track .delete-btn[data-v-952806c6]{display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:10px;border:1px solid rgb(211,211,211);padding:.5vw;column-gap:5px}.notifications-dropdown .notif-block .submit-track .apply-btn[data-v-952806c6]{background-color:#26e5bc;color:#fff;border-radius:10px;border:1px solid rgb(211,211,211);padding:.5vw}.notifications-dropdown .notif-block .selection-track[data-v-952806c6]{display:flex}.notifications-dropdown .notif-block .selection-track p[data-v-952806c6]{font-family:Nunito}.notifications-dropdown .title-block label[data-v-952806c6]{font-family:Manrope}[data-v-952806c6]::-webkit-scrollbar{width:0}@media screen and (max-width:1025px){.modal-settings-content[data-v-952806c6]{flex-direction:column;width:min(100%,760px)!important;height:min(88dvh,820px)!important}.settings-sidebar[data-v-952806c6]{display:none}.text-container[data-v-952806c6]{width:100%;height:100%;padding:clamp(1rem,3vw,1.5rem)!important}.page-header[data-v-952806c6]{font-size:3.125vw}.meta-button[data-v-952806c6]{margin-left:1rem}.notifications-dropdown[data-v-952806c6]{width:30vw}.title-block label[data-v-952806c6]{font-size:calc(40 / 1920 * 100vw)}.label-track .title-label[data-v-952806c6]{font-size:calc(35 / 1920 * 100vw)}.label-track .grade-label[data-v-952806c6],.selection-track[data-v-952806c6]{font-size:1.5625vw}}@media screen and (min-width:1025px){.settings-sidebar[data-v-952806c6]{display:flex}.text-container[data-v-952806c6]{width:90%;height:100%}.page-header[data-v-952806c6]{font-size:calc(35 / 1920 * 100vw)}.meta-button[data-v-952806c6]{margin-left:1rem}.notifications-dropdown[data-v-952806c6]{width:12vw}.title-block label[data-v-952806c6]{font-size:calc(16 / 1920 * 100vw)}.label-track .title-label[data-v-952806c6]{font-size:calc(13 / 1920 * 100vw)}.label-track .grade-label[data-v-952806c6]{font-size:calc(10 / 1920 * 100vw)}.selection-track[data-v-952806c6]{font-size:calc(11 / 1920 * 100vw)}}@media screen and (max-width:950px){.page-header[data-v-952806c6]{font-size:calc(50 / 1920 * 100vw)}.meta-button[data-v-952806c6]{margin-left:1rem}.notifications-dropdown[data-v-952806c6]{width:30vw}.title-block label[data-v-952806c6]{font-size:calc(40 / 1920 * 100vw)}.label-track .title-label[data-v-952806c6]{font-size:calc(35 / 1920 * 100vw)}.label-track .grade-label[data-v-952806c6],.selection-track[data-v-952806c6]{font-size:1.5625vw}}@media screen and (max-width:550px){.page-header[data-v-952806c6]{font-size:calc(70 / 1920 * 100vw)}.meta-button[data-v-952806c6]{height:32%;margin-left:4vw}.notifications-dropdown[data-v-952806c6]{width:40vw}.title-block label[data-v-952806c6]{font-size:3.125vw}.label-track .title-label[data-v-952806c6]{font-size:2.34375vw}.label-track .grade-label[data-v-952806c6],.selection-track[data-v-952806c6]{font-size:calc(35 / 1920 * 100vw)}}.modal-settings-container[data-v-952806c6]{position:fixed;inset:0;background-color:#000000bf;z-index:999;padding:clamp(12px,2vw,24px)}.modal-settings-container .modal-settings-content[data-v-952806c6]{position:relative;width:min(75%,1100px);height:min(80dvh,760px);max-height:calc(100dvh - 24px);background-color:#f7fdfc;border-radius:20px;display:flex;overflow:hidden;box-shadow:0 24px 48px #0f172a38}.modal-settings-container .modal-settings-content .settings-sidebar[data-v-952806c6]{overflow:hidden;width:10%;height:100%;background-color:#17826d;border-top-left-radius:20px;border-bottom-left-radius:20px;flex-direction:column;text-align:center;color:#fff;font-family:Nunito;row-gap:1vw}.modal-settings-container .modal-settings-content .settings-sidebar .settings-sidebar-option[data-v-952806c6]{width:100%;display:flex;align-items:center;justify-content:center;column-gap:5px}.modal-settings-container .modal-settings-content .settings-sidebar .settings-sidebar-option[data-v-952806c6] svg{width:20%;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .settings-sidebar .settings-sidebar-option[data-v-952806c6]{cursor:pointer}.modal-settings-container .modal-settings-content .settings-sidebar .main-sidebar-option[data-v-952806c6]{height:4vw;width:100%}.modal-settings-container .modal-settings-content .settings-sidebar .main-sidebar-option svg[data-v-952806c6]{height:100%;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .settings-sidebar .info-container[data-v-952806c6] svg{width:17.5%;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .text-container[data-v-952806c6]{overflow-y:auto;padding:3vw;display:flex;flex-direction:column;row-gap:30px;min-width:0}.modal-settings-container .modal-settings-content .text-container .content-container[data-v-952806c6]{position:relative;width:100%;display:flex;flex-direction:column;row-gap:20px;max-height:100%}.modal-settings-container .modal-settings-content .text-container .content-container h1[data-v-952806c6]{font-family:Manrope}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings[data-v-952806c6]{width:100%;display:flex;flex-direction:column;justify-content:center;row-gap:5px;font-family:Nunito}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .multiselect-wrapper[data-v-952806c6]{height:100%}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .linked-account-track[data-v-952806c6]{white-space:nowrap;width:auto;height:100%;padding:5px 0;overflow-x:scroll}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .linked-account-track .linked-account[data-v-952806c6]{display:inline-flex;align-items:center;margin-right:10px;border-radius:10px;border:2px solid #26e5bc;cursor:pointer;overflow:hidden;column-gap:10px}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .linked-account-track .linked-account svg[data-v-952806c6]{height:2vh;width:15%}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .side-btn-track[data-v-952806c6]{display:flex;align-items:center;column-gap:10px;width:100%;min-height:50%;flex-wrap:wrap}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .side-btn-track .apply-settings-btn[data-v-952806c6]{background-color:transparent;border:2px solid #26e5bc;border-radius:20px;cursor:pointer;font-family:Nunito;transition:background .3s ease,color .3s ease}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .side-btn-track .apply-settings-btn[data-v-952806c6]:hover{background-color:#26e5bc;color:#fff}.modal-settings-container .modal-settings-content .text-container .content-container .delete-field-settings[data-v-952806c6]{width:100%}.modal-settings-container .modal-settings-content .text-container .content-container .delete-field-settings .delete-acc-btn[data-v-952806c6]{width:fit-content;background-color:transparent;border:2px solid #ff9b9b;border-radius:20px;cursor:pointer;font-family:Nunito;transition:background .3s ease,color .3s ease}.modal-settings-container .modal-settings-content .text-container .content-container .delete-field-settings .delete-acc-btn[data-v-952806c6]:hover{background-color:#ff9b9b;color:#fff}.modal-settings-container .modal-settings-content .text-container .content-account .main-settings-account-container[data-v-952806c6]{display:flex;flex-direction:column;justify-content:center;row-gap:20px;font-family:Nunito}.modal-settings-container .modal-settings-content .close-btn[data-v-952806c6]{position:absolute;top:1.25%;right:2%;cursor:pointer;z-index:999;width:40px;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .close-btn svg[data-v-952806c6]{width:50%;aspect-ratio:1/1}.form-input[data-v-952806c6]{width:min(100%,22rem);padding:.5vw 1vw;border-radius:5px;border:1px solid lightgray}@media screen and (min-width:1025px){.form-input[data-v-952806c6],.main-settings-account-container[data-v-952806c6]{font-size:.78125vw}.multiselect-wrapper[data-v-952806c6]{width:30%}.apply-settings-btn[data-v-952806c6],.delete-acc-btn[data-v-952806c6],.linked-account[data-v-952806c6]{padding:.5vw 1vw;font-size:.78125vw}.data-field-settings label[data-v-952806c6]{font-size:calc(17 / 1920 * 100vw)}.content-container h1[data-v-952806c6]{font-size:calc(40 / 1920 * 100vw)}.linked-account p[data-v-952806c6]{font-size:.78125vw}}@media screen and (max-width:1025px){.form-input[data-v-952806c6],.main-settings-account-container[data-v-952806c6]{font-size:clamp(.95rem,2.3vw,1.1rem)}.multiselect-wrapper[data-v-952806c6]{width:40%}.apply-settings-btn[data-v-952806c6],.delete-acc-btn[data-v-952806c6],.linked-account[data-v-952806c6]{padding:.6rem .9rem;font-size:clamp(.95rem,2.3vw,1.1rem)}.data-field-settings label[data-v-952806c6]{font-size:clamp(1rem,2.5vw,1.15rem)}.content-container h1[data-v-952806c6]{font-size:clamp(1.35rem,3.4vw,1.9rem)}}@media screen and (max-width:950px){.form-input[data-v-952806c6],.main-settings-account-container[data-v-952806c6]{font-size:clamp(.95rem,2.8vw,1.05rem)}.multiselect-wrapper[data-v-952806c6]{width:50%}.apply-settings-btn[data-v-952806c6],.delete-acc-btn[data-v-952806c6],.linked-account[data-v-952806c6]{padding:.7rem .95rem;font-size:clamp(.95rem,2.8vw,1.05rem)}.data-field-settings label[data-v-952806c6]{font-size:clamp(1rem,3vw,1.1rem)}.content-container h1[data-v-952806c6]{font-size:clamp(1.3rem,3.6vw,1.7rem)}}@media screen and (max-width:550px){.modal-settings-container[data-v-952806c6]{padding:.5rem}.modal-settings-content[data-v-952806c6]{width:100%!important;height:min(90dvh,820px)!important;border-radius:20px 20px 16px 16px!important}.form-input[data-v-952806c6],.main-settings-account-container[data-v-952806c6]{font-size:.95rem}.multiselect-wrapper[data-v-952806c6]{width:60%}.apply-settings-btn[data-v-952806c6],.delete-acc-btn[data-v-952806c6],.linked-account[data-v-952806c6]{padding:.75rem 1rem;font-size:.95rem}.data-field-settings label[data-v-952806c6]{font-size:1rem}.content-container h1[data-v-952806c6]{font-size:1.35rem}.linked-account-track[data-v-952806c6],.main-settings-account-container[data-v-952806c6],.data-field-settings[data-v-952806c6]{width:100%}.linked-account[data-v-952806c6]{max-width:100%}.linked-account p[data-v-952806c6]{font-size:.95rem}.side-btn-track[data-v-952806c6]{flex-direction:column;align-items:stretch!important}.form-input[data-v-952806c6],.apply-settings-btn[data-v-952806c6],.delete-acc-btn[data-v-952806c6]{width:100%}}[data-v-952806c6]::-webkit-scrollbar{height:.5vw}fieldset[disabled] .multiselect[data-v-07fc4e09]{pointer-events:none}.multiselect__spinner[data-v-07fc4e09]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-07fc4e09]:before,.multiselect__spinner[data-v-07fc4e09]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-07fc4e09]:before{animation:spinning-07fc4e09 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-07fc4e09]:after{animation:spinning-07fc4e09 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-07fc4e09],.multiselect__loading-leave-active[data-v-07fc4e09]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-07fc4e09],.multiselect__loading-leave-active[data-v-07fc4e09]{opacity:0}.multiselect[data-v-07fc4e09],.multiselect__input[data-v-07fc4e09],.multiselect__single[data-v-07fc4e09]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-07fc4e09]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-07fc4e09] *{box-sizing:border-box}.multiselect[data-v-07fc4e09]:focus{outline:none}.multiselect--disabled[data-v-07fc4e09]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-07fc4e09]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-07fc4e09],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-07fc4e09],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-07fc4e09]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-07fc4e09]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-07fc4e09],.multiselect--above.multiselect--active .multiselect__input[data-v-07fc4e09],.multiselect--above.multiselect--active .multiselect__tags[data-v-07fc4e09]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-07fc4e09],.multiselect__single[data-v-07fc4e09]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-07fc4e09]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-07fc4e09],.multiselect__tag~.multiselect__single[data-v-07fc4e09]{width:auto}.multiselect__input[data-v-07fc4e09]:hover,.multiselect__single[data-v-07fc4e09]:hover{border-color:#cfcfcf}.multiselect__input[data-v-07fc4e09]:focus,.multiselect__single[data-v-07fc4e09]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-07fc4e09]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-07fc4e09]{display:inline}.multiselect__tags[data-v-07fc4e09]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-07fc4e09]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-07fc4e09]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-07fc4e09]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-07fc4e09]:focus:after,.multiselect__tag-icon[data-v-07fc4e09]:hover:after{color:#fff}.multiselect__current[data-v-07fc4e09]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-07fc4e09]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-07fc4e09]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-07fc4e09]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-07fc4e09]{display:none}.multiselect__content-wrapper[data-v-07fc4e09]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-07fc4e09]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-07fc4e09]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-07fc4e09]::-webkit-scrollbar{display:none}.multiselect__element[data-v-07fc4e09]{display:block}.multiselect__option[data-v-07fc4e09]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-07fc4e09]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-07fc4e09]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-07fc4e09]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-07fc4e09]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-07fc4e09]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-07fc4e09]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-07fc4e09]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-07fc4e09],.multiselect--disabled .multiselect__select[data-v-07fc4e09]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-07fc4e09]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-07fc4e09]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-07fc4e09]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-07fc4e09]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-07fc4e09]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-07fc4e09]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-07fc4e09]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-07fc4e09],.multiselect-leave-active[data-v-07fc4e09]{transition:all .15s ease}.multiselect-enter[data-v-07fc4e09],.multiselect-leave-active[data-v-07fc4e09]{opacity:0}.multiselect__strong[data-v-07fc4e09]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-07fc4e09]{text-align:right}[dir=rtl] .multiselect__select[data-v-07fc4e09]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-07fc4e09]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-07fc4e09]{text-align:right}[dir=rtl] .multiselect__option[data-v-07fc4e09]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-07fc4e09]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-07fc4e09]{right:auto;left:1px}@keyframes spinning-07fc4e09{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-07fc4e09]{margin:0;padding:0;box-sizing:border-box}body[data-v-07fc4e09]{width:100vw;height:100vh;overflow-x:hidden}.navbar-container .navbar-wrapper[data-v-07fc4e09]{width:100%;height:100%}.navbar-container .navbar-wrapper .navbar-item[data-v-07fc4e09]{display:flex;justify-content:center;align-items:center}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-07fc4e09]{min-height:0}.multiselect__select[data-v-07fc4e09]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-07fc4e09]:before{margin-top:0;top:0}.multiselect__tags[data-v-07fc4e09]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-07fc4e09]{font-family:Nunito!important}.multiselect__placeholder[data-v-07fc4e09]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-07fc4e09]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-07fc4e09]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-07fc4e09]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-07fc4e09]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-07fc4e09]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-07fc4e09]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-07fc4e09]{max-height:20vh!important}.multiselect__option--selected[data-v-07fc4e09]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-07fc4e09]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-07fc4e09],.multiselect__single[data-v-07fc4e09],.multiselect__tags input[data-v-07fc4e09]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-07fc4e09]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-07fc4e09]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-07fc4e09]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-07fc4e09],.multiselect__single[data-v-07fc4e09],.multiselect__tags input[data-v-07fc4e09]{font-size:.78125vw}.multiselect__option[data-v-07fc4e09]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-07fc4e09]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-07fc4e09]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-07fc4e09],.multiselect__single[data-v-07fc4e09],.multiselect__tags input[data-v-07fc4e09]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-07fc4e09]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-07fc4e09]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-07fc4e09]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-07fc4e09],.multiselect__single[data-v-07fc4e09],.multiselect__tags input[data-v-07fc4e09]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-07fc4e09]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-07fc4e09]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-07fc4e09]{font-size:15px}h1[data-v-07fc4e09]{font-size:1.5rem}h2[data-v-07fc4e09]{font-size:1.25rem}h3[data-v-07fc4e09]{font-size:1.1rem}}.navbar-container[data-v-07fc4e09]{position:fixed;bottom:0;left:0;width:100%;height:var(--mobile-bottom-nav-height);padding-bottom:env(safe-area-inset-bottom);background-color:#effbf8;z-index:999}.navbar-container .navbar-wrapper[data-v-07fc4e09]{display:flex}.navbar-container .navbar-wrapper .navbar-item[data-v-07fc4e09]{flex:1;font-family:Nunito}.navbar-container .navbar-wrapper .navbar-item svg[data-v-07fc4e09]{height:50%;aspect-ratio:1/1;transition:color 1s ease-in-out;color:#d3d3d3}.navbar-container .navbar-wrapper .navbar-item[data-v-07fc4e09]:hover{color:#18cda6}fieldset[disabled] .multiselect[data-v-7a0c5cf2]{pointer-events:none}.multiselect__spinner[data-v-7a0c5cf2]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-7a0c5cf2]:before,.multiselect__spinner[data-v-7a0c5cf2]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-7a0c5cf2]:before{animation:spinning-7a0c5cf2 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-7a0c5cf2]:after{animation:spinning-7a0c5cf2 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-7a0c5cf2],.multiselect__loading-leave-active[data-v-7a0c5cf2]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-7a0c5cf2],.multiselect__loading-leave-active[data-v-7a0c5cf2]{opacity:0}.multiselect[data-v-7a0c5cf2],.multiselect__input[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-7a0c5cf2]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-7a0c5cf2] *{box-sizing:border-box}.multiselect[data-v-7a0c5cf2]:focus{outline:none}.multiselect--disabled[data-v-7a0c5cf2]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-7a0c5cf2]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-7a0c5cf2],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-7a0c5cf2],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-7a0c5cf2]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-7a0c5cf2]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-7a0c5cf2],.multiselect--above.multiselect--active .multiselect__input[data-v-7a0c5cf2],.multiselect--above.multiselect--active .multiselect__tags[data-v-7a0c5cf2]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-7a0c5cf2]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-7a0c5cf2],.multiselect__tag~.multiselect__single[data-v-7a0c5cf2]{width:auto}.multiselect__input[data-v-7a0c5cf2]:hover,.multiselect__single[data-v-7a0c5cf2]:hover{border-color:#cfcfcf}.multiselect__input[data-v-7a0c5cf2]:focus,.multiselect__single[data-v-7a0c5cf2]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-7a0c5cf2]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-7a0c5cf2]{display:inline}.multiselect__tags[data-v-7a0c5cf2]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-7a0c5cf2]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-7a0c5cf2]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-7a0c5cf2]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-7a0c5cf2]:focus:after,.multiselect__tag-icon[data-v-7a0c5cf2]:hover:after{color:#fff}.multiselect__current[data-v-7a0c5cf2]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-7a0c5cf2]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-7a0c5cf2]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-7a0c5cf2]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-7a0c5cf2]{display:none}.multiselect__content-wrapper[data-v-7a0c5cf2]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-7a0c5cf2]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-7a0c5cf2]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-7a0c5cf2]::-webkit-scrollbar{display:none}.multiselect__element[data-v-7a0c5cf2]{display:block}.multiselect__option[data-v-7a0c5cf2]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-7a0c5cf2]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-7a0c5cf2]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-7a0c5cf2]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-7a0c5cf2]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-7a0c5cf2]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-7a0c5cf2],.multiselect--disabled .multiselect__select[data-v-7a0c5cf2]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-7a0c5cf2]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-7a0c5cf2]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-7a0c5cf2]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-7a0c5cf2]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-7a0c5cf2]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7a0c5cf2]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7a0c5cf2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-7a0c5cf2],.multiselect-leave-active[data-v-7a0c5cf2]{transition:all .15s ease}.multiselect-enter[data-v-7a0c5cf2],.multiselect-leave-active[data-v-7a0c5cf2]{opacity:0}.multiselect__strong[data-v-7a0c5cf2]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-7a0c5cf2]{text-align:right}[dir=rtl] .multiselect__select[data-v-7a0c5cf2]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-7a0c5cf2]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-7a0c5cf2]{text-align:right}[dir=rtl] .multiselect__option[data-v-7a0c5cf2]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-7a0c5cf2]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-7a0c5cf2]{right:auto;left:1px}@keyframes spinning-7a0c5cf2{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-7a0c5cf2]{margin:0;padding:0;box-sizing:border-box}body[data-v-7a0c5cf2]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-7a0c5cf2]{min-height:0}.multiselect__select[data-v-7a0c5cf2]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-7a0c5cf2]:before{margin-top:0;top:0}.multiselect__tags[data-v-7a0c5cf2]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-7a0c5cf2]{font-family:Nunito!important}.multiselect__placeholder[data-v-7a0c5cf2]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-7a0c5cf2]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-7a0c5cf2]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-7a0c5cf2]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-7a0c5cf2]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-7a0c5cf2]{max-height:20vh!important}.multiselect__option--selected[data-v-7a0c5cf2]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-7a0c5cf2]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:.78125vw}.multiselect__option[data-v-7a0c5cf2]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-7a0c5cf2]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-7a0c5cf2]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-7a0c5cf2]{font-size:15px}h1[data-v-7a0c5cf2]{font-size:1.5rem}h2[data-v-7a0c5cf2]{font-size:1.25rem}h3[data-v-7a0c5cf2]{font-size:1.1rem}}.loading-spinner[data-v-7a0c5cf2]{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:currentColor;display:inline-block;animation:spin-7a0c5cf2 .75s linear infinite}@keyframes spin-7a0c5cf2{to{transform:rotate(360deg)}}fieldset[disabled] .multiselect[data-v-8d0907e7]{pointer-events:none}.multiselect__spinner[data-v-8d0907e7]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8d0907e7]:before,.multiselect__spinner[data-v-8d0907e7]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8d0907e7]:before{animation:spinning-8d0907e7 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8d0907e7]:after{animation:spinning-8d0907e7 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8d0907e7],.multiselect__loading-leave-active[data-v-8d0907e7]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8d0907e7],.multiselect__loading-leave-active[data-v-8d0907e7]{opacity:0}.multiselect[data-v-8d0907e7],.multiselect__input[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8d0907e7]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8d0907e7] *{box-sizing:border-box}.multiselect[data-v-8d0907e7]:focus{outline:none}.multiselect--disabled[data-v-8d0907e7]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8d0907e7]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8d0907e7],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8d0907e7],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8d0907e7]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8d0907e7]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8d0907e7],.multiselect--above.multiselect--active .multiselect__input[data-v-8d0907e7],.multiselect--above.multiselect--active .multiselect__tags[data-v-8d0907e7]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8d0907e7]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8d0907e7],.multiselect__tag~.multiselect__single[data-v-8d0907e7]{width:auto}.multiselect__input[data-v-8d0907e7]:hover,.multiselect__single[data-v-8d0907e7]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8d0907e7]:focus,.multiselect__single[data-v-8d0907e7]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8d0907e7]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8d0907e7]{display:inline}.multiselect__tags[data-v-8d0907e7]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8d0907e7]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8d0907e7]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8d0907e7]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8d0907e7]:focus:after,.multiselect__tag-icon[data-v-8d0907e7]:hover:after{color:#fff}.multiselect__current[data-v-8d0907e7]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8d0907e7]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8d0907e7]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8d0907e7]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8d0907e7]{display:none}.multiselect__content-wrapper[data-v-8d0907e7]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8d0907e7]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8d0907e7]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8d0907e7]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8d0907e7]{display:block}.multiselect__option[data-v-8d0907e7]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8d0907e7]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8d0907e7]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8d0907e7]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8d0907e7]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8d0907e7]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8d0907e7],.multiselect--disabled .multiselect__select[data-v-8d0907e7]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8d0907e7]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8d0907e7]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8d0907e7]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8d0907e7]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8d0907e7]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8d0907e7]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8d0907e7]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8d0907e7],.multiselect-leave-active[data-v-8d0907e7]{transition:all .15s ease}.multiselect-enter[data-v-8d0907e7],.multiselect-leave-active[data-v-8d0907e7]{opacity:0}.multiselect__strong[data-v-8d0907e7]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8d0907e7]{text-align:right}[dir=rtl] .multiselect__select[data-v-8d0907e7]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8d0907e7]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8d0907e7]{text-align:right}[dir=rtl] .multiselect__option[data-v-8d0907e7]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8d0907e7]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8d0907e7]{right:auto;left:1px}@keyframes spinning-8d0907e7{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8d0907e7]{margin:0;padding:0;box-sizing:border-box}body[data-v-8d0907e7]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8d0907e7]{min-height:0}.multiselect__select[data-v-8d0907e7]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8d0907e7]:before{margin-top:0;top:0}.multiselect__tags[data-v-8d0907e7]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8d0907e7]{font-family:Nunito!important}.multiselect__placeholder[data-v-8d0907e7]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8d0907e7]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8d0907e7]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8d0907e7]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8d0907e7]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8d0907e7]{max-height:20vh!important}.multiselect__option--selected[data-v-8d0907e7]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8d0907e7]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8d0907e7]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8d0907e7]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:.78125vw}.multiselect__option[data-v-8d0907e7]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8d0907e7]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8d0907e7]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8d0907e7]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8d0907e7]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8d0907e7]{font-size:15px}h1[data-v-8d0907e7]{font-size:1.5rem}h2[data-v-8d0907e7]{font-size:1.25rem}h3[data-v-8d0907e7]{font-size:1.1rem}}.loading-button[data-v-8d0907e7]{min-height:44px;border:none;border-radius:12px;padding:.75rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;background:#18cda6;color:#555;font-family:Manrope;font-weight:700;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.loading-button[data-v-8d0907e7]:hover:not(:disabled){transform:translateY(-1px)}.loading-button[data-v-8d0907e7]:disabled,.loading-button.is-loading[data-v-8d0907e7]{opacity:.6;cursor:not-allowed}fieldset[disabled] .multiselect[data-v-f633a43e]{pointer-events:none}.multiselect__spinner[data-v-f633a43e]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-f633a43e]:before,.multiselect__spinner[data-v-f633a43e]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-f633a43e]:before{animation:spinning-f633a43e 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-f633a43e]:after{animation:spinning-f633a43e 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-f633a43e],.multiselect__loading-leave-active[data-v-f633a43e]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-f633a43e],.multiselect__loading-leave-active[data-v-f633a43e]{opacity:0}.multiselect[data-v-f633a43e],.multiselect__input[data-v-f633a43e],.multiselect__single[data-v-f633a43e]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-f633a43e]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-f633a43e] *{box-sizing:border-box}.multiselect[data-v-f633a43e]:focus{outline:none}.multiselect--disabled[data-v-f633a43e]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-f633a43e]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-f633a43e],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-f633a43e],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-f633a43e]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-f633a43e]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-f633a43e],.multiselect--above.multiselect--active .multiselect__input[data-v-f633a43e],.multiselect--above.multiselect--active .multiselect__tags[data-v-f633a43e]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-f633a43e],.multiselect__single[data-v-f633a43e]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-f633a43e]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-f633a43e],.multiselect__tag~.multiselect__single[data-v-f633a43e]{width:auto}.multiselect__input[data-v-f633a43e]:hover,.multiselect__single[data-v-f633a43e]:hover{border-color:#cfcfcf}.multiselect__input[data-v-f633a43e]:focus,.multiselect__single[data-v-f633a43e]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-f633a43e]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-f633a43e]{display:inline}.multiselect__tags[data-v-f633a43e]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-f633a43e]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-f633a43e]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-f633a43e]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-f633a43e]:focus:after,.multiselect__tag-icon[data-v-f633a43e]:hover:after{color:#fff}.multiselect__current[data-v-f633a43e]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-f633a43e]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-f633a43e]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-f633a43e]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-f633a43e]{display:none}.multiselect__content-wrapper[data-v-f633a43e]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-f633a43e]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-f633a43e]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-f633a43e]::-webkit-scrollbar{display:none}.multiselect__element[data-v-f633a43e]{display:block}.multiselect__option[data-v-f633a43e]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-f633a43e]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-f633a43e]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-f633a43e]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-f633a43e]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-f633a43e]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-f633a43e],.multiselect--disabled .multiselect__select[data-v-f633a43e]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-f633a43e]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-f633a43e]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-f633a43e]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-f633a43e]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-f633a43e]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f633a43e]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f633a43e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-f633a43e],.multiselect-leave-active[data-v-f633a43e]{transition:all .15s ease}.multiselect-enter[data-v-f633a43e],.multiselect-leave-active[data-v-f633a43e]{opacity:0}.multiselect__strong[data-v-f633a43e]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-f633a43e]{text-align:right}[dir=rtl] .multiselect__select[data-v-f633a43e]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-f633a43e]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-f633a43e]{text-align:right}[dir=rtl] .multiselect__option[data-v-f633a43e]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-f633a43e]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-f633a43e]{right:auto;left:1px}@keyframes spinning-f633a43e{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-f633a43e]{margin:0;padding:0;box-sizing:border-box}body[data-v-f633a43e]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-f633a43e]{min-height:0}.multiselect__select[data-v-f633a43e]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-f633a43e]:before{margin-top:0;top:0}.multiselect__tags[data-v-f633a43e]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-f633a43e]{font-family:Nunito!important}.multiselect__placeholder[data-v-f633a43e]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-f633a43e]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-f633a43e]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-f633a43e]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-f633a43e]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-f633a43e]{max-height:20vh!important}.multiselect__option--selected[data-v-f633a43e]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-f633a43e]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-f633a43e]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-f633a43e]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:.78125vw}.multiselect__option[data-v-f633a43e]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-f633a43e]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-f633a43e]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-f633a43e]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-f633a43e]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-f633a43e]{font-size:15px}h1[data-v-f633a43e]{font-size:1.5rem}h2[data-v-f633a43e]{font-size:1.25rem}h3[data-v-f633a43e]{font-size:1.1rem}}.notifications-modal[data-v-f633a43e]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.notifications-modal__backdrop[data-v-f633a43e]{position:absolute;inset:0;background:#0f172a99}.notifications-modal__panel[data-v-f633a43e]{position:relative;z-index:1;width:min(100%,520px);max-height:min(82dvh,44rem);border-radius:18px;background:#f7fdfc;color:#2b2b2b;padding:clamp(1rem,2.4vw,1.5rem);display:flex;flex-direction:column;gap:1rem;overflow-y:auto;box-shadow:0 24px 48px #0f172a2e}.notifications-modal__panel h2[data-v-f633a43e]{margin:0;font-family:Manrope;font-size:clamp(1.1rem,2vw,1.5rem)}.notifications-modal__close[data-v-f633a43e]{align-self:flex-end;border:none;background:transparent;color:#1c6758;cursor:pointer;min-width:auto;font-size:clamp(.95rem,1.5vw,1rem)}.notifications-modal__content[data-v-f633a43e]{display:flex;flex-direction:column;gap:.5rem;font-family:Nunito;font-size:clamp(.95rem,1.6vw,1rem)}.notifications-modal__actions[data-v-f633a43e]{display:flex;flex-wrap:wrap;gap:.75rem}.notifications-modal__actions[data-v-f633a43e] .loading-button{flex:1 1 180px}@media(max-width:640px){.notifications-modal[data-v-f633a43e]{padding:.75rem}.notifications-modal__panel[data-v-f633a43e]{width:100%;max-height:min(78dvh,40rem);border-radius:20px 20px 16px 16px}.notifications-modal__actions[data-v-f633a43e]{flex-direction:column}.notifications-modal__actions[data-v-f633a43e] .loading-button{width:100%;flex-basis:auto}}fieldset[disabled] .multiselect[data-v-d17ae198]{pointer-events:none}.multiselect__spinner[data-v-d17ae198]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-d17ae198]:before,.multiselect__spinner[data-v-d17ae198]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-d17ae198]:before{animation:spinning-d17ae198 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-d17ae198]:after{animation:spinning-d17ae198 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-d17ae198],.multiselect__loading-leave-active[data-v-d17ae198]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-d17ae198],.multiselect__loading-leave-active[data-v-d17ae198]{opacity:0}.multiselect[data-v-d17ae198],.multiselect__input[data-v-d17ae198],.multiselect__single[data-v-d17ae198]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-d17ae198]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-d17ae198] *{box-sizing:border-box}.multiselect[data-v-d17ae198]:focus{outline:none}.multiselect--disabled[data-v-d17ae198]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-d17ae198]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-d17ae198],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-d17ae198],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-d17ae198]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-d17ae198]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-d17ae198],.multiselect--above.multiselect--active .multiselect__input[data-v-d17ae198],.multiselect--above.multiselect--active .multiselect__tags[data-v-d17ae198]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-d17ae198],.multiselect__single[data-v-d17ae198]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-d17ae198]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-d17ae198],.multiselect__tag~.multiselect__single[data-v-d17ae198]{width:auto}.multiselect__input[data-v-d17ae198]:hover,.multiselect__single[data-v-d17ae198]:hover{border-color:#cfcfcf}.multiselect__input[data-v-d17ae198]:focus,.multiselect__single[data-v-d17ae198]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-d17ae198]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-d17ae198]{display:inline}.multiselect__tags[data-v-d17ae198]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-d17ae198]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-d17ae198]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-d17ae198]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-d17ae198]:focus:after,.multiselect__tag-icon[data-v-d17ae198]:hover:after{color:#fff}.multiselect__current[data-v-d17ae198]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-d17ae198]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-d17ae198]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-d17ae198]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-d17ae198]{display:none}.multiselect__content-wrapper[data-v-d17ae198]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-d17ae198]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-d17ae198]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-d17ae198]::-webkit-scrollbar{display:none}.multiselect__element[data-v-d17ae198]{display:block}.multiselect__option[data-v-d17ae198]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-d17ae198]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-d17ae198]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-d17ae198]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-d17ae198]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-d17ae198]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-d17ae198]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-d17ae198]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-d17ae198],.multiselect--disabled .multiselect__select[data-v-d17ae198]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-d17ae198]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-d17ae198]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-d17ae198]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-d17ae198]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-d17ae198]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d17ae198]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d17ae198]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-d17ae198],.multiselect-leave-active[data-v-d17ae198]{transition:all .15s ease}.multiselect-enter[data-v-d17ae198],.multiselect-leave-active[data-v-d17ae198]{opacity:0}.multiselect__strong[data-v-d17ae198]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-d17ae198]{text-align:right}[dir=rtl] .multiselect__select[data-v-d17ae198]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-d17ae198]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-d17ae198]{text-align:right}[dir=rtl] .multiselect__option[data-v-d17ae198]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-d17ae198]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-d17ae198]{right:auto;left:1px}@keyframes spinning-d17ae198{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-d17ae198]{margin:0;padding:0;box-sizing:border-box}body[data-v-d17ae198]{width:100vw;height:100vh;overflow-x:hidden}.sidebar .sidebar-items[data-v-d17ae198]{width:100%;height:100%}.sidebar[data-v-d17ae198]{display:flex;justify-content:center;align-items:center}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-d17ae198]{min-height:0}.multiselect__select[data-v-d17ae198]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-d17ae198]:before{margin-top:0;top:0}.multiselect__tags[data-v-d17ae198]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-d17ae198]{font-family:Nunito!important}.multiselect__placeholder[data-v-d17ae198]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-d17ae198]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-d17ae198]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-d17ae198]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-d17ae198]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-d17ae198]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-d17ae198]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-d17ae198]{max-height:20vh!important}.multiselect__option--selected[data-v-d17ae198]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-d17ae198]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-d17ae198],.multiselect__single[data-v-d17ae198],.multiselect__tags input[data-v-d17ae198]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-d17ae198]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d17ae198]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-d17ae198]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-d17ae198],.multiselect__single[data-v-d17ae198],.multiselect__tags input[data-v-d17ae198]{font-size:.78125vw}.multiselect__option[data-v-d17ae198]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-d17ae198]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-d17ae198]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-d17ae198],.multiselect__single[data-v-d17ae198],.multiselect__tags input[data-v-d17ae198]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-d17ae198]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d17ae198]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-d17ae198]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-d17ae198],.multiselect__single[data-v-d17ae198],.multiselect__tags input[data-v-d17ae198]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-d17ae198]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d17ae198]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-d17ae198]{font-size:15px}h1[data-v-d17ae198]{font-size:1.5rem}h2[data-v-d17ae198]{font-size:1.25rem}h3[data-v-d17ae198]{font-size:1.1rem}}.sidebar[data-v-d17ae198]{position:fixed;top:0;left:0;height:100%;width:100px;background-color:#effbf8;flex-direction:column;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden;transition:width .3s ease;z-index:10}.sidebar .sidebar-items[data-v-d17ae198]{position:relative;border-radius:inherit}.sidebar .sidebar-items .sidebar-group[data-v-d17ae198]{width:100%;padding-top:18px;padding-left:18px;padding-right:18px}.sidebar .sidebar-items .sidebar-group[data-v-d17ae198]:last-child{position:absolute;bottom:0}.sidebar .sidebar-items .sidebar-group .sidebar-label[data-v-d17ae198]{font-family:Nunito;font-weight:500;color:#6c757d;opacity:0;white-space:nowrap;transition:opacity .2s ease}.sidebar .sidebar-items .sidebar-group .sidebar-item[data-v-d17ae198]{display:flex;align-items:center;column-gap:15px;list-style-type:none;width:100%;padding:18px;cursor:pointer;color:#2b2b2b;text-decoration:none}.sidebar .sidebar-items .sidebar-group .sidebar-item:hover svg[data-v-d17ae198]{color:#18cda6}.sidebar .sidebar-items .sidebar-group .sidebar-item svg[data-v-d17ae198]{flex-shrink:0;transition:color 1s ease-in-out;color:#d3d3d3;width:25px;aspect-ratio:1/1}.sidebar .sidebar-items .sidebar-group .sidebar-item .sidebar-text[data-v-d17ae198]{display:flex;flex:0 1 auto;align-content:center;column-gap:10px;font-family:Nunito;font-weight:250;overflow:hidden;white-space:nowrap;color:#2b2b2b;text-decoration:none}.sidebar .sidebar-items .sidebar-group .sidebar-logo[data-v-d17ae198]{width:25px;height:25px;flex-shrink:0}.sidebar .sidebar-items .sidebar-group .sidebar-header-text[data-v-d17ae198]{font-family:Manrope;font-weight:400;color:#1c6758}.sidebar[data-v-d17ae198]:hover{width:300px}fieldset[disabled] .multiselect[data-v-d60649db]{pointer-events:none}.multiselect__spinner[data-v-d60649db]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-d60649db]:before,.multiselect__spinner[data-v-d60649db]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-d60649db]:before{animation:spinning-d60649db 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-d60649db]:after{animation:spinning-d60649db 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-d60649db],.multiselect__loading-leave-active[data-v-d60649db]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-d60649db],.multiselect__loading-leave-active[data-v-d60649db]{opacity:0}.multiselect[data-v-d60649db],.multiselect__input[data-v-d60649db],.multiselect__single[data-v-d60649db]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-d60649db]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-d60649db] *{box-sizing:border-box}.multiselect[data-v-d60649db]:focus{outline:none}.multiselect--disabled[data-v-d60649db]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-d60649db]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-d60649db],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-d60649db],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-d60649db]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-d60649db]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-d60649db],.multiselect--above.multiselect--active .multiselect__input[data-v-d60649db],.multiselect--above.multiselect--active .multiselect__tags[data-v-d60649db]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-d60649db],.multiselect__single[data-v-d60649db]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-d60649db]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-d60649db],.multiselect__tag~.multiselect__single[data-v-d60649db]{width:auto}.multiselect__input[data-v-d60649db]:hover,.multiselect__single[data-v-d60649db]:hover{border-color:#cfcfcf}.multiselect__input[data-v-d60649db]:focus,.multiselect__single[data-v-d60649db]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-d60649db]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-d60649db]{display:inline}.multiselect__tags[data-v-d60649db]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-d60649db]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-d60649db]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-d60649db]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-d60649db]:focus:after,.multiselect__tag-icon[data-v-d60649db]:hover:after{color:#fff}.multiselect__current[data-v-d60649db]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-d60649db]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-d60649db]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-d60649db]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-d60649db]{display:none}.multiselect__content-wrapper[data-v-d60649db]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-d60649db]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-d60649db]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-d60649db]::-webkit-scrollbar{display:none}.multiselect__element[data-v-d60649db]{display:block}.multiselect__option[data-v-d60649db]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-d60649db]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-d60649db]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-d60649db]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-d60649db]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-d60649db]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-d60649db],.multiselect--disabled .multiselect__select[data-v-d60649db]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-d60649db]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-d60649db]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-d60649db]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-d60649db]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-d60649db]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d60649db]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d60649db]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-d60649db],.multiselect-leave-active[data-v-d60649db]{transition:all .15s ease}.multiselect-enter[data-v-d60649db],.multiselect-leave-active[data-v-d60649db]{opacity:0}.multiselect__strong[data-v-d60649db]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-d60649db]{text-align:right}[dir=rtl] .multiselect__select[data-v-d60649db]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-d60649db]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-d60649db]{text-align:right}[dir=rtl] .multiselect__option[data-v-d60649db]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-d60649db]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-d60649db]{right:auto;left:1px}@keyframes spinning-d60649db{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-d60649db]{margin:0;padding:0;box-sizing:border-box}body[data-v-d60649db]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-d60649db]{min-height:0}.multiselect__select[data-v-d60649db]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-d60649db]:before{margin-top:0;top:0}.multiselect__tags[data-v-d60649db]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-d60649db]{font-family:Nunito!important}.multiselect__placeholder[data-v-d60649db]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-d60649db]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-d60649db]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-d60649db]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-d60649db]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-d60649db]{max-height:20vh!important}.multiselect__option--selected[data-v-d60649db]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-d60649db]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-d60649db]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d60649db]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-d60649db]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:.78125vw}.multiselect__option[data-v-d60649db]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-d60649db]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-d60649db]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-d60649db]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d60649db]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-d60649db]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-d60649db]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d60649db]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-d60649db]{font-size:15px}h1[data-v-d60649db]{font-size:1.5rem}h2[data-v-d60649db]{font-size:1.25rem}h3[data-v-d60649db]{font-size:1.1rem}}.cta-card[data-v-d60649db]{position:relative;display:flex;flex-direction:column;flex:1 1 300px;min-width:260px;max-width:100%;flex-grow:1;border:1px solid rgba(15,23,42,.08);border-radius:18px;overflow:hidden;background:#d5f6ee;color:#2b2b2b;cursor:pointer;padding:0}.cta-card__background[data-v-d60649db]{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.16}.cta-card__content[data-v-d60649db]{position:relative;display:flex;flex-grow:1;flex-direction:column;gap:.875rem;align-items:flex-start;justify-content:space-between;min-height:180px;padding:1rem}.cta-card__icon[data-v-d60649db] svg{width:24px;height:24px}.cta-card__text[data-v-d60649db]{display:flex;flex-direction:column;gap:.375rem;text-align:left}.cta-card__title[data-v-d60649db]{margin:0;font-family:Manrope;font-size:1.5rem}.cta-card__description[data-v-d60649db],.cta-card__footer[data-v-d60649db]{margin:0;font-family:Nunito}@media(max-width:1024px){.cta-card[data-v-d60649db]{flex:1 1 auto;display:flex;flex-direction:row;align-items:center;height:40px;min-height:40px;padding:0 12px}.cta-card__content[data-v-d60649db]{min-height:auto;width:100%;flex-direction:row;align-items:center;gap:.75rem;padding:0}.cta-card__description[data-v-d60649db],.cta-card__footer[data-v-d60649db]{display:none}.cta-card__title[data-v-d60649db]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}fieldset[disabled] .multiselect[data-v-938ffd21]{pointer-events:none}.multiselect__spinner[data-v-938ffd21]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-938ffd21]:before,.multiselect__spinner[data-v-938ffd21]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-938ffd21]:before{animation:spinning-938ffd21 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-938ffd21]:after{animation:spinning-938ffd21 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-938ffd21],.multiselect__loading-leave-active[data-v-938ffd21]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-938ffd21],.multiselect__loading-leave-active[data-v-938ffd21]{opacity:0}.multiselect[data-v-938ffd21],.multiselect__input[data-v-938ffd21],.multiselect__single[data-v-938ffd21]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-938ffd21]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-938ffd21] *{box-sizing:border-box}.multiselect[data-v-938ffd21]:focus{outline:none}.multiselect--disabled[data-v-938ffd21]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-938ffd21]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-938ffd21],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-938ffd21],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-938ffd21]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-938ffd21]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-938ffd21],.multiselect--above.multiselect--active .multiselect__input[data-v-938ffd21],.multiselect--above.multiselect--active .multiselect__tags[data-v-938ffd21]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-938ffd21],.multiselect__single[data-v-938ffd21]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-938ffd21]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-938ffd21],.multiselect__tag~.multiselect__single[data-v-938ffd21]{width:auto}.multiselect__input[data-v-938ffd21]:hover,.multiselect__single[data-v-938ffd21]:hover{border-color:#cfcfcf}.multiselect__input[data-v-938ffd21]:focus,.multiselect__single[data-v-938ffd21]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-938ffd21]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-938ffd21]{display:inline}.multiselect__tags[data-v-938ffd21]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-938ffd21]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-938ffd21]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-938ffd21]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-938ffd21]:focus:after,.multiselect__tag-icon[data-v-938ffd21]:hover:after{color:#fff}.multiselect__current[data-v-938ffd21]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-938ffd21]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-938ffd21]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-938ffd21]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-938ffd21]{display:none}.multiselect__content-wrapper[data-v-938ffd21]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-938ffd21]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-938ffd21]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-938ffd21]::-webkit-scrollbar{display:none}.multiselect__element[data-v-938ffd21]{display:block}.multiselect__option[data-v-938ffd21]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-938ffd21]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-938ffd21]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-938ffd21]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-938ffd21]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-938ffd21]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-938ffd21],.multiselect--disabled .multiselect__select[data-v-938ffd21]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-938ffd21]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-938ffd21]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-938ffd21]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-938ffd21]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-938ffd21]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-938ffd21]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-938ffd21]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-938ffd21],.multiselect-leave-active[data-v-938ffd21]{transition:all .15s ease}.multiselect-enter[data-v-938ffd21],.multiselect-leave-active[data-v-938ffd21]{opacity:0}.multiselect__strong[data-v-938ffd21]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-938ffd21]{text-align:right}[dir=rtl] .multiselect__select[data-v-938ffd21]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-938ffd21]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-938ffd21]{text-align:right}[dir=rtl] .multiselect__option[data-v-938ffd21]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-938ffd21]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-938ffd21]{right:auto;left:1px}@keyframes spinning-938ffd21{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-938ffd21]{margin:0;padding:0;box-sizing:border-box}body[data-v-938ffd21]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-938ffd21]{min-height:0}.multiselect__select[data-v-938ffd21]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-938ffd21]:before{margin-top:0;top:0}.multiselect__tags[data-v-938ffd21]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-938ffd21]{font-family:Nunito!important}.multiselect__placeholder[data-v-938ffd21]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-938ffd21]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-938ffd21]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-938ffd21]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-938ffd21]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-938ffd21]{max-height:20vh!important}.multiselect__option--selected[data-v-938ffd21]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-938ffd21]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-938ffd21]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-938ffd21]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:.78125vw}.multiselect__option[data-v-938ffd21]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-938ffd21]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-938ffd21]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-938ffd21]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-938ffd21]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-938ffd21]{font-size:15px}h1[data-v-938ffd21]{font-size:1.5rem}h2[data-v-938ffd21]{font-size:1.25rem}h3[data-v-938ffd21]{font-size:1.1rem}}.dashboard-hero[data-v-938ffd21]{display:flex;flex-grow:1;flex-direction:column;gap:1rem;padding:1rem;border-radius:18px;background:linear-gradient(135deg,#3a7afe14,#0f172a0a)}.dashboard-hero__text[data-v-938ffd21]{font-family:Manrope;display:flex;flex-direction:column;gap:.375rem}.dashboard-hero__text h2[data-v-938ffd21]{margin:0}.dashboard-section[data-v-938ffd21]{display:flex;flex-grow:1;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:16px}fieldset[disabled] .multiselect[data-v-df27c3fe]{pointer-events:none}.multiselect__spinner[data-v-df27c3fe]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-df27c3fe]:before,.multiselect__spinner[data-v-df27c3fe]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-df27c3fe]:before{animation:spinning-df27c3fe 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-df27c3fe]:after{animation:spinning-df27c3fe 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-df27c3fe],.multiselect__loading-leave-active[data-v-df27c3fe]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-df27c3fe],.multiselect__loading-leave-active[data-v-df27c3fe]{opacity:0}.multiselect[data-v-df27c3fe],.multiselect__input[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-df27c3fe]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-df27c3fe] *{box-sizing:border-box}.multiselect[data-v-df27c3fe]:focus{outline:none}.multiselect--disabled[data-v-df27c3fe]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-df27c3fe]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-df27c3fe],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-df27c3fe],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-df27c3fe]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-df27c3fe]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-df27c3fe],.multiselect--above.multiselect--active .multiselect__input[data-v-df27c3fe],.multiselect--above.multiselect--active .multiselect__tags[data-v-df27c3fe]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-df27c3fe]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-df27c3fe],.multiselect__tag~.multiselect__single[data-v-df27c3fe]{width:auto}.multiselect__input[data-v-df27c3fe]:hover,.multiselect__single[data-v-df27c3fe]:hover{border-color:#cfcfcf}.multiselect__input[data-v-df27c3fe]:focus,.multiselect__single[data-v-df27c3fe]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-df27c3fe]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-df27c3fe]{display:inline}.multiselect__tags[data-v-df27c3fe]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-df27c3fe]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-df27c3fe]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-df27c3fe]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-df27c3fe]:focus:after,.multiselect__tag-icon[data-v-df27c3fe]:hover:after{color:#fff}.multiselect__current[data-v-df27c3fe]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-df27c3fe]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-df27c3fe]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-df27c3fe]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-df27c3fe]{display:none}.multiselect__content-wrapper[data-v-df27c3fe]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-df27c3fe]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-df27c3fe]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-df27c3fe]::-webkit-scrollbar{display:none}.multiselect__element[data-v-df27c3fe]{display:block}.multiselect__option[data-v-df27c3fe]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-df27c3fe]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-df27c3fe]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-df27c3fe]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-df27c3fe]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-df27c3fe]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-df27c3fe],.multiselect--disabled .multiselect__select[data-v-df27c3fe]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-df27c3fe]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-df27c3fe]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-df27c3fe]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-df27c3fe]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-df27c3fe]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-df27c3fe]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-df27c3fe]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-df27c3fe],.multiselect-leave-active[data-v-df27c3fe]{transition:all .15s ease}.multiselect-enter[data-v-df27c3fe],.multiselect-leave-active[data-v-df27c3fe]{opacity:0}.multiselect__strong[data-v-df27c3fe]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-df27c3fe]{text-align:right}[dir=rtl] .multiselect__select[data-v-df27c3fe]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-df27c3fe]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-df27c3fe]{text-align:right}[dir=rtl] .multiselect__option[data-v-df27c3fe]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-df27c3fe]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-df27c3fe]{right:auto;left:1px}@keyframes spinning-df27c3fe{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-df27c3fe]{margin:0;padding:0;box-sizing:border-box}body[data-v-df27c3fe]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-df27c3fe]{min-height:0}.multiselect__select[data-v-df27c3fe]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-df27c3fe]:before{margin-top:0;top:0}.multiselect__tags[data-v-df27c3fe]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-df27c3fe]{font-family:Nunito!important}.multiselect__placeholder[data-v-df27c3fe]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-df27c3fe]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-df27c3fe]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-df27c3fe]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-df27c3fe]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-df27c3fe]{max-height:20vh!important}.multiselect__option--selected[data-v-df27c3fe]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-df27c3fe]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-df27c3fe]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-df27c3fe]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:.78125vw}.multiselect__option[data-v-df27c3fe]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-df27c3fe]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-df27c3fe]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-df27c3fe]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-df27c3fe]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-df27c3fe]{font-size:15px}h1[data-v-df27c3fe]{font-size:1.5rem}h2[data-v-df27c3fe]{font-size:1.25rem}h3[data-v-df27c3fe]{font-size:1.1rem}}.stat-option[data-v-df27c3fe]{flex:1 1 160px;min-width:160px;border-radius:16px;border:1px solid rgba(15,23,42,.08);padding:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:center;background:#effbf8}.stat-option__header[data-v-df27c3fe],.stat-option__text[data-v-df27c3fe]{font-family:Nunito;margin:0}.stat-option__icon[data-v-df27c3fe] svg{width:22px;height:22px}fieldset[disabled] .multiselect[data-v-1d69171d]{pointer-events:none}.multiselect__spinner[data-v-1d69171d]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-1d69171d]:before,.multiselect__spinner[data-v-1d69171d]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-1d69171d]:before{animation:spinning-1d69171d 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-1d69171d]:after{animation:spinning-1d69171d 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-1d69171d],.multiselect__loading-leave-active[data-v-1d69171d]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-1d69171d],.multiselect__loading-leave-active[data-v-1d69171d]{opacity:0}.multiselect[data-v-1d69171d],.multiselect__input[data-v-1d69171d],.multiselect__single[data-v-1d69171d]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-1d69171d]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-1d69171d] *{box-sizing:border-box}.multiselect[data-v-1d69171d]:focus{outline:none}.multiselect--disabled[data-v-1d69171d]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-1d69171d]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-1d69171d],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-1d69171d],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-1d69171d]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-1d69171d]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-1d69171d],.multiselect--above.multiselect--active .multiselect__input[data-v-1d69171d],.multiselect--above.multiselect--active .multiselect__tags[data-v-1d69171d]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-1d69171d],.multiselect__single[data-v-1d69171d]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-1d69171d]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-1d69171d],.multiselect__tag~.multiselect__single[data-v-1d69171d]{width:auto}.multiselect__input[data-v-1d69171d]:hover,.multiselect__single[data-v-1d69171d]:hover{border-color:#cfcfcf}.multiselect__input[data-v-1d69171d]:focus,.multiselect__single[data-v-1d69171d]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-1d69171d]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-1d69171d]{display:inline}.multiselect__tags[data-v-1d69171d]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-1d69171d]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-1d69171d]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-1d69171d]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-1d69171d]:focus:after,.multiselect__tag-icon[data-v-1d69171d]:hover:after{color:#fff}.multiselect__current[data-v-1d69171d]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-1d69171d]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-1d69171d]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-1d69171d]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-1d69171d]{display:none}.multiselect__content-wrapper[data-v-1d69171d]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-1d69171d]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-1d69171d]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-1d69171d]::-webkit-scrollbar{display:none}.multiselect__element[data-v-1d69171d]{display:block}.multiselect__option[data-v-1d69171d]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-1d69171d]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-1d69171d]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-1d69171d]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-1d69171d]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-1d69171d]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-1d69171d],.multiselect--disabled .multiselect__select[data-v-1d69171d]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-1d69171d]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-1d69171d]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-1d69171d]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-1d69171d]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-1d69171d]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1d69171d]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1d69171d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-1d69171d],.multiselect-leave-active[data-v-1d69171d]{transition:all .15s ease}.multiselect-enter[data-v-1d69171d],.multiselect-leave-active[data-v-1d69171d]{opacity:0}.multiselect__strong[data-v-1d69171d]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-1d69171d]{text-align:right}[dir=rtl] .multiselect__select[data-v-1d69171d]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-1d69171d]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-1d69171d]{text-align:right}[dir=rtl] .multiselect__option[data-v-1d69171d]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-1d69171d]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-1d69171d]{right:auto;left:1px}@keyframes spinning-1d69171d{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-1d69171d]{margin:0;padding:0;box-sizing:border-box}body[data-v-1d69171d]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-1d69171d]{min-height:0}.multiselect__select[data-v-1d69171d]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-1d69171d]:before{margin-top:0;top:0}.multiselect__tags[data-v-1d69171d]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-1d69171d]{font-family:Nunito!important}.multiselect__placeholder[data-v-1d69171d]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-1d69171d]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-1d69171d]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-1d69171d]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-1d69171d]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-1d69171d]{max-height:20vh!important}.multiselect__option--selected[data-v-1d69171d]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-1d69171d]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-1d69171d]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-1d69171d]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:.78125vw}.multiselect__option[data-v-1d69171d]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-1d69171d]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-1d69171d]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-1d69171d]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-1d69171d]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-1d69171d]{font-size:15px}h1[data-v-1d69171d]{font-size:1.5rem}h2[data-v-1d69171d]{font-size:1.25rem}h3[data-v-1d69171d]{font-size:1.1rem}}.skeleton-rows[data-v-1d69171d]{display:flex;flex-direction:column;gap:.75rem;width:100%}.skeleton-row[data-v-1d69171d]{height:64px;border-radius:12px;background:linear-gradient(90deg,#94a3b838,#94a3b866,#94a3b838);background-size:200% 100%;animation:shimmer-1d69171d 1.2s infinite linear}@keyframes shimmer-1d69171d{0%{background-position:200% 0}to{background-position:-200% 0}}fieldset[disabled] .multiselect[data-v-c4ba5bb2]{pointer-events:none}.multiselect__spinner[data-v-c4ba5bb2]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-c4ba5bb2]:before,.multiselect__spinner[data-v-c4ba5bb2]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-c4ba5bb2]:before{animation:spinning-c4ba5bb2 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-c4ba5bb2]:after{animation:spinning-c4ba5bb2 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-c4ba5bb2],.multiselect__loading-leave-active[data-v-c4ba5bb2]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-c4ba5bb2],.multiselect__loading-leave-active[data-v-c4ba5bb2]{opacity:0}.multiselect[data-v-c4ba5bb2],.multiselect__input[data-v-c4ba5bb2],.multiselect__single[data-v-c4ba5bb2]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-c4ba5bb2]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-c4ba5bb2] *{box-sizing:border-box}.multiselect[data-v-c4ba5bb2]:focus{outline:none}.multiselect--disabled[data-v-c4ba5bb2]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-c4ba5bb2]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-c4ba5bb2],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-c4ba5bb2],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-c4ba5bb2]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-c4ba5bb2]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-c4ba5bb2],.multiselect--above.multiselect--active .multiselect__input[data-v-c4ba5bb2],.multiselect--above.multiselect--active .multiselect__tags[data-v-c4ba5bb2]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-c4ba5bb2],.multiselect__single[data-v-c4ba5bb2]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-c4ba5bb2]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-c4ba5bb2],.multiselect__tag~.multiselect__single[data-v-c4ba5bb2]{width:auto}.multiselect__input[data-v-c4ba5bb2]:hover,.multiselect__single[data-v-c4ba5bb2]:hover{border-color:#cfcfcf}.multiselect__input[data-v-c4ba5bb2]:focus,.multiselect__single[data-v-c4ba5bb2]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-c4ba5bb2]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-c4ba5bb2]{display:inline}.multiselect__tags[data-v-c4ba5bb2]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-c4ba5bb2]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-c4ba5bb2]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-c4ba5bb2]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-c4ba5bb2]:focus:after,.multiselect__tag-icon[data-v-c4ba5bb2]:hover:after{color:#fff}.multiselect__current[data-v-c4ba5bb2]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-c4ba5bb2]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-c4ba5bb2]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-c4ba5bb2]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-c4ba5bb2]{display:none}.multiselect__content-wrapper[data-v-c4ba5bb2]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-c4ba5bb2]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-c4ba5bb2]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-c4ba5bb2]::-webkit-scrollbar{display:none}.multiselect__element[data-v-c4ba5bb2]{display:block}.multiselect__option[data-v-c4ba5bb2]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-c4ba5bb2]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-c4ba5bb2]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-c4ba5bb2]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-c4ba5bb2]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-c4ba5bb2]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-c4ba5bb2]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-c4ba5bb2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-c4ba5bb2],.multiselect--disabled .multiselect__select[data-v-c4ba5bb2]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-c4ba5bb2]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-c4ba5bb2]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-c4ba5bb2]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-c4ba5bb2]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-c4ba5bb2]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-c4ba5bb2]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-c4ba5bb2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-c4ba5bb2],.multiselect-leave-active[data-v-c4ba5bb2]{transition:all .15s ease}.multiselect-enter[data-v-c4ba5bb2],.multiselect-leave-active[data-v-c4ba5bb2]{opacity:0}.multiselect__strong[data-v-c4ba5bb2]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-c4ba5bb2]{text-align:right}[dir=rtl] .multiselect__select[data-v-c4ba5bb2]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-c4ba5bb2]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-c4ba5bb2]{text-align:right}[dir=rtl] .multiselect__option[data-v-c4ba5bb2]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-c4ba5bb2]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-c4ba5bb2]{right:auto;left:1px}@keyframes spinning-c4ba5bb2{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-c4ba5bb2]{margin:0;padding:0;box-sizing:border-box}body[data-v-c4ba5bb2]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-c4ba5bb2]{min-height:0}.multiselect__select[data-v-c4ba5bb2]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-c4ba5bb2]:before{margin-top:0;top:0}.multiselect__tags[data-v-c4ba5bb2]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-c4ba5bb2]{font-family:Nunito!important}.multiselect__placeholder[data-v-c4ba5bb2]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-c4ba5bb2]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-c4ba5bb2]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-c4ba5bb2]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-c4ba5bb2]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-c4ba5bb2]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-c4ba5bb2]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-c4ba5bb2]{max-height:20vh!important}.multiselect__option--selected[data-v-c4ba5bb2]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-c4ba5bb2]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-c4ba5bb2],.multiselect__single[data-v-c4ba5bb2],.multiselect__tags input[data-v-c4ba5bb2]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-c4ba5bb2]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c4ba5bb2]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-c4ba5bb2]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-c4ba5bb2],.multiselect__single[data-v-c4ba5bb2],.multiselect__tags input[data-v-c4ba5bb2]{font-size:.78125vw}.multiselect__option[data-v-c4ba5bb2]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-c4ba5bb2]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-c4ba5bb2]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-c4ba5bb2],.multiselect__single[data-v-c4ba5bb2],.multiselect__tags input[data-v-c4ba5bb2]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-c4ba5bb2]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c4ba5bb2]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-c4ba5bb2]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-c4ba5bb2],.multiselect__single[data-v-c4ba5bb2],.multiselect__tags input[data-v-c4ba5bb2]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-c4ba5bb2]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c4ba5bb2]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-c4ba5bb2]{font-size:15px}h1[data-v-c4ba5bb2]{font-size:1.5rem}h2[data-v-c4ba5bb2]{font-size:1.25rem}h3[data-v-c4ba5bb2]{font-size:1.1rem}}.table-item[data-v-c4ba5bb2]{display:flex;flex-direction:row;height:64px;width:100%;border-bottom:1px solid rgba(15,23,42,.08)}.table-item__cell[data-v-c4ba5bb2]{flex:1 1 0;min-width:0;padding:8px 12px;overflow:hidden;display:flex;align-items:center}.table-item__cell-content[data-v-c4ba5bb2]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Nunito}.cell--title[data-v-c4ba5bb2]{flex:2 1 0}.cell--thumb[data-v-c4ba5bb2]{flex:0 0 72px}.table-item__thumb[data-v-c4ba5bb2]{width:48px;height:48px;border-radius:10px;background:#3a7afe14;background-size:cover;background-position:center}.table-item__delete[data-v-c4ba5bb2]{min-width:auto;border:none;border-radius:10px;background:#ef44441f;color:#b91c1c;padding:.625rem .75rem;cursor:pointer}fieldset[disabled] .multiselect[data-v-1cb89065]{pointer-events:none}.multiselect__spinner[data-v-1cb89065]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-1cb89065]:before,.multiselect__spinner[data-v-1cb89065]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-1cb89065]:before{animation:spinning-1cb89065 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-1cb89065]:after{animation:spinning-1cb89065 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-1cb89065],.multiselect__loading-leave-active[data-v-1cb89065]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-1cb89065],.multiselect__loading-leave-active[data-v-1cb89065]{opacity:0}.multiselect[data-v-1cb89065],.multiselect__input[data-v-1cb89065],.multiselect__single[data-v-1cb89065]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-1cb89065]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-1cb89065] *{box-sizing:border-box}.multiselect[data-v-1cb89065]:focus{outline:none}.multiselect--disabled[data-v-1cb89065]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-1cb89065]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-1cb89065],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-1cb89065],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-1cb89065]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-1cb89065]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-1cb89065],.multiselect--above.multiselect--active .multiselect__input[data-v-1cb89065],.multiselect--above.multiselect--active .multiselect__tags[data-v-1cb89065]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-1cb89065],.multiselect__single[data-v-1cb89065]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-1cb89065]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-1cb89065],.multiselect__tag~.multiselect__single[data-v-1cb89065]{width:auto}.multiselect__input[data-v-1cb89065]:hover,.multiselect__single[data-v-1cb89065]:hover{border-color:#cfcfcf}.multiselect__input[data-v-1cb89065]:focus,.multiselect__single[data-v-1cb89065]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-1cb89065]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-1cb89065]{display:inline}.multiselect__tags[data-v-1cb89065]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-1cb89065]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-1cb89065]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-1cb89065]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-1cb89065]:focus:after,.multiselect__tag-icon[data-v-1cb89065]:hover:after{color:#fff}.multiselect__current[data-v-1cb89065]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-1cb89065]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-1cb89065]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-1cb89065]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-1cb89065]{display:none}.multiselect__content-wrapper[data-v-1cb89065]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-1cb89065]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-1cb89065]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-1cb89065]::-webkit-scrollbar{display:none}.multiselect__element[data-v-1cb89065]{display:block}.multiselect__option[data-v-1cb89065]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-1cb89065]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-1cb89065]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-1cb89065]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-1cb89065]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-1cb89065]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-1cb89065]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-1cb89065]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-1cb89065],.multiselect--disabled .multiselect__select[data-v-1cb89065]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-1cb89065]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-1cb89065]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-1cb89065]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-1cb89065]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-1cb89065]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1cb89065]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1cb89065]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-1cb89065],.multiselect-leave-active[data-v-1cb89065]{transition:all .15s ease}.multiselect-enter[data-v-1cb89065],.multiselect-leave-active[data-v-1cb89065]{opacity:0}.multiselect__strong[data-v-1cb89065]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-1cb89065]{text-align:right}[dir=rtl] .multiselect__select[data-v-1cb89065]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-1cb89065]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-1cb89065]{text-align:right}[dir=rtl] .multiselect__option[data-v-1cb89065]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-1cb89065]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-1cb89065]{right:auto;left:1px}@keyframes spinning-1cb89065{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-1cb89065]{margin:0;padding:0;box-sizing:border-box}body[data-v-1cb89065]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-1cb89065]{min-height:0}.multiselect__select[data-v-1cb89065]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-1cb89065]:before{margin-top:0;top:0}.multiselect__tags[data-v-1cb89065]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-1cb89065]{font-family:Nunito!important}.multiselect__placeholder[data-v-1cb89065]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-1cb89065]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-1cb89065]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-1cb89065]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-1cb89065]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-1cb89065]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-1cb89065]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-1cb89065]{max-height:20vh!important}.multiselect__option--selected[data-v-1cb89065]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-1cb89065]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-1cb89065],.multiselect__single[data-v-1cb89065],.multiselect__tags input[data-v-1cb89065]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-1cb89065]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1cb89065]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-1cb89065]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-1cb89065],.multiselect__single[data-v-1cb89065],.multiselect__tags input[data-v-1cb89065]{font-size:.78125vw}.multiselect__option[data-v-1cb89065]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-1cb89065]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-1cb89065]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-1cb89065],.multiselect__single[data-v-1cb89065],.multiselect__tags input[data-v-1cb89065]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-1cb89065]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1cb89065]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-1cb89065]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-1cb89065],.multiselect__single[data-v-1cb89065],.multiselect__tags input[data-v-1cb89065]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-1cb89065]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1cb89065]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-1cb89065]{font-size:15px}h1[data-v-1cb89065]{font-size:1.5rem}h2[data-v-1cb89065]{font-size:1.25rem}h3[data-v-1cb89065]{font-size:1.1rem}}.table-item__cell[data-v-1cb89065]{flex:1 1 0;min-width:0;padding:8px 12px;overflow:hidden;display:flex;align-items:center}.cell--title[data-v-1cb89065]{flex:2 1 0}.cell--thumb[data-v-1cb89065]{flex:0 0 72px}.table-item__thumb[data-v-1cb89065]{width:48px;height:48px;border-radius:10px;background:#3a7afe14;background-size:cover;background-position:center}.table-item__delete[data-v-1cb89065]{min-width:auto;border:none;border-radius:10px;background:#ef44441f;color:#b91c1c;padding:.625rem .75rem;cursor:pointer}.dashboard-table[data-v-1cb89065]{background:#effbf8;border-radius:18px;padding:1rem;display:flex;flex-direction:column;gap:1rem;min-height:0;border:1px solid rgba(15,23,42,.08)}.dashboard-table__header[data-v-1cb89065],.dashboard-table__title[data-v-1cb89065]{display:flex;align-items:center;gap:.75rem}.dashboard-table__header[data-v-1cb89065]{min-height:42px;justify-content:space-between;align-items:center;flex-wrap:wrap}.dashboard-table__title h3[data-v-1cb89065]{margin:0;font-family:Manrope}.dashboard-table__icon[data-v-1cb89065] svg{width:20px;height:20px}.dashboard-table__add[data-v-1cb89065]{min-width:auto;border:none;border-radius:10px;padding:.625rem .875rem;background:#26e5bc;color:#f7fdfc;cursor:pointer}.table[data-v-1cb89065]{display:flex;flex-grow:1;flex-direction:column;width:100%;min-height:0;overflow-x:auto}.table--loading[data-v-1cb89065]{justify-content:flex-start}.dashboard-table__labels[data-v-1cb89065]{color:#0f172a8f;font-family:Manrope;display:flex}.dashboard-table__list[data-v-1cb89065]{list-style:none;margin:0;padding:0}.dashboard-table__empty[data-v-1cb89065]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:14px;background:#3a7afe0d;font-family:Nunito}@media(max-width:1024px){.table[data-v-1cb89065]{overflow-x:auto}.dashboard-table__labels[data-v-1cb89065],.dashboard-table__list[data-v-1cb89065] .table-item{min-width:600px}}fieldset[disabled] .multiselect[data-v-0940e645]{pointer-events:none}.multiselect__spinner[data-v-0940e645]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-0940e645]:before,.multiselect__spinner[data-v-0940e645]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-0940e645]:before{animation:spinning-0940e645 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-0940e645]:after{animation:spinning-0940e645 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-0940e645],.multiselect__loading-leave-active[data-v-0940e645]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-0940e645],.multiselect__loading-leave-active[data-v-0940e645]{opacity:0}.multiselect[data-v-0940e645],.multiselect__input[data-v-0940e645],.multiselect__single[data-v-0940e645]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-0940e645]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-0940e645] *{box-sizing:border-box}.multiselect[data-v-0940e645]:focus{outline:none}.multiselect--disabled[data-v-0940e645]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-0940e645]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-0940e645],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-0940e645],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-0940e645]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-0940e645]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-0940e645],.multiselect--above.multiselect--active .multiselect__input[data-v-0940e645],.multiselect--above.multiselect--active .multiselect__tags[data-v-0940e645]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-0940e645],.multiselect__single[data-v-0940e645]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-0940e645]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-0940e645],.multiselect__tag~.multiselect__single[data-v-0940e645]{width:auto}.multiselect__input[data-v-0940e645]:hover,.multiselect__single[data-v-0940e645]:hover{border-color:#cfcfcf}.multiselect__input[data-v-0940e645]:focus,.multiselect__single[data-v-0940e645]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-0940e645]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-0940e645]{display:inline}.multiselect__tags[data-v-0940e645]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-0940e645]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-0940e645]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-0940e645]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-0940e645]:focus:after,.multiselect__tag-icon[data-v-0940e645]:hover:after{color:#fff}.multiselect__current[data-v-0940e645]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-0940e645]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-0940e645]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-0940e645]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-0940e645]{display:none}.multiselect__content-wrapper[data-v-0940e645]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-0940e645]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-0940e645]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-0940e645]::-webkit-scrollbar{display:none}.multiselect__element[data-v-0940e645]{display:block}.multiselect__option[data-v-0940e645]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-0940e645]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-0940e645]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-0940e645]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-0940e645]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-0940e645]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-0940e645]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-0940e645]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-0940e645],.multiselect--disabled .multiselect__select[data-v-0940e645]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-0940e645]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-0940e645]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-0940e645]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-0940e645]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-0940e645]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0940e645]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0940e645]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-0940e645],.multiselect-leave-active[data-v-0940e645]{transition:all .15s ease}.multiselect-enter[data-v-0940e645],.multiselect-leave-active[data-v-0940e645]{opacity:0}.multiselect__strong[data-v-0940e645]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-0940e645]{text-align:right}[dir=rtl] .multiselect__select[data-v-0940e645]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-0940e645]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-0940e645]{text-align:right}[dir=rtl] .multiselect__option[data-v-0940e645]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-0940e645]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-0940e645]{right:auto;left:1px}@keyframes spinning-0940e645{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-0940e645]{margin:0;padding:0;box-sizing:border-box}body[data-v-0940e645]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-0940e645]{min-height:0}.multiselect__select[data-v-0940e645]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-0940e645]:before{margin-top:0;top:0}.multiselect__tags[data-v-0940e645]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-0940e645]{font-family:Nunito!important}.multiselect__placeholder[data-v-0940e645]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-0940e645]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-0940e645]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-0940e645]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-0940e645]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-0940e645]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-0940e645]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-0940e645]{max-height:20vh!important}.multiselect__option--selected[data-v-0940e645]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-0940e645]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-0940e645],.multiselect__single[data-v-0940e645],.multiselect__tags input[data-v-0940e645]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-0940e645]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0940e645]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-0940e645]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-0940e645],.multiselect__single[data-v-0940e645],.multiselect__tags input[data-v-0940e645]{font-size:.78125vw}.multiselect__option[data-v-0940e645]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-0940e645]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-0940e645]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-0940e645],.multiselect__single[data-v-0940e645],.multiselect__tags input[data-v-0940e645]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-0940e645]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0940e645]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-0940e645]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-0940e645],.multiselect__single[data-v-0940e645],.multiselect__tags input[data-v-0940e645]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-0940e645]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0940e645]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-0940e645]{font-size:15px}h1[data-v-0940e645]{font-size:1.5rem}h2[data-v-0940e645]{font-size:1.25rem}h3[data-v-0940e645]{font-size:1.1rem}}.watchlist-modal[data-v-0940e645]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.watchlist-modal__backdrop[data-v-0940e645]{position:absolute;inset:0;background:#0f172a99}.watchlist-modal__panel[data-v-0940e645]{position:relative;z-index:1;width:min(100%,760px);max-height:min(88dvh,48rem);border-radius:18px;background:#f7fdfc;padding:clamp(1rem,2.5vw,1.5rem);display:flex;flex-direction:column;gap:1rem;overflow-y:auto;box-shadow:0 24px 48px #0f172a2e}.watchlist-modal__panel h2[data-v-0940e645]{font-family:Manrope;font-size:clamp(1.2rem,2.4vw,1.5rem);margin:0}.watchlist-modal__close[data-v-0940e645]{align-self:flex-end;min-width:auto;border:none;background:transparent;cursor:pointer;font-size:clamp(.95rem,1.5vw,1rem)}.watchlist-form[data-v-0940e645]{display:flex;flex-wrap:wrap;gap:1rem}.watchlist-form__section[data-v-0940e645]{flex:1 1 280px;display:flex;flex-direction:column;gap:.75rem}.watchlist-form__section h3[data-v-0940e645]{font-family:Manrope;font-size:clamp(1rem,1.8vw,1.125rem)}.watchlist-form__section label[data-v-0940e645]{display:flex;flex-direction:column;gap:.375rem;font-family:Nunito;font-size:clamp(.95rem,1.5vw,1rem)}.watchlist-form__section input[data-v-0940e645]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;font-size:clamp(.95rem,1.5vw,1rem)}.watchlist-form__section input.is-valid[data-v-0940e645]{border-color:#18cda6}.watchlist-form__section input.is-invalid[data-v-0940e645]{border-color:#dc2626}.isbn-indicator[data-v-0940e645]{font-size:.85rem}.isbn-indicator--valid[data-v-0940e645]{color:#17826d}.isbn-indicator--invalid[data-v-0940e645]{color:#dc2626}@media(max-width:640px){.watchlist-modal[data-v-0940e645]{padding:.75rem;align-items:flex-end}.watchlist-modal__panel[data-v-0940e645]{max-height:min(84dvh,44rem);border-radius:20px 20px 16px 16px}[data-v-0940e645] .loading-button{width:100%}}fieldset[disabled] .multiselect[data-v-73a8d257]{pointer-events:none}.multiselect__spinner[data-v-73a8d257]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-73a8d257]:before,.multiselect__spinner[data-v-73a8d257]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-73a8d257]:before{animation:spinning-73a8d257 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-73a8d257]:after{animation:spinning-73a8d257 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-73a8d257],.multiselect__loading-leave-active[data-v-73a8d257]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-73a8d257],.multiselect__loading-leave-active[data-v-73a8d257]{opacity:0}.multiselect[data-v-73a8d257],.multiselect__input[data-v-73a8d257],.multiselect__single[data-v-73a8d257]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-73a8d257]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-73a8d257] *{box-sizing:border-box}.multiselect[data-v-73a8d257]:focus{outline:none}.multiselect--disabled[data-v-73a8d257]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-73a8d257]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-73a8d257],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-73a8d257],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-73a8d257]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-73a8d257]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-73a8d257],.multiselect--above.multiselect--active .multiselect__input[data-v-73a8d257],.multiselect--above.multiselect--active .multiselect__tags[data-v-73a8d257]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-73a8d257],.multiselect__single[data-v-73a8d257]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-73a8d257]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-73a8d257],.multiselect__tag~.multiselect__single[data-v-73a8d257]{width:auto}.multiselect__input[data-v-73a8d257]:hover,.multiselect__single[data-v-73a8d257]:hover{border-color:#cfcfcf}.multiselect__input[data-v-73a8d257]:focus,.multiselect__single[data-v-73a8d257]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-73a8d257]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-73a8d257]{display:inline}.multiselect__tags[data-v-73a8d257]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-73a8d257]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-73a8d257]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-73a8d257]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-73a8d257]:focus:after,.multiselect__tag-icon[data-v-73a8d257]:hover:after{color:#fff}.multiselect__current[data-v-73a8d257]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-73a8d257]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-73a8d257]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-73a8d257]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-73a8d257]{display:none}.multiselect__content-wrapper[data-v-73a8d257]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-73a8d257]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-73a8d257]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-73a8d257]::-webkit-scrollbar{display:none}.multiselect__element[data-v-73a8d257]{display:block}.multiselect__option[data-v-73a8d257]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-73a8d257]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-73a8d257]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-73a8d257]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-73a8d257]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-73a8d257]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-73a8d257],.multiselect--disabled .multiselect__select[data-v-73a8d257]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-73a8d257]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-73a8d257]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-73a8d257]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-73a8d257]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-73a8d257]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73a8d257]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73a8d257]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-73a8d257],.multiselect-leave-active[data-v-73a8d257]{transition:all .15s ease}.multiselect-enter[data-v-73a8d257],.multiselect-leave-active[data-v-73a8d257]{opacity:0}.multiselect__strong[data-v-73a8d257]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-73a8d257]{text-align:right}[dir=rtl] .multiselect__select[data-v-73a8d257]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-73a8d257]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-73a8d257]{text-align:right}[dir=rtl] .multiselect__option[data-v-73a8d257]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-73a8d257]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-73a8d257]{right:auto;left:1px}@keyframes spinning-73a8d257{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-73a8d257]{margin:0;padding:0;box-sizing:border-box}body[data-v-73a8d257]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-73a8d257]{min-height:0}.multiselect__select[data-v-73a8d257]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-73a8d257]:before{margin-top:0;top:0}.multiselect__tags[data-v-73a8d257]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-73a8d257]{font-family:Nunito!important}.multiselect__placeholder[data-v-73a8d257]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-73a8d257]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-73a8d257]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-73a8d257]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-73a8d257]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-73a8d257]{max-height:20vh!important}.multiselect__option--selected[data-v-73a8d257]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-73a8d257]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-73a8d257]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-73a8d257]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:.78125vw}.multiselect__option[data-v-73a8d257]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-73a8d257]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-73a8d257]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-73a8d257]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-73a8d257]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-73a8d257]{font-size:15px}h1[data-v-73a8d257]{font-size:1.5rem}h2[data-v-73a8d257]{font-size:1.25rem}h3[data-v-73a8d257]{font-size:1.1rem}}.dashboard-page[data-v-73a8d257]{min-height:100dvh;padding:1rem;margin-left:0;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b}.dashboard-section[data-v-73a8d257]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:16px}.dashboard-panels[data-v-73a8d257]{display:flex;flex-grow:2;flex-wrap:wrap;gap:1rem}.dashboard-panels[data-v-73a8d257]>*{flex:1 1 420px;min-width:0}.dashboard-empty[data-v-73a8d257]{padding:1rem;border-radius:16px;background:#3a7afe0d;text-align:center;font-family:Nunito}@media(min-width:1025px){.dashboard-page[data-v-73a8d257]{margin-left:6rem}.dashboard-navbar[data-v-73a8d257]{display:none}}@media(max-width:1024px){.dashboard-sidebar[data-v-73a8d257]{display:none}.dashboard-page[data-v-73a8d257]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-50a93312]{pointer-events:none}.multiselect__spinner[data-v-50a93312]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-50a93312]:before,.multiselect__spinner[data-v-50a93312]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-50a93312]:before{animation:spinning-50a93312 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-50a93312]:after{animation:spinning-50a93312 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-50a93312],.multiselect__loading-leave-active[data-v-50a93312]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-50a93312],.multiselect__loading-leave-active[data-v-50a93312]{opacity:0}.multiselect[data-v-50a93312],.multiselect__input[data-v-50a93312],.multiselect__single[data-v-50a93312]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-50a93312]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-50a93312] *{box-sizing:border-box}.multiselect[data-v-50a93312]:focus{outline:none}.multiselect--disabled[data-v-50a93312]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-50a93312]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-50a93312],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-50a93312],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-50a93312]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-50a93312]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-50a93312],.multiselect--above.multiselect--active .multiselect__input[data-v-50a93312],.multiselect--above.multiselect--active .multiselect__tags[data-v-50a93312]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-50a93312],.multiselect__single[data-v-50a93312]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-50a93312]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-50a93312],.multiselect__tag~.multiselect__single[data-v-50a93312]{width:auto}.multiselect__input[data-v-50a93312]:hover,.multiselect__single[data-v-50a93312]:hover{border-color:#cfcfcf}.multiselect__input[data-v-50a93312]:focus,.multiselect__single[data-v-50a93312]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-50a93312]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-50a93312]{display:inline}.multiselect__tags[data-v-50a93312]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-50a93312]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-50a93312]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-50a93312]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-50a93312]:focus:after,.multiselect__tag-icon[data-v-50a93312]:hover:after{color:#fff}.multiselect__current[data-v-50a93312]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-50a93312]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-50a93312]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-50a93312]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-50a93312]{display:none}.multiselect__content-wrapper[data-v-50a93312]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-50a93312]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-50a93312]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-50a93312]::-webkit-scrollbar{display:none}.multiselect__element[data-v-50a93312]{display:block}.multiselect__option[data-v-50a93312]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-50a93312]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-50a93312]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-50a93312]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-50a93312]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-50a93312]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-50a93312]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-50a93312]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-50a93312],.multiselect--disabled .multiselect__select[data-v-50a93312]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-50a93312]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-50a93312]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-50a93312]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-50a93312]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-50a93312]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-50a93312]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-50a93312]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-50a93312],.multiselect-leave-active[data-v-50a93312]{transition:all .15s ease}.multiselect-enter[data-v-50a93312],.multiselect-leave-active[data-v-50a93312]{opacity:0}.multiselect__strong[data-v-50a93312]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-50a93312]{text-align:right}[dir=rtl] .multiselect__select[data-v-50a93312]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-50a93312]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-50a93312]{text-align:right}[dir=rtl] .multiselect__option[data-v-50a93312]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-50a93312]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-50a93312]{right:auto;left:1px}@keyframes spinning-50a93312{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-50a93312]{margin:0;padding:0;box-sizing:border-box}body[data-v-50a93312]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-50a93312]{min-height:0}.multiselect__select[data-v-50a93312]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-50a93312]:before{margin-top:0;top:0}.multiselect__tags[data-v-50a93312]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-50a93312]{font-family:Nunito!important}.multiselect__placeholder[data-v-50a93312]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-50a93312]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-50a93312]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-50a93312]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-50a93312]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-50a93312]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-50a93312]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-50a93312]{max-height:20vh!important}.multiselect__option--selected[data-v-50a93312]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-50a93312]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-50a93312],.multiselect__single[data-v-50a93312],.multiselect__tags input[data-v-50a93312]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-50a93312]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-50a93312]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-50a93312]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-50a93312],.multiselect__single[data-v-50a93312],.multiselect__tags input[data-v-50a93312]{font-size:.78125vw}.multiselect__option[data-v-50a93312]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-50a93312]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-50a93312]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-50a93312],.multiselect__single[data-v-50a93312],.multiselect__tags input[data-v-50a93312]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-50a93312]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-50a93312]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-50a93312]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-50a93312],.multiselect__single[data-v-50a93312],.multiselect__tags input[data-v-50a93312]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-50a93312]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-50a93312]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-50a93312]{font-size:15px}h1[data-v-50a93312]{font-size:1.5rem}h2[data-v-50a93312]{font-size:1.25rem}h3[data-v-50a93312]{font-size:1.1rem}}.browser-modal[data-v-50a93312]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.browser-modal__backdrop[data-v-50a93312]{position:absolute;inset:0;background:#0f172a99}.browser-modal__panel[data-v-50a93312]{position:relative;z-index:1;width:min(100%,900px);max-height:min(88dvh,50rem);border-radius:18px;background:#f7fdfc;padding:clamp(1rem,2.5vw,1.5rem);overflow-y:auto;box-shadow:0 24px 48px #0f172a2e}.browser-modal__close[data-v-50a93312]{min-width:auto;border:none;background:transparent;cursor:pointer;margin-left:auto;display:block;font-size:clamp(.95rem,1.5vw,1rem)}.browser-modal__body[data-v-50a93312]{display:flex;flex-wrap:wrap;gap:1rem}.browser-modal__details[data-v-50a93312],.browser-modal__form[data-v-50a93312]{flex:1 1 280px}.browser-modal__details h2[data-v-50a93312]{font-family:Manrope;font-size:clamp(1.2rem,2.6vw,1.5rem);margin-bottom:.5rem}.browser-modal__details p[data-v-50a93312]{font-family:Nunito;font-size:clamp(.95rem,1.6vw,1rem)}.browser-modal__detail-grid[data-v-50a93312]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem 1rem}.browser-modal__detail-grid p[data-v-50a93312]{margin:0}.browser-modal__section[data-v-50a93312]{display:flex;flex-direction:column;gap:.75rem}.browser-modal__section h3[data-v-50a93312]{font-family:Manrope;font-size:clamp(1.05rem,2vw,1.25rem);margin-bottom:.5rem}.browser-modal__section label[data-v-50a93312]{display:flex;flex-direction:column;gap:.375rem;font-family:Nunito;font-size:clamp(.95rem,1.5vw,1rem)}.browser-modal__section input[data-v-50a93312]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;margin-bottom:.5rem;font-size:clamp(.95rem,1.5vw,1rem)}.browser-modal__hint[data-v-50a93312]{margin:0;font-family:Nunito;font-size:.9rem;color:#0f172aa6}.browser-modal__image[data-v-50a93312]{width:100%;margin-top:1rem;border-radius:18px;object-fit:cover;aspect-ratio:4/3}.browser-modal__gallery[data-v-50a93312]{margin-top:1rem}.browser-modal__gallery-controls[data-v-50a93312]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem}.browser-modal__gallery-btn[data-v-50a93312]{width:2.5rem;height:2.5rem;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#3a7afe14;color:#1c6758;font-size:1.3rem;line-height:1;cursor:pointer}.browser-modal__gallery-count[data-v-50a93312]{margin:0;font-family:Nunito;font-size:.95rem;color:#0f172ab3}@media(max-width:640px){.browser-modal[data-v-50a93312]{padding:.75rem}.browser-modal__panel[data-v-50a93312]{max-height:min(84dvh,44rem);border-radius:20px 20px 16px 16px}.browser-modal__body[data-v-50a93312]{gap:1.25rem}.browser-modal__detail-grid[data-v-50a93312]{grid-template-columns:1fr}.browser-modal__form[data-v-50a93312] .loading-button{width:100%}}fieldset[disabled] .multiselect[data-v-72363273]{pointer-events:none}.multiselect__spinner[data-v-72363273]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-72363273]:before,.multiselect__spinner[data-v-72363273]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-72363273]:before{animation:spinning-72363273 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-72363273]:after{animation:spinning-72363273 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-72363273],.multiselect__loading-leave-active[data-v-72363273]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-72363273],.multiselect__loading-leave-active[data-v-72363273]{opacity:0}.multiselect[data-v-72363273],.multiselect__input[data-v-72363273],.multiselect__single[data-v-72363273]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-72363273]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-72363273] *{box-sizing:border-box}.multiselect[data-v-72363273]:focus{outline:none}.multiselect--disabled[data-v-72363273]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-72363273]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-72363273],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-72363273],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-72363273]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-72363273]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-72363273],.multiselect--above.multiselect--active .multiselect__input[data-v-72363273],.multiselect--above.multiselect--active .multiselect__tags[data-v-72363273]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-72363273],.multiselect__single[data-v-72363273]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-72363273]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-72363273],.multiselect__tag~.multiselect__single[data-v-72363273]{width:auto}.multiselect__input[data-v-72363273]:hover,.multiselect__single[data-v-72363273]:hover{border-color:#cfcfcf}.multiselect__input[data-v-72363273]:focus,.multiselect__single[data-v-72363273]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-72363273]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-72363273]{display:inline}.multiselect__tags[data-v-72363273]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-72363273]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-72363273]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-72363273]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-72363273]:focus:after,.multiselect__tag-icon[data-v-72363273]:hover:after{color:#fff}.multiselect__current[data-v-72363273]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-72363273]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-72363273]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-72363273]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-72363273]{display:none}.multiselect__content-wrapper[data-v-72363273]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-72363273]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-72363273]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-72363273]::-webkit-scrollbar{display:none}.multiselect__element[data-v-72363273]{display:block}.multiselect__option[data-v-72363273]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-72363273]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-72363273]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-72363273]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-72363273]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-72363273]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-72363273]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-72363273]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-72363273],.multiselect--disabled .multiselect__select[data-v-72363273]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-72363273]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-72363273]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-72363273]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-72363273]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-72363273]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-72363273]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-72363273]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-72363273],.multiselect-leave-active[data-v-72363273]{transition:all .15s ease}.multiselect-enter[data-v-72363273],.multiselect-leave-active[data-v-72363273]{opacity:0}.multiselect__strong[data-v-72363273]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-72363273]{text-align:right}[dir=rtl] .multiselect__select[data-v-72363273]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-72363273]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-72363273]{text-align:right}[dir=rtl] .multiselect__option[data-v-72363273]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-72363273]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-72363273]{right:auto;left:1px}@keyframes spinning-72363273{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-72363273]{margin:0;padding:0;box-sizing:border-box}body[data-v-72363273]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-72363273]{min-height:0}.multiselect__select[data-v-72363273]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-72363273]:before{margin-top:0;top:0}.multiselect__tags[data-v-72363273]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-72363273]{font-family:Nunito!important}.multiselect__placeholder[data-v-72363273]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-72363273]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-72363273]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-72363273]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-72363273]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-72363273]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-72363273]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-72363273]{max-height:20vh!important}.multiselect__option--selected[data-v-72363273]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-72363273]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-72363273],.multiselect__single[data-v-72363273],.multiselect__tags input[data-v-72363273]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-72363273]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-72363273]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-72363273]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-72363273],.multiselect__single[data-v-72363273],.multiselect__tags input[data-v-72363273]{font-size:.78125vw}.multiselect__option[data-v-72363273]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-72363273]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-72363273]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-72363273],.multiselect__single[data-v-72363273],.multiselect__tags input[data-v-72363273]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-72363273]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-72363273]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-72363273]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-72363273],.multiselect__single[data-v-72363273],.multiselect__tags input[data-v-72363273]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-72363273]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-72363273]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-72363273]{font-size:15px}h1[data-v-72363273]{font-size:1.5rem}h2[data-v-72363273]{font-size:1.25rem}h3[data-v-72363273]{font-size:1.1rem}}.card-container[data-v-72363273]{width:100%;min-width:0;height:100%;min-height:0;display:flex;flex-direction:column;border-radius:10px;background-color:#f9fafb;overflow:hidden;cursor:pointer;box-shadow:5px 5px 10px 1px #ccc}.card-container .image-container[data-v-72363273]{min-height:180px;height:60%;width:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}.card-container .text-container[data-v-72363273]{height:40%;width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;column-gap:.75rem}.card-container .text-container .metadata-container[data-v-72363273]{flex:0 0 auto;height:100%;font-family:Nunito;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.25rem}.card-container .text-container .metadata-container p[data-v-72363273]{margin:0}.card-container .text-container .metadata-container .metadata-pill[data-v-72363273]{padding:.2rem .5rem;border-radius:999px;background:#3a7afe1a}.card-container .text-container .main-text-container[data-v-72363273]{flex:1 1 auto;min-width:0;height:100%;display:flex;flex-direction:column;justify-content:center}.card-container .text-container .main-text-container .text-container-header[data-v-72363273]{width:100%;font-size:18px;font-family:Manrope;color:#1c6758;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-container .text-container .main-text-container .text-container-para[data-v-72363273]{font-size:15px;font-family:Nunito;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-container .text-container .main-text-container .text-container-meta[data-v-72363273]{font-size:13px;font-family:Nunito;color:#0f172aa6;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}fieldset[disabled] .multiselect[data-v-90244954]{pointer-events:none}.multiselect__spinner[data-v-90244954]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-90244954]:before,.multiselect__spinner[data-v-90244954]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-90244954]:before{animation:spinning-90244954 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-90244954]:after{animation:spinning-90244954 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-90244954],.multiselect__loading-leave-active[data-v-90244954]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-90244954],.multiselect__loading-leave-active[data-v-90244954]{opacity:0}.multiselect[data-v-90244954],.multiselect__input[data-v-90244954],.multiselect__single[data-v-90244954]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-90244954]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-90244954] *{box-sizing:border-box}.multiselect[data-v-90244954]:focus{outline:none}.multiselect--disabled[data-v-90244954]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-90244954]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-90244954],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-90244954],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-90244954]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-90244954]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-90244954],.multiselect--above.multiselect--active .multiselect__input[data-v-90244954],.multiselect--above.multiselect--active .multiselect__tags[data-v-90244954]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-90244954],.multiselect__single[data-v-90244954]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-90244954]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-90244954],.multiselect__tag~.multiselect__single[data-v-90244954]{width:auto}.multiselect__input[data-v-90244954]:hover,.multiselect__single[data-v-90244954]:hover{border-color:#cfcfcf}.multiselect__input[data-v-90244954]:focus,.multiselect__single[data-v-90244954]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-90244954]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-90244954]{display:inline}.multiselect__tags[data-v-90244954]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-90244954]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-90244954]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-90244954]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-90244954]:focus:after,.multiselect__tag-icon[data-v-90244954]:hover:after{color:#fff}.multiselect__current[data-v-90244954]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-90244954]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-90244954]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-90244954]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-90244954]{display:none}.multiselect__content-wrapper[data-v-90244954]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-90244954]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-90244954]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-90244954]::-webkit-scrollbar{display:none}.multiselect__element[data-v-90244954]{display:block}.multiselect__option[data-v-90244954]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-90244954]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-90244954]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-90244954]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-90244954]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-90244954]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-90244954]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-90244954]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-90244954],.multiselect--disabled .multiselect__select[data-v-90244954]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-90244954]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-90244954]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-90244954]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-90244954]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-90244954]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-90244954]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-90244954]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-90244954],.multiselect-leave-active[data-v-90244954]{transition:all .15s ease}.multiselect-enter[data-v-90244954],.multiselect-leave-active[data-v-90244954]{opacity:0}.multiselect__strong[data-v-90244954]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-90244954]{text-align:right}[dir=rtl] .multiselect__select[data-v-90244954]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-90244954]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-90244954]{text-align:right}[dir=rtl] .multiselect__option[data-v-90244954]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-90244954]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-90244954]{right:auto;left:1px}@keyframes spinning-90244954{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-90244954]{margin:0;padding:0;box-sizing:border-box}body[data-v-90244954]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-90244954]{min-height:0}.multiselect__select[data-v-90244954]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-90244954]:before{margin-top:0;top:0}.multiselect__tags[data-v-90244954]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-90244954]{font-family:Nunito!important}.multiselect__placeholder[data-v-90244954]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-90244954]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-90244954]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-90244954]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-90244954]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-90244954]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-90244954]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-90244954]{max-height:20vh!important}.multiselect__option--selected[data-v-90244954]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-90244954]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-90244954],.multiselect__single[data-v-90244954],.multiselect__tags input[data-v-90244954]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-90244954]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-90244954]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-90244954]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-90244954],.multiselect__single[data-v-90244954],.multiselect__tags input[data-v-90244954]{font-size:.78125vw}.multiselect__option[data-v-90244954]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-90244954]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-90244954]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-90244954],.multiselect__single[data-v-90244954],.multiselect__tags input[data-v-90244954]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-90244954]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-90244954]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-90244954]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-90244954],.multiselect__single[data-v-90244954],.multiselect__tags input[data-v-90244954]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-90244954]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-90244954]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-90244954]{font-size:15px}h1[data-v-90244954]{font-size:1.5rem}h2[data-v-90244954]{font-size:1.25rem}h3[data-v-90244954]{font-size:1.1rem}}.browser-results-flex[data-v-90244954]{display:flex;flex-direction:column;gap:1rem}.browser-results[data-v-90244954]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,320px));grid-auto-rows:320px;gap:1rem;justify-content:center}.browser-results[data-v-90244954] .browsercard-container{height:100%}@media(max-width:640px){.browser-results[data-v-90244954]{grid-template-columns:minmax(0,1fr);grid-auto-rows:320px}}.browser-empty[data-v-90244954]{min-height:180px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#3a7afe0d;text-align:center;font-family:Nunito}fieldset[disabled] .multiselect[data-v-d38651fd]{pointer-events:none}.multiselect__spinner[data-v-d38651fd]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-d38651fd]:before,.multiselect__spinner[data-v-d38651fd]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-d38651fd]:before{animation:spinning-d38651fd 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-d38651fd]:after{animation:spinning-d38651fd 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-d38651fd],.multiselect__loading-leave-active[data-v-d38651fd]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-d38651fd],.multiselect__loading-leave-active[data-v-d38651fd]{opacity:0}.multiselect[data-v-d38651fd],.multiselect__input[data-v-d38651fd],.multiselect__single[data-v-d38651fd]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-d38651fd]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-d38651fd] *{box-sizing:border-box}.multiselect[data-v-d38651fd]:focus{outline:none}.multiselect--disabled[data-v-d38651fd]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-d38651fd]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-d38651fd],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-d38651fd],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-d38651fd]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-d38651fd]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-d38651fd],.multiselect--above.multiselect--active .multiselect__input[data-v-d38651fd],.multiselect--above.multiselect--active .multiselect__tags[data-v-d38651fd]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-d38651fd],.multiselect__single[data-v-d38651fd]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-d38651fd]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-d38651fd],.multiselect__tag~.multiselect__single[data-v-d38651fd]{width:auto}.multiselect__input[data-v-d38651fd]:hover,.multiselect__single[data-v-d38651fd]:hover{border-color:#cfcfcf}.multiselect__input[data-v-d38651fd]:focus,.multiselect__single[data-v-d38651fd]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-d38651fd]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-d38651fd]{display:inline}.multiselect__tags[data-v-d38651fd]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-d38651fd]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-d38651fd]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-d38651fd]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-d38651fd]:focus:after,.multiselect__tag-icon[data-v-d38651fd]:hover:after{color:#fff}.multiselect__current[data-v-d38651fd]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-d38651fd]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-d38651fd]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-d38651fd]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-d38651fd]{display:none}.multiselect__content-wrapper[data-v-d38651fd]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-d38651fd]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-d38651fd]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-d38651fd]::-webkit-scrollbar{display:none}.multiselect__element[data-v-d38651fd]{display:block}.multiselect__option[data-v-d38651fd]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-d38651fd]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-d38651fd]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-d38651fd]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-d38651fd]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-d38651fd]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-d38651fd]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-d38651fd]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-d38651fd],.multiselect--disabled .multiselect__select[data-v-d38651fd]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-d38651fd]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-d38651fd]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-d38651fd]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-d38651fd]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-d38651fd]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d38651fd]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d38651fd]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-d38651fd],.multiselect-leave-active[data-v-d38651fd]{transition:all .15s ease}.multiselect-enter[data-v-d38651fd],.multiselect-leave-active[data-v-d38651fd]{opacity:0}.multiselect__strong[data-v-d38651fd]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-d38651fd]{text-align:right}[dir=rtl] .multiselect__select[data-v-d38651fd]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-d38651fd]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-d38651fd]{text-align:right}[dir=rtl] .multiselect__option[data-v-d38651fd]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-d38651fd]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-d38651fd]{right:auto;left:1px}@keyframes spinning-d38651fd{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-d38651fd]{margin:0;padding:0;box-sizing:border-box}body[data-v-d38651fd]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-d38651fd]{min-height:0}.multiselect__select[data-v-d38651fd]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-d38651fd]:before{margin-top:0;top:0}.multiselect__tags[data-v-d38651fd]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-d38651fd]{font-family:Nunito!important}.multiselect__placeholder[data-v-d38651fd]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-d38651fd]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-d38651fd]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-d38651fd]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-d38651fd]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-d38651fd]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-d38651fd]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-d38651fd]{max-height:20vh!important}.multiselect__option--selected[data-v-d38651fd]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-d38651fd]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-d38651fd],.multiselect__single[data-v-d38651fd],.multiselect__tags input[data-v-d38651fd]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-d38651fd]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d38651fd]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-d38651fd]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-d38651fd],.multiselect__single[data-v-d38651fd],.multiselect__tags input[data-v-d38651fd]{font-size:.78125vw}.multiselect__option[data-v-d38651fd]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-d38651fd]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-d38651fd]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-d38651fd],.multiselect__single[data-v-d38651fd],.multiselect__tags input[data-v-d38651fd]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-d38651fd]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d38651fd]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-d38651fd]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-d38651fd],.multiselect__single[data-v-d38651fd],.multiselect__tags input[data-v-d38651fd]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-d38651fd]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d38651fd]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-d38651fd]{font-size:15px}h1[data-v-d38651fd]{font-size:1.5rem}h2[data-v-d38651fd]{font-size:1.25rem}h3[data-v-d38651fd]{font-size:1.1rem}}.browser-toolbar[data-v-d38651fd]{display:flex}.browser-search[data-v-d38651fd]{width:100%;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.browser-search input[data-v-d38651fd]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}fieldset[disabled] .multiselect[data-v-5ad36c73]{pointer-events:none}.multiselect__spinner[data-v-5ad36c73]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-5ad36c73]:before,.multiselect__spinner[data-v-5ad36c73]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-5ad36c73]:before{animation:spinning-5ad36c73 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-5ad36c73]:after{animation:spinning-5ad36c73 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-5ad36c73],.multiselect__loading-leave-active[data-v-5ad36c73]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-5ad36c73],.multiselect__loading-leave-active[data-v-5ad36c73]{opacity:0}.multiselect[data-v-5ad36c73],.multiselect__input[data-v-5ad36c73],.multiselect__single[data-v-5ad36c73]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-5ad36c73]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-5ad36c73] *{box-sizing:border-box}.multiselect[data-v-5ad36c73]:focus{outline:none}.multiselect--disabled[data-v-5ad36c73]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-5ad36c73]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-5ad36c73],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-5ad36c73],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-5ad36c73]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-5ad36c73]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-5ad36c73],.multiselect--above.multiselect--active .multiselect__input[data-v-5ad36c73],.multiselect--above.multiselect--active .multiselect__tags[data-v-5ad36c73]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-5ad36c73],.multiselect__single[data-v-5ad36c73]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-5ad36c73]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-5ad36c73],.multiselect__tag~.multiselect__single[data-v-5ad36c73]{width:auto}.multiselect__input[data-v-5ad36c73]:hover,.multiselect__single[data-v-5ad36c73]:hover{border-color:#cfcfcf}.multiselect__input[data-v-5ad36c73]:focus,.multiselect__single[data-v-5ad36c73]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-5ad36c73]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-5ad36c73]{display:inline}.multiselect__tags[data-v-5ad36c73]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-5ad36c73]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-5ad36c73]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-5ad36c73]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-5ad36c73]:focus:after,.multiselect__tag-icon[data-v-5ad36c73]:hover:after{color:#fff}.multiselect__current[data-v-5ad36c73]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-5ad36c73]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-5ad36c73]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-5ad36c73]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-5ad36c73]{display:none}.multiselect__content-wrapper[data-v-5ad36c73]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-5ad36c73]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-5ad36c73]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-5ad36c73]::-webkit-scrollbar{display:none}.multiselect__element[data-v-5ad36c73]{display:block}.multiselect__option[data-v-5ad36c73]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-5ad36c73]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-5ad36c73]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-5ad36c73]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-5ad36c73]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-5ad36c73]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-5ad36c73]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-5ad36c73]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-5ad36c73],.multiselect--disabled .multiselect__select[data-v-5ad36c73]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-5ad36c73]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-5ad36c73]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-5ad36c73]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-5ad36c73]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-5ad36c73]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-5ad36c73]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-5ad36c73]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-5ad36c73],.multiselect-leave-active[data-v-5ad36c73]{transition:all .15s ease}.multiselect-enter[data-v-5ad36c73],.multiselect-leave-active[data-v-5ad36c73]{opacity:0}.multiselect__strong[data-v-5ad36c73]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-5ad36c73]{text-align:right}[dir=rtl] .multiselect__select[data-v-5ad36c73]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-5ad36c73]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-5ad36c73]{text-align:right}[dir=rtl] .multiselect__option[data-v-5ad36c73]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-5ad36c73]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-5ad36c73]{right:auto;left:1px}@keyframes spinning-5ad36c73{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-5ad36c73]{margin:0;padding:0;box-sizing:border-box}body[data-v-5ad36c73]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-5ad36c73]{min-height:0}.multiselect__select[data-v-5ad36c73]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-5ad36c73]:before{margin-top:0;top:0}.multiselect__tags[data-v-5ad36c73]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-5ad36c73]{font-family:Nunito!important}.multiselect__placeholder[data-v-5ad36c73]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-5ad36c73]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-5ad36c73]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-5ad36c73]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-5ad36c73]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-5ad36c73]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-5ad36c73]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-5ad36c73]{max-height:20vh!important}.multiselect__option--selected[data-v-5ad36c73]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-5ad36c73]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-5ad36c73],.multiselect__single[data-v-5ad36c73],.multiselect__tags input[data-v-5ad36c73]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-5ad36c73]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-5ad36c73]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-5ad36c73]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-5ad36c73],.multiselect__single[data-v-5ad36c73],.multiselect__tags input[data-v-5ad36c73]{font-size:.78125vw}.multiselect__option[data-v-5ad36c73]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-5ad36c73]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-5ad36c73]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-5ad36c73],.multiselect__single[data-v-5ad36c73],.multiselect__tags input[data-v-5ad36c73]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-5ad36c73]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-5ad36c73]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-5ad36c73]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-5ad36c73],.multiselect__single[data-v-5ad36c73],.multiselect__tags input[data-v-5ad36c73]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-5ad36c73]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-5ad36c73]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-5ad36c73]{font-size:15px}h1[data-v-5ad36c73]{font-size:1.5rem}h2[data-v-5ad36c73]{font-size:1.25rem}h3[data-v-5ad36c73]{font-size:1.1rem}}.browser-page[data-v-5ad36c73]{min-height:100dvh;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b}@media(min-width:1025px){.browser-page[data-v-5ad36c73]{margin-left:6rem}.browser-navbar[data-v-5ad36c73]{display:none}}@media(max-width:1024px){.browser-sidebar[data-v-5ad36c73]{display:none}.browser-page[data-v-5ad36c73]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-72337b4e]{pointer-events:none}.multiselect__spinner[data-v-72337b4e]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-72337b4e]:before,.multiselect__spinner[data-v-72337b4e]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-72337b4e]:before{animation:spinning-72337b4e 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-72337b4e]:after{animation:spinning-72337b4e 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-72337b4e],.multiselect__loading-leave-active[data-v-72337b4e]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-72337b4e],.multiselect__loading-leave-active[data-v-72337b4e]{opacity:0}.multiselect[data-v-72337b4e],.multiselect__input[data-v-72337b4e],.multiselect__single[data-v-72337b4e]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-72337b4e]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-72337b4e] *{box-sizing:border-box}.multiselect[data-v-72337b4e]:focus{outline:none}.multiselect--disabled[data-v-72337b4e]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-72337b4e]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-72337b4e],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-72337b4e],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-72337b4e]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-72337b4e]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-72337b4e],.multiselect--above.multiselect--active .multiselect__input[data-v-72337b4e],.multiselect--above.multiselect--active .multiselect__tags[data-v-72337b4e]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-72337b4e],.multiselect__single[data-v-72337b4e]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-72337b4e]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-72337b4e],.multiselect__tag~.multiselect__single[data-v-72337b4e]{width:auto}.multiselect__input[data-v-72337b4e]:hover,.multiselect__single[data-v-72337b4e]:hover{border-color:#cfcfcf}.multiselect__input[data-v-72337b4e]:focus,.multiselect__single[data-v-72337b4e]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-72337b4e]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-72337b4e]{display:inline}.multiselect__tags[data-v-72337b4e]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-72337b4e]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-72337b4e]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-72337b4e]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-72337b4e]:focus:after,.multiselect__tag-icon[data-v-72337b4e]:hover:after{color:#fff}.multiselect__current[data-v-72337b4e]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-72337b4e]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-72337b4e]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-72337b4e]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-72337b4e]{display:none}.multiselect__content-wrapper[data-v-72337b4e]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-72337b4e]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-72337b4e]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-72337b4e]::-webkit-scrollbar{display:none}.multiselect__element[data-v-72337b4e]{display:block}.multiselect__option[data-v-72337b4e]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-72337b4e]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-72337b4e]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-72337b4e]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-72337b4e]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-72337b4e]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-72337b4e]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-72337b4e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-72337b4e],.multiselect--disabled .multiselect__select[data-v-72337b4e]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-72337b4e]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-72337b4e]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-72337b4e]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-72337b4e]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-72337b4e]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-72337b4e]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-72337b4e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-72337b4e],.multiselect-leave-active[data-v-72337b4e]{transition:all .15s ease}.multiselect-enter[data-v-72337b4e],.multiselect-leave-active[data-v-72337b4e]{opacity:0}.multiselect__strong[data-v-72337b4e]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-72337b4e]{text-align:right}[dir=rtl] .multiselect__select[data-v-72337b4e]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-72337b4e]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-72337b4e]{text-align:right}[dir=rtl] .multiselect__option[data-v-72337b4e]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-72337b4e]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-72337b4e]{right:auto;left:1px}@keyframes spinning-72337b4e{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-72337b4e]{margin:0;padding:0;box-sizing:border-box}body[data-v-72337b4e]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-72337b4e]{min-height:0}.multiselect__select[data-v-72337b4e]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-72337b4e]:before{margin-top:0;top:0}.multiselect__tags[data-v-72337b4e]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-72337b4e]{font-family:Nunito!important}.multiselect__placeholder[data-v-72337b4e]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-72337b4e]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-72337b4e]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-72337b4e]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-72337b4e]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-72337b4e]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-72337b4e]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-72337b4e]{max-height:20vh!important}.multiselect__option--selected[data-v-72337b4e]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-72337b4e]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-72337b4e],.multiselect__single[data-v-72337b4e],.multiselect__tags input[data-v-72337b4e]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-72337b4e]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-72337b4e]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-72337b4e]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-72337b4e],.multiselect__single[data-v-72337b4e],.multiselect__tags input[data-v-72337b4e]{font-size:.78125vw}.multiselect__option[data-v-72337b4e]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-72337b4e]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-72337b4e]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-72337b4e],.multiselect__single[data-v-72337b4e],.multiselect__tags input[data-v-72337b4e]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-72337b4e]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-72337b4e]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-72337b4e]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-72337b4e],.multiselect__single[data-v-72337b4e],.multiselect__tags input[data-v-72337b4e]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-72337b4e]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-72337b4e]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-72337b4e]{font-size:15px}h1[data-v-72337b4e]{font-size:1.5rem}h2[data-v-72337b4e]{font-size:1.25rem}h3[data-v-72337b4e]{font-size:1.1rem}}.upload-form__section[data-v-72337b4e]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08);overflow:hidden}.upload-form__fields[data-v-72337b4e]{position:relative;display:flex;flex-wrap:wrap;gap:1rem}.upload-form__section h2[data-v-72337b4e]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.upload-form__fields label[data-v-72337b4e]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-72337b4e]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.upload-form__fields input.is-valid[data-v-72337b4e]{border-color:#18cda6}.upload-form__fields input.is-invalid[data-v-72337b4e]{border-color:#dc2626}.isbn-indicator[data-v-72337b4e]{font-size:.85rem}.isbn-indicator--valid[data-v-72337b4e]{color:#17826d}.isbn-indicator--invalid[data-v-72337b4e]{color:#dc2626}.upload-form__lookup[data-v-72337b4e]{position:absolute;top:0;left:0;width:100%;height:100%;background:#effbf8;display:inline-flex;align-items:center;gap:.5rem;font-family:Nunito}.autofill-badge button[data-v-72337b4e]{min-width:auto;border:none;background:transparent;color:#26e5bc;cursor:pointer}fieldset[disabled] .multiselect[data-v-06b62461]{pointer-events:none}.multiselect__spinner[data-v-06b62461]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-06b62461]:before,.multiselect__spinner[data-v-06b62461]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-06b62461]:before{animation:spinning-06b62461 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-06b62461]:after{animation:spinning-06b62461 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-06b62461],.multiselect__loading-leave-active[data-v-06b62461]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-06b62461],.multiselect__loading-leave-active[data-v-06b62461]{opacity:0}.multiselect[data-v-06b62461],.multiselect__input[data-v-06b62461],.multiselect__single[data-v-06b62461]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-06b62461]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-06b62461] *{box-sizing:border-box}.multiselect[data-v-06b62461]:focus{outline:none}.multiselect--disabled[data-v-06b62461]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-06b62461]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-06b62461],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-06b62461],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-06b62461]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-06b62461]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-06b62461],.multiselect--above.multiselect--active .multiselect__input[data-v-06b62461],.multiselect--above.multiselect--active .multiselect__tags[data-v-06b62461]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-06b62461],.multiselect__single[data-v-06b62461]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-06b62461]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-06b62461],.multiselect__tag~.multiselect__single[data-v-06b62461]{width:auto}.multiselect__input[data-v-06b62461]:hover,.multiselect__single[data-v-06b62461]:hover{border-color:#cfcfcf}.multiselect__input[data-v-06b62461]:focus,.multiselect__single[data-v-06b62461]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-06b62461]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-06b62461]{display:inline}.multiselect__tags[data-v-06b62461]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-06b62461]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-06b62461]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-06b62461]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-06b62461]:focus:after,.multiselect__tag-icon[data-v-06b62461]:hover:after{color:#fff}.multiselect__current[data-v-06b62461]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-06b62461]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-06b62461]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-06b62461]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-06b62461]{display:none}.multiselect__content-wrapper[data-v-06b62461]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-06b62461]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-06b62461]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-06b62461]::-webkit-scrollbar{display:none}.multiselect__element[data-v-06b62461]{display:block}.multiselect__option[data-v-06b62461]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-06b62461]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-06b62461]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-06b62461]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-06b62461]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-06b62461]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-06b62461]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-06b62461]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-06b62461],.multiselect--disabled .multiselect__select[data-v-06b62461]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-06b62461]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-06b62461]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-06b62461]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-06b62461]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-06b62461]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-06b62461]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-06b62461]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-06b62461],.multiselect-leave-active[data-v-06b62461]{transition:all .15s ease}.multiselect-enter[data-v-06b62461],.multiselect-leave-active[data-v-06b62461]{opacity:0}.multiselect__strong[data-v-06b62461]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-06b62461]{text-align:right}[dir=rtl] .multiselect__select[data-v-06b62461]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-06b62461]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-06b62461]{text-align:right}[dir=rtl] .multiselect__option[data-v-06b62461]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-06b62461]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-06b62461]{right:auto;left:1px}@keyframes spinning-06b62461{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-06b62461]{margin:0;padding:0;box-sizing:border-box}body[data-v-06b62461]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-06b62461]{min-height:0}.multiselect__select[data-v-06b62461]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-06b62461]:before{margin-top:0;top:0}.multiselect__tags[data-v-06b62461]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-06b62461]{font-family:Nunito!important}.multiselect__placeholder[data-v-06b62461]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-06b62461]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-06b62461]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-06b62461]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-06b62461]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-06b62461]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-06b62461]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-06b62461]{max-height:20vh!important}.multiselect__option--selected[data-v-06b62461]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-06b62461]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-06b62461],.multiselect__single[data-v-06b62461],.multiselect__tags input[data-v-06b62461]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-06b62461]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-06b62461]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-06b62461]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-06b62461],.multiselect__single[data-v-06b62461],.multiselect__tags input[data-v-06b62461]{font-size:.78125vw}.multiselect__option[data-v-06b62461]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-06b62461]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-06b62461]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-06b62461],.multiselect__single[data-v-06b62461],.multiselect__tags input[data-v-06b62461]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-06b62461]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-06b62461]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-06b62461]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-06b62461],.multiselect__single[data-v-06b62461],.multiselect__tags input[data-v-06b62461]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-06b62461]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-06b62461]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-06b62461]{font-size:15px}h1[data-v-06b62461]{font-size:1.5rem}h2[data-v-06b62461]{font-size:1.25rem}h3[data-v-06b62461]{font-size:1.1rem}}.upload-form__section[data-v-06b62461]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__fields[data-v-06b62461]{display:flex;flex-wrap:wrap;gap:1rem}.upload-form__section h2[data-v-06b62461]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.upload-form__fields label[data-v-06b62461]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-06b62461]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}fieldset[disabled] .multiselect[data-v-f6a3b23d]{pointer-events:none}.multiselect__spinner[data-v-f6a3b23d]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-f6a3b23d]:before,.multiselect__spinner[data-v-f6a3b23d]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-f6a3b23d]:before{animation:spinning-f6a3b23d 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-f6a3b23d]:after{animation:spinning-f6a3b23d 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-f6a3b23d],.multiselect__loading-leave-active[data-v-f6a3b23d]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-f6a3b23d],.multiselect__loading-leave-active[data-v-f6a3b23d]{opacity:0}.multiselect[data-v-f6a3b23d],.multiselect__input[data-v-f6a3b23d],.multiselect__single[data-v-f6a3b23d]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-f6a3b23d]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-f6a3b23d] *{box-sizing:border-box}.multiselect[data-v-f6a3b23d]:focus{outline:none}.multiselect--disabled[data-v-f6a3b23d]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-f6a3b23d]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-f6a3b23d],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-f6a3b23d],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-f6a3b23d]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-f6a3b23d]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-f6a3b23d],.multiselect--above.multiselect--active .multiselect__input[data-v-f6a3b23d],.multiselect--above.multiselect--active .multiselect__tags[data-v-f6a3b23d]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-f6a3b23d],.multiselect__single[data-v-f6a3b23d]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-f6a3b23d]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-f6a3b23d],.multiselect__tag~.multiselect__single[data-v-f6a3b23d]{width:auto}.multiselect__input[data-v-f6a3b23d]:hover,.multiselect__single[data-v-f6a3b23d]:hover{border-color:#cfcfcf}.multiselect__input[data-v-f6a3b23d]:focus,.multiselect__single[data-v-f6a3b23d]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-f6a3b23d]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-f6a3b23d]{display:inline}.multiselect__tags[data-v-f6a3b23d]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-f6a3b23d]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-f6a3b23d]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-f6a3b23d]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-f6a3b23d]:focus:after,.multiselect__tag-icon[data-v-f6a3b23d]:hover:after{color:#fff}.multiselect__current[data-v-f6a3b23d]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-f6a3b23d]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-f6a3b23d]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-f6a3b23d]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-f6a3b23d]{display:none}.multiselect__content-wrapper[data-v-f6a3b23d]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-f6a3b23d]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-f6a3b23d]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-f6a3b23d]::-webkit-scrollbar{display:none}.multiselect__element[data-v-f6a3b23d]{display:block}.multiselect__option[data-v-f6a3b23d]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-f6a3b23d]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-f6a3b23d]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-f6a3b23d]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-f6a3b23d]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-f6a3b23d]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-f6a3b23d]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-f6a3b23d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-f6a3b23d],.multiselect--disabled .multiselect__select[data-v-f6a3b23d]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-f6a3b23d]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-f6a3b23d]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-f6a3b23d]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-f6a3b23d]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-f6a3b23d]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f6a3b23d]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f6a3b23d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-f6a3b23d],.multiselect-leave-active[data-v-f6a3b23d]{transition:all .15s ease}.multiselect-enter[data-v-f6a3b23d],.multiselect-leave-active[data-v-f6a3b23d]{opacity:0}.multiselect__strong[data-v-f6a3b23d]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-f6a3b23d]{text-align:right}[dir=rtl] .multiselect__select[data-v-f6a3b23d]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-f6a3b23d]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-f6a3b23d]{text-align:right}[dir=rtl] .multiselect__option[data-v-f6a3b23d]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-f6a3b23d]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-f6a3b23d]{right:auto;left:1px}@keyframes spinning-f6a3b23d{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-f6a3b23d]{margin:0;padding:0;box-sizing:border-box}body[data-v-f6a3b23d]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-f6a3b23d]{min-height:0}.multiselect__select[data-v-f6a3b23d]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-f6a3b23d]:before{margin-top:0;top:0}.multiselect__tags[data-v-f6a3b23d]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-f6a3b23d]{font-family:Nunito!important}.multiselect__placeholder[data-v-f6a3b23d]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-f6a3b23d]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-f6a3b23d]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-f6a3b23d]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-f6a3b23d]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-f6a3b23d]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-f6a3b23d]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-f6a3b23d]{max-height:20vh!important}.multiselect__option--selected[data-v-f6a3b23d]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-f6a3b23d]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-f6a3b23d],.multiselect__single[data-v-f6a3b23d],.multiselect__tags input[data-v-f6a3b23d]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-f6a3b23d]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f6a3b23d]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-f6a3b23d]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-f6a3b23d],.multiselect__single[data-v-f6a3b23d],.multiselect__tags input[data-v-f6a3b23d]{font-size:.78125vw}.multiselect__option[data-v-f6a3b23d]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-f6a3b23d]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-f6a3b23d]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-f6a3b23d],.multiselect__single[data-v-f6a3b23d],.multiselect__tags input[data-v-f6a3b23d]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-f6a3b23d]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f6a3b23d]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-f6a3b23d]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-f6a3b23d],.multiselect__single[data-v-f6a3b23d],.multiselect__tags input[data-v-f6a3b23d]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-f6a3b23d]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f6a3b23d]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-f6a3b23d]{font-size:15px}h1[data-v-f6a3b23d]{font-size:1.5rem}h2[data-v-f6a3b23d]{font-size:1.25rem}h3[data-v-f6a3b23d]{font-size:1.1rem}}.addFile[data-v-f6a3b23d],.note[data-v-f6a3b23d]{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.uploader-container[data-v-f6a3b23d]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.uploader-container .inset-container[data-v-f6a3b23d]{width:90%;height:90%;display:flex;align-items:center;justify-content:center;border:3px dashed lightgray;border-radius:20px;transition:border-color 1s ease,background 1s ease,transform 1s ease;cursor:pointer}.uploader-container .inset-container[data-v-f6a3b23d]:hover{background-color:#26e5bc1a;border-color:#1c6758;transform:scale(1.01)}.uploader-container .inset-container:hover .addFile[data-v-f6a3b23d],.uploader-container .inset-container:hover .note[data-v-f6a3b23d]{opacity:1;transform:translateY(0)}.uploader-container .uploader-image-container[data-v-f6a3b23d]{width:35%;height:100%;position:relative}.uploader-container .uploader-image-container .uploader-image[data-v-f6a3b23d]{width:100%;height:100%;background-image:url(/assets/uploadHolding-HlSMMUpl.svg);background-size:70% 70%;background-position:center center;background-repeat:no-repeat}.uploader-container .uploader-image-container .addFile[data-v-f6a3b23d]{position:absolute;top:0%;left:6%;width:35%;aspect-ratio:1/1;background-image:url(/assets/addFiles-BLHyigsY.svg);background-size:90% 90%;background-repeat:no-repeat;background-position:center center}.uploader-container .uploader-image-container .note[data-v-f6a3b23d]{position:absolute;bottom:11%;right:19%;width:20%;aspect-ratio:1/1;background-image:url("data:image/svg+xml,%3csvg%20width='69'%20height='74'%20viewBox='0%200%2069%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M52.5806%2074C52.1825%2074%2051.7801%2073.9686%2051.3758%2073.9052L6.59403%2066.8458C4.4981%2066.5149%202.6684%2065.3759%201.44109%2063.6373C0.213778%2061.8992%20-0.25179%2059.787%200.130026%2057.6911L9.47233%206.42676C10.2347%202.25127%2014.101%20-0.527782%2018.2828%200.0844151L62.3353%206.60885C64.4243%206.9184%2066.2597%208.03354%2067.5026%209.74895C68.7462%2011.4637%2069.2392%2013.5609%2068.8911%2015.6537L60.2781%2067.4536C59.6445%2071.2687%2056.3206%2074%2052.5806%2074Z'%20fill='%23F7FDFC'/%3e%3cpath%20d='M54.7395%2029C54.6019%2029%2054.4624%2028.9875%2054.3222%2028.9614L18.8482%2022.4303C17.6196%2022.2041%2016.8096%2021.0382%2017.0388%2019.8255C17.2673%2018.6129%2018.446%2017.8084%2019.6778%2018.0396L55.1518%2024.5707C56.3804%2024.7969%2057.1904%2025.9628%2056.9612%2027.1755C56.7586%2028.2497%2055.8077%2029%2054.7395%2029Z'%20fill='%231C6758'/%3e%3cpath%20d='M51.6545%2041C51.5483%2041%2051.4421%2040.9931%2051.334%2040.9772L16.0316%2035.9195C14.7466%2035.7355%2013.8468%2034.4904%2014.0218%2033.1377C14.1974%2031.785%2015.3848%2030.8377%2016.666%2031.0232L51.9684%2036.0809C53.2534%2036.265%2054.1532%2037.5101%2053.9782%2038.8627C53.8177%2040.1017%2052.8104%2041%2051.6545%2041Z'%20fill='%231C6758'/%3e%3cpath%20d='M37.6994%2053C37.5773%2053%2037.4533%2052.989%2037.3287%2052.9676L13.935%2048.9074C12.6795%2048.6897%2011.8269%2047.4211%2012.0299%2046.0746C12.2336%2044.7281%2013.4081%2043.8164%2014.6713%2044.0314L38.065%2048.0916C39.3205%2048.3093%2040.1731%2049.5779%2039.9701%2050.9244C39.787%2052.1373%2038.8097%2053%2037.6994%2053Z'%20fill='%231C6758'/%3e%3c/svg%3e");background-size:90% 90%;background-repeat:no-repeat;background-position:center center}.uploader-container .uploader-text[data-v-f6a3b23d]{padding:10px;width:65%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;row-gap:5px}.uploader-container .uploader-text h3[data-v-f6a3b23d]{color:#1c6758;font-family:Manrope}.uploader-container .uploader-text p[data-v-f6a3b23d]{font-family:Nunito}.uploader-container .uploader-text .divider-container[data-v-f6a3b23d]{display:flex;align-items:center;justify-content:center;column-gap:10px;width:100%;font-weight:100;font-family:Nunito}.uploader-container .uploader-text .divider-container hr[data-v-f6a3b23d]{width:100%;height:1px;margin-top:calc(2.5 / 1920 * 100vw);opacity:.5}.uploader-container .uploader-text .browse-link[data-v-f6a3b23d]{text-decoration:none;position:relative;color:#1c6758;box-shadow:inset 0 -2px #1c6758;transition:box-shadow .3s ease}.uploader-container .uploader-text .browse-link[data-v-f6a3b23d]:hover{box-shadow:inset 0 -4px #1c6758}@media screen and (min-width:1025px){.uploader-text h3[data-v-f6a3b23d]{font-size:calc(20 / 1920 * 100vw)}.uploader-text p[data-v-f6a3b23d]{font-size:.78125vw}.divider-container[data-v-f6a3b23d]{font-size:calc(14 / 1920 * 100vw)}.inset-container[data-v-f6a3b23d]{height:90%}}@media screen and (max-width:1025px){.uploader-text h3[data-v-f6a3b23d]{font-size:1.5625vw}.uploader-text p[data-v-f6a3b23d]{font-size:calc(26 / 1920 * 100vw)}.divider-container[data-v-f6a3b23d]{font-size:1.5625vw}}@media screen and (max-width:950px){.uploader-text h3[data-v-f6a3b23d]{font-size:calc(50 / 1920 * 100vw)}.uploader-text p[data-v-f6a3b23d]{font-size:calc(26 / 1920 * 100vw)}.divider-container[data-v-f6a3b23d]{font-size:1.5625vw}}@media screen and (max-width:550px){.uploader-text h3[data-v-f6a3b23d]{font-size:3.125vw}.uploader-text p[data-v-f6a3b23d]{font-size:1.5625vw}.divider-container[data-v-f6a3b23d]{font-size:calc(32 / 1920 * 100vw)}}fieldset[disabled] .multiselect[data-v-fa793cc6]{pointer-events:none}.multiselect__spinner[data-v-fa793cc6]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-fa793cc6]:before,.multiselect__spinner[data-v-fa793cc6]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-fa793cc6]:before{animation:spinning-fa793cc6 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-fa793cc6]:after{animation:spinning-fa793cc6 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-fa793cc6],.multiselect__loading-leave-active[data-v-fa793cc6]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-fa793cc6],.multiselect__loading-leave-active[data-v-fa793cc6]{opacity:0}.multiselect[data-v-fa793cc6],.multiselect__input[data-v-fa793cc6],.multiselect__single[data-v-fa793cc6]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-fa793cc6]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-fa793cc6] *{box-sizing:border-box}.multiselect[data-v-fa793cc6]:focus{outline:none}.multiselect--disabled[data-v-fa793cc6]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-fa793cc6]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-fa793cc6],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-fa793cc6],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-fa793cc6]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-fa793cc6]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-fa793cc6],.multiselect--above.multiselect--active .multiselect__input[data-v-fa793cc6],.multiselect--above.multiselect--active .multiselect__tags[data-v-fa793cc6]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-fa793cc6],.multiselect__single[data-v-fa793cc6]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-fa793cc6]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-fa793cc6],.multiselect__tag~.multiselect__single[data-v-fa793cc6]{width:auto}.multiselect__input[data-v-fa793cc6]:hover,.multiselect__single[data-v-fa793cc6]:hover{border-color:#cfcfcf}.multiselect__input[data-v-fa793cc6]:focus,.multiselect__single[data-v-fa793cc6]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-fa793cc6]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-fa793cc6]{display:inline}.multiselect__tags[data-v-fa793cc6]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-fa793cc6]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-fa793cc6]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-fa793cc6]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-fa793cc6]:focus:after,.multiselect__tag-icon[data-v-fa793cc6]:hover:after{color:#fff}.multiselect__current[data-v-fa793cc6]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-fa793cc6]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-fa793cc6]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-fa793cc6]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-fa793cc6]{display:none}.multiselect__content-wrapper[data-v-fa793cc6]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-fa793cc6]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-fa793cc6]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-fa793cc6]::-webkit-scrollbar{display:none}.multiselect__element[data-v-fa793cc6]{display:block}.multiselect__option[data-v-fa793cc6]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-fa793cc6]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-fa793cc6]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-fa793cc6]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-fa793cc6]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-fa793cc6]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-fa793cc6]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-fa793cc6]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-fa793cc6],.multiselect--disabled .multiselect__select[data-v-fa793cc6]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-fa793cc6]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-fa793cc6]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-fa793cc6]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-fa793cc6]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-fa793cc6]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-fa793cc6]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-fa793cc6]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-fa793cc6],.multiselect-leave-active[data-v-fa793cc6]{transition:all .15s ease}.multiselect-enter[data-v-fa793cc6],.multiselect-leave-active[data-v-fa793cc6]{opacity:0}.multiselect__strong[data-v-fa793cc6]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-fa793cc6]{text-align:right}[dir=rtl] .multiselect__select[data-v-fa793cc6]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-fa793cc6]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-fa793cc6]{text-align:right}[dir=rtl] .multiselect__option[data-v-fa793cc6]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-fa793cc6]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-fa793cc6]{right:auto;left:1px}@keyframes spinning-fa793cc6{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-fa793cc6]{margin:0;padding:0;box-sizing:border-box}body[data-v-fa793cc6]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-fa793cc6]{min-height:0}.multiselect__select[data-v-fa793cc6]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-fa793cc6]:before{margin-top:0;top:0}.multiselect__tags[data-v-fa793cc6]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-fa793cc6]{font-family:Nunito!important}.multiselect__placeholder[data-v-fa793cc6]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-fa793cc6]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-fa793cc6]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-fa793cc6]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-fa793cc6]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-fa793cc6]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-fa793cc6]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-fa793cc6]{max-height:20vh!important}.multiselect__option--selected[data-v-fa793cc6]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-fa793cc6]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-fa793cc6],.multiselect__single[data-v-fa793cc6],.multiselect__tags input[data-v-fa793cc6]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-fa793cc6]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-fa793cc6]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-fa793cc6]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-fa793cc6],.multiselect__single[data-v-fa793cc6],.multiselect__tags input[data-v-fa793cc6]{font-size:.78125vw}.multiselect__option[data-v-fa793cc6]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-fa793cc6]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-fa793cc6]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-fa793cc6],.multiselect__single[data-v-fa793cc6],.multiselect__tags input[data-v-fa793cc6]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-fa793cc6]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-fa793cc6]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-fa793cc6]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-fa793cc6],.multiselect__single[data-v-fa793cc6],.multiselect__tags input[data-v-fa793cc6]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-fa793cc6]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-fa793cc6]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-fa793cc6]{font-size:15px}h1[data-v-fa793cc6]{font-size:1.5rem}h2[data-v-fa793cc6]{font-size:1.25rem}h3[data-v-fa793cc6]{font-size:1.1rem}}.upload-form__section[data-v-fa793cc6]{border-radius:18px;padding:1.25rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__section h2[data-v-fa793cc6]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.uploader-grid[data-v-fa793cc6]{display:grid;gap:1rem}.uploader-card[data-v-fa793cc6]{border-radius:16px;padding:1rem;border:1px solid rgba(15,23,42,.12);background:#ffffffa6;box-shadow:0 12px 28px #0f172a14;display:grid;min-height:280px}.uploader-card__header[data-v-fa793cc6]{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;height:fit-content;min-width:0}.uploader-card__header h3[data-v-fa793cc6]{margin:0;font-family:Manrope;font-size:1.1rem;flex-shrink:0}.caption[data-v-fa793cc6]{font-family:Nunito;font-size:.9rem;color:#555}.caption--filename[data-v-fa793cc6]{min-width:0;max-width:min(55%,18rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}@media(max-width:640px){.caption--filename[data-v-fa793cc6]{max-width:min(50vw,12rem)}}.uploader-card ImageUploader[data-v-fa793cc6]{width:100%;min-height:220px}@media(max-width:640px){.uploader-grid[data-v-fa793cc6]{grid-template-columns:1fr}.uploader-card[data-v-fa793cc6]{min-height:auto}}@media(min-width:768px){.uploader-grid[data-v-fa793cc6]{grid-template-columns:repeat(2,minmax(0,1fr))}}fieldset[disabled] .multiselect[data-v-03ab0e43]{pointer-events:none}.multiselect__spinner[data-v-03ab0e43]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-03ab0e43]:before,.multiselect__spinner[data-v-03ab0e43]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-03ab0e43]:before{animation:spinning-03ab0e43 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-03ab0e43]:after{animation:spinning-03ab0e43 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-03ab0e43],.multiselect__loading-leave-active[data-v-03ab0e43]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-03ab0e43],.multiselect__loading-leave-active[data-v-03ab0e43]{opacity:0}.multiselect[data-v-03ab0e43],.multiselect__input[data-v-03ab0e43],.multiselect__single[data-v-03ab0e43]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-03ab0e43]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-03ab0e43] *{box-sizing:border-box}.multiselect[data-v-03ab0e43]:focus{outline:none}.multiselect--disabled[data-v-03ab0e43]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-03ab0e43]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-03ab0e43],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-03ab0e43],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-03ab0e43]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-03ab0e43]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-03ab0e43],.multiselect--above.multiselect--active .multiselect__input[data-v-03ab0e43],.multiselect--above.multiselect--active .multiselect__tags[data-v-03ab0e43]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-03ab0e43],.multiselect__single[data-v-03ab0e43]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-03ab0e43]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-03ab0e43],.multiselect__tag~.multiselect__single[data-v-03ab0e43]{width:auto}.multiselect__input[data-v-03ab0e43]:hover,.multiselect__single[data-v-03ab0e43]:hover{border-color:#cfcfcf}.multiselect__input[data-v-03ab0e43]:focus,.multiselect__single[data-v-03ab0e43]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-03ab0e43]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-03ab0e43]{display:inline}.multiselect__tags[data-v-03ab0e43]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-03ab0e43]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-03ab0e43]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-03ab0e43]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-03ab0e43]:focus:after,.multiselect__tag-icon[data-v-03ab0e43]:hover:after{color:#fff}.multiselect__current[data-v-03ab0e43]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-03ab0e43]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-03ab0e43]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-03ab0e43]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-03ab0e43]{display:none}.multiselect__content-wrapper[data-v-03ab0e43]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-03ab0e43]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-03ab0e43]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-03ab0e43]::-webkit-scrollbar{display:none}.multiselect__element[data-v-03ab0e43]{display:block}.multiselect__option[data-v-03ab0e43]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-03ab0e43]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-03ab0e43]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-03ab0e43]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-03ab0e43]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-03ab0e43]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-03ab0e43]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-03ab0e43]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-03ab0e43],.multiselect--disabled .multiselect__select[data-v-03ab0e43]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-03ab0e43]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-03ab0e43]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-03ab0e43]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-03ab0e43]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-03ab0e43]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-03ab0e43]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-03ab0e43]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-03ab0e43],.multiselect-leave-active[data-v-03ab0e43]{transition:all .15s ease}.multiselect-enter[data-v-03ab0e43],.multiselect-leave-active[data-v-03ab0e43]{opacity:0}.multiselect__strong[data-v-03ab0e43]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-03ab0e43]{text-align:right}[dir=rtl] .multiselect__select[data-v-03ab0e43]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-03ab0e43]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-03ab0e43]{text-align:right}[dir=rtl] .multiselect__option[data-v-03ab0e43]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-03ab0e43]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-03ab0e43]{right:auto;left:1px}@keyframes spinning-03ab0e43{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-03ab0e43]{margin:0;padding:0;box-sizing:border-box}body[data-v-03ab0e43]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-03ab0e43]{min-height:0}.multiselect__select[data-v-03ab0e43]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-03ab0e43]:before{margin-top:0;top:0}.multiselect__tags[data-v-03ab0e43]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-03ab0e43]{font-family:Nunito!important}.multiselect__placeholder[data-v-03ab0e43]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-03ab0e43]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-03ab0e43]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-03ab0e43]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-03ab0e43]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-03ab0e43]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-03ab0e43]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-03ab0e43]{max-height:20vh!important}.multiselect__option--selected[data-v-03ab0e43]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-03ab0e43]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-03ab0e43],.multiselect__single[data-v-03ab0e43],.multiselect__tags input[data-v-03ab0e43]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-03ab0e43]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-03ab0e43]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-03ab0e43]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-03ab0e43],.multiselect__single[data-v-03ab0e43],.multiselect__tags input[data-v-03ab0e43]{font-size:.78125vw}.multiselect__option[data-v-03ab0e43]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-03ab0e43]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-03ab0e43]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-03ab0e43],.multiselect__single[data-v-03ab0e43],.multiselect__tags input[data-v-03ab0e43]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-03ab0e43]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-03ab0e43]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-03ab0e43]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-03ab0e43],.multiselect__single[data-v-03ab0e43],.multiselect__tags input[data-v-03ab0e43]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-03ab0e43]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-03ab0e43]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-03ab0e43]{font-size:15px}h1[data-v-03ab0e43]{font-size:1.5rem}h2[data-v-03ab0e43]{font-size:1.25rem}h3[data-v-03ab0e43]{font-size:1.1rem}}.upload-page[data-v-03ab0e43]{min-height:100dvh;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b}.upload-form[data-v-03ab0e43]{display:flex;flex-direction:column;gap:1rem}.upload-form__section[data-v-03ab0e43]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__fields[data-v-03ab0e43]{display:flex;flex-wrap:wrap;gap:1rem}.upload-form__fields label[data-v-03ab0e43]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-03ab0e43]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.upload-form__lookup[data-v-03ab0e43],.autofill-badge[data-v-03ab0e43]{display:inline-flex;align-items:center;gap:.5rem;font-family:Nunito}.autofill-badge button[data-v-03ab0e43]{min-width:auto;border:none;background:transparent;color:#26e5bc;cursor:pointer}.upload-banner[data-v-03ab0e43]{padding:.875rem 1rem;border-radius:14px;font-family:Nunito}.upload-banner--success[data-v-03ab0e43]{background:#22c55e1f}.upload-banner--error[data-v-03ab0e43]{background:#ef44441f}@media(min-width:1025px){.upload-page[data-v-03ab0e43]{margin-left:6rem}.upload-navbar[data-v-03ab0e43]{display:none}}@media(max-width:1024px){.upload-sidebar[data-v-03ab0e43]{display:none}.upload-page[data-v-03ab0e43]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-f8a88d52]{pointer-events:none}.multiselect__spinner[data-v-f8a88d52]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-f8a88d52]:before,.multiselect__spinner[data-v-f8a88d52]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-f8a88d52]:before{animation:spinning-f8a88d52 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-f8a88d52]:after{animation:spinning-f8a88d52 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-f8a88d52],.multiselect__loading-leave-active[data-v-f8a88d52]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-f8a88d52],.multiselect__loading-leave-active[data-v-f8a88d52]{opacity:0}.multiselect[data-v-f8a88d52],.multiselect__input[data-v-f8a88d52],.multiselect__single[data-v-f8a88d52]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-f8a88d52]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-f8a88d52] *{box-sizing:border-box}.multiselect[data-v-f8a88d52]:focus{outline:none}.multiselect--disabled[data-v-f8a88d52]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-f8a88d52]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-f8a88d52],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-f8a88d52],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-f8a88d52]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-f8a88d52]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-f8a88d52],.multiselect--above.multiselect--active .multiselect__input[data-v-f8a88d52],.multiselect--above.multiselect--active .multiselect__tags[data-v-f8a88d52]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-f8a88d52],.multiselect__single[data-v-f8a88d52]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-f8a88d52]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-f8a88d52],.multiselect__tag~.multiselect__single[data-v-f8a88d52]{width:auto}.multiselect__input[data-v-f8a88d52]:hover,.multiselect__single[data-v-f8a88d52]:hover{border-color:#cfcfcf}.multiselect__input[data-v-f8a88d52]:focus,.multiselect__single[data-v-f8a88d52]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-f8a88d52]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-f8a88d52]{display:inline}.multiselect__tags[data-v-f8a88d52]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-f8a88d52]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-f8a88d52]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-f8a88d52]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-f8a88d52]:focus:after,.multiselect__tag-icon[data-v-f8a88d52]:hover:after{color:#fff}.multiselect__current[data-v-f8a88d52]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-f8a88d52]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-f8a88d52]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-f8a88d52]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-f8a88d52]{display:none}.multiselect__content-wrapper[data-v-f8a88d52]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-f8a88d52]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-f8a88d52]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-f8a88d52]::-webkit-scrollbar{display:none}.multiselect__element[data-v-f8a88d52]{display:block}.multiselect__option[data-v-f8a88d52]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-f8a88d52]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-f8a88d52]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-f8a88d52]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-f8a88d52]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-f8a88d52]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-f8a88d52]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-f8a88d52]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-f8a88d52],.multiselect--disabled .multiselect__select[data-v-f8a88d52]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-f8a88d52]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-f8a88d52]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-f8a88d52]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-f8a88d52]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-f8a88d52]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f8a88d52]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f8a88d52]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-f8a88d52],.multiselect-leave-active[data-v-f8a88d52]{transition:all .15s ease}.multiselect-enter[data-v-f8a88d52],.multiselect-leave-active[data-v-f8a88d52]{opacity:0}.multiselect__strong[data-v-f8a88d52]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-f8a88d52]{text-align:right}[dir=rtl] .multiselect__select[data-v-f8a88d52]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-f8a88d52]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-f8a88d52]{text-align:right}[dir=rtl] .multiselect__option[data-v-f8a88d52]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-f8a88d52]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-f8a88d52]{right:auto;left:1px}@keyframes spinning-f8a88d52{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-f8a88d52]{margin:0;padding:0;box-sizing:border-box}body[data-v-f8a88d52]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-f8a88d52]{min-height:0}.multiselect__select[data-v-f8a88d52]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-f8a88d52]:before{margin-top:0;top:0}.multiselect__tags[data-v-f8a88d52]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-f8a88d52]{font-family:Nunito!important}.multiselect__placeholder[data-v-f8a88d52]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-f8a88d52]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-f8a88d52]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-f8a88d52]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-f8a88d52]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-f8a88d52]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-f8a88d52]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-f8a88d52]{max-height:20vh!important}.multiselect__option--selected[data-v-f8a88d52]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-f8a88d52]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-f8a88d52],.multiselect__single[data-v-f8a88d52],.multiselect__tags input[data-v-f8a88d52]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-f8a88d52]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f8a88d52]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-f8a88d52]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-f8a88d52],.multiselect__single[data-v-f8a88d52],.multiselect__tags input[data-v-f8a88d52]{font-size:.78125vw}.multiselect__option[data-v-f8a88d52]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-f8a88d52]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-f8a88d52]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-f8a88d52],.multiselect__single[data-v-f8a88d52],.multiselect__tags input[data-v-f8a88d52]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-f8a88d52]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f8a88d52]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-f8a88d52]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-f8a88d52],.multiselect__single[data-v-f8a88d52],.multiselect__tags input[data-v-f8a88d52]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-f8a88d52]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f8a88d52]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-f8a88d52]{font-size:15px}h1[data-v-f8a88d52]{font-size:1.5rem}h2[data-v-f8a88d52]{font-size:1.25rem}h3[data-v-f8a88d52]{font-size:1.1rem}}.chat-panel[data-v-f8a88d52]{flex:3 1 32rem;display:flex;flex-direction:column;gap:1rem;min-height:0;max-height:100%;min-width:0;overflow:hidden;border-radius:18px;background:#effbf8;border:1px solid rgba(15,23,42,.08);padding:1rem}.chat-panel__header[data-v-f8a88d52]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0}.chat-panel__header h2[data-v-f8a88d52],.chat-panel__header p[data-v-f8a88d52]{margin:0}.chat-panel__header h2[data-v-f8a88d52]{font-family:Manrope;font-size:1.25rem}.chat-panel__header p[data-v-f8a88d52]{font-family:Nunito;font-size:.85rem;opacity:.7}.chat-panel__price[data-v-f8a88d52]{font-family:Nunito;font-size:.85rem;font-weight:600}.chat-panel__messages[data-v-f8a88d52]{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.25rem}.chat-panel__empty[data-v-f8a88d52]{margin:auto 0;text-align:center;font-family:Nunito;color:#0f172aa6}.chat-message[data-v-f8a88d52]{max-width:min(100%,420px);padding:.75rem;border-radius:16px;background:#0f172a0f;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.chat-message--me[data-v-f8a88d52]{align-self:flex-end;background:#3a7afe24}.chat-message--other[data-v-f8a88d52]{align-self:flex-start;background:#0f172a0f}.chat-message__meta[data-v-f8a88d52]{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.chat-message__author[data-v-f8a88d52]{font-family:Manrope;font-weight:700;font-size:.85rem;color:#0f172ac7}.chat-message__timestamp[data-v-f8a88d52]{font-family:Nunito;font-size:.75rem;color:#0f172a8c}.chat-message__body p[data-v-f8a88d52]{margin:0;font-family:Nunito}.chat-message__images[data-v-f8a88d52]{display:grid;gap:.5rem}.chat-message__body img[data-v-f8a88d52]{width:100%;border-radius:12px;display:block}.chat-panel__composer[data-v-f8a88d52]{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}.chat-panel__attachment-track[data-v-f8a88d52]{width:100%;display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.chat-panel__attachment-preview[data-v-f8a88d52]{width:3rem;height:3rem;flex:0 0 3rem;object-fit:cover;border-radius:12px;border:1px solid rgba(15,23,42,.12)}.chat-panel__composer input[type=text][data-v-f8a88d52]{flex:1 1 260px;min-width:0;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;font-family:Nunito}.chat-panel__composer[data-v-f8a88d52] .loading-button{min-width:48px;width:48px;height:48px;padding:.65rem;flex:0 0 48px}@media(max-width:640px){.chat-panel[data-v-f8a88d52]{min-height:60dvh;padding:.75rem;gap:.75rem}.chat-panel__header h2[data-v-f8a88d52]{font-size:1.05rem}.chat-panel__header p[data-v-f8a88d52],.chat-panel__price[data-v-f8a88d52]{font-size:.78rem}.chat-panel__messages[data-v-f8a88d52]{gap:.625rem}.chat-message[data-v-f8a88d52]{max-width:min(100%,18rem);padding:.625rem;border-radius:14px}.chat-message__author[data-v-f8a88d52]{font-size:.78rem}.chat-message__timestamp[data-v-f8a88d52]{font-size:.68rem}.chat-message__body p[data-v-f8a88d52]{font-size:.9rem}.chat-panel__attachment-preview[data-v-f8a88d52]{width:2.5rem;height:2.5rem;flex-basis:2.5rem}.chat-panel__composer[data-v-f8a88d52]{gap:.5rem}.chat-panel__composer input[type=text][data-v-f8a88d52]{padding:.65rem .75rem;font-size:.95rem}.chat-panel__composer[data-v-f8a88d52] .loading-button{min-width:42px;width:42px;height:42px;flex-basis:42px;padding:.55rem;border-radius:10px}}fieldset[disabled] .multiselect[data-v-673c70b2]{pointer-events:none}.multiselect__spinner[data-v-673c70b2]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-673c70b2]:before,.multiselect__spinner[data-v-673c70b2]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-673c70b2]:before{animation:spinning-673c70b2 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-673c70b2]:after{animation:spinning-673c70b2 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-673c70b2],.multiselect__loading-leave-active[data-v-673c70b2]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-673c70b2],.multiselect__loading-leave-active[data-v-673c70b2]{opacity:0}.multiselect[data-v-673c70b2],.multiselect__input[data-v-673c70b2],.multiselect__single[data-v-673c70b2]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-673c70b2]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-673c70b2] *{box-sizing:border-box}.multiselect[data-v-673c70b2]:focus{outline:none}.multiselect--disabled[data-v-673c70b2]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-673c70b2]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-673c70b2],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-673c70b2],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-673c70b2]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-673c70b2]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-673c70b2],.multiselect--above.multiselect--active .multiselect__input[data-v-673c70b2],.multiselect--above.multiselect--active .multiselect__tags[data-v-673c70b2]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-673c70b2],.multiselect__single[data-v-673c70b2]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-673c70b2]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-673c70b2],.multiselect__tag~.multiselect__single[data-v-673c70b2]{width:auto}.multiselect__input[data-v-673c70b2]:hover,.multiselect__single[data-v-673c70b2]:hover{border-color:#cfcfcf}.multiselect__input[data-v-673c70b2]:focus,.multiselect__single[data-v-673c70b2]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-673c70b2]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-673c70b2]{display:inline}.multiselect__tags[data-v-673c70b2]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-673c70b2]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-673c70b2]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-673c70b2]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-673c70b2]:focus:after,.multiselect__tag-icon[data-v-673c70b2]:hover:after{color:#fff}.multiselect__current[data-v-673c70b2]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-673c70b2]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-673c70b2]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-673c70b2]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-673c70b2]{display:none}.multiselect__content-wrapper[data-v-673c70b2]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-673c70b2]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-673c70b2]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-673c70b2]::-webkit-scrollbar{display:none}.multiselect__element[data-v-673c70b2]{display:block}.multiselect__option[data-v-673c70b2]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-673c70b2]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-673c70b2]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-673c70b2]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-673c70b2]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-673c70b2]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-673c70b2]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-673c70b2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-673c70b2],.multiselect--disabled .multiselect__select[data-v-673c70b2]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-673c70b2]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-673c70b2]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-673c70b2]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-673c70b2]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-673c70b2]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-673c70b2]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-673c70b2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-673c70b2],.multiselect-leave-active[data-v-673c70b2]{transition:all .15s ease}.multiselect-enter[data-v-673c70b2],.multiselect-leave-active[data-v-673c70b2]{opacity:0}.multiselect__strong[data-v-673c70b2]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-673c70b2]{text-align:right}[dir=rtl] .multiselect__select[data-v-673c70b2]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-673c70b2]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-673c70b2]{text-align:right}[dir=rtl] .multiselect__option[data-v-673c70b2]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-673c70b2]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-673c70b2]{right:auto;left:1px}@keyframes spinning-673c70b2{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-673c70b2]{margin:0;padding:0;box-sizing:border-box}body[data-v-673c70b2]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-673c70b2]{min-height:0}.multiselect__select[data-v-673c70b2]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-673c70b2]:before{margin-top:0;top:0}.multiselect__tags[data-v-673c70b2]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-673c70b2]{font-family:Nunito!important}.multiselect__placeholder[data-v-673c70b2]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-673c70b2]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-673c70b2]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-673c70b2]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-673c70b2]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-673c70b2]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-673c70b2]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-673c70b2]{max-height:20vh!important}.multiselect__option--selected[data-v-673c70b2]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-673c70b2]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-673c70b2],.multiselect__single[data-v-673c70b2],.multiselect__tags input[data-v-673c70b2]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-673c70b2]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-673c70b2]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-673c70b2]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-673c70b2],.multiselect__single[data-v-673c70b2],.multiselect__tags input[data-v-673c70b2]{font-size:.78125vw}.multiselect__option[data-v-673c70b2]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-673c70b2]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-673c70b2]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-673c70b2],.multiselect__single[data-v-673c70b2],.multiselect__tags input[data-v-673c70b2]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-673c70b2]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-673c70b2]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-673c70b2]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-673c70b2],.multiselect__single[data-v-673c70b2],.multiselect__tags input[data-v-673c70b2]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-673c70b2]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-673c70b2]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-673c70b2]{font-size:15px}h1[data-v-673c70b2]{font-size:1.5rem}h2[data-v-673c70b2]{font-size:1.25rem}h3[data-v-673c70b2]{font-size:1.1rem}}.chat-list-item[data-v-673c70b2]{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-bottom:1px solid rgba(15,23,42,.08);cursor:pointer}.chat-list-item__cover[data-v-673c70b2]{width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:#3a7afe14;background-size:cover;background-position:center}.chat-list-item__content[data-v-673c70b2]{min-width:0;display:flex;flex-direction:column;gap:.125rem}.chat-list-item__content h3[data-v-673c70b2],.chat-list-item__content p[data-v-673c70b2]{margin:0;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-item__content h3[data-v-673c70b2]{font-family:Manrope;font-size:.95rem}.chat-list-item__content p[data-v-673c70b2]{font-family:Nunito;font-size:.9rem}.chat-list-item__meta[data-v-673c70b2]{margin-left:auto;font-family:Nunito}@media(max-width:640px){.chat-list-item[data-v-673c70b2]{gap:.625rem;padding:.625rem .25rem}.chat-list-item__cover[data-v-673c70b2]{width:40px;height:40px;flex-basis:40px;border-radius:10px}.chat-list-item__content h3[data-v-673c70b2]{font-size:.9rem}.chat-list-item__content p[data-v-673c70b2],.chat-list-item__meta[data-v-673c70b2]{font-size:.82rem}}fieldset[disabled] .multiselect[data-v-573c3920]{pointer-events:none}.multiselect__spinner[data-v-573c3920]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-573c3920]:before,.multiselect__spinner[data-v-573c3920]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-573c3920]:before{animation:spinning-573c3920 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-573c3920]:after{animation:spinning-573c3920 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-573c3920],.multiselect__loading-leave-active[data-v-573c3920]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-573c3920],.multiselect__loading-leave-active[data-v-573c3920]{opacity:0}.multiselect[data-v-573c3920],.multiselect__input[data-v-573c3920],.multiselect__single[data-v-573c3920]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-573c3920]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-573c3920] *{box-sizing:border-box}.multiselect[data-v-573c3920]:focus{outline:none}.multiselect--disabled[data-v-573c3920]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-573c3920]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-573c3920],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-573c3920],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-573c3920]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-573c3920]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-573c3920],.multiselect--above.multiselect--active .multiselect__input[data-v-573c3920],.multiselect--above.multiselect--active .multiselect__tags[data-v-573c3920]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-573c3920],.multiselect__single[data-v-573c3920]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-573c3920]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-573c3920],.multiselect__tag~.multiselect__single[data-v-573c3920]{width:auto}.multiselect__input[data-v-573c3920]:hover,.multiselect__single[data-v-573c3920]:hover{border-color:#cfcfcf}.multiselect__input[data-v-573c3920]:focus,.multiselect__single[data-v-573c3920]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-573c3920]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-573c3920]{display:inline}.multiselect__tags[data-v-573c3920]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-573c3920]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-573c3920]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-573c3920]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-573c3920]:focus:after,.multiselect__tag-icon[data-v-573c3920]:hover:after{color:#fff}.multiselect__current[data-v-573c3920]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-573c3920]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-573c3920]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-573c3920]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-573c3920]{display:none}.multiselect__content-wrapper[data-v-573c3920]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-573c3920]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-573c3920]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-573c3920]::-webkit-scrollbar{display:none}.multiselect__element[data-v-573c3920]{display:block}.multiselect__option[data-v-573c3920]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-573c3920]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-573c3920]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-573c3920]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-573c3920]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-573c3920]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-573c3920]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-573c3920]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-573c3920],.multiselect--disabled .multiselect__select[data-v-573c3920]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-573c3920]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-573c3920]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-573c3920]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-573c3920]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-573c3920]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-573c3920]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-573c3920]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-573c3920],.multiselect-leave-active[data-v-573c3920]{transition:all .15s ease}.multiselect-enter[data-v-573c3920],.multiselect-leave-active[data-v-573c3920]{opacity:0}.multiselect__strong[data-v-573c3920]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-573c3920]{text-align:right}[dir=rtl] .multiselect__select[data-v-573c3920]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-573c3920]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-573c3920]{text-align:right}[dir=rtl] .multiselect__option[data-v-573c3920]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-573c3920]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-573c3920]{right:auto;left:1px}@keyframes spinning-573c3920{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-573c3920]{margin:0;padding:0;box-sizing:border-box}body[data-v-573c3920]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-573c3920]{min-height:0}.multiselect__select[data-v-573c3920]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-573c3920]:before{margin-top:0;top:0}.multiselect__tags[data-v-573c3920]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-573c3920]{font-family:Nunito!important}.multiselect__placeholder[data-v-573c3920]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-573c3920]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-573c3920]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-573c3920]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-573c3920]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-573c3920]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-573c3920]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-573c3920]{max-height:20vh!important}.multiselect__option--selected[data-v-573c3920]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-573c3920]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-573c3920],.multiselect__single[data-v-573c3920],.multiselect__tags input[data-v-573c3920]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-573c3920]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-573c3920]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-573c3920]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-573c3920],.multiselect__single[data-v-573c3920],.multiselect__tags input[data-v-573c3920]{font-size:.78125vw}.multiselect__option[data-v-573c3920]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-573c3920]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-573c3920]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-573c3920],.multiselect__single[data-v-573c3920],.multiselect__tags input[data-v-573c3920]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-573c3920]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-573c3920]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-573c3920]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-573c3920],.multiselect__single[data-v-573c3920],.multiselect__tags input[data-v-573c3920]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-573c3920]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-573c3920]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-573c3920]{font-size:15px}h1[data-v-573c3920]{font-size:1.5rem}h2[data-v-573c3920]{font-size:1.25rem}h3[data-v-573c3920]{font-size:1.1rem}}.chat-list[data-v-573c3920]{flex:1 1 0;min-height:0;overflow-y:auto}.chat-list h3[data-v-573c3920]{margin:0 0 .75rem;font-family:Manrope;font-size:1rem}@media(max-width:640px){.chat-list[data-v-573c3920]{padding:.75rem}.chat-list h3[data-v-573c3920]{font-size:.95rem;margin-bottom:.5rem}}fieldset[disabled] .multiselect[data-v-08b4d343]{pointer-events:none}.multiselect__spinner[data-v-08b4d343]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-08b4d343]:before,.multiselect__spinner[data-v-08b4d343]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-08b4d343]:before{animation:spinning-08b4d343 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-08b4d343]:after{animation:spinning-08b4d343 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-08b4d343],.multiselect__loading-leave-active[data-v-08b4d343]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-08b4d343],.multiselect__loading-leave-active[data-v-08b4d343]{opacity:0}.multiselect[data-v-08b4d343],.multiselect__input[data-v-08b4d343],.multiselect__single[data-v-08b4d343]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-08b4d343]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-08b4d343] *{box-sizing:border-box}.multiselect[data-v-08b4d343]:focus{outline:none}.multiselect--disabled[data-v-08b4d343]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-08b4d343]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-08b4d343],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-08b4d343],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-08b4d343]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-08b4d343]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-08b4d343],.multiselect--above.multiselect--active .multiselect__input[data-v-08b4d343],.multiselect--above.multiselect--active .multiselect__tags[data-v-08b4d343]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-08b4d343],.multiselect__single[data-v-08b4d343]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-08b4d343]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-08b4d343],.multiselect__tag~.multiselect__single[data-v-08b4d343]{width:auto}.multiselect__input[data-v-08b4d343]:hover,.multiselect__single[data-v-08b4d343]:hover{border-color:#cfcfcf}.multiselect__input[data-v-08b4d343]:focus,.multiselect__single[data-v-08b4d343]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-08b4d343]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-08b4d343]{display:inline}.multiselect__tags[data-v-08b4d343]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-08b4d343]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-08b4d343]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-08b4d343]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-08b4d343]:focus:after,.multiselect__tag-icon[data-v-08b4d343]:hover:after{color:#fff}.multiselect__current[data-v-08b4d343]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-08b4d343]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-08b4d343]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-08b4d343]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-08b4d343]{display:none}.multiselect__content-wrapper[data-v-08b4d343]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-08b4d343]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-08b4d343]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-08b4d343]::-webkit-scrollbar{display:none}.multiselect__element[data-v-08b4d343]{display:block}.multiselect__option[data-v-08b4d343]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-08b4d343]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-08b4d343]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-08b4d343]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-08b4d343]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-08b4d343]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-08b4d343]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-08b4d343]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-08b4d343],.multiselect--disabled .multiselect__select[data-v-08b4d343]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-08b4d343]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-08b4d343]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-08b4d343]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-08b4d343]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-08b4d343]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-08b4d343]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-08b4d343]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-08b4d343],.multiselect-leave-active[data-v-08b4d343]{transition:all .15s ease}.multiselect-enter[data-v-08b4d343],.multiselect-leave-active[data-v-08b4d343]{opacity:0}.multiselect__strong[data-v-08b4d343]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-08b4d343]{text-align:right}[dir=rtl] .multiselect__select[data-v-08b4d343]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-08b4d343]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-08b4d343]{text-align:right}[dir=rtl] .multiselect__option[data-v-08b4d343]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-08b4d343]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-08b4d343]{right:auto;left:1px}@keyframes spinning-08b4d343{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-08b4d343]{margin:0;padding:0;box-sizing:border-box}body[data-v-08b4d343]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-08b4d343]{min-height:0}.multiselect__select[data-v-08b4d343]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-08b4d343]:before{margin-top:0;top:0}.multiselect__tags[data-v-08b4d343]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-08b4d343]{font-family:Nunito!important}.multiselect__placeholder[data-v-08b4d343]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-08b4d343]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-08b4d343]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-08b4d343]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-08b4d343]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-08b4d343]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-08b4d343]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-08b4d343]{max-height:20vh!important}.multiselect__option--selected[data-v-08b4d343]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-08b4d343]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-08b4d343],.multiselect__single[data-v-08b4d343],.multiselect__tags input[data-v-08b4d343]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-08b4d343]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-08b4d343]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-08b4d343]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-08b4d343],.multiselect__single[data-v-08b4d343],.multiselect__tags input[data-v-08b4d343]{font-size:.78125vw}.multiselect__option[data-v-08b4d343]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-08b4d343]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-08b4d343]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-08b4d343],.multiselect__single[data-v-08b4d343],.multiselect__tags input[data-v-08b4d343]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-08b4d343]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-08b4d343]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-08b4d343]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-08b4d343],.multiselect__single[data-v-08b4d343],.multiselect__tags input[data-v-08b4d343]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-08b4d343]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-08b4d343]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-08b4d343]{font-size:15px}h1[data-v-08b4d343]{font-size:1.5rem}h2[data-v-08b4d343]{font-size:1.25rem}h3[data-v-08b4d343]{font-size:1.1rem}}.chats-page[data-v-08b4d343]{height:100dvh;min-height:100dvh;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden;background:#f7fdfc;color:#2b2b2b}.chats-layout[data-v-08b4d343]{width:100%;flex:1 1 auto;min-height:0;display:flex;flex-wrap:wrap;align-items:stretch;gap:1rem;overflow:hidden}.chats-sidebar-panel[data-v-08b4d343]{flex:1 1 22rem;display:flex;flex-direction:column;gap:1rem;min-height:0}.chat-list[data-v-08b4d343]{border-radius:18px;background:#effbf8;border:1px solid rgba(15,23,42,.08);padding:1rem}.chats-empty[data-v-08b4d343]{min-height:180px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#3a7afe0d;text-align:center;font-family:Nunito}@media(min-width:1025px){.chats-page[data-v-08b4d343]{margin-left:6rem}.chats-navbar[data-v-08b4d343]{display:none}}@media(max-width:1024px){.chats-sidebar[data-v-08b4d343]{display:none}.chats-page[data-v-08b4d343]{height:auto;min-height:calc(100dvh - env(safe-area-inset-bottom));padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom));overflow:auto}.chats-layout[data-v-08b4d343]{flex-direction:column;overflow:visible}.chats-sidebar-panel[data-v-08b4d343]{flex:0 0 auto;gap:.75rem}.chats-loading[data-v-08b4d343],.chats-empty[data-v-08b4d343]{margin-bottom:.5rem}.chat-list[data-v-08b4d343]{min-height:10rem;max-height:14rem}}
