.v-switch .v-label{padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__loader .v-progress-circular{color:rgb(var(--v-theme-surface))}.v-switch__thumb,.v-switch__track{transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.v-switch__track-true{margin-inline-end:auto}.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true{opacity:0}.v-switch__track-false{margin-inline-start:auto}.v-selection-control--dirty .v-switch__track-false{opacity:0}.v-switch__track{align-items:center;background-color:rgb(var(--v-theme-surface-variant));border-radius:9999px;cursor:pointer;display:inline-flex;font-size:.5rem;height:14px;min-width:36px;opacity:.6;padding:0 5px;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.v-switch--inset .v-switch__track{border-radius:9999px;font-size:.75rem;height:32px;min-width:52px}.v-switch__thumb{align-items:center;background-color:rgb(var(--v-theme-surface-bright));border-radius:50%;color:rgb(var(--v-theme-on-surface-bright));display:flex;font-size:.75rem;height:20px;justify-content:center;overflow:hidden;pointer-events:none;position:relative;transition:transform .15s cubic-bezier(0,0,.2,1) .05s,color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1);width:20px}.v-switch:not(.v-switch--inset) .v-switch__thumb{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{background:rgb(var(--v-theme-surface-variant));box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12));color:rgb(var(--v-theme-on-surface-variant))}.v-switch--inset .v-switch__thumb{height:24px;transform:scale(.6666666667);width:24px}.v-switch--inset .v-switch__thumb--filled{transform:none}.v-switch--inset .v-selection-control--dirty .v-switch__thumb{transform:none;transition:transform .15s cubic-bezier(0,0,.2,1) .05s}.v-switch.v-input{flex:0 1 auto}.v-switch .v-selection-control{min-height:var(--v-input-control-height)}.v-switch .v-selection-control__input{border-radius:50%;position:absolute;transition:transform .2s cubic-bezier(.4,0,.2,1)}.v-locale--is-ltr .v-switch .v-selection-control__input,.v-locale--is-ltr.v-switch .v-selection-control__input{transform:translate(-10px)}.v-locale--is-rtl .v-switch .v-selection-control__input,.v-locale--is-rtl.v-switch .v-selection-control__input{transform:translate(10px)}.v-switch .v-selection-control__input .v-icon{position:absolute}.v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(10px)}.v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(-10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{box-shadow:none;transform:scale(.75)}.v-switch.v-switch--inset .v-selection-control__wrapper{width:auto}.v-switch.v-input--vertical .v-label{min-width:-moz-max-content;min-width:max-content}.v-switch.v-input--vertical .v-selection-control__wrapper{transform:rotate(-90deg)}@media (forced-colors:active){.v-switch .v-switch__loader .v-progress-circular{color:currentColor}.v-switch .v-switch__thumb{background-color:buttontext}.v-switch .v-switch__thumb,.v-switch .v-switch__track{border:1px solid;color:buttontext}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb,.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track{color:highlight}.v-switch.v-switch--inset .v-switch__track{border-width:2px}.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlighttext;color:highlighttext}.v-switch.v-input--disabled .v-switch__thumb{background-color:graytext}.v-switch.v-input--disabled .v-switch__thumb,.v-switch.v-input--disabled .v-switch__track{color:graytext}.v-switch.v-switch--loading .v-switch__thumb{background-color:canvas}.v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb,.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb{border-width:0}}.v-tooltip>.v-overlay__content{background:rgb(var(--v-theme-surface-variant));border-radius:4px;color:rgb(var(--v-theme-on-surface-variant));display:inline-block;font-size:.875rem;line-height:1.6;opacity:1;overflow-wrap:break-word;padding:5px 16px;text-transform:none;transition-property:opacity,transform;width:auto}.v-tooltip>.v-overlay__content[class*=enter-active]{transition-duration:.15s;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-tooltip>.v-overlay__content[class*=leave-active]{transition-duration:75ms;transition-timing-function:cubic-bezier(.4,0,1,1)}.v-tooltip:not(.v-tooltip--interactive)>.v-overlay__content{pointer-events:none}.custom-select[data-v-44ea6715]{height:15px;width:90px}.text-primary-1{color:#1c7599!important}.text-primary-2{color:#2b91bb!important}.text-primary-3{color:#52cdff!important}.text-primary-4{color:#a0e3ff!important}.text-primary-5{color:#c7efff!important}.text-primary-6{color:#edfaff!important}.text-primary-7{color:#2196f3!important}.bg-primary-1{background-color:#1c7599!important}.bg-primary-2{background-color:#2b91bb!important}.bg-primary-3{background-color:#52cdff!important}.bg-primary-4{background-color:#a0e3ff!important}.bg-primary-5{background-color:#c7efff!important}.bg-primary-6{background-color:#edfaff!important}.bg-primary-7{background-color:#2196f3!important}.border-primary-1{border-color:#1c7599!important}.border-primary-2{border-color:#2b91bb!important}.border-primary-3{border-color:#52cdff!important}.border-primary-4{border-color:#a0e3ff!important}.border-primary-5{border-color:#c7efff!important}.border-primary-6{border-color:#edfaff!important}.border-primary-7{border-color:#2196f3!important}.text-red-1{color:#e40000!important}.text-red-2{color:#fb3030!important}.text-red-3{color:#ff4a4a!important}.text-red-4{color:#ff6969!important}.text-red-5{color:#feaaaa!important}.text-red-6{color:#ffd9d9!important}.bg-red-1{background-color:#e40000!important}.bg-red-2{background-color:#fb3030!important}.bg-red-3{background-color:#ff4a4a!important}.bg-red-4{background-color:#ff6969!important}.bg-red-5{background-color:#feaaaa!important}.bg-red-6{background-color:#ffd9d9!important}.border-red-1{border-color:#e40000!important}.border-red-2{border-color:#fb3030!important}.border-red-3{border-color:#ff4a4a!important}.border-red-4{border-color:#ff6969!important}.border-red-5{border-color:#feaaaa!important}.border-red-6{border-color:#ffd9d9!important}.text-black-1{color:#000!important}.text-black-2{color:#01202b!important}.text-black-3{color:#344e5a!important}.text-black-4{color:#5f747d!important}.text-black-5{color:#808f95!important}.text-black-6{color:#afb9bd!important}.text-black-7{color:#828282!important}.bg-black-1{background-color:#000!important}.bg-black-2{background-color:#01202b!important}.bg-black-3{background-color:#344e5a!important}.bg-black-4{background-color:#5f747d!important}.bg-black-5{background-color:#808f95!important}.bg-black-6{background-color:#afb9bd!important}.bg-black-7{background-color:#828282!important}.border-black-1{border-color:#000!important}.border-black-2{border-color:#01202b!important}.border-black-3{border-color:#344e5a!important}.border-black-4{border-color:#5f747d!important}.border-black-5{border-color:#808f95!important}.border-black-6{border-color:#afb9bd!important}.border-black-7{border-color:#828282!important}.text-gray-1{color:#c2c9cc!important}.text-gray-2{color:#d0d6d9!important}.text-gray-3{color:#dee0e1!important}.text-gray-4{color:#f0f0f0!important}.text-gray-5{color:#f8f8f8!important}.text-gray-6{color:#fff!important}.text-gray-7{color:#efefef!important}.text-gray-8{color:#fbfbfb!important}.text-gray-9{color:#c1c7cd!important}.text-gray-10{color:#666!important}.text-gray-11{color:"#F2F2F2"!important}.bg-gray-1{background-color:#c2c9cc!important}.bg-gray-2{background-color:#d0d6d9!important}.bg-gray-3{background-color:#dee0e1!important}.bg-gray-4{background-color:#f0f0f0!important}.bg-gray-5{background-color:#f8f8f8!important}.bg-gray-6{background-color:#fff!important}.bg-gray-7{background-color:#efefef!important}.bg-gray-8{background-color:#fbfbfb!important}.bg-gray-9{background-color:#c1c7cd!important}.bg-gray-10{background-color:#666!important}.bg-gray-11{background-color:"#F2F2F2"!important}.border-gray-1{border-color:#c2c9cc!important}.border-gray-2{border-color:#d0d6d9!important}.border-gray-3{border-color:#dee0e1!important}.border-gray-4{border-color:#f0f0f0!important}.border-gray-5{border-color:#f8f8f8!important}.border-gray-6{border-color:#fff!important}.border-gray-7{border-color:#efefef!important}.border-gray-8{border-color:#fbfbfb!important}.border-gray-9{border-color:#c1c7cd!important}.border-gray-10{border-color:#666!important}.border-gray-11{border-color:"#F2F2F2"!important}.text-green-1{color:#0a9663!important}.text-green-2{color:#0bad73!important}.text-green-3{color:#11d18d!important}.text-green-4,.text-green-5{color:#2ce7a4!important}.text-green-6{color:#b6ffe4!important}.bg-green-1{background-color:#0a9663!important}.bg-green-2{background-color:#0bad73!important}.bg-green-3{background-color:#11d18d!important}.bg-green-4,.bg-green-5{background-color:#2ce7a4!important}.bg-green-6{background-color:#b6ffe4!important}.border-green-1{border-color:#0a9663!important}.border-green-2{border-color:#0bad73!important}.border-green-3{border-color:#11d18d!important}.border-green-4,.border-green-5{border-color:#2ce7a4!important}.border-green-6{border-color:#b6ffe4!important}.text-charcoal-1{color:#364954!important}.text-charcoal-2{color:#49606e!important}.text-charcoal-3{color:#5e7887!important}.text-charcoal-4{color:#8ca9ba!important}.text-charcoal-6{color:#e7f6ff!important}.bg-charcoal-1{background-color:#364954!important}.bg-charcoal-2{background-color:#49606e!important}.bg-charcoal-3{background-color:#5e7887!important}.bg-charcoal-4{background-color:#8ca9ba!important}.bg-charcoal-6{background-color:#e7f6ff!important}.border-charcoal-1{border-color:#364954!important}.border-charcoal-2{border-color:#49606e!important}.border-charcoal-3{border-color:#5e7887!important}.border-charcoal-4{border-color:#8ca9ba!important}.border-charcoal-6{border-color:#e7f6ff!important}.text-yellow-1{color:#faa706!important}.text-yellow-5{color:#ffe29c!important}.text-yellow-6{color:#fff0cb!important}.bg-yellow-1{background-color:#faa706!important}.bg-yellow-5{background-color:#ffe29c!important}.bg-yellow-6{background-color:#fff0cb!important}.border-yellow-1{border-color:#faa706!important}.border-yellow-5{border-color:#ffe29c!important}.border-yellow-6{border-color:#fff0cb!important}.text-other-1{color:#e6a23c!important}.text-other-2{color:#c3c3c3!important}.text-other-3{color:#f3f6f9!important}.text-other-early{color:#e6a23c!important}.text-other-4{color:#feb701!important}.text-other-5{color:#8d8caf!important}.text-other-6{color:#282828!important}.text-other-7{color:#595050!important}.text-other-8{color:#253342!important}.bg-other-1{background-color:#e6a23c!important}.bg-other-2{background-color:#c3c3c3!important}.bg-other-3{background-color:#f3f6f9!important}.bg-other-early{background-color:#e6a23c!important}.bg-other-4{background-color:#feb701!important}.bg-other-5{background-color:#8d8caf!important}.bg-other-6{background-color:#282828!important}.bg-other-7{background-color:#595050!important}.bg-other-8{background-color:#253342!important}.border-other-1{border-color:#e6a23c!important}.border-other-2{border-color:#c3c3c3!important}.border-other-3{border-color:#f3f6f9!important}.border-other-early{border-color:#e6a23c!important}.border-other-4{border-color:#feb701!important}.border-other-5{border-color:#8d8caf!important}.border-other-6{border-color:#282828!important}.border-other-7{border-color:#595050!important}.border-other-8{border-color:#253342!important}.heading-desktop-1{font-family:Mulish;font-size:48px!important;font-weight:800!important;line-height:60px!important}.heading-desktop-2{font-size:34px!important;line-height:43px!important}.heading-desktop-2,.heading-desktop-3{font-family:Mulish;font-weight:700!important}.heading-desktop-3{font-size:24px!important;line-height:30px!important}.heading-desktop-4{font-size:20px!important;line-height:25px!important}.heading-desktop-4,.heading-desktop-5{font-family:Mulish;font-weight:700!important}.heading-desktop-5{font-size:16px!important;line-height:20px!important}.heading-desktop-6{font-weight:600!important}.heading-desktop-6,.heading-desktop-7{font-family:Mulish;font-size:12px!important;line-height:16px!important}.heading-desktop-7,.heading-desktop-8{font-weight:700!important}.heading-desktop-8{font-family:Mulish;font-size:14px!important;line-height:17px!important}.heading-desktop-9{font-family:Mulish;font-size:10px!important;font-weight:900!important;line-height:12px!important}.heading-desktop-10{font-weight:400!important}.heading-desktop-10,.heading-desktop-11{font-family:Mulish;font-size:14px!important;line-height:17px!important}.heading-desktop-11{font-weight:900!important}.heading-desktop-12{font-size:14px!important;line-height:17px!important}.heading-desktop-12,.heading-desktop-13{font-family:Mulish;font-weight:500!important}.heading-desktop-13{font-size:10px!important;line-height:10px!important}.heading-desktop-14{font-weight:400!important}.heading-desktop-14,.heading-desktop-15{font-family:Mulish;font-size:12px!important;line-height:15px!important}.heading-desktop-15{font-weight:800!important}.heading-desktop-16{font-family:Mulish;font-size:14px!important;font-weight:600!important;line-height:17px!important}.heading-desktop-17{font-family:Mulish;font-size:16px!important;font-weight:500!important;line-height:20px!important}.heading-desktop-18{font-family:Mulish;font-size:14px!important;font-weight:600!important;line-height:21px!important}.heading-desktop-19{font-size:28px!important;line-height:35px!important}.heading-desktop-19,.heading-desktop-20{font-family:Mulish;font-weight:900!important}.heading-desktop-20{font-size:90px!important;line-height:112px!important}.heading-desktop-21{font-family:Mulish;font-size:14px!important;font-weight:400!important;line-height:17px!important}.heading-desktop-22{font-family:Mulish;font-size:18px!important;font-weight:700!important;line-height:22px!important}.heading-desktop-23{font-weight:800!important;line-height:17px!important}.heading-desktop-23,.heading-desktop-24{font-family:Mulish;font-size:14px!important}.heading-desktop-24{font-weight:600!important;line-height:18px!important}.heading-desktop-25{font-weight:400!important}.heading-desktop-25,.heading-desktop-26{font-family:Mulish;font-size:14px!important;line-height:22px!important}.heading-desktop-26{font-weight:700!important}.heading-desktop-27{font-family:Mulish;font-size:16px!important;font-weight:600!important;line-height:21px!important}.heading-desktop-28{font-family:Mulish;font-size:14px!important;font-weight:400!important;line-height:24px!important}.heading-desktop-29{font-family:Mulish;font-size:24px!important;font-weight:800!important;line-height:30px!important}.heading-desktop-30{font-family:Mulish;font-size:13px!important;font-weight:400!important;line-height:24px!important}.heading-desktop-31{font-size:20px!important;line-height:20px!important}.heading-desktop-31,.heading-desktop-32{font-family:Mulish;font-weight:700!important}.heading-desktop-32{font-size:11px!important;line-height:17px!important}.heading-desktop-33{font-family:Mulish;font-size:14px!important;font-weight:600!important;line-height:28px!important}.heading-mobile-1{font-family:Mulish;font-size:48px!important;font-weight:800!important;line-height:60px!important}.heading-mobile-5{font-family:Mulish;font-size:14px!important;font-weight:700!important;line-height:18px!important}.text-desktop-body-large{font-family:Mulish;font-size:16px!important;font-weight:400!important;line-height:20px!important}.text-desktop-body-small{font-family:Mulish;font-size:14px!important;font-weight:400!important;line-height:18px!important}.text-mobile-1{font-family:Mulish;font-size:48px!important;font-weight:800!important;line-height:60px!important}.side-modal-dialog .v-overlay__content{min-height:100vh!important;min-width:100vw!important}.side-modal-dialog .side-modal-container{height:100vh}.side-modal{background:#fff;display:flex;flex-direction:column;height:100%;position:fixed;right:0;top:0}.side-modal .header{border-bottom:1px solid #efefef}.side-modal .footer{border-top:1px solid #efefef}.side-modal .footer,.side-modal .header{align-items:center;display:flex;justify-content:space-between;min-height:80px;padding:0 20px}.side-modal .title{font-weight:700!important}.side-modal .body{flex-grow:1;padding:8px 20px}
