@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap";
.onlinestore-module__aSqLla__pageContainer{background-color:#e8eef5;min-height:100%;margin:0;padding:0;overflow-x:hidden}.onlinestore-module__aSqLla__pageContainer h1,.onlinestore-module__aSqLla__pageContainer h2,.onlinestore-module__aSqLla__pageContainer h3,.onlinestore-module__aSqLla__pageContainer h4,.onlinestore-module__aSqLla__pageContainer h5,.onlinestore-module__aSqLla__pageContainer h6,.onlinestore-module__aSqLla__pageContainer button{font-family:Nunito}.onlinestore-module__aSqLla__pageContainer p,.onlinestore-module__aSqLla__pageContainer ul,.onlinestore-module__aSqLla__pageContainer li{font-family:Roboto}.onlinestore-module__aSqLla__webSec{background:linear-gradient(90deg,rgba(10,10,30,.95) 40%,rgba(10,10,30,.6) 70%,rgba(10,10,30,.2) 100%),url(/img/order.jpg) 50%/cover no-repeat;justify-content:space-between;align-items:center;gap:70px;width:100%;min-height:100vh;padding:80px 8%;display:flex;position:relative;overflow:hidden}.onlinestore-module__aSqLla__webPart{color:#fff;flex:1;max-width:600px;animation:1.2s forwards onlinestore-module__aSqLla__fadeInLeft}.onlinestore-module__aSqLla__webPart h1{letter-spacing:1px;background:linear-gradient(90deg,#f7f7f8,#f8cdda,#f1f1f3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:25px;font-size:3.2rem;font-weight:800;line-height:1.3}.onlinestore-module__aSqLla__webPart p{color:#eaeaea;margin-bottom:25px;font-size:1.2rem;line-height:1.7}.onlinestore-module__aSqLla__webPart ul{margin:0 0 25px;padding:0;list-style:none}.onlinestore-module__aSqLla__webPart ul li{color:#f1f1f1;margin-bottom:12px;padding-left:30px;font-size:1.1rem;position:relative}.onlinestore-module__aSqLla__webPart ul li:before{content:"✦";color:#767ca7;font-size:1.3rem;position:absolute;left:0}.onlinestore-module__aSqLla__webPart button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0c186a,#6976c5);border:none;border-radius:50px;padding:16px 38px;font-size:18px;font-weight:700;transition:all .4s;box-shadow:0 6px 25px rgba(255,99,99,.6)}.onlinestore-module__aSqLla__webPart button:hover{background:linear-gradient(135deg,#c9184a,#ff6363);transform:translateY(-4px)scale(1.05);box-shadow:0 8px 30px rgba(255,99,99,.8)}.onlinestore-module__aSqLla__webForm{-webkit-backdrop-filter:blur(18px);color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:18px;flex:1;max-width:420px;padding:40px 32px;animation:1.2s forwards onlinestore-module__aSqLla__fadeInRight;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.35)}.onlinestore-module__aSqLla__webForm:before{content:"";z-index:0;background:conic-gradient(#0c186a,#f8cdda,#6976c5);width:200%;height:200%;animation:6s linear infinite onlinestore-module__aSqLla__rotate;position:absolute;top:-50%;left:-50%}.onlinestore-module__aSqLla__webForm:after{content:"";z-index:1;background:rgba(20,20,30,.9);border-radius:14px;position:absolute;top:3px;bottom:3px;left:3px;right:3px}.onlinestore-module__aSqLla__webForm h3{z-index:2;text-align:center;color:#fff;background:linear-gradient(90deg,#f8cdda,#ff6363);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:30px;font-size:1.8rem;font-weight:700;position:relative}.onlinestore-module__aSqLla__formGroup{z-index:2;margin-bottom:20px;position:relative}.onlinestore-module__aSqLla__webForm label{color:#fff;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.6);margin-bottom:6px;font-size:.95rem;font-weight:600}.onlinestore-module__aSqLla__webForm input,.onlinestore-module__aSqLla__webForm textarea{color:#fff;background:rgba(255,255,255,.08);border:none;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 38px;font-size:1rem;transition:all .3s}.onlinestore-module__aSqLla__webForm input:focus,.onlinestore-module__aSqLla__webForm textarea:focus{background:rgba(255,255,255,.15);box-shadow:0 0 12px #ff6363}.onlinestore-module__aSqLla__webForm button{z-index:2;cursor:pointer;color:#fff;background:linear-gradient(135deg,#0c186a,#6976c5);border:none;border-radius:10px;width:100%;padding:14px;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative}.onlinestore-module__aSqLla__webForm button:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 8px 24px rgba(44,63,167,.6)}@keyframes onlinestore-module__aSqLla__fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes onlinestore-module__aSqLla__fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes onlinestore-module__aSqLla__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:992px){.onlinestore-module__aSqLla__webSec{text-align:center;flex-direction:column;gap:40px;padding:60px 20px}.onlinestore-module__aSqLla__webPart,.onlinestore-module__aSqLla__webForm{max-width:100%}}@media (max-width:480px){.onlinestore-module__aSqLla__webPart h1{font-size:2rem}.onlinestore-module__aSqLla__webForm h3{font-size:1.4rem}}.onlinestore-module__aSqLla__teamsSection{background:#f9f9f9;max-width:100vw;padding:40px 10%}.onlinestore-module__aSqLla__teamsSectionHeading{text-align:center;color:#0c186a;margin-bottom:40px;font-size:2.5rem}.onlinestore-module__aSqLla__teamsContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:50px;display:flex}.onlinestore-module__aSqLla__teamsText{flex:1;min-width:300px}.onlinestore-module__aSqLla__teamsText h2{color:#da332e;margin-bottom:20px;font-size:2rem}.onlinestore-module__aSqLla__teamsText p{color:#0c186a;margin-bottom:20px;font-size:1.1rem;line-height:1.6}.onlinestore-module__aSqLla__teamsText button{color:#fff;cursor:pointer;background:#0c186a;border:none;border-radius:8px;padding:12px 25px;font-size:1rem;transition:all .3s}.onlinestore-module__aSqLla__teamsText button:hover{background:#080f4d}.onlinestore-module__aSqLla__teamsText ul{margin-bottom:20px;padding-left:20px;list-style-type:disc}.onlinestore-module__aSqLla__teamsText li{color:#0c186a;margin-bottom:12px;font-size:1.05rem;line-height:1.6}.onlinestore-module__aSqLla__teamsImage{text-align:center;flex:1;min-width:300px}.onlinestore-module__aSqLla__teamsImage img{border-radius:12px;max-width:500px;height:500px;transition:transform .3s;box-shadow:0 8px 20px rgba(0,0,0,.2)}.onlinestore-module__aSqLla__highlightText{color:#da332e}@keyframes onlinestore-module__aSqLla__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.onlinestore-module__aSqLla__featuresSection{background-color:#f8f9fa;padding:4rem 2rem}.onlinestore-module__aSqLla__heading{color:#0c186a;text-align:center;margin-bottom:20px;font-size:2rem}.onlinestore-module__aSqLla__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.onlinestore-module__aSqLla__featureCard{background-color:#fff;border-radius:10px;padding:1.5rem;transition:transform .2s ease-in-out;box-shadow:0 4px 8px rgba(0,0,0,.06)}.onlinestore-module__aSqLla__featureCard:hover{transform:translateY(-5px)}.onlinestore-module__aSqLla__featureTitle{color:#da332e;margin-bottom:.75rem;font-size:1.25rem}.onlinestore-module__aSqLla__featureDescription{color:#0c186a;font-size:1rem;line-height:1.5}.onlinestore-module__aSqLla__partnersSection{text-align:center;background-color:#f9f9f9;padding-bottom:30px}.onlinestore-module__aSqLla__partnersHeading{color:#da332e;margin-bottom:30px;font-family:Nunito,sans-serif;font-size:2rem}.onlinestore-module__aSqLla__logosRow{flex-wrap:wrap;justify-content:space-around;gap:40px;display:flex}.onlinestore-module__aSqLla__logoItem{flex-direction:column;align-items:center;max-width:120px;display:flex}.onlinestore-module__aSqLla__logoImage{object-fit:contain;width:100px;height:200px;margin-bottom:10px}.onlinestore-module__aSqLla__logoLabel{color:#000;font-size:1.05rem}@media (max-width:768px){.onlinestore-module__aSqLla__logosRow{gap:20px}.onlinestore-module__aSqLla__logoImage{object-fit:contain;width:100px;height:auto;margin-bottom:10px}}@media (max-width:480px){.onlinestore-module__aSqLla__partnersHeading{font-size:1.5rem}.onlinestore-module__aSqLla__logosRow{flex-direction:row;justify-content:center}.onlinestore-module__aSqLla__logoImage{max-width:70px;height:40px}}.onlinestore-module__aSqLla__ctaSection{color:#fff;text-align:center;background-image:linear-gradient(rgba(12,24,106,.6),rgba(65,74,134,.6)),url(/img/bg.jpg);background-position:50%;background-size:cover;width:100vw;padding:60px 20px;transition:transform .3s;box-shadow:0 15px 50px rgba(0,0,0,.2)}.onlinestore-module__aSqLla__ctaContent{text-align:center;max-width:1200px;margin:0 auto;padding:0 20px}.onlinestore-module__aSqLla__ctaContent h2{margin-bottom:20px;font-size:max(1.7rem,min(5vw,2.5rem));font-weight:700;line-height:1.3}.onlinestore-module__aSqLla__ctaContent p{max-width:700px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:max(1rem,min(2.5vw,1.2rem));line-height:1.6}.onlinestore-module__aSqLla__ctaContent button{color:#530502;cursor:pointer;z-index:1;background:#da332e;border:none;border-radius:50px;padding:14px 36px;font-size:max(1rem,min(3vw,1.875rem));font-weight:600;transition:all .3s;position:relative;overflow:hidden}.onlinestore-module__aSqLla__ctaContent button:before{content:"";z-index:-1;background:linear-gradient(90deg,transparent,#fff,transparent) 0 0/200% 100%;border:2px solid #530502;border-radius:50px;animation:2s linear infinite onlinestore-module__aSqLla__borderMove;position:absolute;top:0;bottom:0;left:0;right:0}.onlinestore-module__aSqLla__ctaContent button:hover{background:#e65c00;transform:scale(1.05)}@keyframes onlinestore-module__aSqLla__borderMove{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.onlinestore-module__aSqLla__ctaSection{padding:50px 15px}.onlinestore-module__aSqLla__ctaContent h2{font-size:2rem}.onlinestore-module__aSqLla__ctaContent p{max-width:90%;font-size:1.1rem}.onlinestore-module__aSqLla__ctaContent button{padding:12px 30px;font-size:26px}}@media (max-width:600px){.onlinestore-module__aSqLla__ctaSection{padding:40px 10px}.onlinestore-module__aSqLla__ctaContent h2{font-size:1.7rem}.onlinestore-module__aSqLla__ctaContent p{max-width:95%;font-size:1rem}.onlinestore-module__aSqLla__ctaContent button{padding:10px 24px;font-size:22px}}.onlinestore-module__aSqLla__trustContainer{background-color:transparent;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:60px;max-width:500px;display:flex}.onlinestore-module__aSqLla__trustItem{text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.onlinestore-module__aSqLla__trustItem img{object-fit:contain;opacity:.9;max-width:160px;height:auto;margin-bottom:10px;transition:all .3s}.onlinestore-module__aSqLla__trustItem span{color:#0c186a;font-size:1.1rem;font-weight:600}@media (max-width:768px){.onlinestore-module__aSqLla__trustContainer{gap:30px}.onlinestore-module__aSqLla__trustItem img{max-width:130px}}
