.v-enter-active,.v-leave-active{transition:opacity .2s ease}.v-enter-from,.v-leave-to{opacity:0}.modal-mask[data-v-58a53a78]{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:table;transition:opacity .3s ease}.modal-wrapper[data-v-58a53a78]{display:table-cell;vertical-align:middle;padding:0 15px}.modal-wrapper .modal-dialog[data-v-58a53a78]{max-width:500px;margin:0 auto}.modal-wrapper .modal-dialog .modal-content[data-v-58a53a78]{overflow:hidden;border-radius:8px;border:none;background-color:#fff;color:#222}.modal-wrapper .modal-dialog .modal-content.fixed-footer .modal-body[data-v-58a53a78]{padding-bottom:60px}.modal-wrapper .modal-dialog .modal-content.fixed-footer .footer[data-v-58a53a78]{text-align:left;z-index:50;padding:10px 15px;position:absolute;bottom:0;right:0;left:0;background-color:#efefef;box-shadow:0 -2px 5px #0000000d}.modal-wrapper .modal-dialog .modal-content .modal-scroll[data-v-58a53a78]{display:block;max-height:500px}.modal-wrapper .modal-dialog .modal-content .modal-header[data-v-58a53a78]{padding:12px 20px;border-bottom:1px solid #ececec}html.dark .modal-wrapper .modal-dialog .modal-content .modal-header[data-v-58a53a78]{border-color:#454545}.modal-wrapper .modal-dialog .modal-content .modal-header h4[data-v-58a53a78]{line-height:1.5;position:relative;font-size:18px;font-weight:400;margin:0;display:flex;align-items:center;width:100%}.modal-wrapper .modal-dialog .modal-content .modal-header h4 span[data-v-58a53a78]{color:#222}.modal-wrapper .modal-dialog .modal-content .modal-header h4[data-v-58a53a78] svg{position:absolute;left:0;cursor:pointer;-webkit-mask-size:10px;mask-size:10px;width:16px;height:16px;opacity:.2;transition:all .1s;fill:#000}html.dark .modal-wrapper .modal-dialog .modal-content .modal-header h4[data-v-58a53a78] svg{fill:#fff}.modal-wrapper .modal-dialog .modal-content .modal-header h4[data-v-58a53a78] svg:hover{fill:#0a4b78;opacity:.8}.modal-wrapper .modal-dialog .modal-content .modal-body[data-v-58a53a78]{font-weight:400;color:#222;padding:18px 20px;letter-spacing:-.7px}.modal-wrapper .modal-dialog .modal-content .modal-body[data-v-58a53a78] input{width:100%;min-height:40px}.modal-wrapper .modal-dialog .modal-content .modal-body .footer[data-v-58a53a78]{text-align:left!important}.modal-wrapper .modal-dialog .modal-content .modal-body .footer[data-v-58a53a78] button{min-height:40px}.modal-enter-active[data-v-58a53a78]{animation:modal-in-58a53a78 .3s}.modal-enter-active .modal-wrapper[data-v-58a53a78]{animation:mbounce-in-58a53a78 .3s ease-in-out}.modal-leave-active[data-v-58a53a78]{animation:modal-in-58a53a78 .3s reverse}.modal-leave-active .modal-wrapper[data-v-58a53a78]{animation:mbounce-in-58a53a78 .3s ease-in-out reverse}@keyframes mbounce-in-58a53a78{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes modal-in-58a53a78{0%{opacity:0}to{opacity:1}}:root{--color-light-bg: #f4f4f4;--color-light-card-bg: #ffffff;--color-light-card-bg50: rgba(255, 255, 255, .5);--color-light-card-bg80: rgba(255, 255, 255, .8);--color-light-text-price: #DF4646;--color-light-current-pagination: #333333;--color-dark-bg: #1d232a;--color-dark-card-bg: #272e36;--color-dark-card-bg50: rgba(39, 46, 54, .5);--color-dark-card-bg80: rgba(39, 46, 54, .8);--color-dark-text-price: #fc6e6e;--color-dark-current-pagination: rgb(55 65 81);--color-black: #222;--color-header-btn: #8FED80;--color-header-btn-text: #062506;--color-header-btn-tooltip: #6777FF;--color-buy: rgba(255, 88, 88, 1)}@media (prefers-color-scheme: light){[data-theme=auto]{--color-body-bg: var(--color-light-bg);--color-card-bg: var(--color-light-card-bg);--color-card-bg50: var(--color-light-card-bg50);--color-card-bg80: var(--color-light-card-bg80);--color-text-price: var(--color-light-text-price);--color-current-pagination: var(--color-light-current-pagination)}[data-theme=auto] .hide-in-light{display:none}}@media (prefers-color-scheme: dark){[data-theme=auto]{--color-body-bg: var(--color-dark-bg);--color-card-bg: var(--color-dark-card-bg);--color-card-bg50: var(--color-dark-card-bg50);--color-card-bg80: var(--color-dark-card-bg80);--color-text-price: var(--color-dark-text-price);--color-current-pagination: var(--color-dark-current-pagination)}[data-theme=auto] .hide-in-dark{display:none}}[data-theme=light]{--color-body-bg: var(--color-light-bg);--color-card-bg: var(--color-light-card-bg);--color-card-bg50: var(--color-light-card-bg50);--color-card-bg80: var(--color-light-card-bg80);--color-text-price: var(--color-light-text-price);--color-current-pagination: var(--color-light-current-pagination)}[data-theme=light] .hide-in-light{display:none}[data-theme=dark]{--color-body-bg: var(--color-dark-bg);--color-card-bg: var(--color-dark-card-bg);--color-card-bg50: var(--color-dark-card-bg50);--color-card-bg80: var(--color-dark-card-bg80);--color-text-price: var(--color-dark-text-price);--color-current-pagination: var(--color-dark-current-pagination)}[data-theme=dark] .hide-in-dark{display:none}.base-bg-color{background-color:var(--color-body-bg)!important}.base-card-bg-color{background-color:var(--color-card-bg)!important}.base-card-bg-color50{background-color:var(--color-card-bg50)!important}.base-card-bg-color80{background-color:var(--color-card-bg80)!important}.text-price-color{color:var(--color-text-price)}.base-bg-current-pagination{background-color:var(--color-current-pagination)!important}.border-base-color,hr{border-color:#e5e7eb}@media (prefers-color-scheme: dark){[data-theme=auto] .border-base-color,[data-theme=auto] hr{border-color:#434343}}[data-theme=dark] .border-base-color,[data-theme=dark] hr{border-color:#434343}.text-error-color{color:#bd002ad1}@media (prefers-color-scheme: dark){[data-theme=auto] .text-error-color{color:#d53055d1}}[data-theme=dark] .text-error-color{color:#d53055d1}.text-info-color{color:#2a579a!important}@media (prefers-color-scheme: dark){[data-theme=auto] .text-info-color{color:#5083ce!important}}[data-theme=dark] .text-info-color{color:#5083ce!important}.text-deprecated-color{color:#a92626d1}@media (prefers-color-scheme: dark){[data-theme=auto] .text-deprecated-color{color:#c94646d1}}[data-theme=dark] .text-deprecated-color{color:#c94646d1}.text-success-color{color:#00a32a}@media (prefers-color-scheme: dark){[data-theme=auto] .text-success-color{color:#31c959}}[data-theme=dark] .text-success-color{color:#31c959}.modal-enter-active{animation:modal-in .3s}.modal-enter-active .wrapper{animation:mbounce-in .3s ease-in-out}.modal-leave-active{animation:modal-in .3s reverse}.modal-leave-active .wrapper{animation:mbounce-in .3s ease-in-out reverse}@keyframes mbounce-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes modal-in{0%{opacity:0}to{opacity:1}}.swiper-pagination-bullet{margin-left:.5rem;display:inline-block;height:.375rem;width:.375rem;border-radius:9999px}.swiper-pagination-bullet:last-child{margin-left:0}.swiper-pagination-bullet{background-color:#9d9d9d}.swiper-pagination-bullet-active{--tw-bg-opacity: 1;background-color:rgb(27 24 25 / var(--tw-bg-opacity))}.hide-slide{width:0!important;margin:0!important;opacity:0!important}.dot-pattern{background:#8b8b8bab;background-image:radial-gradient(rgba(120,120,120,.58) 5%,transparent 0);background-size:20px 20px;background-position:center}.clashopad-header-gradient{background:linear-gradient(266deg,#8c0d0d8a,#2a0a6f8a);-webkit-backdrop-filter:blur(5.5px);backdrop-filter:blur(5.5px)}.clashopad-fire-gradient{background:#fe9623;background:radial-gradient(circle,#d7602e,#fe9623);text-shadow:0 2px 0 #000}article .content p a{color:#3462da}article .content p a:hover{color:#347cda}.page-content .content img,.page-content .content video{border-radius:10px}.page-content .content img{margin:0 auto;max-height:600px;width:-moz-max-content;width:max-content}.page-content .content video{min-width:100%;max-height:700px;background-color:#222}.page-content .content p code{display:inline-block;padding:0 .8rem;margin:0 .8rem}.has-pale-pink-background-color{background-color:#f78da7!important}.has-vivid-red-background-color{background-color:#cf2e2e!important}.has-luminous-vivid-orange-background-color{background-color:#ff6900!important}.has-luminous-vivid-amber-background-color{background-color:#fcb900!important}.has-light-green-cyan-background-color{background-color:#7bdcb5!important}.has-vivid-green-cyan-background-color{background-color:#00d084!important}.has-pale-cyan-blue-background-color{background-color:#8ed1fc!important}.has-vivid-cyan-blue-background-color{background-color:#0693e3!important}.has-vivid-purple-background-color{background-color:#9b51e0!important}.has-white-background-color{background-color:#fff!important}.has-very-light-gray-background-color{background-color:#eee!important}.has-cyan-bluish-gray-background-color{background-color:#abb8c3!important}.has-very-dark-gray-background-color{background-color:#313131!important}.has-black-background-color{background-color:#000!important}.has-pale-pink-color{color:#f78da7!important}.has-vivid-red-color{color:#cf2e2e!important}.has-luminous-vivid-orange-color{color:#ff6900!important}.has-luminous-vivid-amber-color{color:#fcb900!important}.has-light-green-cyan-color{color:#7bdcb5!important}.has-vivid-green-cyan-color{color:#00d084!important}.has-pale-cyan-blue-color{color:#8ed1fc!important}.has-vivid-cyan-blue-color{color:#0693e3!important}.has-vivid-purple-color{color:#9b51e0!important}.has-white-color{color:#fff!important}.has-very-light-gray-color{color:#eee!important}.has-cyan-bluish-gray-color{color:#abb8c3!important}.has-very-dark-gray-color{color:#313131!important}.has-black-color{color:#000!important}@media (max-width: 992px){#crisp-chatbox>div>a{bottom:64px!important}}.wp-block-button{position:relative}.wp-block-button>a{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}@keyframes changeBgOpacity{0%{background-color:#2e2e2e9c}50%{background-color:#2e2e2e4d}to{background-color:#2e2e2e9c}}.glow-background-telegram{background-color:#2e2e2e9c;animation:changeBgOpacity 10s cubic-bezier(.42,0,.58,1) 1s infinite}.glow-background{position:absolute;inset:-2px;overflow:hidden;z-index:-1;filter:blur(5px)}@keyframes changeBgGradient{0%{transform:translate(-65%,-70%)}50%{transform:translate(0)}to{transform:translate(-65%,-70%)}}.glow-background:before{position:absolute;content:"";z-index:0;top:-2px;left:-2px;background:linear-gradient(164deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);width:300%;height:400%;transform:translate(-65%,-70%);animation:changeBgGradient 30s cubic-bezier(.42,0,.58,1) 1s infinite}.x-axis{animation:x-axis-animation 1s ease-in-out 0s infinite alternate}.y-axis{animation:y-axis-animation 1s ease-in-out 0s infinite alternate}.z-axis{animation:z-axis-animation 1s ease-in-out 0s infinite alternate}@keyframes x-axis-animation{0%{transform:rotateX(20deg)}to{transform:rotateX(-20deg)}}@keyframes y-axis-animation{0%{transform:rotateY(20deg)}to{transform:rotateY(-20deg)}}@keyframes z-axis-animation{0%{transform:rotate(20deg)}to{transform:rotate(-20deg)}}.wp-block-video{margin-bottom:1.25rem}.table :where(th,td){padding:.75rem .2rem!important}::-webkit-scrollbar{height:4px;width:8px;background:transparent}::-webkit-scrollbar-thumb{background:#cdcdcd}::-webkit-scrollbar-thumb:active{background-color:#b4b4b4}::-webkit-scrollbar-corner{background:#fff}.gallery-viewer-btn,.gallery-viewer .navigate div,.gallery-viewer .remove{cursor:pointer;border-radius:9999px;background-color:#0000005e;padding:10px;display:flex;align-items:center;justify-content:center;width:70px!important;height:70px!important;transition:.2s all}.gallery-viewer-btn i,.gallery-viewer .navigate div i,.gallery-viewer .remove i{opacity:.8}.gallery-viewer-btn:hover,.gallery-viewer .navigate div:hover,.gallery-viewer .remove:hover{background-color:#7958ff80}.gallery-viewer{visibility:hidden;opacity:0;display:none;z-index:1000;transition:opacity .3s ease;position:fixed;inset:0;background-color:#0000009e}.gallery-viewer .remove{position:absolute;right:30px;top:40px;z-index:10}.gallery-viewer .remove i{width:16px!important;height:16px!important}.gallery-viewer .navigate{z-index:5;position:absolute;top:0;bottom:0;display:flex;align-items:center;transition:.2s all}@media (max-width: 992px){.gallery-viewer .navigate{display:none}}.gallery-viewer .navigate.swiper-button-disabled{opacity:0}.gallery-viewer .navigate.swiper-button-disabled div{cursor:default}.gallery-viewer .navigate.prev{right:30px}.gallery-viewer .navigate.next{left:30px;transform:rotate(180deg)}.gallery-viewer .navigate div{cursor:pointer}.gallery-viewer .navigate div i{width:20px!important;height:20px!important}.gallery-viewer .swiper-zoom-container{height:100vh}.gallery-viewer .swiper-zoom-container img{max-height:70vh;max-width:100%;border-radius:8px}@media (max-width: 576px){.gallery-viewer .swiper-zoom-container img{border-radius:0}}.gallery-viewer .thumbnail{position:absolute;bottom:20px;left:0;right:0;margin:0 auto}.gallery-viewer .thumbnail .swiper-wrapper{justify-content:center}.gallery-viewer .thumbnail .swiper-slide{width:100px!important;text-align:center;font-size:18px;opacity:.4;border-radius:10px;transition:opacity .2s}.gallery-viewer .thumbnail .swiper-slide img{border-radius:8px;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-viewer .thumbnail .swiper-slide.active{opacity:1}ul.toasts{z-index:99999;margin:0;list-style:none;padding:0;position:fixed;bottom:80px;left:0;right:0;pointer-events:none}ul.toasts li{box-sizing:content-box;text-align:center;pointer-events:painted;cursor:default;width:300px;margin:0 auto;border-radius:5px;background-color:#fff;color:#333;box-shadow:0 5px 20px #0000001a;letter-spacing:-.5px;overflow:hidden;transition:.5s all;padding:0 25px;position:absolute;opacity:0;display:flex;align-items:center;justify-content:center}ul.toasts li.show{opacity:1;margin-bottom:15px;padding:30px 25px}ul.toasts li p{margin:0;position:relative;z-index:1}ul.toasts li.success{background-color:#18c242;color:#fff;box-shadow:0 5px 20px #18c24333}ul.toasts li.error{background-color:#d4143e;color:#fff;box-shadow:0 5px 20px #d4143e33}ul.toasts li.warning{background-color:#ffd446;color:#584504;box-shadow:0 5px 20px #ffd44633}:root{--royale-icons: url(../../public/images/royale_icons.webp?1);--royale-cards: url(../../public/images/royale_cards.webp?08);--clash-icons: url(../../public/images/clash_icons.webp?10);--codm-icons: url(../../public/images/codm_icons.webp?1)}.cr-arena_1{width:64px;height:77px;background:var(--royale-icons) -2px -2px}.cr-arena_2{width:64px;height:73px;background:var(--royale-icons) -70px -2px}.cr-arena_3{width:64px;height:87px;background:var(--royale-icons) -138px -2px}.cr-arena_4{width:64px;height:71px;background:var(--royale-icons) -206px -2px}.cr-arena_5{width:64px;height:78px;background:var(--royale-icons) -274px -2px}.cr-arena_6{width:64px;height:78px;background:var(--royale-icons) -342px -2px}.cr-arena_7{width:64px;height:69px;background:var(--royale-icons) -410px -2px}.cr-arena_8{width:64px;height:70px;background:var(--royale-icons) -478px -2px}.cr-arena_9{width:64px;height:67px;background:var(--royale-icons) -546px -2px}.cr-battle_challenge_classic{width:64px;height:59px;background:var(--royale-icons) -614px -2px}.cr-battle_challenge_grand{width:64px;height:58px;background:var(--royale-icons) -682px -2px}.cr-battle_friendly{width:64px;height:76px;background:var(--royale-icons) -750px -2px}.cr-battle_ladder{width:64px;height:57px;background:var(--royale-icons) -818px -2px}.cr-battle_team{width:64px;height:76px;background:var(--royale-icons) -886px -2px}.cr-battle_tournament{width:64px;height:72px;background:var(--royale-icons) -954px -2px}.cr-blind{width:64px;height:60px;background:var(--royale-icons) -1022px -2px}.cr-book{width:64px;height:71px;background:var(--royale-icons) -1090px -2px}.cr-cards{width:64px;height:66px;background:var(--royale-icons) -1158px -2px}.cr-cards_left{width:64px;height:65px;background:var(--royale-icons) -1226px -2px}.cr-cardsq{width:64px;height:61px;background:var(--royale-icons) -1294px -2px}.cr-classic{width:64px;height:72px;background:var(--royale-icons) -1362px -2px}.cr-Common{width:64px;height:80px;background:var(--royale-icons) -1430px -2px}.cr-copy{width:64px;height:70px;background:var(--royale-icons) -1498px -2px}.cr-cosmetic_token{width:64px;height:33px;background:var(--royale-icons) -1566px -2px}.cr-crown_blue{width:64px;height:53px;background:var(--royale-icons) -1634px -2px}.cr-crown_red{width:64px;height:55px;background:var(--royale-icons) -1702px -2px}.cr-double_elixir{width:64px;height:59px;background:var(--royale-icons) -1770px -2px}.cr-draft{width:64px;height:80px;background:var(--royale-icons) -1838px -2px}.cr-elixir{width:64px;height:71px;background:var(--royale-icons) -1906px -2px}.cr-emoji_hogrider_heart{width:64px;height:53px;background:var(--royale-icons) -1974px -2px}.cr-Epic{width:64px;height:80px;background:var(--royale-icons) -2042px -2px}.cr-evo_card{width:64px;height:82px;background:var(--royale-icons) -2110px -2px}.cr-evo_cards{width:64px;height:67px;background:var(--royale-icons) -2178px -2px}.cr-evo_part{width:64px;height:62px;background:var(--royale-icons) -2246px -2px}.cr-gem{width:64px;height:78px;background:var(--royale-icons) -2314px -2px}.cr-gems_card{width:64px;height:79px;background:var(--royale-icons) -2382px -2px}.cr-gold_card{width:64px;height:79px;background:var(--royale-icons) -2450px -2px}.cr-gold_coin{width:64px;height:69px;background:var(--royale-icons) -2518px -2px}.cr-goldrush_gold{width:64px;height:60px;background:var(--royale-icons) -2586px -2px}.cr-grand{width:64px;height:72px;background:var(--royale-icons) -2654px -2px}.cr-icespiritevolution{width:64px;height:83px;background:var(--royale-icons) -2722px -2px}.cr-jeton{width:64px;height:59px;background:var(--royale-icons) -2790px -2px}.cr-Legendary{width:64px;height:87px;background:var(--royale-icons) -2858px -2px}.cr-logo{width:64px;height:77px;background:var(--royale-icons) -2926px -2px}.cr-lvl15_card{width:64px;height:64px;background:var(--royale-icons) -2994px -2px}.cr-miner_kitkat_cart{width:64px;height:70px;background:var(--royale-icons) -3062px -2px}.cr-mystery_box{width:64px;height:58px;background:var(--royale-icons) -3130px -2px}.cr-playerlevel{width:64px;height:64px;background:var(--royale-icons) -3198px -2px}.cr-random_deck{width:64px;height:58px;background:var(--royale-icons) -3266px -2px}.cr-ranklegendary{width:64px;height:73px;background:var(--royale-icons) -3334px -2px}.cr-Rare{width:64px;height:80px;background:var(--royale-icons) -3402px -2px}.cr-royale_cup{width:64px;height:63px;background:var(--royale-icons) -3470px -2px}.cr-shop_gold{width:64px;height:68px;background:var(--royale-icons) -3538px -2px}.cr-sudden_death{width:64px;height:58px;background:var(--royale-icons) -3606px -2px}.cr-swords{width:64px;height:58px;background:var(--royale-icons) -3674px -2px}.cr-table{width:64px;height:71px;background:var(--royale-icons) -3742px -2px}.cr-tournament{width:64px;height:72px;background:var(--royale-icons) -3810px -2px}.cr-trophies{width:64px;height:62px;background:var(--royale-icons) -3878px -2px}.cr-trophies_legendary{width:64px;height:57px;background:var(--royale-icons) -3946px -2px}.cr-x{width:64px;height:65px;background:var(--royale-icons) -4014px -2px}.cr-card-Archer_Queen{width:80px;height:118px;background:var(--royale-cards) -2px -2px}.cr-card-Archers{width:80px;height:100px;background:var(--royale-cards) -86px -2px}.cr-card-Arrows{width:80px;height:100px;background:var(--royale-cards) -170px -2px}.cr-card-Baby_Dragon{width:80px;height:100px;background:var(--royale-cards) -254px -2px}.cr-card-Balloon{width:80px;height:100px;background:var(--royale-cards) -338px -2px}.cr-card-Bandit{width:80px;height:109px;background:var(--royale-cards) -422px -2px}.cr-card-Barbarian_Barrel{width:80px;height:100px;background:var(--royale-cards) -506px -2px}.cr-card-Barbarian_Hut{width:80px;height:100px;background:var(--royale-cards) -590px -2px}.cr-card-Barbarians{width:80px;height:100px;background:var(--royale-cards) -674px -2px}.cr-card-Bats{width:80px;height:100px;background:var(--royale-cards) -758px -2px}.cr-card-Battle_Healer{width:80px;height:100px;background:var(--royale-cards) -842px -2px}.cr-card-Battle_Ram{width:80px;height:100px;background:var(--royale-cards) -926px -2px}.cr-card-Berserker{width:80px;height:100px;background:var(--royale-cards) -1010px -2px}.cr-card-Bomb_Tower{width:80px;height:100px;background:var(--royale-cards) -1094px -2px}.cr-card-Bomber{width:80px;height:100px;background:var(--royale-cards) -1178px -2px}.cr-card-Boss_Bandit{width:80px;height:118px;background:var(--royale-cards) -1262px -2px}.cr-card-Bowler{width:80px;height:100px;background:var(--royale-cards) -1346px -2px}.cr-card-Cannon_Cart{width:80px;height:100px;background:var(--royale-cards) -1430px -2px}.cr-card-Cannon{width:80px;height:100px;background:var(--royale-cards) -1514px -2px}.cr-card-Clone{width:80px;height:100px;background:var(--royale-cards) -1598px -2px}.cr-card-Dark_Prince{width:80px;height:100px;background:var(--royale-cards) -1682px -2px}.cr-card-Dart_Goblin{width:80px;height:100px;background:var(--royale-cards) -1766px -2px}.cr-card-Earthquake{width:80px;height:100px;background:var(--royale-cards) -1850px -2px}.cr-card-Electro_Dragon{width:80px;height:100px;background:var(--royale-cards) -1934px -2px}.cr-card-Electro_Spirit{width:80px;height:100px;background:var(--royale-cards) -2018px -2px}.cr-card-Electro_Giant{width:80px;height:100px;background:var(--royale-cards) -2102px -2px}.cr-card-Electro_Wizard{width:80px;height:109px;background:var(--royale-cards) -2186px -2px}.cr-card-Elite_Barbarians{width:80px;height:100px;background:var(--royale-cards) -2270px -2px}.cr-card-Elixir_Golem{width:80px;height:100px;background:var(--royale-cards) -2354px -2px}.cr-card-Elixir_Collector{width:80px;height:100px;background:var(--royale-cards) -2438px -2px}.cr-card-Executioner{width:80px;height:100px;background:var(--royale-cards) -2522px -2px}.cr-card-Fire_Spirit{width:80px;height:100px;background:var(--royale-cards) -2606px -2px}.cr-card-Firecracker{width:80px;height:100px;background:var(--royale-cards) -2690px -2px}.cr-card-Fireball{width:80px;height:100px;background:var(--royale-cards) -2774px -2px}.cr-card-Flying_Machine{width:80px;height:100px;background:var(--royale-cards) -2858px -2px}.cr-card-Fisherman{width:80px;height:109px;background:var(--royale-cards) -2942px -2px}.cr-card-Freeze{width:80px;height:100px;background:var(--royale-cards) -3026px -2px}.cr-card-Furnace{width:80px;height:100px;background:var(--royale-cards) -3110px -2px}.cr-card-Giant_Skeleton{width:80px;height:100px;background:var(--royale-cards) -3194px -2px}.cr-card-Giant_Snowball{width:80px;height:100px;background:var(--royale-cards) -3278px -2px}.cr-card-Goblin_Barrel{width:80px;height:100px;background:var(--royale-cards) -3362px -2px}.cr-card-Giant{width:80px;height:100px;background:var(--royale-cards) -3446px -2px}.cr-card-Goblin_Cage{width:80px;height:100px;background:var(--royale-cards) -3530px -2px}.cr-card-Goblin_Curse{width:80px;height:100px;background:var(--royale-cards) -3614px -2px}.cr-card-Goblin_Demolisher{width:80px;height:100px;background:var(--royale-cards) -3698px -2px}.cr-card-Goblin_Gang{width:80px;height:100px;background:var(--royale-cards) -3782px -2px}.cr-card-Goblin_Drill{width:80px;height:100px;background:var(--royale-cards) -3866px -2px}.cr-card-Goblin_Machine{width:80px;height:109px;background:var(--royale-cards) -3950px -2px}.cr-card-Goblins{width:80px;height:100px;background:var(--royale-cards) -4034px -2px}.cr-card-Goblin_Giant{width:80px;height:100px;background:var(--royale-cards) -4118px -2px}.cr-card-Goblin_Hut{width:80px;height:100px;background:var(--royale-cards) -4202px -2px}.cr-card-Goblinstein{width:80px;height:118px;background:var(--royale-cards) -4286px -2px}.cr-card-Golden_Knight{width:80px;height:118px;background:var(--royale-cards) -4370px -2px}.cr-card-Graveyard{width:80px;height:109px;background:var(--royale-cards) -4454px -2px}.cr-card-Guards{width:80px;height:100px;background:var(--royale-cards) -4538px -2px}.cr-card-Golem{width:80px;height:100px;background:var(--royale-cards) -4622px -2px}.cr-card-Hog_Rider{width:80px;height:100px;background:var(--royale-cards) -4706px -2px}.cr-card-Heal_Spirit{width:80px;height:100px;background:var(--royale-cards) -4790px -2px}.cr-card-Hunter{width:80px;height:100px;background:var(--royale-cards) -4874px -2px}.cr-card-Ice_Golem{width:80px;height:100px;background:var(--royale-cards) -4958px -2px}.cr-card-Ice_Spirit{width:80px;height:100px;background:var(--royale-cards) -5042px -2px}.cr-card-Ice_Wizard{width:80px;height:109px;background:var(--royale-cards) -5126px -2px}.cr-card-Lava_Hound{width:80px;height:109px;background:var(--royale-cards) -5210px -2px}.cr-card-Inferno_Tower{width:80px;height:100px;background:var(--royale-cards) -5294px -2px}.cr-card-Lightning{width:80px;height:100px;background:var(--royale-cards) -5378px -2px}.cr-card-Inferno_Dragon{width:80px;height:109px;background:var(--royale-cards) -5462px -2px}.cr-card-Little_Prince{width:80px;height:118px;background:var(--royale-cards) -5546px -2px}.cr-card-Lumberjack{width:80px;height:109px;background:var(--royale-cards) -5630px -2px}.cr-card-Knight{width:80px;height:100px;background:var(--royale-cards) -5714px -2px}.cr-card-Magic_Archer{width:80px;height:109px;background:var(--royale-cards) -5798px -2px}.cr-card-Mega_Knight{width:80px;height:109px;background:var(--royale-cards) -5882px -2px}.cr-card-Mega_Minion{width:80px;height:100px;background:var(--royale-cards) -5966px -2px}.cr-card-Mini_P_E_K_K_A{width:80px;height:100px;background:var(--royale-cards) -6050px -2px}.cr-card-Miner{width:80px;height:109px;background:var(--royale-cards) -6134px -2px}.cr-card-Mirror{width:80px;height:100px;background:var(--royale-cards) -6218px -2px}.cr-card-Mighty_Miner{width:80px;height:118px;background:var(--royale-cards) -6302px -2px}.cr-card-Minion_Horde{width:80px;height:100px;background:var(--royale-cards) -6386px -2px}.cr-card-Monk{width:80px;height:118px;background:var(--royale-cards) -6470px -2px}.cr-card-Minions{width:80px;height:100px;background:var(--royale-cards) -6554px -2px}.cr-card-Mother_Witch{width:80px;height:109px;background:var(--royale-cards) -6638px -2px}.cr-card-Night_Witch{width:80px;height:109px;background:var(--royale-cards) -6722px -2px}.cr-card-Mortar{width:80px;height:100px;background:var(--royale-cards) -6806px -2px}.cr-card-Musketeer{width:80px;height:100px;background:var(--royale-cards) -6890px -2px}.cr-card-Prince{width:80px;height:100px;background:var(--royale-cards) -6974px -2px}.cr-card-P_E_K_K_A{width:80px;height:100px;background:var(--royale-cards) -7058px -2px}.cr-card-Rage{width:80px;height:100px;background:var(--royale-cards) -7142px -2px}.cr-card-Princess{width:80px;height:109px;background:var(--royale-cards) -7226px -2px}.cr-card-Poison{width:80px;height:100px;background:var(--royale-cards) -7310px -2px}.cr-card-Phoenix{width:80px;height:109px;background:var(--royale-cards) -7394px -2px}.cr-card-Ram_Rider{width:80px;height:109px;background:var(--royale-cards) -7478px -2px}.cr-card-Rascals{width:80px;height:100px;background:var(--royale-cards) -7562px -2px}.cr-card-Rocket{width:80px;height:100px;background:var(--royale-cards) -7646px -2px}.cr-card-Royal_Delivery{width:80px;height:100px;background:var(--royale-cards) -7730px -2px}.cr-card-Royal_Giant{width:80px;height:100px;background:var(--royale-cards) -7814px -2px}.cr-card-Rune_Giant{width:80px;height:100px;background:var(--royale-cards) -7898px -2px}.cr-card-Royal_Hogs{width:80px;height:100px;background:var(--royale-cards) -7982px -2px}.cr-card-Royal_Recruits{width:80px;height:100px;background:var(--royale-cards) -8066px -2px}.cr-card-Royal_Ghost{width:80px;height:109px;background:var(--royale-cards) -8150px -2px}.cr-card-Skeleton_Army{width:80px;height:100px;background:var(--royale-cards) -8234px -2px}.cr-card-Skeleton_Barrel{width:80px;height:100px;background:var(--royale-cards) -8318px -2px}.cr-card-Skeleton_Dragons{width:80px;height:100px;background:var(--royale-cards) -8402px -2px}.cr-card-Skeleton_King{width:80px;height:118px;background:var(--royale-cards) -8486px -2px}.cr-card-Skeletons{width:80px;height:100px;background:var(--royale-cards) -8570px -2px}.cr-card-Sparky{width:80px;height:109px;background:var(--royale-cards) -8654px -2px}.cr-card-Spear_Goblins{width:80px;height:100px;background:var(--royale-cards) -8738px -2px}.cr-card-Spirit_Empress{width:80px;height:109px;background:var(--royale-cards) -8822px -2px}.cr-card-Suspicious_Bush{width:80px;height:100px;background:var(--royale-cards) -8906px -2px}.cr-card-Tesla{width:80px;height:100px;background:var(--royale-cards) -8990px -2px}.cr-card-The_Log{width:80px;height:109px;background:var(--royale-cards) -9074px -2px}.cr-card-Three_Musketeers{width:80px;height:100px;background:var(--royale-cards) -9158px -2px}.cr-card-Tombstone{width:80px;height:100px;background:var(--royale-cards) -9242px -2px}.cr-card-Tornado{width:80px;height:100px;background:var(--royale-cards) -9326px -2px}.cr-card-Valkyrie{width:80px;height:100px;background:var(--royale-cards) -9410px -2px}.cr-card-Vines{width:80px;height:100px;background:var(--royale-cards) -9494px -2px}.cr-card-Void{width:80px;height:100px;background:var(--royale-cards) -9578px -2px}.cr-card-Wall_Breakers{width:80px;height:100px;background:var(--royale-cards) -9662px -2px}.cr-card-Witch{width:80px;height:100px;background:var(--royale-cards) -9746px -2px}.cr-card-Wizard{width:80px;height:100px;background:var(--royale-cards) -9830px -2px}.cr-card-X_Bow{width:80px;height:100px;background:var(--royale-cards) -9914px -2px}.cr-card-Zap{width:80px;height:100px;background:var(--royale-cards) -9998px -2px}.cr-card-Zappies{width:80px;height:100px;background:var(--royale-cards) -10082px -2px}.coc-Ruin_Witch{width:64px;height:64px;background:var(--clash-icons) -53px -1px}.coc-Stun_Blaster{width:64px;height:66px;background:var(--clash-icons) -119px -1px}.coc-Stick_Horse{width:64px;height:73px;background:var(--clash-icons) -185px -1px}.coc-Rocket_Backpack{width:64px;height:78px;background:var(--clash-icons) -251px -1px}.coc-Monolith_Arrow{width:64px;height:65px;background:var(--clash-icons) -317px -1px}.coc-Dragon_Duke{width:64px;height:64px;background:var(--clash-icons) -383px -1px}.coc-Guardians_Logger{width:64px;height:51px;background:var(--clash-icons) -449px -1px}.coc-Greedy_Raven{width:64px;height:63px;background:var(--clash-icons) -515px -1px}.coc-Frost_Flake{width:64px;height:61px;background:var(--clash-icons) -581px -1px}.coc-Flame_Blower{width:64px;height:68px;background:var(--clash-icons) -647px -1px}.coc-Fire_Heart{width:64px;height:57px;background:var(--clash-icons) -713px -1px}.coc-Electro_Fangs{width:64px;height:71px;background:var(--clash-icons) -779px -1px}.coc-mlbb_ticket{width:64px;height:93px;background:var(--clash-icons) -845px -1px}.coc-mlbb_point_coin{width:64px;height:79px;background:var(--clash-icons) -911px -1px}.coc-mlbb_id{width:64px;height:68px;background:var(--clash-icons) -977px -1px}.coc-mlbb_hero{width:64px;height:64px;background:var(--clash-icons) -1043px -1px}.coc-mlbb_diamond{width:64px;height:52px;background:var(--clash-icons) -1109px -1px}.coc-mlbb_change_name{width:64px;height:47px;background:var(--clash-icons) -1175px -1px}.coc-clashopir__4_{width:64px;height:64px;background:var(--clash-icons) -1241px -1px}.coc-clashopir__5_{width:64px;height:64px;background:var(--clash-icons) -1307px -1px}.coc-clashopir__6_{width:64px;height:64px;background:var(--clash-icons) -1373px -1px}.coc-mlbb_celestial_Level{width:64px;height:69px;background:var(--clash-icons) -1439px -1px}.coc-mlbb_skin_common{width:64px;height:50px;background:var(--clash-icons) -1505px -1px}.coc-mlbb_skin_deluxe{width:64px;height:60px;background:var(--clash-icons) -1571px -1px}.coc-mlbb_skin_exceptional{width:64px;height:54px;background:var(--clash-icons) -1637px -1px}.coc-mlbb_skin_exquisite{width:64px;height:64px;background:var(--clash-icons) -1703px -1px}.coc-mlbb_skin_grand{width:64px;height:62px;background:var(--clash-icons) -1769px -1px}.coc-mlbb_skin_legend{width:64px;height:66px;background:var(--clash-icons) -1835px -1px}.coc-Guardians_Smasher{width:64px;height:56px;background:var(--clash-icons) -1901px -1px}.coc-pubg{width:64px;height:64px;background:var(--clash-icons) -1967px -1px}.coc-Guardians_Longshot{width:64px;height:55px;background:var(--clash-icons) -2033px -1px}.coc-genshin_impact{width:64px;height:64px;background:var(--clash-icons) -2099px -1px}.coc-mlbb{width:64px;height:64px;background:var(--clash-icons) -2165px -1px}.coc-Sneezy{width:64px;height:65px;background:var(--clash-icons) -2231px -1px}.coc-Totem_Spell{width:64px;height:61px;background:var(--clash-icons) -2297px -1px}.coc-Revive_Spell{width:64px;height:64px;background:var(--clash-icons) -2363px -1px}.coc-Meteor_Staff{width:64px;height:65px;background:var(--clash-icons) -2429px -1px}.coc-Meteor_Golem{width:64px;height:64px;background:var(--clash-icons) -2495px -1px}.coc-Noble_Iron{width:64px;height:53px;background:var(--clash-icons) -2561px -1px}.coc-Troop_Launcher{width:64px;height:80px;background:var(--clash-icons) -2627px -1px}.coc-Metal_Pants{width:64px;height:53px;background:var(--clash-icons) -2693px -1px}.coc-Furnace{width:64px;height:63px;background:var(--clash-icons) -2759px -1px}.coc-Dark_Crown{width:64px;height:59px;background:var(--clash-icons) -2825px -1px}.coc-Action_Figure{width:64px;height:59px;background:var(--clash-icons) -2891px -1px}.coc-Ice_Block_Spell{width:64px;height:64px;background:var(--clash-icons) -2957px -1px}.coc-th_18{width:64px;height:64px;background:var(--clash-icons) -3023px -1px}.coc-Druid{width:64px;height:64px;background:var(--clash-icons) -3089px -1px}.coc-Thrower{width:64px;height:64px;background:var(--clash-icons) -3155px -1px}.coc-codm_lvl{width:95px;height:95px;background:var(--clash-icons) -12557px -1px}.coc-codm{width:64px;height:64px;background:var(--clash-icons) -3221px -1px}.coc-th_17{width:64px;height:72px;background:var(--clash-icons) -3287px -1px}.coc-Snake_Bracelet{width:64px;height:66px;background:var(--clash-icons) -3353px -1px}.coc-Minion_Prince{width:64px;height:62px;background:var(--clash-icons) -3419px -1px}.coc-Heroic_Torch{width:64px;height:72px;background:var(--clash-icons) -3485px -1px}.coc-Henchmen_Puppet{width:64px;height:70px;background:var(--clash-icons) -3551px -1px}.coc-Electro_Boots{width:64px;height:64px;background:var(--clash-icons) -3617px -1px}.coc-Lavaloon_Puppet{width:64px;height:79px;background:var(--clash-icons) -3683px -1px}.coc-Dark_Orb{width:64px;height:63px;background:var(--clash-icons) -3749px -1px}.coc-Spiky_Ball{width:64px;height:62px;background:var(--clash-icons) -3815px -1px}.coc-Magic_Mirror{width:64px;height:84px;background:var(--clash-icons) -3881px -1px}.coc-Giant_Gauntlet{width:64px;height:67px;background:var(--clash-icons) -3947px -1px}.coc-Rocket_Spear{width:64px;height:64px;background:var(--clash-icons) -4013px -1px}.coc-Fireball{width:64px;height:75px;background:var(--clash-icons) -4079px -1px}.coc-Frozen_Arrow{width:64px;height:66px;background:var(--clash-icons) -4145px -1px}.coc-Vampstache{width:64px;height:50px;background:var(--clash-icons) -4211px -1px}.coc-Seeking_Shield{width:64px;height:57px;background:var(--clash-icons) -4277px -1px}.coc-Invisibility_Vial{width:64px;height:56px;background:var(--clash-icons) -4343px -1px}.coc-Giant_Arrow{width:64px;height:64px;background:var(--clash-icons) -4409px -1px}.coc-Royal_Gem{width:64px;height:68px;background:var(--clash-icons) -4475px -1px}.coc-Life_Gem{width:64px;height:66px;background:var(--clash-icons) -4541px -1px}.coc-Rage_Vial{width:64px;height:58px;background:var(--clash-icons) -4607px -1px}.coc-Hog_Rider_Puppet{width:64px;height:67px;background:var(--clash-icons) -4673px -1px}.coc-Healing_Tome{width:64px;height:63px;background:var(--clash-icons) -4739px -1px}.coc-Haste_Vial{width:64px;height:62px;background:var(--clash-icons) -4805px -1px}.coc-Healer_Puppet{width:64px;height:71px;background:var(--clash-icons) -4871px -1px}.coc-Barbarian_Puppet{width:64px;height:69px;background:var(--clash-icons) -4937px -1px}.coc-Eternal_Tome{width:64px;height:63px;background:var(--clash-icons) -5003px -1px}.coc-Rage_Gem{width:64px;height:63px;background:var(--clash-icons) -5069px -1px}.coc-Archer_Puppet{width:64px;height:66px;background:var(--clash-icons) -5135px -1px}.coc-Earthquake_Boots{width:64px;height:61px;background:var(--clash-icons) -5201px -1px}.coc-Overgrowth_Spell{width:64px;height:64px;background:var(--clash-icons) -5267px -1px}.coc-hay_day{width:64px;height:64px;background:var(--clash-icons) -5333px -1px}.coc-Angry_Jelly{width:64px;height:62px;background:var(--clash-icons) -5399px -1px}.coc-Clashop{width:64px;height:64px;background:var(--clash-icons) -5465px -1px}.coc-brawl_stars{width:64px;height:64px;background:var(--clash-icons) -5531px -1px}.coc-Spirit_Fox{width:64px;height:64px;background:var(--clash-icons) -5597px -1px}.coc-Root_Rider{width:64px;height:64px;background:var(--clash-icons) -5663px -1px}.coc-th_16{width:64px;height:75px;background:var(--clash-icons) -5729px -1px}.coc-Yeti{width:64px;height:64px;background:var(--clash-icons) -5795px -1px}.coc-Wizard{width:64px;height:64px;background:var(--clash-icons) -5861px -1px}.coc-Wall_Wrecker{width:64px;height:70px;background:var(--clash-icons) -5927px -1px}.coc-Witch{width:64px;height:64px;background:var(--clash-icons) -5993px -1px}.coc-Wall_Breaker{width:64px;height:64px;background:var(--clash-icons) -6059px -1px}.coc-Valkyrie{width:64px;height:64px;background:var(--clash-icons) -6125px -1px}.coc-Unicorn{width:64px;height:64px;background:var(--clash-icons) -6191px -1px}.coc-Stone_Slammer{width:64px;height:85px;background:var(--clash-icons) -6257px -1px}.coc-Santas_Surprise{width:64px;height:64px;background:var(--clash-icons) -6323px -1px}.coc-Siege_Barracks{width:64px;height:72px;background:var(--clash-icons) -6389px -1px}.coc-Skeleton_Spell{width:64px;height:59px;background:var(--clash-icons) -6455px -1px}.coc-Sneaky_Archer{width:64px;height:64px;background:var(--clash-icons) -6521px -1px}.coc-Recall_Spell{width:64px;height:64px;background:var(--clash-icons) -6587px -1px}.coc-Rage_Spell{width:64px;height:64px;background:var(--clash-icons) -6653px -1px}.coc-Raged_Barbarian{width:64px;height:64px;background:var(--clash-icons) -6719px -1px}.coc-Power_P_E_K_K_A{width:64px;height:62px;background:var(--clash-icons) -6785px -1px}.coc-Poison_Spell{width:64px;height:64px;background:var(--clash-icons) -6851px -1px}.coc-Poison_Lizard{width:64px;height:68px;background:var(--clash-icons) -6917px -1px}.coc-Phoenix{width:64px;height:64px;background:var(--clash-icons) -6983px -1px}.coc-P_E_K_K_A{width:64px;height:64px;background:var(--clash-icons) -7049px -1px}.coc-Night_Witch{width:64px;height:64px;background:var(--clash-icons) -7115px -1px}.coc-Minion{width:64px;height:64px;background:var(--clash-icons) -7181px -1px}.coc-Miner{width:64px;height:64px;background:var(--clash-icons) -7247px -1px}.coc-Mighty_Yak{width:64px;height:60px;background:var(--clash-icons) -7313px -1px}.coc-Log_Launcher{width:64px;height:74px;background:var(--clash-icons) -7379px -1px}.coc-Lightning_Spell{width:64px;height:64px;background:var(--clash-icons) -7445px -1px}.coc-Lava_Hound{width:64px;height:64px;background:var(--clash-icons) -7511px -1px}.coc-L_A_S_S_I{width:64px;height:65px;background:var(--clash-icons) -7577px -1px}.coc-Jump_Spell{width:64px;height:64px;background:var(--clash-icons) -7643px -1px}.coc-Invisibility_Spell{width:64px;height:64px;background:var(--clash-icons) -7709px -1px}.coc-Ice_Golem{width:64px;height:64px;background:var(--clash-icons) -7775px -1px}.coc-Hog_Rider{width:64px;height:64px;background:var(--clash-icons) -7841px -1px}.coc-Hog_Glider{width:64px;height:64px;background:var(--clash-icons) -7907px -1px}.coc-Healing_Spell{width:64px;height:64px;background:var(--clash-icons) -7973px -1px}.coc-Healer{width:64px;height:64px;background:var(--clash-icons) -8039px -1px}.coc-Headhunter{width:64px;height:64px;background:var(--clash-icons) -8105px -1px}.coc-Haste_Spell{width:64px;height:64px;background:var(--clash-icons) -8171px -1px}.coc-Golem{width:64px;height:64px;background:var(--clash-icons) -8237px -1px}.coc-Goblin{width:64px;height:64px;background:var(--clash-icons) -8303px -1px}.coc-Giant{width:64px;height:64px;background:var(--clash-icons) -8369px -1px}.coc-Frosty{width:64px;height:64px;background:var(--clash-icons) -8435px -1px}.coc-Freeze_Spell{width:64px;height:64px;background:var(--clash-icons) -8501px -1px}.coc-Flame_Flinger{width:64px;height:82px;background:var(--clash-icons) -8567px -1px}.coc-Electro_Titan{width:64px;height:64px;background:var(--clash-icons) -8633px -1px}.coc-Electro_Owl{width:64px;height:64px;background:var(--clash-icons) -8699px -1px}.coc-Electro_Dragon{width:64px;height:64px;background:var(--clash-icons) -8765px -1px}.coc-Electrofire_Wizard{width:64px;height:64px;background:var(--clash-icons) -8831px -1px}.coc-Earthquake_Spell{width:64px;height:64px;background:var(--clash-icons) -8897px -1px}.coc-Drop_Ship{width:64px;height:64px;background:var(--clash-icons) -8963px -1px}.coc-Dragon_Rider{width:64px;height:63px;background:var(--clash-icons) -9029px -1px}.coc-Dragon{width:64px;height:68px;background:var(--clash-icons) -9095px -1px}.coc-Diggy{width:64px;height:63px;background:var(--clash-icons) -9161px -1px}.coc-Clone_Spell{width:64px;height:63px;background:var(--clash-icons) -9227px -1px}.coc-Cannon_Cart{width:64px;height:59px;background:var(--clash-icons) -9293px -1px}.coc-Boxer_Giant{width:64px;height:64px;background:var(--clash-icons) -9359px -1px}.coc-Bowler{width:64px;height:64px;background:var(--clash-icons) -9425px -1px}.coc-Bomber{width:64px;height:64px;background:var(--clash-icons) -9491px -1px}.coc-Beta_Minion{width:64px;height:64px;background:var(--clash-icons) -9557px -1px}.coc-Bat_Spell{width:64px;height:62px;background:var(--clash-icons) -9623px -1px}.coc-Battle_Drill{width:64px;height:77px;background:var(--clash-icons) -9689px -1px}.coc-Battle_Copter{width:64px;height:83px;background:var(--clash-icons) -9755px -1px}.coc-Battle_Blimp{width:64px;height:67px;background:var(--clash-icons) -9821px -1px}.coc-Barbarian{width:64px;height:64px;background:var(--clash-icons) -9887px -1px}.coc-Balloon{width:64px;height:64px;background:var(--clash-icons) -9953px -1px}.coc-Baby_Dragon{width:64px;height:74px;background:var(--clash-icons) -10019px -1px}.coc-Archer{width:64px;height:72px;background:var(--clash-icons) -10085px -1px}.coc-Apprentice_Warden{width:64px;height:64px;background:var(--clash-icons) -10151px -1px}.coc-icon_gem{width:64px;height:82px;background:var(--clash-icons) -10217px -1px}.coc-xp_icon{width:94px;height:97px;background:var(--clash-icons) -12461px -1px}.coc-supercell_id{width:200px;height:43px;background:var(--clash-icons) -12654px -1px}.coc-icon_war_star{width:64px;height:63px;background:var(--clash-icons) -10283px -1px}.coc-map_skin_1{width:64px;height:61px;background:var(--clash-icons) -10349px -1px}.coc-queen_skin{width:50px;height:64px;background:var(--clash-icons) -1px -1px}.coc-clash_royale{width:64px;height:64px;background:var(--clash-icons) -10415px -1px}.coc-clash_of_clans{width:64px;height:64px;background:var(--clash-icons) -10481px -1px}.coc-th_9{width:64px;height:70px;background:var(--clash-icons) -10547px -1px}.coc-th_8{width:64px;height:73px;background:var(--clash-icons) -10613px -1px}.coc-th_7{width:64px;height:69px;background:var(--clash-icons) -10679px -1px}.coc-th_6{width:64px;height:69px;background:var(--clash-icons) -10745px -1px}.coc-th_5{width:64px;height:69px;background:var(--clash-icons) -10811px -1px}.coc-th_4{width:64px;height:69px;background:var(--clash-icons) -10877px -1px}.coc-th_3{width:64px;height:64px;background:var(--clash-icons) -10943px -1px}.coc-th_2{width:64px;height:62px;background:var(--clash-icons) -11009px -1px}.coc-th_15{width:64px;height:79px;background:var(--clash-icons) -11075px -1px}.coc-th_14{width:64px;height:68px;background:var(--clash-icons) -11141px -1px}.coc-th_13{width:64px;height:66px;background:var(--clash-icons) -11207px -1px}.coc-th_12{width:64px;height:71px;background:var(--clash-icons) -11273px -1px}.coc-th_11{width:64px;height:71px;background:var(--clash-icons) -11339px -1px}.coc-th_10{width:64px;height:76px;background:var(--clash-icons) -11405px -1px}.coc-th_1{width:64px;height:60px;background:var(--clash-icons) -11471px -1px}.coc-Royal_Champion{width:64px;height:64px;background:var(--clash-icons) -11537px -1px}.coc-Grand_Warden{width:64px;height:64px;background:var(--clash-icons) -11603px -1px}.coc-bh_9{width:64px;height:67px;background:var(--clash-icons) -11669px -1px}.coc-bh_8{width:64px;height:73px;background:var(--clash-icons) -11735px -1px}.coc-bh_7{width:64px;height:66px;background:var(--clash-icons) -11801px -1px}.coc-bh_6{width:64px;height:63px;background:var(--clash-icons) -11867px -1px}.coc-bh_5{width:64px;height:64px;background:var(--clash-icons) -11933px -1px}.coc-bh_4{width:64px;height:66px;background:var(--clash-icons) -11999px -1px}.coc-bh_3{width:64px;height:63px;background:var(--clash-icons) -12065px -1px}.coc-bh_2{width:64px;height:55px;background:var(--clash-icons) -12131px -1px}.coc-bh_1{width:64px;height:56px;background:var(--clash-icons) -12197px -1px}.coc-Battle_Machine{width:64px;height:64px;background:var(--clash-icons) -12263px -1px}.coc-Barbarian_King{width:64px;height:64px;background:var(--clash-icons) -12329px -1px}.coc-Archer_Queen{width:64px;height:68px;background:var(--clash-icons) -12395px -1px}.codm-activision{width:64px;height:64px;background:var(--codm-icons) -2px -2px}.codm-activision_cod{width:64px;height:64px;background:var(--codm-icons) -70px -2px}.codm-c{width:64px;height:73px;background:var(--codm-icons) -138px -2px}.codm-clashop{width:64px;height:64px;background:var(--codm-icons) -206px -2px}.codm-codm{width:64px;height:64px;background:var(--codm-icons) -274px -2px}.codm-codm2{width:64px;height:64px;background:var(--codm-icons) -342px -2px}.codm-common{width:64px;height:64px;background:var(--codm-icons) -410px -2px}.codm-codm3{width:64px;height:64px;background:var(--codm-icons) -478px -2px}.codm-cp1{width:64px;height:64px;background:var(--codm-icons) -546px -2px}.codm-cp2{width:64px;height:58px;background:var(--codm-icons) -614px -2px}.codm-damascus{width:64px;height:64px;background:var(--codm-icons) -682px -2px}.codm-diamond{width:64px;height:63px;background:var(--codm-icons) -750px -2px}.codm-epic{width:64px;height:63px;background:var(--codm-icons) -818px -2px}.codm-fb{width:64px;height:64px;background:var(--codm-icons) -886px -2px}.codm-gold{width:64px;height:64px;background:var(--codm-icons) -954px -2px}.codm-legendary{width:64px;height:63px;background:var(--codm-icons) -1022px -2px}.codm-level{width:64px;height:64px;background:var(--codm-icons) -1090px -2px}.codm-google{width:64px;height:64px;background:var(--codm-icons) -1158px -2px}.codm-mythic2{width:64px;height:64px;background:var(--codm-icons) -1226px -2px}.codm-rare{width:64px;height:64px;background:var(--codm-icons) -1294px -2px}.codm-uid{width:64px;height:64px;background:var(--codm-icons) -1362px -2px}.codm-uncommon{width:64px;height:64px;background:var(--codm-icons) -1430px -2px}.codm-mythic{width:64px;height:63px;background:var(--codm-icons) -1498px -2px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:PelakFont,Graphik,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}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,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color: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:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root,[data-theme]{background-color:var(--fallback-b1,oklch(var(--b1)/1));color:var(--fallback-bc,oklch(var(--bc)/1))}@supports not (color: oklch(0% 0 0)){:root{color-scheme:light;--fallback-p: #491eff;--fallback-pc: #d4dbff;--fallback-s: #ff41c7;--fallback-sc: #fff9fc;--fallback-a: #00cfbd;--fallback-ac: #00100d;--fallback-n: #2b3440;--fallback-nc: #d7dde4;--fallback-b1: #ffffff;--fallback-b2: #e5e6e6;--fallback-b3: #e5e6e6;--fallback-bc: #1f2937;--fallback-in: #00b3f0;--fallback-inc: #000000;--fallback-su: #00ca92;--fallback-suc: #000000;--fallback-wa: #ffc22d;--fallback-wac: #000000;--fallback-er: #ff6f70;--fallback-erc: #000000}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--fallback-p: #7582ff;--fallback-pc: #050617;--fallback-s: #ff71cf;--fallback-sc: #190211;--fallback-a: #00c7b5;--fallback-ac: #000e0c;--fallback-n: #2a323c;--fallback-nc: #a6adbb;--fallback-b1: #1d232a;--fallback-b2: #191e24;--fallback-b3: #15191e;--fallback-bc: #a6adbb;--fallback-in: #00b3f0;--fallback-inc: #000000;--fallback-su: #00ca92;--fallback-suc: #000000;--fallback-wa: #ffc22d;--fallback-wac: #000000;--fallback-er: #ff6f70;--fallback-erc: #000000}}}html{-webkit-tap-highlight-color:transparent}*{scrollbar-color:color-mix(in oklch,currentColor 35%,transparent) transparent}*:hover{scrollbar-color:color-mix(in oklch,currentColor 60%,transparent) transparent}:root{color-scheme:light;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 89.824% .06192 275.75;--ac: 15.352% .0368 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 49.12% .3096 275.75;--s: 69.71% .329 342.55;--sc: 98.71% .0106 342.55;--a: 76.76% .184 183.61;--n: 32.1785% .02476 255.701624;--nc: 89.4994% .011585 252.096176;--b1: 100% 0 0;--b2: 96.1151% 0 0;--b3: 92.4169% .00108 197.137559;--bc: 27.8078% .029596 256.847952}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 13.138% .0392 275.75;--sc: 14.96% .052 342.55;--ac: 14.902% .0334 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 65.69% .196 275.75;--s: 74.8% .26 342.55;--a: 74.51% .167 183.61;--n: 31.3815% .021108 254.139175;--nc: 74.6477% .0216 264.435964;--b1: 25.3267% .015896 252.417568;--b2: 23.2607% .013807 253.100675;--b3: 21.1484% .01165 254.087939;--bc: 74.6477% .0216 264.435964}}[data-theme=light]{color-scheme:light;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 89.824% .06192 275.75;--ac: 15.352% .0368 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 49.12% .3096 275.75;--s: 69.71% .329 342.55;--sc: 98.71% .0106 342.55;--a: 76.76% .184 183.61;--n: 32.1785% .02476 255.701624;--nc: 89.4994% .011585 252.096176;--b1: 100% 0 0;--b2: 96.1151% 0 0;--b3: 92.4169% .00108 197.137559;--bc: 27.8078% .029596 256.847952}[data-theme=dark]{color-scheme:dark;--in: 72.06% .191 231.6;--su: 64.8% .15 160;--wa: 84.71% .199 83.87;--er: 71.76% .221 22.18;--pc: 13.138% .0392 275.75;--sc: 14.96% .052 342.55;--ac: 14.902% .0334 183.61;--inc: 0% 0 0;--suc: 0% 0 0;--wac: 0% 0 0;--erc: 0% 0 0;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 65.69% .196 275.75;--s: 74.8% .26 342.55;--a: 74.51% .167 183.61;--n: 31.3815% .021108 254.139175;--nc: 74.6477% .0216 264.435964;--b1: 25.3267% .015896 252.417568;--b2: 23.2607% .013807 253.100675;--b3: 21.1484% .01165 254.087939;--bc: 74.6477% .0216 264.435964}html{scroll-behavior:smooth;font-size:100%;-webkit-text-size-adjust:100%;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:rgba(0,0,0,.01) 0 0 1px;font-feature-settings:"liga" off}body{background-color:var(--color-body-bg);overflow:overlay}.body-bg{background-color:var(--color-body-bg)!important;position:relative;overflow:hidden}.body-bg:after{content:"";background-image:var(--bg-noise);position:absolute;inset:0;opacity:.05}.body-bg>*{position:relative;z-index:1}::-moz-selection{background:#00000017}::selection{background:#00000017}@media (prefers-color-scheme: dark){[data-theme=auto] ::-moz-selection{background:#ffffff26}[data-theme=auto] ::selection{background:#ffffff26}}[data-theme=dark] ::-moz-selection{background:#ffffff26}[data-theme=dark] ::selection{background:#ffffff26}*{letter-spacing:0em}svg{fill:#262626}:root{--swiper-theme-color: var(--color-black)}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}h1{font-size:3.75rem;line-height:1}h2{font-size:3rem;line-height:1}h3{font-size:2.25rem;line-height:2.5rem}h4{font-size:1.875rem;line-height:2.25rem}h1,h2,h3,h4,h5,h6{margin-bottom:1.5rem;line-height:1.5}.container{padding-left:.75rem;padding-right:.75rem}.font-serif{padding-top:.1rem;letter-spacing:.001em}.text-gradient{background:var(--color-gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}[dir=rtl] select{background-position:calc(100% - (100% - 20px)) calc(1px + 50%),calc(100% - (100% - 16px)) calc(1px + 50%)!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}select{background-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M11 1.17a1 1 0 0 0-1.41 0L6 4.71 2.46 1.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1 1 0 0 0 1.42 0L11 2.59a1 1 0 0 0 0-1.42Z' fill='%23848484'/%3E%3C/svg%3E")!important;background-position:left 1.2rem center!important;background-repeat:no-repeat!important;background-size:.7em .7em!important}*,:before,:after{--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: rgb(59 130 246 / .5);--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: }::backdrop{--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: rgb(59 130 246 / .5);--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: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.alert{display:grid;width:100%;grid-auto-flow:row;align-content:flex-start;align-items:center;justify-items:center;gap:1rem;text-align:center;border-radius:var(--rounded-box, 1rem);border-width:1px;--tw-border-opacity: 1;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));padding:1rem;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--alert-bg: var(--fallback-b2,oklch(var(--b2)/1));--alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));background-color:var(--alert-bg)}@media (min-width: 640px){.alert{grid-auto-flow:column;grid-template-columns:auto minmax(auto,1fr);justify-items:start;text-align:start}}.avatar{position:relative;display:inline-flex}.avatar>div{display:block;aspect-ratio:1 / 1;overflow:hidden}.avatar img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.avatar.placeholder>div{display:flex;align-items:center;justify-content:center}.badge{display:inline-flex;align-items:center;justify-content:center;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-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s;height:1.25rem;font-size:.875rem;line-height:1.25rem;width:-moz-fit-content;width:fit-content;padding-left:.563rem;padding-right:.563rem;border-radius:var(--rounded-badge, 1.9rem);border-width:1px;--tw-border-opacity: 1;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}.breadcrumbs{max-width:100%;overflow-x:auto;padding-top:.5rem;padding-bottom:.5rem}.breadcrumbs>ul,.breadcrumbs>ol{display:flex;align-items:center;white-space:nowrap;min-height:-moz-min-content;min-height:min-content}.breadcrumbs>ul>li,.breadcrumbs>ol>li{display:flex;align-items:center}.breadcrumbs>ul>li>a,.breadcrumbs>ol>li>a{display:flex;cursor:pointer;align-items:center}@media (hover:hover){.breadcrumbs>ul>li>a:hover,.breadcrumbs>ol>li>a:hover{text-decoration-line:underline}.checkbox-primary:hover{--tw-border-opacity: 1;border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)))}.label a:hover{--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}.menu li>*:not(ul,.menu-title,details,.btn):active,.menu li>*:not(ul,.menu-title,details,.btn).active,.menu li>details>summary:active{--tw-bg-opacity: 1;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}.tab:hover{--tw-text-opacity: 1}.table tr.hover:hover,.table tr.hover:nth-child(2n):hover{--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.table-zebra tr.hover:hover,.table-zebra tr.hover:nth-child(2n):hover{--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}}.btn{display:inline-flex;height:3rem;min-height:3rem;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;justify-content:center;border-radius:var(--rounded-btn, .5rem);border-color:transparent;border-color:oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));padding-left:1rem;padding-right:1rem;text-align:center;font-size:.875rem;line-height:1em;gap:.5rem;font-weight:600;text-decoration-line:none;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);border-width:var(--border-btn, 1px);transition-property:color,background-color,border-color,opacity,box-shadow,transform;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-color:var(--fallback-bc,oklch(var(--bc)/1));background-color:oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));--tw-bg-opacity: 1;--tw-border-opacity: 1}.btn-disabled,.btn[disabled],.btn:disabled{pointer-events:none}:where(.btn:is(input[type=checkbox])),:where(.btn:is(input[type=radio])){width:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:is(input[type=checkbox]):after,.btn:is(input[type=radio]):after{--tw-content: attr(aria-label);content:var(--tw-content)}.card{position:relative;display:flex;flex-direction:column;border-radius:var(--rounded-box, 1rem)}.card:focus{outline:2px solid transparent;outline-offset:2px}.card figure{display:flex;align-items:center;justify-content:center}.card.image-full{display:grid}.card.image-full:before{position:relative;content:"";z-index:10;border-radius:var(--rounded-box, 1rem);--tw-bg-opacity: 1;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));opacity:.75}.card.image-full:before,.card.image-full>*{grid-column-start:1;grid-row-start:1}.card.image-full>figure img{height:100%;-o-object-fit:cover;object-fit:cover}.card.image-full>.card-body{position:relative;z-index:20;--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}.chat{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:.75rem;column-gap:.75rem;padding-top:.25rem;padding-bottom:.25rem}.checkbox{flex-shrink:0;--chkbg: var(--fallback-bc,oklch(var(--bc)/1));--chkfg: var(--fallback-b1,oklch(var(--b1)/1));height:1.5rem;width:1.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));--tw-border-opacity: .2}.collapse:not(td):not(tr):not(colgroup){visibility:visible}.collapse{position:relative;display:grid;overflow:hidden;grid-template-rows:auto 0fr;transition:grid-template-rows .2s;width:100%;border-radius:var(--rounded-box, 1rem)}.collapse-title,.collapse>input[type=checkbox],.collapse>input[type=radio],.collapse-content{grid-column-start:1;grid-row-start:1}.collapse>input[type=checkbox],.collapse>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.collapse[open],.collapse-open,.collapse:focus:not(.collapse-close){grid-template-rows:auto 1fr}.collapse:not(.collapse-close):has(>input[type=checkbox]:checked),.collapse:not(.collapse-close):has(>input[type=radio]:checked){grid-template-rows:auto 1fr}.collapse[open]>.collapse-content,.collapse-open>.collapse-content,.collapse:focus:not(.collapse-close)>.collapse-content,.collapse:not(.collapse-close)>input[type=checkbox]:checked~.collapse-content,.collapse:not(.collapse-close)>input[type=radio]:checked~.collapse-content{visibility:visible;min-height:-moz-fit-content;min-height:fit-content}.diff{position:relative;display:grid;width:100%;overflow:hidden;container-type:inline-size;grid-template-columns:auto 1fr}.drawer{position:relative;display:grid;grid-auto-columns:max-content auto;width:100%}.dropdown{position:relative;display:inline-block}.dropdown>*:not(summary):focus{outline:2px solid transparent;outline-offset:2px}.dropdown .dropdown-content{position:absolute}.dropdown:is(:not(details)) .dropdown-content{visibility:hidden;opacity:0;transform-origin:top;--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));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-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s}.dropdown.dropdown-open .dropdown-content,.dropdown:not(.dropdown-hover):focus .dropdown-content,.dropdown:focus-within .dropdown-content{visibility:visible;opacity:1}@media (hover: hover){.dropdown.dropdown-hover:hover .dropdown-content{visibility:visible;opacity:1}.btm-nav>*.disabled:hover,.btm-nav>*[disabled]:hover{pointer-events:none;--tw-border-opacity: 0;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-bg-opacity: .1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}.btn:hover{--tw-border-opacity: 1;border-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn:hover{background-color:color-mix(in oklab,oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,black);border-color:color-mix(in oklab,oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,black)}}@supports not (color: oklch(0% 0 0)){.btn:hover{background-color:var(--btn-color, var(--fallback-b2));border-color:var(--btn-color, var(--fallback-b2))}}.btn.glass:hover{--glass-opacity: 25%;--glass-border-opacity: 15%}.btn-outline:hover{--tw-border-opacity: 1;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)))}.btn-outline.btn-primary:hover{--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-primary:hover{background-color:color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 90%,black)}}.btn-outline.btn-secondary:hover{--tw-text-opacity: 1;color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-secondary:hover{background-color:color-mix(in oklab,var(--fallback-s,oklch(var(--s)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-s,oklch(var(--s)/1)) 90%,black)}}.btn-outline.btn-accent:hover{--tw-text-opacity: 1;color:var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-accent:hover{background-color:color-mix(in oklab,var(--fallback-a,oklch(var(--a)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-a,oklch(var(--a)/1)) 90%,black)}}.btn-outline.btn-success:hover{--tw-text-opacity: 1;color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-success:hover{background-color:color-mix(in oklab,var(--fallback-su,oklch(var(--su)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-su,oklch(var(--su)/1)) 90%,black)}}.btn-outline.btn-info:hover{--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-info:hover{background-color:color-mix(in oklab,var(--fallback-in,oklch(var(--in)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-in,oklch(var(--in)/1)) 90%,black)}}.btn-outline.btn-warning:hover{--tw-text-opacity: 1;color:var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-warning:hover{background-color:color-mix(in oklab,var(--fallback-wa,oklch(var(--wa)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-wa,oklch(var(--wa)/1)) 90%,black)}}.btn-outline.btn-error:hover{--tw-text-opacity: 1;color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))}@supports (color: color-mix(in oklab,black,black)){.btn-outline.btn-error:hover{background-color:color-mix(in oklab,var(--fallback-er,oklch(var(--er)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-er,oklch(var(--er)/1)) 90%,black)}}.btn-disabled:hover,.btn[disabled]:hover,.btn:disabled:hover{--tw-border-opacity: 0;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-bg-opacity: .2;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}@supports (color: color-mix(in oklab,black,black)){.btn:is(input[type=checkbox]:checked):hover,.btn:is(input[type=radio]:checked):hover{background-color:color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 90%,black)}}.dropdown.dropdown-hover:hover .dropdown-content{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(.active,.btn):hover,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.active,.btn):hover{cursor:pointer;outline:2px solid transparent;outline-offset:2px}@supports (color: oklch(0% 0 0)){:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(.active,.btn):hover,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(.active,.btn):hover{background-color:var(--fallback-bc,oklch(var(--bc)/.1))}}.tab[disabled],.tab[disabled]:hover{cursor:not-allowed;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}}.dropdown:is(details) summary::-webkit-details-marker{display:none}.footer{display:grid;width:100%;grid-auto-flow:row;place-items:start;-moz-column-gap:1rem;column-gap:1rem;row-gap:2.5rem;font-size:.875rem;line-height:1.25rem}.footer>*{display:grid;place-items:start;gap:.5rem}@media (min-width: 48rem){.footer{grid-auto-flow:column}.footer-center{grid-auto-flow:row dense}}.label{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;padding:.5rem .25rem}.hero{display:grid;width:100%;place-items:center;background-size:cover;background-position:center}.hero>*{grid-column-start:1;grid-row-start:1}.input{flex-shrink:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:2;line-height:1.5rem;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.input[type=number]::-webkit-inner-spin-button,.input-md[type=number]::-webkit-inner-spin-button{margin-top:-1rem;margin-bottom:-1rem;margin-inline-end:-1rem}.join{display:inline-flex;align-items:stretch;border-radius:var(--rounded-btn, .5rem)}.join :where(.join-item){border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;border-start-start-radius:0}.join .join-item:not(:first-child):not(:last-child),.join *:not(:first-child):not(:last-child) .join-item{border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;border-start-start-radius:0}.join .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .join-item{border-start-end-radius:0;border-end-end-radius:0}.join .dropdown .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .dropdown .join-item{border-start-end-radius:inherit;border-end-end-radius:inherit}.join :where(.join-item:first-child:not(:last-child)),.join :where(*:first-child:not(:last-child) .join-item){border-end-start-radius:inherit;border-start-start-radius:inherit}.join .join-item:last-child:not(:first-child),.join *:last-child:not(:first-child) .join-item{border-end-start-radius:0;border-start-start-radius:0}.join :where(.join-item:last-child:not(:first-child)),.join :where(*:last-child:not(:first-child) .join-item){border-start-end-radius:inherit;border-end-end-radius:inherit}@supports not selector(:has(*)){:where(.join *){border-radius:inherit}}@supports selector(:has(*)){:where(.join *:has(.join-item)){border-radius:inherit}}.link{cursor:pointer;text-decoration-line:underline}.mask{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.menu{display:flex;flex-direction:column;flex-wrap:wrap;font-size:.875rem;line-height:1.25rem;padding:.5rem}.menu :where(li ul){position:relative;white-space:nowrap;margin-inline-start:1rem;padding-inline-start:.5rem}.menu :where(li:not(.menu-title)>*:not(ul,details,.menu-title,.btn)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){display:grid;grid-auto-flow:column;align-content:flex-start;align-items:center;gap:.5rem;grid-auto-columns:minmax(auto,max-content) auto max-content;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menu li.disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--fallback-bc,oklch(var(--bc)/.3))}.menu :where(li>.menu-dropdown:not(.menu-dropdown-show)){display:none}:where(.menu li){position:relative;display:flex;flex-shrink:0;flex-direction:column;flex-wrap:wrap;align-items:stretch}:where(.menu li) .badge{justify-self:end}.modal{pointer-events:none;position:fixed;inset:0;margin:0;display:grid;height:100%;max-height:none;width:100%;max-width:none;justify-items:center;padding:0;opacity:0;overscroll-behavior:contain;z-index:999;background-color:transparent;color:inherit;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-property:transform,opacity,visibility;overflow-y:hidden}.modal-scroll{overscroll-behavior:auto}:where(.modal){align-items:center}.modal-open,.modal:target,.modal-toggle:checked+.modal,.modal[open]{pointer-events:auto;visibility:visible;opacity:1}:root:has(:is(.modal-open,.modal:target,.modal-toggle:checked+.modal,.modal[open])){overflow:hidden;scrollbar-gutter:stable}.progress{position:relative;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;height:.5rem;border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-bc,oklch(var(--bc)/.2))}.radio{flex-shrink:0;--chkbg: var(--bc);height:1.5rem;width:1.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));--tw-border-opacity: .2}.range{height:1.5rem;width:100%;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;--range-shdw: var(--fallback-bc,oklch(var(--bc)/1));overflow:hidden;border-radius:var(--rounded-box, 1rem);background-color:transparent}.range:focus{outline:none}.select{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;min-height:3rem;padding-inline-start:1rem;padding-inline-end:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16.1px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.select[multiple]{height:auto}.stack{display:inline-grid;place-items:center;align-items:flex-end}.stack>*{grid-column-start:1;grid-row-start:1;transform:translateY(10%) scale(.9);z-index:1;width:100%;opacity:.6}.stack>*:nth-child(2){transform:translateY(5%) scale(.95);z-index:2;opacity:.8}.stack>*:nth-child(1){transform:translateY(0) scale(1);z-index:3;opacity:1}.stats{display:inline-grid;border-radius:var(--rounded-box, 1rem);--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}:where(.stats){grid-auto-flow:column;overflow-x:auto}.steps{display:inline-grid;grid-auto-flow:column;overflow:hidden;overflow-x:auto;counter-reset:step;grid-auto-columns:1fr}.steps .step{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-columns:auto;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-rows:40px 1fr;place-items:center;text-align:center;min-width:4rem}.tabs{display:grid;align-items:flex-end}.tabs-lifted:has(.tab-content[class^=rounded-]) .tab:first-child:not(:is(.tab-active,[aria-selected=true])),.tabs-lifted:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(:is(.tab-active,[aria-selected=true])){border-bottom-color:transparent}.tab{position:relative;grid-row-start:1;display:inline-flex;height:2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center;font-size:.875rem;line-height:1.25rem;line-height:2;--tab-padding: 1rem;--tw-text-opacity: .5;--tab-color: var(--fallback-bc,oklch(var(--bc)/1));--tab-bg: var(--fallback-b1,oklch(var(--b1)/1));--tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));color:var(--tab-color);padding-inline-start:var(--tab-padding, 1rem);padding-inline-end:var(--tab-padding, 1rem)}.tab:is(input[type=radio]){width:auto;border-bottom-right-radius:0;border-bottom-left-radius:0}.tab:is(input[type=radio]):after{--tw-content: attr(aria-label);content:var(--tw-content)}.tab:not(input):empty{cursor:default;grid-column-start:span 9999}input.tab:checked+.tab-content,:is(.tab-active,[aria-selected=true])+.tab-content{display:block}.table{position:relative;width:100%;border-radius:var(--rounded-box, 1rem);text-align:left;font-size:.875rem;line-height:1.25rem}.table :where(.table-pin-rows thead tr){position:sticky;top:0;z-index:1;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.table :where(.table-pin-rows tfoot tr){position:sticky;bottom:0;z-index:1;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.table :where(.table-pin-cols tr th){position:sticky;left:0;right:0;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.table-zebra tbody tr:nth-child(2n) :where(.table-pin-cols tr th){--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.textarea{min-height:3rem;flex-shrink:1;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;line-height:2;border-radius:var(--rounded-btn, .5rem);border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.toast{position:fixed;display:flex;min-width:-moz-fit-content;min-width:fit-content;flex-direction:column;white-space:nowrap;gap:.5rem;padding:1rem}.toggle{flex-shrink:0;--tglbg: var(--fallback-b1,oklch(var(--b1)/1));--handleoffset: 1.5rem;--handleoffsetcalculator: calc(var(--handleoffset) * -1);--togglehandleborder: 0 0;height:1.5rem;width:3rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--rounded-badge, 1.9rem);border-width:1px;border-color:currentColor;background-color:currentColor;color:var(--fallback-bc,oklch(var(--bc)/.5));transition:background,box-shadow var(--animation-input, .2s) ease-out;box-shadow:var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset,var(--togglehandleborder)}.alert-info{border-color:var(--fallback-in,oklch(var(--in)/.2));--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));--alert-bg: var(--fallback-in,oklch(var(--in)/1));--alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))}.alert-warning{border-color:var(--fallback-wa,oklch(var(--wa)/.2));--tw-text-opacity: 1;color:var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));--alert-bg: var(--fallback-wa,oklch(var(--wa)/1));--alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))}.avatar-group :where(.avatar){overflow:hidden;border-radius:9999px;border-width:4px;--tw-border-opacity: 1;border-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-border-opacity)))}.badge-secondary{--tw-border-opacity: 1;border-color:var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))}.badge-info{border-color:transparent;--tw-bg-opacity: 1;background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))}.badge-outline.badge-secondary{--tw-text-opacity: 1;color:var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)))}.badge-outline.badge-info{--tw-text-opacity: 1;color:var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)))}.btm-nav>*:where(.active){border-top-width:2px;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))}.btm-nav>*.disabled,.btm-nav>*[disabled]{pointer-events:none;--tw-border-opacity: 0;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-bg-opacity: .1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}.btm-nav>* .label{font-size:1rem;line-height:1.5rem}.breadcrumbs>ul>li>a:focus,.breadcrumbs>ol>li>a:focus{outline:2px solid transparent;outline-offset:2px}.breadcrumbs>ul>li>a:focus-visible,.breadcrumbs>ol>li>a:focus-visible{outline:2px solid currentColor;outline-offset:2px}.breadcrumbs>ul>li+*:before,.breadcrumbs>ol>li+*:before{content:"";margin-left:.5rem;margin-right:.75rem;display:block;height:.375rem;width:.375rem;--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:.4;border-top:1px solid;border-right:1px solid;background-color:transparent}[dir=rtl] .breadcrumbs>ul>li+*:before,[dir=rtl] .breadcrumbs>ol>li+*:before{--tw-rotate: -135deg}@media (prefers-reduced-motion: no-preference){.btn{animation:button-pop var(--animation-btn, .25s) ease-out}}.btn:active:hover,.btn:active:focus{animation:button-pop 0s ease-out;transform:scale(var(--btn-focus-scale, .97))}@supports not (color: oklch(0% 0 0)){.btn{background-color:var(--btn-color, var(--fallback-b2));border-color:var(--btn-color, var(--fallback-b2))}.btn-primary{--btn-color: var(--fallback-p)}.btn-secondary{--btn-color: var(--fallback-s)}.btn-accent{--btn-color: var(--fallback-a)}.btn-neutral{--btn-color: var(--fallback-n)}.btn-info{--btn-color: var(--fallback-in)}.btn-success{--btn-color: var(--fallback-su)}.btn-error{--btn-color: var(--fallback-er)}}@supports (color: color-mix(in oklab,black,black)){.btn-active{background-color:color-mix(in oklab,oklch(var(--btn-color, var(--b3)) / var(--tw-bg-opacity, 1)) 90%,black);border-color:color-mix(in oklab,oklch(var(--btn-color, var(--b3)) / var(--tw-border-opacity, 1)) 90%,black)}.btn-outline.btn-primary.btn-active{background-color:color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 90%,black)}.btn-outline.btn-secondary.btn-active{background-color:color-mix(in oklab,var(--fallback-s,oklch(var(--s)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-s,oklch(var(--s)/1)) 90%,black)}.btn-outline.btn-accent.btn-active{background-color:color-mix(in oklab,var(--fallback-a,oklch(var(--a)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-a,oklch(var(--a)/1)) 90%,black)}.btn-outline.btn-success.btn-active{background-color:color-mix(in oklab,var(--fallback-su,oklch(var(--su)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-su,oklch(var(--su)/1)) 90%,black)}.btn-outline.btn-info.btn-active{background-color:color-mix(in oklab,var(--fallback-in,oklch(var(--in)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-in,oklch(var(--in)/1)) 90%,black)}.btn-outline.btn-warning.btn-active{background-color:color-mix(in oklab,var(--fallback-wa,oklch(var(--wa)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-wa,oklch(var(--wa)/1)) 90%,black)}.btn-outline.btn-error.btn-active{background-color:color-mix(in oklab,var(--fallback-er,oklch(var(--er)/1)) 90%,black);border-color:color-mix(in oklab,var(--fallback-er,oklch(var(--er)/1)) 90%,black)}}.btn:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px}.btn-primary{--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));outline-color:var(--fallback-p,oklch(var(--p)/1))}@supports (color: oklch(0% 0 0)){.btn-primary{--btn-color: var(--p)}.btn-secondary{--btn-color: var(--s)}.btn-accent{--btn-color: var(--a)}.btn-neutral{--btn-color: var(--n)}.btn-info{--btn-color: var(--in)}.btn-success{--btn-color: var(--su)}.btn-error{--btn-color: var(--er)}}.btn-secondary{--tw-text-opacity: 1;color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));outline-color:var(--fallback-s,oklch(var(--s)/1))}.btn-accent{--tw-text-opacity: 1;color:var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));outline-color:var(--fallback-a,oklch(var(--a)/1))}.btn-neutral{--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));outline-color:var(--fallback-n,oklch(var(--n)/1))}.btn-info{--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));outline-color:var(--fallback-in,oklch(var(--in)/1))}.btn-success{--tw-text-opacity: 1;color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));outline-color:var(--fallback-su,oklch(var(--su)/1))}.btn-error{--tw-text-opacity: 1;color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));outline-color:var(--fallback-er,oklch(var(--er)/1))}.btn.glass{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-color:currentColor}.btn.glass.btn-active{--glass-opacity: 25%;--glass-border-opacity: 15%}.btn-ghost.btn-active{border-color:transparent;background-color:var(--fallback-bc,oklch(var(--bc)/.2))}.btn-link.btn-active{border-color:transparent;background-color:transparent;text-decoration-line:underline}.btn-outline{border-color:currentColor;background-color:transparent;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-outline.btn-active{--tw-border-opacity: 1;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)))}.btn-outline.btn-primary{--tw-text-opacity: 1;color:var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)))}.btn-outline.btn-primary.btn-active{--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))}.btn-outline.btn-secondary{--tw-text-opacity: 1;color:var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)))}.btn-outline.btn-secondary.btn-active{--tw-text-opacity: 1;color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))}.btn-outline.btn-accent{--tw-text-opacity: 1;color:var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)))}.btn-outline.btn-accent.btn-active{--tw-text-opacity: 1;color:var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))}.btn-outline.btn-success{--tw-text-opacity: 1;color:var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)))}.btn-outline.btn-success.btn-active{--tw-text-opacity: 1;color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))}.btn-outline.btn-info{--tw-text-opacity: 1;color:var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)))}.btn-outline.btn-info.btn-active{--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))}.btn-outline.btn-warning{--tw-text-opacity: 1;color:var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)))}.btn-outline.btn-warning.btn-active{--tw-text-opacity: 1;color:var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))}.btn-outline.btn-error{--tw-text-opacity: 1;color:var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)))}.btn-outline.btn-error.btn-active{--tw-text-opacity: 1;color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))}.btn.btn-disabled,.btn[disabled],.btn:disabled{--tw-border-opacity: 0;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-bg-opacity: .2;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}.btn:is(input[type=checkbox]:checked),.btn:is(input[type=radio]:checked){--tw-border-opacity: 1;border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))}.btn:is(input[type=checkbox]:checked):focus-visible,.btn:is(input[type=radio]:checked):focus-visible{outline-color:var(--fallback-p,oklch(var(--p)/1))}@keyframes button-pop{0%{transform:scale(var(--btn-focus-scale, .98))}40%{transform:scale(1.02)}to{transform:scale(1)}}.card :where(figure:first-child){overflow:hidden;border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-start-radius:unset;border-end-end-radius:unset}.card :where(figure:last-child){overflow:hidden;border-start-start-radius:unset;border-start-end-radius:unset;border-end-start-radius:inherit;border-end-end-radius:inherit}.card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.card.bordered{border-width:1px;--tw-border-opacity: 1;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}.card.compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card.image-full :where(figure){overflow:hidden;border-radius:inherit}.checkbox:focus{box-shadow:none}.checkbox:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.checkbox:disabled{border-width:0px;cursor:not-allowed;border-color:transparent;--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));opacity:.2}.checkbox:checked,.checkbox[aria-checked=true]{background-repeat:no-repeat;animation:checkmark var(--animation-input, .2s) ease-out;background-color:var(--chkbg);background-image:linear-gradient(-45deg,transparent 65%,var(--chkbg) 65.99%),linear-gradient(45deg,transparent 75%,var(--chkbg) 75.99%),linear-gradient(-45deg,var(--chkbg) 40%,transparent 40.99%),linear-gradient(45deg,var(--chkbg) 30%,var(--chkfg) 30.99%,var(--chkfg) 40%,transparent 40.99%),linear-gradient(-45deg,var(--chkfg) 50%,var(--chkbg) 50.99%)}.checkbox:indeterminate{--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));background-repeat:no-repeat;animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(90deg,transparent 80%,var(--chkbg) 80%),linear-gradient(-90deg,transparent 80%,var(--chkbg) 80%),linear-gradient(0deg,var(--chkbg) 43%,var(--chkfg) 43%,var(--chkfg) 57%,var(--chkbg) 57%)}.checkbox-primary{--chkbg: var(--fallback-p,oklch(var(--p)/1));--chkfg: var(--fallback-pc,oklch(var(--pc)/1));--tw-border-opacity: 1;border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)))}.checkbox-primary:focus-visible{outline-color:var(--fallback-p,oklch(var(--p)/1))}.checkbox-primary:checked,.checkbox-primary[aria-checked=true]{--tw-border-opacity: 1;border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}to{background-position-y:0}}details.collapse{width:100%}details.collapse summary{position:relative;display:block;outline:2px solid transparent;outline-offset:2px}details.collapse summary::-webkit-details-marker{display:none}.collapse:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.collapse:has(.collapse-title:focus-visible),.collapse:has(>input[type=checkbox]:focus-visible),.collapse:has(>input[type=radio]:focus-visible){outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.collapse:not(.collapse-open):not(.collapse-close)>input[type=checkbox],.collapse:not(.collapse-open):not(.collapse-close)>input[type=radio]:not(:checked),.collapse:not(.collapse-open):not(.collapse-close)>.collapse-title{cursor:pointer}.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open])>.collapse-title{cursor:unset}:where(.collapse>input[type=checkbox]),:where(.collapse>input[type=radio]){z-index:1}.collapse-title,:where(.collapse>input[type=checkbox]),:where(.collapse>input[type=radio]){width:100%;padding:1rem;padding-inline-end:3rem;min-height:3.75rem;transition:background-color .2s ease-out}.collapse[open]>:where(.collapse-content),.collapse-open>:where(.collapse-content),.collapse:focus:not(.collapse-close)>:where(.collapse-content),.collapse:not(.collapse-close)>:where(input[type=checkbox]:checked~.collapse-content),.collapse:not(.collapse-close)>:where(input[type=radio]:checked~.collapse-content){padding-bottom:1rem;transition:padding .2s ease-out,background-color .2s ease-out}.collapse[open].collapse-arrow>.collapse-title:after,.collapse-open.collapse-arrow>.collapse-title:after,.collapse-arrow:focus:not(.collapse-close)>.collapse-title:after,.collapse-arrow:not(.collapse-close)>input[type=checkbox]:checked~.collapse-title:after,.collapse-arrow:not(.collapse-close)>input[type=radio]:checked~.collapse-title:after{--tw-translate-y: -50%;--tw-rotate: 225deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.collapse[open].collapse-plus>.collapse-title:after,.collapse-open.collapse-plus>.collapse-title:after,.collapse-plus:focus:not(.collapse-close)>.collapse-title:after,.collapse-plus:not(.collapse-close)>input[type=checkbox]:checked~.collapse-title:after,.collapse-plus:not(.collapse-close)>input[type=radio]:checked~.collapse-title:after{content:"−"}.dropdown.dropdown-open .dropdown-content,.dropdown:focus .dropdown-content,.dropdown:focus-within .dropdown-content{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.label-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}.label-text-alt{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}.input input{--tw-bg-opacity: 1;background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));background-color:transparent}.input input:focus{outline:2px solid transparent;outline-offset:2px}.input[list]::-webkit-calendar-picker-indicator{line-height:1em}.input-bordered{border-color:var(--fallback-bc,oklch(var(--bc)/.2))}.input:focus,.input:focus-within{box-shadow:none;border-color:var(--fallback-bc,oklch(var(--bc)/.2));outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}.input:has(>input[disabled]),.input-disabled,.input:disabled,.input[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));color:var(--fallback-bc,oklch(var(--bc)/.4))}.input:has(>input[disabled])::-moz-placeholder,.input-disabled::-moz-placeholder,.input:disabled::-moz-placeholder,.input[disabled]::-moz-placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.input:has(>input[disabled])::placeholder,.input-disabled::placeholder,.input:disabled::placeholder,.input[disabled]::placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.input:has(>input[disabled])>input[disabled]{cursor:not-allowed}.input::-webkit-date-and-time-value{text-align:inherit}.join>:where(*:not(:first-child)){margin-top:0;margin-bottom:0;margin-inline-start:-1px}.join>:where(*:not(:first-child)):is(.btn){margin-inline-start:calc(var(--border-btn) * -1)}.join-item:focus{isolation:isolate}.link:focus{outline:2px solid transparent;outline-offset:2px}.link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.\!loading{pointer-events:none!important;display:inline-block!important;aspect-ratio:1 / 1!important;width:1.5rem!important;background-color:currentColor!important;-webkit-mask-size:100%!important;mask-size:100%!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")!important}.loading{pointer-events:none;display:inline-block;aspect-ratio:1 / 1;width:1.5rem;background-color:currentColor;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.loading-ring{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")}.loading-bars{-webkit-mask-image:url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E")}.loading-sm{width:1.25rem}.loading-md{width:1.5rem}:where(.menu li:empty){--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));opacity:.1;margin:.5rem 1rem;height:1px}.menu :where(li ul):before{position:absolute;bottom:.75rem;inset-inline-start:0px;top:.75rem;width:1px;--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));opacity:.1;content:""}.menu :where(li:not(.menu-title)>*:not(ul,details,.menu-title,.btn)),.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)){border-radius:var(--rounded-btn, .5rem);padding:.5rem 1rem;text-align:start;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-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s;text-wrap:balance}:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(summary,.active,.btn).focus,:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):not(summary,.active,.btn):focus,:where(.menu li:not(.menu-title,.disabled)>*:not(ul,details,.menu-title)):is(summary):not(.active,.btn):focus-visible,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(summary,.active,.btn).focus,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):not(summary,.active,.btn):focus,:where(.menu li:not(.menu-title,.disabled)>details>summary:not(.menu-title)):is(summary):not(.active,.btn):focus-visible{cursor:pointer;background-color:var(--fallback-bc,oklch(var(--bc)/.1));--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));outline:2px solid transparent;outline-offset:2px}.menu li>*:not(ul,.menu-title,details,.btn):active,.menu li>*:not(ul,.menu-title,details,.btn).active,.menu li>details>summary:active{--tw-bg-opacity: 1;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}.menu :where(li>details>summary)::-webkit-details-marker{display:none}.menu :where(li>details>summary):after,.menu :where(li>.menu-dropdown-toggle):after{justify-self:end;display:block;margin-top:-.5rem;height:.5rem;width:.5rem;transform:rotate(45deg);transition-property:transform,margin-top;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);content:"";transform-origin:75% 75%;box-shadow:2px 2px;pointer-events:none}.menu :where(li>details[open]>summary):after,.menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after{transform:rotate(225deg);margin-top:0}.mockup-phone .display{overflow:hidden;border-radius:40px;margin-top:-25px}.mockup-browser .mockup-browser-toolbar .input{position:relative;margin-left:auto;margin-right:auto;display:block;height:1.75rem;width:24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));padding-left:2rem;direction:ltr}.mockup-browser .mockup-browser-toolbar .input:before{content:"";position:absolute;left:.5rem;top:50%;aspect-ratio:1 / 1;height:.75rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:2px;border-color:currentColor;opacity:.6}.mockup-browser .mockup-browser-toolbar .input:after{content:"";position:absolute;left:1.25rem;top:50%;height:.5rem;--tw-translate-y: 25%;--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:1px;border-color:currentColor;opacity:.6}.modal:not(dialog:not(.modal-open)),.modal::backdrop{background-color:#0006;animation:modal-pop .2s ease-out}.modal-open .modal-box,.modal-toggle:checked+.modal .modal-box,.modal:target .modal-box,.modal[open] .modal-box{--tw-translate-y: 0px;--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes modal-pop{0%{opacity:0}}.progress::-moz-progress-bar{border-radius:var(--rounded-box, 1rem);--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))}.progress:indeterminate{--progress-color: var(--fallback-bc,oklch(var(--bc)/1));background-image:repeating-linear-gradient(90deg,var(--progress-color) -1%,var(--progress-color) 10%,transparent 10%,transparent 90%);background-size:200%;background-position-x:15%;animation:progress-loading 5s ease-in-out infinite}.progress::-webkit-progress-bar{border-radius:var(--rounded-box, 1rem);background-color:transparent}.progress::-webkit-progress-value{border-radius:var(--rounded-box, 1rem);--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))}.progress:indeterminate::-moz-progress-bar{background-color:transparent;background-image:repeating-linear-gradient(90deg,var(--progress-color) -1%,var(--progress-color) 10%,transparent 10%,transparent 90%);background-size:200%;background-position-x:15%;animation:progress-loading 5s ease-in-out infinite}@keyframes progress-loading{50%{background-position-x:-115%}}.radio:focus{box-shadow:none}.radio:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/1))}.radio:checked,.radio[aria-checked=true]{--tw-bg-opacity: 1;background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));background-image:none;animation:radiomark var(--animation-input, .2s) ease-out;box-shadow:0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset}.radio:disabled{cursor:not-allowed;opacity:.2}@keyframes radiomark{0%{box-shadow:0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset}50%{box-shadow:0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset}to{box-shadow:0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset}}.range:focus-visible::-webkit-slider-thumb{--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset}.range:focus-visible::-moz-range-thumb{--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset}.range::-webkit-slider-runnable-track{height:.5rem;width:100%;border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-bc,oklch(var(--bc)/.1))}.range::-moz-range-track{height:.5rem;width:100%;border-radius:var(--rounded-box, 1rem);background-color:var(--fallback-bc,oklch(var(--bc)/.1))}.range::-webkit-slider-thumb{position:relative;height:1.5rem;width:1.5rem;border-radius:var(--rounded-box, 1rem);border-style:none;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));appearance:none;-webkit-appearance:none;top:50%;color:var(--range-shdw);transform:translateY(-50%);--filler-size: 100rem;--filler-offset: .6rem;box-shadow:0 0 0 3px var(--range-shdw) inset,var(--focus-shadow, 0 0),calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)}.range::-moz-range-thumb{position:relative;height:1.5rem;width:1.5rem;border-radius:var(--rounded-box, 1rem);border-style:none;--tw-bg-opacity: 1;background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));top:50%;color:var(--range-shdw);--filler-size: 100rem;--filler-offset: .5rem;box-shadow:0 0 0 3px var(--range-shdw) inset,var(--focus-shadow, 0 0),calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)}@keyframes rating-pop{0%{transform:translateY(-.125em)}40%{transform:translateY(-.125em)}to{transform:translateY(0)}}.select-bordered{border-color:var(--fallback-bc,oklch(var(--bc)/.2))}.select:focus{box-shadow:none;border-color:var(--fallback-bc,oklch(var(--bc)/.2));outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}.select-disabled,.select:disabled,.select[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));color:var(--fallback-bc,oklch(var(--bc)/.4))}.select-disabled::-moz-placeholder,.select:disabled::-moz-placeholder,.select[disabled]::-moz-placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.select-disabled::placeholder,.select:disabled::placeholder,.select[disabled]::placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.select-multiple,.select[multiple],.select[size].select:not([size="1"]){background-image:none;padding-right:1rem}[dir=rtl] .select{background-position:calc(0% + 12px) calc(1px + 50%),calc(0% + 16px) calc(1px + 50%)}.skeleton{border-radius:var(--rounded-box, 1rem);--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));will-change:background-position;animation:skeleton 1.8s ease-in-out infinite;background-image:linear-gradient(105deg,transparent 0%,transparent 40%,var(--fallback-b1,oklch(var(--b1)/1)) 50%,transparent 60%,transparent 100%);background-size:200% auto;background-repeat:no-repeat;background-position-x:-50%}@media (prefers-reduced-motion){.skeleton{animation-duration:15s}}@keyframes skeleton{0%{background-position:150%}to{background-position:-50%}}:where(.stats)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)));--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}:is([dir=rtl] .stats>:not([hidden])~:not([hidden])){--tw-divide-x-reverse: 1}.steps .step:before{top:0;grid-column-start:1;grid-row-start:1;height:.5rem;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));content:"";margin-inline-start:-100%}.steps .step:after{content:counter(step);counter-increment:step;z-index:1;position:relative;grid-column-start:1;grid-row-start:1;display:grid;height:2rem;width:2rem;place-items:center;place-self:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}.steps .step:first-child:before{content:none}.steps .step[data-content]:after{content:attr(data-content)}.steps .step-neutral+.step-neutral:before,.steps .step-neutral:after{--tw-bg-opacity: 1;background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))}.steps .step-primary+.step-primary:before,.steps .step-primary:after{--tw-bg-opacity: 1;background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))}.steps .step-secondary+.step-secondary:before,.steps .step-secondary:after{--tw-bg-opacity: 1;background-color:var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))}.steps .step-accent+.step-accent:before,.steps .step-accent:after{--tw-bg-opacity: 1;background-color:var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))}.steps .step-info+.step-info:before{--tw-bg-opacity: 1;background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)))}.steps .step-info:after{--tw-bg-opacity: 1;background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))}.steps .step-success+.step-success:before{--tw-bg-opacity: 1;background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))}.steps .step-success:after{--tw-bg-opacity: 1;background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))}.steps .step-warning+.step-warning:before{--tw-bg-opacity: 1;background-color:var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)))}.steps .step-warning:after{--tw-bg-opacity: 1;background-color:var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))}.steps .step-error+.step-error:before{--tw-bg-opacity: 1;background-color:var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))}.steps .step-error:after{--tw-bg-opacity: 1;background-color:var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));--tw-text-opacity: 1;color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))}.tabs-lifted>.tab:focus-visible{border-end-end-radius:0;border-end-start-radius:0}.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]),.tab:is(input:checked){border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));--tw-border-opacity: 1;--tw-text-opacity: 1}.tab:focus{outline:2px solid transparent;outline-offset:2px}.tab:focus-visible{outline:2px solid currentColor;outline-offset:-5px}.tab-disabled,.tab[disabled]{cursor:not-allowed;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));--tw-text-opacity: .2}.tabs-bordered>.tab{border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));--tw-border-opacity: .2;border-style:solid;border-bottom-width:calc(var(--tab-border, 1px) + 1px)}.tabs-lifted>.tab{border:var(--tab-border, 1px) solid transparent;border-width:0 0 var(--tab-border, 1px) 0;border-start-start-radius:var(--tab-radius, .5rem);border-start-end-radius:var(--tab-radius, .5rem);border-bottom-color:var(--tab-border-color);padding-inline-start:var(--tab-padding, 1rem);padding-inline-end:var(--tab-padding, 1rem);padding-top:var(--tab-border, 1px)}.tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]),.tabs-lifted>.tab:is(input:checked){background-color:var(--tab-bg);border-width:var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);border-inline-start-color:var(--tab-border-color);border-inline-end-color:var(--tab-border-color);border-top-color:var(--tab-border-color);padding-inline-start:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));padding-inline-end:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));padding-bottom:var(--tab-border, 1px);padding-top:0}.tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):before,.tabs-lifted>.tab:is(input:checked):before{z-index:1;content:"";display:block;position:absolute;width:calc(100% + var(--tab-radius, .5rem) * 2);height:var(--tab-radius, .5rem);bottom:0;background-size:var(--tab-radius, .5rem);background-position:top left,top right;background-repeat:no-repeat;--tab-grad: calc(69% - var(--tab-border, 1px));--radius-start: radial-gradient( circle at top left, transparent var(--tab-grad), var(--tab-border-color) calc(var(--tab-grad) + .25px), var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)), var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + .25px) );--radius-end: radial-gradient( circle at top right, transparent var(--tab-grad), var(--tab-border-color) calc(var(--tab-grad) + .25px), var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)), var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + .25px) );background-image:var(--radius-start),var(--radius-end)}.tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):first-child:before,.tabs-lifted>.tab:is(input:checked):first-child:before{background-image:var(--radius-end);background-position:top right}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):first-child:before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):first-child:before{background-image:var(--radius-start);background-position:top left}.tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):last-child:before,.tabs-lifted>.tab:is(input:checked):last-child:before{background-image:var(--radius-start);background-position:top left}[dir=rtl] .tabs-lifted>.tab:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):last-child:before,[dir=rtl] .tabs-lifted>.tab:is(input:checked):last-child:before{background-image:var(--radius-end);background-position:top right}.tabs-lifted>:is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled])+.tabs-lifted :is(.tab-active,[aria-selected=true]):not(.tab-disabled):not([disabled]):before,.tabs-lifted>.tab:is(input:checked)+.tabs-lifted .tab:is(input:checked):before{background-image:var(--radius-end);background-position:top right}.tabs-boxed .tab{border-radius:var(--rounded-btn, .5rem)}.table:where([dir=rtl],[dir=rtl] *){text-align:right}.table :where(th,td){padding:.75rem 1rem;vertical-align:middle}.table tr.active,.table tr.active:nth-child(2n),.table-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))}.table-zebra tr.active,.table-zebra tr.active:nth-child(2n),.table-zebra-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}.table :where(thead tr,tbody tr:not(:last-child),tbody tr:first-child:last-child){border-bottom-width:1px;--tw-border-opacity: 1;border-bottom-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}.table :where(thead,tfoot){white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:700;color:var(--fallback-bc,oklch(var(--bc)/.6))}.table :where(tfoot){border-top-width:1px;--tw-border-opacity: 1;border-top-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}.textarea-bordered{border-color:var(--fallback-bc,oklch(var(--bc)/.2))}.textarea:focus{box-shadow:none;border-color:var(--fallback-bc,oklch(var(--bc)/.2));outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}.textarea-disabled,.textarea:disabled,.textarea[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));--tw-bg-opacity: 1;background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));color:var(--fallback-bc,oklch(var(--bc)/.4))}.textarea-disabled::-moz-placeholder,.textarea:disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.textarea-disabled::placeholder,.textarea:disabled::placeholder,.textarea[disabled]::placeholder{color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));--tw-placeholder-opacity: .2}.toast>*{animation:toast-pop .25s ease-out}@keyframes toast-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}[dir=rtl] .toggle{--handleoffsetcalculator: calc(var(--handleoffset) * 1)}.toggle:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:var(--fallback-bc,oklch(var(--bc)/.2))}.toggle:hover{background-color:currentColor}.toggle:checked,.toggle[aria-checked=true]{background-image:none;--handleoffsetcalculator: var(--handleoffset);--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))}[dir=rtl] .toggle:checked,[dir=rtl] .toggle[aria-checked=true]{--handleoffsetcalculator: calc(var(--handleoffset) * -1)}.toggle:indeterminate{--tw-text-opacity: 1;color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}[dir=rtl] .toggle:indeterminate{box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}.toggle:disabled{cursor:not-allowed;--tw-border-opacity: 1;border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));background-color:transparent;opacity:.3;--togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset, var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset}.glass,.glass.btn-active{border:none;-webkit-backdrop-filter:blur(var(--glass-blur, 40px));backdrop-filter:blur(var(--glass-blur, 40px));background-color:transparent;background-image:linear-gradient(135deg,rgb(255 255 255 / var(--glass-opacity, 30%)),#0000),linear-gradient(var(--glass-reflex-degree, 100deg),rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,rgb(0 0 0 / 0%) 25%);box-shadow:0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,0 0 0 2px #0000000d;text-shadow:0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%))}@media (hover: hover){.glass.btn-active{border:none;-webkit-backdrop-filter:blur(var(--glass-blur, 40px));backdrop-filter:blur(var(--glass-blur, 40px));background-color:transparent;background-image:linear-gradient(135deg,rgb(255 255 255 / var(--glass-opacity, 30%)),#0000),linear-gradient(var(--glass-reflex-degree, 100deg),rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,rgb(0 0 0 / 0%) 25%);box-shadow:0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,0 0 0 2px #0000000d;text-shadow:0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%))}}.artboard.phone{width:320px}.artboard.phone-1.horizontal,.artboard.phone-1.artboard-horizontal{width:568px;height:320px}.artboard.phone-2.horizontal,.artboard.phone-2.artboard-horizontal{width:667px;height:375px}.artboard.phone-3.horizontal,.artboard.phone-3.artboard-horizontal{width:736px;height:414px}.artboard.phone-4.horizontal,.artboard.phone-4.artboard-horizontal{width:812px;height:375px}.artboard.phone-5.horizontal,.artboard.phone-5.artboard-horizontal{width:896px;height:414px}.artboard.phone-6.horizontal,.artboard.phone-6.artboard-horizontal{width:1024px;height:320px}.badge-md{height:1.25rem;font-size:.875rem;line-height:1.25rem;padding-left:.563rem;padding-right:.563rem}.btm-nav-xs>*:where(.active){border-top-width:1px}.btm-nav-sm>*:where(.active){border-top-width:2px}.btm-nav-md>*:where(.active){border-top-width:2px}.btm-nav-lg>*:where(.active){border-top-width:4px}.btn-sm{height:2rem;min-height:2rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem}.btn-md{height:3rem;min-height:3rem;padding-left:1rem;padding-right:1rem;font-size:.875rem}.btn-lg{height:4rem;min-height:4rem;padding-left:1.5rem;padding-right:1.5rem;font-size:1.125rem}.btn-square:where(.btn-sm){height:2rem;width:2rem;padding:0}.btn-square:where(.btn-md){height:3rem;width:3rem;padding:0}.btn-square:where(.btn-lg){height:4rem;width:4rem;padding:0}.btn-circle:where(.btn-sm){height:2rem;width:2rem;border-radius:9999px;padding:0}.btn-circle:where(.btn-md){height:3rem;width:3rem;border-radius:9999px;padding:0}.btn-circle:where(.btn-lg){height:4rem;width:4rem;border-radius:9999px;padding:0}[type=checkbox].checkbox-sm{height:1.25rem;width:1.25rem}[type=checkbox].checkbox-md{height:1.5rem;width:1.5rem}.input-md{height:3rem;padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;line-height:2}.join.join-vertical{flex-direction:column}.join.join-vertical .join-item:first-child:not(:last-child),.join.join-vertical *:first-child:not(:last-child) .join-item{border-end-start-radius:0;border-end-end-radius:0;border-start-start-radius:inherit;border-start-end-radius:inherit}.join.join-vertical .join-item:last-child:not(:first-child),.join.join-vertical *:last-child:not(:first-child) .join-item{border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:inherit;border-end-end-radius:inherit}.join.join-horizontal{flex-direction:row}.join.join-horizontal .join-item:first-child:not(:last-child),.join.join-horizontal *:first-child:not(:last-child) .join-item{border-end-end-radius:0;border-start-end-radius:0;border-end-start-radius:inherit;border-start-start-radius:inherit}.join.join-horizontal .join-item:last-child:not(:first-child),.join.join-horizontal *:last-child:not(:first-child) .join-item{border-end-start-radius:0;border-start-start-radius:0;border-end-end-radius:inherit;border-start-end-radius:inherit}[type=radio].radio-sm{height:1.25rem;width:1.25rem}.steps-horizontal .step{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));place-items:center;text-align:center}.steps-vertical .step{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}.tabs-md :where(.tab){height:2rem;font-size:.875rem;line-height:1.25rem;line-height:2;--tab-padding: 1rem}.tabs-lg :where(.tab){height:3rem;font-size:1.125rem;line-height:1.75rem;line-height:2;--tab-padding: 1.25rem}.tabs-sm :where(.tab){height:1.5rem;font-size:.875rem;line-height:.75rem;--tab-padding: .75rem}.tabs-xs :where(.tab){height:1.25rem;font-size:.75rem;line-height:.75rem;--tab-padding: .5rem}.textarea-md{padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;line-height:2}:where(.toast){bottom:0;inset-inline-end:0px;inset-inline-start:auto;top:auto;--tw-translate-x: 0px;--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-start){inset-inline-end:auto;inset-inline-start:0px;--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-center){inset-inline-end:50%;inset-inline-start:50%;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-center):where([dir=rtl],[dir=rtl] *){--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-end){inset-inline-end:0px;inset-inline-start:auto;--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-bottom){bottom:0;top:auto;--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-middle){bottom:auto;top:50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.toast:where(.toast-top){bottom:auto;top:0;--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.avatar.online:before{content:"";position:absolute;z-index:10;display:block;border-radius:9999px;--tw-bg-opacity: 1;background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));outline-style:solid;outline-width:2px;outline-color:var(--fallback-b1,oklch(var(--b1)/1));width:15%;height:15%;top:7%;right:7%}.avatar.offline:before{content:"";position:absolute;z-index:10;display:block;border-radius:9999px;--tw-bg-opacity: 1;background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));outline-style:solid;outline-width:2px;outline-color:var(--fallback-b1,oklch(var(--b1)/1));width:15%;height:15%;top:7%;right:7%}.join.join-vertical>:where(*:not(:first-child)){margin-left:0;margin-right:0;margin-top:-1px}.join.join-vertical>:where(*:not(:first-child)):is(.btn){margin-top:calc(var(--border-btn) * -1)}.join.join-horizontal>:where(*:not(:first-child)){margin-top:0;margin-bottom:0;margin-inline-start:-1px}.join.join-horizontal>:where(*:not(:first-child)):is(.btn){margin-inline-start:calc(var(--border-btn) * -1)}.steps-horizontal .step{grid-template-rows:40px 1fr;grid-template-columns:auto;min-width:4rem}.steps-horizontal .step:before{height:.5rem;width:100%;--tw-translate-x: 0px;--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));content:"";margin-inline-start:-100%}.steps-horizontal .step:where([dir=rtl],[dir=rtl] *):before{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.steps-vertical .step{gap:.5rem;grid-template-columns:40px 1fr;grid-template-rows:auto;min-height:4rem;justify-items:start}.steps-vertical .step:before{height:100%;width:.5rem;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));margin-inline-start:50%}.steps-vertical .step:where([dir=rtl],[dir=rtl] *):before{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-bottom-1{bottom:-.25rem}.-left-10{left:-2.5rem}.-right-10{right:-2.5rem}.-right-5{right:-1.25rem}.-top-3\.5{top:-.875rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.left-0{left:0}.left-2{left:.5rem}.left-4{left:1rem}.right-0{right:0}.right-2{right:.5rem}.right-5{right:1.25rem}.top-0{top:0}.top-1{top:.25rem}.top-10{top:2.5rem}.top-2{top:.5rem}.top-24{top:6rem}.top-5{top:1.25rem}.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-\[99999999\]{z-index:99999999}.z-\[9999999\]{z-index:9999999}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.\!m-0{margin:0!important}.m-0{margin:0}.m-1\.5{margin:.375rem}.m-3{margin:.75rem}.m-auto{margin:auto}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-0{margin-bottom:0!important}.\!mb-1{margin-bottom:.25rem!important}.\!mt-2{margin-top:.5rem!important}.-mb-2{margin-bottom:-.5rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-auto{margin-right:auto}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.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}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[15px\]{height:15px}.h-\[20px\]{height:20px}.h-\[25px\]{height:25px}.h-\[32px\]{height:32px}.h-\[40px\]{height:40px}.h-\[500px\]{height:500px}.h-\[55px\]{height:55px}.h-\[75px\]{height:75px}.h-auto{height:auto}.h-full{height:100%}.max-h-14{max-height:3.5rem}.max-h-40{max-height:10rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[100px\]{min-height:100px}.min-h-\[40px\]{min-height:40px}.min-h-\[450px\]{min-height:450px}.min-h-\[500px\]{min-height:500px}.min-h-full{min-height:100%}.w-0{width:0px}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[15px\]{width:15px}.w-\[20px\]{width:20px}.w-\[25px\]{width:25px}.w-\[275px\]{width:275px}.w-\[300px\]{width:300px}.w-\[32px\]{width:32px}.w-\[40px\]{width:40px}.w-\[55px\]{width:55px}.w-\[60px\]{width:60px}.w-\[90px\]{width:90px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-\[34px\]{min-width:34px}.min-w-full{min-width:100%}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[12rem\]{max-width:12rem}.max-w-\[15rem\]{max-width:15rem}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-screen-lg{max-width:1024px}.max-w-screen-md{max-width:768px}.max-w-screen-sm{max-width:640px}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-0{flex-basis:0px}.basis-1\/2{flex-basis:50%}.basis-2\/6{flex-basis:33.333333%}.basis-4\/6{flex-basis:66.666667%}.basis-5\/12{flex-basis:41.666667%}.basis-full{flex-basis:100%}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-16{--tw-translate-y: -4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-20{--tw-translate-y: -5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-16{--tw-translate-y: 4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-20{--tw-translate-y: 5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-50{--tw-scale-x: .5;--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[\.55\]{--tw-scale-x: .55;--tw-scale-y: .55;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.\!gap-1{gap:.25rem!important}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-9{row-gap:2.25rem}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t-2{border-top-width:2px}.border-none{border-style:none}.border-\[\#1B1819\]{--tw-border-opacity: 1;border-color:rgb(27 24 25 / var(--tw-border-opacity))}.border-\[\#34AADF\]{--tw-border-opacity: 1;border-color:rgb(52 170 223 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(27 24 25 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-b-black{--tw-border-opacity: 1;border-bottom-color:rgb(27 24 25 / var(--tw-border-opacity))}.border-b-white{--tw-border-opacity: 1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-opacity-10{--tw-border-opacity: .1}.border-opacity-30{--tw-border-opacity: .3}.border-opacity-40{--tw-border-opacity: .4}.border-opacity-5{--tw-border-opacity: .05}.border-opacity-90{--tw-border-opacity: .9}.\!bg-red-400{--tw-bg-opacity: 1 !important;background-color:rgb(248 113 113 / var(--tw-bg-opacity))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#222\]{--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity))}.bg-\[\#262626\]{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.bg-\[\#34AADF\]{--tw-bg-opacity: 1;background-color:rgb(52 170 223 / var(--tw-bg-opacity))}.bg-\[\#9786FF\]{--tw-bg-opacity: 1;background-color:rgb(151 134 255 / var(--tw-bg-opacity))}.bg-\[\#D0E5F8\]{--tw-bg-opacity: 1;background-color:rgb(208 229 248 / var(--tw-bg-opacity))}.bg-\[\#DDFF7C\]{--tw-bg-opacity: 1;background-color:rgb(221 255 124 / var(--tw-bg-opacity))}.bg-\[\#DF4646\]{--tw-bg-opacity: 1;background-color:rgb(223 70 70 / var(--tw-bg-opacity))}.bg-\[\#d9d9d9\]{--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity))}.bg-\[\#eee\]{--tw-bg-opacity: 1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(27 24 25 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\!bg-opacity-60{--tw-bg-opacity: .6 !important}.\!bg-opacity-70{--tw-bg-opacity: .7 !important}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-70{--tw-bg-opacity: .7}.bg-opacity-80{--tw-bg-opacity: .8}.bg-opacity-90{--tw-bg-opacity: .9}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#F7F7F7\]{--tw-gradient-from: #F7F7F7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-white{fill:#fff}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.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-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-36{padding-top:9rem;padding-bottom:9rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-14{padding-left:3.5rem}.pl-4{padding-left:1rem}.pr-12{padding-right:3rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-20{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-\[63\%\]{padding-top:63%}.pt-\[80\%\]{padding-top:80%}.pt-\[90\%\]{padding-top:90%}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.font-serif{font-family:PelakFont,Merriweather,serif}.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-7xl{font-size:4.5rem;line-height:1}.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}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.normal-case{text-transform:none}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-loose{line-height:2}.leading-relaxed{line-height:1.625}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(27 24 25 / var(--tw-text-opacity))!important}.text-\[\#405600\]{--tw-text-opacity: 1;color:rgb(64 86 0 / var(--tw-text-opacity))}.text-\[\#808080\]{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.text-\[\#9D9D9D\]{--tw-text-opacity: 1;color:rgb(157 157 157 / var(--tw-text-opacity))}.text-\[\#EC5353\]{--tw-text-opacity: 1;color:rgb(236 83 83 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(27 24 25 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.placeholder-white::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}.placeholder-white::placeholder{--tw-placeholder-opacity: 1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-mega-menu{--tw-shadow: 0 0 40px rgba(0, 0, 0, .07);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-white{--tw-shadow-color: #fff;--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);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)}.blur-sm{--tw-blur: blur(4px);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)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));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)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));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%);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)}.filter{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{--tw-backdrop-blur: blur(8px);-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-md{--tw-backdrop-blur: blur(12px);-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);-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-filter{-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)}.transition{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-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}#footer-menu{flex-basis:50%}@media (min-width: 1024px){#footer-menu{flex-basis:25%}}#footer-menu>li{margin-bottom:2rem;flex-basis:100%}#footer-menu>li:last-child{margin-bottom:0}@media (min-width: 640px){#footer-menu>li{flex-basis:50%}}@media (min-width: 1024px){#footer-menu>li{margin-bottom:0;flex-basis:25%}}#footer-menu>li.menu-item>a{margin-bottom:1.5rem;display:block;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}#footer-menu ul.sub-menu li a{margin-bottom:.25rem;display:inline-block;font-size:1rem;line-height:1.5rem;font-weight:200}.post-content ul,.single-course .content ul,ul.list{white-space:initial;margin-top:25px}.post-content ul li,.single-course .content ul li,ul.list li{padding-right:25px;position:relative;padding-top:2px}.post-content ul li:before,.single-course .content ul li:before,ul.list li:before{content:"";width:6px;height:6px;background-color:#00000080;position:absolute;right:5px;top:0;bottom:0;margin:auto 0}@media (prefers-color-scheme: dark){[data-theme=auto] .post-content ul li:before,[data-theme=auto] .single-course .content ul li:before,[data-theme=auto] ul.list li:before{background-color:#ffffff80}}[data-theme=dark] .post-content ul li:before,[data-theme=dark] .single-course .content ul li:before,[data-theme=dark] ul.list li:before{background-color:#ffffff80}.post-content ul.none-style li,.single-course .content ul.none-style li,ul.list.none-style li{padding:0}.post-content ul.none-style li:before,.single-course .content ul.none-style li:before,ul.list.none-style li:before{display:none}.read-more-less{position:relative;overflow:hidden;transition:height 1.5s cubic-bezier(.25,1,.5,1)}.read-more-less>div:nth-child(1) p{text-align:justify}.read-more-less>div:nth-child(2){position:absolute;bottom:0;right:0;left:0;height:70px;background:linear-gradient(180deg,#fff0,#fffc 38%,#fff)}@media (prefers-color-scheme: dark){[data-theme=auto] .read-more-less>div:nth-child(2){background:linear-gradient(180deg,#272e3600,#272e36cc 38%,#272e36)}}[data-theme=dark] .read-more-less>div:nth-child(2){background:linear-gradient(180deg,#272e3600,#272e36cc 38%,#272e36)}.read-more-less>div:nth-child(2).site-bg{background:linear-gradient(180deg,#f4f4f400,#f4f4f4cc 38%,#f4f4f4)}@media (prefers-color-scheme: dark){[data-theme=auto] .read-more-less>div:nth-child(2).site-bg{background:linear-gradient(180deg,#1d232a00,#1d232acc 38%,#1d232a)}}[data-theme=dark] .read-more-less>div:nth-child(2).site-bg{background:linear-gradient(180deg,#1d232a00,#1d232acc 38%,#1d232a)}.read-more-less>div:nth-child(2) button{position:absolute;margin:auto;inset:0;background:none;border:none;color:#871dff;padding:0;cursor:pointer;transition:all 1s;font-weight:700}.read-more-less>div:nth-child(2) button:hover{color:#fa115f}@media (prefers-color-scheme: dark){[data-theme=auto] .read-more-less>div:nth-child(2) button{color:#b577ff}[data-theme=auto] .read-more-less>div:nth-child(2) button:hover{color:#ff689b}}[data-theme=dark] .read-more-less>div:nth-child(2) button{color:#b577ff}[data-theme=dark] .read-more-less>div:nth-child(2) button:hover{color:#ff689b}.read-more-less>div:nth-child(2) button.hide{opacity:0;transform:translateY(80px);visibility:hidden}.post-content p{margin-bottom:1.5rem;line-height:2}.post-content ul{margin-bottom:2rem;line-height:2}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{padding-top:1.5rem;font-weight:700}.post-content h1:first-child,.post-content h2:first-child,.post-content h3:first-child,.post-content h4:first-child,.post-content h5:first-child,.post-content h6:first-child{padding-top:0}.post-content code{display:block;border-radius:.375rem;border-width:1px;border-color:rgb(27 24 25 / var(--tw-border-opacity));--tw-border-opacity: .1;padding:1.25rem 1rem;direction:ltr}.post-content .items-list{background-color:var(--color-body-bg)!important;margin-left:-.75rem;margin-right:-.75rem;border-radius:0}@media (min-width: 640px){.post-content .items-list{margin-left:0;margin-right:0;border-radius:.375rem}}.post-content .items-list h3{padding-top:0}.post-content .items-list *>ul{margin-top:0;margin-bottom:.5rem}.post-content .items-list *>ul li{padding:0;list-style:none}.post-content .items-list *>ul li:before{display:none}.clone-content-table h4{font-size:1.25rem;line-height:1.75rem;font-weight:700}.clone-content-table ul li{border-bottom-width:1px;border-color:rgb(27 24 25 / var(--tw-border-opacity));--tw-border-opacity: .05}.clone-content-table ul li:last-child{border-width:0px}.clone-content-table ul li a{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:1rem;line-height:1.5rem}.clone-content-table ul li a.active{color:var(--color-hover);background-color:rgb(27 24 25 / var(--tw-bg-opacity));--tw-bg-opacity: .05}@keyframes tilt-shaking{0%{transform:rotate(0)}.5%{transform:rotate(5deg)}1%{transform:rotate(0)}1.5%{transform:rotate(-5deg)}2.5%{transform:rotate(5deg)}3%{transform:rotate(0)}3.5%{transform:rotate(-5deg)}4%{transform:rotate(0)}to{transform:rotate(0)}}.shaking-time{animation:tilt-shaking 12s ease-in-out infinite}.shaking-time:hover{animation-play-state:paused}.bottom-navigation .item a{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bottom-navigation .item a:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bottom-navigation .item a.active{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bottom-navigation .item a.active:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}@media (prefers-color-scheme: dark){[data-theme=auto] .bottom-navigation .item a{background-color:var(--color-body-bg)}[data-theme=auto] .bottom-navigation .item a:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}[data-theme=auto] .bottom-navigation .item a.active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}[data-theme=auto] .bottom-navigation .item a.active:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}}[data-theme=dark] .bottom-navigation .item a{background-color:var(--color-body-bg)}[data-theme=dark] .bottom-navigation .item a:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}[data-theme=dark] .bottom-navigation .item a.active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}[data-theme=dark] .bottom-navigation .item a.active:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.adsbg-content{background:linear-gradient(0deg,#fff0,#ffffff85 11%,#fffffffa 25%,#fff)}@media (prefers-color-scheme: dark){[data-theme=auto] .adsbg-content{background:linear-gradient(0deg,#272e3600,#272e3685 11%,#272e36fa 25%,#272e36)}}[data-theme=dark] .adsbg-content{background:linear-gradient(0deg,#272e3600,#272e3685 11%,#272e36fa 25%,#272e36)}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}@media (min-width: 1024px){.lg\:btn-lg{height:4rem;min-height:4rem;padding-left:1.5rem;padding-right:1.5rem;font-size:1.125rem}.btn-square:where(.lg\:btn-lg){height:4rem;width:4rem;padding:0}.btn-circle:where(.lg\:btn-lg){height:4rem;width:4rem;border-radius:9999px;padding:0}}@media (min-width: 1280px){.xl\:btn-lg{height:4rem;min-height:4rem;padding-left:1.5rem;padding-right:1.5rem;font-size:1.125rem}.btn-square:where(.xl\:btn-lg){height:4rem;width:4rem;padding:0}.btn-circle:where(.xl\:btn-lg){height:4rem;width:4rem;border-radius:9999px;padding:0}}.last\:mb-0:last-child{margin-bottom:0}.last\:ml-0:last-child{margin-left:0}.last\:border-0:last-child{border-width:0px}.last\:border-none:last-child{border-style:none}.hover\:z-30:hover{z-index:30}.hover\:-translate-x-1:hover{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#7a7a7a\]:hover{--tw-border-opacity: 1;border-color:rgb(122 122 122 / var(--tw-border-opacity))}.hover\:border-opacity-100:hover{--tw-border-opacity: 1}.hover\:border-opacity-70:hover{--tw-border-opacity: .7}.hover\:\!bg-gray-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(17 24 39 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(248 113 113 / var(--tw-bg-opacity))!important}.hover\:bg-\[\#34aadf\]:hover{--tw-bg-opacity: 1;background-color:rgb(52 170 223 / var(--tw-bg-opacity))}.hover\:bg-\[\#86AFFF\]:hover{--tw-bg-opacity: 1;background-color:rgb(134 175 255 / var(--tw-bg-opacity))}.hover\:bg-\[\#F4FF7C\]:hover{--tw-bg-opacity: 1;background-color:rgb(244 255 124 / var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(27 24 25 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.hover\:bg-opacity-10:hover{--tw-bg-opacity: .1}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:bg-opacity-40:hover{--tw-bg-opacity: .4}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.focus\:opacity-90:focus{opacity:.9}.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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:bg-blue-300:active{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.active\:bg-opacity-40:active{--tw-bg-opacity: .4}.group:hover .group-hover\:-translate-x-0\.5{--tw-translate-x: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:fill-white{fill:#fff}.peer:checked~.peer-checked\:inline{display:inline}.peer:checked~.peer-checked\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-opacity-50{--tw-bg-opacity: .5}.peer:checked~.peer-checked\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-56{width:14rem}.sm\:w-\[400px\]{width:400px}.sm\:w-auto{width:auto}.sm\:min-w-\[500px\]{min-width:500px}.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\:rounded-lg{border-radius:.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:text-right{text-align:right}}@media (min-width: 768px){.md\:mb-0{margin-bottom:0}.md\:ml-7{margin-left:1.75rem}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-8{height:2rem}.md\:max-h-\[80vh\]{max-height:80vh}.md\:w-20{width:5rem}.md\:w-6{width:1.5rem}.md\:w-8{width:2rem}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:min-w-\[100px\]{min-width:100px}.md\:max-w-4xl{max-width:56rem}.md\:max-w-screen-md{max-width:768px}.md\:max-w-screen-sm{max-width:640px}.md\:max-w-sm{max-width:24rem}.md\:basis-7\/12{flex-basis:58.333333%}.md\:basis-\[38\%\]{flex-basis:38%}.md\:basis-\[43\%\]{flex-basis:43%}.md\:basis-\[48\%\]{flex-basis:48%}.md\:basis-\[58\%\]{flex-basis:58%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:gap-2{gap:.5rem}.md\:gap-4{gap:1rem}.md\:rounded-md{border-radius:.375rem}.md\:p-4{padding:1rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:pb-12{padding-bottom:3rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-3\.5{padding-bottom:.875rem}.md\:pl-6{padding-left:1.5rem}.md\:pt-1\.5{padding-top:.375rem}.md\:pt-16{padding-top:4rem}.md\:pt-8{padding-top:2rem}.md\:pt-\[28\%\]{padding-top:28%}.md\:pt-\[34\%\]{padding-top:34%}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.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-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1024px){.lg\:absolute{position:absolute}.lg\:-right-4{right:-1rem}.lg\:-top-3{top:-.75rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-4{margin-left:1rem}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:inline-flex{display:inline-flex}.lg\:hidden{display:none}.lg\:h-11{height:2.75rem}.lg\:h-14{height:3.5rem}.lg\:h-20{height:5rem}.lg\:h-3\.5{height:.875rem}.lg\:h-4{height:1rem}.lg\:h-6{height:1.5rem}.lg\:h-8{height:2rem}.lg\:min-h-\[350px\]{min-height:350px}.lg\:w-1\/2{width:50%}.lg\:w-12{width:3rem}.lg\:w-14{width:3.5rem}.lg\:w-20{width:5rem}.lg\:w-3\.5{width:.875rem}.lg\:w-4{width:1rem}.lg\:w-56{width:14rem}.lg\:w-6{width:1.5rem}.lg\:w-72{width:18rem}.lg\:w-8{width:2rem}.lg\:w-8\/12{width:66.666667%}.lg\:w-auto{width:auto}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:basis-0{flex-basis:0px}.lg\:basis-1\/3{flex-basis:33.333333%}.lg\:basis-2\/12{flex-basis:16.666667%}.lg\:basis-8\/12{flex-basis:66.666667%}.lg\:basis-\[48\%\]{flex-basis:48%}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:pb-0{padding-bottom:0}.lg\:pt-\[28\%\]{padding-top:28%}.lg\:text-right{text-align:right}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-9xl{font-size:8rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:leading-snug{line-height:1.375}}@media (min-width: 1280px){.xl\:-left-20{left:-5rem}.xl\:-right-20{right:-5rem}.xl\:-mr-4{margin-right:-1rem}.xl\:mb-0{margin-bottom:0}.xl\:mb-10{margin-bottom:2.5rem}.xl\:ml-16{margin-left:4rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-8{margin-left:2rem}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:\!h-auto{height:auto!important}.xl\:max-h-80{max-height:20rem}.xl\:w-64{width:16rem}.xl\:max-w-sm{max-width:24rem}.xl\:basis-1\/5{flex-basis:20%}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xl\:px-28{padding-left:7rem;padding-right:7rem}.xl\:py-12{padding-top:3rem;padding-bottom:3rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1536px){.\32xl\:ml-3{margin-left:.75rem}.\32xl\:ml-8{margin-left:2rem}.\32xl\:h-24{height:6rem}.\32xl\:min-h-\[500px\]{min-height:500px}.\32xl\:w-24{width:6rem}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.\32xl\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.\32xl\:gap-y-10{row-gap:2.5rem}.\32xl\:gap-y-7{row-gap:1.75rem}.\32xl\:pl-4{padding-left:1rem}}
/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com*/
/*! theme development by Mohsen Jahani (scriptestan.ir) */
