@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;900&display=swap);:root{--primary-color:#222831;--secondary-color:#c5172e;--text-color:#5b5c57;--background-color:#fff;--grey-bg:#f8f8f8;--dark-blue:lighten(#222831,5%);--red-color:#c00;--low-opacity-text:#474747;--black-color:#1d2527;--white-color:#fff;--overlay-color:#00000080;--muted-color:#777;--main-font:"Heebo",sans-serif;--heading-font:"Heebo",sans-serif;--padding-base:1rem;--margin-base:1rem;--border-color:#dadada solid 1px;--border-radius:8px}html{overflow-x:hidden}body{margin:0;padding:0;position:relative;width:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-container{height:100vh;position:relative;width:100%}.hero-carousel{transition:margin-left .3s ease}.loader-wrapper{align-items:center;background-color:#fff;display:flex;flex-direction:row;gap:16px;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.truck{animation:drive 2.5s linear infinite;height:50px;position:relative;width:120px}.truck .truck-body{background-color:#e50914;border-radius:4px;bottom:10px;height:30px;left:0;position:absolute;width:80px}.truck .truck-cabin{background-color:#c40812;border-radius:2px;bottom:20px;height:20px;left:80px;position:absolute;width:30px}.truck .wheel{animation:spin .5s linear infinite;background-color:#222;border-radius:50%;bottom:0;height:14px;position:absolute;width:14px}.truck .wheel.front-wheel{left:10px}.truck .wheel.back-wheel{left:90px}.cargo-box{animation:bounce 1s ease-in-out infinite;background-color:#e50914;border:2px solid #c40812;border-radius:4px;height:28px;width:28px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes drive{0%{transform:translateX(-150%)}to{transform:translateX(150%)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.send-button{background-color:#222831!important;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.send-button:hover{background-color:#2c3440}.send-button:disabled{background-color:#f8f8f8;cursor:not-allowed}.input-field{font-family:inherit;margin-bottom:1rem;position:relative;width:100%}.input-field .input-label{color:#333;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.input-field .input-label .required-asterisk{color:#ff4d4f;margin-left:4px}.input-field .input-container{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;display:flex;position:relative;transition:all .2s ease}.input-field .input-container:hover:not(.error){border-color:#c5172e}.input-field .input-container:focus-within{border-color:#4d90fe;box-shadow:0 0 0 2px #4d90fe33}.input-field .input-container.error{border-color:#ff4d4f}.input-field .input-container .input-icon{color:#00000040;padding:0 12px}.input-field .input-container .input-element{background:#0000;border:none;border-radius:4px;color:#333;font-size:1rem;outline:none;padding:.75rem 1rem;width:100%}.input-field .input-container .input-element.with-icon{padding-left:.5rem}.input-field .input-container .input-element:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}.input-field .input-container .input-element::placeholder{color:#999;opacity:.7}.input-field .error-message{color:#ff4d4f;font-size:.75rem;margin-top:.25rem}.feedback-button-container{bottom:20px;left:20px;position:fixed;text-align:left;transition:all .3s ease;z-index:1000}.feedback-button-container .feedback-toggle-button{align-items:center;background:#c5172e!important;border:none;border-radius:8px;box-shadow:0 2px 10px #1d252733;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.feedback-button-container .feedback-toggle-button:hover{background:#0d0f13!important;box-shadow:0 4px 15px #1d25274d;transform:translateY(-2px)}.feedback-button-container .feedback-toggle-button:before{content:"✉️";font-size:1rem}.feedback-widget{animation:slideUp .3s ease-out;background:#fff;border-radius:8px;bottom:80px;box-shadow:0 5px 25px #1d252733;display:flex;flex-direction:column;left:20px;max-height:80vh;max-width:400px;overflow:hidden;position:fixed;text-align:left;width:calc(100% - 40px);z-index:1001}.feedback-widget .feedback-header{align-items:center;background:#222831;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px;text-align:center}.feedback-widget .feedback-header h3{font-size:1.2rem;font-weight:600;margin:0}.feedback-widget .feedback-header .close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:0 8px;transition:transform .2s}.feedback-widget .feedback-header .close-button:hover{transform:scale(1.2)}.feedback-widget .feedback-body{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:30px 20px;text-align:left}.feedback-widget .feedback-body p{font-size:1.1rem;line-height:1.5;margin-bottom:24px}.feedback-widget .feedback-form{flex-grow:1;overflow-y:auto;padding:20px}.feedback-widget .feedback-form .form-group{margin-bottom:24px}.feedback-widget .feedback-form .form-group:last-child{margin-bottom:16px}.feedback-widget .feedback-form .question-label{color:#2c3440;display:block;font-size:.95rem;font-weight:600;margin-bottom:12px}.feedback-widget .feedback-form .rating-scale{margin-bottom:20px}.feedback-widget .feedback-form .rating-scale .scale-numbers{display:flex;justify-content:space-between;margin-bottom:8px}.feedback-widget .feedback-form .rating-scale .scale-numbers .scale-number{color:#5b5c57;font-size:.8rem;font-weight:500;text-align:center;width:10%}.feedback-widget .feedback-form .rating-scale .scale-bars{display:flex;height:20px;justify-content:space-between;margin-bottom:8px}.feedback-widget .feedback-form .rating-scale .scale-bars .scale-bar{background:#f8f8f8;border-radius:2px;cursor:pointer;height:100%;position:relative;transition:all .2s ease;width:8%}.feedback-widget .feedback-form .rating-scale .scale-bars .scale-bar:hover{background:#61728b}.feedback-widget .feedback-form .rating-scale .scale-bars .scale-bar.selected{background:#222831}.feedback-widget .feedback-form .rating-scale .scale-labels{color:#474747;display:flex;font-size:.8rem;justify-content:space-between;margin-top:8px}.feedback-widget .feedback-form .radio-options{display:flex;flex-direction:column;gap:12px}.feedback-widget .feedback-form .radio-options .radio-option{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;transition:background .2s}.feedback-widget .feedback-form .radio-options .radio-option:hover{background:#2228311a}.feedback-widget .feedback-form .radio-options .radio-option input[type=radio]{accent-color:#222831;height:18px;min-width:18px;width:18px}.feedback-widget .feedback-form .radio-options .radio-option .radio-label{font-size:.95rem;font-weight:500}.feedback-widget .form-footer{align-items:center;background:#fff;border-top:1px solid #1d25271a;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:space-between;padding:16px 20px}.feedback-widget .form-footer .secondary-button{background:#f8f8f8;border-radius:8px;color:#5b5c57;padding:10px 20px}.feedback-widget .form-footer .secondary-button:hover{background:#dfdfdf}.feedback-widget .form-footer .submit-button{background:#222831!important;border-radius:8px;color:#fff;padding:10px 24px}.feedback-widget .form-footer .submit-button:hover{background:#0d0f13}.feedback-widget .form-footer .submit-button:disabled{background:#61728b;cursor:not-allowed}.feedback-widget .form-footer .powered-by{align-items:center;color:#474747;display:flex;font-size:.8rem;margin-top:10px;padding-left:10px}.feedback-widget .form-footer .powered-by strong{color:#222831;font-weight:600;margin-left:6px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.feedback-widget{bottom:70px;left:20px;max-width:none;right:20px;width:calc(100% - 40px)}.feedback-button-container{bottom:20px;left:20px}}*,:after,:before{box-sizing:border-box}.HeroSection_heroSection__mBUCT{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:flex-start;min-height:500px;overflow:hidden;padding:0 clamp(1rem,5vw,100px);position:relative;width:100%}.HeroSection_heroSection__mBUCT .HeroSection_heroOverlay__Gpj\+1{background-color:#000;height:100%;left:0;position:absolute;top:0;width:100%}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K{max-width:800px;padding:40px 20px;position:relative;z-index:1}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K .HeroSection_heroTitle__ino8y{color:#edf5f6;font-size:1.5rem;font-weight:400;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K .HeroSection_heroSubtitle__vZKjb{color:#edf5f6;font-size:4.5rem;font-weight:700;line-height:1.4;text-shadow:1px 1px 2px #00000080}@media(max-width:768px){.HeroSection_heroSection__mBUCT{min-height:400px;padding:0 clamp(1rem,5vw,60px)}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K .HeroSection_heroTitle__ino8y{font-size:2.5rem}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K .HeroSection_heroSubtitle__vZKjb{font-size:1.2rem}}@media(max-width:480px){.HeroSection_heroSection__mBUCT{min-height:300px;padding:0 20px}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K{padding:20px 15px}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K .HeroSection_heroTitle__ino8y{font-size:2rem}.HeroSection_heroSection__mBUCT .HeroSection_heroContent__lWW9K .HeroSection_heroSubtitle__vZKjb{font-size:1rem}}.privacy-policy{background-color:#f8f8f8;color:#222831;font-family:Heebo,sans-serif;line-height:1.7;min-height:100vh;padding:4rem 0;text-align:left}.privacy-policy .privacy-container{margin:0 auto;max-width:1200px;padding:0 2rem}.privacy-policy .privacy-header{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:1.5rem;text-align:left}.privacy-policy .privacy-header h1{color:#d32f2f;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.privacy-policy .privacy-header .version-info{color:#6b7280;font-size:.9rem;font-weight:500}.privacy-policy .privacy-columns{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}@media(max-width:992px){.privacy-policy .privacy-columns{gap:3rem;grid-template-columns:1fr}}.privacy-policy .privacy-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#374151;font-size:1rem;padding:2.5rem}.privacy-policy .privacy-content .intro{color:#5b5c57;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.privacy-policy .privacy-content .policy-section{margin-bottom:2.5rem}.privacy-policy .privacy-content .policy-section:last-child{margin-bottom:0}.privacy-policy .privacy-content h2{border-bottom:1px solid #ffcdd2;color:#c5172e;font-size:1.3rem;font-weight:700;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.privacy-policy .privacy-content h2:first-of-type{margin-top:0}.privacy-policy .privacy-content p{color:#4b5563;margin-bottom:1.2rem}.privacy-policy .privacy-content p strong{color:#222831;font-weight:600}.privacy-policy .privacy-content ul{margin:1.2rem 0;padding-left:1.5rem}.privacy-policy .privacy-content ul li{color:#4b5563;margin-bottom:.5rem}.privacy-policy .privacy-content a{color:#3b82f6;font-weight:500;text-decoration:none;transition:all .2s ease}.privacy-policy .privacy-content a:hover{color:#2563eb;text-decoration:underline}.privacy-policy .privacy-content .contact-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:3rem;padding:1.5rem}.privacy-policy .privacy-content .contact-section h2{border-bottom:none;margin-top:0;padding-bottom:0}.privacy-policy .privacy-content .contact-details{display:flex;flex-direction:column;gap:1rem}.privacy-policy .privacy-content .contact-item{align-items:center;color:#4b5563;display:flex;gap:.8rem}.privacy-policy .privacy-content .contact-item .contact-icon{color:#d32f2f;font-size:1.1rem}.privacy-policy .privacy-form{position:-webkit-sticky;position:sticky;top:2rem}.privacy-policy .privacy-form .form-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:2rem}.privacy-policy .privacy-form .form-heading{color:#c5172e;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.privacy-policy .privacy-form .form-subheading{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}@media(max-width:768px){.privacy-policy{padding:2rem 0}.privacy-policy .privacy-container{padding:0 1rem}.privacy-policy .privacy-header{margin-bottom:2rem}.privacy-policy .privacy-header h1{font-size:2rem}.privacy-policy .privacy-content{padding:1.5rem}.privacy-policy .privacy-form{position:static}}.contact-form{background:#f8f8f8;border-radius:8px;padding:20px;width:100%}.contact-form .form-title{color:#222831;font-size:22px;margin-bottom:20px;text-align:left}.contact-form .form-row{display:flex;gap:20px}.contact-form .form-row>*{flex:1 1}.contact-form textarea.input-element{border:1px solid #dadada;border-radius:4px;font-family:inherit;font-size:inherit;margin-top:10px;min-height:100px;padding:10px;resize:vertical;width:100%}.contact-form .form-footer{margin-top:20px}.contact-form .form-footer .recaptcha-notice{color:#5b5c57;font-size:12px;margin-bottom:15px}.contact-form .form-footer .recaptcha-notice a{color:#222831;text-decoration:none}.contact-form .form-footer .recaptcha-notice a:hover{text-decoration:underline}.contact-form .submit-button{background-color:#222831;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:background-color .3s;width:100%}.contact-form .submit-button:hover{background-color:#0d0f13}@media(max-width:768px){.contact-form .form-row{flex-direction:column;gap:15px!important}}.accessibility-plan{background-color:#f8f8f8;color:#222831;font-family:Heebo,sans-serif;line-height:1.7;min-height:100vh;padding:4rem 0;text-align:left}.accessibility-plan .accessibility-container{margin:0 auto;max-width:1200px;padding:0 2rem}.accessibility-plan .accessibility-header{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:1.5rem;text-align:left}.accessibility-plan .accessibility-header h1{color:#c5172e;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.accessibility-plan .accessibility-header .version-info{color:#5b5c57;font-size:.9rem;font-weight:500}.accessibility-plan .accessibility-columns{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}@media(max-width:992px){.accessibility-plan .accessibility-columns{gap:3rem;grid-template-columns:1fr}}.accessibility-plan .accessibility-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#5b5c57;font-size:1rem;padding:2.5rem}.accessibility-plan .accessibility-section{border-bottom:1px solid #f8f8f8;margin-bottom:2.5rem;padding-bottom:1.5rem}.accessibility-plan .accessibility-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.accessibility-plan .accessibility-section h2{border-bottom:1px solid #ffcdd2;color:#c5172e;font-size:1.3rem;font-weight:700;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.accessibility-plan .accessibility-section h2:first-of-type{margin-top:0}.accessibility-plan .accessibility-section p{color:#5b5c57;margin-bottom:1.2rem}.accessibility-plan .accessibility-section .contact-methods{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}@media(max-width:768px){.accessibility-plan .accessibility-section .contact-methods{grid-template-columns:1fr}}.accessibility-plan .accessibility-section .contact-method h3{color:#111827;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.accessibility-plan .accessibility-section .contact-method ul{list-style-type:none;margin:0;padding-left:0}.accessibility-plan .accessibility-section .contact-method ul li{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.accessibility-plan .accessibility-section .contact-method ul li strong{font-weight:600}.accessibility-plan .accessibility-section .contact-method a{color:#3b82f6;font-weight:500;text-decoration:none;transition:all .2s ease}.accessibility-plan .accessibility-section .contact-method a:hover{color:#2563eb;text-decoration:underline}.accessibility-plan .accessibility-section .download-buttons{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.accessibility-plan .accessibility-section .download-buttons .download-button{background-color:#d32f2f;border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease}.accessibility-plan .accessibility-section .download-buttons .download-button:hover{background-color:#b71c1c;text-decoration:none}.accessibility-plan .accessibility-form{position:-webkit-sticky;position:sticky;top:2rem}.accessibility-plan .accessibility-form .form-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:2rem}.accessibility-plan .accessibility-form .form-heading{color:#c5172e;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.accessibility-plan .accessibility-form .form-subheading{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}@media(max-width:768px){.accessibility-plan{padding:2rem 0}.accessibility-plan .accessibility-container{padding:0 1rem}.accessibility-plan .accessibility-header h1{font-size:2rem}.accessibility-plan .accessibility-content{padding:1.5rem}.accessibility-plan .accessibility-form{position:static}}.terms-and-conditions{background-color:#f8f8f8;color:#222831;font-family:Heebo,sans-serif;line-height:1.7;min-height:100vh;padding:4rem 0;text-align:left}.terms-and-conditions .container{margin:0 auto;max-width:1200px;padding:0 2rem}.terms-and-conditions .terms-header{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:1.5rem;text-align:left}.terms-and-conditions .terms-header h1{color:#c5172e;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.terms-and-conditions .terms-header .version-info{color:#6b7280;font-size:.9rem;font-weight:500}.terms-and-conditions .terms-columns{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:2fr 1fr}@media(max-width:992px){.terms-and-conditions .terms-columns{gap:3rem;grid-template-columns:1fr}}.terms-and-conditions .terms-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#5b5c57;font-size:1rem;padding:2.5rem}.terms-and-conditions .terms-section{border-bottom:1px solid #f3f4f6;margin-bottom:2.5rem;padding-bottom:1.5rem}.terms-and-conditions .terms-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.terms-and-conditions .terms-section h2{border-bottom:1px solid #ffcdd2;color:#c5172e;font-size:1.3rem;font-weight:700;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.terms-and-conditions .terms-section h2:first-of-type{margin-top:0}.terms-and-conditions .terms-section p{color:#4b5563;margin-bottom:1.2rem}.terms-and-conditions .terms-form{position:-webkit-sticky;position:sticky;top:2rem}.terms-and-conditions .terms-form .form-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1.3rem}.terms-and-conditions .terms-form .form-heading{color:#c5172e;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.terms-and-conditions .terms-form .form-subheading{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}@media(max-width:768px){.terms-and-conditions{padding:2rem 0}.terms-and-conditions .container{padding:0 1rem}.terms-and-conditions .terms-header h1{font-size:2rem}.terms-and-conditions .terms-content{padding:1.5rem}.terms-and-conditions .terms-form{position:static}}.hero-video{align-items:center;color:#fff;display:flex;font-family:Heebo,sans-serif;height:100vh;justify-content:center;min-height:600px;overflow:hidden;position:relative;width:100%}.hero-video .video-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.hero-video .youtube-video{height:56.25vw;left:50%;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:1}.hero-video .video-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-video .hero-content{max-width:1200px;padding:0 5%;position:relative;text-align:center;width:90%;z-index:3}.hero-video .hero-content h1{font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 5px #00000080}.hero-video .hero-content h1 .highlight{color:#c5172e}.hero-video .hero-content .subtitle{font-size:1.5rem;font-weight:400;line-height:1.4;margin:0 auto 2.5rem;max-width:700px;text-shadow:1px 1px 3px #00000080}.hero-video .hero-content .cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:30px}.hero-video .hero-content .cta-buttons .cta-link{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;min-width:200px;padding:18px 40px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.hero-video .hero-content .cta-buttons .cta-primary{background-color:#c5172e;color:#fff}.hero-video .hero-content .cta-buttons .cta-primary:hover{background-color:#971223;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.hero-video .hero-content .cta-buttons .cta-secondary{background-color:#0000;border:2px solid #fff;color:#fff}.hero-video .hero-content .cta-buttons .cta-secondary:hover{background-color:#fff;box-shadow:0 4px 8px #0003;color:#c5172e;transform:translateY(-2px)}@media(max-width:992px){.hero-video .hero-content h1{font-size:3.5rem}.hero-video .hero-content .subtitle{font-size:1.2rem}}@media(max-width:768px){.hero-video{height:90vh;min-height:500px}.hero-video .hero-content h1{font-size:2.5rem}.hero-video .hero-content .subtitle{font-size:1rem}.hero-video .hero-content .cta-buttons{align-items:center;flex-direction:column;gap:15px}.hero-video .hero-content .cta-buttons .cta-link{max-width:250px;padding:15px 20px;text-align:center;width:100%}}@media(max-width:480px){.hero-video .hero-content h1{font-size:2rem}.hero-video .hero-content .subtitle{font-size:.9rem}}.BookShipments_bookShipmentsMain__bUcwz{font-family:Heebo,sans-serif}.BookShipments_bookShipmentsContainer__hZSQo{display:flex;flex-direction:row-reverse}@media(max-width:768px){.BookShipments_bookShipmentsContainer__hZSQo{flex-direction:column}}.BookShipments_bookShipmentsContainer__hZSQo>div{box-shadow:0 2px 4px #0000001a;flex:1 1;padding:20px}.BookShipments_bookShipmentsSection__ppma8{align-items:center;background-color:#2c3440;display:flex;gap:10px;padding:10px!important}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_posterLeft__yyiJo{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:10px}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_posterLeft__yyiJo .BookShipments_posterImage__lJfeS{border-radius:8px;height:auto;object-fit:cover;padding-top:25px;width:100%}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_posterRight__HO2-q{display:flex;flex:1 1;flex-direction:column;justify-content:center}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsContent__XRbqb{display:flex;flex-direction:column}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsTitle__uJXzo{color:#fff;font-size:2.55rem;font-weight:400;margin-bottom:0}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsSubtitle__SNpmQ{color:#c5172e;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;margin-top:.5rem}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsButton__H82-W{border:none;border-radius:5px;color:#c5172e;cursor:pointer;font-size:1.75rem;margin-bottom:30px;padding:12px 24px;text-decoration:none;transition:color .3s ease}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsButton__H82-W .BookShipments_bookShipmentsBracket__OBeK0{color:#c5172e}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsButton__H82-W:hover{color:#fff}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsButton__H82-W:active{transform:scale(.98)}.BookShipments_newsSection__8qUkC{background-color:#2c3340;display:flex;flex-direction:column;gap:10px;padding:40px 3rem}.BookShipments_newsSection__8qUkC .BookShipments_newsTitle__Io2\+9{color:#e6e6e6;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:left}.BookShipments_newsSection__8qUkC .BookShipments_newsContent__CZJv-{color:#fff;display:flex;flex-direction:column;font-size:1.2rem;line-height:1.6;text-align:left}.BookShipments_newsSection__8qUkC .BookShipments_newsContent__CZJv- .BookShipments_createAccountText__BQFxR{color:#e6e6e6;display:block;font-size:1.2rem;font-weight:700}.BookShipments_newsSection__8qUkC .BookShipments_newsContent__CZJv- ul{list-style-type:circle;padding-left:20px}.BookShipments_newsSection__8qUkC .BookShipments_newsContent__CZJv- li{margin-bottom:.5rem}.BookShipments_newsSection__8qUkC .BookShipments_joinNetworkButton__b3F9E{background-color:#c5172e!important;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;max-width:240px;padding:15px 30px;transition:background-color .3s ease;width:100%}.BookShipments_newsSection__8qUkC .BookShipments_joinNetworkButton__b3F9E:hover{background-color:#e6e6e6!important;color:#222831;font-weight:700}@media(max-width:768px){.BookShipments_bookShipmentsSection__ppma8{flex-direction:column;padding:60px 20px!important}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsSubtitle__SNpmQ,.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsTitle__uJXzo{font-size:2rem;text-align:center}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_bookShipmentsButton__H82-W{font-size:1.3rem;padding:10px 15px;text-align:center}.BookShipments_bookShipmentsSection__ppma8 .BookShipments_joinNetworkButton__b3F9E{margin:0 auto}.BookShipments_newsSection__8qUkC{padding:40px 20px}.BookShipments_newsSection__8qUkC .BookShipments_newsTitle__Io2\+9{font-size:2rem}}@media(max-width:462px){.BookShipments_posterImage__lJfeS{padding-top:10px!important}}@media(min-width:769px){.BookShipments_newsSection__8qUkC{padding:40px 1.5rem}}.grid-container{min-height:100%;overflow-x:hidden;position:relative;width:100%}.fixed-background{background-attachment:fixed;background-image:url(/static/media/Svit-Video-Production-5.6e92eb0a6bcdd49d3e1e.webp);background-position:50%;background-size:cover;filter:brightness(.7) blur(1px);font-family:Heebo,sans-serif!important;height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.fixed-background:after{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2228310d;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-auto-rows:minmax(280px,auto);grid-template-columns:repeat(3,1fr);padding:4rem 2rem;position:relative;z-index:1}.service-tile{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c334026;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0003,inset 0 0 0 1px #ffffff1a;display:flex;justify-content:center;overflow:hidden;transition:all .4s ease}.service-tile:before{background:linear-gradient(135deg,#2c334033,#2c33401a);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.service-tile:hover{background:#c5172e40;box-shadow:0 12px 40px #0000004d,inset 0 0 0 1px #fff3;transform:translateY(-8px)}.service-tile:hover .learn-more-btn{background:#ffffff26;border-color:#fff}.tile-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:24px;text-align:left;width:100%}.tile-content h3{color:#fff;font-family:Heebo,sans-serif;font-size:1.2rem;font-weight:800;letter-spacing:1px;margin-bottom:15px;text-align:left;text-shadow:0 2px 4px #0000004d;text-transform:uppercase}.tile-content p{color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:20px;max-width:80%;text-shadow:0 1px 2px #0003}.learn-more-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000;border:2px solid #fff6;border-radius:30px;color:#fff;cursor:pointer;font-size:.95rem;letter-spacing:1px;margin-top:10px;padding:10px 28px;text-transform:uppercase;transition:all .4s ease}.learn-more-btn:hover{background:#fff3;color:#fff;transform:scale(1.05)}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.tile-content h3{font-size:1.4rem}}@media(max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr;padding:2rem 1rem}.service-tile{min-height:220px}.tile-content h3{font-size:1.3rem}.fixed-background{filter:brightness(.7) blur(2px)}}.stat-bar{color:#fff;display:flex;font-family:Heebo,sans-serif;width:100%}.stat-bar .stat-callout{align-items:center;background-color:#c5172e;display:flex;flex:0 0 20%;font-weight:700;justify-content:center;padding:20px;text-align:center}.stat-bar .stat-items{align-items:center;background-color:#222831;display:flex;flex:1 1;justify-content:space-between}.stat-bar .stat-items .stat-item{border-left:1px solid #2c3440;flex:1 1;font-size:1rem;line-height:1.4;padding:20px;text-align:center}.stat-bar .stat-items .stat-item:first-child{border-left:none}.stat-bar .count{font-feature-settings:"tnum";color:#e62942;font-size:2rem;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.5px;transition:color .3s}.stat-bar .label{color:#fff;font-size:.95rem;margin-top:6px}@media(max-width:768px){.stat-bar{flex-direction:column}.stat-bar .stat-callout{flex:none;width:100%}.stat-bar .stat-items{flex-direction:column}.stat-bar .stat-items .stat-item{border-left:none;border-top:1px solid #222831}.stat-bar .stat-items .stat-item:first-child{border-top:none}}.about_whoWeAreContainer__MDWTW{background:#fff;border:1px solid #dadada;border-bottom-color:#666;font-family:Heebo,sans-serif;margin:0 auto;max-width:100%;padding:20px}.about_contentImageWrapper__HXuPT{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding-left:50px;padding-right:50px}.about_contentWrapper__TfLlo{flex:1 1;text-align:left}.about_title__eZyPC{color:#c5172e;font-size:2rem;font-weight:700;padding:0!important}.about_description__Y1yZN{color:#222831;font-size:1rem;margin:10px 0}.about_buttonLink__93AHA{align-items:center;color:#222831;display:flex;font-size:.9rem;gap:10px;justify-content:flex-start;margin-top:10px}.about_buttonLink__93AHA span{margin-right:10px}.about_learnMoreButton__9HTdf{background-color:#c5172e;border-radius:5px;color:#fff;font-weight:700;padding:8px 16px;text-decoration:none}.about_learnMoreButton__9HTdf:hover{background-color:#971223}.about_imageSection__I952v{flex:1 1;text-align:center}.about_truckImage__aEoba{height:auto;max-width:600px;width:100%}.about_ratingSection__S3qHt{background-color:#f9f9f9;border-radius:5px;margin-top:20px;padding:15px;text-align:center}.about_ratingIcon__I89i9{font-size:1.5rem}.about_ratingText__nzFcg{color:#c5172e;font-size:1.2rem;font-weight:700;margin:5px 0}.about_ratingDescription__hGGnT,.about_ratingHighlight__BJD6O{color:#5b5c57;font-size:.9rem;margin:5px 0}.about_ratingHighlight__BJD6O{font-weight:700}.about_trustedBrands__qNlzG{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:2rem;padding-top:2rem;text-align:center}.about_trustedText__sZmfo{color:#5b5c57;font-size:.9rem;padding-bottom:10px;padding-right:50px}.about_brandLogos__dXMEw{display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.about_brandLogo__0quIW{height:30px;width:auto}@media only screen and (min-width:1200px){.about_contentImageWrapper__HXuPT{gap:15rem;padding-left:3rem}.about_description__Y1yZN{color:#222831;font-size:1.2rem;margin:10px 0}}
/*# sourceMappingURL=main.37b8aa2d.css.map*/