@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{font-family:Roboto,sans-serif;scrollbar-width:none;box-sizing:border-box;-webkit-overflow-scrolling:hidden}.scrollbar-hide::-webkit-scrollbar{display:none}.App{height:auto}.header-cont{display:flex;width:100%;position:relative;justify-content:space-between;align-items:center;padding:6px 20px}.location-icon{font-size:24px;color:#d21818}.location-section{display:flex;align-items:end;gap:3px}.detect-location-cont span{color:#0880e3;font-size:14px;font-weight:600}.profile{width:44px;height:44px;border-radius:50%;cursor:pointer;overflow:hidden;box-shadow:0 4px 8px #8080809c}.profile-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.foot-nav{position:fixed;bottom:30%;right:10px}.search-nav-cont{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;font-size:16px;background-color:#554cbc}.search-nav-btn{padding:6px;border-radius:50%}.search-nav-icon{display:flex;flex-direction:column;align-items:center;padding:5px 7px;font-size:20px;border-radius:50%}.search-nav-bg{background-color:#6e65cda4}.foot-nav-right{display:flex;flex-direction:column;align-items:center;background-color:#554cbc;width:50px;height:260px;justify-content:space-between;border-radius:32px;padding:10px 20px}.text-violet-color{color:#554cbc}.neon-gradient-button{position:relative;padding:3px;border-radius:9999px;background:linear-gradient(45deg,#ff6ec4,#7873f5,#33a0ff,#f06);background-size:300% 300%;animation:gradient-animation 3s ease infinite}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.modal-overview{position:absolute;top:50%;left:50%;right:auto;bottom:auto;margin-right:-50%;transform:translate(-50%,-50%);background:wheat;color:#000;font-weight:500;padding:20px;max-width:500px;width:90%;border-radius:10px;box-shadow:0 4px 8px #0003}.modal-overview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;z-index:1000}.bg-gif{background-image:url(/congratulation.gif);background-repeat:no-repeat;background-size:cover}.carousel-container{width:100%;max-width:600px;margin:0 auto}.carousel-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.qr-reader{width:100%;margin:0 auto;position:relative}.qr-reader video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.qr-reader .qr-box{width:100%!important;left:0!important}.qr-reader .qr-frame{position:absolute;fill:none;left:50%;top:12%;width:280px;height:280px;transform:translate(-50%) translateY(-50%)}.result-url{font-size:12px;position:absolute;width:100%;text-align:center;top:60%;left:50%;transform:translate(-50%) translateY(-50%);color:#fff;z-index:99999}.overlay{position:absolute;z-index:100;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;justify-content:center}.square{width:240px;height:240px;position:absolute;z-index:-1;left:50%;top:12%;transform:translate(-50%) translateY(-50%);background:transparent;border-radius:20px;box-shadow:0 0 0 10000px #00000080}.change-flex{flex-direction:column}.top-business-des{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.5em}.hover-annimate p{font-size:14px;color:#000;display:none;transition:all .6s ease-in-out}.hover-annimate:hover p{display:block}.hover-annimate p:hover{text-decoration:underline;color:#33a0ff}.hover-annimate{display:flex;gap:8px;padding:4px;justify-content:center;cursor:pointer;align-items:center;border-top-right-radius:18px;border-bottom-right-radius:18px;width:30px;background-color:#fff;transition:all 1s ease-in-out}.hover-annimate:hover{width:100px;height:30px}.payment-message{background-color:#fffbeb;border:1px solid #fcd34d;color:#b45309;padding:10px;border-radius:5px;margin-top:10px;font-size:14px;text-align:center}@media (max-width: 500px){.qr-reader{width:100%}.location-icon{font-size:20px}.location-section{align-items:center}.detect-location-cont span{font-size:12px}}@media (max-width:600px){.mob-search-box{position:absolute;top:45px;left:0;width:100%}.mobile-setting-sizes{width:140px;height:140px}.mobile-setting-size2{width:80px;height:80px}.mob-search-box .search-cont{width:90%;margin:0 auto}}@media (min-width:601px) and (max-width:800px){.mob-search-box{width:90%;max-width:400px}}@media (max-width:700px){.foot-nav{bottom:0;left:0}.foot-nav-right{flex-direction:row;height:50px;width:240px}.change-flex{flex-direction:row;background-color:#fff}.card-max-width{max-width:300px}}.home-container{width:100%;margin-top:14px;margin-bottom:20px;padding:0 20px}.banner-container{position:relative;max-width:280px;height:140px;margin:0 auto;border-radius:10px;overflow:hidden;background-color:#f0f0f0}.banner-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .5s ease-in-out;opacity:0}.banner-image.active{opacity:1}.categories-container{margin-top:20px;overflow-y:auto}.category-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.category-container{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:80px}.category-image{width:36px;height:36px;border-radius:6px;margin-bottom:4px;padding:2px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-name{width:68px;text-align:center;font-size:12px}.more-button-container{display:flex;flex-direction:column;align-items:center}.more-button{display:flex;justify-content:center;align-items:center;font-size:20px;color:#6b46c1;background-color:#fff;cursor:pointer}.banner-wrapper{display:flex;flex-wrap:wrap;margin:0 10px;gap:16px;justify-content:center}.banner-item{flex:1 1 calc(33.333% - 16px);position:relative;height:auto;max-width:220px}.banner-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}@media (max-width: 701px){.banner-wrapper{flex-wrap:nowrap;flex-direction:column}.banner-item{flex:1 1 100%;max-width:100%;margin-bottom:16px}}@media (min-width: 600px) and (max-width: 1023px){.category-image{width:60px;height:60px;padding:10px}}@media (min-width: 800px){.category-grid{flex-wrap:wrap;justify-content:center;gap:16px}.category-container{width:100px;margin-bottom:8px}.category-image{width:70px;height:70px;padding:14px}.category-name{width:100px;font-size:16px}}.search-bar{border-radius:8px;margin:0 auto;width:100%;position:relative;outline:none;color:#4a4949}.search-bar input[type=text]::-moz-placeholder{font-size:14px;width:100%}.search-bar input[type=text]::placeholder{font-size:14px;width:100%}.search-in{text-decoration:none}.cards-cont{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;margin-top:10px;padding:20px 20px 90px}.card{display:flex;flex-direction:column;gap:10px;border-radius:10px;padding:15px;box-shadow:0 0 10px #7877776a;background-color:#fff;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.truncate-2-lines{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-section-1{display:flex;justify-content:space-between;align-items:center}.card-business-ratings{display:flex;align-items:center}.card-section-2{display:flex;align-items:center;gap:10px}.card-business-profile{flex-shrink:0;width:100px;height:100px;border-radius:10px;overflow:hidden}.card-business-profile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-business-details{flex-grow:1;font-size:14px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.card-business-contacts{display:flex;gap:6px}.card-business-name{color:#554cbc;font-weight:600}.call-btn,.open-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:12px;border-radius:5px;border:none;cursor:pointer;transition:background-color .3s ease}.call-btn{background-color:#65c663;color:#fff}.open-btn{background-color:transparent;border:1px solid #65c663;color:#65c663}.skeleton-card{display:flex;flex-direction:column;border-radius:10px;padding:15px;box-shadow:0 0 10px #7877776a;background-color:#fff;animation:pulse 1.5s infinite ease-in-out}.skeleton-profile{width:100px;height:100px;border-radius:10px;background-color:#e0e0e0;margin-bottom:10px}.skeleton-details{flex-grow:1;display:flex;flex-direction:column;gap:10px}.skeleton-text{height:15px;background-color:#e0e0e0;border-radius:5px}.skeleton-text.short{width:60%}.skeleton-buttons{display:flex;gap:6px}.skeleton-button{height:30px;width:70px;background-color:#e0e0e0;border-radius:5px}@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}@media (min-width: 600px){.cards-cont{grid-template-columns:1fr}.card{width:80%;margin:0 auto;flex-direction:column}.card-business-profile{width:150px;height:150px}.card-business-details{font-size:16px}.call-btn,.open-btn{font-size:14px;padding:10px 16px}.card-section-1{font-size:18px}}@media (max-width: 390px){.card-business-profile{width:70px;height:70px}.card-section-2{align-items:start}.cards-cont{padding:10px}.call-btn img,.open-btn svg{display:none}}.loading-icon-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-icon{display:flex;justify-content:center;align-items:center;height:50px;width:150px;margin-left:-2rem}.loading-icon__circle{height:12px;width:12px;border-radius:50%;background-color:#2ba7dc;margin-right:8px;animation:spin 1s ease-in-out infinite}.loading-icon__circle--first{animation-delay:.1s;background-color:#ffc107}.loading-icon__circle--second{animation-delay:.2s}.loading-icon__circle--third{animation-delay:.3s;background-color:#ffc107}.loading-icon__circle--fourth{animation-delay:.3s}@keyframes spin{0%{transform:translate(0)}to{transform:translate(130%)}}.login-bg{width:100%;height:100vh;padding-top:50px}.form-container{width:100%;display:flex;justify-content:center}.wrapper{width:50%;max-width:400px;justify-content:center;flex-direction:column;align-items:center;padding:20px;background-color:transparent;border-radius:10px;box-shadow:0 15px 35px #32325d1a,0 5px 15px #00000012}.popup-container{display:flex;align-items:center;justify-content:center;margin:10px 0}.line{flex-grow:1;height:2px;background-color:#6b6a6a}.or{margin:0 10px;font-size:18px;font-weight:500;color:#666}.form-group{padding:10px;width:100%;position:relative}.container{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.login-title{font-size:28px;font-weight:600;color:#3d3d3d;text-align:center;font-family:monospace;line-height:40px;padding-left:10px}label{color:#3d3d3d;font-family:sans-serif;font-size:14px;font-weight:500;margin-bottom:5px}.submitButton{background-color:#2b88d9;color:#fff;font-weight:500;font-size:16px;cursor:pointer;padding:10px;margin:20px 0;border-radius:4px;width:100%}.email-form{padding:10px;border:1px solid gray;outline:none;width:100%}.invalid{padding:10px;border:1px solid #FF0000;outline:none;width:100%}.pass-link{font-size:14px;padding-left:10px;cursor:pointer}.pass-link:hover{text-decoration:underline;color:#2b88d9}.google-button{display:flex;align-items:center;justify-content:center;width:100%}.singup-msg{padding-top:8px;text-align:center}.singup-msg a:hover{color:#2b88d9;text-decoration:underline}.passHide{position:absolute;top:20px;right:20px;color:#2b88d9;width:22px;height:22px}.error{color:red}@media (max-width: 728px){.wrapper{box-shadow:none}}.news-container{padding:20px 30px}.news-grid{display:grid;padding:20px 35px 20px 10px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;overflow-x:hidden}.news-card{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:18px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .2s;max-height:46vh;position:relative}.news-image{height:280px;background-size:cover;background-repeat:no-repeat;background-position:center}.news-image-placeholder{display:flex;justify-content:center;align-items:center;background-color:#f0f0f0;color:#888;font-size:14px;font-weight:700;height:100%}.news-content{padding:15px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.news-title{font-size:14px;font-weight:700;margin-bottom:10px}.news-description{flex-grow:1;margin-bottom:10px;font-size:12px;color:#555;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.show-more{color:#007bff;text-decoration:none;font-weight:700;background-color:#e4e1e1;padding:10px;position:absolute;font-size:12px;bottom:0;border-top-left-radius:18px;right:0}.show-more:hover{text-decoration:underline}@media (max-width: 768px){.news-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.news-container{padding:10px}.news-card{height:auto;max-width:280px;margin:0 auto}.news-image{height:200px}}.modal-mailus{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:90%;overflow:auto;background-color:transparent;transition:display .3s ease-in-out}.modal-mailus.show{display:block}.modal-content{background-color:#fff;margin:auto;padding:20px;border:1px solid #888;width:80%;max-width:600px;position:relative}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}@media (max-width:600px){.modal-content{width:95%}}.otp-cont{display:flex;flex-direction:column;align-items:center;padding-top:40px}.otp-card{padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 15px 35px #32325d1a,0 5px 15px #00000012}.otp-welcome{margin-bottom:20px}.otp-user{font-style:italic;font-size:20px;font-weight:600}.otp-form{margin-bottom:20px;width:100%}.resend{color:green}.otp-form label{margin-bottom:5px;font-weight:700}.otpfill{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;outline:none;font-size:16px}.submitButton{width:100%;padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px}.submitButton:hover{background-color:#0056b3}.forgetIcon{max-width:300px;display:flex;flex-direction:column;padding-bottom:30px;align-items:center;justify-content:center;text-align:center}.fa-exclamation{width:40px;height:40px;margin-bottom:10px}.invalid-otp{width:100%;padding:10px;border:1px solid #FF0000;border-radius:5px;outline:none;font-size:16px}.otp-card .pass-link{padding-top:10px;float:right}.footer{background-color:#333;color:#fff;padding:20px 0}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.footer-section{flex:1 1 200px;margin:20px 0}.footer-section h1,.footer-section h3{margin-bottom:10px;font-size:20px;font-weight:700}.footer-section p,.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#fff;text-decoration:none;transition:all 1s ease-in-out;cursor:pointer}.footer-section ul li a:hover{text-decoration:underline;color:gold}.footer-section ul li p{color:#fff;text-decoration:none;transition:all 1s ease-in-out;cursor:pointer}.footer-section ul li p:hover{text-decoration:underline;color:gold}.social-icons{display:flex;gap:10px}.social-icons a{color:#fff;font-size:24px}.footer-bottom{text-align:center;margin-top:20px;padding-top:10px;border-top:1px solid #444}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center}.footer-section{margin:10px 0;text-align:center;flex:1 1 100px}}.recents-container{padding:20px 30px}.recents-list{display:flex;flex-wrap:wrap;gap:20px;list-style-type:none;padding:0}.no-recent-data{text-align:center;font-size:18px;color:#555;flex-grow:2}.recent-item{border-radius:18px;padding:15px;max-width:310px;display:flex;flex-direction:column;position:relative}.profile-container{display:flex;align-items:center;margin-bottom:10px}.profile-image{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:10px}.profile-details{display:flex;flex-direction:column}.business-name{font-weight:700}.business-place{font-size:.8em;color:gray}.business-info{flex:1}.description{overflow:hidden;font-size:14px;margin:10px 0;color:#242424;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-clamp:5;box-orient:vertical}.shadow-xl{box-shadow:0 4px 8px #0000001a}@media (max-width:700px){.recent-item{max-width:380px}.recents-list{justify-content:center}.recents-container{padding:20px}}.carousel{display:flex;height:100%;max-height:500px;width:100%;max-width:800px}.carousel_wrapper{position:relative;width:100%;height:100%}.carousel_card{display:flex;flex:1;position:absolute;width:100%;height:100%;overflow:hidden;box-shadow:0 0 11px 3px #8080804f;opacity:0;pointer-events:none;transform:scale(.8);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.carousel_card-active{opacity:1;transform:scale(1);pointer-events:all}.card_image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.carousel_arrow_left,.carousel_arrow_right{position:absolute;font-size:40px;bottom:0;transform:translateY(-50%);background-color:#46c7ef;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;padding-bottom:7px;cursor:pointer}.carousel_arrow_left{left:15px}.carousel_arrow_right{right:15px}.carousel_pagination{position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.pagination_dot{height:10px;width:10px;background-color:#f5f5f5;border-radius:50%;display:inline-block;border:solid gray 1px;margin-left:10px;cursor:pointer}.pagination_dot:hover{transform:scale(1.2)}.pagination_dot-active{background-color:orange}@media (max-width: 500px){.carousel{width:100%}.carousel_arrow_left,.carousel_arrow_right{bottom:40px}}.prof-update{display:flex;width:100%;padding:30px;margin-bottom:50px;flex-direction:column}.prof-phone-info{flex-grow:3;text-align:end;padding:0 20px}.info-phone{width:100%;margin-top:10px}.fa-check{color:green;font-size:12px}.form-head{display:flex;gap:8px;font-size:24px;font-weight:700;margin-bottom:20px;align-items:center}.prof-info-cont{display:flex;flex-direction:column;padding-bottom:20px;width:100%}.prof-mod-cont{display:flex;flex-grow:1;padding:10px}.abc{display:flex;align-items:center;justify-content:center;gap:10px;font-size:24px;font-weight:700}.prof-left{display:flex;flex-grow:2;padding:20px;gap:10px;background-color:#fff;border-radius:10px;box-shadow:0 15px 35px #32325d1a,0 5px 15px #0000000c}.prof-right{padding:20px}.prof-right .otp-cont{padding-top:0}.update-fields-cont{flex-grow:2;padding:10px}.image-update-cont{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px}.file-upload{position:relative;display:inline-block}.custom-file-upload{position:absolute;bottom:0;right:-10px;background-color:#007bff;color:#fff;padding:10px;border-radius:18px;cursor:pointer}.custom-file-upload:hover{background-color:#0056b3}input[type=file]{display:none}.prof-img-sec{position:relative;width:150px;height:150px}.prof-img-sec img{width:150px;height:150px;border-radius:50%;margin:0;cursor:pointer;box-shadow:0 15px 35px #32325d1a,0 5px 15px #00000086}.prof-butt{padding:10px;background-color:#e72871;color:#fff;border-radius:20px;font-weight:700;transition:.5s background-color}.prof-butt:hover{background-color:#ca1258fb}.Delete-btn{display:flex;align-items:center;color:#fff;font-weight:700;gap:5px;margin-left:20px;cursor:pointer;border-radius:18px;background-color:#f05;padding:10px 20px}.profile-view img{width:60px;height:60px;border-radius:50%;margin:0}.profile-view{flex-wrap:2;display:flex;padding:20px 0 20px 30px;width:100%;background-color:#fff;border-radius:10px;box-shadow:0 0 10px #80808042}.update-btn{padding:10px 15px;background-color:#1a1818;color:#fff;border-radius:20px;font-weight:700;transition:.5s background-color}.update-btn:hover{background-color:#000000c4}.updatefill{outline:none;border-radius:18px;width:100%;padding:10px;border:1px solid #ccc}.upload-label{display:block;margin:0 0 10px 10px;font-size:16px;font-weight:700}.phone-update{padding-left:10px;display:flex;flex-direction:column;width:100%}.updatePhonefill{outline:none;flex-grow:2;border-radius:18px;padding:10px;border:1px solid #ccc}.upload-remove{display:flex;gap:10px;font-size:20px;font-weight:700}.update-ph-div{display:flex;width:100%;gap:10px}.modal-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal{background-color:#141313;padding:20px;color:#fff;border-radius:8px}.modal h2{margin-bottom:20px}.button-group{display:flex;justify-content:center;gap:20px}.button-group button{padding:10px 20px;border:none;border-radius:18px;font-weight:700;cursor:pointer}.del-msg{max-width:400px;margin-bottom:20px;text-align:justify;color:gray}.button-group button:first-child{background-color:#0f80f0}.button-group button:first-child:hover{background-color:#0a6cce}.button-group button:last-child{background-color:red}.button-group button:last-child:hover{background-color:#ca1010}.prof-image-view{display:flex;gap:10px;align-items:center}@media only screen and (max-width: 768px){.prof-update{padding:10px}.user-gist p{font-size:18px}.prof-phone-info{gap:10px;text-align:center;padding:14px;box-shadow:0 0 4px #e8e5e5;border:green solid 1px;border-radius:18px}.update-ph-div{flex-direction:column}.prof-phone-info p{display:inline}.info-phone{text-align:start;width:auto;margin:0 0 0 2px;font-weight:500;font-size:18px}.prof-left,.prof-right{padding:10px}.prof-left{flex-direction:column-reverse;border-radius:28px;gap:20px;width:100%}.username{color:#0c5db9;font-weight:700}.cont-head{font-size:20px;font-weight:700;margin:10px 0;text-align:center}.prof-img-sec,.prof-img-sec img{width:100px;height:100px}.prof-butt,.Delete-btn,.update-btn{padding:8px 12px;font-size:16px}.profile-view{flex-direction:column;gap:20px;padding:0;box-shadow:none;margin:10px 0}.profile-view button{margin:0;justify-content:center;padding:16px 0;font-size:16px;border-radius:8px}.form-group{padding-left:0;padding-right:0}.form-head{margin-bottom:0}.modal{margin:0 10px}}*,: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:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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}*,: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}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-24{bottom:6rem}.bottom-36{bottom:9rem}.bottom-\[-35px\]{bottom:-35px}.left-0{left:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[-10px\]{right:-10px}.right-\[10px\]{right:10px}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-5{top:1.25rem}.top-\[10px\]{top:10px}.top-\[9px\]{top:9px}.z-10{z-index:10}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[10000\]{z-index:10000}.z-\[1000\]{z-index:1000}.float-right{float:right}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[30px\]{margin-top:30px;margin-bottom:30px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-\[18px\]{margin-left:18px}.ml-\[20px\]{margin-left:20px}.ml-\[30px\]{margin-left:30px}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-\[10px\]{margin-right:10px}.mr-\[20px\]{margin-right:20px}.mr-\[4px\]{margin-right:4px}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[20px\]{margin-top:20px}.mt-\[40px\]{margin-top:40px}.mt-\[80px\]{margin-top:80px}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-\[140px\]{height:140px}.h-\[14px\]{height:14px}.h-\[150px\]{height:150px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[256px\]{height:256px}.h-\[280px\]{height:280px}.h-\[28px\]{height:28px}.h-\[30px\]{height:30px}.h-\[30vh\]{height:30vh}.h-\[32px\]{height:32px}.h-\[34px\]{height:34px}.h-\[360px\]{height:360px}.h-\[40px\]{height:40px}.h-\[4px\]{height:4px}.h-\[50px\]{height:50px}.h-\[60vh\]{height:60vh}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:15rem}.max-h-\[400px\]{max-height:400px}.max-h-\[40px\]{max-height:40px}.max-h-\[80px\]{max-height:80px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-48{width:12rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-\[256px\]{width:256px}.w-\[280px\]{width:280px}.w-\[289px\]{width:289px}.w-\[28px\]{width:28px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[310px\]{width:310px}.w-\[32px\]{width:32px}.w-\[340px\]{width:340px}.w-\[34px\]{width:34px}.w-\[360px\]{width:360px}.w-\[40px\]{width:40px}.w-\[4px\]{width:4px}.w-\[56px\]{width:56px}.w-\[60px\]{width:60px}.w-\[80px\]{width:80px}.w-\[86\%\]{width:86%}.w-\[90\%\]{width:90%}.w-auto{width:auto}.w-full{width:100%}.min-w-\[200px\]{min-width:200px}.max-w-7xl{max-width:80rem}.max-w-\[280px\]{max-width:280px}.max-w-\[500px\]{max-width:500px}.max-w-\[50px\]{max-width:50px}.max-w-\[80px\]{max-width:80px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-grow,.grow{flex-grow:1}.-translate-y-1\/2{--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))}.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))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[14px\]{gap:14px}.gap-\[3px\]{gap:3px}.gap-\[8px\]{gap:8px}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.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-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-violet-700{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / 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-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[10px\]{padding:10px}.p-\[4px\]{padding:4px}.p-\[6px\]{padding:6px}.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-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-4{padding-bottom:1rem}.pl-\[14px\]{padding-left:14px}.pr-\[10px\]{padding-right:10px}.pt-\[50px\]{padding-top:50px}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.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-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[4px\]{font-size:4px}.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-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-5{line-height:1.25rem}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / 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-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / 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-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / 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-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 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)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm{--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)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-none{outline:2px solid transparent;outline-offset:2px}.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)}.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-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;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}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.hover\:scale-100:hover{--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))}.hover\:scale-105:hover{--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))}.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\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.hover\:text-\[14px\]:hover{font-size:14px}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width: 640px){.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:ml-\[23px\]{margin-left:23px}.sm\:inline{display:inline}.sm\:h-16{height:4rem}.sm\:h-6{height:1.5rem}.sm\:h-\[300px\]{height:300px}.sm\:h-\[30px\]{height:30px}.sm\:h-\[75px\]{height:75px}.sm\:w-16{width:4rem}.sm\:w-6{width:1.5rem}.sm\:w-\[40px\]{width:40px}.sm\:w-\[500px\]{width:500px}.sm\:w-\[50px\]{width:50px}.sm\:w-\[600px\]{width:600px}.sm\:w-\[75px\]{width:75px}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:items-start{align-items:flex-start}.sm\:gap-10{gap:2.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-8{padding:2rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[22px\]{font-size:22px}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\: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))}.sm\:hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;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))}}@media (min-width: 768px){.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:ml-0{margin-left:0}.md\:h-10{height:2.5rem}.md\:h-24{height:6rem}.md\:h-44{height:11rem}.md\:h-\[120px\]{height:120px}.md\:h-\[160px\]{height:160px}.md\:h-\[200px\]{height:200px}.md\:h-\[300px\]{height:300px}.md\:h-\[360px\]{height:360px}.md\:h-\[40px\]{height:40px}.md\:h-\[560px\]{height:560px}.md\:w-10{width:2.5rem}.md\:w-24{width:6rem}.md\:w-44{width:11rem}.md\:w-\[120px\]{width:120px}.md\:w-\[160px\]{width:160px}.md\:w-\[40px\]{width:40px}.md\:w-\[600px\]{width:600px}.md\:w-\[80\%\]{width:80%}.md\:w-\[86\%\]{width:86%}.md\:w-\[90\%\]{width:90%}.md\:w-full{width:100%}.md\:max-w-\[1000px\]{max-width:1000px}.md\:max-w-\[680px\]{max-width:680px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:justify-between{justify-content:space-between}.md\:justify-evenly{justify-content:space-evenly}.md\:gap-2{gap:.5rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:p-2{padding:.5rem}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-start{text-align:start}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[28px\]{font-size:28px}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:leading-10{line-height:2.5rem}}@media (min-width: 1024px){.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:h-\[100px\]{height:100px}.lg\:h-\[30px\]{height:30px}.lg\:h-\[40px\]{height:40px}.lg\:w-\[100px\]{width:100px}.lg\:w-\[30px\]{width:30px}.lg\:w-\[50px\]{width:50px}.lg\:w-\[600px\]{width:600px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:p-4{padding:1rem}.lg\:p-8{padding:2rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}
