@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.Hero-module__ZARIfG__hero{color:#fff;background:#001f35;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__imageBg{object-fit:cover;z-index:1;width:100%;height:120%;transition:opacity 1s ease-in-out;position:absolute;top:-10%;left:0}.Hero-module__ZARIfG__bgElementGlowAmber{z-index:2;pointer-events:none;filter:blur(50px);background:radial-gradient(circle,#ffcc001f 0%,#0000 70%);border-radius:50%;width:40vw;height:40vw;position:absolute;top:15%;right:10%}.Hero-module__ZARIfG__bgElementGlowBlue{z-index:2;pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#00315340 0%,#0000 75%);border-radius:50%;width:50vw;height:50vw;position:absolute;bottom:10%;left:-5%}.Hero-module__ZARIfG__bgElementGrid{z-index:2;pointer-events:none;opacity:.7;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__loadingOverlay{z-index:20;background:#003153;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__spinner{border:5px solid #ffffff1a;border-top:5px solid var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite Hero-module__ZARIfG__spin}@keyframes Hero-module__ZARIfG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__ZARIfG__overlay{z-index:2;background:linear-gradient(#0000 35%,#0009 65%,#000000f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__contentGrid{z-index:10;box-sizing:border-box;grid-template-columns:1.2fr 1fr;align-items:center;gap:40px;width:100%;max-width:1400px;margin:0 auto;padding:0 5vw;display:grid;position:relative}.Hero-module__ZARIfG__leftSection{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Hero-module__ZARIfG__rightSection{justify-content:center;align-items:center;width:100%;display:flex}.Hero-module__ZARIfG__imageWrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Hero-module__ZARIfG__heroImage{object-fit:contain;width:100%;max-width:100%;max-height:70vh;display:block}.Hero-module__ZARIfG__seasonTag{text-transform:uppercase;letter-spacing:.5em;opacity:.7;margin-bottom:2vh;font-size:clamp(10px,.8vw,14px);font-weight:500}.Hero-module__ZARIfG__title{font-family:var(--font-main);letter-spacing:-.03em;text-shadow:none;color:#fff;flex-direction:column;justify-content:flex-end;min-height:2.4em;margin-bottom:2vh;font-size:clamp(48px,5.5vw,96px);font-weight:900;line-height:1.1;display:flex}.Hero-module__ZARIfG__titleLine{align-items:baseline;display:inline-flex}.Hero-module__ZARIfG__calligraphy{font-family:var(--font-main);vertical-align:middle;z-index:5;filter:none;font-weight:900;display:inline-block;position:relative;transform:none;color:#fff!important;-webkit-text-fill-color:#fff!important;background:0 0!important}.Hero-module__ZARIfG__subTitle{color:#fff;min-height:1.2em;text-shadow:none;letter-spacing:.3vw;text-transform:uppercase;margin-top:1vh;font-size:.35em;font-weight:700;display:block;position:relative}.Hero-module__ZARIfG__description{font-family:var(--font-main);color:#ffffffe6;max-width:600px;text-shadow:none;min-height:4.5em;margin:0 0 2.5vh;font-size:clamp(16px,1.1vw,20px);line-height:1.6;position:relative}.Hero-module__ZARIfG__actions{justify-content:flex-start;align-items:center;gap:15px;width:100%;max-width:580px;margin-top:3vh;margin-bottom:0;display:flex}.Hero-module__ZARIfG__actions button{flex:none}.Hero-module__ZARIfG__trustIndicator{align-items:flex-start;gap:1vh;margin-top:1vh;margin-bottom:1vh;padding:0;display:flex}.Hero-module__ZARIfG__trustText{color:#fffc;letter-spacing:.1vw;font-size:clamp(12px,.9vw,16px)}.Hero-module__ZARIfG__trustText strong{color:#fff;font-weight:700}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn,.Hero-module__ZARIfG__fleetBtn{text-transform:none;white-space:nowrap;cursor:pointer;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;height:44px;padding:0 20px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module__ZARIfG__cabHighlighter{color:#001f35;text-transform:none;white-space:nowrap;cursor:pointer;box-sizing:border-box;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;height:54px;padding:0 32px;font-size:16px;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px #ffffff26,0 5px 15px #0003}.Hero-module__ZARIfG__cabHighlighter:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 15px 30px #ffffff40,0 8px 20px #0003}.Hero-module__ZARIfG__primaryBtn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3}.Hero-module__ZARIfG__primaryBtn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 25px #0000004d}.Hero-module__ZARIfG__secondaryBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff26}.Hero-module__ZARIfG__secondaryBtn:hover{background:#ffffff26;transform:translateY(-2px)}.Hero-module__ZARIfG__fleetBtn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff26;gap:8px;margin:0}.Hero-module__ZARIfG__fleetBtn:hover{background:#ffffff26;transform:translateY(-2px)}.Hero-module__ZARIfG__scrollIndicator{z-index:10;position:absolute;bottom:5vh;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid #ffffff80;border-radius:2vw;justify-content:center;width:2.2vw;min-width:24px;height:3.8vw;min-height:40px;padding-top:.8vw;display:flex}.Hero-module__ZARIfG__wheel{background:#fff;border-radius:1vw;width:.3vw;min-width:3px;height:.8vw;min-height:8px}@media (max-width:1024px){.Hero-module__ZARIfG__contentGrid{text-align:center;grid-template-columns:1fr;align-content:center;gap:30px;padding-top:100px;padding-bottom:60px}.Hero-module__ZARIfG__leftSection{text-align:center;align-items:center;width:100%}.Hero-module__ZARIfG__title{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto;font-size:clamp(32px,8vw,48px);display:flex}.Hero-module__ZARIfG__titleLine{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.Hero-module__ZARIfG__subTitle{text-align:center;width:100%;min-height:auto;margin-top:10px;display:block}.Hero-module__ZARIfG__description{text-align:center;width:100%;max-width:500px;min-height:4.8em;margin-left:auto;margin-right:auto;font-size:clamp(14px,3.5vw,16px)}.Hero-module__ZARIfG__actions{flex-flow:wrap;justify-content:center;align-items:center;gap:12px;width:100%;max-width:100%;margin-top:20px;margin-left:auto;margin-right:auto;display:flex}.Hero-module__ZARIfG__actions button{flex:180px;width:auto;max-width:220px}.Hero-module__ZARIfG__trustIndicator{justify-content:center;align-items:center;width:100%;margin:15px auto;display:flex}.Hero-module__ZARIfG__rightSection{order:-1;width:100%}.Hero-module__ZARIfG__imageWrapper{width:100%;max-width:100%}}@media (max-width:768px){.Hero-module__ZARIfG__hero{flex-direction:column;justify-content:center;height:auto;min-height:100dvh;display:flex;overflow-y:auto}.Hero-module__ZARIfG__masonryContainer{gap:10px;width:150vw;left:-25vw}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding-top:80px;padding-bottom:40px}.Hero-module__ZARIfG__title{margin-bottom:15px!important;font-size:clamp(26px,7.5vw,36px)!important}.Hero-module__ZARIfG__titleLine{gap:4px!important}.Hero-module__ZARIfG__calligraphy{font-size:1.15em!important;transform:translateY(-2px)!important}.Hero-module__ZARIfG__subTitle{letter-spacing:1.5px!important;margin-top:8px!important;font-size:13px!important}.Hero-module__ZARIfG__description{opacity:.9!important;min-height:4.8em!important;margin-bottom:15px!important;padding:0 10px!important;font-size:14px!important;line-height:1.5!important}.Hero-module__ZARIfG__actions{flex-flow:wrap!important;justify-content:center!important;align-items:center!important;gap:12px 10px!important;width:100%!important;max-width:480px!important;margin-bottom:20px!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}.Hero-module__ZARIfG__trustIndicator{gap:8px!important;margin-bottom:20px!important}.Hero-module__ZARIfG__trustText{letter-spacing:.5px!important;font-size:11px!important}.Hero-module__ZARIfG__cabHighlighter{flex:100%!important;order:3!important;width:100%!important;max-width:none!important;height:52px!important;margin-right:0!important;font-size:14px!important}.Hero-module__ZARIfG__cabHighlighter:after{inset:2px!important}.Hero-module__ZARIfG__primaryBtn{flex:calc(50% - 5px)!important;order:1!important;width:auto!important;max-width:none!important;height:44px!important;font-size:14px!important}.Hero-module__ZARIfG__fleetBtn{flex:calc(50% - 5px)!important;order:2!important;width:auto!important;max-width:none!important;height:44px!important;font-size:14px!important}.Hero-module__ZARIfG__imageWrapper{width:100%!important;max-width:340px!important;margin:0 auto!important}.Hero-module__ZARIfG__heroImage{object-fit:contain!important;width:100%!important;height:auto!important;max-height:280px!important}.Hero-module__ZARIfG__scrollIndicator{display:none!important}}
.BackgroundGridCars-module__fwtLNq__gridContainer{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.BackgroundGridCars-module__fwtLNq__gridPattern{opacity:1;background-image:linear-gradient(#ffffff17 1px,#0000 1px),linear-gradient(90deg,#ffffff17 1px,#0000 1px);background-size:80px 80px;width:100%;height:100%;position:absolute;top:0;left:0}.BackgroundGridCars-module__fwtLNq__dot{opacity:.45;background:#fff;border-radius:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;position:absolute;box-shadow:0 0 10px #fffc}
