@charset "UTF-8";.maintenance-page{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--system_white, #ffffff);padding:60px 20px;text-align:center;position:relative;overflow:hidden;background-color:#080a10}.maintenance-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(102,10,251,.2) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(191,55,255,.2) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(59,130,246,.1) 0%,transparent 80%);filter:blur(80px);z-index:0}.maintenance-page{background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px}.maintenance-container{position:relative;z-index:1;width:100%;max-width:1100px;background:#ffffff05;-webkit-backdrop-filter:blur(30px) saturate(180%);backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:40px;padding:80px;animation:slideUpFade 1.2s cubic-bezier(.16,1,.3,1);margin:auto;display:grid;grid-template-columns:1fr;gap:60px;align-items:center;box-shadow:0 30px 60px #0006,inset 0 0 0 1px #ffffff0d}.maintenance-container.has-banner{grid-template-columns:1fr 1fr;text-align:left}@media only screen and (min-width:768px)and (max-width:991px){.maintenance-container.has-banner{grid-template-columns:1fr!important;text-align:center!important}}@media only screen and (max-width:767px){.maintenance-container.has-banner{grid-template-columns:1fr!important;text-align:center!important}}.maintenance-container.has-banner .maintenance-content{align-items:flex-start;text-align:left}.maintenance-container.has-banner .maintenance-action{justify-content:flex-start}.maintenance-container:not(.has-banner){max-width:700px;padding:80px 40px}.maintenance-container:not(.has-banner) .maintenance-content{align-items:center;text-align:center}.maintenance-container:not(.has-banner) .maintenance-action{justify-content:center}@media only screen and (min-width:768px)and (max-width:991px){.maintenance-container{grid-template-columns:1fr!important;padding:50px 30px;text-align:center}.maintenance-container .maintenance-content{align-items:center!important;text-align:center!important}.maintenance-container .maintenance-action{justify-content:center!important}.maintenance-container .maintenance-banner{order:-1}.maintenance-container .maintenance-banner img{max-width:300px}}@media only screen and (max-width:767px){.maintenance-container{padding:40px 20px;border-radius:24px}}.maintenance-banner{display:flex;justify-content:center;align-items:center}.maintenance-banner img{width:100%;max-width:480px;height:auto;object-fit:contain;filter:drop-shadow(0 0 30px rgba(102,10,251,.3));animation:floatImg 8s ease-in-out infinite}.maintenance-content{display:flex;flex-direction:column;width:100%}.maintenance-title{line-height:1.1;font-weight:900}@media only screen and (min-width:1581px){.maintenance-title{font-size:64px}}@media only screen and (min-width:1280px)and (max-width:1580px){.maintenance-title{font-size:52px}}@media only screen and (min-width:992px)and (max-width:1279px){.maintenance-title{font-size:42px}}@media only screen and (max-width:991px){.maintenance-title{font-size:36px}}@media only screen and (max-width:479px){.maintenance-title{font-size:30px}}@media only screen and (max-width:413px){.maintenance-title{font-size:24px}}.maintenance-title{background:linear-gradient(to bottom right,#fff 30%,#a5b4fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:24px;letter-spacing:-2px;text-shadow:0 10px 30px rgba(255,255,255,.1)}.maintenance-subtitle{line-height:1.6;font-weight:400}@media only screen and (min-width:1581px){.maintenance-subtitle{font-size:22px}}@media only screen and (min-width:1280px)and (max-width:1580px){.maintenance-subtitle{font-size:20px}}@media only screen and (min-width:992px)and (max-width:1279px){.maintenance-subtitle{font-size:19px}}@media only screen and (max-width:991px){.maintenance-subtitle{font-size:17px}}@media only screen and (max-width:479px){.maintenance-subtitle{font-size:15px}}.maintenance-subtitle{color:#ffffffa6;margin-bottom:48px;max-width:540px}.maintenance-action{display:flex;flex-direction:column;gap:20px;width:100%}.maintenance-action .btn-primary{padding:18px 44px;line-height:1.5;font-weight:700}@media only screen and (min-width:1581px){.maintenance-action .btn-primary{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.maintenance-action .btn-primary{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.maintenance-action .btn-primary{font-size:14px}}@media only screen and (max-width:991px){.maintenance-action .btn-primary{font-size:14px}}@media only screen and (max-width:479px){.maintenance-action .btn-primary{font-size:13px}}.maintenance-action .btn-primary{border-radius:14px;transition:all .5s cubic-bezier(.23,1,.32,1);text-transform:uppercase;letter-spacing:2px;background:var(--system_gradient, linear-gradient(77.16deg, var(--system_g1, #660AFB) 13.44%, var(--system_g2, #BF37FF) 87.24%));border:none;box-shadow:0 15px 35px #660afb4d;color:#fff;position:relative;overflow:hidden}@media only screen and (min-width:768px)and (max-width:991px){.maintenance-action .btn-primary{padding:14px 32px;font-size:14px}}@media only screen and (max-width:767px){.maintenance-action .btn-primary{padding:10px 24px;font-size:12px}}.maintenance-action .btn-primary:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:.5s}.maintenance-action .btn-primary:hover{transform:translateY(-5px);box-shadow:0 20px 40px #660afb66}.maintenance-action .btn-primary:hover:after{left:100%}.maintenance-action .btn-primary:active{transform:translateY(0)}.maintenance-action .btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.maintenance-action .auto-reload-toggle{display:flex;align-items:center;gap:14px;cursor:pointer;padding:12px 24px;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.08);transition:all .4s ease}.maintenance-action .auto-reload-toggle:hover{background:#ffffff12;border-color:#fff3;transform:translateY(5px)}.maintenance-action .auto-reload-toggle input{width:20px;height:20px;cursor:pointer;accent-color:#660AFB}.maintenance-action .auto-reload-toggle span{line-height:1.5;font-weight:600}@media only screen and (min-width:1581px){.maintenance-action .auto-reload-toggle span{font-size:15px}}@media only screen and (min-width:1280px)and (max-width:1580px){.maintenance-action .auto-reload-toggle span{font-size:15px}}@media only screen and (min-width:992px)and (max-width:1279px){.maintenance-action .auto-reload-toggle span{font-size:15px}}@media only screen and (max-width:991px){.maintenance-action .auto-reload-toggle span{font-size:14px}}@media only screen and (max-width:479px){.maintenance-action .auto-reload-toggle span{font-size:13px}}.maintenance-action .auto-reload-toggle span{color:#ffffffe6}@keyframes slideUpFade{0%{opacity:0;transform:translateY(60px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floatImg{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(5px,-10px) rotate(1deg)}50%{transform:translate(-5px,-15px) rotate(-1deg)}75%{transform:translate(-8px,-10px) rotate(.5deg)}}.nav-progress-bar{position:fixed;top:0;left:0;height:3px;background:var(--nav-progress-color, #4f46e5);z-index:999999;transition:width .2s ease-out;box-shadow:0 0 10px var(--nav-progress-color, #4f46e5),0 0 4px var(--nav-progress-color, #4f46e5);pointer-events:none;will-change:width}.select2-container{z-index:10000000!important}.puck_modal_overlay{background-color:#000000bf;z-index:9999999!important;display:flex;align-items:center;justify-content:center;position:fixed;inset:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.media_picker_modal{outline:none;display:flex;align-items:center;justify-content:center;width:90%;max-width:1000px;z-index:9999999!important}.media_picker_modal .puck_modal_content{background:#fff;border-radius:8px;width:100%;height:85vh;max-height:800px;display:flex;flex-direction:column;overflow:hidden;border:none;box-shadow:0 10px 25px #0003;position:relative;outline:none}.media_picker_modal .puck_modal_content .media_modal_header{background:#5d6ed9;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;color:#fff;flex-shrink:0}.media_picker_modal .puck_modal_content .media_modal_header .header_tabs{display:flex;gap:15px}.media_picker_modal .puck_modal_content .media_modal_header .header_tabs button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:10px 24px;border-radius:6px;font-weight:600;font-size:14px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.media_picker_modal .puck_modal_content .media_modal_header .header_tabs button.active{background:#fff;color:#5d6ed9;box-shadow:0 4px 12px #0000001a}.media_picker_modal .puck_modal_content .media_modal_header .header_tabs button:hover:not(.active){background:#fff3}.media_picker_modal .puck_modal_content .media_modal_header .close_btn{background:#fff;color:#5d6ed9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.media_picker_modal .puck_modal_content .media_modal_header .close_btn:hover{transform:scale(1.1)}.media_picker_modal .puck_modal_content .media_modal_body{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden;position:relative}.media_picker_modal .puck_modal_content .media_modal_body .media_tab_content{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}.media_picker_modal .puck_modal_content .media_modal_body .media_library_container,.media_picker_modal .puck_modal_content .media_modal_body .media_upload_container{display:flex;flex-direction:column;flex:1;height:100%;overflow:visible;position:relative}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar{display:flex;justify-content:space-between;align-items:center;margin:25px 30px 20px;gap:20px;flex-shrink:0;position:relative;z-index:50}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar .toolbar_left{display:flex;align-items:center;gap:20px}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar .sort_select{padding:10px;border:1px solid #e0e6ed;border-radius:6px;font-size:14px;min-width:150px;outline:none;color:#4a5568}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar .search_input_wrapper{position:relative;flex:1;max-width:300px}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar .search_input_wrapper input{width:100%;padding:10px 40px 10px 15px;border:1px solid #e0e6ed;border-radius:6px;font-size:14px;outline:none}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar .search_input_wrapper input:focus{border-color:#5d6ed9}.media_picker_modal .puck_modal_content .media_modal_body .media_library_toolbar .search_input_wrapper .search_icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#a0aec0}.media_picker_modal .puck_modal_content .media_modal_body .media_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;padding:0 30px 30px;flex:1;overflow-y:auto;align-content:start;min-height:0;margin-bottom:0}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item{display:flex;flex-direction:column;border:2px solid #eef2f7;border-radius:10px;cursor:pointer;background:#fff;transition:all .2s ease;box-shadow:0 2px 4px #00000005}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item:hover{border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item.selected{border-color:#5d6ed9;background:#f0f4ff;box-shadow:0 0 0 1px #5d6ed9}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item.selected .media_preview_box .selected_check{display:flex}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item .media_preview_box{aspect-ratio:1;position:relative;background:#f7fafc;overflow:hidden;min-height:100px}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item .media_preview_box img{width:100%;height:100%;object-fit:cover}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item .media_preview_box .selected_check{display:none;position:absolute;top:8px;right:8px;background:#5d6ed9;color:#fff;border-radius:50%;width:22px;height:22px;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:2;box-shadow:0 2px 4px #0003}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item .media_item_info{padding:10px;display:flex;flex-direction:column;gap:2px;border-top:1px solid #f0f4f8}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item .media_item_info .file_name{font-size:11px;font-weight:600;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .media_item .media_item_info .file_size{font-size:10px;color:#a0aec0}.media_picker_modal .puck_modal_content .media_modal_body .media_grid .no_files{grid-column:1/-1;padding:50px;text-align:center;color:#718096;font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area{flex:1;border:2px dashed #cbd5e0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;margin:25px 30px;transition:all .3s ease;background:#f8fafc}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area.dragging{border-color:#5d6ed9;background:#edf2ff}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .uploading_overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center;width:100%;height:100%}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .uploading_overlay .upload_icon{color:#5d6ed9}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .uploading_overlay p{color:#2d3748;font-weight:500;font-size:18px}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .upload_icon{color:#5d6ed9;margin-bottom:20px}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .upload_text{font-size:20px;font-weight:500;color:#2d3748;margin-bottom:15px}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .upload_text span{color:#5d6ed9;cursor:pointer}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .upload_text span:hover{text-decoration:underline}.media_picker_modal .puck_modal_content .media_modal_body .media_upload_area .upload_limit{color:#718096;font-size:14px}.media_picker_modal .puck_modal_content .media_modal_footer{padding:20px 30px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf2f7;margin-top:auto;width:100%;border-bottom-left-radius:8px;border-bottom-right-radius:8px;flex-shrink:0}.media_picker_modal .puck_modal_content .media_modal_footer .footer_left{display:flex;align-items:center;gap:15px;color:#4a5568;font-weight:600}.media_picker_modal .puck_modal_content .media_modal_footer .footer_left .reset_link{background:#5d6ed9;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;text-transform:uppercase}.media_picker_modal .puck_modal_content .media_modal_footer .footer_right{display:flex;gap:12px}.media_picker_modal .puck_modal_content .media_modal_footer .footer_right button{padding:8px 16px;border-radius:4px;font-weight:600;font-size:13px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.media_picker_modal .puck_modal_content .media_modal_footer .footer_right .btn_secondary{background:#5d6ed9;color:#fff;border:none}.media_picker_modal .puck_modal_content .media_modal_footer .footer_right .btn_secondary:disabled{opacity:.6;cursor:not-allowed}.media_picker_modal .puck_modal_content .media_modal_footer .footer_right .btn_primary{background:#5d6ed9;color:#fff;border:none}.media_picker_modal .puck_modal_content .media_modal_footer .footer_right .btn_primary:disabled{opacity:.6;cursor:not-allowed}.skeleton-wrapper{background:#fff;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 4px 6px #0000000a;max-width:100%;overflow:hidden}.skeleton-wrapper.sponsor_skeleton{padding:0;box-shadow:none;background:transparent}.skeleton-group{display:flex;flex-wrap:wrap;gap:20px;width:100%;max-width:1295px;margin:0 auto;justify-content:center}.slider-skeleton-wrapper{padding-left:102px;padding-right:102px;width:100%}@media(max-width:767px){.slider-skeleton-wrapper{padding-left:12px;padding-right:12px}}.skeleton-card{flex:1;min-width:280px;max-width:100%}@media(max-width:575px){.skeleton-card{min-width:100%}}.skeleton-card.category_skeleton{min-width:initial}.skeleton-card.category_skeleton .skeleton-img{height:40px}.skeleton-card.sponsor_skeleton{min-width:initial;width:140px;min-height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:0;background:transparent;box-shadow:none;padding:0}.skeleton-card.sponsor_skeleton .skeleton-img{margin-bottom:0;height:30px;width:100%}.skeleton-card .skeleton-img{width:100%;height:180px;border-radius:8px;background:#e0e0e0;margin-bottom:16px;animation:pulse 1.5s infinite ease-in-out;max-width:100%}.skeleton-list{display:flex;align-items:center;gap:16px;width:100%}.skeleton-list .skeleton-avatar{width:60px;height:60px;border-radius:50%;background:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}.skeleton-list .skeleton-content{flex:1}.skeleton-text,.skeleton-title,.skeleton-row{background:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out;margin-bottom:10px;max-width:100%}.skeleton-text.dark,.skeleton-title.dark,.skeleton-row.dark{background-color:#ffffff1a;animation-name:pulse-dark}.sponsor_skeleton .skeleton-text,.sponsor_skeleton .skeleton-title,.sponsor_skeleton .skeleton-row{margin-bottom:0}.skeleton-title{height:24px;width:70%}.skeleton-text{height:16px;width:100%}.skeleton-text.short{width:40%}.skeleton-row{height:20px;width:100%;margin-bottom:8px}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}.skeleton-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;padding:0;width:100%}.skeleton-footer.dark .skeleton-footer-logo,.skeleton-footer.dark .skeleton-footer-text,.skeleton-footer.dark .skeleton-footer-title,.skeleton-footer.dark .skeleton-footer-link,.skeleton-footer.dark .skeleton-footer-social-icon,.skeleton-footer.dark .skeleton-footer-icon-circle,.skeleton-footer.dark .skeleton-footer-payment-icon{background-color:#ffffff24;animation-name:pulse-dark}.skeleton-footer .skeleton-footer-section{flex:1;min-width:150px}.skeleton-footer .skeleton-footer-section:first-child{flex:2;min-width:280px}.skeleton-footer .skeleton-footer-logo{width:150px;height:33px;background-color:#e0e0e0;margin-bottom:26px;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-footer .skeleton-footer-text,.skeleton-footer .skeleton-footer-link{height:14px;background-color:#e0e0e0;margin-bottom:12px;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-footer .skeleton-footer-text{width:100%}.skeleton-footer .skeleton-footer-link{width:70%;margin-bottom:20px}.skeleton-footer .skeleton-footer-title{height:24px;width:140px;background-color:#e0e0e0;margin-bottom:30px;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-footer .skeleton-footer-socials{display:flex;gap:10px;margin-top:35px}.skeleton-footer .skeleton-footer-social-icon{width:43px;height:43px;background-color:#e0e0e0;border-radius:50%;animation:pulse 1.5s infinite ease-in-out}.skeleton-footer-floating{margin-bottom:0;padding:0;width:100%;display:flex;align-items:center}.skeleton-footer-floating .skeleton-footer-icon-circle{width:42px;height:42px;background-color:#e0e0e0;border-radius:50%;animation:pulse 1.5s infinite ease-in-out}.skeleton-footer-floating .skeleton-footer-payment-icon{width:36px;height:22px;background-color:#e0e0e0;border-radius:2px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse-dark{0%{background-color:#ffffff1a}50%{background-color:#ffffff40}to{background-color:#ffffff1a}}.skeleton-blog-details{width:100%;margin-bottom:40px}.skeleton-blog-details .skeleton-blog-header{position:relative;width:100%;height:min(500px,60vh);background:#f0f0f0;border-radius:20px;overflow:hidden;margin-bottom:30px;animation:pulse 1.5s infinite ease-in-out}.skeleton-blog-details .skeleton-blog-header .skeleton-blog-date{position:absolute;top:20px;left:20px;width:100px;height:30px;background:#ffffff80;border-radius:8px;z-index:1}.skeleton-blog-details .skeleton-blog-header .skeleton-blog-img{width:100%;height:100%;background:#e0e0e0}.skeleton-blog-details .skeleton-blog-body .skeleton-blog-title{height:48px;width:80%;background:#e0e0e0;border-radius:8px;margin-bottom:24px;animation:pulse 1.5s infinite ease-in-out}.skeleton-blog-details .skeleton-blog-body .skeleton-blog-text{height:18px;width:100%;background:#eee;border-radius:4px;margin-bottom:12px;animation:pulse 1.5s infinite ease-in-out}.skeleton-blog-details .skeleton-blog-body .skeleton-blog-text.short{width:60%}.skeleton-blog-comment{display:flex;gap:16px;margin-bottom:24px;padding:16px;background:#fdfdfd;border-radius:12px}.skeleton-blog-comment .skeleton-avatar{width:48px;height:48px;border-radius:50%;background:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}.skeleton-blog-comment .skeleton-comment-content{flex:1}.skeleton-blog-comment .skeleton-comment-content .skeleton-text{background:#f0f0f0!important;margin-bottom:8px}.skeleton-blog-comment .skeleton-comment-content .skeleton-text.short{height:20px;width:120px}.skeleton-testimonial{background:#fff;border-radius:20px;padding:35px 25px 42px;text-align:center;box-shadow:0 25px 40px -10px #1c273114;width:100%}@media only screen and (max-width:991px){.skeleton-testimonial{padding:25px 20px 30px}}.skeleton-testimonial .skeleton-rating{display:flex;justify-content:center;gap:6px;margin-bottom:28px}.skeleton-testimonial .skeleton-rating .skeleton-star{width:15px;height:15px;background:#e0e0e0;border-radius:2px;animation:pulse 1.5s infinite ease-in-out}.skeleton-testimonial .skeleton-text-group{margin-bottom:42px}.skeleton-testimonial .skeleton-text-group .skeleton-text{height:14px;background:#e0e0e0;margin-bottom:10px;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-testimonial .skeleton-text-group .skeleton-text.short{width:60%;margin-left:auto;margin-right:auto}.skeleton-testimonial .skeleton-user{display:inline-flex;align-items:center;gap:12px;background:#f1f5f9;border-radius:50px;padding:3px 30px 3px 3px}.skeleton-testimonial .skeleton-user .skeleton-avatar{width:42px;height:42px;background:#e0e0e0;border-radius:50%;animation:pulse 1.5s infinite ease-in-out}.skeleton-testimonial .skeleton-user .skeleton-info .skeleton-line{background:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-testimonial .skeleton-user .skeleton-info .skeleton-line.name{height:12px;width:80px;margin-bottom:4px}.skeleton-testimonial .skeleton-user .skeleton-info .skeleton-line.designation{height:10px;width:60px}.auth_form{background:var(--system_white, #ffffff);border-radius:10px;padding:45px 45px 76px;width:646px;margin:0 auto;box-shadow:0 25px 40px -10px var(--system_auth_form_shadow, rgba(28, 39, 49, .0784313725))}@media only screen and (min-width:768px)and (max-width:991px){.auth_form{padding:30px!important}}@media only screen and (max-width:767px){.auth_form{padding:20px!important}}.auth_form.large{width:1296px;padding:47px 98px 60px}@media(max-width:1600px){.auth_form.large{width:100%}}@media only screen and (max-width:991px){.auth_form{padding:30px 30px 40px;width:500px}}@media only screen and (max-width:576px){.auth_form{width:100%}}.auth_form_header{margin-bottom:75px}@media only screen and (min-width:992px)and (max-width:1279px){.auth_form_header{margin-bottom:55px}}@media only screen and (min-width:768px)and (max-width:991px){.auth_form_header{margin-bottom:40px}}@media only screen and (max-width:767px){.auth_form_header{margin-bottom:20px}}.auth_form_title{color:var(--system_title, #1F2B40);margin-bottom:15px;text-align:center;line-height:1.33;font-weight:600}@media only screen and (min-width:1581px){.auth_form_title{font-size:32px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_form_title{font-size:30px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_form_title{font-size:28px}}@media only screen and (max-width:991px){.auth_form_title{font-size:22px}}@media only screen and (max-width:479px){.auth_form_title{font-size:18px}}.auth_form_desc{line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.auth_form_desc{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_form_desc{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_form_desc{font-size:14px}}@media only screen and (max-width:991px){.auth_form_desc{font-size:14px}}@media only screen and (max-width:479px){.auth_form_desc{font-size:13px}}.auth_form_desc{color:var(--system_light_text, #344051);text-align:center}.auth_form_submit{background:var(--system_gradient, linear-gradient(77.16deg, var(--system_g1, #660AFB) 13.44%, var(--system_g2, #BF37FF) 87.24%));color:var(--system_white, #ffffff);padding:12px 30px;height:56px;border-radius:50px;display:flex;align-items:center;justify-content:center}.auth_form_submit:hover{background:var(--system_heading, #202B37);color:var(--system_white, #ffffff)}.auth_form_submit{margin-top:66px;text-align:center;display:flex;align-items:center;justify-content:center;line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.auth_form_submit{font-size:18px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_form_submit{font-size:17px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_form_submit{font-size:16px}}@media only screen and (max-width:991px){.auth_form_submit{font-size:15px}}@media only screen and (max-width:479px){.auth_form_submit{font-size:14px}}.auth_form_submit{width:100%;border:0}@media only screen and (min-width:768px)and (max-width:991px){.auth_form_submit{margin-top:40px;height:52px}}@media only screen and (max-width:767px){.auth_form_submit{margin-top:20px;height:46px}}.auth_form_submit.forget{margin-top:100px}@media only screen and (min-width:768px)and (max-width:991px){.auth_form_submit.forget{margin-top:60px}}@media only screen and (max-width:767px){.auth_form_submit.forget{margin-top:40px}}.auth_form.large .auth_form_submit{width:550px;max-width:100%;margin:0 auto}.auth_form_hints{color:var(--system_light_text3, #414E62);margin-top:12px;line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.auth_form_hints{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_form_hints{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_form_hints{font-size:13px}}@media only screen and (max-width:991px){.auth_form_hints{font-size:12.5px}}@media only screen and (max-width:479px){.auth_form_hints{font-size:12px}}.auth_form_hints li{position:relative;padding-left:20px}html[dir=rtl] .auth_form_hints li{padding-left:0;padding-right:20px}.auth_form_hints li:before{content:"";height:8px;width:8px;border-radius:50%;background:var(--system_list_indicator, rgba(102, 102, 102, .6));position:absolute;left:0;top:50%;transform:translateY(-50%)}html[dir=rtl] .auth_form_hints li:before{left:auto;right:0}.auth_form_terms{line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.auth_form_terms{font-size:15px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_form_terms{font-size:15px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_form_terms{font-size:15px}}@media only screen and (max-width:991px){.auth_form_terms{font-size:14px}}@media only screen and (max-width:479px){.auth_form_terms{font-size:13px}}.auth_form_terms{color:var(--system_dark_text, #333333);margin-top:16px}.auth_form_terms a{text-underline-offset:3px;text-decoration-line:underline;color:var(--system_dark_text, #333333)}.forgot-pass-link{color:var(--system_light_text2, #666666);text-decoration:underline;transition:.3s all ease-in-out}.forgot-pass-link:hover{color:var(--system_dark_text, #333333)}.auth_redirect{line-height:1.4;font-weight:400}@media only screen and (min-width:1581px){.auth_redirect{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_redirect{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_redirect{font-size:14px}}@media only screen and (max-width:991px){.auth_redirect{font-size:14px}}@media only screen and (max-width:479px){.auth_redirect{font-size:13px}}.auth_redirect{color:var(--system_heading, #202B37)}.auth_redirect a{color:var(--system_heading, #202B37);text-decoration:underline;text-underline-offset:3px;transition:.3s all ease-in-out}.auth_redirect a:hover{color:var(--system_g1, #660AFB)}.demo_login_option{line-height:1.4;font-weight:600}@media only screen and (min-width:1581px){.demo_login_option{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.demo_login_option{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.demo_login_option{font-size:13px}}@media only screen and (max-width:991px){.demo_login_option{font-size:12.5px}}@media only screen and (max-width:479px){.demo_login_option{font-size:12px}}.demo_login_option{background:var(--system_gradient, linear-gradient(77.16deg, var(--system_g1, #660AFB) 13.44%, var(--system_g2, #BF37FF) 87.24%));color:var(--system_white, #ffffff);padding:12px 10px;border-radius:5px;display:inline-block;text-transform:uppercase;text-align:center}.demo_login_option:hover{color:var(--system_white, #ffffff);background:var(--system_heading, #202B37)}.auth_separetor{position:relative;display:flex;align-items:center;gap:10px;margin:20px 0}.auth_separetor:before{content:"";height:1px;background:var(--system_border, #D1D1D1);width:100%;flex-grow:1}.auth_separetor span{position:relative;z-index:1;background:var(--system_white, #ffffff);padding:0 10px;line-height:1.4;font-weight:400}@media only screen and (min-width:1581px){.auth_separetor span{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_separetor span{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_separetor span{font-size:13px}}@media only screen and (max-width:991px){.auth_separetor span{font-size:12.5px}}@media only screen and (max-width:479px){.auth_separetor span{font-size:12px}}.auth_separetor span{color:var(--system_light_text2, #666666);flex-shrink:0;display:inline-block}.auth_separetor:after{content:"";height:1px;background:var(--system_border, #D1D1D1);width:100%;flex-grow:1}.social_login_button{border:1px solid var(--system_border, #D1D1D1);border-radius:8px;padding:12px 10px;display:inline-block;text-transform:capitalize;text-align:center;line-height:1.4;font-weight:600}@media only screen and (min-width:1581px){.social_login_button{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.social_login_button{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.social_login_button{font-size:13px}}@media only screen and (max-width:991px){.social_login_button{font-size:12.5px}}@media only screen and (max-width:479px){.social_login_button{font-size:12px}}.social_login_button{color:var(--system_heading, #202B37);transition:.3s all ease-in-out;background:var(--system_white, #ffffff);display:flex;align-items:center;justify-content:center;gap:10px}.social_login_button svg{width:20px;height:20px}.social_login_button.facebook svg{color:#1877f2}.social_login_button:hover{background:var(--system_border, #D1D1D1)}.auth_success_title{line-height:1.33;font-weight:700}@media only screen and (min-width:1581px){.auth_success_title{font-size:40px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_success_title{font-size:36px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_success_title{font-size:30px}}@media only screen and (max-width:991px){.auth_success_title{font-size:24px}}@media only screen and (max-width:479px){.auth_success_title{font-size:20px}}.auth_success_title{margin-bottom:10px;background:var(--system_gradient, linear-gradient(77.16deg, var(--system_g1, #660AFB) 13.44%, var(--system_g2, #BF37FF) 87.24%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}@media only screen and (min-width:768px)and (max-width:991px){.auth_success_title{line-height:1.33;font-weight:600}}@media only screen and (min-width:768px)and (max-width:991px)and (min-width:1581px){.auth_success_title{font-size:32px}}@media only screen and (min-width:768px)and (max-width:991px)and (min-width:1280px)and (max-width:1580px){.auth_success_title{font-size:30px}}@media only screen and (min-width:768px)and (max-width:991px)and (min-width:992px)and (max-width:1279px){.auth_success_title{font-size:28px}}@media only screen and (min-width:768px)and (max-width:991px)and (max-width:991px){.auth_success_title{font-size:22px}}@media only screen and (min-width:768px)and (max-width:991px)and (max-width:479px){.auth_success_title{font-size:18px}}.auth_success_desc{line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.auth_success_desc{font-size:18px}}@media only screen and (min-width:1280px)and (max-width:1580px){.auth_success_desc{font-size:17px}}@media only screen and (min-width:992px)and (max-width:1279px){.auth_success_desc{font-size:16px}}@media only screen and (max-width:991px){.auth_success_desc{font-size:15px}}@media only screen and (max-width:479px){.auth_success_desc{font-size:14px}}.auth_success_desc{color:var(--system_light_text, #344051);text-align:center}.cart_one{position:relative}.cart_one_box{background:var(--system_white, #ffffff);border-radius:10px;box-shadow:0 17px 33px -2px var(--system_shadow3, rgba(28, 39, 49, .0509803922));overflow:hidden}.cart_one_box.coupon{padding:20px}.cart_one_box.summery{padding:24px;position:sticky;top:120px}.cart_one_row_title{text-transform:uppercase;line-height:1;font-weight:500}@media only screen and (min-width:1581px){.cart_one_row_title{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_row_title{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_row_title{font-size:13px}}@media only screen and (max-width:991px){.cart_one_row_title{font-size:12.5px}}@media only screen and (max-width:479px){.cart_one_row_title{font-size:12px}}.cart_one_row_title{letter-spacing:.03em;padding:16px 20px!important;border-bottom:1px solid var(--system_input_border, #E6E6E6)}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_title{padding:12px 16px!important}}@media only screen and (max-width:767px){.cart_one_row_title{padding:4px!important;font-size:10px}}.cart_one_row_product{border-bottom:1px solid var(--system_input_border, #E6E6E6)}.cart_one_row_product td{padding:12px 20px!important;border-bottom:0!important}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_product td{padding:8px 12px!important}}@media only screen and (max-width:767px){.cart_one_row_product td{padding:4px!important}}.cart_one_row_item_remove{height:22px;width:22px;border-radius:50%;border:1px solid var(--system_border2, #CCCCCC);display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--system_light_text2, #666666);cursor:pointer;transition:.3s all ease-in-out}.cart_one_row_item_remove:hover{color:red}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_item_remove{height:16px;width:16px}.cart_one_row_item_remove svg{width:8px}}@media only screen and (max-width:767px){.cart_one_row_item_remove{height:12px;width:12px}.cart_one_row_item_remove svg{width:6px}}.cart_one_row_item_title,.cart_one_row_item_price{line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:14px}}@media only screen and (max-width:991px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:14px}}@media only screen and (max-width:479px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:13px}}.cart_one_row_item_title,.cart_one_row_item_price{color:var(--system_title, #1F2B40)}@media only screen and (max-width:767px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:12px}}@media(max-width:480px){.cart_one_row_item_title,.cart_one_row_item_price{font-size:10px}}.cart_one_row_item_title a,.cart_one_row_item_price a{color:inherit}.cart_one_row_item_photo img{width:100px;min-width:100px;height:100px;border-radius:2px;object-fit:cover;object-position:top center}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_row_item_photo img{width:80px;min-width:80px;height:80px}}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_item_photo img{width:50px;min-width:50px;height:50px}}@media only screen and (max-width:767px){.cart_one_row_item_photo img{width:40px;min-width:40px;height:40px}}.cart_one_row_item_count_container{border:1px solid var(--system_input_border, #E6E6E6);background:var(--system_white, #ffffff);padding:8px;border-radius:50px;gap:8px;width:126px;margin:0 auto}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_item_count_container{border:0;padding:0;width:fit-content}}@media only screen and (max-width:767px){.cart_one_row_item_count_container{border:0;padding:0;width:fit-content}}.cart_one_row_item_count button{height:34px;width:34px;aspect-ratio:1/1;border-radius:50%;background:#f2f2f2;transition:.3s all ease-in-out;display:flex;align-items:center;justify-content:center}.cart_one_row_item_count button:hover{background:var(--system_title, #1F2B40);color:var(--system_white, #ffffff)}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_item_count button{width:28px;height:28px;background:transparent}.cart_one_row_item_count button svg{width:10px}}@media only screen and (max-width:767px){.cart_one_row_item_count button{width:20px;height:20px;background:transparent}.cart_one_row_item_count button svg{width:8px}}.cart_one_row_item_count input{width:40px;border:0;background:transparent;line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.cart_one_row_item_count input{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_row_item_count input{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_row_item_count input{font-size:14px}}@media only screen and (max-width:991px){.cart_one_row_item_count input{font-size:14px}}@media only screen and (max-width:479px){.cart_one_row_item_count input{font-size:13px}}@media only screen and (max-width:767px){.cart_one_row_item_count input{font-size:12px}}@media(max-width:480px){.cart_one_row_item_count input{font-size:10px}}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_row_item_count input{width:28px}}@media only screen and (max-width:767px){.cart_one_row_item_count input{width:28px}}.cart_one_row_item_count input:is(:focus,:active,:focus-visible){border:0;outline:0}.cart_one_row_item_action{width:fit-content;margin:0 auto}.cart_one_row_item_btn{background:var(--system_gradient, linear-gradient(77.16deg, var(--system_g1, #660AFB) 13.44%, var(--system_g2, #BF37FF) 87.24%));color:var(--system_white, #ffffff);padding:12px 30px;height:42px;border-radius:50px;display:flex;align-items:center;justify-content:center}.cart_one_row_item_btn:hover{background:var(--system_heading, #202B37);color:var(--system_white, #ffffff)}.cart_one_row_item_btn{width:fit-content;white-space:nowrap;transition:.3s all ease-in-out}@media only screen and (max-width:767px){.cart_one_row_item_btn{padding:4px;aspect-ratio:1/1;height:28px;width:28px}.cart_one_row_item_btn svg{width:12px}}@media(max-width:479px){.cart_one_row_item_btn{height:24px;width:24px}.cart_one_row_item_btn svg{width:10px}}.cart_one_footer{padding:16px 20px}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_footer{padding:12px 16px}}@media only screen and (max-width:767px){.cart_one_footer{padding:8px}}.cart_one_footer_btn{background:var(--system_white, #ffffff);border:1px solid var(--system_border, #D1D1D1)!important;border-radius:50px;padding:14px 32px;color:var(--system_input_placeholder, #656A7B);line-height:1.21;font-weight:600}@media only screen and (min-width:1581px){.cart_one_footer_btn{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_footer_btn{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_footer_btn{font-size:13px}}@media only screen and (max-width:991px){.cart_one_footer_btn{font-size:12.5px}}@media only screen and (max-width:479px){.cart_one_footer_btn{font-size:12px}}.cart_one_footer_btn{width:fit-content;transition:.3s all ease-in-out}.cart_one_footer_btn:hover{border-color:var(--system_heading, #202B37)!important;color:var(--system_heading, #202B37)!important}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_footer_btn{padding:12px 24px}}@media only screen and (max-width:767px){.cart_one_footer_btn{padding:6px 14px}}.cart_one_item_table td{vertical-align:middle}.cart_one_coupon{position:relative}@media only screen and (max-width:767px){.cart_one_coupon{flex-direction:column;align-items:flex-start!important}}@media only screen and (max-width:767px){.cart_one_coupon_form{width:100%;gap:30px}}@media(max-width:479px){.cart_one_coupon_form{flex-direction:column}}.cart_one_coupon_title{line-height:1.5;font-weight:500}@media only screen and (min-width:1581px){.cart_one_coupon_title{font-size:20px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_coupon_title{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_coupon_title{font-size:17px}}@media only screen and (max-width:991px){.cart_one_coupon_title{font-size:16px}}@media only screen and (max-width:479px){.cart_one_coupon_title{font-size:15px}}.cart_one_coupon_title{color:var(--system_title, #1F2B40)}.cart_one_coupon_input{border:1px solid var(--system_input_border, #E6E6E6);background:var(--system_white, #ffffff);height:52px;width:100%;border-radius:50px;padding:14px 24px;width:calc(100% - 135px);padding-inline-end:50px}@media only screen and (max-width:767px){.cart_one_coupon_input{height:36px;padding:4px 20px}}.cart_one_coupon_input:is(:focus,:active,:focus-visible){border:1px solid var(--system_input_border, #E6E6E6);outline:0}@media(max-width:479px){.cart_one_coupon_input{width:100%}}.cart_one_coupon_btn{background:var(--system_title, #1F2B40);border-radius:50px;line-height:1.25;font-weight:600}@media only screen and (min-width:1581px){.cart_one_coupon_btn{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_coupon_btn{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_coupon_btn{font-size:14px}}@media only screen and (max-width:991px){.cart_one_coupon_btn{font-size:14px}}@media only screen and (max-width:479px){.cart_one_coupon_btn{font-size:13px}}.cart_one_coupon_btn{color:var(--system_white, #ffffff);padding:16px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:175px}html[dir=rtl] .cart_one_coupon_btn{left:0;right:auto}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_coupon_btn{padding:12px}}@media only screen and (max-width:767px){.cart_one_coupon_btn{padding:8px}}@media(max-width:479px){.cart_one_coupon_btn{position:initial;width:100%}}.cart_one_summery_title{line-height:1.5;font-weight:500}@media only screen and (min-width:1581px){.cart_one_summery_title{font-size:20px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_summery_title{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_title{font-size:17px}}@media only screen and (max-width:991px){.cart_one_summery_title{font-size:16px}}@media only screen and (max-width:479px){.cart_one_summery_title{font-size:15px}}.cart_one_summery_title{color:var(--system_title, #1F2B40);margin-bottom:8px}.cart_one_summery_info{padding:12px 0}.cart_one_summery_info:not(:last-of-type){box-shadow:0 1px #e5e5e5}.cart_one_summery_info_title{line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.cart_one_summery_info_title{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_summery_info_title{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_info_title{font-size:13px}}@media only screen and (max-width:991px){.cart_one_summery_info_title{font-size:12.5px}}@media only screen and (max-width:479px){.cart_one_summery_info_title{font-size:12px}}.cart_one_summery_info_title{color:var(--system_input_placeholder, #656A7B)}.cart_one_summery_info_value{line-height:1.5;font-weight:500}@media only screen and (min-width:1581px){.cart_one_summery_info_value{font-size:14px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_summery_info_value{font-size:13.5px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_info_value{font-size:13px}}@media only screen and (max-width:991px){.cart_one_summery_info_value{font-size:12.5px}}@media only screen and (max-width:479px){.cart_one_summery_info_value{font-size:12px}}.cart_one_summery_info_value{color:var(--system_title, #1F2B40)}.cart_one_summery_total_title{line-height:1.31;font-weight:400}@media only screen and (min-width:1581px){.cart_one_summery_total_title{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_summery_total_title{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_total_title{font-size:14px}}@media only screen and (max-width:991px){.cart_one_summery_total_title{font-size:14px}}@media only screen and (max-width:479px){.cart_one_summery_total_title{font-size:13px}}.cart_one_summery_total_title{color:var(--system_input_placeholder, #656A7B)}.cart_one_summery_total_value{line-height:1.31;font-weight:600}@media only screen and (min-width:1581px){.cart_one_summery_total_value{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_summery_total_value{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_total_value{font-size:14px}}@media only screen and (max-width:991px){.cart_one_summery_total_value{font-size:14px}}@media only screen and (max-width:479px){.cart_one_summery_total_value{font-size:13px}}.cart_one_summery_total_value{color:var(--system_title, #1F2B40)}.cart_one_summery_checkout{margin-top:20px;width:100%;border-radius:50px;background:var(--system_gradient, linear-gradient(77.16deg, var(--system_g1, #660AFB) 13.44%, var(--system_g2, #BF37FF) 87.24%));color:var(--system_white, #ffffff);padding:16px;display:block;text-align:center;line-height:1.2;font-weight:600}@media only screen and (min-width:1581px){.cart_one_summery_checkout{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_one_summery_checkout{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_checkout{font-size:14px}}@media only screen and (max-width:991px){.cart_one_summery_checkout{font-size:14px}}@media only screen and (max-width:479px){.cart_one_summery_checkout{font-size:13px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_one_summery_checkout{padding:12px}}@media only screen and (min-width:768px)and (max-width:991px){.cart_one_summery_checkout{padding:10px}}@media only screen and (max-width:767px){.cart_one_summery_checkout{padding:8px}}.cart_no_item_message{line-height:1.3;font-weight:500}@media only screen and (min-width:1581px){.cart_no_item_message{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.cart_no_item_message{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.cart_no_item_message{font-size:14px}}@media only screen and (max-width:991px){.cart_no_item_message{font-size:14px}}@media only screen and (max-width:479px){.cart_no_item_message{font-size:13px}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-latin-300-normal-BVlfKGgI.woff2) format("woff2"),url(./inter-latin-300-normal-i8F0SvXL.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(./inter-latin-400-normal-CyCys3Eg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(./inter-latin-500-normal-BL9OpVg8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(./inter-latin-600-normal-CiBQ2DWP.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(./inter-latin-700-normal-BLAVimhd.woff) format("woff")}*{margin:0;padding:0;box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin-bottom:0}h1,h2,h3,h4,h5,h6{margin:0}img{max-width:100%;height:auto}ul{padding:0}li{list-style:none}a{text-decoration:none}.mb-40{margin-bottom:40px}button{border:0;outline:0}button:is(:focus,:focus-visible,:active){border:0;outline:0;box-shadow:none}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}@font-face{font-family:Euclid Circular A;src:url(./euclid-circular-a-300-DYyr6vTA.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Euclid Circular A;src:url(./euclid-circular-a-400-BCewsNu9.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Euclid Circular A;src:url(./euclid-circular-a-500-DFE4rycc.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Euclid Circular A;src:url(./euclid-circular-a-600--XdFgV5k.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Euclid Circular A;src:url(./euclid-circular-a-700-CqlbvBLb.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.gap-10{gap:10px}.gap-12{gap:12px}.gap-20{gap:20px}.gap-22{gap:22px}.pt-56{padding-top:56px}.pb-12{padding-bottom:12px}.row-gap-10{row-gap:10px}.row-gap-24{row-gap:24px}.row-gap-27{row-gap:27px}@media only screen and (max-width:767px){.row-gap-27{row-gap:16px}}.row-gap-70{row-gap:70px}.row-gap-20{row-gap:20px}.column-gap-34{column-gap:34px}.row-gap-50{row-gap:50px}@media only screen and (max-width:767px){.row-gap-50{row-gap:36px}}.row-gap-66{row-gap:66px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.footer_top_section{padding-bottom:180px}.mt-90{margin-top:90px!important}@media only screen and (min-width:992px)and (max-width:1279px){.mt-90{margin-top:70px!important}}@media only screen and (min-width:768px)and (max-width:991px){.mt-90{margin-top:50px!important}}@media only screen and (max-width:767px){.mt-90{margin-top:30px!important}}.mt-86{margin-top:86px}@media only screen and (min-width:768px)and (max-width:991px){.mt-86{margin-top:56px}}@media only screen and (max-width:767px){.mt-86{margin-top:30px}}.max_width_820{max-width:820px;margin-left:auto;margin-right:auto}@media(max-width:991px){.max_width_820{max-width:700px}}@media(max-width:767px){.max_width_820{max-width:540px}}@media(max-width:576px){.max_width_820{max-width:100%}}body{overflow-x:hidden}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}.has_megamenu{position:relative}.max_width_820{max-width:820px}@media only screen and (min-width:992px)and (max-width:1279px){.max_width_820{max-width:620px}}@media only screen and (min-width:768px)and (max-width:991px){.max_width_820{max-width:520px}}@media only screen and (max-width:767px){.max_width_820{max-width:calc(100% - 50px)}}@media only screen and (max-width:576px){.max_width_820{max-width:calc(100% - 24px)}}.title_section h3{line-height:1.27;font-weight:700}@media only screen and (min-width:1581px){.title_section h3{font-size:64px}}@media only screen and (min-width:1280px)and (max-width:1580px){.title_section h3{font-size:52px}}@media only screen and (min-width:992px)and (max-width:1279px){.title_section h3{font-size:42px}}@media only screen and (max-width:991px){.title_section h3{font-size:36px}}@media only screen and (max-width:479px){.title_section h3{font-size:30px}}@media only screen and (max-width:413px){.title_section h3{font-size:24px}}.title_section h3{color:#1f2b40;margin-bottom:16px}.title_section p{line-height:1.5;font-weight:400}@media only screen and (min-width:1581px){.title_section p{font-size:18px}}@media only screen and (min-width:1280px)and (max-width:1580px){.title_section p{font-size:17px}}@media only screen and (min-width:992px)and (max-width:1279px){.title_section p{font-size:16px}}@media only screen and (max-width:991px){.title_section p{font-size:15px}}@media only screen and (max-width:479px){.title_section p{font-size:14px}}.title_section p{color:#414e62}.loading_error_status{display:flex;justify-content:center;align-items:center;height:50vh}.slider_margin_top{margin-top:90px!important}@media only screen and (min-width:992px)and (max-width:1279px){.slider_margin_top{margin-top:80px!important}}@media only screen and (min-width:768px)and (max-width:991px){.slider_margin_top{margin-top:60px!important}}@media only screen and (max-width:767px){.slider_margin_top{margin-top:40px!important}}.image-fallback-applied{object-fit:contain!important;box-sizing:border-box!important}.course_one_list_item .image-fallback-applied{margin:40px;max-width:calc(100% - 80px)}.hero_area_one .image-fallback-applied{max-width:fit-content}.hero_area_one_image.image-fallback-applied,.hero_area_one_image_container.image-fallback-applied{width:100%;max-height:700px;max-width:initial!important}.puck-grid{display:grid;width:100%;grid-template-columns:repeat(var(--cols-desktop, 1),minmax(0,1fr))}@media only screen and (max-width:991px){.puck-grid{grid-template-columns:repeat(var(--cols-tablet, var(--cols-desktop, 1)),minmax(0,1fr))}}@media only screen and (max-width:767px){.puck-grid{grid-template-columns:repeat(var(--cols-mobile, var(--cols-tablet, var(--cols-desktop, 1))),minmax(0,1fr))}}.pagebuilder_typography{color:var(--system_dark_text, #3A3A3C);line-height:1.6;font-weight:400}@media only screen and (min-width:1581px){.pagebuilder_typography{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography{font-size:14px}}@media only screen and (max-width:991px){.pagebuilder_typography{font-size:14px}}@media only screen and (max-width:479px){.pagebuilder_typography{font-size:13px}}.pagebuilder_typography h1,.pagebuilder_typography h2,.pagebuilder_typography h3,.pagebuilder_typography h4,.pagebuilder_typography h5,.pagebuilder_typography h6{color:var(--system_heading, #202B37);margin-top:1.5em;margin-bottom:.5em}.pagebuilder_typography h1{line-height:1.3;font-weight:600}@media only screen and (min-width:1581px){.pagebuilder_typography h1{font-size:40px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography h1{font-size:36px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography h1{font-size:30px}}@media only screen and (max-width:991px){.pagebuilder_typography h1{font-size:24px}}@media only screen and (max-width:479px){.pagebuilder_typography h1{font-size:20px}}.pagebuilder_typography h2{line-height:1.3;font-weight:600}@media only screen and (min-width:1581px){.pagebuilder_typography h2{font-size:32px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography h2{font-size:30px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography h2{font-size:28px}}@media only screen and (max-width:991px){.pagebuilder_typography h2{font-size:22px}}@media only screen and (max-width:479px){.pagebuilder_typography h2{font-size:18px}}.pagebuilder_typography h3{line-height:1.3;font-weight:600}@media only screen and (min-width:1581px){.pagebuilder_typography h3{font-size:26px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography h3{font-size:22px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography h3{font-size:20px}}@media only screen and (max-width:991px){.pagebuilder_typography h3{font-size:18px}}@media only screen and (max-width:479px){.pagebuilder_typography h3{font-size:16px}}.pagebuilder_typography h4{line-height:1.3;font-weight:600}@media only screen and (min-width:1581px){.pagebuilder_typography h4{font-size:24px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography h4{font-size:22px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography h4{font-size:20px}}@media only screen and (max-width:991px){.pagebuilder_typography h4{font-size:18px}}@media only screen and (max-width:479px){.pagebuilder_typography h4{font-size:16px}}.pagebuilder_typography h5{line-height:1.3;font-weight:600}@media only screen and (min-width:1581px){.pagebuilder_typography h5{font-size:20px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography h5{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography h5{font-size:17px}}@media only screen and (max-width:991px){.pagebuilder_typography h5{font-size:16px}}@media only screen and (max-width:479px){.pagebuilder_typography h5{font-size:15px}}.pagebuilder_typography h6{line-height:1.3;font-weight:600}@media only screen and (min-width:1581px){.pagebuilder_typography h6{font-size:16px}}@media only screen and (min-width:1280px)and (max-width:1580px){.pagebuilder_typography h6{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1279px){.pagebuilder_typography h6{font-size:14px}}@media only screen and (max-width:991px){.pagebuilder_typography h6{font-size:14px}}@media only screen and (max-width:479px){.pagebuilder_typography h6{font-size:13px}}.pagebuilder_typography p{margin-top:0;margin-bottom:1em}.pagebuilder_typography a{color:var(--system_g1, #660AFB);text-decoration:none;transition:color .3s ease}.pagebuilder_typography a:hover{color:var(--system_g2, #BF37FF);text-decoration:underline}.pagebuilder_typography ul,.pagebuilder_typography ol{margin-top:0;margin-bottom:1em;padding-left:2rem}.pagebuilder_typography ul{list-style-type:disc!important;list-style:disc!important}.pagebuilder_typography ol{list-style-type:decimal!important;list-style:decimal!important}.pagebuilder_typography li{margin-bottom:.5em;list-style-type:disc!important;list-style:disc!important}.pagebuilder_typography strong,.pagebuilder_typography b{font-weight:600;color:var(--system_primery_color, #1A1A1A)}.pagebuilder_typography em,.pagebuilder_typography i{font-style:italic}.Toastify__toast-container.Toastify__toast-container--top-center{top:50%!important;transform:translate(-50%)}@media(max-width:480px){.Toastify__toast-container.Toastify__toast-container--top-center{transform:translate(0)}}
