.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;width:100%}.rc-slider-rail,.rc-slider-track{border-radius:6px;height:4px;position:absolute}.rc-slider-track{background-color:#abe2fb;left:0}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;height:14px;margin-top:-5px;position:absolute;touch-action:pan-x;width:14px}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;margin-left:-4px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}.ReactCrop{cursor:crosshair;display:inline-block;max-width:100%;overflow:hidden;position:relative}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-height:inherit;max-width:100%}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080;cursor:move;left:0;position:absolute;top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;color:#fff}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{border-color:#00f;border-style:solid;outline:none}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{background-color:#fff6;content:"";display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{height:100%;width:1px}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{height:1px;width:100%}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{background-color:#0003;border:1px solid #ffffffb3;content:"";display:block;height:10px;outline:1px solid #0000;position:absolute;width:10px}.ReactCrop__drag-handle:focus:after{background:#2dbfff;border-color:#00f}.ReactCrop .ord-nw{cursor:nw-resize;left:0;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-nw:after{left:0;top:0}.ReactCrop .ord-n{cursor:n-resize;left:50%;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{cursor:ne-resize;margin-right:-5px;margin-top:-5px;right:0;top:0}.ReactCrop .ord-ne:after{right:0;top:0}.ReactCrop .ord-e{cursor:e-resize;margin-right:-5px;margin-top:-5px;right:0;top:50%}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;cursor:se-resize;margin-bottom:-5px;margin-right:-5px;right:0}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;cursor:s-resize;left:50%;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;cursor:sw-resize;left:0;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{cursor:w-resize;left:0;margin-left:-5px;margin-top:-5px;top:50%}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{height:6px;left:0;margin-top:-3px;top:0;width:100%}.ReactCrop__drag-bar.ord-e{height:100%;margin-right:-3px;right:0;top:0;width:6px}.ReactCrop__drag-bar.ord-s{bottom:0;height:6px;left:0;margin-bottom:-3px;width:100%}.ReactCrop__drag-bar.ord-w{height:100%;left:0;margin-left:-3px;top:0;width:6px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{height:24px;width:24px}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-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}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:320px){.\!container{max-width:320px!important}.container{max-width:320px}}@media (min-width:375px){.\!container{max-width:375px!important}.container{max-width:375px}}@media (min-width:425px){.\!container{max-width:425px!important}.container{max-width:425px}}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1500px){.\!container{max-width:1500px!important}.container{max-width:1500px}}@media (min-width:1512px){.\!container{max-width:1512px!important}.container{max-width:1512px}}@media (min-width:1728px){.\!container{max-width:1728px!important}.container{max-width:1728px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.\!collapse{visibility:collapse!important}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{bottom:0;top:0}.-left-\[1px\]{left:-1px}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1\/2{bottom:50%}.bottom-4{bottom:1rem}.bottom-\[10\%\]{bottom:10%}.bottom-\[320px\]{bottom:320px}.bottom-\[492px\]{bottom:492px}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-60{left:15rem}.left-\[-10px\]{left:-10px}.left-\[-20\.5px\]{left:-20.5px}.left-\[-20px\]{left:-20px}.left-\[0px\]{left:0}.left-\[124px\]{left:124px}.left-\[125px\]{left:125px}.left-\[138px\]{left:138px}.left-\[24px\]{left:24px}.left-\[255px\]{left:255px}.left-\[26px\]{left:26px}.left-\[2vw\]{left:2vw}.left-\[3px\]{left:3px}.left-\[496px\]{left:496px}.left-\[4px\]{left:4px}.left-\[864px\]{left:864px}.left-\[899px\]{left:899px}.left-\[97px\]{left:97px}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[-16px\]{right:-16px}.right-\[-20px\]{right:-20px}.right-\[10px\]{right:10px}.right-\[13\.4px\]{right:13.4px}.right-\[14px\]{right:14px}.right-\[16px\]{right:16px}.right-\[17px\]{right:17px}.right-\[24px\]{right:24px}.right-\[30px\]{right:30px}.right-\[496px\]{right:496px}.right-\[4vw\]{right:4vw}.right-\[6px\]{right:6px}.right-\[9px\]{right:9px}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-\[-10px\]{top:-10px}.top-\[-16px\]{top:-16px}.top-\[-50px\]{top:-50px}.top-\[-8px\]{top:-8px}.top-\[0px\]{top:0}.top-\[14\.4px\]{top:14.4px}.top-\[14px\]{top:14px}.top-\[16px\]{top:16px}.top-\[17px\]{top:17px}.top-\[182px\]{top:182px}.top-\[20px\]{top:20px}.top-\[24px\]{top:24px}.top-\[320px\]{top:320px}.top-\[339\.5px\]{top:339.5px}.top-\[3vh\]{top:3vh}.top-\[42px\]{top:42px}.top-\[53px\]{top:53px}.top-\[65px\]{top:65px}.top-\[6px\]{top:6px}.top-\[8px\]{top:8px}.top-\[9vh\]{top:9vh}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100000\]{z-index:100000}.z-\[10000\]{z-index:10000}.z-\[100\]{z-index:100}.z-\[50\]{z-index:50}.z-\[5\]{z-index:5}.z-\[60\]{z-index:60}.z-\[99999\]{z-index:99999}.z-\[9999\]{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-span-9{grid-column:span 9/span 9}.col-span-full{grid-column:1/-1}.m-0{margin:0}.m-2{margin:.5rem}.m-4{margin:1rem}.m-\[45px\]{margin:45px}.m-auto{margin:auto}.-mx-px{margin-left:-1px;margin-right:-1px}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.-ml-px{margin-left:-1px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[1px\]{margin-bottom:1px}.mb-\[3px\]{margin-bottom:3px}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-\[-22px\]{margin-left:-22px}.ml-\[49px\]{margin-left:49px}.ml-\[4px\]{margin-left:4px}.ml-\[84px\]{margin-left:84px}.ml-\[8px\]{margin-left:8px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-\[22px\]{margin-right:22px}.mr-\[5px\]{margin-right:5px}.mr-\[8px\]{margin-right:8px}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-10px\]{margin-top:-10px}.mt-\[-2px\]{margin-top:-2px}.mt-\[16px\]{margin-top:16px}.mt-\[1px\]{margin-top:1px}.mt-\[24px\]{margin-top:24px}.mt-\[2vh\]{margin-top:2vh}.mt-\[32px\]{margin-top:32px}.mt-\[3px\]{margin-top:3px}.mt-\[3vh\]{margin-top:3vh}.mt-\[48px\]{margin-top:48px}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.\!h-8{height:2rem!important}.\!h-\[34px\]{height:34px!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100vh\]{height:100vh}.h-\[10px\]{height:10px}.h-\[110px\]{height:110px}.h-\[132px\]{height:132px}.h-\[135px\]{height:135px}.h-\[13px\]{height:13px}.h-\[148px\]{height:148px}.h-\[14px\]{height:14px}.h-\[158px\]{height:158px}.h-\[16px\]{height:16px}.h-\[17px\]{height:17px}.h-\[18px\]{height:18px}.h-\[192px\]{height:192px}.h-\[19px\]{height:19px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[260px\]{height:260px}.h-\[2px\]{height:2px}.h-\[2vw\]{height:2vw}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[310px\]{height:310px}.h-\[312px\]{height:312px}.h-\[314px\]{height:314px}.h-\[32px\]{height:32px}.h-\[340px\]{height:340px}.h-\[348px\]{height:348px}.h-\[349px\]{height:349px}.h-\[34px\]{height:34px}.h-\[356px\]{height:356px}.h-\[36px\]{height:36px}.h-\[380px\]{height:380px}.h-\[389px\]{height:389px}.h-\[394px\]{height:394px}.h-\[406px\]{height:406px}.h-\[408px\]{height:408px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[46px\]{height:46px}.h-\[50px\]{height:50px}.h-\[524px\]{height:524px}.h-\[52px\]{height:52px}.h-\[56px\]{height:56px}.h-\[5vw\]{height:5vw}.h-\[601px\]{height:601px}.h-\[60px\]{height:60px}.h-\[60vh\]{height:60vh}.h-\[65px\]{height:65px}.h-\[66px\]{height:66px}.h-\[72px\]{height:72px}.h-\[744px\]{height:744px}.h-\[74px\]{height:74px}.h-\[78px\]{height:78px}.h-\[7vh\]{height:7vh}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-\[832px\]{height:832px}.h-\[844px\]{height:844px}.h-\[84px\]{height:84px}.h-\[8px\]{height:8px}.h-\[91px\]{height:91px}.h-\[calc\(100vh-50px\)\]{height:calc(100vh - 50px)}.h-\[calc\(100vh-60px\)\]{height:calc(100vh - 60px)}.h-\[calc\(100vh-86px\)\]{height:calc(100vh - 86px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0}.max-h-24{max-height:6rem}.max-h-32{max-height:8rem}.max-h-60{max-height:15rem}.max-h-80{max-height:20rem}.max-h-\[135px\]{max-height:135px}.max-h-\[180px\]{max-height:180px}.max-h-\[2000px\]{max-height:2000px}.max-h-\[360px\]{max-height:360px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90\%\]{max-height:90%}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-4rem\)\]{max-height:calc(100vh - 4rem)}.max-h-\[calc\(100vh-8rem\)\]{max-height:calc(100vh - 8rem)}.max-h-full{max-height:100%}.min-h-24{min-height:6rem}.min-h-\[135px\]{min-height:135px}.min-h-\[180px\]{min-height:180px}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.min-h-\[91px\]{min-height:91px}.min-h-screen{min-height:100vh}.\!w-8{width:2rem!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9\/12{width:75%}.w-96{width:24rem}.w-\[100px\]{width:100px}.w-\[1023px\]{width:1023px}.w-\[110px\]{width:110px}.w-\[1133px\]{width:1133px}.w-\[120px\]{width:120px}.w-\[1210px\]{width:1210px}.w-\[1257px\]{width:1257px}.w-\[125px\]{width:125px}.w-\[1321px\]{width:1321px}.w-\[133px\]{width:133px}.w-\[134px\]{width:134px}.w-\[135px\]{width:135px}.w-\[140px\]{width:140px}.w-\[14px\]{width:14px}.w-\[1510px\]{width:1510px}.w-\[15px\]{width:15px}.w-\[166px\]{width:166px}.w-\[167px\]{width:167px}.w-\[16px\]{width:16px}.w-\[175px\]{width:175px}.w-\[184px\]{width:184px}.w-\[18px\]{width:18px}.w-\[191px\]{width:191px}.w-\[20\.5px\]{width:20.5px}.w-\[202px\]{width:202px}.w-\[209px\]{width:209px}.w-\[229px\]{width:229px}.w-\[231px\]{width:231px}.w-\[234px\]{width:234px}.w-\[236px\]{width:236px}.w-\[238px\]{width:238px}.w-\[249px\]{width:249px}.w-\[24px\]{width:24px}.w-\[260px\]{width:260px}.w-\[280px\]{width:280px}.w-\[284px\]{width:284px}.w-\[288px\]{width:288px}.w-\[290px\]{width:290px}.w-\[297px\]{width:297px}.w-\[298px\]{width:298px}.w-\[2px\]{width:2px}.w-\[2vw\]{width:2vw}.w-\[300px\]{width:300px}.w-\[304px\]{width:304px}.w-\[30px\]{width:30px}.w-\[316px\]{width:316px}.w-\[330px\]{width:330px}.w-\[334px\]{width:334px}.w-\[346px\]{width:346px}.w-\[34px\]{width:34px}.w-\[360px\]{width:360px}.w-\[365px\]{width:365px}.w-\[37px\]{width:37px}.w-\[380px\]{width:380px}.w-\[394px\]{width:394px}.w-\[400px\]{width:400px}.w-\[404px\]{width:404px}.w-\[418px\]{width:418px}.w-\[422px\]{width:422px}.w-\[42px\]{width:42px}.w-\[43\%\]{width:43%}.w-\[449px\]{width:449px}.w-\[450px\]{width:450px}.w-\[454\.50px\]{width:454.5px}.w-\[475px\]{width:475px}.w-\[480px\]{width:480px}.w-\[483px\]{width:483px}.w-\[485px\]{width:485px}.w-\[487px\]{width:487px}.w-\[490px\]{width:490px}.w-\[494px\]{width:494px}.w-\[49px\]{width:49px}.w-\[50px\]{width:50px}.w-\[524px\]{width:524px}.w-\[52px\]{width:52px}.w-\[546px\]{width:546px}.w-\[55\%\]{width:55%}.w-\[550px\]{width:550px}.w-\[5vw\]{width:5vw}.w-\[60px\]{width:60px}.w-\[64px\]{width:64px}.w-\[66px\]{width:66px}.w-\[70px\]{width:70px}.w-\[72px\]{width:72px}.w-\[740px\]{width:740px}.w-\[78px\]{width:78px}.w-\[800px\]{width:800px}.w-\[80px\]{width:80px}.w-\[84px\]{width:84px}.w-\[90px\]{width:90px}.w-\[911px\]{width:911px}.w-\[980px\]{width:980px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-24{min-width:6rem}.min-w-\[135px\]{min-width:135px}.min-w-\[200px\]{min-width:200px}.min-w-\[483px\]{min-width:483px}.min-w-\[60px\]{min-width:60px}.min-w-\[80px\]{min-width:80px}.min-w-fit{min-width:fit-content}.max-w-24{max-width:6rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[1000px\]{max-width:1000px}.max-w-\[100px\]{max-width:100px}.max-w-\[104px\]{max-width:104px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1239px\]{max-width:1239px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[135px\]{max-width:135px}.max-w-\[150px\]{max-width:150px}.max-w-\[172px\]{max-width:172px}.max-w-\[250px\]{max-width:250px}.max-w-\[366px\]{max-width:366px}.max-w-\[50\%\]{max-width:50%}.max-w-\[550px\]{max-width:550px}.max-w-\[85vw\]{max-width:85vw}.max-w-\[90\%\]{max-width:90%}.max-w-\[900px\]{max-width:900px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[920px\]{max-width:920px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-2xl{max-width:1500px}.max-w-screen-xl{max-width:1280px}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-0\.5{--tw-translate-y:-0.125rem}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/4{--tw-translate-y:-25%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/4{--tw-translate-x:25%}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-5,.translate-x-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x:1.5rem}.translate-x-\[50px\]{--tw-translate-x:50px}.translate-x-\[50px\],.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-y-1\/4{--tw-translate-y:25%}.rotate-180,.translate-y-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shimmer-bg{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer-bg{animation:shimmer-bg 1.5s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;appearance:none}.columns-3{column-count:3}.\!grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fill\2c 240px\)\]{grid-template-columns:repeat(auto-fill,240px)}.grid-cols-\[repeat\(auto-fill\2c 300px\)\]{grid-template-columns:repeat(auto-fill,300px)}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-\[repeat\(4\2c minmax\(78px\2c 1fr\)\)\]{grid-template-rows:repeat(4,minmax(78px,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[1px\]{gap:1px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[2px\]{gap:2px}.gap-\[2vw\]{gap:2vw}.gap-\[50px\]{gap:50px}.gap-\[6px\]{gap:6px}.gap-\[80px\]{gap:80px}.gap-\[84px\]{gap:84px}.gap-\[85px\]{gap:85px}.gap-\[8px\]{gap:8px}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-6{row-gap:1.5rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.5rem*var(--tw-space-x-reverse))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(6rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(6rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.5rem*var(--tw-space-y-reverse));margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(4rem*var(--tw-space-y-reverse));margin-top:calc(4rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[13\.6px\]{border-radius:13.6px}.rounded-\[2px\]{border-radius:2px}.rounded-\[4px\]{border-radius:4px}.rounded-\[84px\]{border-radius:84px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-l{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-r-sm{border-bottom-right-radius:.125rem;border-top-right-radius:.125rem}.rounded-t{border-top-left-radius:.25rem}.rounded-t,.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[0\.5px\]{border-width:.5px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-\[0\.5px\]{border-bottom-width:.5px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-4{border-left-width:4px}.border-l-\[0\.5px\]{border-left-width:.5px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-t-\[0\.5px\]{border-top-width:.5px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#0B0B22\]{--tw-border-opacity:1;border-color:#0b0b22;border-color:rgb(11 11 34/var(--tw-border-opacity,1))}.border-\[\#66645F\]{--tw-border-opacity:1;border-color:#66645f;border-color:rgb(102 100 95/var(--tw-border-opacity,1))}.border-\[\#CCC9C0\]{--tw-border-opacity:1;border-color:#ccc9c0;border-color:rgb(204 201 192/var(--tw-border-opacity,1))}.border-\[\#F7F6F0\]{--tw-border-opacity:1;border-color:#f7f6f0;border-color:rgb(247 246 240/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:#000;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-blue-400\/60{border-color:#60a5fa99}.border-blue-500{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-boniAlabaster{--tw-border-opacity:1;border-color:#edebe6;border-color:rgb(237 235 230/var(--tw-border-opacity,1))}.border-boniBlack{--tw-border-opacity:1;border-color:#0d0c0c;border-color:rgb(13 12 12/var(--tw-border-opacity,1))}.border-boniBlackPrimary{--tw-border-opacity:1;border-color:#130303;border-color:rgb(19 3 3/var(--tw-border-opacity,1))}.border-boniBorderGray{--tw-border-opacity:1;border-color:#ccc9c0;border-color:rgb(204 201 192/var(--tw-border-opacity,1))}.border-boniPurplePrimary{--tw-border-opacity:1;border-color:#737cff;border-color:rgb(115 124 255/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:#6b7280;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:#374151;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-800{--tw-border-opacity:1;border-color:#1f2937;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.border-gray-900{--tw-border-opacity:1;border-color:#111827;border-color:rgb(17 24 39/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:#bbf7d0;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:#86efac;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:#f97316;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-red-100{--tw-border-opacity:1;border-color:#fee2e2;border-color:rgb(254 226 226/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:#fecaca;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:#fca5a5;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:#dc2626;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-l-\[\#082AC8\]{--tw-border-opacity:1;border-left-color:#082ac8;border-left-color:rgb(8 42 200/var(--tw-border-opacity,1))}.border-t-blue-500{--tw-border-opacity:1;border-top-color:#3b82f6;border-top-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-opacity-0{--tw-border-opacity:0}.\!bg-transparent{background-color:initial!important}.bg-\[\#082AC8\]{--tw-bg-opacity:1;background-color:#082ac8;background-color:rgb(8 42 200/var(--tw-bg-opacity,1))}.bg-\[\#0B0B22\]{--tw-bg-opacity:1;background-color:#0b0b22;background-color:rgb(11 11 34/var(--tw-bg-opacity,1))}.bg-\[\#13030399\],.bg-\[\#130303\]\/60{background-color:#13030399}.bg-\[\#1C1C1C\]{--tw-bg-opacity:1;background-color:#1c1c1c;background-color:rgb(28 28 28/var(--tw-bg-opacity,1))}.bg-\[\#222222\]{--tw-bg-opacity:1;background-color:#222;background-color:rgb(34 34 34/var(--tw-bg-opacity,1))}.bg-\[\#2D080A\]{--tw-bg-opacity:1;background-color:#2d080a;background-color:rgb(45 8 10/var(--tw-bg-opacity,1))}.bg-\[\#2D0A0A\]{--tw-bg-opacity:1;background-color:#2d0a0a;background-color:rgb(45 10 10/var(--tw-bg-opacity,1))}.bg-\[\#4D0307\]{--tw-bg-opacity:1;background-color:#4d0307;background-color:rgb(77 3 7/var(--tw-bg-opacity,1))}.bg-\[\#4F661F\]{--tw-bg-opacity:1;background-color:#4f661f;background-color:rgb(79 102 31/var(--tw-bg-opacity,1))}.bg-\[\#66645F\]{--tw-bg-opacity:1;background-color:#66645f;background-color:rgb(102 100 95/var(--tw-bg-opacity,1))}.bg-\[\#8B2E2E\]{--tw-bg-opacity:1;background-color:#8b2e2e;background-color:rgb(139 46 46/var(--tw-bg-opacity,1))}.bg-\[\#9ECC3D\]{--tw-bg-opacity:1;background-color:#9ecc3d;background-color:rgb(158 204 61/var(--tw-bg-opacity,1))}.bg-\[\#A1ADE5\]{--tw-bg-opacity:1;background-color:#a1ade5;background-color:rgb(161 173 229/var(--tw-bg-opacity,1))}.bg-\[\#B3A859\]{--tw-bg-opacity:1;background-color:#b3a859;background-color:rgb(179 168 89/var(--tw-bg-opacity,1))}.bg-\[\#CC3D57\]{--tw-bg-opacity:1;background-color:#cc3d57;background-color:rgb(204 61 87/var(--tw-bg-opacity,1))}.bg-\[\#CFC789\]{--tw-bg-opacity:1;background-color:#cfc789;background-color:rgb(207 199 137/var(--tw-bg-opacity,1))}.bg-\[\#EDE5A6\]{--tw-bg-opacity:1;background-color:#ede5a6;background-color:rgb(237 229 166/var(--tw-bg-opacity,1))}.bg-\[\#EDEBE6\]{--tw-bg-opacity:1;background-color:#edebe6;background-color:rgb(237 235 230/var(--tw-bg-opacity,1))}.bg-\[\#EEE5A6\]{--tw-bg-opacity:1;background-color:#eee5a6;background-color:rgb(238 229 166/var(--tw-bg-opacity,1))}.bg-\[\#F5F5F3\]{--tw-bg-opacity:1;background-color:#f5f5f3;background-color:rgb(245 245 243/var(--tw-bg-opacity,1))}.bg-\[\#F7F5EF\]{--tw-bg-opacity:1;background-color:#f7f5ef;background-color:rgb(247 245 239/var(--tw-bg-opacity,1))}.bg-\[\#F7F5F0\]{--tw-bg-opacity:1;background-color:#f7f5f0;background-color:rgb(247 245 240/var(--tw-bg-opacity,1))}.bg-\[\#F7F6F0CC\]{background-color:#f7f6f0cc}.bg-\[\#F7F6F0\]{--tw-bg-opacity:1;background-color:#f7f6f0;background-color:rgb(247 246 240/var(--tw-bg-opacity,1))}.bg-\[\#FAF7E1\]{--tw-bg-opacity:1;background-color:#faf7e1;background-color:rgb(250 247 225/var(--tw-bg-opacity,1))}.bg-\[\#cfc789\]{--tw-bg-opacity:1;background-color:#cfc789;background-color:rgb(207 199 137/var(--tw-bg-opacity,1))}.bg-\[\#dcddda\]{--tw-bg-opacity:1;background-color:#dcddda;background-color:rgb(220 221 218/var(--tw-bg-opacity,1))}.bg-\[\#e5eaff\]{--tw-bg-opacity:1;background-color:#e5eaff;background-color:rgb(229 234 255/var(--tw-bg-opacity,1))}.bg-\[\#e7e5dd\]\/60{background-color:#e7e5dd99}.bg-\[\#ede5a6\]{--tw-bg-opacity:1;background-color:#ede5a6;background-color:rgb(237 229 166/var(--tw-bg-opacity,1))}.bg-\[\#edebe6\]{--tw-bg-opacity:1;background-color:#edebe6;background-color:rgb(237 235 230/var(--tw-bg-opacity,1))}.bg-\[\#f7f6f0\]{--tw-bg-opacity:1;background-color:#f7f6f0;background-color:rgb(247 246 240/var(--tw-bg-opacity,1))}.bg-\[\#f9f7e0\]{--tw-bg-opacity:1;background-color:#f9f7e0;background-color:rgb(249 247 224/var(--tw-bg-opacity,1))}.bg-\[\#fcfcfc\]{--tw-bg-opacity:1;background-color:#fcfcfc;background-color:rgb(252 252 252/var(--tw-bg-opacity,1))}.bg-\[rgb\(8\2c 42\2c 200\)\]{--tw-bg-opacity:1;background-color:#082ac8;background-color:rgb(8 42 200/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/50{background-color:#00000080}.bg-blue-100{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:#bfdbfe;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-boniAlabaster{--tw-bg-opacity:1;background-color:#edebe6;background-color:rgb(237 235 230/var(--tw-bg-opacity,1))}.bg-boniBeige{--tw-bg-opacity:1;background-color:#f7f5ef;background-color:rgb(247 245 239/var(--tw-bg-opacity,1))}.bg-boniBlackPrimary{--tw-bg-opacity:1;background-color:#130303;background-color:rgb(19 3 3/var(--tw-bg-opacity,1))}.bg-boniBlue{--tw-bg-opacity:1;background-color:#389eec;background-color:rgb(56 158 236/var(--tw-bg-opacity,1))}.bg-boniCustomYellow{--tw-bg-opacity:1;background-color:#eee5a6;background-color:rgb(238 229 166/var(--tw-bg-opacity,1))}.bg-boniDarkBlack{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-boniDarkRed{--tw-bg-opacity:1;background-color:#2d080a;background-color:rgb(45 8 10/var(--tw-bg-opacity,1))}.bg-boniLightBlue{--tw-bg-opacity:1;background-color:#e5eaff;background-color:rgb(229 234 255/var(--tw-bg-opacity,1))}.bg-boniLotionWhite{--tw-bg-opacity:1;background-color:#fcfcfc;background-color:rgb(252 252 252/var(--tw-bg-opacity,1))}.bg-boniNewBlue{--tw-bg-opacity:1;background-color:#082ac8;background-color:rgb(8 42 200/var(--tw-bg-opacity,1))}.bg-boniOrangePrimary{--tw-bg-opacity:1;background-color:#ff7362;background-color:rgb(255 115 98/var(--tw-bg-opacity,1))}.bg-boniPaleGoldenrod{--tw-bg-opacity:1;background-color:#ede5a6;background-color:rgb(237 229 166/var(--tw-bg-opacity,1))}.bg-boniPaleGoldenrodlighter{--tw-bg-opacity:1;background-color:#f5efbd;background-color:rgb(245 239 189/var(--tw-bg-opacity,1))}.bg-boniPastelGray{--tw-bg-opacity:1;background-color:#d9d5b2;background-color:rgb(217 213 178/var(--tw-bg-opacity,1))}.bg-boniPurplePrimary{--tw-bg-opacity:1;background-color:#737cff;background-color:rgb(115 124 255/var(--tw-bg-opacity,1))}.bg-boniPurplePrimaryTint3{--tw-bg-opacity:1;background-color:#bfc8ff;background-color:rgb(191 200 255/var(--tw-bg-opacity,1))}.bg-boniPurpleSecondary{--tw-bg-opacity:1;background-color:#a7c6ff;background-color:rgb(167 198 255/var(--tw-bg-opacity,1))}.bg-boniTertiary{--tw-bg-opacity:1;background-color:#ff7362;background-color:rgb(255 115 98/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:#9ca3af;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/30{background-color:#f9fafb4d}.bg-gray-600{--tw-bg-opacity:1;background-color:#4b5563;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:#e0e7ff;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-200{--tw-bg-opacity:1;background-color:#c7d2fe;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:#eef2ff;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:#6366f1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:#4f46e5;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:#ffedd5;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:#faf5ff;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-stone-100{--tw-bg-opacity:1;background-color:#f5f5f4;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:#fef9c3;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-shimmer-gradient{background-image:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0)}.bg-cover{background-size:cover}.bg-shimmer-size{background-size:200% 100%}.bg-\[100px\]{background-position:100px}.bg-\[position\:0px_0px\]{background-position:0 0}.bg-center{background-position:50%}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-bottom{object-position:bottom}.\!p-1{padding:.25rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[24px\]{padding:24px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-0{padding-bottom:0!important;padding-top:0!important}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.\!py-4{padding-bottom:1rem!important;padding-top:1rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-\[12vw\]{padding-left:12vw;padding-right:12vw}.px-\[14vw\]{padding-left:14vw;padding-right:14vw}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[29px\]{padding-left:29px;padding-right:29px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[3px\]{padding-left:3px;padding-right:3px}.px-\[4px\]{padding-left:4px;padding-right:4px}.px-\[4vw\]{padding-left:4vw;padding-right:4vw}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-\[11px\]{padding-bottom:11px;padding-top:11px}.py-\[12px\]{padding-bottom:12px;padding-top:12px}.py-\[13px\]{padding-bottom:13px;padding-top:13px}.py-\[16px\]{padding-bottom:16px;padding-top:16px}.py-\[25px\]{padding-bottom:25px;padding-top:25px}.py-\[2vh\]{padding-bottom:2vh;padding-top:2vh}.py-\[32px\]{padding-bottom:32px;padding-top:32px}.py-\[8px\]{padding-bottom:8px;padding-top:8px}.\!pb-2{padding-bottom:.5rem!important}.\!pt-2{padding-top:.5rem!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[107px\]{padding-bottom:107px}.pb-\[16px\]{padding-bottom:16px}.pb-\[24px\]{padding-bottom:24px}.pb-\[43px\]{padding-bottom:43px}.pb-\[94px\]{padding-bottom:94px}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pl-9{padding-left:2.25rem}.pl-\[16px\]{padding-left:16px}.pl-\[18px\]{padding-left:18px}.pl-\[20px\]{padding-left:20px}.pl-\[32px\]{padding-left:32px}.pl-\[39\.50px\]{padding-left:39.5px}.pl-\[94\.50px\]{padding-left:94.5px}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-\[130px\]{padding-right:130px}.pr-\[24px\]{padding-right:24px}.pr-\[32px\]{padding-right:32px}.pr-\[58px\]{padding-right:58px}.pr-\[95\.50px\]{padding-right:95.5px}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[100px\]{padding-top:100px}.pt-\[14px\]{padding-top:14px}.pt-\[16px\]{padding-top:16px}.pt-\[1px\]{padding-top:1px}.pt-\[1vh\]{padding-top:1vh}.pt-\[200px\]{padding-top:200px}.pt-\[20px\]{padding-top:20px}.pt-\[2vh\]{padding-top:2vh}.pt-\[32px\]{padding-top:32px}.pt-\[3px\]{padding-top:3px}.pt-\[45px\]{padding-top:45px}.pt-\[4px\]{padding-top:4px}.pt-\[4vh\]{padding-top:4vh}.pt-\[5px\]{padding-top:5px}.pt-\[8vh\]{padding-top:8vh}.pt-\[90px\]{padding-top:90px}.pt-\[9px\]{padding-top:9px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.font-\[\'DM_Mono\'\]{font-family:DM Mono}.font-\[\'DM_Sans\'\]{font-family:DM Sans}.font-\[\'Gloock\'\]{font-family:Gloock}.font-dm{font-family:DM Sans,sans-serif,ui-sans-serif,system-ui,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-gloock{font-family:Gloock,sans-serif,ui-sans-serif,system-ui,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.7rem\]{font-size:.7rem}.text-\[100px\]\/\[100px\]{font-size:100px;line-height:100px}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[12px\]\/\[12px\]{font-size:12px;line-height:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[16px\]\/\[21px\]{font-size:16px;line-height:21px}.text-\[18px\]{font-size:18px}.text-\[18px\]\/\[18px\]{font-size:18px;line-height:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]\/\[26px\]{font-size:20px;line-height:26px}.text-\[21\.76px\]{font-size:21.76px}.text-\[21px\]{font-size:21px}.text-\[22px\]\/\[22px\]{font-size:22px;line-height:22px}.text-\[24px\]{font-size:24px}.text-\[24px\]\/\[32px\]{font-size:24px;line-height:32px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[40px\]{font-size:40px}.text-\[50px\]{font-size:50px}.text-\[6px\]{font-size:6px}.text-\[70px\]\/\[70px\]{font-size:70px;line-height:70px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:.625rem}.\!font-normal{font-weight:400!important}.font-\[400\]{font-weight:400}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-feature-settings:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#03104D\],.text-\[\#03104d\]{--tw-text-opacity:1;color:#03104d;color:rgb(3 16 77/var(--tw-text-opacity,1))}.text-\[\#0B0B22\]{--tw-text-opacity:1;color:#0b0b22;color:rgb(11 11 34/var(--tw-text-opacity,1))}.text-\[\#110313\]{--tw-text-opacity:1;color:#110313;color:rgb(17 3 19/var(--tw-text-opacity,1))}.text-\[\#130303\]{--tw-text-opacity:1;color:#130303;color:rgb(19 3 3/var(--tw-text-opacity,1))}.text-\[\#33322F\]{--tw-text-opacity:1;color:#33322f;color:rgb(51 50 47/var(--tw-text-opacity,1))}.text-\[\#6B7280\]{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-\[\#99968e\]{--tw-text-opacity:1;color:#99968e;color:rgb(153 150 142/var(--tw-text-opacity,1))}.text-\[\#fcfcfc\]{--tw-text-opacity:1;color:#fcfcfc;color:rgb(252 252 252/var(--tw-text-opacity,1))}.text-\[rgb\(209\2c 213\2c 219\)\]{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-boniBlack{--tw-text-opacity:1;color:#0d0c0c;color:rgb(13 12 12/var(--tw-text-opacity,1))}.text-boniBlackPrimary{--tw-text-opacity:1;color:#130303;color:rgb(19 3 3/var(--tw-text-opacity,1))}.text-boniBlackSecondary{--tw-text-opacity:1;color:#110313;color:rgb(17 3 19/var(--tw-text-opacity,1))}.text-boniBlue2{--tw-text-opacity:1;color:#082ac7;color:rgb(8 42 199/var(--tw-text-opacity,1))}.text-boniDarkBlack{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-boniGraniteGray{--tw-text-opacity:1;color:#66645f;color:rgb(102 100 95/var(--tw-text-opacity,1))}.text-boniLotionWhite{--tw-text-opacity:1;color:#fcfcfc;color:rgb(252 252 252/var(--tw-text-opacity,1))}.text-boniNewBlue{--tw-text-opacity:1;color:#082ac8;color:rgb(8 42 200/var(--tw-text-opacity,1))}.text-boniOrangePrimary{--tw-text-opacity:1;color:#ff7362;color:rgb(255 115 98/var(--tw-text-opacity,1))}.text-boniPaleGoldenrod{--tw-text-opacity:1;color:#ede5a6;color:rgb(237 229 166/var(--tw-text-opacity,1))}.text-boniPurplePrimary{--tw-text-opacity:1;color:#737cff;color:rgb(115 124 255/var(--tw-text-opacity,1))}.text-boniPurpleSecondary{--tw-text-opacity:1;color:#a7c6ff;color:rgb(167 198 255/var(--tw-text-opacity,1))}.text-boniSpanishGray{--tw-text-opacity:1;color:#99968e;color:rgb(153 150 142/var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-gray-300{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:#22c55e;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:#166534;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:#14532d;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-indigo-100{--tw-text-opacity:1;color:#e0e7ff;color:rgb(224 231 255/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:#818cf8;color:rgb(129 140 248/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:#6366f1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:#4f46e5;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:#4338ca;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-indigo-800{--tw-text-opacity:1;color:#3730a3;color:rgb(55 48 163/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:#312e81;color:rgb(49 46 129/var(--tw-text-opacity,1))}.text-orange-50{--tw-text-opacity:1;color:#fff7ed;color:rgb(255 247 237/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:#f97316;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:#c2410c;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-purple-100{--tw-text-opacity:1;color:#f3e8ff;color:rgb(243 232 255/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:#c084fc;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:#a855f7;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:#581c87;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-200{--tw-text-opacity:1;color:#fecaca;color:rgb(254 202 202/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:#dc2626;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:#991b1b;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:#7f1d1d;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-stone-950{--tw-text-opacity:1;color:#0c0a09;color:rgb(12 10 9/var(--tw-text-opacity,1))}.text-teal-50{--tw-text-opacity:1;color:#f0fdfa;color:rgb(240 253 250/var(--tw-text-opacity,1))}.text-transparent{color:#0000}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:#854d0e;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-zinc-800{--tw-text-opacity:1;color:#27272a;color:rgb(39 39 42/var(--tw-text-opacity,1))}.text-zinc-950{--tw-text-opacity:1;color:#09090b;color:rgb(9 9 11/var(--tw-text-opacity,1))}.text-opacity-25{--tw-text-opacity:0.25}.text-opacity-50{--tw-text-opacity:0.5}.text-opacity-70{--tw-text-opacity:0.7}.text-opacity-80{--tw-text-opacity:0.8}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-green-400::placeholder{--tw-placeholder-opacity:1;color:#4ade80;color:rgb(74 222 128/var(--tw-placeholder-opacity,1))}.placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-placeholder-opacity,1))}.placeholder-red-400::placeholder{--tw-placeholder-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-placeholder-opacity,1))}.accent-boniBlack{accent-color:#0d0c0c}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity,1))}.ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity,1))}.ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity,1))}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity,1))}.ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity,1))}.ring-opacity-10{--tw-ring-opacity:0.1}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.\!sepia{--tw-sepia:sepia(100%)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia{--tw-sepia:sepia(100%)}.filter,.sepia{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[14px\]{--tw-backdrop-blur:blur(14px)}.backdrop-blur-\[14px\],.backdrop-blur-\[2px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)}.backdrop-blur-\[7px\]{--tw-backdrop-blur:blur(7px)}.backdrop-blur-\[7px\],.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-300{transition-delay:.3s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:checked~.dot{transform:translateX(100%)}.scrollbar::-webkit-scrollbar{height:6px;width:6px}.scrollbar::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.scrollbar::-webkit-scrollbar-track{background:#0000}.scrollbar-thin::-webkit-scrollbar{height:3px;width:3px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-track{background:#0000}.dotbg{background-color:#9a94e3}.shimmer{animation-duration:2.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmerKeys;animation-timing-function:linear;background:#ddd;background:linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);background-size:1200px 100%;color:#0000}@keyframes shimmerKeys{0%{background-position:-1200px 0}to{background-position:1200px 0}}.printOnly{display:none}@media print{.printOnly{display:block}}.checked\:border-boniPaleGoldenrod:checked{--tw-border-opacity:1;border-color:#ede5a6;border-color:rgb(237 229 166/var(--tw-border-opacity,1))}.checked\:border-gray-400:checked{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.checked\:bg-boniPaleGoldenrod:checked{--tw-bg-opacity:1;background-color:#ede5a6;background-color:rgb(237 229 166/var(--tw-bg-opacity,1))}.focus-within\:outline-none:focus-within{outline:2px solid #0000;outline-offset:2px}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-help:hover{cursor:help}.hover\:border:hover{border-width:1px}.hover\:border-black:hover{--tw-border-opacity:1;border-color:#000;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:#4b5563;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:#374151;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.hover\:border-orange-600:hover{--tw-border-opacity:1;border-color:#ea580c;border-color:rgb(234 88 12/var(--tw-border-opacity,1))}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.hover\:border-opacity-50:hover{--tw-border-opacity:0.5}.hover\:\!bg-transparent:hover{background-color:initial!important}.hover\:bg-\[\#1A1A3A\]:hover{--tw-bg-opacity:1;background-color:#1a1a3a;background-color:rgb(26 26 58/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3A0205\]:hover{--tw-bg-opacity:1;background-color:#3a0205;background-color:rgb(58 2 5/var(--tw-bg-opacity,1))}.hover\:bg-\[\#405514\]:hover{--tw-bg-opacity:1;background-color:#405514;background-color:rgb(64 85 20/var(--tw-bg-opacity,1))}.hover\:bg-\[\#66645F\]:hover{--tw-bg-opacity:1;background-color:#66645f;background-color:rgb(102 100 95/var(--tw-bg-opacity,1))}.hover\:bg-\[\#EAEAE8\]:hover{--tw-bg-opacity:1;background-color:#eaeae8;background-color:rgb(234 234 232/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F6F7FB\]:hover{--tw-bg-opacity:1;background-color:#f6f7fb;background-color:rgb(246 247 251/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F7F6F0\]:hover{--tw-bg-opacity:1;background-color:#f7f6f0;background-color:rgb(247 246 240/var(--tw-bg-opacity,1))}.hover\:bg-\[\#e5e2d9\]:hover{--tw-bg-opacity:1;background-color:#e5e2d9;background-color:rgb(229 226 217/var(--tw-bg-opacity,1))}.hover\:bg-\[rgb\(7\2c 38\2c 180\)\]:hover{--tw-bg-opacity:1;background-color:#0726b4;background-color:rgb(7 38 180/var(--tw-bg-opacity,1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:#bfdbfe;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-boniBeige:hover{--tw-bg-opacity:1;background-color:#f7f5ef;background-color:rgb(247 245 239/var(--tw-bg-opacity,1))}.hover\:bg-boniPaleGoldenrod:hover{--tw-bg-opacity:1;background-color:#ede5a6;background-color:rgb(237 229 166/var(--tw-bg-opacity,1))}.hover\:bg-boniPaleGoldenrodlighter:hover{--tw-bg-opacity:1;background-color:#f5efbd;background-color:rgb(245 239 189/var(--tw-bg-opacity,1))}.hover\:bg-boniPurplePrimary:hover{--tw-bg-opacity:1;background-color:#737cff;background-color:rgb(115 124 255/var(--tw-bg-opacity,1))}.hover\:bg-boniPurplePrimaryTint3:hover{--tw-bg-opacity:1;background-color:#bfc8ff;background-color:rgb(191 200 255/var(--tw-bg-opacity,1))}.hover\:bg-boniPurpleSecondary:hover{--tw-bg-opacity:1;background-color:#a7c6ff;background-color:rgb(167 198 255/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:#c7d2fe;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:#fecaca;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:#b91c1c;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-opacity-20:hover{--tw-bg-opacity:0.2}.hover\:bg-opacity-50:hover{--tw-bg-opacity:0.5}.hover\:bg-opacity-75:hover{--tw-bg-opacity:0.75}.hover\:bg-opacity-80:hover{--tw-bg-opacity:0.8}.hover\:bg-opacity-90:hover{--tw-bg-opacity:0.9}.hover\:font-bold:hover{font-weight:700}.hover\:text-black:hover{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-boniBlackPrimary:hover{--tw-text-opacity:1;color:#130303;color:rgb(19 3 3/var(--tw-text-opacity,1))}.hover\:text-boniOrangePrimary:hover{--tw-text-opacity:1;color:#ff7362;color:rgb(255 115 98/var(--tw-text-opacity,1))}.hover\:text-boniPurplePrimary:hover{--tw-text-opacity:1;color:#737cff;color:rgb(115 124 255/var(--tw-text-opacity,1))}.hover\:text-boniPurpleSecondary:hover{--tw-text-opacity:1;color:#a7c6ff;color:rgb(167 198 255/var(--tw-text-opacity,1))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-indigo-500:hover{--tw-text-opacity:1;color:#6366f1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.hover\:text-purple-900:hover{--tw-text-opacity:1;color:#581c87;color:rgb(88 28 135/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checked\:hover\:bg-black:hover:checked{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.focus\:z-10:focus{z-index:10}.focus\:border-black:focus{--tw-border-opacity:1;border-color:#000;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.focus\:border-boniBlue:focus{--tw-border-opacity:1;border-color:#389eec;border-color:rgb(56 158 236/var(--tw-border-opacity,1))}.focus\:border-boniPurplePrimary:focus{--tw-border-opacity:1;border-color:#737cff;border-color:rgb(115 124 255/var(--tw-border-opacity,1))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:#22c55e;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:#6366f1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\:border-red-300:focus{--tw-border-opacity:1;border-color:#fca5a5;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:#0000}.focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:#4b5563;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-boniBlue:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(56 158 236/var(--tw-ring-opacity,1))}.focus\:ring-boniPurplePrimary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(115 124 255/var(--tw-ring-opacity,1))}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity,1))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.active\:border-gray-400:active{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.active\:border-orange-700:active{--tw-border-opacity:1;border-color:#c2410c;border-color:rgb(194 65 12/var(--tw-border-opacity,1))}.active\:border-red-700:active{--tw-border-opacity:1;border-color:#b91c1c;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.active\:bg-gray-200:active{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.active\:bg-red-600:active{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.active\:text-gray-600:active{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.active\:text-gray-800:active{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.active\:shadow-inner:active{--tw-shadow:inset 0 2px 4px 0 #0000000d;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.active\:ring-4:active{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:focus-within .group-focus-within\:hidden{display:none}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:bg-boniPurplePrimary{--tw-bg-opacity:1;background-color:#737cff;background-color:rgb(115 124 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-boniPurpleSecondary{--tw-bg-opacity:1;background-color:#a7c6ff;background-color:rgb(167 198 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\:font-bold{font-weight:700}.group:hover .group-hover\:\!text-gray-400{--tw-text-opacity:1!important;color:#9ca3af!important;color:rgb(156 163 175/var(--tw-text-opacity,1))!important}.group:hover .group-hover\:text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-boniBlackPrimary{--tw-text-opacity:1;color:#130303;color:rgb(19 3 3/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-boniPurpleSecondary{--tw-text-opacity:1;color:#a7c6ff;color:rgb(167 198 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-purple-50{--tw-text-opacity:1;color:#faf5ff;color:rgb(250 245 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-opacity-100{--tw-text-opacity:1}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:320px){.boni_mobile_sm\:ml-0{margin-left:0}.boni_mobile_sm\:mt-6{margin-top:1.5rem}.boni_mobile_sm\:h-\[428px\]{height:428px}.boni_mobile_sm\:w-\[288px\]{width:288px}.boni_mobile_sm\:w-\[300px\]{width:300px}.boni_mobile_sm\:w-\[304px\]{width:304px}.boni_mobile_sm\:w-\[400px\]{width:400px}.boni_mobile_sm\:max-w-\[320px\]{max-width:320px}.boni_mobile_sm\:gap-3{gap:.75rem}.boni_mobile_sm\:p-0{padding:0}.boni_mobile_sm\:text-\[24px\]{font-size:24px}}@media (min-width:375px){.boni_mobile_md\:bottom-\[295px\]{bottom:295px}.boni_mobile_md\:left-\[165px\]{left:165px}.boni_mobile_md\:top-\[-10px\]{top:-10px}.boni_mobile_md\:top-\[2\.5vh\]{top:2.5vh}.boni_mobile_md\:mt-40{margin-top:10rem}.boni_mobile_md\:h-\[298px\]{height:298px}.boni_mobile_md\:h-\[330px\]{height:330px}.boni_mobile_md\:w-\[338px\]{width:338px}.boni_mobile_md\:w-\[345px\]{width:345px}.boni_mobile_md\:w-\[355px\]{width:355px}.boni_mobile_md\:w-\[425px\]{width:425px}.boni_mobile_md\:max-w-\[375px\]{max-width:375px}.boni_mobile_md\:px-\[16vw\]{padding-left:16vw;padding-right:16vw}.boni_mobile_md\:px-\[18vw\]{padding-left:18vw;padding-right:18vw}.boni_mobile_md\:px-\[1px\]{padding-left:1px;padding-right:1px}.boni_mobile_md\:px-\[49px\]{padding-left:49px;padding-right:49px}.boni_mobile_md\:pr-\[10px\]{padding-right:10px}.boni_mobile_md\:pt-\[16px\]{padding-top:16px}.boni_mobile_md\:pt-\[24px\]{padding-top:24px}.boni_mobile_md\:pt-\[42px\]{padding-top:42px}.boni_mobile_md\:pt-\[52px\]{padding-top:52px}.boni_mobile_md\:pt-\[65px\]{padding-top:65px}.boni_mobile_md\:text-2xl{font-size:1.5rem;line-height:2rem}.boni_mobile_md\:text-\[16px\]{font-size:16px}.boni_mobile_md\:text-\[18px\]{font-size:18px}.boni_mobile_md\:text-\[21\.76px\]{font-size:21.76px}.boni_mobile_md\:text-\[22px\]{font-size:22px}.boni_mobile_md\:text-\[24px\]{font-size:24px}.boni_mobile_md\:text-\[46px\]{font-size:46px}}@media (min-width:425px){.boni_mobile_lg\:left-\[190px\]{left:190px}.boni_mobile_lg\:top-\[-18px\]{top:-18px}.boni_mobile_lg\:h-\[310px\]{height:310px}.boni_mobile_lg\:h-\[350px\]{height:350px}.boni_mobile_lg\:w-\[370px\]{width:370px}.boni_mobile_lg\:w-\[374px\]{width:374px}.boni_mobile_lg\:w-\[375px\]{width:375px}.boni_mobile_lg\:w-\[380px\]{width:380px}.boni_mobile_lg\:w-\[405px\]{width:405px}.boni_mobile_lg\:max-w-\[425px\]{max-width:425px}.boni_mobile_lg\:max-w-\[475px\]{max-width:475px}.boni_mobile_lg\:px-\[13px\]{padding-left:13px;padding-right:13px}.boni_mobile_lg\:px-\[18vw\]{padding-left:18vw;padding-right:18vw}.boni_mobile_lg\:px-\[20vw\]{padding-left:20vw;padding-right:20vw}.boni_mobile_lg\:pl-1{padding-left:.25rem}.boni_mobile_lg\:pr-1{padding-right:.25rem}.boni_mobile_lg\:pr-2{padding-right:.5rem}.boni_mobile_lg\:pt-4{padding-top:1rem}.boni_mobile_lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.boni_mobile_lg\:text-\[24px\]{font-size:24px}.boni_mobile_lg\:text-\[52px\]{font-size:52px}}@media (min-width:640px){.sm\:col-span-1{grid-column:span 1/span 1}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-2\/3{width:66.666667%}.sm\:max-w-\[475px\]{max-width:475px}.sm\:max-w-xs{max-width:20rem}.sm\:flex-1{flex:1 1}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:invisible{visibility:hidden}.md\:static{position:static}.md\:absolute{position:absolute}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:mb-0{margin-bottom:0}.md\:mr-4{margin-right:1rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-36{height:9rem}.md\:h-\[198px\]{height:198px}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-2\/5{width:40%}.md\:w-3\/4{width:75%}.md\:w-32{width:8rem}.md\:w-36{width:9rem}.md\:w-72{width:18rem}.md\:w-80{width:20rem}.md\:w-\[220px\]{width:220px}.md\:w-auto{width:auto}.md\:max-w-5xl{max-width:64rem}.md\:transform-none{transform:none}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:gap-0{gap:0}.md\:gap-2{gap:.5rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.5rem*var(--tw-space-x-reverse))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.md\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.md\:overflow-y-auto{overflow-y:auto}.md\:whitespace-nowrap{white-space:nowrap}.md\:p-6{padding:1.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pr-10{padding-right:2.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pt-0{padding-top:0}.md\:text-start{text-align:start}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.boni_tablet\:h-\[524px\]{height:524px}.boni_tablet\:w-\[466px\]{width:466px}.boni_tablet\:w-\[980px\]{width:980px}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:left-2{left:.5rem}.lg\:top-2{top:.5rem}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:mb-0{margin-bottom:0}.lg\:h-60{height:15rem}.lg\:h-\[314px\]{height:314px}.lg\:h-\[88px\]{height:88px}.lg\:w-12{width:3rem}.lg\:w-\[284px\]{width:284px}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:pt-4{padding-top:1rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:flex{display:flex}.xl\:h-56{height:14rem}.xl\:w-56{width:14rem}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.5rem*var(--tw-space-y-reverse));margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)))}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.xl\:text-left{text-align:left}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.boni_sm\:min-w-\[1138px\]{min-width:1138px}.boni_sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1500px){.\32xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:1512px){.boni_md\:min-w-\[1308px\]{min-width:1308px}.boni_md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1728px){.boni_lg\:min-w-\[1308px\]{min-width:1308px}.boni_lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:text-gray-200{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-50{--tw-text-opacity:1;color:#f9fafb;color:rgb(249 250 251/var(--tw-text-opacity,1))}}.\[\&\>span\]\:px-1>span{padding-left:.25rem;padding-right:.25rem}.\[\&\>span\]\:pb-1>span{padding-bottom:.25rem}.\[\&\>svg\]\:\!h-4>svg{height:1rem!important}.\[\&\>svg\]\:\!w-4>svg{width:1rem!important}.pdf-section .\[\.pdf-section_\&\]\:overflow-visible{overflow:visible}.pdf-section .\[\.pdf-section_\&\]\:whitespace-nowrap{white-space:nowrap}