@charset "UTF-8";@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.notification{border-radius:1rem;width:100%}.notification__main{gap:.5rem;display:flex;align-items:center;width:100%}.notification__content{gap:.75rem;display:flex;flex-direction:column}.notification__icon{padding:.75rem;aspect-ratio:1;border-radius:50%}.notification__icon--error{background-color:#ffe6d7;color:#ff443a}.theme--dark .notification__icon--error{background-color:#ff443a;--tl-bg-opacity: .2}.notification__icon--success{background-color:#edfcd8;color:#68ce39}.theme--dark .notification__icon--success{background-color:#8ce038;--tl-bg-opacity: .2}.notification__icon--info{background-color:#cbf2fd;color:#0280e8}.theme--dark .notification__icon--info{background-color:#5138ee;--tl-bg-opacity: .2}.notification__icon--warning{background-color:#fef3cc;color:#f99f02}.theme--dark .notification__icon--warning{background-color:#efcf27;--tl-bg-opacity: .2}.notification__title{font-weight:600}.notification__subtitle{color:#9ca3af;font-size:.875rem}.notification__close{padding-right:.75rem;color:#374151}.theme--dark .notification__close{color:#fff}.Toastify__close-button{display:none}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.button{--tl-bg-opacity: 0;--tl-border-opacity: 0;background-color:#111318;border-color:#f9fafb;gap:.5rem;padding:1rem 2rem;border-width:.125rem;font-size:1.125rem;line-height:1.5rem;background-color:transparent;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:500;transition:all .25s;border-style:solid;outline:none}.button--box{border-radius:1rem}.button--rounded{border-radius:2rem}.button--circle{aspect-ratio:1;border-radius:100%}.button .badge{--tl-bg-opacity: 1;--tl-border-opacity: 1}.button:active{transform:scale(.95)}.button:disabled{opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none}.button--primary.button--fill{--tl-bg-opacity: 1;background-color:#2fac67;color:#f4f4f4;border:none}.button--primary.button--fill:hover{background-color:#5dcd84}.button--primary.button--fill:active{background-color:#2fac67}.button--primary.button--outline{background-color:transparent;border-color:#2fac67;color:#2fac67;--tl-border-opacity: .1}.theme--dark .button--primary.button--outline{border-color:#5dcd84;color:#5dcd84}.button--primary.button--outline:hover{background-color:rgba(var(--color-main-primary),.8);border-color:#37c878;color:#37c878}.theme--dark .button--primary.button--outline:hover{background-color:rgba(var(--color-light-primary),.1);border-color:#78d599;color:#78d599}.button--primary.button--outline:active{background-color:rgba(var(--color-main-primary),.2);border-color:#279056;color:#279056}.theme--dark .button--primary.button--outline:active{background-color:rgba(var(--color-light-primary),.2);border-color:#42c56f;color:#42c56f}.button--primary.button--text{background-color:transparent;color:#2fac67}.theme--dark .button--primary.button--text{color:#5dcd84}.button--primary.button--text:hover{background-color:rgba(var(--color-main-primary),.08);color:#37c878}.theme--dark .button--primary.button--text:hover{background-color:rgba(var(--color-light-primary),.08);color:#78d599}.button--primary.button--text:active{background-color:rgba(var(--color-main-primary),.16);color:#279056}.theme--dark .button--primary.button--text:active{background-color:rgba(var(--color-light-primary),.16);color:#42c56f}.button--success.button--fill{--tl-bg-opacity: 1;background-color:#8ce038;color:#f4f4f4;border:none}.button--success.button--fill:hover{background-color:#f2fdd7}.button--success.button--fill:active{background-color:#8ce038}.button--success.button--outline{background-color:transparent;border-color:#8ce038;color:#8ce038;--tl-border-opacity: .1}.theme--dark .button--success.button--outline{border-color:#f2fdd7;color:#f2fdd7}.button--success.button--outline:hover{background-color:rgba(var(--color-main-success),.8);border-color:#9ee557;color:#9ee557}.theme--dark .button--success.button--outline:hover{background-color:rgba(var(--color-light-success),.1);border-color:#fdfff9;color:#fdfff9}.button--success.button--outline:active{background-color:rgba(var(--color-main-success),.2);border-color:#7ad321;color:#7ad321}.theme--dark .button--success.button--outline:active{background-color:rgba(var(--color-light-success),.2);border-color:#e7fbb5;color:#e7fbb5}.button--success.button--text{background-color:transparent;color:#8ce038}.theme--dark .button--success.button--text{color:#f2fdd7}.button--success.button--text:hover{background-color:rgba(var(--color-main-success),.08);color:#9ee557}.theme--dark .button--success.button--text:hover{background-color:rgba(var(--color-light-success),.08);color:#fdfff9}.button--success.button--text:active{background-color:rgba(var(--color-main-success),.16);color:#7ad321}.theme--dark .button--success.button--text:active{background-color:rgba(var(--color-light-success),.16);color:#e7fbb5}.button--warning.button--fill{--tl-bg-opacity: 1;background-color:#efcf27;color:#f4f4f4;border:none}.button--warning.button--fill:hover{background-color:#fff9d8}.button--warning.button--fill:active{background-color:#efcf27}.button--warning.button--outline{background-color:transparent;border-color:#efcf27;color:#efcf27;--tl-border-opacity: .1}.theme--dark .button--warning.button--outline{border-color:#fff9d8;color:#fff9d8}.button--warning.button--outline:hover{background-color:rgba(var(--color-main-warning),.8);border-color:#f1d648;color:#f1d648}.theme--dark .button--warning.button--outline:hover{background-color:rgba(var(--color-light-warning),.1);border-color:#fffefc;color:#fffefc}.button--warning.button--outline:active{background-color:rgba(var(--color-main-warning),.2);border-color:#e2c011;color:#e2c011}.theme--dark .button--warning.button--outline:active{background-color:rgba(var(--color-light-warning),.2);border-color:#fff4b4;color:#fff4b4}.button--warning.button--text{background-color:transparent;color:#efcf27}.theme--dark .button--warning.button--text{color:#fff9d8}.button--warning.button--text:hover{background-color:rgba(var(--color-main-warning),.08);color:#f1d648}.theme--dark .button--warning.button--text:hover{background-color:rgba(var(--color-light-warning),.08);color:#fffefc}.button--warning.button--text:active{background-color:rgba(var(--color-main-warning),.16);color:#e2c011}.theme--dark .button--warning.button--text:active{background-color:rgba(var(--color-light-warning),.16);color:#fff4b4}.button--danger.button--fill{--tl-bg-opacity: 1;background-color:#ff443a;color:#f4f4f4;border:none}.button--danger.button--fill:hover{background-color:#de5025}.button--danger.button--fill:active{background-color:#ff443a}.button--danger.button--outline{background-color:transparent;border-color:#ff443a;color:#ff443a;--tl-border-opacity: .1}.theme--dark .button--danger.button--outline{border-color:#de5025;color:#de5025}.button--danger.button--outline:hover{background-color:rgba(var(--color-main-danger),.8);border-color:#ff665e;color:#ff665e}.theme--dark .button--danger.button--outline:hover{background-color:rgba(var(--color-light-danger),.1);border-color:#e36944;color:#e36944}.button--danger.button--outline:active{background-color:rgba(var(--color-main-danger),.2);border-color:#ff2216;color:#ff2216}.theme--dark .button--danger.button--outline:active{background-color:rgba(var(--color-light-danger),.2);border-color:#c2441d;color:#c2441d}.button--danger.button--text{background-color:transparent;color:#ff443a}.theme--dark .button--danger.button--text{color:#de5025}.button--danger.button--text:hover{background-color:rgba(var(--color-main-danger),.08);color:#ff665e}.theme--dark .button--danger.button--text:hover{background-color:rgba(var(--color-light-danger),.08);color:#e36944}.button--danger.button--text:active{background-color:rgba(var(--color-main-danger),.16);color:#ff2216}.theme--dark .button--danger.button--text:active{background-color:rgba(var(--color-light-danger),.16);color:#c2441d}.button--grays.button--fill{--tl-bg-opacity: 1;background-color:#9ca3af;color:#f4f4f4;border:none;background-color:#d1d5db;color:#111318}.button--grays.button--fill:hover{background-color:#6b7280}.button--grays.button--fill:active{background-color:#9ca3af}.button--grays.button--outline{background-color:transparent;border-color:#9ca3af;color:#9ca3af;--tl-border-opacity: .1;border-color:#e5e7eb;color:#111928;--tl-border-opacity: .008}.theme--dark .button--grays.button--outline{border-color:#6b7280;color:#6b7280}.button--grays.button--outline:hover{background-color:rgba(var(--color-main-grays),.8);border-color:#b0b5bf;color:#b0b5bf}.theme--dark .button--grays.button--outline:hover{background-color:rgba(var(--color-light-grays),.1);border-color:#7d8492;color:#7d8492}.button--grays.button--outline:active{background-color:rgba(var(--color-main-grays),.2);border-color:#88919f;color:#88919f}.theme--dark .button--grays.button--outline:active{background-color:rgba(var(--color-light-grays),.2);border-color:#5b616d;color:#5b616d}.button--grays.button--text{background-color:transparent;color:#9ca3af;color:#111928}.theme--dark .button--grays.button--text{color:#fff}.button--grays.button--text:hover{background-color:rgba(var(--color-main-grays),.08);color:#b0b5bf}.theme--dark .button--grays.button--text:hover{background-color:rgba(var(--color-light-grays),.08);color:#7d8492}.button--grays.button--text:active{background-color:rgba(var(--color-main-grays),.16);color:#88919f}.theme--dark .button--grays.button--text:active{background-color:rgba(var(--color-light-grays),.16);color:#5b616d}.button--secondary.button--fill{--tl-bg-opacity: 1;background-color:#5138ee;color:#f4f4f4;border:none}.button--secondary.button--fill:hover{background-color:#4a62f9}.button--secondary.button--fill:active{background-color:#5138ee}.button--secondary.button--outline{background-color:transparent;border-color:#5138ee;color:#5138ee;--tl-border-opacity: .1}.theme--dark .button--secondary.button--outline{border-color:#4a62f9;color:#4a62f9}.button--secondary.button--outline:hover{background-color:rgba(var(--color-main-secondary),.8);border-color:#6e59f1;color:#6e59f1}.theme--dark .button--secondary.button--outline:hover{background-color:rgba(var(--color-light-secondary),.1);border-color:#6d80fa;color:#6d80fa}.button--secondary.button--outline:active{background-color:rgba(var(--color-main-secondary),.2);border-color:#3417eb;color:#3417eb}.theme--dark .button--secondary.button--outline:active{background-color:rgba(var(--color-light-secondary),.2);border-color:#2744f8;color:#2744f8}.button--secondary.button--text{background-color:transparent;color:#5138ee}.theme--dark .button--secondary.button--text{color:#4a62f9}.button--secondary.button--text:hover{background-color:rgba(var(--color-main-secondary),.08);color:#6e59f1}.theme--dark .button--secondary.button--text:hover{background-color:rgba(var(--color-light-secondary),.08);color:#6d80fa}.button--secondary.button--text:active{background-color:rgba(var(--color-main-secondary),.16);color:#3417eb}.theme--dark .button--secondary.button--text:active{background-color:rgba(var(--color-light-secondary),.16);color:#2744f8}.button--accent.button--fill{--tl-bg-opacity: 1;background-color:#fff;color:#f4f4f4;border:none;color:#111318}.button--accent.button--fill:hover{background-color:#fff;background-color:#f3f4f6}.button--accent.button--fill:active{background-color:#fff}.button--accent.button--outline{background-color:transparent;border-color:#fff;color:#fff;--tl-border-opacity: .1}.theme--dark .button--accent.button--outline{border-color:#fff;color:#fff}.button--accent.button--outline:hover{background-color:rgba(var(--color-main-accent),.8);border-color:#fff;color:#fff}.theme--dark .button--accent.button--outline:hover{background-color:rgba(var(--color-light-accent),.1);border-color:#fff;color:#fff}.button--accent.button--outline:active{background-color:rgba(var(--color-main-accent),.2);border-color:#ededed;color:#ededed}.theme--dark .button--accent.button--outline:active{background-color:rgba(var(--color-light-accent),.2);border-color:#ededed;color:#ededed}.button--accent.button--text{background-color:transparent;color:#fff}.theme--dark .button--accent.button--text{color:#fff}.button--accent.button--text:hover{background-color:rgba(var(--color-main-accent),.08);color:#fff}.theme--dark .button--accent.button--text:hover{background-color:rgba(var(--color-light-accent),.08);color:#fff}.button--accent.button--text:active{background-color:rgba(var(--color-main-accent),.16);color:#ededed}.theme--dark .button--accent.button--text:active{background-color:rgba(var(--color-light-accent),.16);color:#ededed}.button--info.button--fill{--tl-bg-opacity: 1;background-color:#000;color:#f4f4f4;border:none}.button--info.button--fill:hover{background-color:#1f2a37}.button--info.button--fill:active{background-color:#000}.button--info.button--outline{background-color:transparent;border-color:#000;color:#000;--tl-border-opacity: .1}.theme--dark .button--info.button--outline{border-color:#1f2a37;color:#1f2a37}.button--info.button--outline:hover{background-color:rgba(var(--color-main-info),.8);border-color:#121212;color:#121212}.theme--dark .button--info.button--outline:hover{background-color:rgba(var(--color-light-info),.1);border-color:#2c3b4e;color:#2c3b4e}.button--info.button--outline:active{background-color:rgba(var(--color-main-info),.2);border-color:#000;color:#000}.theme--dark .button--info.button--outline:active{background-color:rgba(var(--color-light-info),.2);border-color:#121920;color:#121920}.button--info.button--text{background-color:transparent;color:#000}.theme--dark .button--info.button--text{color:#1f2a37}.button--info.button--text:hover{background-color:rgba(var(--color-main-info),.08);color:#121212}.theme--dark .button--info.button--text:hover{background-color:rgba(var(--color-light-info),.08);color:#2c3b4e}.button--info.button--text:active{background-color:rgba(var(--color-main-info),.16);color:#000}.theme--dark .button--info.button--text:active{background-color:rgba(var(--color-light-info),.16);color:#121920}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.select{align-items:flex-start;border-style:none;display:flex;flex-direction:column;position:relative}.select--active .select__options{transform:translateY(100%) scaleY(1)}.select--fit{max-width:fit-content}.select__label{line-height:2.5rem;cursor:pointer;font-weight:500}.select__content{border-radius:1rem;border-width:.125rem;padding-left:.25rem;padding-right:.25rem;border-style:solid;display:flex;flex-direction:row;align-items:center;position:relative;width:100%;height:3.25rem;font-weight:500}@media only screen and (min-width: 1408px){.select__content{height:3.5rem}}.select__content--disabled{opacity:.6}.select__content--background{background:#fff!important;border-color:#d1d5db!important}.theme--dark .select__content--background{background:#4b5563!important;border-color:#1b1b1b!important}.select__content--select{display:flex;flex-direction:row;align-items:center;width:100%}.select__content span{line-height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__content-field{display:flex;flex-direction:row;align-items:center;position:relative;width:100%}.select__content-field:focus-within{box-shadow:0 0 5px #5138ee}.select__content .content__select--input{color:#1b1b1b;padding:.75rem;background:transparent;border-style:none;outline:none;flex-grow:1;width:0;cursor:default;position:relative}.select__content .content__select--input:focus-within{box-shadow:0 0 5px #5138ee}.theme--dark .select__content .content__select--input{color:#e5e7eb}.select__content .content__select--input{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__content input::placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__content select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select__content-select{margin-right:.375rem;color:#9ca3af;display:flex;pointer-events:none;-webkit-user-select:none;user-select:none}.select__content-select--ai{right:3rem}.select__content-select:hover{color:#1f2a37}.select__content-select--disabled{display:none}.select__content__select{height:0;width:0;opacity:0}.select__content-bi,.select__content-ai{width:2rem;height:2rem;border-radius:50%}.select__content-bi{margin-left:.5rem}.select__content-ai{margin-right:.5rem}.select__content--hidden{display:none}.select-bi,.select-ai{width:2.5rem;height:2.5rem;border-radius:50%}.select-ai{margin-right:.5rem}.select__hint{font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}.select__reserved{height:1rem;margin-top:.125rem;display:flex}.select__options{background-color:#fff;color:#1f2a37;border-color:#e5e7eb;border-radius:.5rem;text-decoration:none;box-shadow:0 1px 5px #000;max-height:30vh;height:27vh;-webkit-overflow-scrolling:touch;overflow-y:auto;position:absolute;transform:translateY(100%) scaleY(0);transition:transform .25s;width:100%;z-index:1000}.theme--dark .select__options{background-color:#1f2a37;color:#fff}.select__options__item{gap:1rem;padding:.75rem .5rem;margin:.75rem;border-radius:.5rem;display:flex;align-items:center;transition:background-color .25s,color .25s;cursor:default}.select__options__item>div{display:flex;flex-direction:column}.select__options__item>div span{font-weight:600}.select__options__item>div h5{color:#6b7280}.theme--dark .select__options__item>div h5{color:#f3f4f6}.select__options__item:hover{background-color:#e6e6e6}.theme--dark .select__options__item:hover{background-color:#4b5563}.select__options__item.selected{background-color:#cdd3d5bf;color:#a51c30}.select__options--top{bottom:calc(5% + 20.5rem);transform-origin:bottom center}.select__options--bottom{bottom:calc(100% - 6rem);left:0;transform-origin:top center}.select__options--left{flex-direction:row}.select__options--right{flex-direction:row-reverse}.select__options--center{align-items:center;flex-direction:column;justify-content:center}.select .select__label{color:#1b1b1b}.theme--dark .select .select__label{color:#9ca3af}.select:focus-within .select__label{color:#1b1b1b}.theme--dark .select:focus-within .select__label{color:#e6e6e6}.select--danger .select__label,.theme--dark .select--danger .select__label{color:#ff443a}.select--danger:focus-within .select__label{color:#ff443a}.theme--dark .select--danger:focus-within .select__label{color:#ff443a}.select .select__content{background-color:#f9fafb;border-color:#e5e7eb;outline:none}.theme--dark .select .select__content{background-color:#4b5563;border-color:#1b1b1b}.select .select__content-bi,.select .select__content-ai{color:#9ca3af}.theme--dark .select .select__content-bi,.theme--dark .select .select__content-ai{color:#e5e7eb}.select .select__content-select:hover,.select .select__content-ai--interactive:hover{cursor:pointer;color:#6b7280}.select .select__content-select:hover svg,.select .select__content-ai--interactive:hover svg{background-color:#dbd4d1;color:#9ca3af;border-radius:.25rem;padding:.125rem;box-shadow:0 0 .25rem #dbd4d1;max-height:fit-content}.theme--dark .select .select__content-select:hover svg,.theme--dark .select .select__content-ai--interactive:hover svg{background-color:#08090c;box-shadow:0 0 .25rem #08090c}.select:focus-within .select__content{border-color:#5138ee;box-shadow:0 0 10px #5138ee}.theme--dark .select:focus-within .select__content{border-color:#1d118a}.select:focus-within .select__content-bi,.select:focus-within .select__content-ai{color:#9ca3af}.theme--dark .select:focus-within .select__content-bi,.theme--dark .select:focus-within .select__content-ai{color:#e5e7eb}.select--danger .select__content{border-color:#ff443a;box-shadow:0 0 5px #ff443a}.theme--dark .select--danger .select__content{border-color:#ff443a}.select--primary .select__content--keep,.theme--dark .select--primary .select__content--keep{border-color:#2fac67}.select--primary:focus-within .select__content{border-color:#2fac67}.theme--dark .select--primary:focus-within .select__content{border-color:#2fac67}.select--primary:focus-within .select__content-bi,.select--primary:focus-within .select__content-ai{color:#5dcd84}.theme--dark .select--primary:focus-within .select__content-bi,.theme--dark .select--primary:focus-within .select__content-ai{color:#5dcd84}.select--success .select__content--keep,.theme--dark .select--success .select__content--keep{border-color:#8ce038}.select--success:focus-within .select__content{border-color:#8ce038}.theme--dark .select--success:focus-within .select__content{border-color:#8ce038}.select--success:focus-within .select__content-bi,.select--success:focus-within .select__content-ai{color:#f2fdd7}.theme--dark .select--success:focus-within .select__content-bi,.theme--dark .select--success:focus-within .select__content-ai{color:#f2fdd7}.select--warning .select__content--keep,.theme--dark .select--warning .select__content--keep{border-color:#efcf27}.select--warning:focus-within .select__content{border-color:#efcf27}.theme--dark .select--warning:focus-within .select__content{border-color:#efcf27}.select--warning:focus-within .select__content-bi,.select--warning:focus-within .select__content-ai{color:#fff9d8}.theme--dark .select--warning:focus-within .select__content-bi,.theme--dark .select--warning:focus-within .select__content-ai{color:#fff9d8}.select--danger .select__content--keep,.theme--dark .select--danger .select__content--keep{border-color:#ff443a}.select--danger:focus-within .select__content{border-color:#ff443a}.theme--dark .select--danger:focus-within .select__content{border-color:#ff443a}.select--danger:focus-within .select__content-bi,.select--danger:focus-within .select__content-ai{color:#de5025}.theme--dark .select--danger:focus-within .select__content-bi,.theme--dark .select--danger:focus-within .select__content-ai{color:#de5025}.select--grays .select__content--keep,.theme--dark .select--grays .select__content--keep{border-color:#9ca3af}.select--grays:focus-within .select__content{border-color:#9ca3af}.theme--dark .select--grays:focus-within .select__content{border-color:#9ca3af}.select--grays:focus-within .select__content-bi,.select--grays:focus-within .select__content-ai{color:#6b7280}.theme--dark .select--grays:focus-within .select__content-bi,.theme--dark .select--grays:focus-within .select__content-ai{color:#6b7280}.select .select__hint{color:#1b1b1b}.theme--dark .select .select__hint{color:#9ca3af}.select:focus-within .select__hint{color:#111318}.theme--dark .select:focus-within .select__hint{color:#e6e6e6}.select--danger .select__hint,.theme--dark .select--danger .select__hint{color:#ff443a}.select--primary:focus-within .select__hint{color:#5dcd84}.theme--dark .select--primary:focus-within .select__hint{color:#5dcd84}.select--success:focus-within .select__hint{color:#f2fdd7}.theme--dark .select--success:focus-within .select__hint{color:#f2fdd7}.select--warning:focus-within .select__hint{color:#fff9d8}.theme--dark .select--warning:focus-within .select__hint{color:#fff9d8}.select--danger:focus-within .select__hint{color:#de5025}.theme--dark .select--danger:focus-within .select__hint{color:#de5025}.select--grays:focus-within .select__hint{color:#6b7280}.theme--dark .select--grays:focus-within .select__hint{color:#6b7280}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.text-field{align-items:flex-start;border-style:none;display:flex;flex-direction:column;position:relative}.text-field--fit{max-width:fit-content}.text-field__label{line-height:2.5rem;cursor:pointer;font-weight:500}.text-field__label--switch{margin:0rem;height:2rem;width:4rem;display:inline-block;position:relative}.text-field__label--switch>input{height:0;opacity:0;width:0}.text-field__label--switch>span{background-color:#4b5563;border-radius:1rem;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.125s}.text-field__label--switch>span:before{background-color:#9ca3af;border-radius:2rem;height:1.375rem;width:1.375rem;bottom:.2rem;content:"";left:.2rem;position:absolute;transition:.4s}.text-field__label--switch input:checked+span{background-color:#5138ee}.text-field__label--switch input:checked+span:before{background-color:#fff;transform:translate(1.4rem)}.text-field__label--disabled{opacity:.6}.text-field__content{border-radius:1rem;border-width:.125rem;border-style:solid;display:flex;flex-direction:row;position:relative;width:100%;height:3rem;overflow:hidden}@media only screen and (min-width: 1408px){.text-field__content{height:3.45rem}}.text-field__content--disabled{opacity:.6}.text-field__content--background{background:#fff!important;border-color:#d1d5db!important}.theme--dark .text-field__content--background{background:#4b5563!important;border-color:#1b1b1b!important}.text-field__content span{line-height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-field__content input,.text-field__content span{line-height:2rem;color:#111318;padding:.75rem;background:transparent;border-style:none;outline:none;flex-grow:1;width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.theme--dark .text-field__content input,.theme--dark .text-field__content span{color:#e5e7eb}.text-field__content span{display:flex;align-items:center;width:80%;position:absolute;margin-left:2.25rem;top:.25rem}.text-field__content input::placeholder{color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-field__content input[type=number]{-moz-appearance:textfield}.text-field__content input[type=number]::-webkit-outer-spin-button,.text-field__content input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.text-field__content input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;--tl-border-opacity: 1;background-color:#efecff;border-color:#5138ee;border-width:.125rem;border-radius:.75rem;appearance:none;border-style:solid;width:100%;height:100%}.text-field__content input[type=checkbox]:checked{background-color:#5138ee;border-color:#5138ee;--tl-border-opacity: 1;border-width:.125rem;box-shadow:0 0 .25rem #efecff;position:relative;width:100%;height:100%}.text-field__content input[type=checkbox]:checked:after{color:#fff;font-size:1.75rem;line-height:2rem;content:"✓";left:50%;position:absolute;top:50%;font-weight:700;transform:translate(-50%,-50%);-webkit-transform:translateX(-50%) translateY(-50%);transition:all .3s ease}.text-field__content-ci,.text-field__content-si,.text-field__content-bi,.text-field__content-ai,.text-field__content-pass{width:1.25rem;display:flex;align-items:center;justify-content:center}.text-field__content-ci>svg,.text-field__content-si>svg,.text-field__content-bi>svg,.text-field__content-ai>svg,.text-field__content-pass>svg{width:1.25rem;height:1.25rem}.text-field__content-ai--interactive{display:flex;flex-direction:column;align-items:center;justify-content:center}.text-field__content-ci{margin-right:1rem}.text-field__content-ci,.text-field__content-bi{margin-left:1rem}.text-field__content-ai,.text-field__content-pass{margin-right:1rem}.text-field__content-pass{cursor:pointer}.text-field__content__file,.text-field__content__date,.text-field__content__select{display:none}.text-field__content__modal{cursor:pointer;top:0;right:0;bottom:0;left:0;position:absolute}.text-field__content--hidden{display:none}.text-field--checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;gap:1rem;--tl-border-opacity: 0;flex-direction:row-reverse;align-items:center;justify-content:center;cursor:pointer}.text-field--checkbox *{cursor:pointer}.text-field--checkbox .text-field__content{border-radius:.75rem;width:3.5rem;height:2.5rem}.text-field--checkbox .text-field__content:checked:after{color:#fff}.text-field--checkbox:focus-within .text-field__label{color:#fff!important}.text-field--checkbox .text-field__label{color:#fff!important;outline:none;width:100%}.text-field--checkbox .text-field__label input:checked+span{color:#fff!important}.text-field--checkbox .text-field__label input:checked+span:before{color:#fff!important}.text-field__hint{font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}.text-field__hint--hidden{display:none}.text-field__reserved{height:1.25rem;margin-top:.125rem}.text-field .text-field__label{color:#1b1b1b}.theme--dark .text-field .text-field__label{color:#e5e7eb}.text-field:focus-within .text-field__label{color:#1b1b1b}.theme--dark .text-field:focus-within .text-field__label{color:#e6e6e6}.text-field--danger .text-field__label,.theme--dark .text-field--danger .text-field__label{color:#ff443a}.text-field--danger:focus-within .text-field__label{color:#ff443a}.theme--dark .text-field--danger:focus-within .text-field__label{color:#ff443a}.text-field .text-field__content{background-color:#f9fafb;border-color:#e5e7eb}.text-field .text-field__content input:-webkit-autofill:focus-within{background-color:#f9fafb;border-color:#e5e7eb}.theme--dark .text-field .text-field__content{background-color:#4b5563;border-color:#1b1b1b}.theme--dark .text-field .text-field__content input:-webkit-autofill:focus-within{background-color:#4b5563;border-color:#1b1b1b}.text-field .text-field__content-ci,.text-field .text-field__content-si,.text-field .text-field__content-bi,.text-field .text-field__content-ai,.text-field .text-field__content-pass{color:#6b7280}.theme--dark .text-field .text-field__content-ci,.theme--dark .text-field .text-field__content-si,.theme--dark .text-field .text-field__content-bi,.theme--dark .text-field .text-field__content-ai,.theme--dark .text-field .text-field__content-pass{color:#e5e7eb}.text-field .text-field__content-ci:hover,.text-field .text-field__content-pass:hover,.text-field .text-field__content-select:hover,.text-field .text-field__content__modal:hover+.text-field__content-select,.text-field .text-field__content-ai--interactive:hover{cursor:pointer}.text-field .text-field__content-ci:hover svg,.text-field .text-field__content-pass:hover svg,.text-field .text-field__content-select:hover svg,.text-field .text-field__content__modal:hover+.text-field__content-select svg,.text-field .text-field__content-ai--interactive:hover svg{border-radius:.25rem;box-shadow:0 0 .25rem #dbd4d1;max-height:fit-content}.theme--dark .text-field .text-field__content-ci:hover svg,.theme--dark .text-field .text-field__content-pass:hover svg,.theme--dark .text-field .text-field__content-select:hover svg,.theme--dark .text-field .text-field__content__modal:hover+.text-field__content-select svg,.theme--dark .text-field .text-field__content-ai--interactive:hover svg{background-color:#08090c;box-shadow:0 0 .25rem #08090c}.text-field:focus-within .text-field__content{border-color:#5138ee;box-shadow:0 0 5px #5138ee}.text-field:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#5138ee}.theme--dark .text-field:focus-within .text-field__content{border-color:#1d118a}.text-field:focus-within .text-field__content-ci,.text-field:focus-within .text-field__content-si,.text-field:focus-within .text-field__content-bi,.text-field:focus-within .text-field__content-ai,.text-field:focus-within .text-field__content-pass{color:#6b7280}.theme--dark .text-field:focus-within .text-field__content-ci,.theme--dark .text-field:focus-within .text-field__content-si,.theme--dark .text-field:focus-within .text-field__content-bi,.theme--dark .text-field:focus-within .text-field__content-ai,.theme--dark .text-field:focus-within .text-field__content-pass{color:#e5e7eb}.text-field--danger .text-field__content{border-color:#ff443a;box-shadow:0 0 5px #ff443a}.text-field--danger .text-field__content input:-webkit-autofill:focus-within{border-color:#ff443a}.theme--dark .text-field--danger .text-field__content{border-color:#ff443a}.text-field--danger .text-field__content input[type=checkbox]{border-color:#ff443a;box-shadow:0 0 1px #ff443a;background-color:transparent}.text-field--danger:focus-within .text-field__content{border-color:#5138ee;box-shadow:0 0 10px #ff443a}.text-field--danger:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#5138ee}.theme--dark .text-field--danger:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#ff443a}.text-field--danger:focus-within .text-field__content-ci,.text-field--danger:focus-within .text-field__content-si,.text-field--danger:focus-within .text-field__content-bi,.text-field--danger:focus-within .text-field__content-ai,.text-field--danger:focus-within .text-field__content-pass{color:#1b1b1b}.theme--dark .text-field--danger:focus-within .text-field__content-ci,.theme--dark .text-field--danger:focus-within .text-field__content-si,.theme--dark .text-field--danger:focus-within .text-field__content-bi,.theme--dark .text-field--danger:focus-within .text-field__content-ai,.theme--dark .text-field--danger:focus-within .text-field__content-pass{color:#e6e6e6}.text-field--primary .text-field__content--keep{border-color:#2fac67}.text-field--primary .text-field__content--keep input:-webkit-autofill:focus-within{border-color:#2fac67}.theme--dark .text-field--primary .text-field__content--keep{border-color:#2fac67}.text-field--primary:focus-within .text-field__content{border-color:#2fac67}.text-field--primary:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#2fac67}.theme--dark .text-field--primary:focus-within .text-field__content{border-color:#2fac67}.text-field--primary:focus-within .text-field__content-ci,.text-field--primary:focus-within .text-field__content-si,.text-field--primary:focus-within .text-field__content-bi,.text-field--primary:focus-within .text-field__content-ai,.text-field--primary:focus-within .text-field__content-pass{color:#2fac67}.theme--dark .text-field--primary:focus-within .text-field__content-ci,.theme--dark .text-field--primary:focus-within .text-field__content-si,.theme--dark .text-field--primary:focus-within .text-field__content-bi,.theme--dark .text-field--primary:focus-within .text-field__content-ai,.theme--dark .text-field--primary:focus-within .text-field__content-pass{color:#5dcd84}.text-field--success .text-field__content--keep{border-color:#8ce038}.text-field--success .text-field__content--keep input:-webkit-autofill:focus-within{border-color:#8ce038}.theme--dark .text-field--success .text-field__content--keep{border-color:#8ce038}.text-field--success:focus-within .text-field__content{border-color:#8ce038}.text-field--success:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#8ce038}.theme--dark .text-field--success:focus-within .text-field__content{border-color:#8ce038}.text-field--success:focus-within .text-field__content-ci,.text-field--success:focus-within .text-field__content-si,.text-field--success:focus-within .text-field__content-bi,.text-field--success:focus-within .text-field__content-ai,.text-field--success:focus-within .text-field__content-pass{color:#8ce038}.theme--dark .text-field--success:focus-within .text-field__content-ci,.theme--dark .text-field--success:focus-within .text-field__content-si,.theme--dark .text-field--success:focus-within .text-field__content-bi,.theme--dark .text-field--success:focus-within .text-field__content-ai,.theme--dark .text-field--success:focus-within .text-field__content-pass{color:#f2fdd7}.text-field--warning .text-field__content--keep{border-color:#efcf27}.text-field--warning .text-field__content--keep input:-webkit-autofill:focus-within{border-color:#efcf27}.theme--dark .text-field--warning .text-field__content--keep{border-color:#efcf27}.text-field--warning:focus-within .text-field__content{border-color:#efcf27}.text-field--warning:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#efcf27}.theme--dark .text-field--warning:focus-within .text-field__content{border-color:#efcf27}.text-field--warning:focus-within .text-field__content-ci,.text-field--warning:focus-within .text-field__content-si,.text-field--warning:focus-within .text-field__content-bi,.text-field--warning:focus-within .text-field__content-ai,.text-field--warning:focus-within .text-field__content-pass{color:#efcf27}.theme--dark .text-field--warning:focus-within .text-field__content-ci,.theme--dark .text-field--warning:focus-within .text-field__content-si,.theme--dark .text-field--warning:focus-within .text-field__content-bi,.theme--dark .text-field--warning:focus-within .text-field__content-ai,.theme--dark .text-field--warning:focus-within .text-field__content-pass{color:#fff9d8}.text-field--danger .text-field__content--keep{border-color:#ff443a}.text-field--danger .text-field__content--keep input:-webkit-autofill:focus-within{border-color:#ff443a}.theme--dark .text-field--danger .text-field__content--keep{border-color:#ff443a}.text-field--danger:focus-within .text-field__content{border-color:#ff443a}.text-field--danger:focus-within .text-field__content input:-webkit-autofill:focus-within{border-color:#ff443a}.theme--dark .text-field--danger:focus-within .text-field__content{border-color:#ff443a}.text-field--danger:focus-within .text-field__content-ci,.text-field--danger:focus-within .text-field__content-si,.text-field--danger:focus-within .text-field__content-bi,.text-field--danger:focus-within .text-field__content-ai,.text-field--danger:focus-within .text-field__content-pass{color:#ff443a}.theme--dark .text-field--danger:focus-within .text-field__content-ci,.theme--dark .text-field--danger:focus-within .text-field__content-si,.theme--dark .text-field--danger:focus-within .text-field__content-bi,.theme--dark .text-field--danger:focus-within .text-field__content-ai,.theme--dark .text-field--danger:focus-within .text-field__content-pass{color:#de5025}.text-field .text-field__hint{color:#1b1b1b}.theme--dark .text-field .text-field__hint{color:#9ca3af}.text-field:focus-within .text-field__hint{color:#111318}.text-field:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#111318}.theme--dark .text-field:focus-within .text-field__hint{color:#e6e6e6}.text-field--danger .text-field__hint,.theme--dark .text-field--danger .text-field__hint{color:#ff443a}.text-field--primary:focus-within .text-field__hint{color:#2fac67}.text-field--primary:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#2fac67}.theme--dark .text-field--primary:focus-within .text-field__hint{color:#2fac67}.theme--dark .text-field--primary:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#2fac67}.text-field--success:focus-within .text-field__hint{color:#8ce038}.text-field--success:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#8ce038}.theme--dark .text-field--success:focus-within .text-field__hint{color:#8ce038}.theme--dark .text-field--success:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#8ce038}.text-field--warning:focus-within .text-field__hint{color:#efcf27}.text-field--warning:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#efcf27}.theme--dark .text-field--warning:focus-within .text-field__hint{color:#efcf27}.theme--dark .text-field--warning:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#efcf27}.text-field--danger:focus-within .text-field__hint{color:#ff443a}.text-field--danger:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#ff443a}.theme--dark .text-field--danger:focus-within .text-field__hint{color:#ff443a}.theme--dark .text-field--danger:focus-within .text-field__hint input:-webkit-autofill:focus-within{color:#ff443a}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.drop-down-profile{background-color:#374151;color:#fff;border-radius:1rem;display:flex;flex-direction:column;box-shadow:11px 24px 11px #00000005,6px 14px 9px #0000000d,3px 6px 7px #00000017,1px 2px 4px #0000001c,0 0 #0000001c;position:absolute;transform:translate(-60%);width:215px;z-index:99}.drop-down-profile__options{padding:1rem .75rem;display:flex;flex-direction:column;list-style:none;width:100%}.drop-down-profile__option{gap:.5rem;padding-left:.5rem;padding-top:.75rem;padding-bottom:.75rem;border-radius:.75rem;font-size:1.125rem;display:flex;align-items:center;text-decoration:none;text-transform:none;font-weight:600;width:100%;cursor:pointer}.drop-down-profile__option>i>svg{width:1.25rem}.drop-down-profile__option--hover:hover{background-color:#4b5563}.drop-down-profile__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:.75rem;border-width:.125rem}.theme--dark .drop-down-profile__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.drop-down-profile__option--active>i{color:#5138ee}.theme--dark .drop-down-profile__option--active>i{color:#bdaffd}.drop-down-profile__option--active:hover{color:#5138ee}.drop-down-profile__option--active:hover>i{color:#5138ee}.drop-down-profile__option>div{gap:.75rem;display:flex;flex-direction:column;width:100%}.drop-down-profile__option__language{gap:1rem;display:flex;flex-direction:column;width:100%}.drop-down-profile__option__language>span{color:#6b7280;font-weight:500;text-transform:uppercase}.drop-down-profile__option__language--active{opacity:1;background-color:#1f2a37;color:#fff;border-color:#374151;border-radius:.75rem;border-width:.125rem}.theme--dark .drop-down-profile__option__language--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.drop-down-profile__option__language--active>i{color:#5138ee}.theme--dark .drop-down-profile__option__language--active>i{color:#bdaffd}.drop-down-profile__option__language--active:hover{color:#5138ee}.drop-down-profile__option__language--active:hover>i{color:#5138ee}.drop-down-profile__option__toggle{background-color:#6b7280;margin-left:auto;outline:none}.drop-down-profile__login{color:#fff;gap:.5rem;padding:1rem 2rem;border-width:.125rem;width:100%}.drop-down-profile__divider{--tl-border-opacity: .5;border-color:#6b7280;border-width:.03125rem;margin-left:auto;margin-right:auto;margin-top:.25rem;margin-bottom:.25rem;display:flex;border-style:solid;width:100%}.theme--dark .drop-down-profile__divider{border-color:#fff}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.install-button{color:#fff;gap:1rem;padding:1rem;border-radius:2rem;font-size:1.125rem;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:600;transition:all .25s;text-decoration:none;background:linear-gradient(108.87deg,#5030db 13.16%,#2fac67 95.62%)}.install-button>i svg{width:1.75rem;height:1.75rem}@media only screen and (min-width: 1025px){.install-button{color:#fff;gap:1rem;padding:.5rem .75rem;border-radius:2rem;font-size:.8125rem;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:600;transition:all .25s;text-decoration:none;background:linear-gradient(108.87deg,#5030db 13.16%,#2fac67 95.62%)}.install-button>i svg{width:1rem;height:1rem}}@media only screen and (min-width: 1408px){.install-button{padding:1rem 1.25rem;font-size:1.125rem}.install-button>i svg{width:1.25rem;height:1.25rem}}.theme--dark .install-button{color:#fff}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.navbar{display:none}@media only screen and (min-width: 1025px){.navbar{display:flex;flex-direction:column}}.navbar__main{background-color:#fff;margin-left:auto;margin-right:auto;height:3.75rem;display:flex;width:100%}@media only screen and (min-width: 1408px){.navbar__main{margin-left:auto;margin-right:auto;height:5rem}}.theme--dark .navbar__main{background-color:#1f2a37;color:#fff}.navbar__second{background-color:#374151;color:#fff;margin-left:auto;margin-right:auto;height:3.125rem;display:flex;width:100%}@media only screen and (min-width: 1408px){.navbar__second{margin-left:auto;margin-right:auto;height:3.75rem}}.navbar__second__header{max-width:93.75rem;margin-left:auto;margin-right:auto;height:3.125rem;padding-left:1.5rem;padding-right:1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;text-transform:capitalize;width:100%}@media only screen and (min-width: 1408px){.navbar__second__header{max-width:106.25rem;padding:1rem .75rem;height:3.75rem}}.navbar__second__divider{--tl-border-opacity: .5;border-color:#fff;border-width:.03125rem;margin-left:auto;margin-right:auto;margin-top:.25rem;margin-bottom:.25rem;display:flex;border-style:solid;height:2rem}.theme--dark .navbar__second__divider{border-color:#fff}.navbar__second__options{gap:1rem;display:flex;align-items:center;justify-content:center;height:100%;width:100%;list-style:none}.navbar__second__option{color:#e5e7eb;font-size:.875rem;gap:.5rem;padding:.25rem;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;position:relative}@media only screen and (min-width: 1408px){.navbar__second__option{padding:.75rem;font-size:1.125rem}}.navbar__second__option:hover{color:#fff;font-weight:500}.navbar__second__option:hover>i{color:#fff}.navbar__second__option>i{width:1.125rem;height:1.125rem;color:#f3f4f6;stroke-width:2}@media only screen and (min-width: 1408px){.navbar__second__option>i{width:1.25rem;height:1.25rem}}.navbar__second__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:1.5rem;border-width:.125rem}.theme--dark .navbar__second__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.navbar__second__option--active>i{color:#5138ee}.theme--dark .navbar__second__option--active>i{color:#bdaffd}.navbar__second__option--active:hover{color:#5138ee}.navbar__second__option--active:hover>i{color:#5138ee}.navbar__second__option--hidden{display:none}.navbar__second__option__soport{padding:.75rem 1rem!important;box-shadow:0 0!important}.navbar--background{background-color:#f3f4f6}.navbar__header{max-width:93.75rem;margin-left:auto;margin-right:auto;height:3.75rem;padding-left:1.5rem;padding-right:1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;text-transform:capitalize;width:100%}@media only screen and (min-width: 1408px){.navbar__header{max-width:106.25rem;padding:1rem .75rem;height:5rem}}.navbar__logo{margin-right:auto;justify-self:flex-start;cursor:default}.navbar__logo>svg{width:10rem;height:3.5rem}@media only screen and (min-width: 1408px){.navbar__logo>svg{width:11.875rem;height:4.25rem}}.navbar__logo--cursor{cursor:pointer}.navbar__divider{--tl-border-opacity: .5;border-color:#6b7280;border-width:.03125rem;margin-left:auto;margin-right:auto;margin-top:.25rem;margin-bottom:.25rem;display:flex;border-style:solid;height:2rem}.theme--dark .navbar__divider{border-color:#fff}.navbar__options{gap:.5rem;display:flex;align-items:center;justify-content:center;height:100%;width:100%;list-style:none}.navbar__option{color:#4b5563;font-size:.875rem;gap:.5rem;padding:.5rem;display:flex;align-items:center;text-decoration:none;font-weight:500;position:relative}@media only screen and (min-width: 1408px){.navbar__option{padding:.75rem;font-size:1.125rem}}.theme--dark .navbar__option{color:#9ca3af}.navbar__option:hover{color:#111928;font-weight:800}.theme--dark .navbar__option:hover{color:#e5e7eb}.navbar__option:hover>i{color:#111318}.theme--dark .navbar__option:hover>i{color:#fff}.navbar__option>i{width:1.125rem;height:1.125rem;color:#6b7280;stroke-width:2}@media only screen and (min-width: 1408px){.navbar__option>i{width:1.375rem;height:1.375rem}}.theme--dark .navbar__option>i{color:#e5e7eb}.navbar__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:1.5rem;border-width:.125rem}.theme--dark .navbar__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.navbar__option--active>i{color:#5138ee}.theme--dark .navbar__option--active>i{color:#bdaffd}.navbar__option--active:hover{color:#5138ee}.navbar__option--active:hover>i{color:#5138ee}.navbar__option--button{padding:.25rem 1rem}@media only screen and (min-width: 1408px){.navbar__option--button{padding-top:.5rem;padding-bottom:.5rem}}.theme--dark .navbar__option--button{color:#fff}.navbar__option--hidden{display:none}.navbar__game{color:#fff;gap:1rem;padding:.5rem .75rem;border-radius:2rem;font-size:.8125rem;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:600;transition:all .25s;text-decoration:none;background:linear-gradient(108.87deg,#5030db 13.16%,#2fac67 95.62%)}.navbar__game>i svg{width:1rem;height:1rem}@media only screen and (min-width: 1408px){.navbar__game{padding:1rem 1.25rem;font-size:1.125rem}.navbar__game>i svg{width:1.25rem;height:1.25rem}}.theme--dark .navbar__game{color:#fff}.navbar__login{border-color:#d1d5db;color:#5138ee;gap:.5rem;padding:.5rem .75rem;border-width:.125rem;border-radius:2rem;font-size:.8125rem;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:600;transition:all .25s;text-decoration:none}@media only screen and (min-width: 1408px){.navbar__login{padding:1rem 2rem;font-size:1.125rem}}.theme--dark .navbar__login{color:#fff}.navbar__login:hover{background-color:#efecff}.theme--dark .navbar__login:hover{color:#5138ee}.navbar__profile{padding:.5rem;gap:.5rem;position:relative;display:flex;cursor:pointer}.navbar__profile__avatar{padding:.5rem;border-width:.125rem;border-color:#d1d5db;color:#111318;border-radius:50%;position:relative}@media only screen and (min-width: 1408px){.navbar__profile__avatar{padding:.5rem}}.theme--dark .navbar__profile__avatar{background-color:#4b5563;border-width:0rem}.navbar__profile__avatar--user{color:#5138ee}.theme--dark .navbar__profile__avatar--user{border-color:#6b7280;color:#6b7280}.navbar__profile__avatar>svg{width:1.25rem;height:1.25rem}.theme--dark .navbar__profile__avatar>svg{color:#e5e7eb}.navbar__profile__arrow{font-size:1.5rem;transition:transform .3s}.navbar__profile__arrow--rotate{transform:rotate(180deg)}.navbar__recharge{background-color:#f3f4f6;padding:.5rem;gap:1rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.theme--dark .navbar__recharge{background-color:#111928}.navbar__recharge__active{gap:.5rem;display:flex;text-transform:normal}.navbar__recharge__active>i{background-color:#f9fafb;color:#2fac67;padding:.25rem;border-radius:50%;aspect-ratio:1}.theme--dark .navbar__recharge__active>i{background-color:#374151}@media only screen and (min-width: 1152px){.navbar__recharge__active>i{padding:.5rem}}.navbar__recharge__active>i>svg{width:.875rem;height:.875rem}@media only screen and (min-width: 1152px){.navbar__recharge__active>i>svg{width:1.25rem;height:1.25rem}}.navbar__recharge__active>div{display:flex;align-items:center;justify-content:center;flex-direction:column;text-transform:normal}.navbar__recharge__active>div>small{font-size:.625rem}@media only screen and (min-width: 1152px){.navbar__recharge__active>div>small{font-size:.75rem}}.navbar__recharge__active>div>span{color:#4b5563;font-size:.75rem}.theme--dark .navbar__recharge__active>div>span{color:#f3f4f6}@media only screen and (min-width: 1152px){.navbar__recharge__active>div>span{font-size:.9375rem}}.navbar__recharge__bet{gap:.5rem;display:flex;text-transform:normal}.navbar__recharge__bet>i{background-color:#f9fafb;color:#5138ee;padding:.25rem;border-radius:50%;aspect-ratio:1}.theme--dark .navbar__recharge__bet>i{background-color:#374151;color:#7d68f4}@media only screen and (min-width: 1152px){.navbar__recharge__bet>i{padding:.5rem}}.navbar__recharge__bet>i>svg{width:.875rem;height:.875rem}@media only screen and (min-width: 1152px){.navbar__recharge__bet>i>svg{width:1.25rem;height:1.25rem}}.navbar__recharge__bet>div{display:flex;align-items:center;justify-content:center;flex-direction:column;text-transform:normal}.navbar__recharge__bet>div>small{font-size:.625rem}@media only screen and (min-width: 1152px){.navbar__recharge__bet>div>small{font-size:.75rem}}.navbar__recharge__bet>div>span{color:#4b5563;font-size:.75rem}.theme--dark .navbar__recharge__bet>div>span{color:#f3f4f6}@media only screen and (min-width: 1152px){.navbar__recharge__bet>div>span{font-size:.9375rem}}.navbar__recharge__button{background-color:#5138ee;color:#fff;padding:.5rem .75rem;gap:.25rem;font-size:.75rem;border-radius:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}@media only screen and (min-width: 1152px){.navbar__recharge__button{padding:.5rem 1rem;gap:.5rem;font-size:1rem}}.navbar__recharge__button>i>svg{width:.875rem;height:.875rem}@media only screen and (min-width: 1152px){.navbar__recharge__button>i>svg{width:1.25rem;height:1.25rem}}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.modal-layout{bottom:0;display:flex;left:0;overflow:hidden;position:fixed;right:0;top:0}.modal-layout--top{flex-direction:column}.modal-layout--bottom{flex-direction:column-reverse}.modal-layout--left{flex-direction:row}.modal-layout--right{flex-direction:row-reverse}.modal-layout--center{align-items:center;flex-direction:column;justify-content:center}.modal-layout__overlay{background-color:#111928;opacity:.8;top:0;right:0;bottom:0;left:0;position:absolute}.modal-layout__overlay--full{background-color:#111928;opacity:.9}.theme--dark .modal-layout__overlay{background-color:#1f2a37}.modal-layout__content{display:flex;overflow:hidden;z-index:1}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.modal-success-rollover__main{background-color:#fff;color:#1f2a37;border-color:#e5e7eb;margin:1rem;border-width:.125rem;border-radius:2rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;height:auto}@media only screen and (min-width: 1025px){.modal-success-rollover__main{max-width:600px;border-radius:2rem;width:100%}}.theme--dark .modal-success-rollover__main{background-color:#111928;color:#fff}.modal-success-rollover__title{padding:2rem 1.5rem;gap:1rem;background-color:#1f2a37;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.modal-success-rollover__title>h1{font-size:2rem;line-height:2.25rem;font-weight:800}.modal-success-rollover__container{gap:1rem;padding:2rem;display:flex;flex-direction:column;width:100%;overflow-y:auto}.modal-success-rollover__container>p{font-size:1.125rem}.modal-success-rollover__container>h3{font-size:1.5rem;line-height:1.75rem}.modal-success-rollover__actions{gap:1rem;display:flex;justify-content:center;align-items:center}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.scroll-layout{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.scroll-layout__content{display:flex;flex-grow:1;overflow:hidden}.scroll-layout__content--x{flex-direction:row;overflow-x:auto}.scroll-layout__content--y{flex-direction:column;overflow-y:auto}.scroll-layout__content--xy{flex-direction:column;overflow:auto}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.base-layout{display:flex;flex-grow:1;overflow:hidden}.base-layout--row{flex-direction:row}.base-layout--col{flex-direction:column}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.accordion-layout{display:flex;flex-grow:1}.accordion-layout--top{flex-direction:column-reverse}.accordion-layout--bottom{flex-direction:column}.accordion-layout--left{flex-direction:row-reverse}.accordion-layout--right{flex-direction:row}.accordion-layout__content{display:flex}.accordion-layout__accordion{flex-grow:1}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.drawer-layout{display:flex;flex-grow:1;overflow:hidden}.drawer-layout--top{flex-direction:column}.drawer-layout--bottom{flex-direction:column-reverse}.drawer-layout--left{flex-direction:row}.drawer-layout--right{flex-direction:row-reverse}.drawer-layout__side{overflow:hidden}.drawer-layout__content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.banner__verification{background-color:#fef3cc;color:#1f2a37;padding:1rem;gap:1rem;display:flex;align-items:center;justify-content:center;width:100%}.banner__verification__main{display:flex;align-items:center;justify-content:center;width:100%}@media only screen and (min-width: 896px){.banner__verification__main{gap:1rem}}.banner__verification__link{color:#0e6a41;text-decoration:underline}.banner__verification__close{margin-left:auto;cursor:pointer}.banner__verification__close:hover{color:#6b7280}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.footer{border-top-width:.125rem;margin-top:auto;background-color:#f9fafb;border-color:#e5e7eb;display:flex;flex-direction:column;justify-content:space-between;width:100%}.theme--dark .footer{background-color:#1f2a37;color:#fff;border-top-width:0rem}.footer--background{background-color:#fff;border-color:#f3f4f6}.footer>section{padding:1.5rem 1rem;gap:1rem;display:flex;flex-direction:column;justify-content:space-between;width:100%}@media only screen and (min-width: 896px){.footer>section{max-width:93.75rem;gap:3rem;padding:2rem 4rem;margin-top:auto;margin-left:auto;margin-right:auto}}@media only screen and (min-width: 1408px){.footer>section{max-width:106.25rem}}.footer__content{gap:2rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}@media only screen and (min-width: 896px){.footer__content{gap:2rem;flex-direction:row}}.footer__logo{gap:1.5rem;display:flex;flex-direction:column}.footer__logo>i{width:100%;height:6.25rem}@media only screen and (min-width: 896px){.footer__logo>i{width:11.25rem;height:3.75rem}}@media only screen and (min-width: 1408px){.footer__logo>i{width:12.5rem;height:3.75rem}}.footer__logo>span{font-size:1.25rem;line-height:1.75rem;width:100%;text-align:center}@media only screen and (min-width: 896px){.footer__logo>span{text-align:start;width:50%}}@media only screen and (min-width: 1408px){.footer__logo>span{width:40%}}.footer__title{gap:1rem;display:flex;flex-direction:column;width:100%;position:relative}@media only screen and (min-width: 1025px){.footer__title{width:90%}}.footer__title__container{gap:1rem;display:flex;flex-direction:column}.footer__title>span{text-align:justify}.footer__title__contents{gap:2rem;display:grid;grid-template-columns:repeat(3,max-content);align-items:center;justify-content:space-around;flex-grow:1;width:100%}@media only screen and (min-width: 896px){.footer__title__contents{gap:2rem;padding-left:2rem;padding-right:2rem;margin-left:auto;margin-right:auto;grid-template-columns:repeat(3,max-content);align-items:flex-start;justify-content:space-around;min-width:min-content;width:100%}}.footer__title__contents>i{width:4rem;height:4rem;align-self:center}.footer__contact{gap:2rem;display:flex;flex-direction:column}@media only screen and (min-width: 896px){.footer__contact{flex-direction:row;width:100%}}.footer__contact>div{gap:1rem;display:flex;flex-direction:column}.footer__contact>div>h2{font-size:1.5rem;font-weight:800}@media only screen and (min-width: 1025px){.footer__contact>div>h2{font-size:1.125rem}}.footer__contact>div>span,.footer__contact>div>a{font-size:1.375rem}@media only screen and (min-width: 1025px){.footer__contact>div>span,.footer__contact>div>a{font-size:1rem}}.footer__contact>div>a{text-decoration:none}.footer__container{padding-top:2rem;gap:1rem;display:flex;flex-direction:column;width:100%}@media only screen and (min-width: 896px){.footer__container{padding-top:0rem;justify-content:space-between;flex-direction:row}}.footer__container__title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%}.footer__container__title>span{font-size:1rem;font-weight:500}@media only screen and (min-width: 896px){.footer__container__title>span{font-size:.875rem}}.footer__container>article{padding-top:2.5rem;gap:1rem;display:flex;flex-direction:column;width:100%}.footer__container>article>span{font-size:1rem;font-weight:500;width:100%}@media only screen and (min-width: 896px){.footer__container>article>span{font-size:.875rem}}.footer__container>div{gap:1.5rem;margin-left:0rem;display:flex}@media only screen and (min-width: 896px){.footer__container>div{gap:1.25rem;margin-left:auto}}.footer__container>div i{width:1.25rem;height:1.25rem;font-size:1.25rem;color:#5138ee}.theme--dark .footer__container>div i{color:#fff}.footer__options{gap:.5rem;display:flex;flex-direction:column;list-style:none}.footer__option{color:#4b5563;font-size:1.125rem;gap:.75rem;padding:.75rem;display:flex;align-items:center;text-decoration:none;font-weight:500;width:auto}.theme--dark .footer__option{color:#9ca3af}.footer__option:hover{color:#111928;font-weight:500}.theme--dark .footer__option:hover{color:#e5e7eb}.footer__option:hover>i{color:#111318}.theme--dark .footer__option:hover>i{color:#fff}.footer__option>i{width:1.375rem;height:1.375rem;color:#6b7280;stroke-width:2}.theme--dark .footer__option>i{color:#e5e7eb}.footer__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:1.5rem;border-width:.125rem}.theme--dark .footer__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.footer__option--active>i{color:#5138ee}.theme--dark .footer__option--active>i{color:#bdaffd}.footer__option--active:hover{color:#5138ee}.footer__option--active:hover>i{color:#5138ee}.footer__option--hidden{display:none}.footer__option__soport{padding:.75rem 1rem!important;box-shadow:0 0!important}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.mobile-navbar__main{background-color:#f3f4f6;padding:1.5rem 1rem;display:grid;grid-template-columns:.5fr 1fr;width:100%}.theme--dark .mobile-navbar__main{background-color:#1f2a37;color:#fff}.mobile-navbar__main--background{background-color:#fff}.mobile-navbar__logo{display:flex;width:100%}.mobile-navbar__logo>i>svg{width:8.75rem;height:2.5rem}.mobile-navbar__container{gap:1rem;display:flex;justify-content:flex-end;width:100%}.mobile-navbar__balance{gap:1rem;padding:.5rem .75rem;border-width:.125rem;background-color:#f9fafb;border-color:#6b7280;border-radius:2rem;display:flex;justify-content:flex-end;align-items:center}.theme--dark .mobile-navbar__balance{background-color:#374151;color:#fff}.mobile-navbar__balance__reload{color:#229360;cursor:pointer}.theme--dark .mobile-navbar__balance__reload{color:#fff}.mobile-navbar__balance__recharge{color:#3d28cc;cursor:pointer}.theme--dark .mobile-navbar__balance__recharge{color:#fff}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.mobile-sidebar__main{background-color:#fff;color:#1f2a37;border-color:#e5e7eb;display:flex;flex-direction:column;width:100%;position:relative;max-height:100vh;height:100%;overflow-y:auto}.theme--dark .mobile-sidebar__main{background-color:#374151;color:#fff}.mobile-sidebar__title{padding:1rem;display:flex;justify-content:space-between;width:100%;position:sticky}.theme--dark .mobile-sidebar__title{background-color:#1f2a37;color:#fff}.mobile-sidebar__title--background{background-color:#fff}.mobile-sidebar__logo{display:flex;width:100%}.mobile-sidebar__logo>i>svg{width:8.75rem;height:2.5rem}.mobile-sidebar__close{padding:.5rem;border-width:.125rem;border-color:#d1d5db;color:#111318;border-radius:50%;position:relative}@media only screen and (min-width: 1408px){.mobile-sidebar__close{padding:.5rem}}.theme--dark .mobile-sidebar__close{background-color:#4b5563;border-width:0rem}.mobile-sidebar__container{background-color:#374151;display:flex;flex-direction:column;width:100%;max-height:100vh;height:100vh;overflow-y:auto;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.mobile-sidebar__container::-webkit-scrollbar{display:none}.mobile-sidebar__options{background-color:#374151;color:#fff;gap:1rem;padding:1rem;display:flex;flex-direction:column;width:100%;list-style:none}.mobile-sidebar__option{color:#e5e7eb;gap:.5rem;padding:1rem .75rem;display:flex;align-items:center;text-decoration:none;font-weight:600;position:relative}.theme--dark .mobile-sidebar__option{color:#e5e7eb}.mobile-sidebar__option--hover:hover{background-color:#4b5563;border-radius:.75rem}.theme--dark .mobile-sidebar__option--hover:hover{background-color:#4b5563}.mobile-sidebar__option--active{opacity:1;background-color:#111928;color:#bdaffd;border-radius:.75rem}.theme--dark .mobile-sidebar__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.mobile-sidebar__option--active>i{color:#bdaffd}.theme--dark .mobile-sidebar__option--active>i{color:#bdaffd}.mobile-sidebar__option--active:hover{color:#5138ee}.mobile-sidebar__option--active:hover>i{color:#5138ee}.mobile-sidebar__option>i{color:#e5e7eb}.theme--dark .mobile-sidebar__option>i{color:#e5e7eb}.mobile-sidebar__option--hidden{display:none}.mobile-sidebar__option__language{gap:1rem;display:flex;flex-direction:column;width:100%}.mobile-sidebar__option__language>span{color:#fff;font-weight:500;text-transform:uppercase}.mobile-sidebar__option__language--active{opacity:1;background-color:#1f2a37;color:#fff;border-color:#374151;border-radius:.75rem;border-width:.125rem}.theme--dark .mobile-sidebar__option__language--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.mobile-sidebar__option__language--active>i{color:#5138ee}.theme--dark .mobile-sidebar__option__language--active>i{color:#bdaffd}.mobile-sidebar__option__language--active:hover{background-color:#374151}.theme--dark .mobile-sidebar__option__language--active:hover{background-color:#1f2a37}.mobile-sidebar__game{color:#fff;gap:1rem;padding:1rem;border-radius:2rem;font-size:1.125rem;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:600;transition:all .25s;text-decoration:none;background:linear-gradient(108.87deg,#5030db 13.16%,#2fac67 95.62%)}.mobile-sidebar__game>i svg{width:1.75rem;height:1.75rem}@media only screen and (min-width: 1408px){.mobile-sidebar__game{padding:1rem 1.25rem;font-size:1.125rem}.mobile-sidebar__game>i svg{width:1.25rem;height:1.25rem}}.theme--dark .mobile-sidebar__game{color:#fff}.mobile-sidebar__app{background:#2fac67!important}.mobile-sidebar__login,.mobile-sidebar__logout{color:#fff;gap:.5rem;padding:1rem 2rem;border-width:.125rem;width:100%}.mobile-sidebar__profile{position:relative;display:flex;justify-content:space-between;cursor:pointer}.mobile-sidebar__profile__arrow{color:#6b7280;transition:transform .3s}.mobile-sidebar__profile__arrow--rotate{transform:rotate(180deg)}.mobile-sidebar__profile__options{gap:1rem;padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column;width:100%;list-style:none;transition:transform .25s}.mobile-sidebar__profile__option{color:#e5e7eb;gap:.5rem;padding:1rem;display:flex;align-items:center;text-decoration:none;font-weight:600}.theme--dark .mobile-sidebar__profile__option{color:#e5e7eb}.mobile-sidebar__profile__option__toggle{background-color:#6b7280;margin-left:auto;outline:none}.mobile-sidebar__profile__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:.75rem;border-width:.125rem}.theme--dark .mobile-sidebar__profile__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.mobile-sidebar__profile__option--active>i{color:#5138ee}.theme--dark .mobile-sidebar__profile__option--active>i{color:#bdaffd}.mobile-sidebar__profile__option--active:hover{color:#5138ee}.mobile-sidebar__profile__option--active:hover>i{color:#5138ee}.mobile-sidebar__profile__language{gap:1rem;display:flex;flex-direction:column;width:100%}.mobile-sidebar__profile__language>span{color:#e5e7eb;font-weight:500;text-transform:uppercase}.mobile-sidebar__profile__language--active{opacity:1;background-color:#1f2a37;color:#fff;border-color:#374151;border-radius:.75rem;border-width:.125rem}.theme--dark .mobile-sidebar__profile__language--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.mobile-sidebar__profile__language--active>i{color:#5138ee}.theme--dark .mobile-sidebar__profile__language--active>i{color:#bdaffd}.mobile-sidebar__profile__language--active:hover{color:#5138ee}.mobile-sidebar__profile__language--active:hover>i{color:#5138ee}.mobile-sidebar__divider{--tl-border-opacity: .5;border-color:#6b7280;border-width:.03125rem;margin-left:auto;margin-right:auto;margin-top:.25rem;margin-bottom:.25rem;display:flex;border-style:solid;width:100%}.theme--dark .mobile-sidebar__divider{border-color:#fff}.mobile-sidebar__recharge{background-color:#f3f4f6;padding:1rem;gap:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.theme--dark .mobile-sidebar__recharge{background-color:#111928}.mobile-sidebar__recharge>section{gap:2rem;display:flex;align-items:center;justify-content:center;width:100%}.mobile-sidebar__recharge__active{gap:.75rem;display:flex;text-transform:normal}.mobile-sidebar__recharge__active>i{background-color:#f9fafb;color:#2fac67;padding:.5rem;border-radius:50%;aspect-ratio:1}.theme--dark .mobile-sidebar__recharge__active>i{background-color:#374151}.mobile-sidebar__recharge__active>i>svg{width:1.25rem;height:1.25rem}.mobile-sidebar__recharge__active>div{display:flex;align-items:center;justify-content:center;flex-direction:column;text-transform:normal}.mobile-sidebar__recharge__active>div>small{font-size:.75rem}.mobile-sidebar__recharge__active>div>span{color:#4b5563;font-size:.9375rem}.theme--dark .mobile-sidebar__recharge__active>div>span{color:#f3f4f6}.mobile-sidebar__recharge__bet{gap:.75rem;display:flex;text-transform:normal}.mobile-sidebar__recharge__bet>i{background-color:#f9fafb;color:#5138ee;padding:.5rem;border-radius:50%;aspect-ratio:1}.theme--dark .mobile-sidebar__recharge__bet>i{background-color:#374151;color:#7d68f4}.mobile-sidebar__recharge__bet>i>svg{width:1.25rem;height:1.25rem}.mobile-sidebar__recharge__bet>div{display:flex;align-items:center;justify-content:center;flex-direction:column;text-transform:normal}.mobile-sidebar__recharge__bet>div>small{font-size:.75rem}.mobile-sidebar__recharge__bet>div>span{color:#4b5563;font-size:.9375rem}.theme--dark .mobile-sidebar__recharge__bet>div>span{color:#f3f4f6}.mobile-sidebar__recharge__button{background-color:#5138ee;color:#fff;padding:.5rem 1rem;gap:.5rem;border-radius:2rem;display:flex;align-items:center;justify-content:center;width:100%;cursor:pointer}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.dashboard__main{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;height:100dvh;-webkit-overflow-scrolling:touch}.theme--dark .dashboard__main{background-color:#111928;color:#fff}.dashboard__sidebar{display:none}@media only screen and (min-width: 1025px){.dashboard__sidebar{display:flex}}@media only screen and (min-width: 1025px){.dashboard__mobile-navbar,.dashboard__mobile-bottombar{display:none}}.theme--dark .dashboard__content{background-color:#111928;color:#fff}@media only screen and (min-width: 1025px){.dashboard__content{position:relative;width:100%;background:linear-gradient(to bottom,#130a72,#130a72 18%,#f9fafb 18%,#f9fafb);background-repeat:no-repeat;background-position:top right}.theme--dark .dashboard__content{background-color:#111928;color:#fff;background:linear-gradient(to bottom,#130a72,#130a72 18%,#111928 18%,#111928);background-repeat:no-repeat;background-position:top right}}.dashboard__container{gap:1.25rem;padding-top:0rem;scrollbar-width:none}.dashboard__container::-webkit-scrollbar{display:none}@media only screen and (min-width: 1025px){.dashboard__container{padding-bottom:0rem;padding-top:3.25rem}}.floating-top-right{bottom:160px!important;background-color:#075e54!important}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.loading__main{background-color:#fff;color:#4b5563;border-color:#f3f4f6;margin:1rem;padding:1rem;gap:1.25rem;border-width:.125rem;max-width:25rem;min-width:25rem;height:25rem;border-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.theme--dark .loading__main{background-color:#111928;color:#fff}@media only screen and (min-width: 896px){.loading__main{max-width:39.375rem;min-width:39.375rem;max-height:47.5rem;padding:2.5rem 2rem;overflow:hidden}}.loading__title{font-size:1.75rem;line-height:2rem;font-weight:700;text-align:center}@media only screen and (min-width: 896px){.loading__title{font-size:2.25rem;line-height:3rem}}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.date-field__content{border-radius:1rem;border-width:.125rem;border-style:solid;display:flex;flex-direction:row;position:relative;width:100%;height:3rem}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.tooltip-password{background-color:#374151;padding:.75rem .5rem;border-radius:1.25rem;display:flex;flex-direction:column;align-items:flex-start;background-color:#374151!important;padding:.75rem .5rem!important;width:100%}.tooltip-password .tippy-arrow:before{content:"";color:#374151}.tooltip-password__content{gap:.75rem;display:flex;flex-direction:column;width:100%}.tooltip-password__content>div{gap:.5rem;display:flex;flex-direction:column;width:100%}.tooltip-password__message{color:#8ce038;gap:.5rem;display:flex;width:100%;font-weight:700}.tooltip-password__message--danger{color:#ef7c7c}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.loader{background-color:#fff;padding:.25rem;width:100vw;height:100vh;align-items:center;display:flex;flex-direction:column;justify-content:center;background-color:transparent}.loader--overlay{background-color:#fff}.loader--img{width:15vmin;height:15vmin;background-image:url(/assets/loader-casinuu-D5Rq16eD.webp);background-position:center;background-repeat:no-repeat;background-size:contain;animation:bit 1s infinite}@keyframes bit{0%,to{transform:scale(1)}20%,60%{transform:scale(1.05)}40%{transform:scale(1.1)}}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.date-field{align-items:flex-start;border-style:none;display:flex;flex-direction:column;position:relative}.date-field--fit{max-width:fit-content}.date-field__label{line-height:2.5rem;cursor:pointer;font-weight:500}.date-field__label--disabled{opacity:.6}.date-field__content{border-radius:1rem;border-width:.125rem;border-style:solid;display:flex;flex-direction:row;position:relative;width:100%;height:3.25rem}@media only screen and (min-width: 1408px){.date-field__content{height:3.5rem}}.date-field__content--disabled{opacity:.6}.date-field__content .ant-picker-input input::placeholder{font-size:1rem;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif}.theme--dark .date-field__content .ant-picker-input input::placeholder{color:#d1d5db}.date-field__hint{font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}.date-field__reserved{height:1.25rem;margin-top:.125rem}.date-field:disabled .date-field__label{cursor:auto}.date-field .date-field__label{color:#1b1b1b}.theme--dark .date-field .date-field__label{color:#9ca3af}.date-field:focus-within .date-field__label{color:#1b1b1b}.theme--dark .date-field:focus-within .date-field__label{color:#e6e6e6}.date-field--danger .date-field__label,.theme--dark .date-field--danger .date-field__label{color:#ff443a}.date-field--danger:focus-within .date-field__label{color:#ff443a}.theme--dark .date-field--danger:focus-within .date-field__label{color:#ff443a}.date-field .date-field__content{background-color:#f9fafb;border-color:#e5e7eb}.theme--dark .date-field .date-field__content{background-color:#4b5563;border-color:#1b1b1b}.date-field:focus-within .date-field__content{border-color:#5138ee;box-shadow:0 0 5px #5138ee}.theme--dark .date-field:focus-within .date-field__content{border-color:#1d118a}.date-field--danger .date-field__content{border-color:#ff443a;box-shadow:0 0 5px #ff443a}.theme--dark .date-field--danger .date-field__content{border-color:#ff443a}.date-field--danger:focus-within .date-field__content{border-color:#5138ee;box-shadow:0 0 10px #ff443a}.theme--dark .date-field--danger:focus-within .date-field__content{border-color:#1d118a}.date-field--primary .date-field__content--keep,.theme--dark .date-field--primary .date-field__content--keep{border-color:#2fac67}.date-field--primary:focus-within .date-field__content{border-color:#2fac67}.theme--dark .date-field--primary:focus-within .date-field__content{border-color:#2fac67}.date-field--success .date-field__content--keep,.theme--dark .date-field--success .date-field__content--keep{border-color:#8ce038}.date-field--success:focus-within .date-field__content{border-color:#8ce038}.theme--dark .date-field--success:focus-within .date-field__content{border-color:#8ce038}.date-field--warning .date-field__content--keep,.theme--dark .date-field--warning .date-field__content--keep{border-color:#efcf27}.date-field--warning:focus-within .date-field__content{border-color:#efcf27}.theme--dark .date-field--warning:focus-within .date-field__content{border-color:#efcf27}.date-field--danger .date-field__content--keep,.theme--dark .date-field--danger .date-field__content--keep{border-color:#ff443a}.date-field--danger:focus-within .date-field__content{border-color:#ff443a}.theme--dark .date-field--danger:focus-within .date-field__content{border-color:#ff443a}.date-field .date-field__hint{color:#1b1b1b}.theme--dark .date-field .date-field__hint{color:#9ca3af}.date-field:focus-within .date-field__hint{color:#111318}.theme--dark .date-field:focus-within .date-field__hint{color:#e6e6e6}.date-field--danger .date-field__hint,.theme--dark .date-field--danger .date-field__hint{color:#ff443a}.date-field--primary:focus-within .date-field__hint{color:#2fac67}.theme--dark .date-field--primary:focus-within .date-field__hint{color:#2fac67}.date-field--success:focus-within .date-field__hint{color:#8ce038}.theme--dark .date-field--success:focus-within .date-field__hint{color:#8ce038}.date-field--warning:focus-within .date-field__hint{color:#efcf27}.theme--dark .date-field--warning:focus-within .date-field__hint{color:#efcf27}.date-field--danger:focus-within .date-field__hint{color:#ff443a}.theme--dark .date-field--danger:focus-within .date-field__hint{color:#ff443a}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.divider{--tl-border-opacity: .5;border-color:#e5e7eb;border-width:.03125rem;margin-left:auto;margin-right:auto;display:flex;border-style:solid;width:100%}.theme--dark .divider{border-color:#fff}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.pagination{padding-left:1rem;padding-right:1rem;margin-left:auto;margin-top:auto}.pagination__main{gap:.25rem;padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (min-width: 896px){.pagination__main{gap:1rem}}.pagination__option{padding:.75rem 1rem;font-weight:600;cursor:pointer}.pagination__option:hover{background-color:#e5e7eb;color:#1f2a37;border-color:#d1d5db;border-radius:.5rem;border-width:.125rem;font-weight:800}.pagination__option--active{background-color:#efecff;color:#5138ee;border-color:#efecff;border-radius:.5rem;border-width:.125rem}.theme--dark .pagination__option--active{background-color:#9a87f9;color:#1d118a;border-color:#bdaffd}.pagination__right,.pagination__left{background-color:#fff;color:#1f2a37;border-color:#f3f4f6;border-radius:.5rem;border-width:.125rem;padding:.375rem .25rem;cursor:pointer}.theme--dark .pagination__right,.theme--dark .pagination__left{background-color:#374151;color:#fff;border-color:#1f2a37}.pagination__right--hidden,.pagination__left--hidden{opacity:.6;cursor:auto}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.skeleton-loader{background:linear-gradient(to right,#6b7280,#e5e7eb,#6b7280,#e5e7eb,#6b7280);background-size:500rem 100%;background-repeat:repeat-x;animation:animate-background 2s linear infinite;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.theme--dark .skeleton-loader{background:linear-gradient(to right,#1f2a37,#9ca3af,#1f2a37,#9ca3af,#1f2a37);background-size:500rem 100%;background-repeat:repeat-x;animation:animate-background 2s linear infinite}.skeleton-loader--box{border-radius:1rem;height:2.875rem}.skeleton-loader--square{border-radius:1rem;aspect-ratio:1}.skeleton-loader--circle{aspect-ratio:1;border-radius:100%}.skeleton-loader--text{border-radius:.5rem;height:1rem}@keyframes animate-background{0%{background-position:0rem 0%}to{background-position:250rem 0%}}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.file-field{display:flex;flex-direction:column;position:relative;width:100%}.file-field__label{font-weight:600;margin-bottom:8px;cursor:pointer}.file-field__content{border-width:.125rem;padding:1.5rem;border-radius:.75rem;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border:dashed;transition:all .3s ease-in-out;cursor:pointer;width:100%;height:12rem}.file-field__content:hover,.file-field__content__dragover{opacity:.8}.file-field__content__info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;width:100%;padding:10px}.file-field__content__actions{display:flex;align-items:center;gap:12px}.file-field__content__actions a{text-decoration:none;color:#007bff;font-size:14px;font-weight:500;transition:color .3s ease-in-out;z-index:1}.file-field__content__actions a:hover{color:#0056b3}.file-field__content__remove{background:transparent;border:none;color:#d9534f;font-size:16px;cursor:pointer;transition:color .3s ease-in-out;z-index:1}.file-field__content__remove:hover{color:#b52b27}.file-field__content__remove svg{width:16px;height:16px}.file-field__content__icon{color:#5138ee;background-color:#ded7fe;padding:1rem;border-radius:50%}.file-field__content__icon--success>i{color:#8ce038}.file-field__content__icon--danger{color:#ff443a;background-color:#f1bcbc}.file-field__content__icon--danger>i{color:#ff443a}.file-field__content__icon__image{gap:1.25rem;display:flex;justify-content:center;align-items:center}.file-field__content__icon__image>img{width:4rem;height:4rem;border-radius:50%;aspect-ratio:1;object-fit:fill}.file-field__content__icon__image>button{padding:.5rem .75rem;gap:.25rem;font-size:.875rem;font-weight:600;z-index:1}.file-field__content__icon__image>button>i{width:1.125rem;height:1.125rem}.file-field__content__placeholder{gap:1.25rem;display:flex;align-items:center}.file-field__content__placeholder>span{color:#5138ee;font-weight:800}.file-field__content__placeholder--success>i{color:#8ce038}.file-field__content__placeholder--danger>span{color:#ff443a}.file-field__content__placeholder--danger>i{color:#ff443a}.file-field__content input{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.file-field__preview{display:flex;flex-direction:column;align-items:center;margin-top:10px;text-align:center}.file-field__preview img{max-width:100%;height:auto;border-radius:6px}.file-field__preview__name{margin-top:5px;font-size:12px;color:#555}.file-field__hint{font-size:12px;color:#5138ee;margin-top:5px}.file-field .file-field__content__placeholder{color:#1f2a37}.theme--dark .file-field .file-field__content__placeholder{color:#d1d5db}.file-field:focus-within .file-field__content__placeholder{color:#1f2a37}.theme--dark .file-field:focus-within .file-field__content__placeholder{color:#6b7280}.file-field--danger .file-field__content__placeholder,.theme--dark .file-field--danger .file-field__content__placeholder{color:#ff443a}.file-field--danger:focus-within .file-field__content__placeholder{color:#ff443a}.theme--dark .file-field--danger:focus-within .file-field__content__placeholder{color:#ff443a}.file-field .file-field__content,.theme--dark .file-field .file-field__content{background-color:#efecff;border-color:#5138ee}.file-field:focus-within .file-field__content{border-color:#5138ee}.theme--dark .file-field:focus-within .file-field__content{border-color:#5138ee}.file-field--danger .file-field__content,.theme--dark .file-field--danger .file-field__content{border-color:#ff443a;background-color:#ffe6d7}.file-field--primary .file-field__content--keep,.theme--dark .file-field--primary .file-field__content--keep{border-color:#2fac67}.file-field--primary:focus-within .file-field__content{border-color:#2fac67}.theme--dark .file-field--primary:focus-within .file-field__content{border-color:#2fac67}.file-field--success .file-field__content--keep,.theme--dark .file-field--success .file-field__content--keep{border-color:#8ce038}.file-field--success:focus-within .file-field__content{border-color:#8ce038}.theme--dark .file-field--success:focus-within .file-field__content{border-color:#8ce038}.file-field--warning .file-field__content--keep,.theme--dark .file-field--warning .file-field__content--keep{border-color:#efcf27}.file-field--warning:focus-within .file-field__content{border-color:#efcf27}.theme--dark .file-field--warning:focus-within .file-field__content{border-color:#efcf27}.file-field--danger .file-field__content--keep,.theme--dark .file-field--danger .file-field__content--keep{border-color:#ff443a}.file-field--danger:focus-within .file-field__content{border-color:#ff443a}.theme--dark .file-field--danger:focus-within .file-field__content{border-color:#ff443a}.file-field .file-field__hint{color:#5138ee}.theme--dark .file-field .file-field__hint{color:#3d28cc}.file-field:focus-within .file-field__hint{color:#1f2a37}.theme--dark .file-field:focus-within .file-field__hint{color:#6b7280}.file-field--danger .file-field__hint,.theme--dark .file-field--danger .file-field__hint{color:#ff443a}.file-field--primary:focus-within .file-field__hint{color:#2fac67}.theme--dark .file-field--primary:focus-within .file-field__hint{color:#2fac67}.file-field--success:focus-within .file-field__hint{color:#8ce038}.theme--dark .file-field--success:focus-within .file-field__hint{color:#8ce038}.file-field--warning:focus-within .file-field__hint{color:#efcf27}.theme--dark .file-field--warning:focus-within .file-field__hint{color:#efcf27}.file-field--danger:focus-within .file-field__hint{color:#ff443a}.theme--dark .file-field--danger:focus-within .file-field__hint{color:#ff443a}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.slider-field{gap:1rem;margin-top:1rem;margin-bottom:1rem;display:flex;align-items:flex-start;flex-direction:column;position:relative}.slider-field__label{font-size:1.125rem;line-height:1.375rem}.slider-field__label:first-letter{text-transform:uppercase}.slider-field__track{display:flex;height:1.5rem;width:100%}.slider-field__track:focus{outline:none}.slider-field__track>div{border-radius:1rem;height:1.25rem;width:100%;align-self:center}.slider-field__thumb{background-color:#fff;border-radius:.5rem;gap:.25rem;display:flex;justify-content:center;align-items:center;height:2.75rem;width:2.75rem;box-shadow:0 2px 6px #aaa}.slider-field__thumb:focus{outline:none}.slider-field__thumb>div{background-color:#d1d5db;height:1.5rem;width:.25rem}.slider-field__thumb:hover{border-color:#aaa!important}.slider-field__hint{color:#111928;font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}.slider-field__hint:focus-within .slider-field__hint{color:#111928}.theme--dark .slider-field__hint:focus-within .slider-field__hint{color:#e5e7eb}.slider-field__error{color:#de5025;font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.table-container{overflow-x:auto;border-radius:.5rem;border:1px solid #ddd}.theme--dark .table-container{border:1px solid #6b7280}.table__responsive-table{width:100%;border-collapse:collapse;border:1px solid #ddd;border-radius:.5rem;overflow:hidden}.theme--dark .table__responsive-table{border:1px solid #6b7280}.table__responsive-table>thead{background-color:#f4f4f4}.theme--dark .table__responsive-table>thead{background-color:#1f2a37;color:#fff}.table__responsive-table th,.table__responsive-table td{border-color:#f9fafb;border-width:.125rem;padding:1rem;text-align:left;border:1px solid #ddd}.theme--dark .table__responsive-table th,.theme--dark .table__responsive-table td{border:1px solid #6b7280}.table__responsive-table th{background-color:#f8f8f8;font-weight:700}.theme--dark .table__responsive-table th{background-color:#1f2a37;color:#fff}.table__responsive-table th:first-child{border-top-left-radius:.5rem}.table__responsive-table th:last-child{border-top-right-radius:.5rem}.table__responsive-table tr:last-child td:first-child{border-bottom-left-radius:.5rem}.table__responsive-table tr:last-child td:last-child{border-bottom-right-radius:.5rem}@media (max-width: 600px){.table__responsive-table{display:block;width:100%;border:transparent}.table__responsive-table thead{display:none}.table__responsive-table tbody,.table__responsive-table tr,.table__responsive-table td{display:block;width:100%}.table__responsive-table tr{border:none;padding:10px;border-bottom:1px solid #ddd;margin-bottom:0}.table__responsive-table td{text-align:right;padding-left:50%;position:relative;border:none}.table__responsive-table td:before{content:attr(data-label);position:absolute;left:0;width:50%;padding-left:15px;font-weight:700;text-align:left}.table__responsive-table tr:last-child:not(:only-child){border-bottom:none}}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.button-drop{background-color:#374151;color:#fff;border-radius:1rem;display:flex;flex-direction:column;box-shadow:11px 24px 11px #00000005,6px 14px 9px #0000000d,3px 6px 7px #00000017,1px 2px 4px #0000001c,0 0 #0000001c;position:absolute;transform:translateY(1%);max-width:100%;width:100%;z-index:1}.button-drop__options{padding:1rem .75rem;display:flex;flex-direction:column;list-style:none;width:100%}.button-drop__option{gap:.5rem;padding-top:.75rem;padding-bottom:.75rem;border-radius:.75rem;font-size:1.125rem;display:flex;align-items:center;text-decoration:none;text-transform:none;font-weight:600;width:100%;cursor:pointer}.button-drop__option>i>svg{width:1.25rem}.button-drop__option--hover:hover{background-color:#4b5563}.button-drop__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:.75rem;border-width:.125rem}.theme--dark .button-drop__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.button-drop__option--active>i{color:#5138ee}.theme--dark .button-drop__option--active>i{color:#bdaffd}.button-drop__option--active:hover{color:#5138ee}.button-drop__option--active:hover>i{color:#5138ee}.button-drop__option>div{gap:.75rem;display:flex;flex-direction:column;width:100%}.button-drop__option__language{gap:1rem;display:flex;flex-direction:column;width:100%}.button-drop__option__language>span{color:#6b7280;font-weight:500;text-transform:uppercase}.button-drop__option__language--active{opacity:1;background-color:#1f2a37;color:#fff;border-color:#374151;border-radius:.75rem;border-width:.125rem}.theme--dark .button-drop__option__language--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.button-drop__option__language--active>i{color:#5138ee}.theme--dark .button-drop__option__language--active>i{color:#bdaffd}.button-drop__option__language--active:hover{color:#5138ee}.button-drop__option__language--active:hover>i{color:#5138ee}.button-drop__option__toggle{background-color:#6b7280;margin-left:auto;outline:none}.button-drop__login{color:#fff;gap:.5rem;padding:1rem 2rem;border-width:.125rem;width:100%}.button-drop__divider{--tl-border-opacity: .5;border-color:#6b7280;border-width:.03125rem;margin-left:auto;margin-right:auto;margin-top:.25rem;margin-bottom:.25rem;display:flex;border-style:solid;width:100%}.theme--dark .button-drop__divider{border-color:#fff}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.share-button{gap:1rem;display:flex;align-items:center;justify-content:center;width:100%}.share-button__icon{padding:1rem;border-width:.125rem;border-color:#e5e7eb;border-radius:50%;color:#1877f2;cursor:pointer}@media only screen and (min-width: 1025px){.share-button__icon{padding:1.25rem}}.theme--dark .share-button__icon{color:#fff}.share-button__icon>svg{width:1.75rem;height:1.75rem}@media only screen and (min-width: 1025px){.share-button__icon>svg{width:2.25rem;height:2.25rem}}.share-button__text{display:none;opacity:0}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.button-wallet{background-color:#374151;color:#fff;border-radius:1rem;display:flex;flex-direction:column;box-shadow:11px 24px 11px #00000005,6px 14px 9px #0000000d,3px 6px 7px #00000017,1px 2px 4px #0000001c,0 0 #0000001c;position:absolute;transform:translateY(1%);max-width:100%;width:100%;z-index:1}.button-wallet__options{padding:1rem .75rem;gap:1rem;display:flex;flex-direction:column;list-style:none;width:100%}.button-wallet__option{font-size:1.125rem;display:flex;align-items:center;text-decoration:none;text-transform:none;font-weight:600;max-width:100%;width:auto;cursor:pointer}.button-wallet__option>i>svg{width:1.25rem}.button-wallet__option__select,.button-wallet__option__select--grid{gap:1rem;display:flex;flex-direction:column;width:100%}@media only screen and (min-width: 1025px){.button-wallet__option__select--grid{gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}}.button-wallet__option__select--metamask{display:flex;flex-direction:column;width:100%}@media only screen and (min-width: 1025px){.button-wallet__option__select--metamask{gap:1rem;display:grid;grid-template-columns:repeat(3,1fr)}}.button-wallet__option__select--button{padding-bottom:.25rem;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.button-wallet__option__select--button>button>i{width:1.5rem;height:1.5rem}.button-wallet__option--active{opacity:1;background-color:#f3f4f6;color:#5138ee;border-color:#e5e7eb;border-radius:.75rem;border-width:.125rem}.theme--dark .button-wallet__option--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.button-wallet__option--active>i{color:#5138ee}.theme--dark .button-wallet__option--active>i{color:#bdaffd}.button-wallet__option--active:hover{color:#5138ee}.button-wallet__option--active:hover>i{color:#5138ee}.button-wallet__option>div{gap:.75rem;display:flex;flex-direction:column;width:100%}.button-wallet__option__language{gap:1rem;display:flex;flex-direction:column;width:100%}.button-wallet__option__language>span{color:#6b7280;font-weight:500;text-transform:uppercase}.button-wallet__option__language--active{opacity:1;background-color:#1f2a37;color:#fff;border-color:#374151;border-radius:.75rem;border-width:.125rem}.theme--dark .button-wallet__option__language--active{background-color:#111928;color:#bdaffd;border-width:0rem;padding:.75rem}.button-wallet__option__language--active>i{color:#5138ee}.theme--dark .button-wallet__option__language--active>i{color:#bdaffd}.button-wallet__option__language--active:hover{color:#5138ee}.button-wallet__option__language--active:hover>i{color:#5138ee}.button-wallet__option__toggle{background-color:#6b7280;margin-left:auto;outline:none}.button-wallet__login{color:#fff;gap:.5rem;padding:1rem 2rem;border-width:.125rem;width:100%}.button-wallet__divider{--tl-border-opacity: .5;border-color:#6b7280;border-width:.03125rem;margin-left:auto;margin-right:auto;margin-top:.25rem;margin-bottom:.25rem;display:flex;border-style:solid;width:100%}.theme--dark .button-wallet__divider{border-color:#fff}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.select-field{border-style:none;position:relative;width:100%}.select-field__dropdown-container{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;margin-top:4px;overflow:hidden}.select-field__search{display:flex;align-items:center;padding:8px 12px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.select-field__search-icon{width:16px;height:16px;margin-right:8px;color:#6c757d;flex-shrink:0}.select-field__search-input{flex:1;border:none;background:transparent;outline:none;padding:4px 0;font-size:14px;color:#212529}.select-field__search-input::placeholder{color:#adb5bd}.select-field__label{line-height:2.5rem;cursor:pointer;font-weight:500}.select-field__content{border-radius:1rem;border-width:.125rem;padding-left:.25rem;padding-right:.25rem;border-style:solid;position:relative;display:flex;align-items:center;width:100%;height:3.25rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1408px){.select-field__content{height:3.5rem}}.select-field__content--disabled{opacity:.6}.select-field__select-box{color:#1b1b1b;padding:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;justify-content:space-between;transition:border-color .3s ease;width:100%;height:100%}.theme--dark .select-field__select-box{color:#e5e7eb}.select-field__select-box:hover{border-color:#888}.select-field__select-box img{border-color:#e5e7eb;border-width:.125rem;border-radius:1rem;margin-right:8px;width:2rem;height:2rem}.select-field__select-box span{color:#1f2a37;flex-grow:1}.theme--dark .select-field__select-box span{color:#fff}.select-field__dropdown-icon{transition:transform .3s ease}.select-field__dropdown-icon--open{transform:rotate(180deg)}.select-field__options-list{background-color:#fff;color:#1f2a37;border-color:#f3f4f6;border-width:.125rem;border-radius:.5rem;margin:5px 0 0;padding:0;list-style:none;width:100%;max-height:240px;overflow-y:auto;z-index:10}.theme--dark .select-field__options-list{background-color:#374151;color:#fff;border-color:#1f2a37;box-shadow:none}.select-field__options-list li{padding:1rem;display:flex;align-items:center;cursor:pointer;transition:background-color .3s ease}.select-field__options-list li:hover{background-color:#e6e6e6}.theme--dark .select-field__options-list li:hover{background-color:#4b5563}.select-field__options-list li.highlighted{background-color:#efecff;color:#1f2a37}.theme--dark .select-field__options-list li.highlighted{background-color:#9a87f9;color:#fff}.select-field__options-list li.highlighted:hover{background-color:#ded7fe;color:#1f2a37}.theme--dark .select-field__options-list li.highlighted:hover{background-color:#7d68f4;color:#fff}.select-field__options-list li.disabled-option{background-color:#f0f0f0;color:#aaa;pointer-events:none}.select-field__options-list li img{border-color:#e5e7eb;border-width:.125rem;border-radius:1rem;margin-right:8px;width:2rem;height:2rem}.select-field__options-list li.no-results{text-align:center;padding:15px;color:#888;cursor:default}.select-field__option-details{display:flex;flex-direction:column}.select-field__option-details span{color:#1f2a37}.theme--dark .select-field__option-details span{color:#fff}.select-field__option-details small{color:#374151}.theme--dark .select-field__option-details small{color:#d1d5db}.select-field[aria-expanded=true] .select-box{border-bottom-left-radius:0;border-bottom-right-radius:0}.select-field[aria-expanded=true] .options-list{border-top-left-radius:0;border-top-right-radius:0}.select-field__hint{font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}.select-field__hint--hidden{display:none}.select-field__reserved{height:1rem;margin-top:.125rem;display:flex}.select-field .select-field__label{color:#1b1b1b}.theme--dark .select-field .select-field__label{color:#9ca3af}.select-field:focus-within .select-field__label{color:#1b1b1b}.theme--dark .select-field:focus-within .select-field__label{color:#e6e6e6}.select-field--danger .select-field__label,.theme--dark .select-field--danger .select-field__label{color:#ff443a}.select-field--danger:focus-within .select-field__label{color:#ff443a}.theme--dark .select-field--danger:focus-within .select-field__label{color:#ff443a}.select-field .select-field__content{background-color:#f9fafb;border-color:#e5e7eb;outline:none}.theme--dark .select-field .select-field__content{background-color:#4b5563;border-color:#1b1b1b}.select-field .select-field__content-bi,.select-field .select-field__content-ai{color:#9ca3af}.theme--dark .select-field .select-field__content-bi,.theme--dark .select-field .select-field__content-ai{color:#e5e7eb}.select-field .select-field__content-select:hover,.select-field .select-field__content-ai--interactive:hover{cursor:pointer;color:#6b7280}.select-field .select-field__content-select:hover svg,.select-field .select-field__content-ai--interactive:hover svg{background-color:#dbd4d1;color:#9ca3af;border-radius:.25rem;padding:.125rem;box-shadow:0 0 .25rem #dbd4d1;max-height:fit-content}.theme--dark .select-field .select-field__content-select:hover svg,.theme--dark .select-field .select-field__content-ai--interactive:hover svg{background-color:#08090c;box-shadow:0 0 .25rem #08090c}.select-field:focus-within .select-field__content{border-color:#5138ee;box-shadow:0 0 10px #5138ee}.theme--dark .select-field:focus-within .select-field__content{border-color:#1d118a}.select-field:focus-within .select-field__content-bi,.select-field:focus-within .select-field__content-ai{color:#9ca3af}.theme--dark .select-field:focus-within .select-field__content-bi,.theme--dark .select-field:focus-within .select-field__content-ai{color:#e5e7eb}.select-field--danger .select-field__content{border-color:#ff443a;box-shadow:0 0 5px #ff443a}.theme--dark .select-field--danger .select-field__content{border-color:#ff443a}.select-field--primary .select-field__content--keep,.theme--dark .select-field--primary .select-field__content--keep{border-color:#2fac67}.select-field--primary:focus-within .select-field__content{border-color:#2fac67}.theme--dark .select-field--primary:focus-within .select-field__content{border-color:#2fac67}.select-field--primary:focus-within .select-field__content-bi,.select-field--primary:focus-within .select-field__content-ai{color:#5dcd84}.theme--dark .select-field--primary:focus-within .select-field__content-bi,.theme--dark .select-field--primary:focus-within .select-field__content-ai{color:#5dcd84}.select-field--success .select-field__content--keep,.theme--dark .select-field--success .select-field__content--keep{border-color:#8ce038}.select-field--success:focus-within .select-field__content{border-color:#8ce038}.theme--dark .select-field--success:focus-within .select-field__content{border-color:#8ce038}.select-field--success:focus-within .select-field__content-bi,.select-field--success:focus-within .select-field__content-ai{color:#f2fdd7}.theme--dark .select-field--success:focus-within .select-field__content-bi,.theme--dark .select-field--success:focus-within .select-field__content-ai{color:#f2fdd7}.select-field--warning .select-field__content--keep,.theme--dark .select-field--warning .select-field__content--keep{border-color:#efcf27}.select-field--warning:focus-within .select-field__content{border-color:#efcf27}.theme--dark .select-field--warning:focus-within .select-field__content{border-color:#efcf27}.select-field--warning:focus-within .select-field__content-bi,.select-field--warning:focus-within .select-field__content-ai{color:#fff9d8}.theme--dark .select-field--warning:focus-within .select-field__content-bi,.theme--dark .select-field--warning:focus-within .select-field__content-ai{color:#fff9d8}.select-field--danger .select-field__content--keep,.theme--dark .select-field--danger .select-field__content--keep{border-color:#ff443a}.select-field--danger:focus-within .select-field__content{border-color:#ff443a}.theme--dark .select-field--danger:focus-within .select-field__content{border-color:#ff443a}.select-field--danger:focus-within .select-field__content-bi,.select-field--danger:focus-within .select-field__content-ai{color:#de5025}.theme--dark .select-field--danger:focus-within .select-field__content-bi,.theme--dark .select-field--danger:focus-within .select-field__content-ai{color:#de5025}.select-field .select-field__hint{color:#1b1b1b}.theme--dark .select-field .select-field__hint{color:#9ca3af}.select-field:focus-within .select-field__hint{color:#111318}.theme--dark .select-field:focus-within .select-field__hint{color:#e6e6e6}.select-field--danger .select-field__hint,.theme--dark .select-field--danger .select-field__hint{color:#ff443a}.select-field--primary:focus-within .select-field__hint{color:#5dcd84}.theme--dark .select-field--primary:focus-within .select-field__hint{color:#5dcd84}.select-field--success:focus-within .select-field__hint{color:#f2fdd7}.theme--dark .select-field--success:focus-within .select-field__hint{color:#f2fdd7}.select-field--warning:focus-within .select-field__hint{color:#fff9d8}.theme--dark .select-field--warning:focus-within .select-field__hint{color:#fff9d8}.select-field--danger:focus-within .select-field__hint{color:#de5025}.theme--dark .select-field--danger:focus-within .select-field__hint{color:#de5025}.custom-select{position:relative;width:100%;max-width:300px;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-select .select-box{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border:1px solid #ccc;border-radius:4px;background-color:#fff;transition:border-color .3s ease;font-size:16px;color:#333}.custom-select .select-box:hover{border-color:#888}.custom-select .select-box img{width:20px;height:20px;margin-right:10px}.custom-select .select-box span{flex-grow:1;font-size:16px;color:#333}.custom-select .select-box .dropdown-icon{transition:transform .3s ease}.custom-select .select-box .dropdown-icon.open{transform:rotate(180deg)}.custom-select .options-list{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;margin:0;padding:0;list-style:none;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 8px #0000001a;z-index:10}.custom-select .options-list li{display:flex;align-items:center;padding:10px 15px;font-size:16px;color:#333;cursor:pointer;transition:background-color .3s ease}.custom-select .options-list li:hover,.custom-select .options-list li.highlighted{background-color:#add8e6}.custom-select .options-list li.disabled-option{background-color:#f0f0f0;color:#aaa;pointer-events:none}.custom-select .options-list li img{border-color:#e5e7eb;border-width:.125rem;border-radius:1rem;margin-right:8px;width:2rem;height:2rem}.custom-select .options-list li .option-details{display:flex;flex-direction:column}.custom-select .options-list li .option-details span{font-size:16px;color:#333}.custom-select .options-list li .option-details small{font-size:12px;color:#888}.custom-select .options-list li.no-results{text-align:center;padding:15px;color:#888;cursor:default}.custom-select:focus{outline:none}.custom-select:focus .select-box{border-color:#007bff}.custom-select[aria-expanded=true] .select-box{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select[aria-expanded=true] .options-list{border-top-left-radius:0;border-top-right-radius:0}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.progress-bar-container{gap:1rem;display:flex;align-items:center;width:100%}.progress-text{font-size:1.25rem}.theme--dark .progress-text{color:#fff}.progress-bar{background-color:#374151;flex:1;height:4vh;border-radius:1.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(318.33deg,#2fac67 2.94%,#81e69a 92.83%);border-radius:1.5rem;transition:width .4s ease-in-out}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.count-timer{gap:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.count-timer>div{gap:1rem;display:flex;flex-direction:row;align-items:center;justify-content:center}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.textarea-field{align-items:flex-start;border-style:none;display:flex;flex-direction:column;position:relative}.textarea-field--fit{max-width:fit-content}.textarea-field__label{line-height:3rem;cursor:pointer;font-weight:600}.textarea-field__content{border-radius:.5rem;border-width:.125rem;border-style:solid;display:flex;flex-direction:row;position:relative;width:100%;height:10rem}.textarea-field__content--disabled{opacity:.6}.textarea-field__content--background{background:transparent!important;border:none;box-shadow:none}.textarea-field__content--background>textarea{margin-left:1rem;color:#1b1b1b;font-size:3rem;line-height:3.5rem;font-weight:800;background:transparent;border:none;box-shadow:none}.textarea-field__content--background>textarea:focus{border:none;box-shadow:none}.textarea-field__content--background-bi{color:#1b1b1b;font-size:3rem;line-height:3.5rem;font-style:normal;font-weight:800}.textarea-field__content--background-ai{color:#6b7280;display:flex;align-items:center}.textarea-field__content span{line-height:1.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.textarea-field__content textarea,.textarea-field__content span{line-height:1.75rem;color:#111318;padding:.75rem;background:transparent;border-style:none;outline:none;flex-grow:1;width:0}.theme--dark .textarea-field__content textarea,.theme--dark .textarea-field__content span{color:#6b7280}.textarea-field__content span{display:flex;align-items:center;width:80%;position:absolute;margin-left:2.25rem;top:.25rem}.textarea-field__content textarea::placeholder{color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.textarea-field__content-ci,.textarea-field__content-si,.textarea-field__content-bi,.textarea-field__content-ai{width:1.25rem}.textarea-field__content-ai--interactive{display:flex;flex-direction:column;align-items:center;justify-content:center}.textarea-field__content-ci{margin-right:1rem}.textarea-field__content-ci,.textarea-field__content-bi{margin-left:1rem}.textarea-field__content-ai{margin-right:1rem}.textarea-field__content--hidden{display:none}.textarea-field__hint{font-size:.8125rem;margin-top:.125rem;margin-bottom:.125rem;font-weight:500;z-index:1}.textarea-field__reserved{height:1.25rem;margin-top:.125rem}.textarea-field:disabled .textarea-field__label,.textarea-field:disabled .react-datepicker__input-container>div,.textarea-field:disabled .textarea-field__content-pass,.textarea-field:disabled .textarea-field__content__modal{cursor:auto}.textarea-field .textarea-field__label{color:#1b1b1b}.theme--dark .textarea-field .textarea-field__label{color:#9ca3af}.textarea-field:focus-within .textarea-field__label{color:#1b1b1b}.theme--dark .textarea-field:focus-within .textarea-field__label{color:#e6e6e6}.textarea-field--danger .textarea-field__label,.theme--dark .textarea-field--danger .textarea-field__label{color:#ff443a}.textarea-field--danger:focus-within .textarea-field__label{color:#ff443a}.theme--dark .textarea-field--danger:focus-within .textarea-field__label{color:#ff443a}.textarea-field .textarea-field__content{background-color:#fff;border-color:#e6e6e6}.theme--dark .textarea-field .textarea-field__content{background-color:#1b1b1b;border-color:#1b1b1b}.textarea-field .textarea-field__content-ci,.textarea-field .textarea-field__content-si,.textarea-field .textarea-field__content-bi,.textarea-field .textarea-field__content-ai,.textarea-field .textarea-field__content-pass{color:#1b1b1b}.textarea-field .textarea-field__content-ci:hover,.textarea-field .textarea-field__content-pass:hover,.textarea-field .textarea-field__content-select:hover,.textarea-field .textarea-field__content__modal:hover+.text-field__content-select,.textarea-field .textarea-field__content-ai--interactive:hover{cursor:pointer}.textarea-field .textarea-field__content-ci:hover svg,.textarea-field .textarea-field__content-pass:hover svg,.textarea-field .textarea-field__content-select:hover svg,.textarea-field .textarea-field__content__modal:hover+.text-field__content-select svg,.textarea-field .textarea-field__content-ai--interactive:hover svg{background-color:#dbd4d1;border-radius:.25rem;padding:.125rem;box-shadow:0 0 .25rem #dbd4d1;max-height:fit-content}.theme--dark .textarea-field .textarea-field__content-ci:hover svg,.theme--dark .textarea-field .textarea-field__content-pass:hover svg,.theme--dark .textarea-field .textarea-field__content-select:hover svg,.theme--dark .textarea-field .textarea-field__content__modal:hover+.text-field__content-select svg,.theme--dark .textarea-field .textarea-field__content-ai--interactive:hover svg{background-color:#08090c;box-shadow:0 0 .25rem #08090c}.textarea-field:focus-within .textarea-field__content{border-color:#5138ee;box-shadow:0 0 5px #5138ee}.theme--dark .textarea-field:focus-within .textarea-field__content{border-color:#2fac67}.textarea-field:focus-within .textarea-field__content-ci,.textarea-field:focus-within .textarea-field__content-si,.textarea-field:focus-within .textarea-field__content-bi,.textarea-field:focus-within .textarea-field__content-ai,.textarea-field:focus-within .textarea-field__content-pass{color:#1b1b1b}.theme--dark .textarea-field:focus-within .textarea-field__content-ci,.theme--dark .textarea-field:focus-within .textarea-field__content-si,.theme--dark .textarea-field:focus-within .textarea-field__content-bi,.theme--dark .textarea-field:focus-within .textarea-field__content-ai,.theme--dark .textarea-field:focus-within .textarea-field__content-pass{color:#e6e6e6}.textarea-field--danger .textarea-field__content{border-color:#ff443a;box-shadow:0 0 5px #ff443a}.theme--dark .textarea-field--danger .textarea-field__content{border-color:#ff443a}.textarea-field--danger .textarea-field__content input[type=checkbox]{border-color:#ff443a;box-shadow:0 0 1px #ff443a;background-color:transparent}.textarea-field--danger:focus-within .textarea-field__content{border-color:#5138ee;box-shadow:0 0 10px #ff443a}.theme--dark .textarea-field--danger:focus-within .textarea-field__content{border-color:#2fac67}.textarea-field--danger:focus-within .textarea-field__content-ci,.textarea-field--danger:focus-within .textarea-field__content-si,.textarea-field--danger:focus-within .textarea-field__content-bi,.textarea-field--danger:focus-within .textarea-field__content-ai,.textarea-field--danger:focus-within .textarea-field__content-pass{color:#1b1b1b}.theme--dark .textarea-field--danger:focus-within .textarea-field__content-ci,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-si,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-bi,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-ai,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-pass{color:#e6e6e6}.textarea-field--primary .textarea-field__content--keep,.theme--dark .textarea-field--primary .textarea-field__content--keep{border-color:#2fac67}.textarea-field--primary:focus-within .textarea-field__content{border-color:#2fac67}.theme--dark .textarea-field--primary:focus-within .textarea-field__content{border-color:#2fac67}.textarea-field--primary:focus-within .textarea-field__content-ci,.textarea-field--primary:focus-within .textarea-field__content-si,.textarea-field--primary:focus-within .textarea-field__content-bi,.textarea-field--primary:focus-within .textarea-field__content-ai{color:#2fac67}.theme--dark .textarea-field--primary:focus-within .textarea-field__content-ci,.theme--dark .textarea-field--primary:focus-within .textarea-field__content-si,.theme--dark .textarea-field--primary:focus-within .textarea-field__content-bi,.theme--dark .textarea-field--primary:focus-within .textarea-field__content-ai{color:#5dcd84}.textarea-field--success .textarea-field__content--keep,.theme--dark .textarea-field--success .textarea-field__content--keep{border-color:#8ce038}.textarea-field--success:focus-within .textarea-field__content{border-color:#8ce038}.theme--dark .textarea-field--success:focus-within .textarea-field__content{border-color:#8ce038}.textarea-field--success:focus-within .textarea-field__content-ci,.textarea-field--success:focus-within .textarea-field__content-si,.textarea-field--success:focus-within .textarea-field__content-bi,.textarea-field--success:focus-within .textarea-field__content-ai{color:#8ce038}.theme--dark .textarea-field--success:focus-within .textarea-field__content-ci,.theme--dark .textarea-field--success:focus-within .textarea-field__content-si,.theme--dark .textarea-field--success:focus-within .textarea-field__content-bi,.theme--dark .textarea-field--success:focus-within .textarea-field__content-ai{color:#f2fdd7}.textarea-field--warning .textarea-field__content--keep,.theme--dark .textarea-field--warning .textarea-field__content--keep{border-color:#efcf27}.textarea-field--warning:focus-within .textarea-field__content{border-color:#efcf27}.theme--dark .textarea-field--warning:focus-within .textarea-field__content{border-color:#efcf27}.textarea-field--warning:focus-within .textarea-field__content-ci,.textarea-field--warning:focus-within .textarea-field__content-si,.textarea-field--warning:focus-within .textarea-field__content-bi,.textarea-field--warning:focus-within .textarea-field__content-ai{color:#efcf27}.theme--dark .textarea-field--warning:focus-within .textarea-field__content-ci,.theme--dark .textarea-field--warning:focus-within .textarea-field__content-si,.theme--dark .textarea-field--warning:focus-within .textarea-field__content-bi,.theme--dark .textarea-field--warning:focus-within .textarea-field__content-ai{color:#fff9d8}.textarea-field--danger .textarea-field__content--keep,.theme--dark .textarea-field--danger .textarea-field__content--keep{border-color:#ff443a}.textarea-field--danger:focus-within .textarea-field__content{border-color:#ff443a}.theme--dark .textarea-field--danger:focus-within .textarea-field__content{border-color:#ff443a}.textarea-field--danger:focus-within .textarea-field__content-ci,.textarea-field--danger:focus-within .textarea-field__content-si,.textarea-field--danger:focus-within .textarea-field__content-bi,.textarea-field--danger:focus-within .textarea-field__content-ai{color:#ff443a}.theme--dark .textarea-field--danger:focus-within .textarea-field__content-ci,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-si,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-bi,.theme--dark .textarea-field--danger:focus-within .textarea-field__content-ai{color:#de5025}.textarea-field .textarea-field__hint{color:#1b1b1b}.theme--dark .textarea-field .textarea-field__hint{color:#9ca3af}.textarea-field:focus-within .textarea-field__hint{color:#111318}.theme--dark .textarea-field:focus-within .textarea-field__hint{color:#e6e6e6}.textarea-field--danger .textarea-field__hint,.theme--dark .textarea-field--danger .textarea-field__hint{color:#ff443a}.textarea-field--primary:focus-within .textarea-field__hint{color:#2fac67}.theme--dark .textarea-field--primary:focus-within .textarea-field__hint{color:#2fac67}.textarea-field--success:focus-within .textarea-field__hint{color:#8ce038}.theme--dark .textarea-field--success:focus-within .textarea-field__hint{color:#8ce038}.textarea-field--warning:focus-within .textarea-field__hint{color:#efcf27}.theme--dark .textarea-field--warning:focus-within .textarea-field__hint{color:#efcf27}.textarea-field--danger:focus-within .textarea-field__hint{color:#ff443a}.theme--dark .textarea-field--danger:focus-within .textarea-field__hint{color:#ff443a}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.coupon-banner{color:#fff;border-radius:.5rem;background:#47bf39;display:flex;max-width:100%;height:13vh;position:relative}@media only screen and (min-width: 448px){.coupon-banner{height:13vh}}@media only screen and (min-width: 512px){.coupon-banner{height:15vh}}@media only screen and (min-width: 640px){.coupon-banner{height:auto}}.coupon-banner__main{display:grid;grid-template-columns:.5fr 1fr;width:100%;align-items:center}.coupon-banner__img{display:flex;height:auto;max-width:100%;align-self:flex-end}.coupon-banner__img>img{width:100%;height:auto;max-width:100%;object-fit:cover}.coupon-banner__information{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%}@media only screen and (min-width: 448px){.coupon-banner__information{gap:1rem}}@media only screen and (min-width: 1408px){.coupon-banner__information{gap:1.25rem}}@media only screen and (min-width: 1025px){.coupon-banner__information--large{gap:2.5rem}}@media only screen and (min-width: 1408px){.coupon-banner__information--large{gap:4rem}}.coupon-banner__detail{padding-right:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;flex-grow:1}@media only screen and (min-width: 704px){.coupon-banner__detail--large{padding-bottom:1rem}}@media only screen and (min-width: 1025px){.coupon-banner__detail--large{padding-bottom:2.5rem}}@media only screen and (min-width: 1408px){.coupon-banner__detail--large{padding-bottom:4rem}}.coupon-banner__detail>div{position:relative}.coupon-banner__detail__title{padding-top:1rem;padding-bottom:.25rem;font-family:Budmo W00 Solid,sans-serif;font-size:clamp(2rem,3vw,6rem);line-height:1.2;position:relative;display:inline-block}@media only screen and (min-width: 704px){.coupon-banner__detail__title{font-size:clamp(1.5rem,3vw,6rem);line-height:1.2}}.coupon-banner__detail__title--small{font-size:clamp(1.5rem,2.5vw,4rem)}@media only screen and (min-width: 512px){.coupon-banner__detail__title--small{font-size:clamp(2rem,3vw,4rem)}}@media only screen and (min-width: 640px){.coupon-banner__detail__title--small{font-size:clamp(2.5rem,3vw,3rem)}}@media only screen and (min-width: 768px){.coupon-banner__detail__title--small{font-size:clamp(3rem,3vw,5rem)}}@media only screen and (min-width: 896px){.coupon-banner__detail__title--small{font-size:clamp(3.75rem,4.5vw,7rem)}}@media only screen and (min-width: 1025px){.coupon-banner__detail__title--small{font-size:clamp(1.25rem,2.5vw,3.5rem)}}@media only screen and (min-width: 1408px){.coupon-banner__detail__title--small{font-size:clamp(1.25rem,2.25vw,2.75rem)}}.coupon-banner__detail__title--large{font-size:clamp(1.7rem,2.5vw,4rem)}@media only screen and (min-width: 512px){.coupon-banner__detail__title--large{font-size:clamp(2.5rem,3vw,4rem)}}@media only screen and (min-width: 640px){.coupon-banner__detail__title--large{font-size:clamp(3rem,3.5vw,5rem)}}@media only screen and (min-width: 768px){.coupon-banner__detail__title--large{font-size:clamp(4rem,5vw,8rem)}}@media only screen and (min-width: 896px){.coupon-banner__detail__title--large{font-size:clamp(4.5rem,5vw,8rem)}}@media only screen and (min-width: 1025px){.coupon-banner__detail__title--large{font-size:clamp(3rem,6.5vw,10rem)}}.coupon-banner__detail__title:after{content:"";position:absolute;top:80%;right:-100%;width:100%;height:100%;background-image:url(/assets/coupon-2-DTJlW9JD.webp);background-size:contain;background-repeat:no-repeat;pointer-events:none}.coupon-banner__detail>span{padding-bottom:.5rem;font-size:clamp(1rem,1.5vw,2rem);font-weight:800}@media only screen and (min-width: 704px){.coupon-banner__detail>span{font-size:clamp(.75rem,1.5vw,1.5rem)}}.coupon-banner__detail>button{font-size:.5625rem;line-height:1.0625rem;padding:0rem .75rem}@media only screen and (min-width: 640px){.coupon-banner__detail>button{font-size:.75rem;padding:.25rem .75rem}}.coupon-banner__disclaimer{margin-left:auto;margin-top:auto;padding-left:1rem;padding-right:1rem;padding-bottom:.25rem;display:flex;align-items:flex-end;justify-content:flex-end;flex-grow:1;width:100%}@media only screen and (min-width: 704px){.coupon-banner__disclaimer{padding-bottom:0rem}}@media only screen and (min-width: 1025px){.coupon-banner__disclaimer{padding-bottom:.5rem}}@media only screen and (min-width: 1408px){.coupon-banner__disclaimer{padding-bottom:0rem}}.coupon-banner__disclaimer__title{font-size:clamp(.5rem,1vw,1rem);width:60%}@media only screen and (min-width: 640px){.coupon-banner__disclaimer__title{width:auto}}.coupon-banner__disclaimer__title--small{font-size:clamp(.5rem,1vw,1rem)}@media only screen and (min-width: 704px){.coupon-banner__disclaimer__title--small{font-size:clamp(.5rem,1vw,1rem);line-height:1.2}}@media only screen and (min-width: 768px){.coupon-banner__disclaimer__title--small{padding-top:2rem;font-size:clamp(.75rem,1vw,1rem);line-height:1.2}}@media only screen and (min-width: 1025px){.coupon-banner__disclaimer__title--small{padding-top:0;font-size:clamp(.5rem,1vw,.75rem);line-height:1.2}}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.modal-withdraw__main{background-color:#fff;color:#1f2a37;border-color:#e5e7eb;margin:1rem;border-width:.125rem;border-radius:2rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;height:auto}@media only screen and (min-width: 1025px){.modal-withdraw__main{max-width:600px;border-radius:2rem;width:100%}}.theme--dark .modal-withdraw__main{background-color:#111928;color:#fff}.modal-withdraw__title{padding:2rem 1.5rem;gap:1rem;background-color:#1f2a37;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.modal-withdraw__title>h1{font-size:2rem;line-height:2.25rem;font-weight:800}.modal-withdraw__container{gap:1rem;padding:2rem;display:flex;flex-direction:column;width:100%;overflow-y:auto}.modal-withdraw__container>p{font-size:1.125rem}.modal-withdraw__container>h3{font-size:1.5rem;line-height:1.75rem}.modal-withdraw__actions{gap:1rem;display:grid;grid-template-columns:repeat(2,1fr);width:100%}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.floating-button-telegram{position:fixed;bottom:91px;right:21px;background-color:#007bff;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1!important;box-shadow:0 4px 12px #0000004d;transition:background-color .3s}.floating-button-telegram:hover{background-color:#0056b3}.floating-button-telegram span{margin-left:8px;font-size:14px}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.adblocker-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem}.adblocker-alert{background:#fff;color:#856404;padding:2rem;border-radius:12px;text-align:center;font-size:1.3rem;font-weight:500;box-shadow:0 4px 20px #00000026;max-width:800px;width:100%}.adblocker-alert__icon{display:flex;justify-content:center;margin-bottom:1rem}.adblocker-alert__icon svg{width:48px;height:48px;color:#856404}.adblocker-alert strong{display:block;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.adblocker-alert img{max-width:100%;height:auto;margin-top:1rem;border-radius:8px;object-fit:contain}@media (max-width: 600px){.adblocker-alert{font-size:.95rem;padding:1.5rem;margin:0 1rem}.adblocker-alert__icon svg{width:40px;height:40px}}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}@font-face{font-family:Budmo W00 Solid;src:url(/assets/Budmo-W00-Solid-B3PSfY96.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BYFsQjAW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-Cdsr5R1z.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}html{font-size:10px}@media only screen and (min-height: 600px){html{font-size:12px}}@media only screen and (min-height: 700px){html{font-size:13px}}@media only screen and (min-height: 800px){html{font-size:13px}}@media only screen and (min-height: 900px){html{font-size:14px}}@media only screen and (min-height: 1000px){html{font-size:15px}}@media only screen and (min-height: 1408px){html{font-size:15px}}*,:before,:after{padding:0;margin:0;border-width:0;background-color:transparent;border-style:solid;color:inherit;font-size:inherit;font-weight:inherit}body,#root,#modal,#loader,#notification{display:flex;flex-direction:column;overflow:hidden}body{font-family:DM Sans,Budmo W00 Solid,sans-serif;font-weight:400;top:0;right:0;bottom:0;left:0;height:100%;width:100%;overflow-y:auto;overflow-x:hidden;padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}@media (max-width: 768px){body{padding-bottom:calc(env(safe-area-inset-bottom) + 10px)}}#root{background-color:#fff;color:#111318;flex-grow:1}.theme--dark #root{background-color:#111318;color:#fff}#modal{z-index:2}#loader{z-index:102}#notification{z-index:103}i,i svg{display:flex;flex-direction:column;align-items:center;justify-content:center;stroke-width:1.5;max-width:100%;height:auto}i svg{width:100%;height:100%}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}*::-webkit-scrollbar{width:.3rem}*::-webkit-scrollbar-thumb{background-color:#9ca3af;border-radius:2rem}*::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.dapta-chatbot-button{z-index:1!important}
