:root{--color-primary:#391716;--color-secondary:#7b7b7b;--color-muted:#666;--color-text:#333;--color-bg:#fff;--color-border:#e2e2e2;--color-accent:#391716;--font-base:"IBM Plex Sans",sans-serif;--spacing-unit:1rem;--container-width:1200px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bake-pie{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in{opacity:0;transition:opacity .6s ease-out}.fade-in.animate-in{opacity:1;animation:.8s ease-out forwards fadeIn}.slide-up{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.slide-up.animate-in{opacity:1;animation:.8s ease-out forwards slideUp;transform:translateY(0)}.scale-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:scale(.95)}.scale-in.animate-in{opacity:1;animation:.6s ease-out forwards scaleIn;transform:scale(1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);line-height:1.6}a{color:#ff4d47;text-decoration:none;transition:color .3s}a:hover{color:#ff7470;text-decoration:underline}a:visited,.section-one a,.section-tow a,.white-one a,.vip-two a,.ordering-eight a,.ordering-five a,.mobile-seven a,.mobile-two a,.contact-section-two a,.five-section a{color:#ff4d47}.section-one a:hover,.section-tow a:hover,.white-one a:hover,.vip-two a:hover,.ordering-eight a:hover,.ordering-five a:hover,.mobile-seven a:hover,.mobile-two a:hover,.contact-section-two a:hover,.five-section a:hover{color:#ff7470}.section-one .text a,.section-tow .text a,.white-one .text a,.vip-two .text a,.ordering-eight .text a,.ordering-five .text a,.mobile-seven .text a,.mobile-two .text a,.contact-section-two .text a,.five-section .text a{color:#ff4d47;text-decoration:underline}.section-one .text a:hover,.section-tow .text a:hover,.white-one .text a:hover,.vip-two .text a:hover,.ordering-eight .text a:hover,.ordering-five .text a:hover,.mobile-seven .text a:hover,.mobile-two .text a:hover,.contact-section-two .text a:hover,.five-section .text a:hover{color:#ff7470}.container{max-width:var(--container-width);padding:0 var(--spacing-unit);margin:0 auto}.section{padding:4rem 0}.page-hero{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);color:#fff;margin-top:70px;padding:6rem 0 3rem}.page-hero h1{margin-bottom:.5rem;font-size:2.5rem}.page-subtitle{opacity:.9;font-size:1.2rem}.back-link{color:#fff;opacity:.9;margin-bottom:1rem;text-decoration:none;display:inline-block}.back-link:hover{opacity:1}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600;line-height:1.2}.section-title{text-align:center;margin-bottom:3rem;font-size:2rem}.btn-primary{background:var(--color-primary);color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary:after{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary:hover:after{width:300px;height:300px}.btn-primary:hover{background:var(--color-secondary);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-secondary{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.btn-secondary:hover{background:var(--color-primary);color:#fff}.btn-large{padding:1rem 2rem;font-size:1.1rem}.navbar{z-index:1000;background:#1c1c1c;width:100%;transition:all .3s;position:fixed;top:0;box-shadow:0 2px 10px #0000004d}.navbar.scrolled{box-shadow:0 4px 20px #00000080}.navbar-inner{padding:1rem var(--spacing-unit);justify-content:space-between;align-items:center;display:flex;position:relative}.navbar-left{align-items:center;gap:1rem;display:flex}.mobile-menu-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;padding:.5rem;display:none}.hamburger{flex-direction:column;justify-content:space-around;width:24px;height:20px;transition:all .3s;display:flex}.hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.logo{color:var(--color-primary);white-space:nowrap;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#ffffffe6;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#fff}.navbar-actions{align-items:center;gap:1rem;display:flex}.cart-wrapper{position:relative}.cart-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .3s;display:flex;position:relative}.cart-button:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.cart-icon{font-size:1.2rem}.cart-text{display:inline}.cart-badge{color:#fff;background:#f44;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.cart-backdrop{z-index:1000;background:#00000080;animation:.3s fadeIn;position:fixed;inset:0}.cart-dropdown{border:1px solid var(--color-border);z-index:1001;background:#fff;border-radius:.75rem;flex-direction:column;max-height:calc(100vh - 100px);animation:.3s slideDown;display:flex;position:fixed;top:70px;left:1rem;right:1rem;overflow-y:auto;box-shadow:0 8px 32px #00000026}.cart-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h3{margin:0;font-size:1.25rem}.cart-close{color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .3s;display:flex}.cart-close:hover{background:var(--color-border);color:var(--color-primary)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-overlay{z-index:999;pointer-events:auto;background:#0006;animation:.3s fadeIn;position:fixed;inset:0}@media only screen and (max-width:992px){.mobile-menu-overlay{display:block}}@media (max-width:768px){.mobile-menu-toggle{display:block}.logo{font-size:1.25rem}.nav-links{z-index:1001;background:#1c1c1c;flex-direction:column;gap:0;max-height:calc(100vh - 70px);padding:1rem 0;transition:transform .3s;position:fixed;top:70px;left:0;right:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 4px 20px #0000004d}.nav-links.mobile-open{transform:translate(0)}.nav-links li{width:100%}.nav-links a{padding:1rem var(--spacing-unit);color:#ffffffe6;border-bottom:1px solid #ffffff1a;font-size:1.1rem;display:block}.nav-links a:after{display:none}.nav-links a:hover{color:#fff;background:#ffffff1a}.cart-button{min-width:44px;padding:.5rem}.cart-text{display:none}.cart-dropdown{max-height:calc(100vh - 90px);top:70px;left:.5rem;right:.5rem}.cart-header{padding:1rem}.cart-header h3{font-size:1.1rem}}@media (min-width:769px){.cart-dropdown{min-width:350px;max-width:400px;max-height:500px;position:absolute;top:calc(100% + .5rem);left:auto;right:0}.mobile-menu-overlay{display:none}}.cart-empty{text-align:center;color:var(--color-muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.cart-empty p{margin:0;font-size:1.1rem}.cart-items{flex:1;padding:1rem;overflow-y:auto}.cart-item{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-info h4{margin-bottom:.25rem;font-size:.9rem}.cart-item-info p{color:var(--color-muted);font-size:.85rem}.cart-item-actions{align-items:center;gap:.5rem;display:flex}.cart-quantity{text-align:center;min-width:30px;font-weight:600}.cart-quantity-btn{background:var(--color-border);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.cart-quantity-btn:hover{background:var(--color-muted);color:#fff}.cart-remove-btn{color:var(--color-muted);cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1.2rem}.cart-remove-btn:hover{color:var(--color-primary)}.cart-footer{border-top:1px solid var(--color-border);background:#f9f9f9;padding:1.5rem}.cart-total{text-align:right;margin-bottom:1rem;font-size:1.25rem}.btn-block{text-align:center;width:100%}.hero{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);color:#fff;text-align:center;margin-top:70px;padding:8rem 0 6rem}.hero-title{margin-bottom:1rem;font-size:3rem}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.3rem}.hero-actions{justify-content:center;gap:1rem;display:flex}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{border:1px solid var(--color-border);border-radius:.5rem;padding:2rem;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.service-card h3{color:var(--color-primary);margin-bottom:1rem}.props-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.prop-item{text-align:center;padding:2rem}.prop-item h3{color:var(--color-primary);margin-bottom:1rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{border-left:4px solid var(--color-primary);background:#f9f9f9;border-radius:.5rem;padding:2rem}.testimonial-card p{margin-bottom:1rem;font-style:italic}.testimonial-card cite{color:var(--color-muted);font-style:normal}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border);padding:1.5rem}.faq-item:last-child{border-bottom:none}.faq-item h3{color:var(--color-primary);margin-bottom:.5rem}.footer{background-color:#fff;padding:100px 0 50px}.footer .footer-logo{height:75px;margin-bottom:10px;display:block}.footer .footer-logo img{max-width:100%;max-height:100%}@media only screen and (max-width:992px){.footer .footer-logo{height:50px}}.footer .footer-text{color:#97989d;line-height:1.5}.footer .footer-text p{margin:0}@media only screen and (max-width:992px){.footer .footer-text{font-size:.8rem;line-height:1.9}.footer .nn_col{width:100%}}.footer .btn-group{margin-top:20px;display:block;position:relative;overflow:hidden}.footer .btn-group .download-btn{vertical-align:middle;max-width:160px;height:50px;margin-right:15px;display:inline-block}.footer .btn-group .download-btn img{border-radius:30px;max-width:100%;max-height:100%}.footer .btn-group .download-btn:last-of-type{margin:0}@media only screen and (max-width:992px){.footer .btn-group{margin:15px 0}}.footer .title{color:#33363d;margin-bottom:25px;font-weight:600;position:relative}.footer .title:after{content:"";background-color:#ff4d47;width:100px;height:3px;position:absolute;bottom:-10px;left:0}.footer .footer-list{margin:0;padding:0;list-style:none}.footer .footer-list li{margin-bottom:15px;display:block}.footer .footer-list li:last-child{margin:0}.footer .footer-list li a{color:#97989d;font-weight:500;text-decoration:none;transition:color .3s;display:block}.footer .footer-list li a:hover{color:#33363d;text-decoration:none}@media only screen and (max-width:992px){.footer .footer-list{margin-bottom:15px}}.footer .social-link{gap:10px;margin:20px 0;padding:0;list-style:none;display:flex}.footer .social-link li{display:inline-block}.footer .social-link li a{text-align:center;color:#33363d;background-color:#f3f4f8;border-radius:50%;width:40px;height:40px;line-height:40px;text-decoration:none;transition:all .3s;display:inline-block}.footer .social-link li a:hover{color:#fff;background-color:#33363d}.mdi{font-variant:normal;text-transform:none;vertical-align:middle;font-style:normal;font-weight:400;line-height:1;display:inline-block}.mdi-wifi:before{content:"WiFi";color:#ff4d47;font-size:1.2rem;font-weight:600}.mdi-bluetooth:before{content:"BT";color:#ff4d47;font-size:1.2rem;font-weight:600}.mdi-usb:before{content:"USB";color:#ff4d47;font-size:1.2rem;font-weight:600}.mdi-linkedin{text-align:center;width:40px;height:40px;font-size:20px;line-height:40px;display:inline-block}.mdi-linkedin:before{content:"in";font-family:Arial,sans-serif;font-weight:700}.footer .hr{border:none;border-top:1px solid #e2e2e2;margin:40px 0 20px}@media only screen and (max-width:992px){.footer .hr{margin:20px 0}}.footer .copyright{text-align:center;color:#97989d;font-size:.9rem;line-height:1.8}.footer .copyright p{margin:.5rem 0}.footer .copyright a{color:#33363d;font-weight:600;text-decoration:none}.footer .copyright a:hover{color:#ff4d47;text-decoration:underline}.footer .resturant-login{color:#fff;background-color:#263238;border-radius:20px;margin-top:20px;padding:10px 25px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.footer .resturant-login:hover{background-color:#1a2327;transform:translateY(-2px);box-shadow:0 5px 15px #2632384d}@media only screen and (max-width:992px){.footer{padding:50px 0 25px}}.products-filter{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.filter-btn{border:2px solid var(--color-border);cursor:pointer;background:#fff;border-radius:.5rem;padding:.5rem 1.5rem;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.products-search-section{margin-bottom:2rem}.search-box{align-items:center;max-width:600px;margin-bottom:1rem;display:flex;position:relative}.search-icon{color:var(--color-muted);z-index:1;pointer-events:none;width:20px;height:20px;position:absolute;left:1rem}.search-input{border:2px solid var(--color-border);width:100%;font-size:1rem;font-family:var(--font-base);background:#fff;border-radius:.5rem;padding:.75rem 1rem .75rem 3rem;transition:all .3s}.search-input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #0096db1a}.search-input::placeholder{color:var(--color-muted)}.search-clear{color:var(--color-muted);cursor:pointer;z-index:1;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:color .3s;display:flex;position:absolute;right:.75rem}.search-clear:hover{color:var(--color-primary)}.search-results-info{color:var(--color-muted);padding:.5rem 0;font-size:.9rem}.no-products-message{text-align:center;color:var(--color-muted);padding:4rem 2rem}.no-products-message p{margin-bottom:1.5rem;font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{border:1px solid var(--color-border);background:#fff;border-radius:.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(135deg,#0096db0d 0%,#1c1c1c0d 100%);transition:opacity .4s;position:absolute;inset:0}.product-card:hover{border-color:var(--color-accent);transform:translateY(-8px)scale(1.02);box-shadow:0 12px 40px #00000026}.product-card:hover:before{opacity:1}.product-image-link{text-decoration:none;transition:opacity .3s;display:block}.product-image-link:hover{opacity:.9}.product-image{cursor:pointer;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:200px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-image-hover{position:relative;overflow:hidden}.product-image-hover:after{content:"";opacity:0;z-index:1;pointer-events:none;background:#0096db1a;transition:opacity .4s;position:absolute;inset:0}.product-card:hover .product-image{transform:scale(1.05)}.product-card:hover .product-image-hover:after{opacity:1}.product-image img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.product-card:hover .product-image img{transform:scale(1.15)rotate(1deg)}.product-info{padding:1.5rem}.product-info h3{color:var(--color-primary);margin:0;transition:color .3s}.product-info h3:hover{color:var(--color-secondary)}.product-info a{text-decoration:none}.product-category{color:var(--color-muted);margin-bottom:.5rem;font-size:.9rem}.product-price{color:var(--color-primary);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.cart-success-message{color:#155724;z-index:10;background:#d4edda;border:1px solid #c3e6cb;border-radius:.5rem;padding:.75rem 1rem;animation:.3s ease-out slideDown;position:absolute;top:-50px;left:0;right:0}.product-detail{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.product-gallery{flex-direction:column;gap:1rem;display:flex}.product-main-image{background:#f0f0f0;border-radius:.5rem;width:100%;height:400px;position:relative;overflow:hidden}.product-main-image img{object-fit:cover;width:100%;height:100%;transition:opacity .3s,transform .3s;animation:.3s fadeInImage}@keyframes fadeInImage{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.product-thumbnails{gap:.5rem;display:flex}.thumbnail{cursor:pointer;background:#f0f0f0;border:2px solid #0000;border-radius:.5rem;width:80px;height:80px;padding:0;transition:all .3s;position:relative;overflow:hidden}.thumbnail:hover{border-color:var(--color-secondary);transform:scale(1.05)}.thumbnail.active{border-color:var(--color-primary);box-shadow:0 0 0 2px #0000001a}.thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.thumbnail:hover img{transform:scale(1.1)}.product-info-detail{flex-direction:column;gap:1.5rem;display:flex}.product-header{justify-content:space-between;align-items:start;display:flex}.product-price-large{color:var(--color-primary);font-size:2rem;font-weight:600}.product-summary{font-size:1.1rem;line-height:1.8}.product-tabs{border-bottom:2px solid var(--color-border);gap:.5rem;display:flex}.tab-btn{cursor:pointer;color:var(--color-muted);background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-weight:500;transition:all .3s}.tab-btn:hover,.tab-btn.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.tab-content{min-height:200px;padding:2rem 0}.specs-list{flex-direction:column;gap:1rem;display:flex}.spec-item{background:#f9f9f9;border-radius:.5rem;padding:1rem}.tab-text{line-height:1.8}.related-products{margin-top:4rem}.related-products h2{margin-bottom:2rem}.checkout-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1c1c1c 0%,#2d2d2d 100%);margin-top:0;padding:calc(3rem + 80px) 0 3rem}.checkout-hero h1{color:#fff;margin:0;font-size:2.5rem}.checkout-section{background:#f5f5f5;min-height:calc(100vh - 200px);padding:3rem 0}.checkout-layout{grid-template-columns:1.2fr .8fr;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.checkout-main{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #00000014}.checkout-form{flex-direction:column;gap:2.5rem;display:flex}.checkout-section-block{border-bottom:1px solid #e8e8e8;padding-bottom:2rem}.checkout-section-block:last-of-type{border-bottom:none;padding-bottom:0}.section-header{margin-bottom:1.5rem}.section-header h2{color:var(--color-primary);margin:0;font-size:1.5rem;font-weight:600}.form-group{flex-direction:column;gap:.625rem;display:flex}.form-group label{color:var(--color-text);font-size:.95rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--color-border);background:#fff;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:silver}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0096db1a}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.payment-methods{margin-top:1rem}.payment-method-info{background:#f8f9fa;border:1px solid #e8e8e8;border-radius:8px;padding:1.25rem}.payment-method-info p{color:var(--color-text);margin:0;line-height:1.6}.payment-method-info p:first-child{margin-bottom:.5rem;font-weight:500}.payment-note{color:var(--color-muted);font-size:.9rem}.checkout-security{color:#ff4d47;background:#f0f7ff;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:.9rem;display:flex}.checkout-security svg{flex-shrink:0}.checkout-submit-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:2rem;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.checkout-submit-btn:hover:not(:disabled){background:#0a0a0a;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.checkout-submit-btn:active:not(:disabled){transform:translateY(0)}.checkout-submit-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-total{font-size:1.2rem;font-weight:700}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.checkout-sidebar{flex-direction:column;gap:1.5rem;display:flex}.order-summary-card{background:#fff;border-radius:12px;height:fit-content;padding:2rem;position:sticky;top:100px;box-shadow:0 2px 8px #00000014}.order-summary-title{color:var(--color-primary);border-bottom:2px solid #e8e8e8;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:600}.summary-items{max-height:400px;margin-bottom:1.5rem;overflow-y:auto}.summary-item{border-bottom:1px solid #f0f0f0;grid-template-columns:60px 1fr auto;gap:1rem;padding:1rem 0;display:grid}.summary-item:last-child{border-bottom:none}.summary-item-image{background:#f5f5f5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.summary-item-image img{object-fit:cover;width:100%;height:100%}.summary-item-placeholder{color:silver;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.summary-item-info{flex:1;min-width:0}.summary-item-info h4{color:var(--color-text);margin:0 0 .25rem;font-size:.95rem;font-weight:500;line-height:1.4}.summary-item-meta{color:var(--color-muted);margin:.25rem 0;font-size:.85rem}.summary-item-price{color:var(--color-muted);margin:.25rem 0 0;font-size:.9rem}.summary-item-total{color:var(--color-primary);text-align:right;align-self:center;font-size:1rem;font-weight:600}.summary-divider{background:#e8e8e8;height:1px;margin:1.5rem 0}.summary-total{padding-top:1rem}.summary-row{justify-content:space-between;margin-bottom:.75rem;font-size:1rem;display:flex}.summary-row-total{border-top:2px solid var(--color-primary);margin-top:1rem;padding-top:1rem;font-size:1.25rem}.summary-row-total span:first-child{font-weight:600}.summary-row-total strong{color:var(--color-primary);font-size:1.5rem}.checkout-help{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.checkout-help h3{color:var(--color-primary);margin:0 0 .75rem;font-size:1.2rem}.checkout-help p{color:var(--color-muted);margin:0 0 1rem;line-height:1.6}.help-link{color:var(--color-primary);font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.help-link:hover{color:var(--color-accent);text-decoration:underline}.form-success{color:#155724;background:#d4edda;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.contact-content{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info h2{margin-bottom:2rem}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item h3{color:var(--color-primary);margin-bottom:.5rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.services-list{flex-direction:column;gap:3rem;display:flex}.service-detail{background:#f9f9f9;border-radius:.5rem;padding:2rem}.service-detail ul{margin-top:1rem;margin-left:2rem}.service-detail li{margin-bottom:.5rem}.process-steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.process-step{text-align:center;padding:2rem}.step-number{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.process-step h2{color:var(--color-primary);margin-bottom:1rem}.clients-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.client-card{border:1px solid var(--color-border);border-radius:.5rem;padding:2rem;transition:transform .3s,box-shadow .3s}.client-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.client-card h3{color:var(--color-primary);margin-bottom:.5rem}.client-card p{margin-bottom:.5rem}@media (max-width:1024px){.checkout-layout{grid-template-columns:1fr;gap:2rem}.checkout-main{padding:2rem}.order-summary-card{position:static}.contact-content,.product-detail{grid-template-columns:1fr}}@media (max-width:768px){.navbar-inner{flex-wrap:wrap}.nav-links{flex-direction:column;gap:.5rem;width:100%;margin-top:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column}.form-row{grid-template-columns:1fr}.page-hero{margin-top:60px;padding:4rem 0 2rem}.section{padding:2rem 0}}.banner_slider{background:linear-gradient(135deg,#1c1c1c 0%,#333 100%) 50%/cover;position:relative}.banner_slider:before{content:"";background:#0006;position:absolute;inset:0}.banner_slider .container{z-index:1;position:relative}.drivia_banner{background-image:url(https://static.sitenano.com/files/5c24a78b34c63621edf63ef6/bg1.jpg);background-position:50%;background-size:cover;margin-top:70px;padding:4rem 0}.drivia_banner h1{color:#fff;margin-bottom:1rem;font-size:2.5rem}.feature_area{text-align:center}.feature_head h4{color:var(--color-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1rem}.feature_head h3{color:var(--color-text);max-width:900px;margin:0 auto;font-size:1.2rem;line-height:1.8}.feature_head h3 strong{color:var(--color-primary)}.about_section{padding:4rem 0}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-content.reverse{direction:rtl}.about-content.reverse>*{direction:ltr}.about-image{border-radius:.5rem;width:100%;position:relative;overflow:hidden}.about-image img{border-radius:.5rem;width:100%;height:auto;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.image-zoom:hover img{transform:scale(1.1)}.image-zoom{border-radius:.5rem;overflow:hidden}.about-text{padding:2rem 0}.sec_head{color:#1c1c1c;margin-bottom:1.5rem;font-size:29px;line-height:1.5}.sec_text{color:#7b7b7b;margin-bottom:1.5rem;line-height:1.8}.sec_text ul{margin-top:1rem;margin-left:1.5rem}.sec_text li{margin-bottom:.5rem}.bet_sec_btn,.marina_button{background:var(--color-primary);color:#fff;border-radius:.5rem;margin-top:1rem;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:hidden}.bet_sec_btn{background:var(--color-primary);color:#fff;border-radius:.5rem;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:hidden}.bet_sec_btn:before,.marina_button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bet_sec_btn:hover:before,.marina_button:hover:before{width:300px;height:300px}.bet_sec_btn:hover,.marina_button:hover{background:var(--color-secondary);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.eris_contact_detail{padding:4rem 0}.contact-info-grid{grid-template-columns:1fr 1.5fr;gap:3rem;display:grid}.contact-content-grid{grid-template-columns:250px 1fr;align-items:start;gap:3rem;margin-bottom:3rem;display:grid}.contact-map-row{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:3rem}.contact-logo-section{justify-content:center;align-items:center;display:flex}.contact-logo-box{background:#1c1c1c;border-radius:.5rem;justify-content:center;align-items:center;width:100%;min-height:300px;padding:3rem 2rem;display:flex;box-shadow:0 4px 20px #0003}.contact-logo{filter:brightness(0)invert();max-width:100%;height:auto}.detail_head{color:var(--color-primary);margin-bottom:2rem;font-size:28px}.contact_box{flex-direction:column;gap:1.5rem;display:flex}.box_item{align-items:flex-start;gap:1rem;display:flex}.icon_box{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.icon_box i{font-size:1.2rem}.big_box{flex:1}.box_head{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem}.box_text{color:var(--color-muted);line-height:1.6}.box_text a{color:var(--color-accent);text-decoration:none}.box_text a:hover{text-decoration:underline}.map_box{border-radius:.5rem;width:100%;overflow:hidden;box-shadow:0 4px 20px #0000001a}.map_box iframe{border:none;width:100%;height:348px}.form_area{background:#f6f6f6;padding:4rem 0}.form_head{text-align:center;margin-bottom:2rem}.form_head h2{color:var(--color-primary);font-size:2rem}.contact-form{max-width:800px;margin:0 auto}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.marina_about_section1{padding:4rem 0}.about-content-grid{grid-template-columns:1fr 2fr;gap:3rem;display:grid}.about-intro h5{color:var(--color-muted);margin-bottom:.5rem;font-size:1rem}.about-intro h3{color:#000;margin-bottom:1.5rem;font-size:30px;line-height:1.5}.about-description{color:#1f1f1f;line-height:1.8}.about-description p{margin-bottom:1.5rem}.about-description strong{margin-bottom:1rem;display:block}.about-description strong[style*="color: rgb(0, 150, 219)"]{color:var(--color-accent)!important}.products-layout{grid-template-columns:250px 1fr;gap:2rem;display:grid}.products-sidebar h3{color:#123e73;margin-bottom:1rem;font-weight:600}.category-list{margin:0;padding:0;list-style:none}.category-list li{margin-bottom:.5rem}.category-list button{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.75rem 1rem;transition:all .3s}.category-list button:hover,.category-list button.active{background:var(--color-primary);color:#fff}.catcontent-list{border:1px solid #e2e2e2;flex-direction:column;height:auto;min-height:400px;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.catcontent-list:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.product-short-text{color:var(--color-muted);margin:1rem 0;line-height:1.6}.product-short-text ul{margin-top:.5rem;margin-left:1.5rem}.hair_category_detail{padding:2rem 0}.product-detail-layout{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.product-gallery-section{flex-direction:column;gap:1rem;display:flex}.product-info-section{flex-direction:column;gap:1.5rem;display:flex}.product-info-section .slider_title{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem}.product-price-large{color:var(--color-primary);margin:1rem 0;font-size:2rem;font-weight:600}.product-actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex;position:relative}.product-actions .btn{text-align:center;flex:1;min-width:150px;padding:.75rem 2rem;font-size:1rem}.btn-add-to-cart{cursor:pointer;border:none;background:var(--color-accent)!important}.btn-add-to-cart:hover{background:var(--color-secondary)!important}.btn-add-to-cart:disabled{cursor:not-allowed;opacity:.6;background:var(--color-muted)!important}.cart-success-message{color:#155724;z-index:10;background:#d4edda;border:1px solid #c3e6cb;border-radius:.5rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s ease-out slideDown;position:absolute;top:-60px;left:0;right:0}.cart-success-message a{color:#155724;margin-left:.5rem;font-weight:600;text-decoration:underline}.tema_gallery{flex-wrap:wrap;gap:.5rem;display:flex}.tema_gal_box{cursor:pointer;background:#f0f0f0;border:2px solid #0000;border-radius:.5rem;width:80px;height:80px;padding:0;transition:all .3s;overflow:hidden}.tema_gal_box:hover{border-color:var(--color-secondary)}.tema_gal_box.active{border-color:var(--color-primary)}.tema_msg_btn{background:var(--color-primary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:.5rem;min-width:150px;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.tema_msg_btn:hover{background:var(--color-secondary);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.tema_related{border-top:1px solid var(--color-border);margin-top:4rem;padding-top:3rem}.related_title{text-align:center;color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:1.5rem}.related-products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.related_box{border:1px solid var(--color-border);border-radius:.5rem;flex-direction:column;align-items:center;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.related_box:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.related_img{justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1rem;display:flex}.related_head{color:var(--color-primary);text-align:center;font-size:.9rem;font-weight:500}.slider_title{color:#242424;margin-bottom:1rem;font-size:1.5rem;line-height:1.5}.slider_text{color:var(--color-muted);margin-bottom:1rem;line-height:1.6}@media (max-width:768px){.checkout-hero{padding:calc(2rem + 80px) 0 2rem}.checkout-hero h1{font-size:1.75rem}.checkout-section{padding:2rem 0}.checkout-main{border-radius:8px;padding:1.5rem}.checkout-form{gap:2rem}.checkout-section-block{padding-bottom:1.5rem}.section-header h2{font-size:1.25rem}.form-row{grid-template-columns:1fr;gap:1rem}.order-summary-card{padding:1.5rem}.summary-item{grid-template-columns:50px 1fr auto;gap:.75rem}.summary-item-image{width:50px;height:50px}.checkout-submit-btn{padding:1rem 1.5rem;font-size:1rem}.about-content,.contact-info-grid,.contact-content-grid,.about-content-grid,.product-detail-layout,.products-layout{grid-template-columns:1fr}.contact-logo-box{min-height:200px;padding:2rem 1.5rem}.contact-map-row{margin-top:2rem;padding-top:2rem}.map_box iframe{height:240px}.sec_head{font-size:24px}.products-sidebar{order:2}.products-content{order:1}}.intro_area{text-align:center;padding:4rem 0}.intro-content h1{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:2rem}.intro-text{max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.intro-text p{font-size:1.1rem;line-height:1.8}.service-image{margin-top:2rem}.contact-service-layout{grid-template-columns:1fr 1.2fr;gap:3rem;display:grid}.contact-info-service,.contact-form-service{padding:2rem 0}@media (max-width:768px){.contact-service-layout{grid-template-columns:1fr}}#main_wrapper{width:100%;min-height:100vh;position:relative}.header{z-index:1002;background-color:#0000;width:100%;transition:background-color .3s,box-shadow .3s;position:sticky;top:0;left:0}.header.scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a}.header .nn_container{width:100%;max-width:1600px}@media only screen and (max-width:1366px){.header .nn_container{max-width:1300px}}.header .logo{height:100px;padding:0;display:inline-block}.header .logo img{max-width:100%;max-height:100%}@media only screen and (max-width:992px){.header .logo{height:70px;padding:15px}}.header .navbar-collapse .navbar-nav{align-items:center;gap:0;height:100px;margin:0;padding:0;line-height:100px;display:flex}.header .navbar-collapse .navbar-nav li{margin:0;padding-left:0;padding-right:25px;list-style:none;display:inline-block}.header .navbar-collapse .navbar-nav li:last-child{padding-right:0}.header .navbar-collapse .navbar-nav li a{color:#33363d;font-weight:500;line-height:inherit;white-space:nowrap;padding:0;font-size:1.1rem;text-decoration:none;transition:color .3s;display:inline-block}.header .navbar-collapse .navbar-nav li a:hover,.header .navbar-collapse .navbar-nav li a:focus{color:#97989d;background-color:#0000;text-decoration:none}.header .navbar-collapse .navbar-nav li.register a{color:#fff;background-color:#263238;border-radius:20px;height:40px;padding:0 25px;font-weight:500;line-height:40px;transition:all .3s;display:inline-block;box-shadow:0 5px 25px #26323880}.header .navbar-collapse .navbar-nav li.register a:hover{background-color:#1a2327;transform:translateY(-2px);box-shadow:0 7px 30px #26323899}.header .navbar-collapse .navbar-nav li.dropdown{position:relative}.header .navbar-collapse .navbar-nav li.dropdown>a{padding-right:20px;position:relative}.header .navbar-collapse .navbar-nav li.dropdown>a:after{content:"▼";margin-left:5px;font-size:.7rem;transition:transform .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.header .navbar-collapse .navbar-nav li.dropdown:hover>a:after,.header .navbar-collapse .navbar-nav li.dropdown.open>a:after{transform:translateY(-50%)rotate(180deg)}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background-color:#fff;border-radius:10px;min-width:250px;margin-top:10px;padding:15px 0;list-style:none;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.header .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li{width:100%;margin:0;padding:0;display:block}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a{color:#33363d;border-left:3px solid #0000;padding:10px 25px;font-size:1rem;line-height:1.5;text-decoration:none;transition:all .3s;display:block}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover{color:#ff4d47;background-color:#f8f8f8;border-left-color:#ff4d47;padding-left:30px}@media only screen and (max-width:992px){.header .navbar-collapse .navbar-nav li.dropdown{border-bottom:1px solid #e0e0e0;width:100%;margin:0;padding:0}.header .navbar-collapse .navbar-nav li.dropdown:last-of-type{border-bottom:1px solid #e0e0e0}.header .navbar-collapse .navbar-nav li.dropdown>a{color:#33363d;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:18px 50px 18px 20px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.header .navbar-collapse .navbar-nav li.dropdown>a:active{background-color:#f5f5f5}.header .navbar-collapse .navbar-nav li.dropdown.open>a{color:#ff4d47;background-color:#fff5f5}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu{opacity:1;visibility:visible;box-shadow:none;background-color:#fff;border-top:none;border-radius:0;width:100%;max-height:0;margin:0;padding:0;list-style:none;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);position:static;overflow:hidden;transform:none}.header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-menu{background-color:#fafafa;border-top:1px solid #f0f0f0;max-height:800px;padding:8px 0 12px}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li{width:100%;margin:0;padding:0;display:block}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a{color:#555;-webkit-tap-highlight-color:transparent;padding:12px 20px 12px 35px;font-size:.95rem;font-weight:400;line-height:1.6;text-decoration:none;transition:all .2s;display:block;position:relative}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:first-child a{padding-top:14px}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:last-child a{padding-bottom:14px}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:before{content:"→";color:#ff4d47;opacity:0;font-size:.9rem;transition:opacity .2s,transform .2s;position:absolute;left:20px;transform:translate(-5px)}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:active,.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover{color:#ff4d47;background-color:#fff;padding-left:40px}.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:active:before,.header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover:before{opacity:1;transform:translate(0)}.header .navbar-collapse .navbar-nav li.dropdown>a:after{content:"+";color:#999;font-size:1.2rem;font-weight:300;line-height:1;transition:transform .3s,color .2s;right:20px}.header .navbar-collapse .navbar-nav li.dropdown.open>a:after{content:"−";color:#ff4d47;transform:translateY(-50%)rotate(0)}}.navbar-toggle{cursor:pointer;background:0 0;border:none;border-radius:0;width:40px;height:31px;margin:18px 15px;padding:0;transition:transform .33s ease-out;display:none;position:relative;transform:rotate(-45deg)}.navbar-toggle.collapsed{transition:transform .33s ease-out;transform:rotate(0)}.navbar-toggle .bar{background-color:#33363d;border-radius:5px;width:100%;height:5px;transition:all .33s cubic-bezier(.54,-.81,.57,.57);display:inline-block;position:absolute;top:13px;left:0}.navbar-toggle.collapsed .bar:first-child{width:75%;top:0;transform:rotate(0)translate(0)}.navbar-toggle.collapsed .bar:last-child{width:75%;top:auto;bottom:0;transform:rotate(0)translate(0)}.navbar-toggle .bar:first-child{transform-origin:100%;width:50%;top:0;transform:rotate(-90deg)translate(8px)}.navbar-toggle .bar:last-child{transform-origin:0;width:50%;inset:auto 0 0 auto;transform:rotate(-90deg)translate(-8px)}@media only screen and (max-width:992px){.navbar-toggle{display:block}.header{z-index:1002;background-color:#fff;transition:background-color .3s,box-shadow .3s;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header.scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a}.header .navbar-collapse{z-index:1001;opacity:0;visibility:hidden;background-color:#fff;width:100%;max-height:0;transition:max-height .4s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a;display:block!important}.header .navbar-collapse.mobile-menu-open,nav.navbar-collapse.mobile-menu-open{z-index:1002;position:relative;overflow-y:auto;opacity:1!important;visibility:visible!important;max-height:800px!important}.header .navbar-collapse .navbar-nav{flex-direction:column;align-items:stretch;gap:0;height:auto;padding:0;line-height:normal}.header .navbar-collapse .navbar-nav li{border-bottom:1px solid #e0e0e0;width:100%;height:auto;margin:0;padding:0;line-height:normal;display:block}.header .navbar-collapse .navbar-nav li:last-child{border-bottom:none}.header .navbar-collapse .navbar-nav li a{color:#33363d;width:100%;padding:18px 20px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.header .navbar-collapse .navbar-nav li a:hover,.header .navbar-collapse .navbar-nav li a:focus{color:#ff4d47;background-color:#f5f5f5}.header .navbar-collapse .navbar-nav li.register{border-top:2px solid #e0e0e0;border-bottom:none;margin-top:0}.header .navbar-collapse .navbar-nav li.register a{text-align:center;color:#fff;width:100%;box-shadow:none;background-color:#263238;border-radius:0;height:auto;margin:0;padding:18px 20px;line-height:normal;display:block}.header .navbar-collapse .navbar-nav li.register a:hover{box-shadow:none;background-color:#1a2327;transform:none}}.mr-auto{margin-right:auto}.article{font-family:IBM Plex Sans,sans-serif;position:relative}.article section:first-of-type{padding:180px 0 100px}@media only screen and (max-width:992px){.article section:first-of-type{padding:100px 0 25px}}.container,.nn_container{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:576px){.container,.nn_container{max-width:540px}}@media (min-width:768px){.container,.nn_container{max-width:720px}}@media (min-width:992px){.container,.nn_container{max-width:960px}}@media (min-width:1200px){.container,.nn_container{max-width:1140px}}.row,.nn_row{flex-wrap:wrap;margin-left:-15px;margin-right:-15px;display:flex}[class*=col-],[class*=nn_col]{width:100%;padding-left:15px;padding-right:15px;position:relative}.col-md-1,.nn_col.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2,.nn_col.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3,.nn_col.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4,.nn_col.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5,.nn_col.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6,.nn_col.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7,.nn_col.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8,.nn_col.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9,.nn_col.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10,.nn_col.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11,.nn_col.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12,.nn_col.col-md-12{flex:0 0 100%;max-width:100%}@media (max-width:767px){[class*=col-md-],.nn_col[class*=col-md-]{flex:0 0 100%!important;max-width:100%!important}}.align-self-center{align-self:center}.text-center{text-align:center}.nn_section{padding:80px 0;position:relative}.nn_section .title{color:var(--color-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.nn_section .head,.nn_section h3{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:500}.nn_section .text,.nn_section h5,.nn_section h6{color:var(--color-muted);margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.nn_section .sub-head{margin-bottom:1rem;font-size:1.3rem;font-weight:600}.hero-section{text-align:center;background:linear-gradient(135deg,#f3f4f8 0%,#fff 100%);justify-content:center;align-items:center;min-height:600px;padding:0;display:flex}.hero-title{color:var(--color-primary);margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{color:var(--color-text);margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.hero-text{color:var(--color-text);margin-bottom:1rem;font-size:1.3rem}.hero-description{color:var(--color-muted);margin-bottom:2rem;font-size:1.1rem;font-style:italic}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-note{color:var(--color-muted);font-size:1rem;font-style:italic}.btn{cursor:pointer;border:2px solid #0000;border-radius:5px;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:#2d1211;border-color:#2d1211;transform:translateY(-2px);box-shadow:0 4px 12px #3917164d}.btn-secondary{color:#fff;background:#25d366;border-color:#25d366}.btn-secondary:hover{background:#1da851;border-color:#1da851}.btn-outline{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.btn-outline:hover{background:var(--color-primary);color:#fff}.section-title{text-align:center;color:var(--color-primary);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:var(--color-text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.section-text{color:var(--color-muted);margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.section-note{color:var(--color-muted);margin-top:1rem;font-size:1rem;font-style:italic}.demo-card,.system-card,.comparison-card,.step-card,.setup-card,.feature-card{background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 10px #0000001a}.demo-card:hover,.system-card:hover,.comparison-card:hover,.step-card:hover,.setup-card:hover,.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.demo-card h3,.system-card h2,.system-card h3{color:var(--color-primary);margin-bottom:1rem}.comparison-card h3{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.5rem}.comparison-card ul{padding:0;list-style:none}.comparison-card ul li{border-bottom:1px solid var(--color-border);padding:.75rem 0}.comparison-card ul li:last-child{border-bottom:none}.demo-features-list{text-align:left;margin:2rem 0;padding:0;list-style:none;display:inline-block}.demo-features-list li{padding:.5rem 0 .5rem 1.5rem;position:relative}.demo-features-list li:before{content:"✓";color:var(--color-primary);font-weight:700;position:absolute;left:0}.qr-feature{text-align:center;padding:1.5rem}.qr-feature img{margin:0 auto 1rem;display:block}.qr-feature p{color:var(--color-text);margin:0;font-size:.95rem}.image{margin:1rem 0}.image img{width:100%;height:auto;display:block}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.section-title{font-size:2rem}.nn_section{padding:40px 0}.qr-feature{margin-bottom:2rem}}.home-banner{padding:0}.home-banner .main-banner{display:block}.home-banner .main-banner img{width:100%;height:auto;display:block}.home-banner .content{padding:40px 20px}.home-banner .content .title{margin-bottom:20px;font-size:2.5rem;font-weight:700;line-height:1.2}.home-banner .content .title p{margin:0}.home-banner .content .text{margin-bottom:20px;font-size:1.1rem;line-height:1.6}.home-banner .content .text p{margin:10px 0}.home-banner .content .register-now{margin:30px 0}.home-banner .content .register-now .register-button{border-radius:25px;margin-bottom:10px;padding:12px 30px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.home-banner .content .register-now .register-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.home-banner .content .download-store{margin-top:20px}.home-banner .content .download-store .download-store-img{display:inline-block}.home-banner .content .download-store .download-store-img img{max-width:160px;height:auto}@media only screen and (max-width:992px){.home-banner{padding-bottom:25px}.home-banner .content .title{font-size:2rem}.home-banner .row .col-md-6.align-self-center{margin-top:30px}}@media (max-width:768px){.home-banner{padding:20px 0}.home-banner .content{text-align:center;padding:20px 15px}.home-banner .content .title{font-size:1.5rem;line-height:1.3}.home-banner .content .text{margin-bottom:15px;font-size:.95rem}.home-banner .content .register-now{margin:20px 0}.home-banner .content .register-now .register-button{text-align:center;width:100%;max-width:300px;margin:10px auto;display:block}.home-banner .main-banner{margin-bottom:20px}}.ordering-three{background-color:#ff4d471a;margin-top:80px;padding:80px 0}.ordering-three .ordering-col{text-align:center;background-color:#fff;border-radius:20px;height:100%;padding:25px}.ordering-three .ordering-col .image{height:300px;margin-bottom:30px;display:block}.ordering-three .ordering-col .image img{max-width:100%;max-height:100%}.ordering-three .ordering-col .head{font-weight:600}.ordering-three .ordering-col h2{margin-bottom:20px;font-weight:600}.ordering-three .ordering-col .text{margin-bottom:20px;line-height:1.8}.ordering-three .ordering-col .text p{margin:10px 0}.ordering-three .ordering-col .ordering-link{margin-top:20px}.ordering-three .ordering-col .ordering-link a{color:#33363d;font-weight:600;text-decoration:underline}.ordering-three .ordering-col .ordering-link-red a{color:#ff4d47}.ordering-three .ordering-col .ordering-link a:hover{color:#ff7470}@media only screen and (max-width:992px){.ordering-three{margin-top:30px;padding:30px 0}.ordering-three .ordering-col{margin-bottom:20px;padding:20px}.ordering-three .ordering-col .image{height:250px;margin-bottom:20px}.ordering-three .ordering-col h2{margin-bottom:15px;font-size:1.5rem}.ordering-three .ordering-col .text{margin-bottom:15px;font-size:.95rem}}@media only screen and (max-width:768px){.ordering-three{margin-top:20px;padding:25px 0}.ordering-three .ordering-col{padding:20px 15px}.ordering-three .ordering-col .image{height:200px;margin-bottom:15px}.ordering-three .ordering-col h2{font-size:1.3rem}.ordering-three .ordering-col .text{font-size:.9rem;line-height:1.6}}.ordering-eight{text-align:center;background:linear-gradient(135deg,#f8f8f8 0%,#f0f0f0 50%,#f8f8f8 100%) 0 0/200% 200%;padding:80px 0;animation:8s infinite gradientShift;position:relative;overflow:hidden}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ordering-eight:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ff4d470d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ff4d470d 0%,#0000 50%),radial-gradient(circle at 40% 20%,#ff4d4708 0%,#0000 50%);animation:6s ease-in-out infinite pulse;position:absolute;inset:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.ordering-eight:after{content:"";pointer-events:none;opacity:.3;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#ff4d4705 2px 4px),repeating-linear-gradient(90deg,#0000,#0000 2px,#ff4d4705 2px 4px);width:200%;height:200%;animation:20s linear infinite gridMove;position:absolute;top:-50%;left:-50%}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.ordering-eight .container{z-index:1;position:relative}.ordering-eight .head{z-index:1;font-weight:600;position:relative}.ordering-eight .text{z-index:1;font-size:1.1rem;line-height:1.8;position:relative}.ordering-eight .text p{margin:10px 0}.ordering-eight .title{color:#33363d;margin-bottom:30px;font-size:2.5rem;font-weight:600}.ordering-eight .title p{margin:0}.ordering-eight .head{color:#33363d;margin-bottom:25px;font-size:1.5rem;font-weight:600;line-height:1.4}.ordering-eight .head p{margin:10px 0}.ordering-eight-button{color:#fff;background-color:#394851;border-radius:25px;height:50px;margin-top:20px;padding:0 30px;font-size:1.1rem;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.ordering-eight-button:hover{color:#fff;background-color:#2a353c;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ordering-eight .button{color:#fff;background-color:#ff4d47;border-radius:25px;height:50px;margin-top:30px;padding:0 30px;font-size:1.2rem;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.ordering-eight .button:hover{color:#fff;background-color:#ff7470;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ordering-eight .hr{border:none;border-top:1px solid #0000001a;margin:50px 0}.ordering-eight .download-list{flex-wrap:nowrap;justify-content:center;gap:20px;width:100%;margin-top:25px;margin-bottom:0;padding:0;list-style:none;display:flex!important}.ordering-eight .download-list li{vertical-align:top;text-align:left;flex:1 1 0;align-items:center;gap:10px;width:auto;min-width:0;padding:0;flex-direction:row!important;display:flex!important}.ordering-eight .download-list li .text{color:#33363d;margin-bottom:0;font-size:1.1rem;font-weight:500;display:block}.ordering-eight .download-list li .text p{margin:0}.ordering-eight .download-list li .image{text-align:center;flex-shrink:0;align-items:center;width:auto;height:auto;display:flex!important}.ordering-eight .download-list li .image img{border-radius:0;max-width:100%;max-height:100%}@media only screen and (max-width:992px){.ordering-eight .download-list{flex-wrap:wrap!important}.ordering-eight .download-list li{min-width:0;margin-bottom:20px;padding:0;flex:calc(50% - 10px)!important}.ordering-eight .download-list li:last-child,.ordering-eight .download-list li .text{margin:0}}@media (max-width:768px){.ordering-eight{padding:40px 0}.ordering-eight .title{margin-bottom:20px;font-size:1.8rem}.ordering-eight .head{margin-bottom:20px;padding:0 15px;font-size:1.2rem}.ordering-eight .head p{margin:8px 0}.ordering-eight .text{padding:0 15px;font-size:1rem;line-height:1.6}.ordering-eight-button{text-align:center;width:100%;max-width:280px;margin:20px auto 0;display:block}.ordering-eight .hr{margin:30px auto 0}}.product-items-slider{text-align:center;padding:80px 0;position:relative}.product-items-slider .title{text-align:center;margin-top:0;margin-bottom:50px;font-size:32px;font-weight:600}.product-items-slider .title p{margin:0}.product-items-slider .slider-container-fullwidth{width:100vw;margin-top:30px;margin-left:calc(50% - 50vw);padding:0 80px;position:relative;overflow:visible}.product-items-slider .service-slider-wrapper{align-items:center;gap:20px;width:100%;max-width:100%;display:flex;position:relative}.product-items-slider .service-slider{flex:1;width:100%;position:relative;overflow:hidden}.product-items-slider .slider-wrapper{will-change:transform;gap:20px;display:flex}.product-items-slider .slider-nav-btn{z-index:10}.product-items-slider .slider-nav-btn:hover:not(:disabled){transform:scale(1.1);color:#fff!important;background-color:#ff4d47!important;border-color:#ff4d47!important;box-shadow:0 4px 15px #ff4d474d!important}.product-items-slider .slider-item{border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}@media (min-width:1200px){.product-items-slider .slider-item{width:285px!important;min-width:285px!important;max-width:285px!important}}.product-items-slider .slider-item img{width:100%;height:auto;display:block}.product-items-slider .slider_caption{color:#fff;background:linear-gradient(#0000 0%,#000000b3 40%,#000000d9 100%);padding:25px 20px 20px;position:absolute;bottom:0;left:0;right:0}.product-items-slider .slider_caption .slider_title{color:#fff;text-shadow:0 1px 3px #00000080;margin:0 0 10px;font-size:16px;font-weight:600}.product-items-slider .slider_caption .slider_text{display:none}.product-items-slider .slider_caption .slider_button{color:#33363d;background:#fffffff2;border:1px solid #ffffff4d;border-radius:25px;height:40px;padding:0 25px;font-size:16px;font-weight:600;line-height:40px;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 2px 8px #0003}.product-items-slider .slider_caption .slider_button:hover{color:#fff;background-color:#ff4d47;border-color:#ff4d47;transform:translateY(-2px);box-shadow:0 4px 12px #ff4d4766}@media only screen and (max-width:992px){.product-items-slider{padding:40px 0}.product-items-slider .title{margin-bottom:30px;font-size:24px}.product-items-slider .slider-container-fullwidth{padding:0 60px}.product-items-slider .service-slider-wrapper,.product-items-slider .slider-wrapper{gap:15px}.product-items-slider .slider-nav-btn{width:40px!important;min-width:40px!important;height:40px!important;font-size:1.5rem!important}}@media only screen and (max-width:768px){.product-items-slider{padding:40px 0}.product-items-slider .title{margin-bottom:25px;padding:0 15px;font-size:20px}.product-items-slider .slider-container-fullwidth{width:100%;margin-left:0;padding:0 15px;overflow:hidden}.product-items-slider .service-slider-wrapper{gap:8px;position:relative}.product-items-slider .service-slider{width:100%;overflow:hidden}.product-items-slider .slider-wrapper{gap:10px;display:flex}.product-items-slider .slider-item{flex-shrink:0;width:280px!important;min-width:280px!important;max-width:280px!important}.product-items-slider .slider-item img{object-fit:cover;width:100%;height:auto;display:block}.product-items-slider .slider_caption{padding:20px 15px 15px}.product-items-slider .slider_caption .slider_title{margin-bottom:8px;font-size:14px}.product-items-slider .slider_caption .slider_button{height:36px;padding:0 20px;font-size:14px;line-height:36px}.product-items-slider .slider-nav-btn{z-index:10;flex-shrink:0;width:32px!important;min-width:32px!important;height:32px!important;font-size:1rem!important}.product-items-slider .slider-nav-btn:disabled{opacity:.2;cursor:not-allowed}}.section-one{padding:100px 0}.section-one .section-head{text-align:center;margin-bottom:50px;font-size:2.5rem;font-weight:700}.section-one .section-head p{margin:10px 0}.section-one .title{margin-bottom:20px;font-size:1.8rem;font-weight:600}.section-one .title p{margin:10px 0}.section-one .text{margin-bottom:20px;font-size:1rem;line-height:1.8}.section-one .text p{margin:10px 0}.section-one .text ul{margin:15px 0;padding-left:20px}.section-one .text ul li{margin:8px 0}.section-one .image{margin:20px 0;display:block}.section-one .image img{width:100%;height:auto}.flex-row-reverse{flex-direction:row-reverse}@media only screen and (max-width:992px){.section-one{padding:40px 0}.section-one .section-head{font-size:2rem}.flex-row-reverse{flex-direction:column}}@media (max-width:768px){.section-one{padding:30px 0}.section-one .section-head{margin-bottom:30px;font-size:1.5rem}.section-one .title{margin-bottom:15px;font-size:1.3rem}.section-one .text{margin-bottom:15px;font-size:.95rem}.section-one .image{margin:15px 0}.section-one .nn_col{margin-bottom:20px}}.five-section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 0;position:relative}.five-section .content{text-align:center;color:#fff;z-index:2;position:relative}.five-section .head{color:#fff;text-shadow:0 2px 8px #000000b3;margin-bottom:20px;font-size:2.5rem;font-weight:700}.five-section .head p{margin:10px 0}.five-section .text{color:#fff;text-shadow:0 2px 6px #000000b3;margin-bottom:20px;font-size:1.2rem;line-height:1.8}.five-section .text p{margin:10px 0}.five-section .text strong{text-shadow:0 2px 8px #000c}.five-section .more-link{color:#333;background:#fff;border-radius:25px;margin-top:20px;padding:12px 30px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.five-section .more-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}@media only screen and (max-width:992px){.five-section{padding:60px 0}.five-section .head{font-size:2rem}}@media (max-width:768px){.five-section{padding:40px 0}.five-section .content{padding:0 15px}.five-section .head{margin-bottom:15px;font-size:1.5rem}.five-section .text{margin-bottom:15px;font-size:1rem}.five-section .more-link{text-align:center;width:100%;max-width:300px;margin:15px auto 0;display:block}}.vip-one{padding:100px 0}.vip-one .title{margin-bottom:30px;font-size:2.5rem;font-weight:600}.vip-one .head{margin-bottom:20px;font-size:1.6rem;font-weight:400;line-height:1.6}.vip-one .text{margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.6}.vip-one .text p{margin:10px 0}.vip-one .image{max-height:450px;display:block}.vip-one .image img{max-width:100%;max-height:100%}@media only screen and (max-width:992px){.vip-one{padding:50px 0}.vip-one .title{font-size:2rem}.vip-one .head{font-size:1.3rem}}.vip-two{text-align:center;padding:0}.vip-two .title{margin-bottom:25px}.vip-two .title p{margin:10px 0}.vip-two .vip-start{background-color:#fff;border-radius:15px;padding:25px 100px;box-shadow:0 3px 15px #00000026}.vip-two .start-list{justify-content:center;gap:20px;margin-bottom:30px;padding:0;list-style:none;display:flex}.vip-two .start-list li{color:gold;font-size:24px}.vip-two .head{margin-bottom:30px}.vip-two .info{color:#ff4d47}.vip-two .text{margin-bottom:25px;font-size:1.1rem}.vip-two .text p{margin:0}.vip-two .list{text-align:left;width:100%;margin:0;padding:0;display:table}.vip-two .list li{vertical-align:top;width:50%;margin-bottom:15px;padding-left:25px;padding-right:10px;display:inline-block;position:relative}.vip-two .list li:last-child{margin-bottom:0}.vip-two .list li:before{content:"";background-color:#fff;border:2px solid #97989d;border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:0}@media only screen and (max-width:992px){.vip-two{padding:30px 0}.vip-two .title{font-size:1.2rem}.vip-two .text{font-size:.9rem}.vip-two .vip-start{padding:15px}.vip-two .list li{width:100%;margin-bottom:10px;padding-right:0}}@media (max-width:768px){.vip-two{padding:25px 0}.vip-two .title{margin-bottom:20px;padding:0 15px;font-size:1.1rem}.vip-two .vip-start{margin:0 15px;padding:20px 15px}.vip-two .start-list{gap:10px;margin-bottom:20px}.vip-two .start-list li{font-size:18px}.vip-two .head{margin-bottom:15px;font-size:1rem}.vip-two .text{margin-bottom:15px;font-size:.85rem}.vip-two .list{display:block}.vip-two .list li{width:100%;margin-bottom:12px;padding-left:20px;font-size:.9rem;display:block}}.vip-three{text-align:center;background-color:#f3f4f8;padding:100px 0}.vip-three .title{color:#ff4d47;margin-bottom:40px;font-size:3rem;font-weight:600}.vip-three .image{margin-bottom:30px;display:block}.vip-three .image img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}.vip-three .text{color:#33363d;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.8}.vip-three .text p{margin:10px 0}@media only screen and (max-width:992px){.vip-three{padding:50px 0}.vip-three .title{font-size:2rem}.vip-three .text{font-size:1rem}}.section-tow{padding:100px 0}.section-tow .section-two-title{margin-bottom:15px;font-size:2.5rem;font-weight:600;display:block}.section-tow .section-two-title p{margin:0}.section-tow .section-two-text{color:#33363d;font-size:1.1rem;font-weight:400;display:block}.section-tow .section-col{text-align:center}.section-tow .section-col .icon{height:125px;margin-bottom:15px;display:block}.section-tow .section-col .icon img{max-width:100%;max-height:100%}.section-tow .section-two-text p{margin:15px 0}.section-tow .mb-5{margin-bottom:3rem}.section-tow .section-col{text-align:center;border-radius:10px;padding:30px 20px;transition:all .3s}.section-tow .section-col:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.section-tow .section-col .icon{margin-bottom:20px;display:block}.section-tow .section-col .icon img{width:99px;height:99px;margin:0 auto}.section-tow .section-col .title{margin-bottom:15px;font-size:1.3rem;font-weight:600}.section-tow .section-col .text{font-size:1rem;line-height:1.6}.section-tow .section-col .text p{margin:8px 0}@media only screen and (max-width:992px){.section-tow{padding:40px 0}.section-tow .section-col{margin-bottom:30px}}@media (max-width:768px){.section-tow{padding:30px 0}.section-tow .section-two-title{margin-bottom:20px;padding:0 15px;font-size:1.5rem}.section-tow .section-two-text{padding:0 15px;font-size:.95rem}.section-tow .section-two-text p{margin:10px 0}.section-tow .mb-5{margin-bottom:30px}.section-tow .section-col{margin-bottom:20px;padding:20px 15px}.section-tow .section-col .icon{height:80px;margin-bottom:15px}.section-tow .section-col .icon img{width:80px;height:80px}.section-tow .section-col .title{margin-bottom:10px;font-size:1.1rem}.section-tow .section-col .text{font-size:.9rem}}.white-one{padding:80px 0}.white-one .title{margin-bottom:30px;font-weight:600}.white-one .head{font-size:1.4rem;font-weight:400;line-height:1.6}.white-one .head p{margin:10px 0}.white-one .image{max-height:450px}.white-one .image img{max-width:100%;max-height:100%}@media (max-width:768px){.white-one{padding:40px 0}.white-one .title{text-align:center;margin-bottom:20px;font-size:1.3rem}.white-one .head{text-align:center;padding:0 15px;font-size:1.1rem}.white-one .image{max-height:none;margin-top:20px}.white-one .nn_col{margin-bottom:20px}}.ordering-five{text-align:center;padding:0}.ordering-five .nn_col{background-color:#ff4d471a;border-radius:10px;padding:30px}.ordering-five .nn_col .title{margin-bottom:20px;font-weight:400}.ordering-five .nn_col .title p{margin:10px 0}.ordering-five .nn_col .button{color:#fff;background-color:#ff4d47;border-radius:25px;height:50px;margin:0;padding:0 30px;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.ordering-five .nn_col .button:hover{background-color:#ff7470;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.ordering-five .nn_col .button-sarkuteri{background-color:#d32f2f}.ordering-five .nn_col .button-sarkuteri:hover{background-color:#e53935}.ordering-five .nn_col .button-burger{background-color:#f57c00}.ordering-five .nn_col .button-burger:hover{background-color:#fb8c00}.ordering-five .nn_col .button-doner{background-color:#e64a19}.ordering-five .nn_col .button-doner:hover{background-color:#ff5722}.ordering-five .nn_col .button-steakhouse{background-color:#8b0000}.ordering-five .nn_col .button-steakhouse:hover{background-color:#a00000}.ordering-five .nn_col .button-balik{background-color:#0277bd}.ordering-five .nn_col .button-balik:hover{background-color:#0288d1}.ordering-five .nn_col .button-kokorec{background-color:#c62828}.ordering-five .nn_col .button-kokorec:hover{background-color:#d32f2f}.ordering-five .nn_col .button-borek{background-color:#f9a825}.ordering-five .nn_col .button-borek:hover{background-color:#fbc02d}.ordering-five .nn_col .button-bufe{background-color:#5d4037}.ordering-five .nn_col .button-bufe:hover{background-color:#6d4c41}.ordering-five .nn_col .button-cicek{background-color:#c2185b}.ordering-five .nn_col .button-cicek:hover{background-color:#d81b60}.ordering-five .nn_col .button-dekoratif{background-color:#7b1fa2}.ordering-five .nn_col .button-dekoratif:hover{background-color:#8e24aa}.ordering-five .nn_col .button-pastane{background-color:#f06292}.ordering-five .nn_col .button-pastane:hover{background-color:#f48fb1}.ordering-five .nn_col .button-taki{background-color:#ab47bc}.ordering-five .nn_col .button-taki:hover{background-color:#ba68c8}.ordering-five .nn_col .button-instashop{background-color:#e91e63}.ordering-five .nn_col .button-instashop:hover{background-color:#ec407a}@media (max-width:768px){.ordering-five{padding:30px 0}.ordering-five .nn_col{margin:0 15px;padding:25px 15px}.ordering-five .nn_col .title{margin-bottom:15px;font-size:1rem}.ordering-five .nn_col .button{width:100%;max-width:300px;margin:0 auto;display:block}}.mobile-seven{background-color:#eceeef;padding:100px 0}.mobile-seven .mobile-block{color:#fff;background:linear-gradient(#ff9794 0,#ff4d47 100%);border-radius:15px;margin-bottom:20px;padding:50px 30px 50px 0;overflow:hidden}.mobile-seven .mobile-block .small{color:#fff;margin-bottom:50px;padding-left:30px;font-size:1rem}.mobile-seven .mobile-block .title{color:#fff;margin-bottom:25px;font-weight:600;line-height:1.3}.mobile-seven .mobile-block .title p{margin:10px 0}.mobile-seven .mobile-block .text{color:#fff;margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.6}.mobile-seven .mobile-block .text:last-child{margin-bottom:0}.mobile-seven .mobile-block .text p{margin:10px 0}.mobile-seven .mobile-block .image{display:block}.mobile-seven .mobile-block .image img{max-width:100%;max-height:100%}.mobile-seven .mobile-block .mobile-list{counter-reset:mobile-counter;grid-template-columns:33.333% 33.333% 33.333%;margin:0 -10px 20px;padding:15px 0 0;display:grid}.mobile-seven .mobile-block .mobile-list li{counter-increment:mobile-counter;padding:10px;display:block;position:relative}.mobile-seven .mobile-block .mobile-list li:before{content:counter(mobile-counter);color:#ff4d47;text-align:center;z-index:1;background:#fff;border:2px solid #ff4d47;border-radius:50%;width:50px;height:50px;font-size:1.5rem;font-weight:700;line-height:45px;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.mobile-seven .mobile-block .mobile-list li .content{color:#33363d;text-align:center;background-color:#fff;border-radius:15px;height:100%;padding:35px 10px 15px}.mobile-seven .mobile-block .mobile-list li .content .head{color:#33363d;margin-bottom:15px;font-size:1rem;font-weight:600}.mobile-seven .mobile-block .mobile-list li .content .text{color:#33363d;font-size:.85rem;line-height:1.4}.mobile-seven .mobile-block .more-button{color:#263238;background:#fff;border-radius:30px;height:50px;margin-right:10px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.mobile-seven .mobile-block .more-button:hover{color:#fff;background:#ff4d47;text-decoration:none}@media only screen and (max-width:720px){.mobile-seven{padding:25px 0}.mobile-seven .mobile-block{padding:25px 15px}.mobile-seven .mobile-block .small{margin-bottom:20px;padding-left:0}.mobile-seven .mobile-block .title{margin-bottom:20px;font-size:1.3rem}.mobile-seven .mobile-block .text{margin-bottom:15px;font-size:.95rem}.mobile-seven .mobile-block .mobile-list{grid-template-columns:1fr;margin:0 0 20px;display:block}.mobile-seven .mobile-block .mobile-list li{margin-bottom:30px;padding:0}.mobile-seven .mobile-block .mobile-list li .content{padding:40px 15px 20px}.mobile-seven .mobile-block .more-button{text-align:center;width:100%;max-width:300px;margin:10px auto;display:block}.mobile-seven .custom-design-card,.mobile-seven .vip-services-card{margin-bottom:20px}}.mobile-seven .custom-design-card{background-color:#fff;border-radius:15px;height:100%;padding:40px 30px;overflow:hidden;box-shadow:0 3px 15px #0000001a}.mobile-seven .custom-design-card .small{color:#33363d;margin-bottom:30px;font-size:1rem;font-weight:500}.mobile-seven .custom-design-card .content{margin-bottom:30px}.mobile-seven .custom-design-card .title{color:#33363d;margin-bottom:20px;font-size:1.8rem;font-weight:600;line-height:1.3}.mobile-seven .custom-design-card .title p{margin:0}.mobile-seven .custom-design-card .text{color:#33363d;margin-bottom:0;font-size:1rem;line-height:1.6}.mobile-seven .custom-design-card .text p{margin:0}.mobile-seven .custom-design-card .buttons{margin-top:30px}.mobile-seven .custom-design-card .more-button{color:#fff;background:#ff4d47;border-radius:30px;height:50px;padding:0 30px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.mobile-seven .custom-design-card .more-button:hover{color:#fff;background:#ff7470;text-decoration:none;transform:translateY(-2px);box-shadow:0 5px 15px #ff4d474d}.mobile-seven .vip-services-card{color:#fff;text-align:center;background:linear-gradient(to top right,#010101 0,#1b1b1b 50% 100%);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 30px;display:flex;overflow:hidden;box-shadow:0 3px 15px #0003}.mobile-seven .vip-services-card .small{color:#fff;margin-bottom:20px;font-size:1rem;font-weight:500}.mobile-seven .vip-services-card .icon{margin-bottom:25px;display:block}.mobile-seven .vip-services-card .icon img{max-width:80px;height:auto}.mobile-seven .vip-services-card .text{color:#fff;margin-bottom:30px;font-size:1rem;line-height:1.6}.mobile-seven .vip-services-card .text p{margin:0}.mobile-seven .vip-services-card .more-button{color:#263238;background:#fff;border-radius:30px;height:50px;padding:0 30px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.mobile-seven .vip-services-card .more-button:hover{color:#fff;background:#ff4d47;text-decoration:none;transform:translateY(-2px);box-shadow:0 5px 15px #ff4d474d}@media (max-width:768px){.mobile-seven .custom-design-card,.mobile-seven .vip-services-card{margin-bottom:20px;padding:30px 20px}.mobile-seven .custom-design-card .title{font-size:1.5rem}.mobile-seven .vip-services-card .icon img{max-width:60px}}.mobile-two{background-color:#eceeef;padding:100px 0}.mobile-two .mobile-block{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#ff7e7a 50%,#ff4d47 100%);border-radius:15px;padding:50px 25px}.mobile-two .mobile-block .small{color:#000;margin-bottom:50px;font-size:1rem}.mobile-two .mobile-block .title{color:#000;margin-bottom:30px;line-height:1.3}.mobile-two .mobile-block .title p{margin:10px 0}.mobile-two .mobile-block .more-button{color:#263238;background:#fff;border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.mobile-two .mobile-block .more-button:hover{color:#fff;background:#ff4d47;text-decoration:none}.mobile-two .mobile-block .mobile-block-list{grid-template-columns:33.333% 33.333% 33.333%;margin:0;padding:0;display:grid}.mobile-two .mobile-block .mobile-block-list li{padding:20px 10px;display:block}.mobile-two .mobile-block .mobile-block-list li .icon{height:50px;margin-bottom:15px;display:block}.mobile-two .mobile-block .mobile-block-list li .icon img{max-width:100%;max-height:100%}.mobile-two .mobile-block .mobile-block-list li .head{color:#fff;font-size:1.1rem}.mobile-two .mobile-block .mobile-block-list li .head p{margin:0}.mobile-two .mobile-block .mobile-block-list li .text{color:#fff;font-size:.9rem;font-weight:400}.mobile-two .mobile-block .mobile-block-list li .text p{margin:0}@media only screen and (max-width:720px){.mobile-two{padding:25px 0}.mobile-two .mobile-block{padding:30px 20px}.mobile-two .mobile-block .row{flex-direction:column-reverse}.mobile-two .mobile-block .col-md-5,.mobile-two .mobile-block .col-md-7{flex:0 0 100%;width:100%;max-width:100%;padding-left:0;padding-right:0}.mobile-two .mobile-block .col-md-5{text-align:center;margin-top:30px}.mobile-two .mobile-block .small{text-align:center;margin-bottom:20px;font-size:1.1rem;font-weight:500}.mobile-two .mobile-block .title{text-align:center;margin-bottom:20px;font-size:1.6rem;font-weight:600}.mobile-two .mobile-block .title p{margin:10px 0;line-height:1.4}.mobile-two .mobile-block .mobile-block-list{margin:0;padding:0;display:block}.mobile-two .mobile-block .mobile-block-list li{text-align:center;border-bottom:1px solid #fff3;padding:25px 0}.mobile-two .mobile-block .mobile-block-list li:last-child{border-bottom:none}.mobile-two .mobile-block .mobile-block-list .icon{justify-content:center;align-items:center;height:60px;margin-bottom:15px;display:flex}.mobile-two .mobile-block .mobile-block-list .head{margin-bottom:10px;font-size:1.2rem;font-weight:600}.mobile-two .mobile-block .mobile-block-list .text{font-size:1rem;line-height:1.6}.mobile-two .mobile-block .more-button{text-align:center;width:100%;max-width:280px;margin:20px auto 0;display:block}}.mobile-one{padding:100px 0}.mobile-one .head,.mobile-one .title{text-align:center}.mobile-one .sub-head{max-width:50%;margin:0 auto;font-weight:400;line-height:1.6}.mobile-one .text{max-width:50%;margin:0 auto;font-size:1.1rem;font-weight:400;line-height:1.6}.mobile-one .images{margin:40px 0;position:relative}.mobile-one .images img{max-width:100%;max-height:100%}.mobile-one .images .image-one{display:inline-block}.mobile-one .images .image-two{position:absolute;bottom:-280px;right:0}@media only screen and (max-width:720px){.mobile-one{padding:30px 0}.mobile-one .images .image-two{position:inherit;bottom:auto}.mobile-one .sub-head{max-width:none}.mobile-one .text{max-width:none;font-size:1rem}}.mobile-three .skin-section .skin-nav{margin:20px 0;padding:0;list-style:none}.mobile-three .skin-section .skin-nav li{padding:0 10px;display:inline-block}.mobile-three .skin-section .skin-nav li a{cursor:pointer;background-color:#eceeef;border-radius:50%;width:40px;height:40px;display:block}.mobile-three .skin-section .skin-desktop,.mobile-three .skin-section .skin-tab{text-align:center;background-color:#f4f5f6;border-radius:15px;justify-content:center;align-items:center;height:400px;margin-bottom:20px;padding:25px;display:flex}.mobile-three .skin-section .skin-mobile{text-align:center;background-color:#f4f5f6;border-radius:15px;justify-content:center;align-items:center;height:100%;padding:25px;display:flex}.mobile-three .skin-section .skin-content img{max-width:100%;max-height:100%}.mobile-three .skin-section .tab-content{min-height:500px;position:relative}.mobile-three .skin-section .tab-pane{display:none}.mobile-three .skin-section .tab-pane.active{display:block}.mobile-three .skin-section .tab-pane.fade{opacity:0;transition:opacity .3s ease-in-out}.mobile-three .skin-section .tab-pane.fade.active{opacity:1}@media only screen and (max-width:720px){.mobile-three{padding:25px 0}.mobile-three .skin-section .skin-desktop,.mobile-three .skin-section .skin-tab{height:auto;margin-bottom:15px}.mobile-three .title{font-size:1.5rem}.mobile-three .text{font-size:.95rem}}.mobile-four{background-color:#eceeef;padding:100px 0}.mobile-four .mobile-block{color:#fff;background:linear-gradient(to top right,#010101 0,#1b1b1b 50% 100%);border-radius:15px;margin-bottom:20px;padding:50px 0 50px 30px;overflow:hidden}.mobile-four .mobile-block .small{margin-bottom:50px;font-size:1rem}.mobile-four .mobile-block .title{color:#fff;margin-bottom:40px;font-weight:600;line-height:1.3}.mobile-four .mobile-block .text{color:#fff;margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.6}.mobile-four .mobile-block .image{display:block}.mobile-four .mobile-block .image img{max-width:100%;max-height:100%}.mobile-four .mobile-block-sm{background-color:#fff;border-radius:15px;height:100%;overflow:hidden}.mobile-four .mobile-block-sm .content{padding:25px}.mobile-four .mobile-block-sm .small{margin-bottom:50px;font-size:1rem}.mobile-four .mobile-block-sm .head{line-height:1.4}.mobile-four .mobile-block-sm .images img{max-width:100%;max-height:100%}.mobile-four .mobile-block-sm-bg{color:#fff;background:linear-gradient(to top right,#010101 0,#1b1b1b 50% 100%);border-radius:15px;height:100%;overflow:hidden}.mobile-four .mobile-block-sm-bg .content{padding:25px}.mobile-four .mobile-block-sm-bg .text{color:#fff}.mobile-four .mobile-block-sm-bg .download{padding:0;list-style:none}.mobile-four .mobile-block-sm-bg .download li{padding:0 5px;display:inline-block}.mobile-four .mobile-block-sm-bg .download li a{height:50px;display:block}.mobile-four .mobile-block-sm-bg .download li a img{border-radius:5px;max-width:100%;max-height:100%}@media only screen and (max-width:720px){.mobile-four{padding:25px 0}.mobile-four .mobile-block{padding:25px 15px}.mobile-four .mobile-block .small{margin-bottom:20px}.mobile-four .mobile-block .title{margin-bottom:20px;font-size:1.3rem}.mobile-four .mobile-block .text{margin-bottom:15px;font-size:.95rem}.mobile-four .mobile-block-sm{margin-bottom:15px}.mobile-four .mobile-block-sm .content,.mobile-four .mobile-block-sm-bg .content{padding:20px}}.mobile-five{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 0;position:relative}.mobile-five:before{content:"";z-index:1;background-color:#00000080;position:absolute;inset:0}.mobile-five .content{text-align:center;color:#fff;z-index:2;position:relative}.mobile-five .title{color:#fff;text-shadow:0 2px 8px #000000b3;margin-bottom:20px;font-size:2.5rem;font-weight:700}.mobile-five .text{color:#fff;text-shadow:0 2px 6px #000000b3;margin-bottom:20px;font-size:1.2rem;line-height:1.8}@media (max-width:768px){.mobile-five{padding:60px 0}.mobile-five .title{font-size:1.8rem}.mobile-five .text{font-size:1rem}}.mobile-six{background-color:#263238;padding:100px 0}.mobile-six .mobile-block{color:#fff;background-color:#000;border-radius:15px;margin-bottom:20px;padding:50px 0 50px 30px;overflow:hidden}.mobile-six .mobile-block .small{margin-bottom:50px;font-size:1rem}.mobile-six .mobile-block .title{color:#fff;margin-bottom:40px;font-weight:600;line-height:1.3}.mobile-six .mobile-block .text{color:#fff;margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.6}.mobile-six .mobile-block .text:last-child{margin-bottom:0}.mobile-six .mobile-block .image{text-align:right;display:block;position:relative;bottom:-50px}.mobile-six .mobile-block .image img{max-width:100%;max-height:100%}.mobile-six .mobile-block .download{margin-top:25px;margin-bottom:0;padding:0;list-style:none}.mobile-six .mobile-block .download li{padding:0 5px;display:inline-block}.mobile-six .mobile-block .download li a{height:50px;display:block}.mobile-six .mobile-block .download li a img{border-radius:5px;max-width:100%;max-height:100%}@media only screen and (max-width:720px){.mobile-six{padding:25px 0}.mobile-six .mobile-block{padding:15px}.mobile-six .mobile-block .small,.mobile-six .mobile-block .title{margin-bottom:15px}}.one-section{background-color:#fff;padding:100px 0}.one-section .title{color:#33363d;margin-bottom:30px;font-size:2.5rem;font-weight:700;line-height:1.2}.one-section .head{color:#666;margin-bottom:30px;font-size:1.2rem;font-weight:400;line-height:1.8}.one-section .head p{margin:10px 0}.one-section .more-button{color:#fff;background-color:#ff4d47;border-radius:25px;margin-top:20px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.one-section .more-button:hover{background-color:#ff7470;transform:translateY(-2px);box-shadow:0 5px 15px #ff4d474d}.one-section .image{text-align:center;display:block}.one-section .image img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}@media (max-width:768px){.one-section{padding:60px 0}.one-section .title{margin-bottom:20px;font-size:2rem}.one-section .head{font-size:1.1rem}.one-section .col-md-4{margin-bottom:30px}}.contact-section.contact-section-two{padding:80px 0}.contact-section-two .title{margin-bottom:20px;font-size:2rem;font-weight:600}.contact-section-two .title p{margin:10px 0}.contact-section-two .text{margin-bottom:20px;font-size:1rem;line-height:1.8}.contact-section-two .text p{margin:10px 0}.contact-section-two .text ul{margin:15px 0;padding-left:20px}.contact-section-two .text ul li{margin:8px 0}.contact-section-two .image{margin-top:20px;display:block}.contact-section-two .image img{border-radius:10px;width:100%;height:auto}.contact-section .contact-form{background-color:#fff;border:1px solid #e6eaee;border-radius:10px;padding:30px;box-shadow:0 10px 25px #33363d14}.contact-section .contact-form.form_success{display:none}.contact-section .contact-form.form_success~.form-success-msg{display:table-cell}.contact-section .contact-form .form-field{border:1px solid #e6eaee;border-radius:10px;margin-bottom:20px;position:relative}.contact-section .contact-form .form-field.field-required:after{content:"*";color:#ff4d47;font-size:1.2rem;position:absolute;top:15px;right:15px}.contact-section .contact-form .form-field.form-checkbox{border:none;margin-bottom:20px}.contact-section .contact-form .form-field.form-checkbox label{position:initial;cursor:pointer;align-items:center;height:auto;padding:0;line-height:normal;display:flex}.contact-section .contact-form .form-field.form-checkbox label input{vertical-align:middle;appearance:none;border:2px solid #e6eaee;border-radius:5px;flex-shrink:0;width:30px;height:30px;margin-top:0;margin-right:10px;padding:0;transition:all .2s ease-in;position:relative}.contact-section .contact-form .form-field.form-checkbox label input:focus{outline:none}.contact-section .contact-form .form-field.form-checkbox label input:checked{background-color:#ff4d47;border-color:#ff4d47;transition:all .2s ease-in}.contact-section .contact-form .form-field.form-checkbox label input:checked:after{content:"✓";text-align:center;color:#fff;width:100%;height:100%;font-size:1.1rem;font-weight:700;line-height:26px;position:absolute;top:0;left:0}.contact-section .contact-form .form-field.form-checkbox label span{text-transform:initial;color:#33363d;font-size:1rem}.contact-section .contact-form .form-field.form-checkbox label a{color:#33363d;font-weight:600;text-decoration:underline}.contact-section .contact-form .form-field.form-submit{border:none;border-radius:0;margin:0}.contact-section .contact-form .form-field.form-submit button{color:#fff;cursor:pointer;background-color:#ff4d47;border:1px solid #ff1c14;border-radius:8px;width:100%;height:50px;padding:0 15px;font-size:1.2rem;font-weight:600;transition:all .2s ease-in}.contact-section .contact-form .form-field.form-submit button:hover{background-color:#ff7470}.contact-section .contact-form .form-field.form-submit button:active{background-color:#ff261e}.contact-section .contact-form label{color:#97989d;text-transform:uppercase;z-index:1;background-color:#fff;height:20px;margin:0;padding:0 10px;font-size:.8rem;font-weight:500;line-height:20px;display:inline-block;position:absolute;top:-10px;left:15px}.contact-section .contact-form input,.contact-section .contact-form textarea{color:#33363d;background-color:#0000;border:none;width:100%;height:50px;padding:0 15px;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s ease-in}.contact-section .contact-form input:focus,.contact-section .contact-form textarea:focus{box-shadow:none;color:#ff4d47;border:none;outline:none;transition:all .2s ease-in}.contact-section .contact-form input:focus::placeholder,.contact-section .contact-form textarea:focus::placeholder{color:#0000;transition:all .2s ease-in}.contact-section .contact-form input::placeholder,.contact-section .contact-form textarea::placeholder{color:#d0d6dc;transition:all .2s ease-in}.contact-section .contact-form textarea{resize:vertical;width:100%;height:auto;min-height:100px;padding:10px 15px}.contact-section .form-success-msg{text-align:center;border:1px solid #e6eaee;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:30px;display:flex;box-shadow:0 10px 25px #33363d14}.contact-section .form-success-msg .icon{margin-bottom:20px;display:block}.contact-section .form-success-msg .icon img{width:80px;height:auto}.contact-section .form-success-msg .title{color:#33363d;margin-bottom:15px;font-size:1.8rem;font-weight:600}.contact-section .form-success-msg .text{color:#97989d;font-size:1rem;line-height:1.8}.contact-section.contact-section-three{padding:80px 0}@media only screen and (max-width:992px){.contact-section.contact-section-three .col-md-6{width:100%}}.contact-info .title{color:#33363d;margin-bottom:20px;font-size:1.5rem;font-weight:700}.contact-info .contact-list{margin:0;padding:0;list-style:none}.contact-info .contact-list li{color:#97989d;margin-bottom:20px;font-size:1rem;line-height:1.7;display:block}.contact-info .contact-list li:last-child{margin:0}.contact-info .contact-list li i{vertical-align:top;color:#33363d;width:25px;margin-right:15px;font-size:1.3rem;display:inline-block}.contact-info .contact-list li a{color:#33363d;font-weight:500;text-decoration:none;transition:color .2s}.contact-info .contact-list li a:hover{color:#ff4d47}.contact-info .contact-list li span{vertical-align:top;display:inline-block}.contact-info .contact-list li .info{color:#97989d;margin-left:40px;font-size:.8rem;display:block}.contact-info .contact-list li p{margin:0}@media only screen and (max-width:992px){.contact-info .contact-list{margin-bottom:15px}.contact-info{margin-top:15px}.contact-section.contact-section-three{padding:50px 0}.contact-section.contact-section-two{padding:40px 0}.contact-section .contact-form{padding:20px}.contact-section .contact-form .form-field{margin-bottom:15px}}@media (max-width:768px){.contact-section.contact-section-two{padding:30px 0}.contact-section-two .title{text-align:center;margin-bottom:15px;font-size:1.5rem}.contact-section-two .text{margin-bottom:15px;padding:0 15px;font-size:.95rem}.contact-section-two .image{margin-top:15px}.contact-section .contact-form{margin:0 15px;padding:20px 15px}.contact-section .contact-form .form-field{margin-bottom:15px}.contact-section .contact-form .form-field label{font-size:.85rem}.contact-section .contact-form .form-field input,.contact-section .contact-form .form-field textarea{padding:12px 15px;font-size:.95rem}.contact-section .contact-form .form-field.form-submit button{width:100%;padding:15px;font-size:1rem}}.advantages-one{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 0}.advantages-one .title{text-align:center;max-width:60%;margin:0 auto;font-weight:500}.advantages-one .head{max-width:60%;margin-bottom:50px;font-weight:400;display:inline-block}.advantages-one .img-one{justify-content:space-around;align-items:center;margin:100px 0;display:flex}.advantages-one .img-one .image{vertical-align:middle;display:inline-block}.advantages-one .img-one .image img{max-width:100%;max-height:100%}.advantages-one .img-two{flex-direction:column;justify-content:space-around;align-items:center;display:flex}.advantages-one .img-two .image{vertical-align:middle;width:70%;display:inline-block}.advantages-one .img-two .image img{max-width:100%;max-height:100%}.advantages-one .img-three{flex-direction:column;align-items:center;margin-top:20px;display:flex}.advantages-one .img-three .image{vertical-align:middle;display:inline-block}.advantages-one .img-three .image img{max-width:100%;max-height:100%}.advantages-one .img-three .text{vertical-align:middle;font-weight:400;display:inline-block}.advantages-one .mid-row{text-align:center;margin:50px 0;position:relative}.advantages-one .mid-row .image-arrow{display:none}@media only screen and (max-width:720px){.advantages-one{padding:30px 0}.advantages-one .head{max-width:none;margin-bottom:15px}.advantages-one .title{max-width:none}.advantages-one .img-one{margin:20px 0;display:block}.advantages-one .img-one .image{text-align:center;margin-bottom:15px;display:block}.advantages-one .img-two{display:block}.advantages-one .img-three{margin:0;display:block}}.advantages-two{color:#fff;text-align:center;background-color:#1d2222;padding:50px 0}.advantages-two .title{color:#fff;font-size:3rem}@media only screen and (max-width:720px){.advantages-two{padding:25px 0}.advantages-two .title{font-size:2rem}}.advantages-three{text-align:center;padding:100px 0;overflow:hidden}.advantages-three .advantages-box{background-color:#e6eaee;border-radius:15px;margin:50px 0;padding:50px}.advantages-three .advantages-box .text{font-size:1.2rem;line-height:1.5}.advantages-three .sub-head{margin-bottom:20px;font-weight:600}.advantages-three .sub-text{font-weight:400;line-height:1.8}.advantages-three .sub-text p{margin:10px 0}.advantages-three .pie-chart{text-align:center;margin-top:50px}.advantages-three .pie-chart .head{margin-top:20px;font-weight:600}.advantages-three .pie-chart .pie-box{background:radial-gradient(#67747a 0%,#263238 100%);border-radius:50%;width:300px;height:300px;margin:0 auto 25px;display:inline-block;position:relative}.advantages-three .pie-chart .month-saving,.advantages-three .pie-chart .year-saving{color:#fff;background:linear-gradient(#ff4d47 0,#e00700 100%);border-radius:10px 50px;margin:10px;padding:15px 50px;display:inline-block;box-shadow:0 10px 10px #00000080}.advantages-three .pie-chart .month-saving .label-text,.advantages-three .pie-chart .year-saving .label-text{font-size:.9rem;display:block}.advantages-three .pie-chart .month-saving .value-price,.advantages-three .pie-chart .year-saving .value-price{font-size:1.5rem;font-weight:700;display:block}.advantages-three .pie-chart.one .pie-box .text{z-index:101;white-space:nowrap;color:#33363d;background-color:#fff;border-radius:30px;padding:10px 15px;font-size:.9rem;font-weight:600;line-height:1;display:inline-block;position:absolute;top:20px;right:-30px;box-shadow:0 2px 4px #00000040}.advantages-three .pie-chart.two .pie-box .text{z-index:101;white-space:nowrap;color:#33363d;background-color:#fff;border-radius:30px;padding:10px 15px;font-size:.9rem;font-weight:600;line-height:1;display:inline-block;position:absolute;box-shadow:0 2px 4px #00000040}.advantages-three .pie-chart.two .pie-box .text.one{top:12px;left:180px}.advantages-three .pie-chart.two .pie-box .text.two{top:60px;left:170px}.advantages-three .pie-chart.two .pie-box .text.three{top:108px;left:160px}.advantages-three .pie-chart .pie-box .pie-col{clip:rect(0px,300px,300px,150px);width:300px;height:300px;animation:1s bake-pie;display:inline-block;position:absolute;top:0;left:0;transform:rotate(0)translate(0,0)}.advantages-three .pie-chart .pie-box .pie-col span{clip:rect(0px,300px,300px,150px);background:radial-gradient(#ff1c14 0%,#ff4d47 100%);border-radius:50%;width:300px;height:300px;display:block;position:absolute;top:0;left:0;transform:rotate(-110deg)translate(0,0)}.advantages-three .pie-chart.two .pie-box .pie-col span{background:radial-gradient(#fff 0% 30%,#ff9794 30% 50%,#ff4d47 50% 100%);transform:rotate(-150deg)translate(0,0)}.advantages-three .pieID{vertical-align:top;display:inline-block}.advantages-three .pie{width:400px;height:400px;margin:0 30px 30px 0;position:relative}.advantages-three .pie:before{content:"";z-index:1;background:#fff;border-radius:50%;width:200px;height:200px;display:block;position:absolute;top:100px;left:100px}.advantages-three .pie:after{content:"";background:#0000001a;border-radius:50%;width:120px;height:2px;display:block;position:absolute;bottom:-17px;left:50%;transform:translate(-50%);box-shadow:0 0 3px 4px #0000001a}.advantages-three .slice{clip:rect(0px,400px,400px,200px);width:400px;height:400px;animation:1s bake-pie;position:absolute}.advantages-three .slice span{clip:rect(0px,400px,400px,200px);background-color:#000;border-radius:50%;width:400px;height:400px;display:block;position:absolute;top:0;left:0}.advantages-three .legend{text-align:left;margin:0;padding:15px;font-size:13px;list-style-type:none}.advantages-three .legend li{border-left:30px solid #000;width:100%;margin-bottom:20px;padding-left:20px;display:table}.advantages-three .legend li a{vertical-align:middle;color:#33363d;height:30px;font-style:normal;font-weight:500;line-height:30px;text-decoration:none;display:table-cell}.advantages-three .legend li a:hover{color:#ff4d47;text-decoration:underline}.advantages-three .legend li span{vertical-align:middle;color:#33363d;padding-left:10px;font-weight:600;display:table-cell}.advantages-three .legend li .icon{vertical-align:middle;color:#ff4d47;padding-left:10px;font-size:1.2rem;display:table-cell}@media only screen and (max-width:720px){.advantages-three{padding:25px 0}.advantages-three .advantages-box{margin:20px 0;padding:15px}.advantages-three .pie-chart .pie-box{width:200px;height:200px}.advantages-three .pie{width:300px;height:300px;margin:0 auto 30px}.advantages-three .pie:before{width:150px;height:150px;top:75px;left:75px}.advantages-three .slice,.advantages-three .slice span{clip:rect(0px,300px,300px,150px);width:300px;height:300px}.advantages-three .legend{text-align:center;width:100%;display:block}.advantages-three .pie-chart.two .pie-box .text.one{left:120px}.advantages-three .pie-chart.two .pie-box .text.two{left:110px}.advantages-three .pie-chart.two .pie-box .text.three{left:100px}.advantages-three .pie-chart .pie-box .pie-col,.advantages-three .pie-chart .pie-box .pie-col span{clip:rect(0,200px,200px,100px);width:200px;height:200px}}.advantages-four{padding:25px 0}.advantages-four .advantages-block{color:#fff;border-radius:15px;align-items:center;padding:50px;display:flex;position:relative;overflow:hidden}.advantages-four .advantages-block.one{background-color:#6b8e23}.advantages-four .advantages-block.two{background-color:orange}.advantages-four .advantages-block.three{background-color:tomato}.advantages-four .advantages-block.four{background-color:#dc143c}.advantages-four .advantages-block.five{background-color:purple}.advantages-four .advantages-block .content{z-index:2;padding:20px;position:relative}.advantages-four .advantages-block .content .title{color:#fff;margin-top:0;margin-bottom:30px;font-size:3rem;font-weight:600}.advantages-four .advantages-block .content .text{color:#fff;font-size:1.1rem;font-weight:400;line-height:1.6}.advantages-four .advantages-block .icon{z-index:1;height:100%;font-size:20rem;position:relative}.advantages-four .advantages-block .icon i{opacity:.2;color:#fff;line-height:1;position:absolute;bottom:0;right:0}@media only screen and (max-width:720px){.advantages-four{padding:25px 0}.advantages-four .advantages-block{flex-direction:column;padding:15px}.advantages-four .advantages-block .content .title{margin-bottom:5px;font-size:2rem}.advantages-four .advantages-block .icon{font-size:5rem}.advantages-four .advantages-block .icon i{position:inherit;opacity:1;bottom:auto;right:auto}}.advantages-five{padding:80px 0}.advantages-five .advantages-box{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;padding:80px 40px;position:relative;overflow:hidden}.advantages-five .advantages-box:before{content:"";z-index:1;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.advantages-five .advantages-box .text{z-index:2;color:#fff;text-shadow:0 2px 8px #000000b3;margin-bottom:30px;font-size:2rem;font-weight:600;position:relative}.advantages-five .advantages-box .more-button{z-index:2;color:#263238;background:#fff;border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.advantages-five .advantages-box .more-button:hover{color:#fff;background:#ff4d47;text-decoration:none}@media only screen and (max-width:720px){.advantages-five{padding:30px 0}.advantages-five .advantages-box{padding:40px 20px}.advantages-five .advantages-box .text{font-size:1.5rem}}.vip-four{color:#fff;text-align:center;background-color:#33363d;padding:80px 0}.vip-four .title{color:#fff;margin:20px 0;font-size:2.2rem;font-weight:600}.vip-four .head{color:#fff;margin-bottom:20px;font-size:1.5rem;font-weight:400}.vip-four .text{color:#fff;margin-bottom:20px;font-size:1.2rem;line-height:1.8}.vip-four .button{color:#ff4d47;background-color:#fff;border-radius:25px;height:50px;margin-top:30px;padding:0 30px;font-size:1.2rem;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.vip-four .button:hover{color:#fff;background-color:#ff4d47;text-decoration:none}@media only screen and (max-width:992px){.vip-four{padding:30px 0}.vip-four .title{font-size:1.5rem}}.white-two{text-align:center;padding:80px 0}.white-two .title{margin-bottom:20px;font-weight:400}.white-two .white-box{background-color:#fff;border-radius:15px;margin-top:30px;padding:40px;box-shadow:0 3px 15px #00000026}.white-two .white-box .icon{height:60px;margin-bottom:20px;display:block}.white-two .white-box .icon img{max-width:100%;max-height:100%}.white-two .white-box .head{margin-bottom:15px;font-size:1.2rem;font-weight:700}.white-two .white-box .text{color:#33363d;line-height:1.6}@media only screen and (max-width:720px){.white-two{padding:30px 0}.white-two .white-box{margin-bottom:20px;padding:20px}}.white-seven .nn_col{color:#fff;background-color:#33363d;border-radius:10px;padding:30px}.white-seven .nn_col .title{color:#fff;margin-bottom:20px;font-weight:400}.white-seven .title{color:#fff;margin-bottom:20px;font-weight:600}.white-seven .title:first-of-type{margin-top:0}.white-seven .nn_col .button{color:#ff4d47;background-color:#fff;border-radius:25px;height:50px;padding:0 30px;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.white-seven .nn_col .button:hover{color:#fff;background-color:#ff4d47;text-decoration:none}@media only screen and (max-width:720px){.white-seven{padding:25px 0}.white-seven .title{font-size:1.5rem}}.partner-one{padding:100px 0}.partner-one .title{margin-bottom:30px;font-size:2.5rem;font-weight:600}.partner-one .head{margin-bottom:20px;font-size:1.6rem;font-weight:400;line-height:1.6}.partner-one .text{font-size:1.2rem;font-weight:400;line-height:1.6}.partner-one .image{max-height:450px;display:block}.partner-one .image img{max-width:100%;max-height:100%}@media only screen and (max-width:992px){.partner-one{padding:50px 0}.partner-one .title{font-size:2rem}.partner-one .head{font-size:1.3rem}}.partner-two{text-align:center;padding-bottom:80px}.partner-two .title{color:#33363d;margin-bottom:20px;font-size:2rem;font-weight:600}.partner-two .head{color:#33363d;text-align:left;margin-bottom:35px;font-size:1.2rem;font-weight:400;line-height:1.6}.partner-two .head p{margin-bottom:20px}.partner-two .head h3{color:#33363d;margin:20px 0;font-size:1.3rem;font-weight:700}.partner-two .head ol{margin:20px 0;padding-left:30px}.partner-two .head ol li{margin-bottom:10px;line-height:1.6}.partner-two .partner-box{background-color:#fff;border-radius:15px;padding:40px;box-shadow:0 3px 15px #00000026}.partner-two .partner-box .icon{height:60px;margin-bottom:20px;display:block}.partner-two .partner-box .icon img{max-width:100%;max-height:100%}.partner-two .partner-box .text{color:#33363d;line-height:1.6}.partner-two .partner-box .text p{margin:5px 0}@media only screen and (max-width:992px){.partner-two{padding:30px 0}.partner-two .partner-box{padding:20px}}.partner-four{padding:80px 0}.partner-four .title{margin-bottom:20px;font-size:2.3rem;font-weight:700;line-height:1.4}.partner-four .text{margin-bottom:20px;font-size:1.1rem;line-height:1.6}.partner-four .button-col{margin-top:40px}.partner-four .button-col a{color:#fff;border-radius:25px;height:50px;margin-right:10px;padding:0 30px;font-size:1.2rem;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.partner-four .button-col a.button-one{background-color:#ff4d47}.partner-four .button-col a.button-one:hover{background-color:#e00700;text-decoration:none}.partner-four .button-col a.button-two{background-color:#1d2222}.partner-four .button-col a.button-two:hover{background-color:#000;text-decoration:none}@media only screen and (max-width:992px){.partner-four{padding:30px 0}.partner-four .title{font-size:1.8rem}}.partner-five{text-align:center;margin:80px 0;padding:0}.partner-five .nn_container{color:#fff;background-color:#ff4d47;border-radius:20px;padding:40px}.partner-five .head{margin-bottom:20px;font-size:1.5rem;font-weight:400;line-height:1.6}.partner-five .text{font-size:1.2rem;font-style:italic;font-weight:600}@media only screen and (max-width:992px){.partner-five{margin:30px 0}.partner-five .nn_container{padding:25px}.partner-five .head{font-size:1.2rem}}.partner-six{background-color:#f3f4f8;padding:100px 0}.partner-six .title{margin-bottom:20px;font-size:3rem;font-weight:700}.partner-six .head{margin-bottom:20px;font-size:1.3rem;font-weight:400;line-height:1.6}.partner-six .text{margin-bottom:20px;font-size:1.1rem;line-height:1.6}.partner-six .form-col{background-color:#fff;border-radius:15px;padding:40px;box-shadow:0 4px 15px #0000001a}.partner-six .form-col .form-field.head{margin-bottom:30px;font-size:1.8rem;font-weight:600}.partner-six .form-col .form-field{margin-bottom:20px}.partner-six .form-col .form-field label{color:#33363d;margin-bottom:5px;font-weight:500;display:block}.partner-six .form-col .form-field input[type=text],.partner-six .form-col .form-field input[type=email],.partner-six .form-col .form-field input[type=tel],.partner-six .form-col .form-field textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:5px;width:100%;padding:10px 15px;font-size:1rem}.partner-six .form-col .form-field textarea{resize:vertical;min-height:100px}.partner-six .form-col .form-field.form-checkbox label{align-items:center;font-weight:400;display:flex}.partner-six .form-col .form-field.form-checkbox input[type=checkbox]{margin-right:10px}.partner-six .form-col .form-field.form-checkbox span a{color:#ff4d47;text-decoration:none}.partner-six .form-col .form-field.form-checkbox span a:hover{text-decoration:underline}.partner-six .form-col .form-field.form-submit{text-align:right;margin:0}.partner-six .form-col .form-field.form-submit button{color:#fff;cursor:pointer;background-color:#ff4d47;border:none;border-radius:25px;height:50px;padding:0 50px;font-size:1.2rem;font-weight:600;transition:all .3s}.partner-six .form-col .form-field.form-submit button:hover{background-color:#e00700}.partner-six .form-col .form-field.form-submit button:disabled{opacity:.6;cursor:not-allowed}.partner-six .form-success-msg{text-align:center;padding:40px 20px;display:block}.partner-six .form-success-msg .icon{width:125px;height:125px;margin-bottom:25px;line-height:125px;display:inline-block}.partner-six .form-success-msg .icon img{max-width:100%;max-height:100%}.partner-six .form-success-msg .title{margin-bottom:15px;font-size:2rem;font-weight:600}.partner-six .form-success-msg .text{font-size:1.1rem;line-height:1.6}@media only screen and (max-width:992px){.partner-six{padding:50px 0}.partner-six .title{font-size:2rem}.partner-six .head{font-size:1.1rem}.partner-six .form-col{padding:25px}}.divider{padding:0}.divider .hr{border:0;border-top:1px solid #e6eaee;margin:0}.vip-four[style*="background-color: rgb(254, 241, 239)"]{color:#33363d;background-color:#fef1ef!important}.vip-four[style*="background-color: rgb(254, 241, 239)"] .title{color:#fc5550}.vip-four[style*="background-color: rgb(254, 241, 239)"] h2,.vip-four[style*="background-color: rgb(254, 241, 239)"] .text{color:#263238}.ordering-four{padding:80px 0}.ordering-four .title{color:#ff4d47;text-align:center;font-weight:700}.ordering-four .sub-head{text-align:center;margin-bottom:30px;font-weight:400}.ordering-four .head{font-weight:600}.ordering-four .text{margin-bottom:30px}.ordering-four .icon{width:75px;height:75px;margin-bottom:15px;display:inline-block}.ordering-four .icon img{max-width:100%;max-height:100%}.ordering-four .arrow{border-left:1px solid #ff4d47;border-radius:50%;width:100px;height:100px;display:inline-block;position:relative;transform:rotate(-7deg)}.ordering-four .arrow:before{content:"→";color:#ff4d47;text-align:center;width:31px;height:20px;font-family:Arial,sans-serif;font-size:2rem;line-height:20px;position:absolute;bottom:-10px;left:30px;transform:rotate(-78deg)}.ordering-four .arrow.up{transform:rotate(-128deg)}.ordering-four .arrow.down{border-left:none;border-right:1px solid #ff4d47;transform:rotate(-48deg)}@media only screen and (max-width:992px){.ordering-four{padding:30px 0}.ordering-four .arrow{display:none}}.ordering-six .head{margin-bottom:30px;font-size:1.5rem;font-weight:700;line-height:1.6}.ordering-six .text{font-size:1.1rem;line-height:1.6}.ordering-six .image{margin-top:30px;display:block}.ordering-six .image img{max-width:100%;max-height:100%}.ordering-six .list{margin-bottom:30px;padding:0;list-style:none}.ordering-six .list li{margin-bottom:15px;padding-left:25px;font-size:1.1rem;position:relative}.ordering-six .list li:before{content:"•";color:#ff4d47;font-size:1.5rem;line-height:1;position:absolute;left:0}.ordering-six .more-button{color:#ff4d47;font-size:1.2rem;font-weight:700;text-decoration:none}.ordering-six .more-button:hover{color:#ff7470;text-decoration:none}@media only screen and (max-width:992px){.ordering-six{padding:30px 0}.ordering-six .title{font-size:1.5rem}.ordering-six .head{font-size:1.2rem}.ordering-six .text{font-size:.9rem}}.about-one{padding:250px 0 50px;position:relative;overflow:hidden}.about-one .mb-3{margin-bottom:30px}.about-one .about-one-title{color:#33363d;margin-bottom:20px;font-size:48px;font-weight:700;display:block}.about-one .about-one-title p{margin:0}.about-one .about-one-text{color:#33363d;margin-bottom:15px;font-size:17px;font-weight:400;line-height:1.6;display:block}.about-one .about-one-text p{margin:0}.about-one .about-one-text a{color:#ff4d47;text-decoration:none}.about-one .about-one-text a:hover{color:#ff7470;text-decoration:underline}@media only screen and (max-width:992px){.about-one{padding:50px 0}.about-one .mb-3{margin-bottom:0!important}.about-one .about-one-title{font-size:1.5rem}.about-one .about-one-text{font-size:.8rem;line-height:1.9}}.about-two{background-color:#f8f8f8;padding:80px 0 50px;position:relative;overflow:hidden}.about-two .about-two-title{color:#33363d;margin:0 0 20px;font-size:48px;font-weight:800;display:block}.about-two .about-two-title p{margin:0}.about-two .about-two-text{color:#33363d;max-width:80%;margin-bottom:15px;font-size:18px;font-weight:400;line-height:1.6;display:block}.about-two .about-two-text p{margin:0}.about-two .about-two-list{margin:0;padding:0;list-style:none;display:block}.about-two .about-two-list li{margin-bottom:10px;padding-left:25px;font-size:18px;font-weight:500;line-height:1.5;display:block;position:relative}.about-two .about-two-list li:before{content:"✓";color:#ff4d47;font-size:16px;font-weight:700;position:absolute;left:0}.about-two .about-two-img{width:100%;height:600px;display:block;overflow:hidden}.about-two .about-two-img img{object-fit:contain;width:100%;height:100%}@media only screen and (max-width:992px){.about-two{padding:25px 0}.about-two .about-two-title{font-size:1.5rem}.about-two .about-two-text{max-width:100%;font-size:.8rem;line-height:1.9}.about-two .about-two-list li{font-size:.9rem}.about-two .about-two-img{height:300px;margin-top:20px}}.support-one.support-edit{background-color:#f3f4f8;padding:100px 0}.support-one.support-edit .text p{margin:0}.support-one .row:first-of-type{padding-bottom:50px}.support-one .section-head{margin-bottom:30px;font-size:2rem;font-weight:600}.support-one .section-col{text-align:left;padding:20px}.support-one .section-col .icon{height:125px;margin-bottom:15px;display:block}.support-one .section-col .icon img{max-width:100%;max-height:100%}.support-one .section-col .title{margin-bottom:15px;font-weight:500}.support-one .section-col .text{color:#97989d;line-height:1.5}.support-one .section-col .text a{color:#ff4d47;text-decoration:none}.support-one .section-col .text a:hover{color:#ff7470;text-decoration:underline}@media only screen and (max-width:992px){.support-one.support-edit{padding:25px 0}.support-one .section-col .icon{height:80px}.support-one .section-col{margin-bottom:20px}}.faq{background-color:#fff;padding:100px 0}.faq .title{color:#33363d;margin-bottom:50px;font-size:3.5rem;font-weight:700}.faq .title p{margin:0}.faq .faq-wrapper{margin-bottom:50px}.faq .list-title{color:#ff4d47;text-align:left;margin-bottom:30px;font-size:2rem;font-weight:700}.faq .list-title p{margin:0}.faq .faq-list{margin-bottom:40px}.faq .faq-col{background-color:#f8f8f8;border-radius:10px;margin-bottom:20px;transition:all .3s;overflow:hidden}.faq .faq-col:hover{box-shadow:0 5px 15px #0000001a}.faq .faq-col .check{display:none}.faq .faq-col .head{cursor:pointer;color:#33363d;margin:0;padding:20px 25px;font-size:1.3rem;font-weight:600;transition:all .3s;position:relative}.faq .faq-col .head:after{content:"+";color:#ff4d47;font-size:2rem;font-weight:300;transition:transform .3s;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.faq .faq-col .head p{margin:0;padding-right:40px}.faq .faq-col .content{color:#33363d;max-height:0;padding:0 25px;font-size:1rem;line-height:1.8;transition:max-height .3s,padding .3s;overflow:hidden}.faq .faq-col .content p{margin:10px 0}.faq .faq-col .content a{color:#ff4d47;text-decoration:none}.faq .faq-col .content a:hover{text-decoration:underline}.faq .faq-col .check:checked~.head{color:#ff4d47}.faq .faq-col .check:checked~.head:after{content:"−";transform:translateY(-50%)rotate(0)}.faq .faq-col .check:checked~.content{max-height:1000px;padding:0 25px 20px}@media only screen and (max-width:992px){.faq{padding:50px 0}.faq .title{font-size:2.5rem}.faq .list-title{font-size:1.5rem}.faq .faq-col .head{padding:15px 20px;font-size:1.1rem}.faq .faq-col .content{padding:0 20px;font-size:.95rem}.faq .faq-col .check:checked~.content{padding:0 20px 15px}}.price-section{background-color:#fff;padding:100px 0}.price-section.our-price{padding-bottom:80px}.price-section .head{color:#33363d;margin-bottom:15px;font-size:2.5rem;font-weight:600}.price-section .head p{margin:10px 0}.price-section .head em{color:#ff4d47;font-style:italic}.price-section .text{color:#33363d;margin-bottom:30px;font-size:1.1rem;font-weight:400;line-height:1.6}.price-section .text p{margin:10px 0}.price-section .text strong{color:#000;font-weight:600}.price-addons{flex-wrap:wrap;justify-content:center;width:100%;margin:30px -10px 0;display:flex}.price-addons .addons-col{vertical-align:top;flex:0 0 calc(33.333% - 20px);width:calc(33.333% - 20px);padding:10px;font-size:1rem;display:inline-block}.price-addons .addons-col .addons-box{text-align:center;background-color:#fff;border:1px solid #e6eaee;border-radius:15px;height:100%;padding:30px 25px;box-shadow:0 5px 15px #33363d14}.price-addons .addons-col .addons-box.addons-box-gray{background-color:#f8f8f8}.price-addons .addons-col .addons-box.addons-box-red{background-color:#fff0f0}.price-addons .addons-col .addons-row{margin-bottom:20px}.price-addons .addons-col .addons-row:last-child{margin-bottom:0}.price-addons .addons-col .icon{width:60px;height:60px;margin:0 auto 20px;display:block;overflow:hidden}.price-addons .addons-col .icon img{object-fit:contain;width:100%;height:100%}.price-addons .addons-col .title{color:#33363d;margin-top:0;margin-bottom:15px;font-size:1.5rem;font-weight:700}.price-addons .addons-col .title p{margin:5px 0}.price-addons .addons-col .text{color:#33363d;text-align:left;margin-bottom:20px;font-size:.95rem;line-height:1.6}.price-addons .addons-col .text p{margin:8px 0}.price-addons .addons-col .list{text-align:left;margin:20px 0;padding:0;list-style:none}.price-addons .addons-col .list li{color:#33363d;padding:8px 0 8px 20px;font-size:.9rem;line-height:1.5;position:relative}.price-addons .addons-col .list li:before{content:"✓";color:#ff4d47;font-weight:700;position:absolute;left:0}.price-addons .addons-col .list li em{color:#97989d;font-style:italic}.price-addons .addons-col .addons-price{text-align:center;background-color:#394851;border-radius:10px;margin-top:25px;padding:15px 20px}.price-addons .addons-col .addons-price .info{color:#fff;margin:0;font-size:1rem}.price-addons .addons-col .addons-price .info p{margin:0}.price-addons .addons-col .addons-price .info a{color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}.price-addons .addons-col .addons-price .info a:hover{color:#ff4d47;text-decoration:none}@media only screen and (max-width:992px){.price-section{padding:50px 0}.price-section .head{font-size:1.8rem}.price-addons{margin:20px 0 0;display:block}.price-addons .addons-col{flex:0 0 100%;width:100%;padding:0 0 20px}.price-addons .addons-col .addons-box{padding:25px 20px}}@media only screen and (max-width:768px){.price-section{padding:40px 0}.price-section .head{font-size:1.5rem}.price-section .text{font-size:1rem}.price-addons .addons-col .title{font-size:1.3rem}.price-addons .addons-col .text{font-size:.9rem}}.price-three{background-color:#fff;padding:100px 0}.price-three .text{color:#33363d;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.price-three .text p{margin:10px 0}.price-three .title{color:#33363d;margin-bottom:30px;font-size:2rem;font-weight:600}.price-three .title p{margin:10px 0}.price-three .more-button{color:#fff;background:#263238;border-radius:30px;height:50px;margin-top:20px;padding:0 30px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.price-three .more-button:hover{color:#fff;background:#ff4d47;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.price-three .pie-chart{text-align:center;margin-top:50px;margin-bottom:30px}.price-three .pie-chart .head{margin-bottom:15px;font-weight:600}.price-three .pie-chart .pie-box{background:radial-gradient(#67747a 0%,#263238 100%);border-radius:50%;width:300px;height:300px;margin:0 auto 25px;display:inline-block;position:relative}.price-three .pie-chart .pie-box .text{z-index:101;white-space:nowrap;color:#33363d;background-color:#fff;border-radius:30px;padding:10px 15px;font-size:.9rem;font-weight:600;line-height:1;display:inline-block;position:absolute;box-shadow:0 2px 4px #00000040}.price-three .pie-chart.pie-chart-one .pie-box .text{top:20px;right:-30px}.price-three .pie-chart.pie-chart-two .pie-box .text.text-one{top:12px;left:180px}.price-three .pie-chart.pie-chart-two .pie-box .text.text-two{top:60px;left:170px}.price-three .pie-chart.pie-chart-two .pie-box .text.text-three{top:108px;left:160px}.price-three .pie-chart .pie-box .pie-col{clip:rect(0px,300px,300px,150px);width:300px;height:300px;animation:1s bake-pie;display:inline-block;position:absolute;top:0;left:0;transform:rotate(0)translate(0,0)}.price-three .pie-chart .pie-box .pie-col span{clip:rect(0px,300px,300px,150px);background:radial-gradient(#ff1c14 0%,#ff4d47 100%);border-radius:50%;width:300px;height:300px;display:block;position:absolute;top:0;left:0;transform:rotate(-110deg)translate(0,0)}.price-three .pie-chart.pie-chart-two .pie-box .pie-col span{background:radial-gradient(#fff 0% 30%,#ff9794 30% 50%,#ff4d47 50% 100%);transform:rotate(-150deg)translate(0,0)}.price-three .pie-chart .head{color:#33363d;margin-bottom:15px;font-size:1.1rem;font-weight:600}.price-three .pie-chart .head p{margin:5px 0}.price-three .pie-chart .month-saving{color:#fff;background:linear-gradient(#ff4d47 0,#e00700 100%);border-radius:10px 50px;margin:10px;padding:15px 50px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 10px 10px #00000080}.price-three .pie-chart .month-saving:before{content:"";opacity:.3;z-index:0;background-color:#ad0600;width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:skewY(34deg)}.price-three .pie-chart .month-saving .label-text{z-index:1;font-size:1.1rem;display:block;position:relative}.price-three .pie-chart .month-saving .value-price{z-index:1;font-size:2.5rem;font-weight:600;line-height:1;display:block;position:relative}.price-three .pie-chart .year-saving{color:#fff;background:linear-gradient(#67737a 0,#3a464c 100%);border-radius:10px 50px;margin:10px;padding:15px 50px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 10px 10px #00000080}.price-three .pie-chart .year-saving:before{content:"";opacity:.3;z-index:0;background-color:#0e1619;width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:skewY(34deg)}.price-three .pie-chart .year-saving .label-text{z-index:1;font-size:1.1rem;display:block;position:relative}.price-three .pie-chart .year-saving .value-price{z-index:1;font-size:2.5rem;font-weight:600;line-height:1;display:block;position:relative}@media only screen and (max-width:992px){.price-three{padding:50px 0}.price-three .pie-chart{margin-bottom:40px}}@media only screen and (max-width:720px){.price-three{padding:25px 0}.price-three .text{margin-bottom:20px;font-size:1rem}.price-three .title{margin-bottom:20px;font-size:1.5rem}.price-three .pie-chart{text-align:left;margin-bottom:25px}.price-three .pie-chart .pie-box{width:200px;height:200px}.price-three .pie-chart .pie-box .pie-col,.price-three .pie-chart .pie-box .pie-col span{clip:rect(0,200px,200px,100px);width:200px;height:200px}.price-three .pie-chart.pie-chart-two .pie-box .text.text-one{left:120px}.price-three .pie-chart.pie-chart-two .pie-box .text.text-two{left:110px}.price-three .pie-chart.pie-chart-two .pie-box .text.text-three{left:100px}.price-three .pie-chart .head{font-size:1rem}.price-three .pie-chart .month-saving,.price-three .pie-chart .year-saving{padding:12px 30px;font-size:.9rem}.price-three .pie-chart .month-saving .value-price,.price-three .pie-chart .year-saving .value-price{font-size:2rem}}.price-five{text-align:center;padding:100px 0}.price-five.price-five-black{color:#fff;background-color:#000}.price-five.price-five-bg{color:#fff;background-image:url(https://static.sitenano.com/files/618d044634c636305425c578/custom-solutions-bg.jpg);background-position:50%;background-size:cover;position:relative}.price-five.price-five-bg:before{content:"";z-index:1;background-color:#0009;position:absolute;inset:0}.price-five.price-five-bg .container{z-index:2;position:relative}.price-five .title{color:inherit;margin-bottom:30px;font-size:2.5rem;font-weight:600}.price-five.price-five-black .title,.price-five.price-five-bg .title{color:#fff}.price-five .title p{margin:10px 0}.price-five .text{color:inherit;margin-bottom:30px;font-size:1.2rem;line-height:1.8}.price-five.price-five-black .text,.price-five.price-five-bg .text{color:#fff}.price-five .text p{margin:10px 0}.price-five .text a{color:#ff4d47;text-decoration:underline}.price-five .text a:hover{color:#ff7470}.price-five .more-button{color:#fff;background:#ff4d47;border-radius:30px;height:50px;margin:10px;padding:0 30px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.price-five .more-button:hover{color:#fff;background:#ff7470;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #ff4d474d}@media only screen and (max-width:992px){.price-five{padding:50px 0}.price-five .title{font-size:2rem}.price-five .text{font-size:1.1rem}}@media only screen and (max-width:768px){.price-five{padding:40px 0}.price-five .title{font-size:1.6rem}.price-five .text{font-size:1rem;line-height:1.6}.price-five .more-button{width:100%;max-width:300px;margin:10px auto;display:block}}.price-one{background-color:#fff;padding:100px 0}.price-one .title{text-align:center;color:#33363d;margin-bottom:20px;font-size:3rem;font-weight:600}.price-one .title p{margin:10px 0}.price-one .text{text-align:center;color:#97989d;margin-bottom:50px;font-size:1.3rem}.price-one .text p{margin:10px 0}.price-one .price-block{background-color:#fff;border-radius:15px;height:100%;padding:30px;position:relative;box-shadow:0 5px 15px #33363d14}.price-one .price-block:before{content:"";z-index:-1;background-color:#f2f2f2;border-radius:15px;width:100%;height:70%;position:absolute;bottom:0;left:0}.price-one .price-block.price-block-two:before{background-color:#e6e6e6}.price-one .price-block .image{text-align:center;height:350px;margin-bottom:30px;display:block}.price-one .price-block .image img{max-width:100%;max-height:100%}.price-one .price-block .image-row{align-items:flex-end;height:350px;margin-bottom:25px;display:flex}.price-one .price-block .image-row .image{height:auto;margin:0}.price-one .price-block .image-row .download{flex-direction:column;gap:10px;margin-right:15px;display:flex}.price-one .price-block .image-row .download a{height:40px;display:block}.price-one .price-block .image-row .download a img{border-radius:5px;max-height:100%}.price-one .price-block .price-row{text-align:left;justify-content:space-between;align-items:center;width:100%;display:flex}.price-one .price-block .price-row .content{flex:1}.price-one .price-block .price-row .content .head{color:#33363d;margin-bottom:15px;font-size:1.8rem;font-weight:600}.price-one .price-block .price-row .content .head p{margin:5px 0}.price-one .price-block .price-row .content .text{text-align:left;color:#33363d;margin-bottom:0;font-size:1rem}.price-one .price-block .price-row .content .text p{margin:8px 0}.price-one .price-block .price-row .ask-quote{margin-left:20px}.price-one .price-block .price-row .ask-quote .ask-link{color:#fff;background-color:#394851;border-radius:25px;padding:12px 25px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.price-one .price-block .price-row .ask-quote .ask-link:hover{color:#fff;background-color:#ff4d47;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media only screen and (max-width:992px){.price-one{padding:50px 0}.price-one .title{font-size:2.2rem}.price-one .text{margin-bottom:30px;font-size:1.1rem}.price-one .price-block{margin-bottom:30px}}@media only screen and (max-width:768px){.price-one{padding:40px 0}.price-one .title{font-size:1.8rem}.price-one .price-block{padding:20px}.price-one .price-block .image{height:250px;margin-bottom:20px}.price-one .price-block .image-row{flex-direction:column;align-items:center;height:auto}.price-one .price-block .image-row .download{flex-direction:row;margin-bottom:15px;margin-right:0}.price-one .price-block .price-row{flex-direction:column;align-items:flex-start}.price-one .price-block .price-row .ask-quote{width:100%;margin-top:20px;margin-left:0}.price-one .price-block .price-row .ask-quote .ask-link{text-align:center;width:100%}}.price-two{color:#fff;background:linear-gradient(45deg,#010101 0 50%,#1b1b1b 50% 100%);padding:100px 0}.price-two .image{text-align:center;display:block}.price-two .image img{max-width:100%;max-height:100%}.price-two .title{background:linear-gradient(90deg,#fac600,#fee45a,#fed402);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:30px;font-size:3rem;font-weight:700}.price-two .title p{margin:10px 0}.price-two .text{color:#fff;margin-bottom:30px;font-size:1.2rem;line-height:1.8}.price-two .text p{margin:10px 0}.price-two .ask-quote{margin-top:30px}.price-two .ask-quote .ask-link{color:#000;background:linear-gradient(90deg,#fac600,#fee45a,#fed402);border-radius:30px;padding:15px 30px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #fac6004d}.price-two .ask-quote .ask-link:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 16px #fac60066}@media only screen and (max-width:992px){.price-two{padding:50px 0}.price-two .title{font-size:2.2rem}.price-two .text{font-size:1.1rem}}@media only screen and (max-width:768px){.price-two{padding:40px 0}.price-two .image{margin-bottom:30px}.price-two .title{font-size:1.8rem}.price-two .text{font-size:1rem}.price-two .ask-quote .ask-link{text-align:center;width:100%}}.mobile-seven.setup-section{background-color:#eceeef;padding:100px 0}.mobile-seven.setup-section .mobile-block{color:#fff;background:linear-gradient(#ff9794 0,#ff4d47 100%);border-radius:15px;margin-bottom:20px;padding:50px 30px 50px 0;overflow:hidden}.mobile-seven.setup-section .mobile-block .small{color:#fff;margin-bottom:50px;padding-left:30px;font-size:1rem}.mobile-seven.setup-section .mobile-block .title{color:#fff;margin-bottom:25px;font-size:2rem;font-weight:600;line-height:1.3}.mobile-seven.setup-section .mobile-block .title p{margin:10px 0}.mobile-seven.setup-section .mobile-block .text{color:#fff;margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.6}.mobile-seven.setup-section .mobile-block .text:last-child{margin-bottom:0}.mobile-seven.setup-section .mobile-block .text p{margin:10px 0}.mobile-seven.setup-section .mobile-block .image{display:block}.mobile-seven.setup-section .mobile-block .image img{max-width:100%;max-height:100%}.mobile-seven.setup-section .mobile-block .mobile-list{counter-reset:mobile-counter;grid-template-columns:33.333% 33.333% 33.333%;margin:0 -10px 20px;padding:15px 0 0;display:grid}.mobile-seven.setup-section .mobile-block .mobile-list li{vertical-align:top;counter-increment:mobile-counter;padding:10px;display:block;position:relative}.mobile-seven.setup-section .mobile-block .mobile-list li:before{content:counter(mobile-counter);color:#ff4d47;text-align:center;z-index:10;background:#fff;border:2px solid #ff4d47;border-radius:50%;width:50px;height:50px;font-size:1.5rem;font-weight:700;line-height:45px;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.mobile-seven.setup-section .mobile-block .mobile-list li .content{color:#33363d;text-align:center;background-color:#fff;border-radius:15px;height:100%;padding:35px 10px 15px}.mobile-seven.setup-section .mobile-block .mobile-list li .content .head{color:#33363d;margin-bottom:15px;font-size:1rem;font-weight:600}.mobile-seven.setup-section .mobile-block .mobile-list li .content .text{color:#33363d;margin-bottom:0;font-size:.85rem;line-height:1.4}.mobile-seven.setup-section .mobile-block .more-button{color:#263238;background:#fff;border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.mobile-seven.setup-section .mobile-block .more-button:hover{color:#fff;background:#ff4d47;text-decoration:none}.mobile-seven.setup-section .mobile-block .whatsapp-button{color:#fff;background-color:#4fce5d}.mobile-seven.setup-section .mobile-block .whatsapp-button:hover{color:#fff;background-color:#45b852}@media only screen and (max-width:720px){.mobile-seven.setup-section{padding:25px 0}.mobile-seven.setup-section .mobile-block{padding:15px}.mobile-seven.setup-section .mobile-block .small,.mobile-seven.setup-section .mobile-block .title{margin-bottom:15px;padding-left:0}.mobile-seven.setup-section .mobile-block .mobile-list{margin:0;padding-top:0;display:block}.mobile-seven.setup-section .mobile-block .mobile-list li{padding:10px 0}.mobile-seven.setup-section .mobile-block .mobile-list li:before{left:20px;transform:translate(0)}.mobile-seven.setup-section .mobile-block .mobile-list li .content{text-align:left;padding:35px 15px 15px 60px}.mobile-seven.setup-section .mobile-block .row{flex-direction:column}.mobile-seven.setup-section .mobile-block .col-md-6{width:100%;margin-bottom:30px}.mobile-seven.setup-section .mobile-block .image{text-align:center}.mobile-seven.setup-section .mobile-block .more-button{text-align:center;width:100%;max-width:300px;margin:10px auto;display:block}}.article section.theme-section{padding-bottom:100px}.article section.theme-section~.feature-two{padding-top:0}.theme-section .head{color:#33363d;margin-bottom:15px;font-size:2rem;font-weight:700}.theme-section .head p{margin:0}.theme-section .text{color:#97989d;margin-bottom:15px;font-size:1rem;font-weight:400;line-height:1.6}.theme-section .text p{margin:0}.theme-section .text:last-child{margin-bottom:0}.theme-section .image{transition:transform .3s;display:block}.theme-section .image:hover{transform:scale(1.02)}.theme-section .image img{border-radius:10px;max-width:100%;max-height:100%;box-shadow:0 4px 12px #0000001a}.theme-section .count{color:#fff;z-index:1;background-color:#c8d1d9;border-radius:30px;height:30px;margin-bottom:15px;padding:0 25px;font-size:1.1rem;font-weight:500;line-height:30px;display:inline-block}.theme-section .count p{margin:0}.theme-section .view-button{vertical-align:middle;color:#fff;background-color:#ff4d47;border:none;border-radius:25px;height:50px;margin-top:25px;padding:0 50px;font-size:1.2rem;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 5px 25px #ff4d4780}.theme-section .view-button:hover{color:#fff;background-color:#ff7470;text-decoration:none;transform:translateY(-2px);box-shadow:0 7px 30px #ff4d4799}.theme-section .view-button:active{background-color:#ff261e}.theme-section .qrcode{vertical-align:middle;width:100px;height:100px;margin-right:0;display:inline-block}.theme-section .qrcode img{border-radius:10px;max-width:100%;max-height:100%}.theme-section .col-md-9 .qrcode{vertical-align:top;margin-right:0;display:inline-block}.theme-section .col-md-9 .content{vertical-align:top;width:calc(100% - 125px);padding-left:25px;display:inline-block}.theme-section .content{width:100%;display:block}@media only screen and (max-width:992px){.article section.theme-section{padding-bottom:50px}.theme-section .image{text-align:center;margin-bottom:20px}.theme-section .view-button{text-align:center;width:100%;margin-top:20px;padding:0 30px}.theme-section .qrcode{width:80px;height:80px;margin:0 auto 20px;display:block}.theme-section .content{text-align:center;width:100%;padding-left:0;display:block}.theme-section .head{font-size:1.5rem}}@media only screen and (max-width:768px){.article section.theme-section{padding-bottom:40px}.theme-section .head{font-size:1.3rem}.theme-section .text{font-size:.9rem}.theme-section .view-button{height:45px;padding:0 20px;font-size:1rem;line-height:45px}.theme-section .qrcode{width:70px;height:70px}.theme-section .count{height:28px;padding:0 20px;font-size:1rem;line-height:28px}}.section-tab{padding:80px 0}.section-tab .head{text-align:center;color:#33363d;margin-bottom:40px;font-size:1.2rem;font-weight:400}.section-tab .head p{margin:0}.section-tab .title{text-align:center;color:#ff4d47;margin-bottom:10px;font-size:2.2rem;font-weight:700}.section-tab .title p{margin:0}.section-tab .tab-nav{margin:0;padding:0;list-style:none}.section-tab .tab-nav li{margin-bottom:15px;display:block}.section-tab .tab-nav li.active a{background-color:#fff;border-color:#ea473b;box-shadow:0 1px 10px #ea473b33}.section-tab .tab-nav li.active a:hover{box-shadow:0 2px 15px #ea473b66}.section-tab .tab-nav li a{text-align:center;color:#33363d;background-color:#fff;border:1px solid #e6eaee;border-radius:15px;height:100px;padding:0 25px;font-size:1.2rem;font-weight:500;line-height:100px;text-decoration:none;transition:all .3s;display:block;box-shadow:0 1px 10px #00000014}.section-tab .tab-nav li a:hover{color:#33363d;text-decoration:none;box-shadow:0 2px 15px #00000026}.section-tab .tab-content{padding:0}.section-tab .tab-content .tab-pane{color:#33363d;text-align:left;background-color:#fff;border:1px solid #ea473b;border-radius:25px;padding:50px;display:none;box-shadow:0 1px 10px #ea473b33}.section-tab .tab-content .tab-pane.active{display:block}.section-tab .tab-content .tab-pane.fade{opacity:0;transition:opacity .3s ease-in-out}.section-tab .tab-content .tab-pane.fade.active,.section-tab .tab-content .tab-pane.fade.active.in{opacity:1}.section-tab .content-col{padding:0}.section-tab .content-col .title{text-align:left;color:#33363d;margin-bottom:20px;font-size:1.7rem;font-weight:600}.section-tab .content-col .title p{margin:0}.section-tab .content-col .image{height:250px;margin-bottom:25px;padding:0;display:block;overflow:hidden}.section-tab .content-col .image img{object-fit:cover;border-radius:8px;max-width:100%;max-height:100%}.section-tab .content-col .text{color:#97989d;margin-bottom:10px;font-size:1.1rem;line-height:1.6}.section-tab .content-col .text p{margin:0 0 10px}.section-tab .content-col .text p:last-child{margin-bottom:0}.section-tab .content-col .sub-head{color:#33363d;margin-bottom:10px;font-size:1.2rem;font-weight:600;display:block}.section-tab .content-col .sub-head p{margin:0}.section-tab .content-col .button-row{margin-top:30px}.section-tab .content-col .button-row .button{color:#fff;background-color:#1d2222;border:none;border-radius:25px;min-width:150px;height:50px;padding:0 25px;font-size:1.2rem;font-weight:600;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.section-tab .content-col .button-row .button:hover{opacity:.9;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media only screen and (max-width:992px){.section-tab{padding:50px 0}.section-tab .tab-nav li a{height:auto;padding:15px 20px;font-size:1rem;line-height:normal}.section-tab .tab-content .tab-pane{border-radius:15px;padding:30px 20px}.section-tab .content-col .title{font-size:1.5rem}.section-tab .content-col .text{font-size:1rem}.section-tab .content-col .image{height:200px}.section-tab .content-col .button-row .button{text-align:center;width:100%}}@media only screen and (max-width:768px){.section-tab{padding:40px 0}.section-tab .title{font-size:1.8rem}.section-tab .head{margin-bottom:30px;font-size:1rem}.section-tab .tab-nav li{margin-bottom:10px}.section-tab .tab-nav li a{padding:15px 20px;font-size:.9rem}.section-tab .tab-content .tab-pane{padding:20px 15px}.section-tab .content-col .title{font-size:1.3rem}.section-tab .content-col .image{height:180px}.section-tab .content-col .button-row .button{height:45px;font-size:1rem;line-height:45px}}.feature-master{align-items:flex-start;gap:3rem;padding:60px 0;display:flex}.master-col{flex:1}.master-col:first-child .title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.master-col:first-child .title p{margin:0}.master-col:first-child .text{color:#333;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.master-col:first-child .text p{margin:.5rem 0}.master-col:first-child .text a{color:#ff4d47;text-decoration:none}.master-col:first-child .text a:hover{text-decoration:underline}.master-col:first-child .image{margin-top:2rem}.master-col:first-child .image img{border-radius:10px;width:100%;height:auto}.master-list{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.master-card{perspective:1000px;cursor:pointer;height:300px;position:relative}.master-card.flipped .card-inner{transform:rotateY(180deg)}.card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.master-card .front,.master-card .back{backface-visibility:hidden;border-radius:10px;width:100%;height:100%;position:absolute;overflow:hidden;box-shadow:0 4px 15px #0000001a}.master-card .back{background:#fff;transform:rotateY(180deg)}.front-container{flex-direction:column;height:100%;display:flex}.card-banner{flex:1;position:relative;overflow:hidden}.card-banner img{object-fit:cover;width:100%;height:100%}.card-info{background:#fff;align-items:center;gap:1rem;padding:1rem;display:flex}.card-info .icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:10px;display:flex}.card-info .icon img{object-fit:contain;width:100%;height:100%}.card-info .title{color:#333;flex:1;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.card-info .title p{margin:0}.back-container{flex-direction:column;justify-content:space-between;height:100%;padding:2rem;display:flex}.back-container .content{color:#666;flex:1;font-size:1rem;line-height:1.6}.back-container .content p{margin:0}.more-button{color:#fff;text-align:center;background-color:#391716;border-radius:25px;margin-top:1.5rem;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.more-button:hover{background-color:#4d2120;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media (max-width:992px){.feature-master{flex-direction:column;gap:2rem}.master-list{grid-template-columns:1fr}.master-col:first-child .title{font-size:2rem}}@media (max-width:768px){.master-card{height:280px}.card-info{padding:.75rem}.card-info .icon{width:50px;height:50px}.card-info .title{font-size:.9rem}.back-container{padding:1.5rem}.back-container .content{font-size:.9rem}}.online-section{margin:100px auto;padding:75px 0;position:relative}.online-section:before{content:"";background-color:#ff4d4714;border-radius:25px;width:25%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.online-section .image{background-color:#fff;border-radius:15px;padding:10px;display:block;box-shadow:0 3px 15px #0000001a}.online-section .image img{max-width:100%;max-height:100%}.online-section .title{margin-bottom:20px}.online-section .text{margin-bottom:20px;font-size:1.1rem;line-height:1.7}.more-btn{color:#ff4d47;border-radius:10px;height:35px;font-size:1.2rem;font-weight:700;line-height:35px;text-decoration:none;transition:all .3s;display:inline-block}.more-btn:hover{color:#ff1c14;text-decoration:underline}.more-btn i{vertical-align:middle;margin-left:10px;font-size:1.5rem}.branch-section{background:#eceeef url(/static/themes/nano_lite/images/yededoy/image-20.png) 100%/contain no-repeat;padding:100px 0}.branch-section .container .row{height:100%;min-height:722px}.branch-section .title{margin-bottom:20px}.branch-section .text{margin-bottom:20px;font-size:1.1rem;line-height:1.7}.more-section{color:#fff;background:url(/static/themes/nano_lite/images/yededoy/bg1.png) 50%/cover no-repeat;padding:100px 0}.more-section .content{text-align:left}.more-section .title{color:#fff;margin-bottom:20px}.more-section .text{color:#fff;margin-bottom:20px;font-size:1.1rem;line-height:1.7}.more-section .more-btn{color:#fff;border:2px solid #fff;border-radius:25px;padding:10px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.more-section .more-btn:hover{color:#ff4d47;background-color:#fff;text-decoration:none}.qr-section{padding:100px 0}.qr-section .title{margin-bottom:20px}.qr-section .text{margin-bottom:20px;font-size:1.1rem;line-height:1.7}.qr-section .image{display:block}.qr-section .image img{max-width:100%;height:auto}.feature-four{padding:100px 0}.feature-four .bg-col{text-align:center;border-radius:10px;padding:60px 40px}.feature-four .content{margin-bottom:30px}.feature-four .title{color:#fff;margin-bottom:20px}.feature-four .text{color:#fff;margin-bottom:30px}.feature-four .button-one{color:#37444c;background-color:#fff;border-radius:5px;padding:15px 40px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.feature-four .button-one:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:992px){.online-section{margin:50px auto;padding:50px 0}.online-section:before{width:50%}.branch-section,.more-section,.qr-section,.feature-four{padding:50px 0}.feature-four .bg-col{padding:40px 20px}}@media (max-width:768px){.online-section{margin:30px auto;padding:30px 0}.online-section:before{display:none}.branch-section,.more-section,.qr-section,.feature-four{padding:30px 0}.feature-four .bg-col{padding:30px 15px}.feature-four .button-one{padding:12px 30px;font-size:.9rem}}.custom-one{padding:100px 0}.custom-one .title{font-size:4rem}.custom-one .head{line-height:1.6}.custom-one .head a{color:#ff4d47;text-decoration:none}.custom-one .head a:hover{text-decoration:underline}@media only screen and (max-width:720px){.custom-one{padding:50px 0}.custom-one .title{font-size:2rem}}.custom-two{background-color:#eceeef;padding:100px 0}.custom-two .images{margin-bottom:30px}.custom-two .images img{max-width:100%;max-height:100%}.custom-two .title{font-size:4rem}.custom-two .text{margin-bottom:30px;font-weight:400;line-height:1.8}.custom-two .text ul{margin:20px 0;padding-left:20px}.custom-two .text ul li{margin-bottom:10px}.custom-two .list{grid-template-columns:25% 25% 25% 25%;margin-bottom:30px;padding:0;list-style:none;display:grid}.custom-two .list li{padding:5px;display:block}.custom-two .list li .box{color:#fff;text-align:center;vertical-align:middle;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:10px;justify-content:center;align-items:center;height:100%;padding:15px;font-size:1.3rem;font-weight:400;line-height:1.4;display:flex}.custom-two .list li .box p{margin:0}.custom-two .button-col{text-align:center;margin-top:30px}.custom-two .send-button{color:#fff;text-align:center;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;height:50px;margin:5px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.custom-two .send-button:hover{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.custom-two{padding:25px 0}.custom-two .title{font-size:2rem}.custom-two .list{display:block}.custom-two .list li{padding:5px 0}.custom-two .send-button{width:100%;margin-bottom:15px;display:block}}.custom-three{color:#fff;background:url(/static/themes/nano_lite/images/yededoy/bg6.png) 50%/cover no-repeat;padding:100px 0}.custom-three .title{color:#fff;font-size:4rem}.custom-three .sub-head{color:#fff;margin-bottom:30px;font-weight:400}.custom-three .text{color:#fff;margin-bottom:30px;line-height:1.6}.custom-three .sub-title{color:#fff;margin-bottom:50px;font-size:2rem;font-weight:400}.custom-three .send-button{color:#fff;text-align:center;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.custom-three .send-button:hover{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.custom-three{background-position:100%;padding:25px 0}.custom-three .title{font-size:2rem}.custom-three .sub-title{font-size:1.5rem}.custom-three .send-button{width:100%;margin-bottom:15px;display:block}}.custom-four{padding:100px 0}.custom-four .title{font-size:4rem}.custom-four .head{margin-bottom:30px;font-size:1.5rem;font-weight:400}.custom-four .text{margin-bottom:30px;line-height:1.6}.custom-four .image{display:block}.custom-four .image img{max-width:100%;max-height:100%}.custom-four .list{grid-template-columns:33.333% 33.333% 33.333%;margin-bottom:20px;padding:0;list-style:none;display:grid}.custom-four .list li{padding:5px;display:block}.custom-four .list li .box{color:#fff;text-align:center;vertical-align:middle;background:linear-gradient(#ff4d47 0,#ff1c14 100%);border-radius:10px;justify-content:center;align-items:center;height:100%;padding:15px;font-size:1.3rem;font-weight:400;line-height:1.4;display:flex}.custom-four .list li .box p{margin:0}.custom-four .button-col{text-align:center;margin-top:30px}.custom-four .send-button{color:#fff;text-align:center;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.custom-four .send-button:hover{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.custom-four{padding:25px 0}.custom-four .title{font-size:2rem}.custom-four .list{display:block}.custom-four .list li{padding:5px 0}.custom-four .send-button{width:100%;margin-bottom:15px;display:block}}.custom-five{background:url(/static/themes/nano_lite/images/yededoy/bg8.png) bottom/cover no-repeat;padding:100px 0}.custom-five .title{font-size:4rem}.custom-five .sub-head{margin-bottom:30px;font-weight:400}.custom-five .head{margin-bottom:50px;line-height:1.6}.custom-five .text{margin-bottom:30px;line-height:1.6}.custom-five .button-col{margin-top:30px}.custom-five .send-button{color:#fff;text-align:center;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.custom-five .send-button:hover{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.custom-five{background-position:100%;padding:25px 0}.custom-five .title{font-size:2rem}.custom-five .send-button{width:100%;margin-bottom:15px;display:block}.custom-five .head{margin-bottom:15px}}.custom-six{padding:100px 0}.custom-six .title{font-size:4rem}.custom-six .text{margin-bottom:30px;line-height:1.6}.custom-six .image{display:block}.custom-six .image img{max-width:100%;max-height:100%}.custom-six .button-col{margin-top:30px}.custom-six .send-button{color:#fff;text-align:center;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.custom-six .send-button:hover{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.custom-six{padding:25px 0}.custom-six .title{font-size:2rem}.custom-six .send-button{width:100%;margin-bottom:15px;display:block}}.custom-seven{text-align:center;padding:100px 0}.custom-seven .custom-box{color:#fff;background:linear-gradient(#384145 0,#171e22 100%);border-radius:15px;padding:50px}.custom-seven .image{justify-content:center;align-items:center;height:200px;margin-top:-130px;margin-bottom:20px;display:flex}.custom-seven .image img{width:20%;max-width:100%;height:auto;max-height:100%}.custom-seven .text{color:#fff;max-width:85%;margin:0 auto 30px;font-weight:500;line-height:1.6}.custom-seven .send-button{color:#fff;text-align:center;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;height:50px;padding:0 25px;font-weight:500;line-height:50px;text-decoration:none;transition:all .3s;display:inline-block}.custom-seven .send-button:hover{color:#fff;background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.custom-seven{padding:25px 0}.custom-seven .custom-box{padding:25px}.custom-seven .send-button{width:100%;margin-bottom:15px;display:block}.custom-seven .text{max-width:none}}.three-section{padding:100px 0}.three-section .title{margin-bottom:30px;font-size:4rem}.three-section .text{margin-bottom:20px;font-size:1.2rem;line-height:1.8}.three-section .image{margin-top:50px}.three-section .image img{max-width:100%;height:auto}@media only screen and (max-width:720px){.three-section{padding:50px 0}.three-section .title{font-size:2rem}}.white-three{text-align:center;padding:80px 0}.white-three .title{margin-bottom:30px;font-size:3rem;font-weight:600}.white-three .head{margin-bottom:40px;font-size:2rem;line-height:1.6}.white-three .white-col{text-align:left;border:1px solid #ff4d47;border-radius:15px;height:100%;margin-bottom:30px;padding:40px}.white-three .white-col .sub-head{margin-bottom:20px;font-size:1.5rem;font-weight:600}.white-three .white-col .text{font-size:1.1rem;line-height:1.6}.white-three .white-col .text ul{padding-left:20px;list-style:outside}.white-three .white-col .text ul li{margin-bottom:10px}@media only screen and (max-width:992px){.white-three{padding:50px 0}.white-three .title{font-size:2rem}.white-three .head{font-size:1.5rem}}.mobile-three{text-align:center;padding:100px 0}.mobile-three .title{margin-bottom:30px;font-size:3rem}.mobile-three .text{margin-bottom:20px;font-size:1.1rem;line-height:1.8}.mobile-three .skin-section{margin-top:50px}.mobile-three .skin-section .skin-nav{flex-wrap:wrap;justify-content:center;margin:20px 0;padding:0;list-style:none;display:flex}.mobile-three .skin-section .skin-nav li{margin:5px;padding:0 10px;display:inline-block}.mobile-three .skin-section .skin-nav li.active a{border:4px solid #fff;box-shadow:0 0 2px 4px #ff4d47}.mobile-three .skin-section .skin-nav li:first-child a{background:linear-gradient(90deg,#9c0a0d 50%,#021913 50%)}.mobile-three .skin-section .skin-nav li:nth-child(2) a{background:linear-gradient(90deg,#1077ef 50%,#001936 50%)}.mobile-three .skin-section .skin-nav li:nth-child(3) a{background:linear-gradient(90deg,#a8704b 50%,#141204 50%)}.mobile-three .skin-section .skin-nav li:nth-child(4) a{background:linear-gradient(90deg,#e9ab09 50%,#2f2f2f 50%)}.mobile-three .skin-section .skin-nav li:nth-child(5) a{background:linear-gradient(90deg,#d5001a 50%,#273043 50%)}.mobile-three .skin-section .skin-nav li a{cursor:pointer;background-color:#eceeef;border-radius:50%;width:40px;height:40px;transition:all .3s;display:block}.mobile-three .skin-section .skin-nav li a:hover{transform:scale(1.1)}.mobile-three .skin-section .skin-content{margin-top:30px}.mobile-three .skin-section .skin-content .tab-pane{display:none}.mobile-three .skin-section .skin-content .tab-pane.active{display:block}.mobile-three .skin-section .skin-content .tab-pane .skin-desktop{text-align:center;background-color:#f4f5f6;border-radius:15px;justify-content:center;align-items:center;height:400px;margin-bottom:20px;padding:25px;display:flex}.mobile-three .skin-section .skin-content .tab-pane .skin-tab{text-align:center;background-color:#f4f5f6;border-radius:15px;justify-content:center;align-items:center;height:300px;margin-bottom:20px;padding:20px;display:flex}.mobile-three .skin-section .skin-content .tab-pane .skin-mobile{text-align:center;background-color:#f4f5f6;border-radius:15px;justify-content:center;align-items:center;height:500px;padding:20px;display:flex}.mobile-three .skin-section .skin-content .tab-pane:first-child .skin-desktop,.mobile-three .skin-section .skin-content .tab-pane:first-child .skin-tab{background-color:#9c0a0d1a}.mobile-three .skin-section .skin-content .tab-pane:nth-child(2) .skin-desktop,.mobile-three .skin-section .skin-content .tab-pane:nth-child(2) .skin-tab,.mobile-three .skin-section .skin-content .tab-pane:nth-child(2) .skin-mobile{background-color:#1077ef1a}.mobile-three .skin-section .skin-content .tab-pane:nth-child(3) .skin-desktop,.mobile-three .skin-section .skin-content .tab-pane:nth-child(3) .skin-tab,.mobile-three .skin-section .skin-content .tab-pane:nth-child(3) .skin-mobile{background-color:#a8704b1a}.mobile-three .skin-section .skin-content .tab-pane:nth-child(4) .skin-desktop,.mobile-three .skin-section .skin-content .tab-pane:nth-child(4) .skin-tab,.mobile-three .skin-section .skin-content .tab-pane:nth-child(4) .skin-mobile{background-color:#e9ab091a}.mobile-three .skin-section .skin-content .tab-pane:nth-child(5) .skin-desktop,.mobile-three .skin-section .skin-content .tab-pane:nth-child(5) .skin-tab,.mobile-three .skin-section .skin-content .tab-pane:nth-child(5) .skin-mobile{background-color:#d5001a1a}.mobile-three .skin-section .skin-content img{object-fit:contain;max-width:100%;max-height:100%}@media only screen and (max-width:720px){.mobile-three{padding:50px 0}.mobile-three .title{font-size:2rem}.mobile-three .skin-section .skin-desktop,.mobile-three .skin-section .skin-tab,.mobile-three .skin-section .skin-mobile{height:auto;min-height:200px}}.one-section{padding:100px 0}.one-section .title{margin-bottom:30px;font-size:3rem}.one-section .head{font-size:1.2rem;line-height:1.8}.one-section .image{display:block}.one-section .image img{max-width:100%;height:auto}@media only screen and (max-width:720px){.one-section{padding:50px 0}.one-section .title{font-size:2rem}}.partner-three{background-color:#f3f4f8;padding:80px 0}.partner-three .title{text-align:center;color:#ff4d47;margin-bottom:30px;font-size:3rem;font-weight:600}.partner-three .text{font-size:1.1rem;line-height:1.6}.partner-three .list{padding:0;list-style:none}.partner-three .list li{margin-bottom:15px;font-size:1.1rem;line-height:1.6}.partner-three .list li:last-child{margin:0}@media only screen and (max-width:992px){.partner-three{padding:30px 0}.partner-three .title{font-size:2rem}}.addons-section{text-align:center;padding:100px 0}.addons-section .title{margin-bottom:20px;font-size:4.5rem}.addons-section .head{margin-bottom:30px;font-size:1.2rem;font-weight:400;line-height:1.4}.addons-section .addons-block{color:#fff;background:linear-gradient(to top right,#797878 0,#9e9e9e 50%,#d5d5d5 100%);border-radius:15px;height:100%;padding:50px 25px;position:relative}.addons-section .addons-block.add-img{background:url(/static/themes/nano_lite/images/yededoy/bg2.png) 50%/cover no-repeat}.addons-section .addons-block.add-bg{background:linear-gradient(to top right,#8f98a1 0,#ff7e7a 50%,#ff4d47 100%)}.addons-section .addons-block .sub-head{text-align:center;color:#ff4d47;background-color:#fff;border-radius:0 50px 50px 0;margin-bottom:40px;margin-left:-25px;padding:15px;font-size:24px;font-weight:600;box-shadow:8px 5px 15px #0003}.addons-section .addons-block .sub-head p{margin:0}.addons-section .addons-block .icon{text-align:center;justify-content:center;align-items:center;height:100px;margin-bottom:30px;display:flex}.addons-section .addons-block .icon img{object-fit:contain;width:100px;height:100px}.addons-section .addons-block .text{color:#fff;font-size:1.1rem;font-weight:400;line-height:1.6}.addons-section .addons-block .text p{margin:0}.addons-section .addons-block .more-button{color:#ff4d47;background-color:#fff;border-radius:25px;margin-top:30px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.addons-section .addons-block .more-button:hover{color:#fff;background-color:#ff4d47;transform:translateY(-2px);box-shadow:0 5px 15px #ff4d474d}.addons-section.add-two{background-color:#f8f9fa}@media only screen and (max-width:720px){.addons-section{padding:25px 0}.addons-section .title{font-size:2.5rem}.addons-section .addons-block{margin-bottom:25px;padding:40px 15px 15px}.addons-section .addons-block .sub-head{margin-left:-15px;font-size:20px}}.white-five{padding:80px 0}.white-five .title{margin-bottom:30px;font-size:3rem;font-weight:700}.white-five .head{margin-bottom:30px;font-size:1.5rem;font-weight:400;line-height:1.6}.white-five .list{margin-top:30px;margin-bottom:0;padding:0;list-style:none}.white-five .list li{margin-bottom:20px;padding-left:25px;font-size:1.1rem;position:relative}.white-five .list li:before{content:"•";color:#ff4d47;font-size:1.5rem;font-weight:700;position:absolute;left:0}.white-five .image{display:block}.white-five .image img{max-width:100%;max-height:100%}@media only screen and (max-width:992px){.white-five{padding:30px 0}.white-five .title{font-size:2rem}.white-five .head{font-size:1.2rem}}.ordering-six{padding:100px 0}.ordering-six .title{margin-bottom:30px;font-size:3rem}.ordering-six .head{margin-bottom:30px;font-size:1.3rem;line-height:1.8}.ordering-six .list{padding:0;list-style:none}.ordering-six .list li{margin-bottom:25px;padding-left:25px;font-size:1.1rem;line-height:1.8;position:relative}.ordering-six .list li:before{content:"✓";color:#ff4d47;font-weight:700;position:absolute;left:0}.ordering-six .image{margin-top:30px}.ordering-six .image img{max-width:100%;height:auto}@media only screen and (max-width:720px){.ordering-six{padding:50px 0}.ordering-six .title{font-size:2rem}}.ten-section{text-align:center;background-color:#f8f8f8;padding:100px 0}.ten-section .more-block{background-color:#fff;border-radius:15px;padding:60px;box-shadow:0 4px 15px #0000001a}.ten-section .more-block h3{margin-bottom:20px;font-size:2rem}.ten-section .more-block p{margin-bottom:20px;font-size:1.2rem;line-height:1.8}.ten-section .more-block .head{margin-bottom:30px;font-size:1.3rem;line-height:1.8}.ten-section .more-block .more-button{color:#fff;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border-radius:30px;padding:15px 40px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.ten-section .more-block .more-button:hover{background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:720px){.ten-section{padding:50px 0}.ten-section .more-block{padding:30px 20px}.ten-section .more-block h3{font-size:1.5rem}}.white-six{background-color:#eceeef;padding:80px 0}.white-six .title{color:#ff4d47;margin-bottom:25px;font-size:3rem;font-weight:600}.white-six .head{margin-bottom:30px;font-size:1.2rem;font-weight:400;line-height:1.6}.white-six .sub-head{margin-bottom:20px;font-size:1.6rem;font-weight:700}.white-six .text{margin-bottom:30px;font-size:1.1rem;line-height:1.6}.white-six .form-col{background-color:#fff;border-radius:15px;padding:40px;box-shadow:0 4px 15px #0000001a}.white-six .form-col .head{text-align:center;margin-bottom:30px;font-size:1.5rem;font-weight:600}.white-six .form-col .form{margin-top:20px}.white-six .form-col .form-field{margin-bottom:20px}.white-six .form-col .form-field label{color:#33363d;margin-bottom:8px;font-weight:500;display:block}.white-six .form-col .form-field.field-required label:after{content:" *";color:#ff4d47}.white-six .form-col .form-field input,.white-six .form-col .form-field textarea{border:1px solid #ddd;border-radius:5px;width:100%;padding:12px 15px;font-size:1rem;transition:border-color .3s}.white-six .form-col .form-field input:focus,.white-six .form-col .form-field textarea:focus{border-color:#ff4d47;outline:none}.white-six .form-col .form-field textarea{resize:vertical;min-height:120px}.white-six .form-col .form-submit button{color:#fff;cursor:pointer;background:linear-gradient(to top right,#000 0,#384145 50%,#263238 100%);border:none;border-radius:30px;width:100%;padding:15px;font-size:1.1rem;font-weight:500;transition:all .3s}.white-six .form-col .form-submit button:hover:not(:disabled){background:linear-gradient(to top right,#ff4d47 0,#e00700 100%);transform:translateY(-2px);box-shadow:0 4px 10px #0003}.white-six .form-col .form-submit button:disabled{opacity:.6;cursor:not-allowed}.white-six .image{display:block}.white-six .image img{max-width:100%;height:auto}.white-six .list-head{color:#33363d;margin-top:30px;margin-bottom:10px;font-size:1.5rem;font-weight:600}.white-six .list-head:first-of-type{margin-top:0}.white-six .list-text{color:#33363d;margin-bottom:20px;font-size:1.1rem;line-height:1.6}.white-six .list-text p{margin:5px 0}@media only screen and (max-width:992px){.white-six{padding:50px 0}.white-six .title{font-size:2rem}.white-six .form-col{padding:30px 20px}.white-six .list-head{font-size:1.2rem}}.yededoy-terms{padding:100px 0}.yededoy-terms .terms-head{text-align:center;color:#ff4d47;margin-bottom:40px;font-size:3rem;font-weight:600}.yededoy-terms .terms-text{color:#33363d;max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.8}.yededoy-terms .terms-text h5{color:#33363d;margin-bottom:20px;font-size:1.5rem;font-weight:700}.yededoy-terms .terms-text p{margin-bottom:20px}.yededoy-terms .terms-text ol{margin-bottom:20px;padding-left:20px}.yededoy-terms .terms-text ol li{margin-bottom:10px;font-weight:600}.yededoy-terms .terms-text ul{margin-bottom:20px;padding-left:20px;list-style-type:disc}.yededoy-terms .terms-text ul li{margin-bottom:10px}.yededoy-terms .terms-text strong{color:#33363d;font-weight:700}@media only screen and (max-width:992px){.yededoy-terms{padding:50px 0}.yededoy-terms .terms-head{margin-bottom:30px;font-size:2rem}.yededoy-terms .terms-text{padding:0 15px;font-size:1rem}.yededoy-terms .terms-text h5{font-size:1.2rem}}.feature-five{text-align:center;background-color:#fff;padding:50px 0;position:relative}@media only screen and (max-width:992px){.feature-five{padding:20px 0}}.feature-five .mb-3{margin-bottom:30px}.feature-five .mb-5{margin-bottom:50px}.feature-five .five-title{color:#000;margin-bottom:15px;font-size:34px;font-weight:600;display:block}@media only screen and (max-width:992px){.feature-five .five-title{font-size:28px}}.feature-five .five-text{color:#33363d;font-size:16px;font-weight:500;display:block}.feature-five .five-text p{margin:5px 0}.feature-five .five-img{width:100%;height:400px;margin:30px 0 50px;display:block;overflow:hidden}@media only screen and (max-width:992px){.feature-five .five-img{height:auto;margin:10px 0}}.feature-five .five-img img{object-fit:contain;width:100%;height:100%}.feature-five .five-col{width:100%;margin-bottom:30px;padding:15px;transition:all .3s ease-in-out;display:block;position:relative;overflow:hidden;box-shadow:0 5px 20px #0000001a}.feature-five .five-col:hover{transition:all .3s ease-in-out;box-shadow:0 12px 20px 5px #00000026}@media only screen and (max-width:992px){.feature-five .five-col{height:auto;margin-bottom:15px}}.feature-five .col-icon{width:64px;height:64px;margin:0 auto 10px;display:block;overflow:hidden}.feature-five .col-icon img{object-fit:contain;width:100%;height:100%}@media only screen and (max-width:992px){.feature-five .col-icon{width:50px;height:50px}}.feature-five .col-title{color:#000;margin-bottom:10px;font-size:17px;font-weight:700;display:block}.feature-five .col-title p{margin:0}.feature-five .col-text{color:#33363d;height:96px;font-size:15px;font-weight:500;line-height:1.6;display:block;overflow:hidden}.feature-five .col-text p{margin:5px 0}@media only screen and (max-width:992px){.feature-five .col-text{height:auto;font-size:.8rem;line-height:1.9}}.feature-three{padding:100px 0}.feature-three .title{color:#33363d;margin-bottom:20px;font-size:2.5rem;font-weight:700}.feature-three .title p{margin:5px 0}.feature-three .content{color:#33363d;margin-bottom:20px;font-size:1.2rem;line-height:1.8}.feature-three .content p{margin:10px 0}.feature-three .list{margin:20px 0;padding:0;list-style:none}.feature-three .list li{color:#33363d;margin-bottom:15px;padding-left:25px;font-size:1.1rem;line-height:1.8;position:relative}.feature-three .list li:before{content:"•";color:#ff4d47;font-size:1.5rem;font-weight:700;position:absolute;left:0}.feature-three .list li p{margin:0}.feature-three .image{margin:20px 0;display:block}.feature-three .image img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}.feature-three .hr{border:none;border-top:1px solid #e2e2e2;margin:50px 0}@media only screen and (max-width:992px){.feature-three{padding:50px 0}.feature-three .title{font-size:2rem}.feature-three .content,.feature-three .list li{font-size:1rem}}.feature-seven{background-color:#fff;padding:100px 0}.feature-seven .app-slider{margin-bottom:30px}.feature-seven .slider-images{max-height:600px;overflow-y:auto}.feature-seven .slider-images>div{margin-bottom:20px}.feature-seven .slider-head{color:#33363d;margin-bottom:20px;font-size:2.5rem;font-weight:700}.feature-seven .slider-text{color:#33363d;margin-bottom:20px;font-size:1.2rem;line-height:1.8}.feature-seven .slider-text p{margin:10px 0}.feature-seven .slider-btn{color:#fff;background-color:#ff4d47;border-radius:25px;margin-top:20px;padding:12px 30px;text-decoration:none;transition:all .3s;display:inline-block}.feature-seven .slider-btn:hover{background-color:#e00700;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:992px){.feature-seven{padding:50px 0}.feature-seven .slider-head{font-size:2rem}.feature-seven .slider-text{font-size:1rem}.feature-seven .slider-images{max-height:400px}}.feature-main-two{text-align:center;padding:100px 0}.feature-main-two .text{margin-bottom:50px;font-size:1.2rem;line-height:1.7}.feature-main-two .feature-main-col{min-height:600px;position:relative}.feature-main-two .feature-main-col .image{z-index:1;width:100%;padding:50px 0;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feature-main-two .feature-main-col .image img{max-width:100%;padding:50px}.feature-main-two .feature-col{text-align:left;z-index:2;background-color:#fff;border-radius:15px;width:35%;margin:40px 0;padding:15px;display:inline-block;position:absolute;box-shadow:0 5px 20px #0000001a}.feature-main-two .feature-col:first-of-type{top:0;left:0}.feature-main-two .feature-col:nth-child(2){top:0;right:0}.feature-main-two .feature-col:nth-last-child(2){bottom:0;left:0}.feature-main-two .feature-col:last-child{bottom:0;right:0}.feature-main-two .feature-col .content{vertical-align:middle;display:table-cell}.feature-main-two .feature-col .title{margin-bottom:10px;padding:0 25px;font-size:1.2rem;line-height:1.6}.feature-main-two .feature-col .title p{margin:0}.feature-main-two .feature-col .text{color:#97989d;margin-bottom:0;padding:0 25px;font-size:.9rem;line-height:1.7}.feature-main-two .feature-col .text p{margin:0}.feature-main-two .feature-col .icon{vertical-align:middle;width:75px;height:75px;padding-right:15px;display:table-cell}.feature-main-two .feature-col .icon img{max-width:100%;max-height:100%}@media only screen and (max-width:992px){.feature-main-two{padding:50px 0}.feature-main-two .feature-main-col{min-height:auto;overflow:hidden}.feature-main-two .feature-main-col .image{width:100%;max-width:100%;padding:15px 0;position:relative;top:0;left:0;transform:none}.feature-main-two .feature-main-col .image img,.feature-main-two .feature-main-col .image>*{padding:0;width:100%!important;max-width:100%!important;height:auto!important}.feature-main-two .feature-col{width:100%;margin:5px 0;position:relative}.feature-main-two .feature-col .title,.feature-main-two .feature-col .text{padding-left:10px;padding-right:0}.feature-main-two .feature-col .icon{width:50px;height:50px}}@media only screen and (max-width:768px){.feature-main-two .feature-main-col{padding:0 15px}.feature-main-two .feature-main-col .image{padding:10px 0}.feature-main-two .feature-main-col .image img,.feature-main-two .feature-main-col .image>*{display:block;width:100%!important;max-width:100%!important;height:auto!important}}.feature-main{text-align:center;padding:100px 0}.feature-main .title{color:#33363d;margin-bottom:20px;font-size:3rem;font-weight:700}.feature-main .text{color:#33363d;margin-bottom:50px;font-size:1.2rem;line-height:1.8}.feature-main .feature-main-row{position:relative}.feature-main .feature-main-row:before{content:"";z-index:0;border:2px dashed #e6eaee;border-radius:50%;width:660px;height:660px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feature-main .feature-col{z-index:1;background-color:#fff;margin:40px 0;padding:50px 0 15px;position:relative;box-shadow:0 5px 20px #0000001a}.feature-main .feature-col+.feature-col{margin-top:75px}.feature-main .feature-col .title{margin-bottom:15px;padding:0 25px;font-size:1.2rem;line-height:1.6}.feature-main .feature-col .text{color:#97989d;margin-bottom:0;padding:0 25px;font-size:.9rem;line-height:1.7}.feature-main .feature-col .icon{width:75px;height:75px;display:inline-block;position:absolute;top:-30px;left:25px}.feature-main .feature-col .icon img{max-width:100%;max-height:100%}.feature-main .feature-col .image{margin:30px 0;display:block}.feature-main .feature-col .image img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}@media only screen and (max-width:992px){.feature-main{padding:50px 0}.feature-main .title{font-size:2rem}.feature-main .text{font-size:1rem}.feature-main .feature-main-row:before{display:none}.feature-main .feature-col+.feature-col{margin-top:5px;margin-bottom:0}}.feature-six{background-color:#fff;padding:100px 0}.feature-six .tab-title{color:#33363d;text-align:center;margin-bottom:30px;font-size:2.5rem;font-weight:700;display:block}.feature-six .tab-link{background-color:#f8f8f8;border-radius:10px;align-items:flex-start;margin-bottom:30px;padding:20px;transition:all .3s;display:flex}.feature-six .tab-link:hover{background-color:#eceeef;box-shadow:0 5px 15px #0000001a}.feature-six .tab-icon{color:#ff4d47;text-align:center;flex-shrink:0;width:60px;margin-right:20px;font-size:2.5rem}.feature-six .tab-content{flex:1}.feature-six .content-title{color:#33363d;margin-bottom:10px;font-size:1.3rem;font-weight:700;display:block}.feature-six .content-title p{margin:0}.feature-six .content-text{color:#33363d;font-size:1rem;line-height:1.8}.feature-six .content-text p{margin:10px 0}.feature-six .tab-img{margin-bottom:30px;display:block}.feature-six .tab-img img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}.feature-six .tab-text{color:#33363d;font-size:1.1rem;line-height:1.8}.feature-six .tab-text p{margin:10px 0}@media only screen and (max-width:992px){.feature-six{padding:50px 0}.feature-six .tab-title{font-size:2rem}.feature-six .tab-link{text-align:center;flex-direction:column;align-items:center}.feature-six .tab-icon{margin-bottom:15px;margin-right:0}}.vip-four{text-align:center;padding:100px 0}.vip-four .title{margin-bottom:20px;font-size:3.5rem;font-weight:700}.vip-four .text{margin-bottom:30px;font-size:1.5rem;line-height:1.8}.vip-four .text p{margin:10px 0}@media only screen and (max-width:992px){.vip-four{padding:50px 0}.vip-four .title{font-size:2.5rem}.vip-four .text{font-size:1.2rem}}.white-seven{text-align:center;padding:80px 0}.white-seven .nn_col{border-radius:15px;padding:40px}.white-seven .title{margin-bottom:30px;font-size:2.5rem;font-weight:700}.white-seven .button{color:#161616;background-color:#fff;border-radius:25px;padding:15px 40px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.white-seven .button:hover{background-color:#f0f0f0;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media only screen and (max-width:992px){.white-seven{padding:40px 0}.white-seven .title{font-size:2rem}.white-seven .nn_col{padding:30px 20px}}.ordering-four{text-align:center;padding:100px 0}.ordering-four .title{color:#33363d;margin-bottom:20px;font-size:3rem;font-weight:700}.ordering-four .sub-head{color:#33363d;margin-bottom:50px;font-size:1.3rem;line-height:1.8}.ordering-four .sub-head p{margin:10px 0}.ordering-four .icon{height:150px;margin:0 auto 20px;display:block}.ordering-four .icon img{object-fit:contain;max-width:100%;max-height:100%}.ordering-four .head{color:#33363d;margin-bottom:15px;font-size:1.3rem;font-weight:700}.ordering-four .head p{margin:5px 0}.ordering-four .text{color:#33363d;font-size:1rem;line-height:1.8}.ordering-four .text p{margin:10px 0}.ordering-four .arrow{border-style:solid;width:0;height:0;display:block}.ordering-four .arrow.down{border-width:0 15px 30px;border-color:#0000 #0000 #ff4d47;margin:20px auto}.ordering-four .arrow.up{border-width:30px 15px 0;border-color:#ff4d47 #0000 #0000;margin:20px auto}@media only screen and (max-width:992px){.ordering-four{padding:50px 0}.ordering-four .title{font-size:2rem}.ordering-four .sub-head{font-size:1.1rem}.ordering-four .icon{height:100px}.ordering-four .arrow{display:none}}.ordering-six{background-color:#f8f8f8;padding:100px 0}.ordering-six .title{color:#33363d;margin-bottom:20px;font-size:2.5rem;font-weight:700}.ordering-six .head{color:#33363d;margin-bottom:20px;font-size:1.5rem;line-height:1.8}.ordering-six .head p{margin:10px 0}.ordering-six .text{margin-bottom:30px;font-size:1.1rem;line-height:1.8}.ordering-six .text p{margin:10px 0}.ordering-six .image{margin:30px 0;display:block}.ordering-six .image img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}.ordering-six .list{margin:20px 0;padding:0;list-style:none}.ordering-six .list li{color:#33363d;margin-bottom:20px;padding-left:25px;font-size:1.1rem;line-height:1.8;position:relative}.ordering-six .list li:before{content:"•";color:#ff4d47;font-size:1.5rem;font-weight:700;position:absolute;left:0}.ordering-six .list li p{margin:5px 0}@media only screen and (max-width:992px){.ordering-six{padding:50px 0}.ordering-six .title{font-size:2rem}.ordering-six .head{font-size:1.2rem}.ordering-six .text,.ordering-six .list li{font-size:1rem}}.feature-one{text-align:center;padding:100px 0}.feature-one .title{color:#33363d;margin-bottom:20px;font-size:3.5rem;font-weight:700}.feature-one .title p{margin:10px 0}.feature-one .text{color:#33363d;margin-bottom:30px;font-size:1.2rem;line-height:1.8}.feature-one .text p{margin:10px 0}@media only screen and (max-width:992px){.feature-one{padding:50px 0}.feature-one .title{font-size:2.5rem}.feature-one .text{font-size:1rem}}.pos-one{background-color:#fff;padding:100px 0}.pos-one .title{color:#33363d;margin-bottom:30px;font-size:3.5rem;font-weight:700}.pos-one .title p{margin:0}.pos-one .text{color:#33363d;margin-bottom:30px;font-size:1.5rem;line-height:1.8}.pos-one .text p{margin:10px 0}.pos-one .images{margin:30px 0;display:block}.pos-one .images img{max-width:100%;height:auto}.pos-one .inage-two{margin:30px 0;display:block}.pos-one .inage-two img{max-width:100%;height:auto}@media only screen and (max-width:992px){.pos-one{padding:50px 0}.pos-one .title{font-size:2.5rem}.pos-one .text{font-size:1.2rem}}.pos-two{background-color:#f8f8f8;padding:100px 0}.pos-two .head{color:#33363d;margin-bottom:20px;font-size:1.5rem;line-height:1.8}.pos-two .head p{margin:10px 0}.pos-two .sub-head{color:#ff4d47;margin-bottom:20px;font-size:2rem;font-weight:700}.pos-two .sub-head p{margin:0}.pos-two .list{margin:20px 0;padding:0;list-style:none}.pos-two .list li{color:#33363d;margin-bottom:10px;padding-left:25px;font-size:1.2rem;line-height:1.8;position:relative}.pos-two .list li:before{content:"•";color:#ff4d47;font-size:1.5rem;font-weight:700;position:absolute;left:0}.pos-two .list li p{margin:0}.pos-two .text{color:#33363d;font-size:1rem;line-height:1.8}.pos-two .text p{margin:5px 0}.pos-two .title{color:#33363d;margin-bottom:30px;font-size:2.5rem;font-weight:700}.pos-two .title p{margin:0}.pos-two .text{color:#33363d;margin-bottom:30px;font-size:1.2rem;line-height:1.8}.pos-two .image{margin:30px 0;display:block}.pos-two .image img{border-radius:10px;max-width:100%;height:auto}.pos-two .pos-sm-two{background-color:#f8f8f8;border-radius:15px;height:100%;padding:40px}.pos-two .pos-sm-two .title{color:#33363d;margin-bottom:20px;font-size:2rem;font-weight:700}.pos-two .pos-sm-two .title p{margin:10px 0}.pos-two .pos-sm-two .image{margin:30px 0;display:block}.pos-two .pos-sm-two .image img{max-width:100%;height:auto}.pos-two .pos-sm-two .list{flex-wrap:wrap;gap:20px;margin:20px 0;padding:0;list-style:none;display:flex}.pos-two .pos-sm-two .list li{color:#33363d;align-items:center;gap:10px;font-size:1.1rem;display:flex}.pos-two .pos-sm-two .list li i{color:#ff4d47;font-size:1.5rem}.pos-two .pos-sm-two .list li .text{margin:0}@media only screen and (max-width:992px){.pos-two{padding:50px 0}.pos-two .head{font-size:1.2rem}.pos-two .sub-head{font-size:1.5rem}.pos-two .list li{font-size:1rem}.pos-two .title{font-size:2rem}.pos-two .pos-sm-two{margin-bottom:20px;padding:25px}.pos-two .pos-sm-two .title{font-size:1.5rem}}.eight-section{background-color:#f8f8f8;padding:100px 0}.eight-section>.container>.row.nn_row{background-color:#000;border-radius:15px;margin:20px 0;padding:40px 20px}.eight-section>.container>.row.nn_row .pos-sm,.eight-section>.container>.row.nn_row .pos-sm-two,.eight-section>.container>.row.nn_row .pos-lg{background-color:#0000}.eight-section>.container>.row.nn_row .title,.eight-section>.container>.row.nn_row .text,.eight-section>.container>.row.nn_row .pos-sm-two .list li{color:#fff}.eight-section>.container>.row.nn_row .pos-sm-two .list li i{color:#ff4d47}.eight-section>.container>.row.nn_row .pos-list li{background-color:#ffffff1a}.eight-section>.container>.row.nn_row .pos-list li:hover{background-color:#ffffff26}.eight-section>.container>.row.nn_row .pos-list li .text{color:#fff}.eight-section>.container>.row.nn_row .pos-list li .icon{filter:brightness(0)invert();background-color:#fff3}.eight-section>.container>.row.nn_row .pos-list li .icon img{filter:brightness(0)invert()}.eight-section .pos-lg{margin-bottom:50px}.eight-section .pos-lg .title{color:#33363d;margin-bottom:20px;font-size:3rem;font-weight:700}.eight-section .pos-lg .title p{margin:0}.eight-section .pos-lg .text{color:#33363d;margin-bottom:40px;font-size:1.3rem;line-height:1.8}.eight-section .pos-lg .text p{margin:10px 0}.eight-section .pos-lg .image{margin:20px 0;display:block}.eight-section .pos-lg .image img{border-radius:10px;max-width:100%;height:auto}.eight-section .pos-list{margin:0;padding:0;list-style:none}.eight-section .pos-list li{background-color:#f8f8f8;border-radius:10px;align-items:center;gap:20px;margin-bottom:25px;padding:15px;transition:all .3s;display:flex}.eight-section .pos-list li:hover{background-color:#eceeef;transform:translate(5px)}.eight-section .pos-list li .icon{background-color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 2px 8px #0000001a}.eight-section .pos-list li .icon img{object-fit:contain;width:40px;height:40px}.eight-section .pos-list li .text{color:#33363d;flex:1;font-size:1.1rem;font-weight:500;line-height:1.6}.eight-section .pos-sm,.eight-section .pos-sm-two{background-color:#f8f8f8;border-radius:15px;height:100%;padding:40px}.eight-section .pos-sm .title,.eight-section .pos-sm-two .title{color:#33363d;margin-bottom:20px;font-size:2rem;font-weight:700}.eight-section .pos-sm .title p,.eight-section .pos-sm-two .title p{margin:10px 0}.eight-section .pos-sm .text,.eight-section .pos-sm-two .text{color:#33363d;margin-bottom:30px;font-size:1.1rem;line-height:1.8}.eight-section .pos-sm .text p,.eight-section .pos-sm-two .text p{margin:10px 0}.eight-section .pos-sm .image,.eight-section .pos-sm-two .image{margin:30px 0;display:block}.eight-section .pos-sm .image img,.eight-section .pos-sm-two .image img{max-width:100%;height:auto}.eight-section .pos-sm-two .list{flex-wrap:wrap;gap:20px;margin:20px 0;padding:0;list-style:none;display:flex}.eight-section .pos-sm-two .list li{color:#33363d;align-items:center;gap:10px;font-size:1.1rem;display:flex}.eight-section .pos-sm-two .list li i{color:#ff4d47;font-size:1.5rem}.eight-section .pos-sm-two .list li .text{margin:0}@media only screen and (max-width:992px){.eight-section{padding:50px 0}.eight-section .pos-lg .title{font-size:2rem}.eight-section .pos-lg .text{font-size:1.1rem}.eight-section .pos-list li{text-align:center;flex-direction:column;gap:15px}.eight-section .pos-list li .icon{margin:0 auto}.eight-section .pos-sm,.eight-section .pos-sm-two{margin-bottom:20px;padding:25px}.eight-section .pos-sm .title,.eight-section .pos-sm-two .title{font-size:1.5rem}.eight-section .pos-sm .text,.eight-section .pos-sm-two .text{font-size:1rem}}.pos-three{background-color:#f8f8f8;padding:100px 0}.pos-three .title{color:#33363d;margin-bottom:30px;font-size:2.5rem;font-weight:700}.pos-three .title p{margin:0}.pos-three .list{margin:20px 0;padding:0;list-style:none}.pos-three .list li{color:#33363d;margin-bottom:15px;padding-left:25px;font-size:1.2rem;line-height:1.8;position:relative}.pos-three .list li:before{content:"•";color:#ff4d47;font-size:1.5rem;font-weight:700;position:absolute;left:0}.pos-three .list li p{margin:0}.pos-three .text{color:#33363d;margin-top:30px;font-size:1.1rem;line-height:1.8}.pos-three .text p{margin:10px 0}.pos-three .images{margin:30px 0;display:block}.pos-three .images img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}@media only screen and (max-width:992px){.pos-three{padding:50px 0}.pos-three .title{font-size:2rem}.pos-three .list li,.pos-three .text{font-size:1rem}}.pos-four{text-align:center;background-color:#fff;padding:100px 0}.pos-four .title{color:#33363d;margin-bottom:20px;font-size:2.5rem;font-weight:700}.pos-four .title p{margin:0}.pos-four .text{color:#33363d;max-width:900px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8}.pos-four .text p{margin:10px 0}@media only screen and (max-width:992px){.pos-four{padding:50px 0}.pos-four .title{font-size:2rem}.pos-four .text{font-size:1rem}}.master-section{text-align:center;padding:100px 0}.master-section .head{color:#33363d;margin-bottom:20px;font-size:1.2rem;font-weight:500}.master-section .title{color:#33363d;margin-bottom:40px;font-size:3rem;font-weight:700;line-height:1.2}.master-section .images{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;margin:50px 0 40px;display:flex}.master-section .image-one,.master-section .image-two{flex:0 auto;min-width:280px;max-width:450px;position:relative}.master-section .image-one img,.master-section .image-two img{border-radius:15px;width:100%;height:auto;transition:transform .3s;box-shadow:0 15px 40px #00000026}.master-section .image-one img:hover,.master-section .image-two img:hover{transform:translateY(-5px)}.master-section .sub-head{color:#33363d;max-width:900px;margin:40px auto 20px;font-size:1.3rem;font-weight:400;line-height:1.8}.master-section .text{color:#666;max-width:800px;margin-top:20px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.master-section{padding:60px 0}.master-section .title{font-size:2rem}.master-section .sub-head{font-size:1.1rem}.master-section .images{flex-direction:column}.master-section .image-one,.master-section .image-two{min-width:100%;max-width:100%}}.six-section{text-align:center;background-color:#f8f9fa;padding:100px 0}.six-section .title{color:#33363d;margin-bottom:30px;font-size:3rem;font-weight:700}.six-section .head{color:#33363d;max-width:800px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:1.3rem;line-height:1.8}.six-section .text{color:#666;margin-bottom:50px;font-size:1.1rem;line-height:1.8}.six-section .col-md-12{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}.six-section .content{flex-direction:column;align-items:center;margin:0;display:flex}.six-section .content h2{color:#33363d;margin-bottom:15px;font-size:1.5rem;font-weight:600}.six-section .download{margin-top:10px;display:inline-block}.six-section .download img{border-radius:8px;max-width:150px;height:auto}.six-section .image{justify-content:center;align-items:center;margin:0;display:flex}.six-section .image img{width:100%;max-width:300px;height:auto}@media (max-width:768px){.six-section{padding:60px 0}.six-section .title{font-size:2rem}.six-section .col-md-12{flex-direction:column}.six-section .content,.six-section .image{width:100%;margin:20px 0}.six-section .image img{max-width:250px}}.seven-section{text-align:center;padding:100px 0}.seven-section .title{color:#33363d;margin-bottom:30px;font-size:3rem;font-weight:700}.seven-section .head{color:#33363d;max-width:800px;margin-bottom:50px;margin-left:auto;margin-right:auto;font-size:1.3rem;line-height:1.8}.qr-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:50px auto 0;padding:0;list-style:none;display:grid}.qr-list li{text-align:center;background-color:#fff;border-radius:15px;flex-direction:column;align-items:center;padding:30px 20px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.qr-list li:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.qr-list li .icon{margin-bottom:20px}.qr-list li .icon img{object-fit:contain;width:80px;height:80px}.qr-list li .text{color:#33363d;font-size:1.1rem;font-weight:500;line-height:1.6}.qr-list li .text p{margin:0}@media (max-width:768px){.seven-section{padding:60px 0}.seven-section .title{font-size:2rem}.qr-list{grid-template-columns:1fr;gap:30px}}.extension-card{position:relative}.extension-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.extension-card:hover .more-button{transform:translateY(-2px);box-shadow:0 5px 15px #ff4d474d;background-color:#ff7470!important}.sectoral-apps-section{padding:100px 0}.sectoral-apps-section .title{color:#391716;margin-bottom:30px;font-size:3rem;font-weight:700}.sectoral-apps-section .text{margin-bottom:50px;font-size:1.2rem;line-height:1.6}.sectoral-apps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.sectoral-app-card{cursor:pointer;background-color:#fff;border-radius:15px;flex-direction:column;height:100%;padding:30px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.sectoral-app-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.sectoral-app-card .app-icon{text-align:center;margin-bottom:20px}.sectoral-app-card .app-icon>div{background-color:#391716;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:inline-flex}.sectoral-app-card .app-icon span{color:#fff;font-size:2.5rem}.sectoral-app-card .app-title{color:#391716;text-align:center;margin-bottom:15px;font-size:1.3rem;font-weight:600}.sectoral-app-card .app-description{color:#666;text-align:center;flex-grow:1;margin-bottom:20px;font-size:1rem;line-height:1.6}.sectoral-app-card>a{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}@media only screen and (max-width:992px){.sectoral-apps-section{padding:50px 0}.sectoral-apps-section .title{font-size:2rem}.sectoral-apps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.sectoral-app-card{padding:25px}}@media only screen and (max-width:768px){.sectoral-apps-grid{grid-template-columns:1fr;gap:20px}}.cta-button:hover{color:#fff!important;background-color:#fc5550!important}
