.vcg-text{color:rgb(var(--color-grey));line-height:1em;font-size:.875rem;line-height:1.25rem;font-weight:500}.vcg-text-purple{color:rgb(var(--purple))}.vcg-text-green{color:rgb(var(--color-green))}.vcg-text-light-green{color:rgba(116,238,129,1)}.vcg-text-orange{color:rgb(255,146,51,1)}.vcg-text-yellow{color:rgb(var(--color-yellow))}.vcg-text-dark-grey{color:rgb(var(--color-grey))}.vcg-text-white{color:rgb(var(--color-white))}.vcg-text-soft-grey{color:rgb(var(--text-grey))}.vcg-text-shade-700{color:rgb(var(--shade-700))}.vcg-text-shade-gray{color:rgb(var(--shade-gray))}.vcg-text-shade-100{color:rgb(var(--shade-100))}.vcg-text-shade-400{color:rgb(var(--color-shade-400))}.vcg-text-light-gray{color:rgb(var(--shade-gray))}.vcg-text-red{color:rgb(var(--color-red))}.vcg-text-dark-green{color:rgb(var(--dark-green))}.vcg-text-orange-soft{color:rgb(var(--color-orange-soft))}.vcg-text-orange-dark{color:rgb(var(--color-orange-dark))}.vcg-text-darker-blue{color:rgb(var(--color-darker-blue))}.vcg-text-soft-pink{color:rgb(var(--color-soft-pink))}.vcg-text-xs{font-size:10px}.vcg-text-small{font-size:12px}.vcg-text-medium{font-size:14px}.vcg-text-normal-size{font-size:16px}.vcg-text-large{font-size:20px}.vcg-text-normal{font-weight:500}.vcg-text-semibold{font-weight:600}.vcg-text-bold{font-weight:700}.vcg-height-small{line-height:14px}.vcg-height-medium{line-height:16px}.vcg-height-normal{line-height:18px}.vcg-height-large{line-height:20px}.icon-copy:before{color:rgb(var(--purple))}.vcg-input{margin-bottom:10px;position:relative;padding-top:.75rem}.vcg-input.padding-top-0{padding-top:0;margin-top:-1px}.vcg-input.margin-bottom-0{margin-bottom:0}.vcg-input.padding-top-0 .icon-eye-close:before,.vcg-input.padding-top-0 .icon-eye-open:before{top:12px}.vcg-input.margin-bottom-0 input{border-radius:5px 5px 0 0}.vcg-input.padding-top-0 input{border-radius:0 0 5px 5px}.vcg-input label{padding:0 3px;line-height:1.2rem;top:2px;left:7px;background:rgb(var(--color-white));color:rgb(var(--text-grey));font-size:12px;position:absolute;margin:0;font-weight:600}.vcg-input input{border:1px solid rgb(var(--shade-75));height:40px;padding:0 10px;line-height:1em;border-radius:5px;color:rgb(var(--shade-700));font-weight:500;width:100%;font-size:.875rem;line-height:1.25rem;outline:2px solid transparent;outline-offset:2px}.vcg-input input::-moz-placeholder{color:rgb(var(--text-grey))}.vcg-input input::placeholder{color:rgb(var(--text-grey))}.vcg-input.blank-input label{color:rgb(var(--color-red))}.vcg-input.blank-input input{border-color:rgb(var(--color-red))}.vcg-input input::-webkit-inner-spin-button,.vcg-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vcg-input.has-icon input{padding-left:30px}.vcg-input input[type=password]{-webkit-text-security:disc;outline:none;font:large Verdana,sans-serif;font-size:25px}.vcg-input input[type=password]::-moz-placeholder{font-size:14px;position:absolute;top:12px}.vcg-input input[type=password]::placeholder{font-size:14px;position:absolute;top:12px}.icon-eye-close:before,.icon-eye-open:before{color:rgb(var(--shade-gray));position:absolute;right:10px;top:22px;cursor:pointer}.vcg-input.pt-mb-0{padding-top:0;margin-bottom:0}.vcg-input.pt-mb-0 .with-icon{top:11px;left:10px}.vcg-input .with-icon{position:absolute;top:24px;left:10px}.vcg-input .leftSection{position:absolute;top:50%;left:10px;transform:translateY(-50%)}.vcg-input.otp-err input{border-color:rgb(var(--color-red))}.vcg-input.text-center input{text-align:center}.play-click-to-scroll_wrapper__rboaa{position:absolute;bottom:8%;left:50%;transform:translateX(-50%)}.play-click-to-scroll_bubble__TjggF{background-color:#7750f8;border-radius:10px;padding:5px 10px;pointer-events:none}@keyframes play-click-to-scroll_bounce__cXv2K{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.play-click-to-scroll_bubble__TjggF{animation:play-click-to-scroll_bounce__cXv2K 1s infinite}.play-click-to-scroll_bubble__TjggF:after{content:"";position:absolute;bottom:-15%;left:50%;transform:translateX(-50%);width:0;height:0;border-top:8px solid #7750f8;border-left:8px solid transparent;border-right:8px solid transparent}.accordion_accordion__inEx5{position:relative}.accordion_panel__DZ8At{max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease-in-out,opacity .2s ease-in-out}.modal_modal__CZ9gP{position:fixed;display:flex;flex-direction:column;width:min(440px,90%);min-height:300px;max-height:80%;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;background-color:white;overflow:hidden;visibility:hidden;opacity:0;transition:all .25s ease-in-out;z-index:999}.modal_modal__CZ9gP[data-opened=true]{visibility:visible;opacity:1}.modal_modal__CZ9gP[data-transparent=true]{background-color:transparent}.modal_header__Rmz_L{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px}.modal_header__Rmz_L[data-border=true]{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(var(--color-shade-75)/var(--tw-border-opacity))}.modal_content__7_9Tb{padding:12px 16px;overflow-y:auto}.modal_fadeIn__OQF4X{animation:modal_fadeIn__OQF4X .2s ease-in}.modal_fadeOut__ceE1q{animation:modal_fadeOut__ceE1q .2s ease-out}@keyframes modal_fadeIn__OQF4X{0%{opacity:0}to{opacity:1}}@keyframes modal_fadeOut__ceE1q{0%{opacity:1}to{opacity:0}}