:root{--brand-primary:#e60012;--brand-secondary:#00943a;--brand-accent:#fce563;--brand-white:#fff;--brand-black:#1a1a1a;--brand-gray:#7a90aa;--brand-gradient-primary:linear-gradient(90deg, #e60012 0%, #00943a 100%);--heli-grey:var(--brand-gray);--heli-red:var(--brand-primary);--heli-black:var(--brand-black);--heli-white:var(--brand-white);--font-family-primary:"Montserrat", "Helvetica Neue", Arial, sans-serif;--font-size-base:16px;--max-width:1200px;--container-padding:2rem;--decoration-height:1.5vw}*,:before,:after{box-sizing:border-box;min-width:0}html{font-size:var(--font-size-base);overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;width:100%;max-width:100vw}body{background-color:var(--heli-white);font-family:var(--font-family-primary);margin:0}body.mobile-menu-open{overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;width:100%;position:relative}.App{flex-direction:column;min-height:100vh;display:flex}.App main{flex:1}img,picture,video{max-width:100%;height:auto;display:block}h1{margin:.5rem 0;font-size:2rem}h2{margin:.5rem 0;font-size:1.5rem}h3{margin:.5rem 0;font-size:1.25rem}.container{max-width:var(--max-width);padding:0 var(--container-padding);margin:0 auto}.stack{flex-direction:column;display:flex}.landscape-overlay{display:none}@media (orientation:landscape) and (max-width:1023px) and (hover:none) and (pointer:coarse),(orientation:landscape) and (max-width:1023px) and (any-hover:none) and (any-pointer:coarse){.landscape-overlay{z-index:99999;color:#111;text-align:center;-webkit-user-select:none;user-select:none;touch-action:none;background:#fffffffa;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.landscape-overlay .landscape-message{max-width:520px;font-family:var(--font-family-primary);font-size:1rem;line-height:1.3}}@media (min-width:1024px){:root{--container-padding:2.5rem;--font-size-base:17px}h1{font-size:2.5rem}h2{font-size:1.75rem}}@media (max-width:1024px){:root{--decoration-height:2vw}}@media (min-width:1024px){:root{--container-padding:3rem;--font-size-base:18px}}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}._backdrop_l18n6_1{z-index:1999;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}._backdrop_l18n6_1._visible_l18n6_14{opacity:1;visibility:visible}._cartSidebar_l18n6_19{z-index:2000;background:#fff;flex-direction:column;width:400px;max-width:90vw;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #00000026}._cartSidebar_l18n6_19._open_l18n6_35{transform:translate(0)}._header_l18n6_39{background:#f8f9fa;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}._header_l18n6_39 h2{color:var(--heli-red);font-family:var(--font-family-primary);margin:0;font-size:1.5rem}._closeButton_l18n6_55{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;padding:.5rem .8rem;font-size:1.5rem;transition:background-color .2s}._closeButton_l18n6_55:hover{background-color:#e0e0e0}._emptyCart_l18n6_70{text-align:center;color:#666;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}._emptyCart_l18n6_70 p{margin:.5rem 0}._cartItems_l18n6_85{flex:1;padding:0;overflow-y:auto}._cartItem_l18n6_85{border-bottom:1px solid #e0e0e0;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}._itemImage_l18n6_99{object-fit:cover;border-radius:8px;flex-shrink:0;width:80px;height:80px}._itemDetails_l18n6_107{flex:1;min-width:0}._itemName_l18n6_112{color:#333;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:1rem;font-weight:700;overflow:hidden}._itemSubtitle_l18n6_122{color:#666;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .5rem;font-size:.85rem;overflow:hidden}._itemPrice_l18n6_131{color:var(--heli-red);margin:0 0 .75rem;font-size:.9rem;font-weight:700}._quantityControls_l18n6_138{align-items:center;gap:.5rem;display:flex}._quantityButton_l18n6_144{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;transition:background-color .2s;display:flex}._quantityButton_l18n6_144:hover{background-color:#f0f0f0}._quantity_l18n6_138{text-align:center;min-width:2rem;font-weight:700}._removeButton_l18n6_168{color:var(--heli-red);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:.5rem;padding:.25rem .5rem;font-size:.8rem;transition:background-color .2s}._removeButton_l18n6_168:hover{background-color:#da1f281a}._itemTotal_l18n6_184{color:var(--heli-red);text-align:right;flex-shrink:0;min-width:80px;font-size:.95rem;font-weight:700}._cartSummary_l18n6_193{background:#f8f9fa;border-top:2px solid #e0e0e0;padding:1.5rem}._totalRow_l18n6_199{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}._totalLabel_l18n6_206{color:#333;font-size:1.2rem;font-weight:700}._totalAmount_l18n6_212{color:var(--heli-red);font-size:1.2rem;font-weight:700}._checkoutButton_l18n6_218{background:var(--brand-primary);color:#fff;width:100%;font-size:1.1rem;font-weight:700;font-family:var(--font-family-primary);cursor:pointer;text-align:center;border:none;border-radius:8px;padding:1rem;text-decoration:none;transition:background-color .2s;display:block}._checkoutButton_l18n6_218:hover{background:color-mix(in srgb, var(--brand-primary) 80%, black 20%);color:#fff;text-decoration:none}@media (max-width:768px){._cartSidebar_l18n6_19{width:100vw;max-width:100vw}._cartItem_l18n6_85{padding:1rem}._itemImage_l18n6_99{width:60px;height:60px}._header_l18n6_39 h2{font-size:1.3rem}._itemName_l18n6_112{font-size:.9rem}}._cookieBanner_1raoy_1{color:#fff;z-index:1002;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-top:1px solid #ffffff1a;padding:20px;animation:.3s ease-out _slideUp_1raoy_1;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 20px #0000004d}@keyframes _slideUp_1raoy_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}._cookieBanner_1raoy_1._hidden_1raoy_27{animation:.3s ease-out forwards _slideDown_1raoy_1}@keyframes _slideDown_1raoy_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}._cookieContent_1raoy_42{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}._cookieText_1raoy_51{flex:1;font-size:14px;line-height:1.5}._cookieText_1raoy_51 h3{margin:0 0 8px;font-size:16px;font-weight:600}._cookieText_1raoy_51 p{opacity:.9;margin:0}._cookieActions_1raoy_68{flex-shrink:0;align-items:center;gap:12px;display:flex}._cookieButton_1raoy_75{cursor:pointer;border:none;border-radius:6px;min-width:80px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}._acceptButton_1raoy_86{background:var(--heli-red);color:#fff}._acceptButton_1raoy_86:hover{background:var(--heli-white);color:var(--heli-black);transform:translateY(-1px)}._declineButton_1raoy_97{color:#fff;background:0 0;border:1px solid #ffffff4d}._declineButton_1raoy_97:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-1px)}._cookieInfoLink_1raoy_109{color:var(--heli-red);margin-top:8px;font-size:13px;text-decoration:underline;transition:color .2s;display:inline-block}._cookieInfoLink_1raoy_109:hover{color:var(--heli-white);text-decoration:none}@media (max-width:1024px){._cookieBanner_1raoy_1{padding:16px}._cookieContent_1raoy_42{flex-direction:column;align-items:stretch;gap:16px}._cookieText_1raoy_51{text-align:center}._cookieText_1raoy_51 h3{font-size:15px}._cookieText_1raoy_51 p{font-size:13px}._cookieActions_1raoy_68{justify-content:center}._cookieButton_1raoy_75{flex:1;max-width:120px}}._floatingCart_1kac5_1{background:var(--heli-red);color:#fff;font-family:var(--font-family-primary);cursor:pointer;z-index:1000;border:none;border-radius:50px;align-items:center;gap:.5rem;min-width:120px;padding:1rem 1.5rem;font-weight:700;transition:transform .2s,box-shadow .2s;animation:.3s ease-out _slideUp_1kac5_1;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #00000026}._floatingCart_1kac5_1:hover{transform:scale(1.05);box-shadow:0 6px 25px #0003}._cartIcon_1kac5_28{font-size:1.2rem}._cartIcon_1kac5_28 img{width:24px;height:24px}._itemCount_1kac5_37{background:#fff3;border-radius:50%;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;font-size:.8rem;display:flex}._totalPrice_1kac5_48{white-space:nowrap;font-size:.9rem}@keyframes _slideUp_1kac5_1{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){._floatingCart_1kac5_1{padding:.8rem 1.2rem;font-size:.9rem;bottom:1rem;right:1rem}._totalPrice_1kac5_48{display:none}}._footer_m1chg_5{background-color:var(--brand-black);color:var(--brand-white);margin-top:calc(var(--decoration-height) * -1);z-index:960;flex-direction:column;justify-content:center;align-items:center;display:flex}._heliFooter_m1chg_17{z-index:unset}._rtkFooter_m1chg_21{margin-top:unset}._newsletter_m1chg_25{width:100%;color:var(--brand-black);text-align:center;background-color:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;padding-top:3rem;display:flex}._newsletterForm_m1chg_38{flex-direction:column;justify-content:space-around;width:100%;max-width:1300px;margin-top:1rem;display:flex}._formInputs_m1chg_47{flex-direction:row;justify-content:center;gap:1rem;width:100%;display:flex}._newsletterForm_m1chg_38 input,._newsletterForm_m1chg_38 button{border:none;border-radius:3px;width:6vw;min-width:200px;padding:.75rem 1rem;font-size:1rem}._newsletterForm_m1chg_38 input{background-color:var(--brand-white);color:var(--brand-black);border:2px solid var(--brand-gray)}._newsletterForm_m1chg_38 input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .2);outline:none}._newsletterForm_m1chg_38 button{background-color:var(--brand-primary);color:var(--brand-white);cursor:pointer;text-transform:uppercase;transition:background-color .3s,color .3s}._newsletterForm_m1chg_38 button:hover{background-color:var(--brand-white);color:var(--brand-black)}._newsletterConsent_m1chg_92{max-width:60%;color:var(--brand-black);-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}._consentItem_m1chg_104{flex-direction:row;align-items:center;gap:.5rem;display:flex}._checkboxContainer_m1chg_111{-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;width:2vw;min-width:18px;height:2vw;min-height:18px;display:flex}._newsletterConsent_m1chg_92 input[type=checkbox]{min-width:18px;max-width:2vw;min-height:18px;max-height:2vw;accent-color:var(--brand-primary);border:2px solid var(--brand-gray);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:4px;outline:none}._newsletterSuccess_m1chg_136{text-align:center;color:#155724;background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:1rem auto;padding:2rem;display:flex}._newsletterSuccess_m1chg_136 h2{font-size:1.5rem}._newsletterSuccess_m1chg_136 p{font-size:1.1rem;line-height:1.4}._newSubscriptionButton_m1chg_160{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}._newSubscriptionButton_m1chg_160:hover{background:#1e7e34;transform:translateY(-1px)}._newsletterError_m1chg_178{color:#721c24;background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:1px solid #f5c6cb;border-radius:6px;justify-content:space-between;align-items:center;max-width:600px;margin:1rem auto;padding:1rem;display:flex}._newsletterError_m1chg_178 p{margin:0;font-weight:500}._retryButton_m1chg_196{font-size:1rem}._recaptchaContainer_m1chg_201{justify-content:center;align-items:center;margin:1rem 0;display:flex}._subscribeButton_m1chg_209:disabled{cursor:not-allowed;background:#6c757d;transform:none}._footerDecoration_m1chg_215{justify-content:space-between;align-items:top;flex-direction:row;width:100%;max-width:84vw;margin:0 1rem 2rem;padding-top:3rem;display:flex}._sunseedEnglishFooterSectionWrapper_m1chg_226 h3{color:var(--brand-white);border-bottom:1px solid var(--brand-gray);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600;margin-top:.25rem!important;padding-bottom:.7rem!important}._rtkFooterDecoration_m1chg_237{justify-content:center;gap:30%}._sunseedFooterDecoration_m1chg_242{align-items:flex-start}._chcnavFooterContent_m1chg_246{width:100%;margin-left:0!important}._chcnavFooterSection_m1chg_251{margin:0 1rem;max-width:100%!important}._sunseedFooterSection_m1chg_256{max-width:100%!important}._sunseedEnglishFooterSection_m1chg_226 h2{font-size:1.2rem!important}._sunseedEnglishFooterSectionWrapper_m1chg_226{flex-direction:column;justify-content:center;gap:1rem;display:flex}._logoSection_m1chg_272{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._apLogo_m1chg_279{width:auto;height:10vh}._contactInfoWrapper_m1chg_284{flex-direction:column;gap:.5rem;max-width:60%;display:flex}._contactInfoWrapper_m1chg_284 ._contactInfo_m1chg_284 h1{font-size:1rem!important}._contactInfo_m1chg_284{text-align:left;grid-template-columns:auto;gap:1rem;display:grid}._contactInfo_m1chg_284 h1{color:var(--brand-white);white-space:nowrap;margin:.2rem 0;font-size:1.5rem;font-weight:400}._footerContent_m1chg_310{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:84vw;margin:0;display:flex}._footerSection_m1chg_321{flex:1;min-width:250px;max-width:fit-content;margin:0}._heliFooterContent_m1chg_328{justify-content:space-between;align-items:flex-start!important}._horizontalFooterSection_m1chg_333{flex-direction:row;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex}._horizontalFooterSection_m1chg_333 h2{font-size:1.2rem!important}._mapSection_m1chg_346{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._footerSection_m1chg_321 h3{color:var(--brand-white);border-bottom:1px solid var(--brand-gray);margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600}._footerSection_m1chg_321 p,._footerSection_m1chg_321 a{color:var(--brand-white);margin-block:0;margin-inline:0;margin-bottom:.5rem;line-height:1.6;text-decoration:none;transition:color .3s;display:block}._footerSection_m1chg_321 a:hover{color:var(--brand-primary)}._socialLinks_m1chg_382{gap:1rem;margin-top:1rem;display:flex}._socialLink_m1chg_382{background-color:var(--brand-gray);width:40px;height:40px;color:var(--brand-white);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background-color .3s;display:inline-flex!important}._socialLink_m1chg_382 img{width:25px;height:25px}._socialLink_m1chg_382:hover{background-color:var(--brand-primary)}._socialLink_m1chg_382 span{font-size:.9rem;font-weight:700}._footerBottom_m1chg_415{border-top:1px solid var(--brand-gray);text-align:center;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:2rem 1rem 1rem;padding-top:1.5rem;display:flex}._copyright_m1chg_427{color:var(--brand-white);font-size:clamp(.75rem,1.2vw,.9rem)}._footerLinks_m1chg_432{flex-wrap:wrap;gap:1.5rem;display:flex}._footerLinks_m1chg_432 a{color:var(--brand-white);font-size:clamp(.75rem,1.2vw,.9rem);text-decoration:none;transition:color .3s}._footerLinks_m1chg_432 a:hover{color:var(--brand-primary)}._mobileOnly_m1chg_449{display:none}._desktopOnly_m1chg_453{display:block}@media (max-width:2000px){._footerBottom_m1chg_415{text-align:center;flex-direction:column}._footerLinks_m1chg_432{justify-content:center}}@media (max-width:1024px){._mobileOnly_m1chg_449{display:block}._desktopOnly_m1chg_453{display:none}._logoSection_m1chg_272{flex-direction:column;place-items:center;width:100%;display:flex}._footerDecoration_m1chg_215{flex-direction:column;align-items:center;gap:1.5rem}._separator_m1chg_495{display:none}._contactInfoWrapper_m1chg_284{align-items:center;gap:1rem;max-width:100%}._contactInfo_m1chg_284{text-align:center;grid-template-columns:1fr;gap:.1rem}._footerSection_m1chg_321{min-width:100%}._chcnavFooterSection_m1chg_251{max-width:100%!important}._horizontalFooterSection_m1chg_333{text-align:left;flex-direction:column;align-items:flex-start}._footerContent_m1chg_310{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:.5rem}._footerBottom_m1chg_415{text-align:center;flex-direction:column}._footerLinks_m1chg_432{justify-content:center}._formInputs_m1chg_47{flex-direction:column;align-items:center;gap:1rem}._newsletterForm_m1chg_38 input,._newsletterForm_m1chg_38 button{width:80%}._newsletterConsent_m1chg_92{text-align:left;max-width:80%}._newsletterConsent_m1chg_92 input[type=checkbox]{border-radius:2vw;width:50vw;height:50vw}._newsletterError_m1chg_178,._newsletterSuccess_m1chg_136{flex-direction:column;justify-content:center;align-items:center;display:flex}._retryButton_m1chg_196{align-self:center}._newSubscriptionButton_m1chg_160,._subscribeButton_m1chg_209{width:80%;padding:1rem}}nav{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-end;gap:.5rem;display:flex}._header_oxhzd_10{z-index:1000;flex-direction:column;justify-content:space-between;align-items:center;gap:.7rem;padding:1rem 1rem 0;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:sticky;top:0}._headerScrolledUp_oxhzd_25,._header_oxhzd_10:hover{background-color:var(--brand-white)}._headerScrolledDown_oxhzd_30{will-change:backdrop-filter;background-color:#fffc;-webkit-background-clip:padding-box;background-clip:padding-box;transform:translateZ(0);-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}._headerWrapper_oxhzd_41{z-index:1000;position:sticky;top:0;padding-bottom:0!important}._navMenu_oxhzd_48{justify-content:space-between;align-items:center;padding-top:1rem;width:100%!important}._navItems_oxhzd_56{height:var(--decoration-height);flex-direction:row;justify-content:space-between;align-items:center;gap:0;display:flex}._navItems_oxhzd_56 a{color:var(--brand-black);text-decoration:none}._navItem_oxhzd_56{max-height:var(--decoration-height);align-items:center;text-decoration:none;display:flex}._navItemButton_oxhzd_77{width:auto;height:var(--decoration-height);color:var(--brand-black);font-family:var(--font-family-primary);font-size:calc(var(--decoration-height) * .6);text-transform:uppercase;cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:background-color .18s,color .18s,transform .12s;display:inline-flex;position:relative;overflow:hidden}._navItemButton_oxhzd_77:hover,._navItemButton_oxhzd_77:focus{background-color:var(--brand-primary);color:var(--brand-black)}._contactInfo_oxhzd_107{gap:2.5rem!important}._contactInfo_oxhzd_107 a{font-size:.85rem}._logoWrapper_oxhzd_115{justify-content:space-between;align-items:center;width:100%;display:flex}._logo_oxhzd_115,._apLogo_oxhzd_127{width:auto;height:6vh}._ctaWrapper_oxhzd_132{width:fit-content;height:inherit;position:absolute;left:50%;transform:translate(-50%)}._sunseedHeaderCTA_oxhzd_140{left:50%;transform:translate(-50%)}._langSelectWrapper_oxhzd_146{align-items:center;margin-left:1rem;display:flex}._langSelect_oxhzd_146{border:1px solid var(--brand-primary);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .5rem;font-weight:600}._aplogoAndLangWrapper_oxhzd_161{flex-direction:row-reverse;align-items:center;gap:1rem;display:flex}@media (max-width:1024px){._navMenu_oxhzd_48{display:none}._logo_oxhzd_115{height:5vh}._apLogo_oxhzd_127{height:4.5vh!important}._apLogoMobile_oxhzd_181{margin-right:0;height:5.5vh!important}._headerWrapper_oxhzd_41{padding-bottom:0!important}._header_oxhzd_10{flex-direction:row;padding-bottom:1rem}._sunseedHeaderCTA_oxhzd_140._stuckTopMobile_oxhzd_195,._sunseedHeaderCTA_oxhzd_140._stuckTop_oxhzd_195{z-index:1001!important;width:fit-content!important;top:2vh!important;left:50%!important;transform:translate(-50%)!important}._mobileLangFloating_oxhzd_205{z-index:2000;gap:.5rem;display:flex;position:fixed;bottom:1rem;left:1rem}._mobileLangButton_oxhzd_213{background:var(--brand-white);border:1px solid var(--brand-primary);cursor:pointer;color:var(--brand-black);border-radius:6px;padding:.4rem .6rem;font-weight:700}._mobileLangPanel_oxhzd_224{transform-origin:0 100%;opacity:0;pointer-events:none;background:0 0;border-radius:8px;flex-direction:column;gap:.5rem;padding:.5rem;transition:transform .18s,opacity .18s;display:flex;position:absolute;bottom:calc(100% + .5rem);left:0;transform:translateY(8px)scaleY(.95)}._mobileLangFloatingOpen_oxhzd_223 ._mobileLangPanel_oxhzd_224{opacity:1;pointer-events:auto;transform:translateY(0)scaleY(1)}@media (min-width:769px){._mobileLangFloating_oxhzd_205{display:none}}@media (max-width:768px){._langSelectWrapper_oxhzd_146{display:none}}}._sideMenuButton_6n2fu_5{width:100%;min-height:1rem;color:var(--heli-white);font-size:.85rem;font-family:var(--font-family-primary);text-transform:uppercase;cursor:pointer;text-wrap:wrap;white-space:normal;word-break:break-word;text-align:left;background-color:#0000;border:none;padding:0 15px;font-weight:500;line-height:1.2;transition:all .1s;position:relative}._sideMenuButton_6n2fu_5:hover,._sideMenuButton_6n2fu_5:focus{color:var(--heli-red)}@media (max-width:1024px){._sideMenu_7qobt_2{width:100%;max-width:300px;height:100vh;background-color:var(--heli-grey);touch-action:none;height:100dvh;min-height:100vh;flex-direction:column;justify-content:flex-start;align-items:start;gap:1.75rem;min-height:100dvh;padding:1rem 0 3rem;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}._sideMenu_7qobt_2 a{color:var(--brand-white);text-decoration:none}._sideMenu_7qobt_2 h2{text-align:center;line-break:auto;padding:0 1.35rem;font-size:.75rem}._logoWrapper_7qobt_37{flex-direction:column;justify-content:center;align-self:center;align-items:center;padding-bottom:4vh;display:flex;margin-top:auto!important}._logo_7qobt_37{width:120px;height:auto}._sectionDivider_7qobt_52{background-color:var(--brand-primary);opacity:.95;align-self:center;width:calc(100% - 2rem);height:1px;margin:.5rem 0}._sideMenu_xz8di_2{top:var(--sunseed-header-height)}._sidemenuLangSelectWrapper_xz8di_6{box-sizing:border-box;align-items:center;width:100%;padding:0;display:flex}._sidemenuLangSelectWrapper_xz8di_6 option{color:var(--brand-white);background-color:var(--brand-white);text-decoration:none}._sunseedLogo_xz8di_20{width:80px!important}}._headerWrapper_1pedt_5{z-index:1000;position:sticky;top:0}._header_1pedt_5{background-color:var(--heli-white);z-index:1000;justify-content:space-between;align-items:center;padding:1rem 1rem 2rem;display:flex;position:sticky;top:0}._heliHeaderCTAButtonsWrapper_1pedt_22{flex-direction:row;gap:1.5rem;display:flex}._rtkHeader_1pedt_29{padding-bottom:1rem}._rtkHeaderCtaWrapper_1pedt_33{width:fit-content;height:inherit;position:absolute;left:50%;transform:translate(-50%)}body[data-route=\/products] ._rtkHeaderCtaWrapper_1pedt_33,body[data-route^="/products/"] ._rtkHeaderCtaWrapper_1pedt_33{display:none}._rtkApLogos_1pedt_47{flex-direction:row;align-items:flex-end;gap:2.5rem;display:flex;position:absolute;top:1rem;right:1rem}._logoWrapper_1pedt_57{justify-content:space-between;width:100%;display:flex}._logo_1pedt_57{width:auto;height:8vh}._logo_1pedt_57 svg{width:auto;height:100%;display:block}._apLogoWrapper_1pedt_75,._forkliftsWrapper_1pedt_76{flex-direction:column;align-items:start;gap:.25rem;text-decoration:none;display:flex}._forkliftsWrapper_1pedt_76{left:35%;bottom:calc(var(--decoration-height,2rem));will-change:transform;flex-direction:column;justify-content:flex-end;transition:all 1.5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute}._apLogo_1pedt_75{width:auto;height:7vh}._rtkLogo_1pedt_100{height:7vh}._forklifts_1pedt_76{width:auto;height:4vh}body[data-cta-stuck="1"] ._forkliftsWrapper_1pedt_76,body._cta-stuck_1pedt_111 ._forkliftsWrapper_1pedt_76{transform:translate(30vw)}._buttonWrapper_1pedt_115{align-items:center;gap:1rem;display:flex}._nav_1pedt_121{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-end;gap:.5rem;display:flex}._contactInfo_1pedt_130{max-height:var(--decoration-height);gap:2.5rem!important}._contactInfo_1pedt_130 a{font-size:calc(var(--decoration-height) * .5)}._rtkContactInfo_1pedt_139,._chcnavContactInfo_1pedt_140{color:var(--brand-primary)!important;gap:2.5rem!important}._subMenuItems_1pedt_145{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._rtkSubMenuItems_1pedt_152{gap:.5rem}._subMenuLink_1pedt_156{max-height:var(--decoration-height);align-items:flex-end;text-decoration:none;display:flex}._sunSeedMobileMenuContainer_1pedt_163{top:0!important}._mobileMenuOverlay_1pedt_168{z-index:999;visibility:hidden;opacity:0;overscroll-behavior:none;touch-action:none;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0;overflow:hidden}._mobileMenuOverlay_1pedt_168._open_1pedt_183{visibility:visible;opacity:1}._overlay_1pedt_188{touch-action:none;background-color:#ffffffb3;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._mobileMenuContainer_1pedt_199{width:50%;max-width:300px;height:100%;transition:transform .3s;position:absolute;top:7.5vh;right:0;transform:translate(100%)}._mobileMenuContainer_1pedt_199._slideIn_1pedt_210{transform:translateY(0)}._headerDecorationLeft_1pedt_215{bottom:calc(-1 * var(--decoration-height));width:33%;height:var(--decoration-height);background-color:var(--heli-grey);z-index:1001;clip-path:polygon(0 0, 100% 0, calc(100% - var(--decoration-height)) 100%, 0 100%);position:absolute;left:0}._headerDecorationRight_1pedt_226{width:67%;height:var(--decoration-height);background-color:var(--heli-red);z-index:1001;clip-path:polygon(0 100%, var(--decoration-height) 0, 100% 0, 100% 100%);position:absolute;bottom:0;left:33%}._headerCTA_1pedt_241{left:50%;right:unset;bottom:unset;z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:2vh;width:fit-content;padding:10px;display:flex;position:absolute;transform:translate(-50%)}._headerCTATitle_1pedt_257{color:#000;font-family:var(--font-family-primary);text-shadow:none;font-weight:700;font-size:clamp(.5rem, calc(var(--decoration-height) * .75), 1.25rem);margin:0}._headerCTA_1pedt_241 button{font-size:clamp(.5rem, calc(var(--decoration-height) * .75), 1rem);transition:all .26s;transform:translateY(-4px)scale(.98);box-shadow:0 6px 14px #0000001f}._headerCTA_1pedt_241 button:hover:before,._headerCTA_1pedt_241 button:hover:after,._headerCTA_1pedt_241 button:hover{border-color:#000}._headerCTA_1pedt_241 button:hover{color:#000}._sunseedHeaderCTA_1pedt_283{left:50%!important;transform:translate(-50%)!important}@media (min-width:2500px){._logo_1pedt_57{padding-bottom:.5rem}}@media (min-width:1441px){._subMenuItems_1pedt_145{justify-content:space-between;max-width:calc(100vw - 20rem)}._rtkApLogos_1pedt_47{min-width:15rem}}@media (max-width:1024px){._heliHeaderCTAButtonsWrapper_1pedt_22{flex-direction:column;gap:1.5rem;transform:translate(2vw)}._forkliftsWrapper_1pedt_76{display:none}._headerWrapper_1pedt_5{padding-bottom:var(--decoration-height);box-sizing:border-box;background:var(--heli-white)}._header_1pedt_5,._rtkHeader_1pedt_29{justify-content:space-around;gap:2vw;padding:2.5vw 4vw 1.8vh 2.5vw}._logo_1pedt_57,._apLogo_1pedt_75,._rtkLogo_1pedt_100{height:8vw}._apLogoMobile_1pedt_336{width:auto;margin-right:0;height:35.5px!important}._logo_1pedt_57,._rtkLogo_1pedt_100{height:7vw}._apLogoWrapper_1pedt_75{gap:.1rem}._apToptext_1pedt_351{letter-spacing:0;font-size:.45rem}._logoWrapper_1pedt_57{gap:2rem}._rtkApLogos_1pedt_47{gap:1rem}._nav_1pedt_121{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-end;gap:.5rem;display:flex}._headerCTA_1pedt_241{z-index:1001;left:50%!important;right:0!important;bottom:unset!important;justify-content:center!important;width:fit-content!important;position:absolute!important;transform:translate(-50%)!important}._headerCTATitle_1pedt_257{display:none}._headerCTA_1pedt_241 button{opacity:1;font-size:clamp(.5rem, calc(var(--decoration-height) * 2), 1.25rem);transition:transform .26s,box-shadow .26s,color .26s,border-color .26s;transform:translate(-1.5vw)scale(.8);box-shadow:0 6px 14px #0000001f}._headerCTA_1pedt_241 button:hover:before,._headerCTA_1pedt_241 button:hover:after,._headerCTA_1pedt_241 button:hover{border-color:#000}._headerCTA_1pedt_241 button:hover{color:#000}._rtkHeaderCtaWrapper_1pedt_33{top:25%;left:40%;width:20vw!important}._mobileContactInHeader_1pedt_417{z-index:1002;justify-content:center;align-items:flex-start;margin-left:1rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-60%,-50%)}._mobileContactColumn_1pedt_436{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex}._mobileContactLink_1pedt_444{color:var(--brand-black);font-size:.85rem;text-decoration:none}._rtkHeader_1pedt_29 ._mobileContactInHeader_1pedt_417{transform:translate(-80%,-50%)}._sunseedHeaderCTA_1pedt_283,._sunseedHeaderCTA_1pedt_283{z-index:1001!important;width:fit-content!important;top:1.5vh!important;left:50%!important;transform:translate(-50%)!important}}._navButton_1ojzm_4{background-color:var(--heli-white);width:auto;max-width:min(40ch,40vw);height:auto;color:var(--heli-black);border:1px solid var(--brand-primary);font-family:var(--font-family-primary);text-transform:uppercase;cursor:pointer;white-space:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto;border-radius:4px;max-height:calc(2.1em + 1.5rem);padding:.75rem 1.35rem;font-size:2vw;font-weight:600;line-height:1.05;transition:all .26s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 0 5px #0003}._navButton_1ojzm_4:hover{background-color:var(--heli-red);color:var(--heli-white);box-shadow:none;border:1px solid #0000}._heliNavButton_1ojzm_39:before,._heliNavButton_1ojzm_39:after,._heliCtaButton_1ojzm_41:before,._heliCtaButton_1ojzm_41:after{content:"";background:inherit;z-index:0;width:20px;transition:inherit;position:absolute;top:0;bottom:0}._heliNavButton_1ojzm_39:before{left:-10px;transform:skew(-45deg)}._heliCtaButton_1ojzm_41:before{left:-20px;transform:skew(-45deg)}._heliNavButton_1ojzm_39:after{right:-10px;transform:skew(-45deg)}._heliCtaButton_1ojzm_41:after{right:-20px;transform:skew(-45deg)}._heliNavButton_1ojzm_39:hover:before,._heliNavButton_1ojzm_39:hover:after,._heliCtaButton_1ojzm_41:hover:before,._heliCtaButton_1ojzm_41:hover:after{border-top:none;border-left:2px solid var(--heli-white)}._heliCtaButton_1ojzm_41:hover:before{left:-10px}._heliCtaButton_1ojzm_41:hover:after{right:-10px}._heliSalesButton_1ojzm_89{background-color:var(--brand-white)!important;color:var(--brand-primary)!important;border:1px solid var(--brand-primary)!important}._heliSalesButton_1ojzm_89:hover{background-color:var(--brand-primary)!important;color:var(--brand-white)!important;box-shadow:none!important;border:1px solid #0000!important}._sunseedNavButton_1ojzm_104:before,._sunseedCtaButton_1ojzm_105:before{content:"";opacity:0;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='10'><polygon points='6,0 10,12 2,12' fill='%23ffffff'/></svg>");background-position:bottom;background-repeat:repeat-x;background-size:12px 12px;height:10px;transition:opacity .2s,transform .2s;position:absolute;bottom:0;left:0;right:0;transform:translateY(4px)}._sunseedNavButton_1ojzm_104:hover:before,._sunseedCtaButton_1ojzm_105:hover:before{opacity:1;transform:translateY(0)}._sunseedCtaWrapper_1ojzm_130._stuckTop_1ojzm_130 ._sunseedNavButton_1ojzm_104:before,._sunseedCtaWrapper_1ojzm_130._stuckTopMobile_1ojzm_131 ._sunseedNavButton_1ojzm_104:before,._sunseedCtaWrapper_1ojzm_130._stuckTop_1ojzm_130 ._sunseedCtaButton_1ojzm_105:before,._sunseedCtaWrapper_1ojzm_130._stuckTopMobile_1ojzm_131 ._sunseedCtaButton_1ojzm_105:before,._sunseedStuck_1ojzm_139:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='10'><polygon points='6,0 10,12 2,12' fill='%23000000'/></svg>")}._ctaButton_1ojzm_143:hover{color:var(--heli-white);border:1px solid var(--heli-white);background-color:#0000}._ctaButton_1ojzm_143,._productCtaButton_1ojzm_151{background-color:var(--heli-red);color:var(--heli-white);border:1px solid #0000;font-weight:500}._productCtaButton_1ojzm_151:hover{background-color:var(--brand-white);color:var(--brand-black);border:1px solid var(--brand-black)}._productCtaButton_1ojzm_151 a{color:inherit;text-decoration:none}._subMenu_1ojzm_170,._rtkSubMenu_1ojzm_171,._chcnavSubMenu_1ojzm_172{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:63%;display:flex}._chcnavSubMenu_1ojzm_172{justify-content:flex-end;align-items:flex-end;padding-top:.5rem;width:100%!important}._rtkSubMenu_1ojzm_171,._chcnavSubMenu_1ojzm_172{width:auto}._subMenu_1ojzm_170 p{font-size:calc(var(--decoration-height) * .4);color:var(--heli-white);margin:0;padding:0;font-weight:500}._rtkSubMenu_1ojzm_171 p{font-size:calc(var(--decoration-height) * .4);margin:0;padding:0;font-weight:500}._chcnavSubMenu_1ojzm_172 p{font-size:calc(var(--decoration-height) * .5);margin:0;padding:0;font-weight:500}._chcnavSubMenu_1ojzm_172 a,._rtkSubMenu_1ojzm_171 a{color:var(--brand-primary);font-size:.85rem;text-decoration:none}._subMenuButton_1ojzm_222{width:auto;height:auto;color:var(--heli-white);padding:calc(var(--decoration-height) / 5) 1rem;font-family:var(--font-family-primary);font-weight:500;font-size:calc(var(--decoration-height) * .5);text-transform:uppercase;cursor:pointer;background-color:#0000;border:none;transition:all .1s;position:relative;overflow:hidden}._subMenuButton_1ojzm_222:after{content:"";transform-origin:0;background:currentColor;height:2px;transition:transform .22s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._subMenuButton_1ojzm_222:hover:after,._subMenuButton_1ojzm_222:focus:after{transform:scaleX(1)}._backButton_1ojzm_259{width:fit-content;font-size:1rem;transition:all .3s}._heliNavButton_1ojzm_39,._heliCtaButton_1ojzm_41{font-family:var(--font-family-primary);border-radius:4px}._rtkNavButton_1ojzm_282{font-family:var(--font-family-primary);background-color:var(--brand-primary);color:var(--brand-white);border-radius:4px;width:fit-content!important;font-size:2rem!important}._rtkCtaButton_1ojzm_292{font-family:var(--font-family-primary);border-radius:4px;position:relative;overflow:visible;width:15vw!important;font-size:clamp(.5rem,3vw,1.8rem)!important}._rtkCtaButton_1ojzm_292:hover{border:1px solid var(--brand-primary);color:var(--brand-primary);background-color:#0000}._chcnavNavButton_1ojzm_308,._chcnavCtaButton_1ojzm_309{font-family:var(--font-family-secondary);border-radius:50px}._chcnavCtaButton_1ojzm_309{cursor:pointer;border:1px solid #0000;padding:.875rem;transition:all .2s;width:fit-content!important;min-width:unset!important}._chcnavCtaButton_1ojzm_309:hover{background-color:var(--brand-white);color:var(--brand-primary);border:1px solid var(--brand-primary);box-shadow:none}._chcnavNavButton_1ojzm_308{background-color:var(--brand-primary);color:var(--brand-white)}._chcnavNavButton_1ojzm_308:hover{background-color:var(--brand-white);color:var(--brand-primary);border:1px solid var(--brand-primary);box-shadow:none}@media (min-width:641px){._subMenu_1ojzm_170,._rtkSubMenu_1ojzm_171{height:var(--decoration-height);z-index:1004;position:absolute;bottom:0;right:2rem}}@media (max-width:1024px){._subMenu_1ojzm_170,._rtkSubMenu_1ojzm_171,._chcnavSubMenu_1ojzm_172{display:none}._navButton_1ojzm_4{min-width:35vw;max-width:unset;width:auto;margin-bottom:0;padding:.5rem 1rem;font-size:1rem}._ctaButton_1ojzm_143{font-size:1rem}._sunseedCtaButton_1ojzm_105{transform:translate(0%)scale(.8)!important}._rtkCtaButton_1ojzm_292{min-width:unset;width:30vw!important;font-size:clamp(.5rem,3vw,1rem)!important}._rtkNavButton_1ojzm_282{font-size:1rem!important}._heliSalesButton_1ojzm_89{display:none}}._hamburgerMenu_vy50u_5{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;padding:0;transition:all .3s;display:none}._line_vy50u_19{background:var(--heli-grey);transform-origin:1px;border-radius:10px;width:2rem;height:.25rem;transition:all .3s}._hamburgerMenu_vy50u_5:hover ._line_vy50u_19{background:var(--heli-red)}._hamburgerMenu_vy50u_5._open_vy50u_34 ._line_vy50u_19:first-child{transform:rotate(45deg)}._hamburgerMenu_vy50u_5._open_vy50u_34 ._line_vy50u_19:nth-child(2){opacity:0;transform:translate(20px)}._hamburgerMenu_vy50u_5._open_vy50u_34 ._line_vy50u_19:nth-child(3){transform:rotate(-45deg)}@media (max-width:1024px){._hamburgerMenu_vy50u_5{display:flex}}._headerWrapper_x3a2a_1{z-index:1000;position:sticky;top:0;padding-bottom:0!important}._header_x3a2a_1{z-index:1000;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:sticky;top:0}._headerScrolledUp_x3a2a_20,._header_x3a2a_1:hover{background-color:var(--brand-white)}._headerScrolledDown_x3a2a_25{will-change:backdrop-filter;background-color:#fffc;-webkit-background-clip:padding-box;background-clip:padding-box;transform:translateZ(0);-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}._logoWrapper_x3a2a_42{justify-content:space-between;align-items:center;width:100%;display:flex}._logo_x3a2a_42,._apLogo_x3a2a_54{width:auto;height:6vh}._ctaWrapper_x3a2a_59{width:fit-content;height:inherit;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:1024px){._logo_x3a2a_42{height:4vh}._apLogo_x3a2a_54{height:4.5vh}._header_x3a2a_1{padding:.75rem}}._container_1sso2_1{flex-direction:column;align-items:center;width:100%;display:flex}._container_xkvl6_1{z-index:1000;background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:sticky;top:0}._wrapper_xkvl6_13{max-width:1200px}._upper_xkvl6_17{background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:.25rem;display:flex}._upper_xkvl6_17 span{color:var(--brand-white);font-family:var(--font-family-primary);font-size:.8rem;font-weight:200}._contactInfoWrapper_xkvl6_34{flex-direction:column;justify-content:center;align-items:flex-end;width:100%;display:flex}@media (max-width:768px){._contactInfoWrapper_xkvl6_34{align-items:center}}._contactInfo_xkvl6_34{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}._contactInfo_xkvl6_34 img{width:20px;height:20px}._lower_xkvl6_61{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}@media (max-width:768px){._lower_xkvl6_61{justify-content:center}}@media (max-width:1470px){._lower_xkvl6_61{padding:0}}._logoWrapper_xkvl6_82{flex-direction:row;justify-content:center;align-items:center;display:flex}._logo_xkvl6_82{width:300px;height:auto}@media (max-width:1470px){._logo_xkvl6_82{width:250px}}._nav_xkvl6_100{flex-direction:row;justify-content:center;align-items:center;display:flex}@media (max-width:768px){._nav_xkvl6_100{display:none}}._navList_xkvl6_113{color:var(--brand-white);flex-direction:row;justify-content:center;align-items:center;gap:2rem;font-weight:300;list-style:none;display:flex}._navList_xkvl6_113 li{cursor:pointer}@media (max-width:1470px){._navList_xkvl6_113 li{font-size:.8rem}}._active_xkvl6_134{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:2px}._container_1tp3w_1{background-color:var(--brand-secondary);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._wrapper_1tp3w_10{flex-direction:row;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1600px;height:auto;padding:10rem 0;display:flex}@media (max-width:1470px){._wrapper_1tp3w_10{max-width:1200px;padding:5rem 0}}@media (max-width:768px){._wrapper_1tp3w_10{flex-direction:column;padding:5rem 1rem}}._imageStack_1tp3w_36{border-radius:25px;width:1400px;height:500px;position:relative;box-shadow:0 0 70px #0006}@media (max-width:1470px){._imageStack_1tp3w_36{height:600px}}@media (max-width:768px){._imageStack_1tp3w_36{width:100%;height:250px}}._imageStack_1tp3w_36 img{object-fit:cover;opacity:0;border-radius:25px;width:100%;height:100%;transition:opacity .9s ease-in-out;position:absolute;top:0;left:0}._slide_1tp3w_69._active_1tp3w_69,._imageStack_1tp3w_36 img._active_1tp3w_69{opacity:1}._text_1tp3w_74{flex-direction:column;justify-content:space-around;align-items:flex-start;height:100%;display:flex}._top_1tp3w_82{color:var(--brand-primary);font-size:1rem;font-family:var(--font-family-primary);text-transform:uppercase;letter-spacing:.3em;font-weight:200}._text_1tp3w_74 h1{color:var(--brand-primary);font-size:3rem;font-family:var(--font-family-primary);font-weight:600}._bottom_1tp3w_98{color:var(--brand-black);font-size:1rem;font-family:var(--font-family-primary);font-weight:300}._container_1nmqn_1{flex-direction:column;justify-content:center;align-items:flex-start;width:380px;height:auto;display:flex}@media (max-width:1470px){._container_1nmqn_1{width:300px}}@media (max-width:768px){._container_1nmqn_1{text-align:left;align-items:center;width:100%;padding:0 1rem}}._container_1nmqn_1 h2{color:var(--brand-primary);margin-bottom:0;font-size:1.25rem;font-weight:500}@media (max-width:768px){._container_1nmqn_1 h2{text-align:left;width:100%}}._container_1nmqn_1 p{color:var(--brand-black);margin-top:.5rem;font-size:1rem;font-weight:200}._container_1nmqn_1 img{border-radius:20px;width:100%;height:auto;margin-bottom:10px;transition:transform .25s ease-out}._container_1nmqn_1 img:hover{transform:scale(1.1)}._container_j77ew_1{background-color:var(--brand-white);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._wrapper_j77ew_10{flex-direction:column;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1800px;height:auto;padding:10rem 0;display:flex}@media (max-width:1470px){._wrapper_j77ew_10{max-width:1200px;padding:4rem 0}}._title_j77ew_29{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}@media (max-width:768px){._title_j77ew_29{text-align:left;padding:0 1rem}}._title_j77ew_29 h1{color:var(--brand-primary);margin:0;font-size:3rem;font-weight:600}._title_j77ew_29 p{font-size:1.25rem;font-weight:200}._cards_j77ew_56{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (max-width:768px){._cards_j77ew_56{flex-direction:column;justify-content:center;align-items:center;gap:4rem}}._container_17zr3_1{width:100%;height:100vh;margin-bottom:-5.2rem;position:relative}._video_17zr3_8{background-color:#000;width:100%;height:100%;margin-top:-5.2rem;position:relative;overflow:hidden}@media (max-width:1470px){._container_17zr3_1{height:107vh;margin-bottom:-7.7rem}._video_17zr3_8{margin-top:-7.7rem}}@media (max-width:768px) and (orientation:landscape){._container_17zr3_1{height:107vh;margin-bottom:-6rem}._video_17zr3_8{margin-top:-6rem}}._v_17zr3_8{object-fit:cover;opacity:0;pointer-events:none;z-index:0;background-color:#000;width:100%;height:100%;transition:opacity .12s linear;position:absolute;inset:0}._video_17zr3_8:after{content:"";pointer-events:none;z-index:1;background:#0000004d;position:absolute;inset:0}._ctaWrapper_17zr3_61{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:flex;position:absolute;top:20rem;left:50%;transform:translate(-50%)}@media (max-width:1470px){._ctaWrapper_17zr3_61{top:10rem}}@media (max-width:768px) and (orientation:landscape){._ctaWrapper_17zr3_61{top:5rem}}._text_17zr3_85{color:var(--brand-white);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._text_17zr3_85 h1,._text_17zr3_85 p{margin:0}._heroButton_17zr3_99{width:300px;font-size:.85rem;font-weight:300;font-family:var(--font-family-primary);color:var(--brand-black);cursor:pointer;background:linear-gradient(90deg, var(--brand-accent) 0%, #ffe5a5 100%);background-position:0%;background-size:200% 100%;border:none;border-radius:5rem;padding:.75rem 1rem;transition:all .2s ease-in-out;display:inline-block}._heroButton_17zr3_99:hover{background-position:50% 100%;background-size:100% 100%;transform:scale(1.05)}._container_17e0r_1{background-color:var(--brand-white);border-radius:20px;flex-direction:column;justify-content:start;align-items:center;gap:1rem;width:500px;height:530px;padding:2rem 5rem;transition:transform .25s ease-out;display:flex}@media (max-width:1470px){._container_17e0r_1{width:400px;height:500px;padding:1.5rem 4rem}}@media (max-width:768px){._container_17e0r_1{justify-content:space-between;width:100%;max-width:400px;height:425px;margin:.5rem 0;padding:1rem}}._container_17e0r_1:hover{transform:scale(1.025)}._title_17e0r_38{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._title_17e0r_38 h2{color:var(--brand-primary);margin:0;font-size:1.25rem;font-weight:500}._description_17e0r_53{color:var(--brand-black);text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-top:.5rem;font-size:.875rem;font-weight:200;display:flex}._image_17e0r_65{width:25rem;max-width:none;height:auto;margin:0;padding:0}@media (max-width:1470px){._image_17e0r_65{width:20rem}}@media (max-width:768px){._title_17e0r_38{align-items:flex-start;width:100%}._title_17e0r_38 h2,._description_17e0r_53{text-align:left}}._container_dl07z_1{background-color:var(--brand-primary);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._wrapper_dl07z_10{flex-direction:column;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1800px;height:auto;padding:10rem 0;display:flex}@media (max-width:1470px){._wrapper_dl07z_10{max-width:1200px;padding:4rem 0 8rem}}._title_dl07z_29{color:var(--brand-white);flex-direction:column;justify-content:center;align-items:center;display:flex}@media (max-width:768px){._title_dl07z_29{text-align:left;align-items:flex-start;width:100%;padding:0 1rem}}._title_dl07z_29 h1{margin:0;font-size:3rem;font-weight:500}._title_dl07z_29 p{margin-top:.2rem;font-size:1.25rem;font-weight:200}._cards_dl07z_58{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (max-width:768px){._cards_dl07z_58{flex-direction:column;justify-content:center;align-items:center;padding:0 1rem}}._container_1y03q_1{width:100%;max-width:1200px;height:7s00px;flex-direction:column;justify-content:flex-start;align-items:center;padding:4rem 0;display:flex}._title_1y03q_12{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._title_1y03q_12 h1{color:var(--brand-primary);margin-bottom:1rem;font-size:3rem;font-weight:600}._content_1y03q_27{flex-direction:column;justify-content:center;align-items:center;width:600px;margin-top:2rem;display:flex}@media (max-width:768px){._content_1y03q_27{width:100%;padding:0 1rem}}._content_1y03q_27 ul{width:100%;padding:0;list-style:none}._content_1y03q_27 ul li{border-bottom:1px solid #e0e0e0}._question_1y03q_53{border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}._answer_1y03q_62{max-height:0;transition:max-height .35s;overflow:hidden}._question_1y03q_53 p,._answer_1y03q_62 p{color:var(--brand-primary);font-size:1rem;font-weight:300}._answer_1y03q_62 p{margin:.75rem 0;font-weight:200}._toggleButton_1y03q_80{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex;position:relative}._toggleButton_1y03q_80:focus{outline-offset:2px;outline:2px solid #0000001f}._bar_1y03q_98{background:var(--brand-primary);will-change:transform, opacity;width:18px;height:2px;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .18s;position:absolute}._horizontal_1y03q_107{transform:rotate(0)}._vertical_1y03q_111{transform:rotate(90deg)}._open_1y03q_115 ._vertical_1y03q_111{opacity:0;transform:rotate(90deg)scale(.2)}._open_1y03q_115 ._horizontal_1y03q_107{transform:rotate(0)scaleX(1.25)}@media (prefers-reduced-motion:reduce){._bar_1y03q_98{transition:none}}._container_3dfyd_1{background-color:var(--brand-primary);flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:2rem 0 0;display:flex}._wrapper_3dfyd_11{flex-direction:column;justify-content:space-between;align-items:center;max-width:1200px;display:flex}._top_3dfyd_19{flex-direction:row;justify-content:center;align-items:flex-start;width:100%;padding-bottom:2rem;display:flex}@media (max-width:768px){._top_3dfyd_19{flex-direction:column;align-items:center;width:100%;padding:0 1rem}}._title_3dfyd_37{flex-direction:column;justify-content:center;align-items:flex-start;width:45%;display:flex}@media (max-width:768px){._title_3dfyd_37{text-align:center;align-items:center;width:100%;margin-bottom:1rem}}._title_3dfyd_37 img{width:250px;height:auto;margin-bottom:10px}._title_3dfyd_37 p{color:var(--brand-white);font-size:.8rem}._content_3dfyd_65{flex-direction:row;justify-content:space-evenly;align-items:flex-start;width:57%;display:flex}@media (max-width:768px){._content_3dfyd_65{flex-direction:column;align-items:center;gap:1rem;width:100%}}._nav_3dfyd_82,._contact_3dfyd_83{width:50%;color:var(--brand-white)}@media (max-width:768px){._nav_3dfyd_82,._contact_3dfyd_83{text-align:center;width:100%}}._nav_3dfyd_82 ul{padding:0;list-style:none}._nav_3dfyd_82 h1,._contact_3dfyd_83 h1{margin:0;font-size:1.5rem;font-weight:500}._nav_3dfyd_82 ul li,._contact_3dfyd_83 p{font-size:.95rem;font-weight:400}._nav_3dfyd_82 ul li{cursor:pointer;margin-bottom:.5rem}._bottom_3dfyd_119{width:100%;max-width:unset;background-color:var(--brand-accent);flex-direction:column;justify-content:center;align-items:center;display:flex}
