@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";*{box-sizing:border-box}.nav-container{display:flex;height:90px;justify-content:space-between;align-items:center;color:#000;position:fixed;padding:0 60px;width:100%;background-color:#faf5d4;top:0;left:0;z-index:1000}.brand-img img{height:auto;width:200px}.nav-menu a{margin:0 15px;color:#000;text-decoration:none;font-size:16px}.nav-contact-btn{border-radius:12px;background-color:#fff;border:2px solid #000;color:#000;padding:8px 16px;font-weight:600;margin-left:10px;cursor:pointer}.nav-quote-btn{background-color:#facc15;color:#fff;font-weight:600;border-radius:10px;padding:10px 16px;margin-left:10px;cursor:pointer}.menu-icon{display:flex;flex-direction:column;cursor:pointer;width:30px;height:20px;position:relative;transition:all .4s;z-index:1010}.menu-icon span{width:100%;height:3px;background-color:#000;position:absolute;transition:all .4s}.menu-icon span:nth-child(1){top:0}.menu-icon span:nth-child(2){top:50%;transform:translateY(-50%)}.menu-icon span:nth-child(3){bottom:0}.menu-icon.open span{display:none}.menu-icon .cross{display:none;position:absolute;top:0;left:0;font-size:24px;line-height:20px;color:#000;cursor:pointer;z-index:1010}.menu-icon.open .cross{display:block}.nav-menu{display:flex;align-items:center}.nav-menu.open{display:flex;flex-direction:column;position:absolute;top:90px;left:0;right:0;background-color:#faf5d4;padding:10px;z-index:990}.nav-menu.open a{margin:10px 0;width:100%;text-align:center}.action-row{display:flex;justify-content:center;gap:10px;font-size:10px}.nav-menu.open .action-row{margin-top:10px}.services-menu{position:relative}.services-toggle{cursor:pointer;color:#000;font-size:16px;text-decoration:none;margin:0 15px;display:inline-block}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 2px 5px #0003;min-width:200px;z-index:995;border-radius:8px}.dropdown-menu.open{display:block}.dropdown-menu a{display:block;padding:10px 15px;color:#333;text-decoration:none;font-size:14px}.dropdown-menu a:hover{background-color:#facc15;color:#fff}@media screen and (min-width: 300px) and (max-width: 767px){body{padding-top:90px}.nav-container{height:90px;padding:0 20px;background-color:#faf5d4}.brand-img img{width:150px}.nav-menu{display:none}.menu-icon,.nav-menu.open{display:flex}.nav-menu.open .dropdown-menu{display:none;position:static;box-shadow:none;min-width:100%;background-color:#fff}.nav-menu.open .dropdown-menu.open{display:block}.dropdown-menu a{padding-left:30px;font-size:14px;text-align:center}.services-toggle{margin:10px 0;width:100%;text-align:center;position:relative}.services-toggle:after{content:"▼";position:absolute;right:-19px;top:50%;transform:translateY(-50%);font-size:12px;color:#000;transition:transform .3s ease}.services-toggle.active:after{transform:translateY(-50%) rotate(180deg)}.nav-contact-btn{padding:16px}.nav-quote-btn{padding:8px 16px}}@media screen and (min-width: 768px) and (max-width: 1023px){body{padding-top:90px}.nav-container{height:90px;padding:0 30px;background-color:#faf5d4}.brand-img img{width:150px}.nav-menu{display:none}.menu-icon,.nav-menu.open{display:flex}.nav-menu.open .dropdown-menu{display:none;position:static;box-shadow:none;min-width:100%;background-color:#fff}.nav-menu.open .dropdown-menu.open{display:block}.dropdown-menu a{padding-left:30px;font-size:14px;text-align:center}.services-toggle{margin:10px 0;width:100%;text-align:center;position:relative}.services-toggle:after{content:"▼";position:absolute;right:-19px;top:50%;transform:translateY(-50%);font-size:12px;color:#000;transition:transform .3s ease}.services-toggle.active:after{transform:translateY(-50%) rotate(180deg)}.nav-contact-btn{padding:16px}.nav-quote-btn{padding:8px 16px}}@media screen and (min-width: 1024px) and (max-width: 1440px){body{padding-top:90px}.nav-container{height:90px;padding:0 40px;background-color:#faf5d4}.brand-img img{width:200px}.nav-menu a{font-size:16px}.menu-icon{display:none}.nav-menu{display:flex}.action-row{display:flex;gap:10px}}@media screen and (min-width: 1441px) and (max-width: 2560px){body{padding-top:90px}.nav-container{height:90px;padding:0 143px;background-color:#faf5d4}.brand-img img{width:200px}.nav-menu a{font-size:20px}.menu-icon{display:none}.nav-menu{display:flex}.action-row{display:flex;gap:10px}.services-toggle{font-size:20px}.dropdown-menu a{font-size:16px}}.contact-us{padding:5px 20px;background-color:#fff}.contact-heading{text-align:center;margin-bottom:0}.contact-heading h2{font-size:28px;margin-bottom:10px}.contact-heading p{color:#555;font-size:16px}.contact-content{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.contact-form,.contact-info{background:#fff;border-radius:10px;padding:30px;flex:1 1 400px;max-width:500px}.contact-form h3,.contact-info h3{margin-bottom:20px}.contact-form form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{padding:10px;border-radius:6px;border:1px solid #ccc;font-size:14px;width:100%}.contact-form textarea{resize:vertical;min-height:100px}.contact-form button{padding:12px;background-color:#fc0;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background .3s ease}.contact-form button:hover{background-color:#e6b800}.info-item{display:flex;gap:10px;margin-bottom:0}.info-item img{width:20px;height:20px;margin-top:0}.social-icons{display:flex;gap:12px;margin-top:15px}.social-icons img{width:40px;height:40px;cursor:pointer;transition:transform .3s}.social-icons img:hover{transform:scale(1.1)}.find-us-section{background-image:url(/assets/map-img-DGW1YvF0.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:300px;position:relative;margin-top:60px}.find-us-overlay{background-color:#0009;width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin-top:-50px}.find-us-overlay h2{color:#fff;font-size:32px;font-weight:700}.contact-weight{font-weight:800}@media (min-width: 1024px){.contact-content{flex-direction:row;align-items:center}.contact-form{order:1}.contact-info{order:2}}.footer{background-color:#fdcf031c;padding:10px 80px 20px}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer-col{flex:1 1 200px;min-width:180px;text-decoration:none}.footer-col ul li a{text-decoration:none;color:#333;transition:color .3s ease}.footer-col ul li a:hover{color:#000}.logo{width:220px}.tagline{font-weight:600;color:#333;line-height:1.6}.footer-col h4{font-weight:700;margin-bottom:12px;color:#000}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:8px;color:#333}.contact-item{display:flex;align-items:center;gap:8px;margin-bottom:10px}.contact-item img{width:18px;height:18px}.follow-us{margin-top:15px;font-weight:700}.social-icons{display:flex;gap:10px;margin-top:10px}.social-icons img{width:24px;height:24px;cursor:pointer}.footer-bottom{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #aaa;font-size:14px;color:#333}.contact-item span{text-align:left;line-height:1.5rem;margin-top:0}.contact-item span img{width:20px}@media (max-width:767px){.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0px}.footer{background-color:#fdcf031c;padding:0 16px 20px}.footer-bottom{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #aaa;font-size:12px;color:#333}}.vehicle-container{font-family:Arial,sans-serif;width:100%;overflow-x:hidden}.vehicle-hero{padding:40px 0;text-align:center;background:#fff;width:100%}.vehicle-hero-content{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%}.vehicle-hero-text{flex:1;min-width:250px;text-align:left}.vehicle-hero-text h1{font-size:1.8em;font-weight:700;color:#000;margin-bottom:10px}.vehicle-hero-text p{font-size:1em;color:#4b5563;margin-bottom:15px}.vehicle-quote-btn{background:#ffd000;color:#111;border:none;width:50%;padding:18px 40px;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;text-decoration:none;box-shadow:0 2px 8px #0000000a;transition:background .2s;display:flex;align-items:center;gap:8px}.vehicle-hero-image{flex:1;min-width:250px;padding:0 10px}.vehicle-hero-image img{width:100%;max-width:300px;height:auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.transport-solutions{padding:20px 0;background:#fff;width:100%}.transport-solutions h2{font-size:1.6em;color:#000;text-align:center;margin-bottom:20px}.solution-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%}.solution-image{flex:1;min-width:250px;padding:0 10px}.solution-image img{width:100%;max-width:300px;height:auto}.solution-content{flex:1;min-width:250px;text-align:left;padding:0 10px}.solution-content h2{font-size:1.6em;color:#000;margin-bottom:15px}.solution-content h3{font-size:1.3em;color:#000;margin-bottom:10px}.solution-content p{font-size:.9em;color:#4b5563;margin-bottom:15px}.solution-content ul{list-style:none;padding:0;color:#000}.solution-content ul li{margin:8px 0;position:relative;padding-left:15px}.solution-content ul li:before{content:"✔";position:absolute;left:0;color:#facc15}.vehicle-why-choose-us{padding:40px 0;background:#e5e7eb;text-align:center;width:100%}.vehicle-why-choose-us h2{font-size:1.6em;color:#000;margin-bottom:15px}.vehicle-why-choose-us p{font-size:.9em;color:#000;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.choose-us-grid{display:grid;gap:15px;width:100%;margin:0;padding:0 20px;box-sizing:border-box}.choose-card{background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 12px #ded6b4}.choose-card img{width:40px;height:auto;margin-bottom:10px}.choose-card h3{font-size:1em;color:#000;margin-bottom:8px}.choose-card p{font-size:.8em;color:#4b5563}.stress-free-move{text-align:center;padding:40px 0;background-color:#facc15;color:#000;width:100%}.contact-btn{background-color:#fff;color:#000;border:none;padding:10px 25px;font-size:.9em;cursor:pointer;border-radius:5px}@media (min-width: 300px) and (max-width: 767px){.vehicle-hero-content{flex-direction:column}.vehicle-hero-image{margin-top:10px;order:1}.vehicle-hero-text h1{font-size:1.4em;text-align:center}.vehicle-hero-text p{font-size:.8em;text-align:center}.vehicle-quote-btn{padding:8px 20px;text-align:center;font-size:.9em;margin-left:55px}.vehicle-hero-image img{max-width:250px}.solution-container{flex-direction:column}.solution-content{padding-left:0;text-align:center}.solution-image img{max-width:250px}.solution-content h2{font-size:1.6em}.solution-content h3{font-size:1.3em}.solution-content p{font-size:.9em}.choose-us-grid{grid-template-columns:1fr}.choose-card img{width:40px}.choose-card h3{font-size:1em}.choose-card p{font-size:.8em}.stress-free-move h2{font-size:1.6em}.stress-free-move p{font-size:.9em}}@media (min-width: 768px) and (max-width: 1023px){.vehicle-hero-text h1{font-size:2.2em}.vehicle-hero-text p{font-size:1.1em}.vehicle-hero-text{margin-left:25px}.vehicle-quote-btn{padding:10px 25px;font-size:.9em;font-weight:900}.vehicle-hero-image img{max-width:350px}.solution-container{flex-direction:row}.solution-image img{max-width:350px}.solution-content h2{font-size:1.8em}.solution-content h3{font-size:1.4em}.solution-content p{font-size:1em}.choose-us-grid{grid-template-columns:repeat(2,1fr)}.choose-card img{width:45px}.choose-card h3{font-size:1.1em}.choose-card p{font-size:.85em}.stress-free-move h2{font-size:1.8em}.stress-free-move p{font-size:1em}}@media (min-width: 1024px) and (max-width: 1439px){.vehicle-hero-text h1{font-size:2.5em}.vehicle-hero-text p{font-size:1.2em}.vehicle-quote-btn{padding:15px 35px;font-size:16px;width:45%;font-weight:600}.vehicle-hero-text{margin-left:40px}.vehicle-hero-image img,.solution-image img{max-width:400px}.solution-content h2{font-size:2em}.solution-content h3{font-size:1.5em}.solution-content p{font-size:1em}.choose-us-grid{grid-template-columns:repeat(2,1fr)}.choose-card img{width:50px}.choose-card h3{font-size:1.2em}.choose-card p{font-size:.9em}.stress-free-move h2{font-size:2em}.stress-free-move p{font-size:1.1em}}@media (min-width: 1439px) and (max-width: 1440px){.vehicle-hero-text h1{font-size:2.5em}.vehicle-hero-text p{font-size:1.2em}.vehicle-quote-btn{padding:15px 35px;font-size:16px;width:30%;font-weight:600}.vehicle-hero-text{margin-left:40px}.vehicle-hero-image img,.solution-image img{max-width:400px}.solution-content h2{font-size:2em}.solution-content h3{font-size:1.5em}.solution-content p{font-size:1em}.choose-us-grid{grid-template-columns:repeat(2,1fr)}.choose-card img{width:50px}.choose-card h3{font-size:1.2em}.choose-card p{font-size:.9em}.stress-free-move h2{font-size:2em}.stress-free-move p{font-size:1.1em}}@media (min-width: 1441px){.vehicle-hero-text h1{font-size:3em}.vehicle-hero-text p{font-size:1.3em}.vehicle-hero-text{margin-left:50px}.vehicle-quote-btn{padding:15px 35px;font-size:16px;width:30%;font-weight:600}.vehicle-hero-image img,.solution-image img{max-width:500px}.solution-content h2{font-size:2.2em}.solution-content h3{font-size:1.7em}.solution-content p{font-size:1.1em}.choose-us-grid{grid-template-columns:repeat(2,1fr)}.choose-card img{width:60px}.choose-card h3{font-size:1.3em}.choose-card p{font-size:1em}.stress-free-move h2{font-size:2.2em}.stress-free-move p{font-size:1.2em}}.stress-free-move{text-align:center;width:100%;background:#fde370;color:#000;padding:40px 23px;margin-bottom:10px}.stress-free-move h2{font-size:1.6em;font-weight:700;margin-bottom:10px}.stress-free-move p{font-size:.9em;margin-bottom:20px;color:#000}.cda-contact-btn{background-color:#fff;color:#000;border:none;padding:10px 25px;font-size:16px;font-weight:600;cursor:pointer;border-radius:12px;text-decoration:none}.storage-container{font-family:Segoe UI,sans-serif;color:#333;line-height:1.6;margin:0 auto;width:100%}.storage-hero{background-color:#fff;padding:3rem 5%}.storage-hero-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.storage-hero-text{flex:1;min-width:280px}.storage-hero-title{font-size:clamp(2rem,7vw,3rem);font-weight:700;color:#333;margin-bottom:.625rem}.storage-hero-subtitle{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:1.25rem;color:#666;max-width:500px}.storage-hero-btn{background:#ffd000;color:#111;border:none;padding:18px 40px;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:background .2s;display:flex;align-items:center;gap:8px}.storage-hero-btn:hover{background-color:#e0a800}.storage-arrow{margin-left:.5rem}.storage-hero-image{flex:1;text-align:right}.storage-hero-image img{width:100%;max-width:400px}.storage-options{background-color:#fff;padding:3rem 5%;text-align:center}.storage-section-title{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;margin-bottom:2rem;color:#333}.storage-options-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(1.5rem,4vw,2rem)}.storage-option-card{background:#fff;border-radius:12px;padding:1.5rem 1rem;width:clamp(260px,45%,300px);box-shadow:0 4px 12px #00000014;text-align:center}.storage-option-icon{width:60px;height:60px;margin-bottom:1.25rem}.storage-option-title{font-size:clamp(1.1rem,3.5vw,1.2rem);font-weight:700;margin-bottom:.75rem}.storage-option-description{font-size:clamp(.9rem,3vw,.95rem);color:#666}.storage-facilities{padding:3rem 5%;background-color:#fff}.storage-facilities-content{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.storage-facilities-img{flex:1;min-width:280px}.storage-facilities-img img{width:100%;border-radius:12px}.storage-facilities-cards{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;min-width:280px}.storage-facility-card{background:#fff;padding:1.25rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #d8cd93}.storage-facility-icon{width:40px;margin-bottom:.625rem}.storage-facility-title{font-size:clamp(1rem,3vw,1.1rem);font-weight:700;margin-bottom:.5rem}.storage-facilities h2{text-align:center}.storage-facility-desc{font-size:clamp(.85rem,2.5vw,.9rem);color:#555}.storage-why-choose-us{padding:3rem 5%;background-color:#fff}.storage-why-choose-us h2{text-align:center}.storage-why-description{text-align:center;font-size:clamp(.9rem,3vw,1rem);max-width:800px;margin:0 auto 2rem;color:#666}.storage-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(1.5rem,4vw,jogo de slot online2rem)}.storage-why-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 12px #c8bf93}.storage-why-icon{width:50px;margin-bottom:1.25rem}.storage-why-title{font-size:clamp(1rem,3vw,1.1rem);font-weight:700;margin-bottom:.625rem}.storage-why-description{font-size:clamp(.9rem,3vw,.95rem);color:#666}@media (max-width: 767px){.storage-container{padding:0 1rem}.storage-hero,.storage-options,.storage-facilities,.storage-why-choose-us{padding:1.5rem 3%}.storage-hero-content,.storage-facilities-content{flex-direction:column;align-items:center;gap:1rem;text-align:center}.storage-hero-text{max-width:90%}.storage-hero-image{text-align:center;margin-top:.75rem}.storage-hero-image img,.storage-facilities-img img{max-width:85%;border-radius:8px}.storage-hero-title{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:.5rem}.storage-hero-subtitle{font-size:clamp(.85rem,3.5vw,1rem);margin-bottom:1rem}.storage-hero-btn{padding:.6rem 1.2rem;font-size:clamp(.8rem,3vw,.9rem)}.storage-section-title{font-size:clamp(1.3rem,4.5vw,1.6rem);margin-bottom:1.5rem}.storage-options-grid,.storage-facilities-cards,.storage-why-grid{flex-direction:column;display:flex;gap:1rem;align-items:center}.storage-option-card{width:75%;box-shadow:0 10px 12px #998d6d;padding:1.5rem}.storage-facility-card{width:75%;box-shadow:0 10px 12px #998d6d;padding:1rem}.storage-why-card{width:70%;box-shadow:0 10px 12px #998d6d;padding:1rem;margin:0 auto}.storage-option-icon{width:50px;height:50px}.storage-facility-icon{width:35px}.storage-why-icon{width:45px}.storage-option-title,.storage-facility-title,.storage-why-title{font-size:clamp(.95rem,3vw,1rem)}.storage-option-description,.storage-facility-desc,.storage-why-description{font-size:clamp(.8rem,2.5vw,.85rem)}.storage-why-description{max-width:90%}}@media (min-width: 768px) and (max-width: 1023px){.storage-container{padding:0 1.5rem}.storage-hero,.storage-options,.storage-facilities,.storage-why-choose-us{padding:2rem 4%}.storage-hero-content{flex-direction:row;gap:1.5rem}.storage-hero-text,.storage-hero-image{flex:1;min-width:300px}.storage-hero-image img,.storage-facilities-img img{max-width:90%;border-radius:10px}.storage-hero-title{font-size:clamp(1.8rem,5vw,2.2rem)}.storage-hero-subtitle{font-size:clamp(.9rem,3.5vw,1rem)}.storage-hero-btn{padding:.7rem 1.4rem;font-size:clamp(.85rem,3vw,.95rem)}.storage-section-title{font-size:clamp(1.4rem,4vw,1.7rem)}.storage-options-grid,.storage-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.storage-facilities-content{flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.storage-facilities-img{order:1;width:100%;margin-bottom:1.5rem}.storage-facilities-cards{order:2;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:600px;margin:0 auto}.storage-option-card{width:75%;box-shadow:0 10px 12px #998d6d;padding:1.5rem}.storage-why-card{width:85%;padding:1.25rem}.storage-facility-card{padding:1rem}.storage-option-icon{width:55px;height:55px}.storage-facility-icon{width:38px}.storage-why-icon{width:48px}.storage-option-title,.storage-facility-title,.storage-why-title{font-size:clamp(1rem,3vw,1.1rem)}.storage-option-description,.storage-facility-desc,.storage-why-description{font-size:clamp(.85rem,2.5vw,.9rem)}}@media (min-width: 1024px) and (max-width: 1440px){.storage-container{max-width:1200px;padding:0 2rem}.storage-hero,.storage-options,.storage-facilities,.storage-why-choose-us{padding:2.5rem 4%}.storage-hero-content,.storage-facilities-content{gap:1.75rem}.storage-hero-title{font-size:clamp(2rem,4.5vw,2.5rem)}.storage-hero-subtitle{font-size:clamp(.95rem,3vw,1.05rem)}.storage-hero-btn{padding:.8rem 1.6rem;font-size:clamp(.9rem,2.5vw,1rem)}.storage-section-title{font-size:clamp(1.6rem,3.5vw,1.9rem)}.storage-options-grid,.storage-why-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.storage-facilities-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}.storage-option-card{width:25%;box-shadow:0 10px 12px #998d6d;padding:1.5rem}.storage-why-card{width:85%;padding:1.5rem}.storage-facility-card{padding:1.25rem}.storage-hero-image img,.storage-facilities-img img{max-width:95%}.storage-option-icon{width:58px;height:58px}.storage-facility-icon{width:40px}.storage-why-icon{width:50px}}@media (min-width: 1441px){.storage-container{max-width:1400px;padding:0 2.5rem}.storage-hero,.storage-options,.storage-facilities,.storage-why-choose-us{padding:3rem 4%}.storage-hero-content,.storage-facilities-content{gap:2rem}.storage-hero-title{font-size:clamp(2.5rem,3.5vw,3rem)}.storage-hero-subtitle{font-size:clamp(1rem,2.5vw,1.2rem)}.storage-hero-btn{padding:.9rem 1.8rem;font-size:clamp(1rem,2vw,1.1rem)}.storage-section-title{font-size:clamp(1.8rem,3vw,2.1rem)}.storage-options-grid,.storage-why-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.storage-facilities-cards{grid-template-columns:repeat(2,1fr);gap:2rem}.storage-option-card{width:25%;box-shadow:0 10px 12px #998d6d;padding:1.5rem}.storage-why-card{width:80%;height:330px;padding:1.75rem}.storage-facility-card{padding:1.5rem}.storage-hero-image img{max-width:500px}.storage-facilities-img img{max-width:100%}.storage-option-icon{width:60px;height:60px}.storage-facility-icon{width:42px}.storage-why-icon{width:52px}}.br-wrapper{font-family:Segoe UI,sans-serif;padding:20px}.bt-container{display:flex;align-items:center;justify-content:space-between;padding:60px;background-color:#fff;gap:40px}.bt-text-content{flex:1}.bt-heading{font-size:48px;font-weight:700;color:#000;margin-bottom:24px}.bt-description{font-size:20px;color:#333;line-height:1.5;margin-bottom:36px;max-width:550px}.bt-quote-button{padding:18px 40px;font-size:18px;background-color:gold;color:#000;text-decoration:none;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background .3s ease}.bt-quote-button:hover{background-color:#e6c200}.bt-image-container{flex:1;display:flex;justify-content:center}.bt-image{width:100%;max-width:600px;height:auto}@media screen and (max-width: 767px){.bt-container{flex-direction:column;padding:2px;text-align:center;gap:4px}.bt-heading{font-size:28px;font-weight:700}.bt-description{font-size:16px;margin-bottom:24px}.bt-quote-button{font-size:16px;padding:14px 28px}.bt-image{max-width:100%;margin-top:20px}}@media screen and (min-width: 768px) and (max-width: 1023px){.bt-container{flex-direction:row;padding:21px;gap:40px}.bt-heading{font-size:36px}.bt-description{font-size:18px}.bt-quote-button{font-size:17px;padding:16px 32px}.bt-image{max-width:500px}}@media screen and (min-width: 1024px) and (max-width: 1440px){.bt-heading{font-size:44px}.bt-description{font-size:20px}.bt-image{max-width:550px}}@media screen and (min-width: 1441px){.bt-heading{font-size:52px}.bt-description{font-size:22px}.bt-image{max-width:700px}.bt-quote-button{font-size:20px;padding:20px 44px}}.business-challenges-wrapper{background-color:#f8fafd;padding:40px 20px;text-align:center}.challenges-title{font-size:24px;font-weight:700;color:#000;margin-bottom:30px}.challenges-grid{display:flex;flex-direction:column;gap:24px;align-items:center}.challenge-card{background:#fff;padding:24px;box-shadow:0 2px 12px #ded6b4;border-radius:16px;text-align:left;width:100%;max-width:100%}.challenge-icon{width:40px;height:40px;object-fit:contain;margin-bottom:16px}.challenge-card h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:10px}.yellow-line{width:40px;height:3px;background-color:#facc15;margin-bottom:12px}.solution{color:#facc15;font-weight:600;margin-bottom:12px}.description{color:#4b5563;line-height:1.6;font-size:15px}@media screen and (min-width: 768px) and (max-width: 1023px){.challenges-title{font-size:28px}.challenges-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}.challenge-card{flex:1 1 48%;max-width:40%;box-shadow:0 2px 12px #ded6b4}}@media screen and (min-width: 1024px){.business-challenges-wrapper{padding:80px 40px}.challenges-title{font-size:32px}.challenges-grid{flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center}.challenge-card{flex:1 1 30%;box-shadow:0 2px 12px #ded6b4;max-width:25%}.challenge-card h3{font-size:18px}.description{font-size:16px}}.industries-section{background-color:#f8fafd;padding:40px 20px;text-align:center}.industries-title{font-size:24px;font-weight:700;color:#000;margin-bottom:30px}.industries-grid{display:flex;flex-direction:column;gap:20px;align-items:center}.industry-card{display:flex;align-items:center;box-shadow:0 2px 12px #ded6b4;background:#fff;padding:20px;border-radius:16px;max-width:100%;width:90%;text-align:left;gap:16px}.industry-icon{width:40px;height:40px;object-fit:contain}.industry-name{font-size:16px;font-weight:700;color:#111827;margin-bottom:6px}.industry-description{color:#4b5563;font-size:14px;line-height:1.4}@media screen and (min-width: 768px) and (max-width: 1023px){.industries-title{font-size:28px}.industries-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}.industry-card{flex:1 1 36%;box-shadow:0 2px 12px #ded6b4;max-width:36%}}@media screen and (min-width: 1024px){.industries-section{padding:80px 40px}.industries-title{font-size:32px}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:stretch}.industry-card{max-width:100%;box-shadow:0 2px 12px #ded6b4;padding:24px}.industry-name{font-size:18px}.industry-description{font-size:15px}}.relocation-section{padding:40px 20px;background-color:#fff;text-align:center}.relocation-title{font-size:22px;font-weight:700;color:#000;margin-bottom:16px}.relocation-subtitle{color:#000;font-size:14px;max-width:600px;margin:0 auto 30px;line-height:1.6}.relocation-grid{display:flex;flex-direction:column;gap:20px;align-items:center}.relocation-card{display:flex;align-items:flex-start;background:#f9fafb;padding:20px;border-radius:14px;box-shadow:0 2px 12px #ded6b4;gap:16px;max-width:100%;width:100%;text-align:left}.relocation-icon-wrapper{background-color:#fff7ed;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center;margin-top:15px}.relocation-icon{width:30px;height:30px;object-fit:contain}.relocation-card-title{font-size:16px;font-weight:700;color:#000;margin-bottom:6px}.relocation-card-description{font-size:14px;color:#000;line-height:1.5}@media screen and (min-width: 768px) and (max-width: 1023px){.relocation-title{font-size:26px}.relocation-subtitle{font-size:15px}.relocation-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}.relocation-card{flex:1 1 42%;max-width:42%}.relocation-card-title{font-size:17px}.relocation-card-description{font-size:15px}.relocation-icon-wrapper{background-color:#fff7ed;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center;margin-top:15px}}@media screen and (min-width: 1024px){.relocation-section{padding:80px 40px}.relocation-title{font-size:30px}.relocation-subtitle{font-size:16px}.relocation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1100px;margin:0 auto}.relocation-card{padding:24px}.relocation-card-title{font-size:18px}.relocation-card-description{font-size:15px}}@media screen and (min-width: 1441px){.relocation-title{font-size:34px}.relocation-subtitle{font-size:18px}.relocation-grid{gap:36px}.relocation-card{padding:32px}.relocation-card-title{font-size:20px}.relocation-card-description{font-size:16px}.relocation-icon{width:36px;height:36px}}.residential-wrapper{background-color:#fff;font-family:Geist,sans-serif;padding:2rem;max-width:1440px;margin:0}.residential-wrapper{animation:fadeIn .6s ease-in;opacity:0;animation-fill-mode:forwards}.hero-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:-39px}.hero-text{flex:1}.hero-title{font-size:2.5rem;font-weight:700;color:#1a365d}.hero-subtitle{font-size:1.2rem;color:#4b5563;margin:1rem 0;margin-top:-18px}.hero-button{padding:18px 40px;text-decoration:none;font-size:18px;background-color:gold;color:#000;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background .3s ease}.hero-image{flex:1;text-align:right}.hero-image img{max-width:100%;height:auto}.info-section{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.info-image{flex:1}.info-image img{width:120%;height:auto}.info-text{flex:1;margin-top:112px}.info-text h2{font-size:1.8rem;font-weight:700;color:#1a365d;margin-bottom:1rem}.info-text p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1rem}.feature-section{margin-top:5rem;text-align:center}.feature-title{font-size:2rem;font-weight:700;color:#1a365d;margin-bottom:1rem}.feature-subtitle{font-size:1rem;color:#4b5563;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature-card{background-color:#fff;border:1px solid #F3F4F6;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-radius:12px;padding:1.5rem;text-align:left}.icon-box{width:62px;height:62px;background-color:#fa8c161a;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-icon{font-size:30px;width:62px;height:62px}.feature-card h4{font-size:1.25rem;font-weight:600;color:#1a365d;margin-bottom:.5rem}.feature-card p{color:#4b5563;font-size:1rem;line-height:1.5}@media (min-width: 320px) and (max-width: 767px){.hero-button{background-color:#fdcf03;border:none;padding:.75rem 1.5rem;font-weight:600;border-radius:50px;cursor:pointer;align-items:center;display:flex;justify-content:center;margin:0 auto}.hero-title{font-size:28px}.hero-subtitle{font-size:1.2rem;color:#333;margin:1rem 0;margin-top:-5px}.hero-section{flex-direction:column;text-align:center;gap:0rem;margin-top:1rem}.info-section{flex-direction:column-reverse;text-align:center;gap:0rem;margin-top:1rem}.hero-image,.info-image{text-align:center}.hero-image img{width:300px;height:190px;margin-bottom:-41px}.feature-title{font-size:1.6rem}.info-text{flex:1;margin-top:0}}@media (min-width: 768px) and (max-width: 1023px){.hero-title{font-size:2.2rem}.feature-icon{font-size:30px;width:62px;height:62px}.feature-grid{grid-template-columns:repeat(2,1fr)}.info-image img{width:120%;margin-top:140px;height:auto}}@media (min-width: 1024px) and (max-width: 1440px){.feature-grid{grid-template-columns:repeat(2,1fr)}.info-image img{width:86%;margin-top:100px;height:auto}.feature-icon{font-size:30px;width:62px;height:62px}}@media (min-width: 1441px) and (max-width: 2560px){.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-icon{font-size:30px;width:62px;height:62px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-text{animation:fadeInUp .9s ease-out forwards;will-change:transform,opacity}.hero-image img{animation:fadeInRight 1s ease-out forwards;will-change:transform,opacity}.hero-button{transition:background-color .3s ease,transform .3s ease}.hero-button:hover{background-color:#ffdd3f;transform:scale(1.05)}.info-text{animation:fadeInUp 1s ease-out forwards;will-change:transform,opacity}.info-image img{animation:fadeIn 1s ease-out forwards;will-change:opacity}.feature-card{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards;will-change:transform,opacity}.feature-card:nth-child(1){animation-delay:.2s;box-shadow:0 2px 12px #ded6b4}.feature-card:nth-child(2){animation-delay:.4s;box-shadow:0 2px 12px #ded6b4}.feature-card:nth-child(3){animation-delay:.6s;box-shadow:0 2px 12px #ded6b4}.feature-card:nth-child(4){animation-delay:.8s;box-shadow:0 2px 12px #ded6b4}.packing-hero-section{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:48px 24px;margin:0 auto}.packing-hero-image{flex:1;width:500px}.packing-hero-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 2px 12px #00000012;transition:all .3s ease}@keyframes packing-float{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.packing-hero-title{font-size:10px;font-weight:700;margin-bottom:16px}.packing-hero-content h1{font-size:36px}.packing-hero-content p{font-size:16px}.packing-hero-desc{font-size:1.2rem;color:#222;margin-bottom:24px}.packing-hero-btn{background:#ffd000;color:#111;width:50%;border:none;padding:18px 40px;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:background .2s;display:flex;align-items:center;gap:8px}.packing-hero-btn:hover{background:#ffc300}.packing-section-title{background-color:#fff;text-align:center;font-size:2rem;font-weight:700;margin:48px 0 24px;padding:16px 0}.packing-materials-section{background-color:#fff;display:flex;justify-content:center;gap:32px;margin-bottom:48px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 24px}.packing-material-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #ded6b4;padding:32px 24px;text-align:center;width:220px;min-width:200px}.packing-material-card img{width:175px;height:150px;margin-bottom:16px}.packing-material-card-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.packing-material-card-desc{font-size:.95rem;color:#555}.packing-why-section{background:#fff;padding:48px 0}.packing-why-cards{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 24px}.packing-why-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #ded6b4;padding:32px 24px;width:260px;min-width:240px;text-align:center}.packing-why-card-icon{width:40px;height:40px;margin-bottom:12px;display:block;margin-left:auto;margin-right:auto}.packing-why-card-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.packing-why-card-desc{font-size:.95rem;color:#555}@media (min-width: 300px) and (max-width: 767px){body{font-size:14px}.packing-hero-section{flex-direction:column;align-items:center;padding:24px 16px;max-width:100%}.packing-hero-image{max-width:90%;margin-top:16px}.packing-hero-image img{border-radius:12px;box-shadow:0 2px 8px #0000000d}.packing-hero-image img:hover{transform:scale(1.03);filter:brightness(1.05);box-shadow:0 3px 12px #00000014}.packing-hero-title{font-size:1.8rem;margin-bottom:12px}.packing-hero-desc{font-size:1rem;margin-bottom:20px}.packing-hero-btn{padding:12px 24px;font-size:.9rem;text-decoration:none}.packing-section-title{font-size:1.6rem;margin:32px 0 16px;padding:12px 0}.packing-materials-section{flex-direction:column;align-items:center;gap:24px;padding:0 16px;margin-bottom:32px;max-width:100%}.packing-material-card{width:70vw;min-width:0;padding:24px 16px;margin-bottom:16px}.packing-material-card img{width:150px;height:130px}.packing-material-card-title{font-size:1rem}.packing-material-card-desc{font-size:.9rem}.packing-why-section{padding:32px 0}.packing-why-cards{flex-direction:column;align-items:center;gap:24px;padding:0 16px;max-width:100%}.packing-why-card{width:65vw;min-width:0;padding:24px 16px;margin-bottom:16px}.packing-why-card-icon{width:32px;height:32px;margin-bottom:8px}.packing-why-card-title{font-size:1rem}.packing-why-card-desc{font-size:.9rem}}@media (min-width: 768px) and (max-width: 1023px){body{font-size:15px}.packing-hero-section{flex-direction:column;align-items:center;padding:32px 20px;max-width:100%}.packing-hero-image{max-width:80%;margin-top:20px}.packing-hero-image img{border-radius:14px;box-shadow:0 2px 10px #0000000f}.packing-hero-image img:hover{transform:scale(1.04);filter:brightness(1.08);box-shadow:0 3px 14px #00000017}.packing-hero-title{font-size:2.2rem;margin-bottom:14px}.packing-hero-desc{font-size:1.1rem;margin-bottom:22px}.packing-hero-btn{padding:13px 28px;width:30%;font-size:.95rem;text-decoration:none}.packing-section-title{font-size:1.8rem;margin:40px 0 20px;padding:14px 0}.packing-materials-section{flex-direction:row;align-items:center;gap:28px;padding:0 20px;margin-bottom:40px;max-width:100%}.packing-material-card{width:30vw;padding:28px 20px;margin-bottom:20px}.packing-material-card img{width:160px;height:140px}.packing-why-section{padding:40px 0}.packing-why-cards{flex-direction:column;align-items:center;gap:28px;padding:0 20px;max-width:100%}.packing-why-card{width:65vw;padding:28px 20px;margin-bottom:20px}.packing-why-card-icon{width:36px;height:36px;margin-bottom:10px}}@media (min-width: 1024px) and (max-width: 1440px){body{font-size:16px}.packing-hero-section{padding:40px 24px;max-width:1200px}.packing-hero-image{max-width:500px}.packing-hero-image img{border-radius:16px;box-shadow:0 2px 12px #00000012}.packing-hero-image img:hover{transform:scale(1.05);filter:brightness(1.1);box-shadow:0 4px 16px #0000001a}.packing-hero-title{font-size:2.4rem;margin-bottom:16px}.packing-hero-btn{width:35%;text-decoration:none}.packing-section-title{font-size:1.9rem}}@media (min-width: 1441px){body{font-size:18px}.packing-hero-section{padding:56px 32px;max-width:1400px}.packing-hero-image{max-width:600px}.packing-hero-image img{border-radius:16px}.packing-section-title{font-size:2.2rem}.packing-material-card{width:260px}.packing-why-card{width:300px}.packing-hero-btn{width:35%;text-decoration:none}}.relocation-hero{background:#fff;width:100vw;min-height:400px;display:flex;align-items:center;justify-content:center;padding:0}.relocation-hero-content{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 auto;padding:60px 40px;box-sizing:border-box}.relocation-hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:320px}.relocation-hero-text h1{font-size:2.8rem;font-weight:700;color:#111;margin-bottom:1.2rem;line-height:1.1}.relocation-hero-text p{font-size:1.2rem;color:#222;margin-bottom:2.2rem;line-height:1.5}.relocation-hero-btn{background:#ffd000;color:#111;border:none;padding:18px 40px;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:background .2s;display:flex;align-items:center;text-decoration:none;gap:8px}.relocation-hero-btn:hover{background:#ffb800}.relocation-hero-image{flex:1;display:flex;justify-content:center;align-items:center;min-width:320px}.relocation-hero-image img{width:100%;max-width:480px;height:auto;border-radius:24px;animation:float 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.relocation-services{background:#f7f8fa;padding:48px 0 0;text-align:center}.relocation-services h2{font-size:2rem;font-weight:700;margin-bottom:32px;color:#1a2e44}.relocation-services-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1200px;margin:0 auto;padding:0 24px 48px}.relocation-service-card{background:#fff;border-radius:18px;box-shadow:0 10px 12px #ded6b4;display:flex;align-items:flex-start;gap:24px;padding:32px 28px;min-height:160px}.relocation-service-icon{width:56px;height:56px;background:#fffbe6;border-radius:50%;padding:8px;margin-right:8px;box-shadow:0 2px 8px #0000000a}.relocation-service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#1a2e44;text-align:left}.relocation-service-card p{text-align:left;font-size:1rem;color:#4b5563;margin:0}.relocation-why{background:#fff;padding:60px 0 0;text-align:center}.relocation-why h2{font-size:2rem;font-weight:700;margin-bottom:18px;color:#1a2e44}.relocation-why>p{font-size:1.15rem;color:#4b5563;margin-bottom:36px;max-width:700px;margin-left:auto;margin-right:auto}.relocation-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1200px;margin:0 auto 48px;padding:0 24px}.relocation-why-card{background:#f7f8fa;border-radius:18px;box-shadow:0 10px 10px #ded6b4;display:flex;align-items:flex-start;gap:24px;padding:32px 28px;min-height:160px}.relocation-why-icon{width:56px;height:56px;background:#fffbe6;border-radius:50%;padding:8px;margin-right:8px;box-shadow:0 2px 8px #0000000a}.relocation-why-card h3{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#1a2e44;text-align:left}.relocation-why-card p{font-size:1rem;color:#4b5563;margin:0;text-align:left}.relocation-international{background:#fff;padding:48px 0;display:flex;justify-content:center}.relocation-international-card{background:#fff;border-radius:18px;max-width:1100px;width:100%;margin:0 auto;padding:36px 32px 32px;text-align:left}.relocation-international-card>p{font-size:1.1rem;color:#4b5563;margin-bottom:32px}.relocation-international-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 48px;margin-bottom:32px}.relocation-international-item{display:flex;align-items:center;gap:16px;font-size:1.08rem;color:#1a2e44}.relocation-international-item img{width:40px;height:40px;background:#fffbe6;border-radius:50%;padding:6px;box-shadow:0 2px 8px #0000000a}.relocation-international-note{background:#f1f5fb;color:#4b5563;font-size:1.08rem;border-radius:18px;padding:18px 24px;text-align:center;margin:0 auto;max-width:700px}.relocation-international h2{text-align:center}@media (min-width: 300px) and (max-width: 767px){.relocation-main{font-size:14px}.relocation-hero{min-height:300px;padding:20px 0}.relocation-hero-content{flex-direction:column;padding:30px 15px;text-align:center}.relocation-hero-text{align-items:center;margin-bottom:20px;min-width:0}.relocation-hero-text h1{font-size:1.8rem;margin-bottom:1rem}.relocation-hero-text p{font-size:1rem;margin-bottom:1.5rem}.relocation-hero-btn{padding:12px 20px;font-size:.95rem}.relocation-hero-image img{max-width:90vw;border-radius:16px}.relocation-services{padding:30px 0 0}.relocation-services h2{font-size:1.6rem;text-align:center}.relocation-services-grid{grid-template-columns:1fr;gap:20px;padding:0 15px 30px}.relocation-service-card{flex-direction:column;align-items:center;text-align:center;padding:20px 15px;min-height:120px}.relocation-service-icon{width:40px;height:40px;padding:6px;margin-right:0}.relocation-service-card h3{font-size:1.1rem;text-align:center}.relocation-service-card p{font-size:.9rem;text-align:center}.relocation-why{padding:30px 0 0}.relocation-why h2{font-size:1.6rem;margin-bottom:12px}.relocation-why>p{font-size:.95rem;margin-bottom:24px;padding:0 15px}.relocation-why-grid{grid-template-columns:1fr;gap:20px;padding:0 15px 30px}.relocation-why-card{flex-direction:column;align-items:center;text-align:center;padding:20px 15px;min-height:120px}.relocation-why-icon{width:40px;height:40px;padding:6px;margin-right:0;margin-bottom:12px}.relocation-why-card h3{font-size:1.1rem}.relocation-why-card p{font-size:.9rem}.relocation-international{padding:30px 0}.relocation-international-card{padding:20px 15px}.relocation-international-card>p{font-size:.95rem;margin-bottom:20px}.relocation-international-grid{grid-template-columns:1fr;gap:16px}.relocation-international-item{font-size:.95rem}.relocation-international-item img{width:32px;height:32px;padding:4px}.relocation-international-note{font-size:.9rem;padding:12px 15px}}@media (min-width: 768px) and (max-width: 1023px){.relocation-main{font-size:15px}.relocation-hero{min-height:350px;padding:30px 0}.relocation-hero-content{flex-direction:column;padding:40px 20px;text-align:center}.relocation-hero-text{align-items:center;margin-bottom:24px;min-width:0}.relocation-hero-text h1{font-size:2.2rem;margin-bottom:1rem}.relocation-hero-text p{font-size:1.1rem;margin-bottom:1.8rem}.relocation-hero-btn{padding:14px 30px;font-size:1rem}.relocation-hero-image img{max-width:60vw;border-radius:20px}.relocation-services{padding:40px 0 0}.relocation-services h2{font-size:1.8rem;margin-bottom:28px}.relocation-services-grid{grid-template-columns:1fr 1fr;gap:24px;padding:0 20px 40px}.relocation-service-card{flex-direction:row;align-items:flex-start;padding:24px 20px}.relocation-service-icon{width:48px;height:48px;padding:6px}.relocation-service-card h3{font-size:1.15rem}.relocation-service-card p{font-size:.95rem}.relocation-why{padding:40px 0 0}.relocation-why h2{font-size:1.8rem;margin-bottom:16px}.relocation-why>p{font-size:1rem;margin-bottom:28px;padding:0 20px}.relocation-why-grid{grid-template-columns:1fr 1fr;gap:24px;padding:0 20px 40px}.relocation-why-card{flex-direction:row;align-items:flex-start;padding:24px 20px}.relocation-why-icon{width:48px;height:48px;padding:6px}.relocation-why-card h3{font-size:1.15rem}.relocation-why-card p{font-size:.95rem}.relocation-international{padding:40px 0}.relocation-international-card{padding:24px 20px}.relocation-international-card>p{font-size:1rem;margin-bottom:24px}.relocation-international-grid{grid-template-columns:1fr 1fr;gap:20px}.relocation-international-item{font-size:1rem}.relocation-international-item img{width:36px;height:36px;padding:5px}.relocation-international-note{font-size:1rem;padding:14px 20px}}@media (min-width: 1024px) and (max-width: 1440px){.relocation-main{font-size:16px}.relocation-hero{min-height:400px;padding:40px 0}.relocation-hero-content{padding:50px 30px}.relocation-hero-text h1{font-size:2.6rem}.relocation-hero-text p{font-size:1.15rem}.relocation-hero-btn{padding:16px 35px;font-size:1.05rem}.relocation-hero-image img{max-width:450px;border-radius:22px}.relocation-services{padding:48px 0 0}.relocation-services h2{font-size:1.9rem;margin-bottom:30px}.relocation-services-grid{grid-template-columns:1fr 1fr;gap:28px;padding:0 24px 48px}.relocation-service-card{padding:28px 24px}.relocation-service-icon{width:52px;height:52px;padding:7px}.relocation-service-card h3{font-size:1.2rem}.relocation-service-card p{font-size:.95rem}.relocation-why{padding:48px 0 0}.relocation-why h2{font-size:1.9rem;margin-bottom:16px}.relocation-why>p{font-size:1.1rem;margin-bottom:32px}.relocation-why-grid{grid-template-columns:1fr 1fr;gap:28px;padding:0 24px 48px}.relocation-why-card{padding:28px 24px}.relocation-why-icon{width:52px;height:52px;padding:7px}.relocation-why-card h3{font-size:1.2rem}.relocation-why-card p{font-size:.95rem}.relocation-international{padding:48px 0}.relocation-international-card{padding:32px 28px}.relocation-international-card>p{font-size:1.05rem;margin-bottom:28px}.relocation-international-grid{grid-template-columns:1fr 1fr;gap:20px 225px}.relocation-international-item{font-size:1.05rem}.relocation-international-item img{width:38px;height:38px;padding:5px}.relocation-international-note{font-size:1.05rem;padding:16px 22px}}@media (min-width: 1441px){.relocation-main{font-size:18px}.relocation-hero{min-height:500px}.relocation-hero-content{padding:60px 40px}.relocation-hero-text h1{font-size:3rem;margin-bottom:1.4rem}.relocation-hero-text p{font-size:1.3rem;margin-bottom:2.4rem}.relocation-hero-btn{padding:20px 45px;font-size:1.2rem}.relocation-hero-image img{max-width:550px;border-radius:26px}.relocation-services{padding:60px 0 0}.relocation-services h2{font-size:2.2rem;margin-bottom:36px}.relocation-services-grid{grid-template-columns:1fr 1fr;gap:36px;padding:0 30px 60px}.relocation-service-card{padding:36px 32px}.relocation-service-icon{width:60px;height:60px;padding:10px}.relocation-service-card h3{font-size:1.3rem}.relocation-service-card p{font-size:1.1rem}.relocation-why{padding:60px 0 0}.relocation-why h2{font-size:2.2rem;margin-bottom:20px}.relocation-why>p{font-size:1.2rem;margin-bottom:40px}.relocation-why-grid{gap:36px;padding:0 30px 60px}.relocation-why-card{padding:36px 32px}.relocation-why-icon{width:60px;height:60px;padding:10px}.relocation-why-card h3{font-size:1.3rem}.relocation-why-card p{font-size:1.1rem}.relocation-international{padding:60px 0}.relocation-international-card{padding:40px 36px}.relocation-international-card>p{font-size:1.2rem;margin-bottom:36px}.relocation-international-grid{grid-template-columns:1fr 1fr;gap:28px 56px}.relocation-international-item{font-size:1.15rem}.relocation-international-item img{width:44px;height:44px;padding:8px}.relocation-international-note{font-size:1.15rem;padding:20px 28px}}.loader-wrapper{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;position:fixed;top:0;left:0;z-index:9999}.loader{width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center}.truckWrapper{width:200px;height:100px;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:flex-end;overflow-x:hidden}.truckBody{width:130px;height:fit-content;margin-bottom:6px;animation:motion 1s linear infinite}@keyframes motion{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.truckTires{width:130px;height:fit-content;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 15px;position:absolute;bottom:0}.truckTires svg{width:24px}.road{width:100%;height:1.5px;background-color:#282828;position:relative;bottom:0;align-self:flex-end;border-radius:3px}.road:before{content:"";position:absolute;width:20px;height:100%;background-color:#282828;right:-50%;border-radius:3px;animation:roadAnimation 1.4s linear infinite;border-left:10px solid white}.road:after{content:"";position:absolute;width:10px;height:100%;background-color:#282828;right:-65%;border-radius:3px;animation:roadAnimation 1.4s linear infinite;border-left:4px solid white}.lampPost{position:absolute;bottom:0;right:-90%;height:90px;animation:roadAnimation 1.4s linear infinite}@keyframes roadAnimation{0%{transform:translate(0)}to{transform:translate(-350px)}}.social-bar{position:fixed;top:50%;right:0;transform:translateY(-50%);background:#fff;border-radius:16px 0 0 16px;padding:18px 8px;display:flex;flex-direction:column;align-items:center;z-index:2000}.social-bar a{display:flex;align-items:center;background-color:#ffd600;justify-content:center;margin:8px 0;width:36px;height:36px;border-radius:50%;transition:background .2s}.social-bar a:hover{background:#ffd600}.social-bar img{width:26px;height:26px;object-fit:contain;filter:brightness(0) invert(1)}.bar-divider{width:28px;height:2px;background:#fff;opacity:.7;margin:4px 0;border-radius:1px}html,body{width:100vw;max-width:100vw;overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.hero-section{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 72px 48px;gap:32px;margin-top:0;min-height:480px;background:#fff;position:relative}.hero-buttons-absolute{position:absolute;left:50%;bottom:32px;transform:translate(-50%);display:flex;flex-direction:row;gap:18px;z-index:2}.hero-content{flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:320px;max-width:540px}.hero-title{font-size:2.8rem;font-weight:800;color:#183153;margin-bottom:18px;line-height:1.13;letter-spacing:-1px;text-align:left}.hero-title .highlight{color:#228aff}.hero-subtitle{font-size:1.18rem;color:#444;margin-bottom:32px;max-width:480px;text-align:left;line-height:1.5}.hero-buttons{display:flex;flex-direction:row;gap:18px;align-items:center;margin-top:8px;justify-content:center;margin-left:auto;margin-right:auto}.hero-btn{font-size:1.08rem;font-weight:600;padding:15px 20px;border-radius:10px;border:none;cursor:pointer;transition:box-shadow .2s;box-shadow:0 2px 8px #1831530f;display:flex;align-items:center;justify-content:center}.hero-btn-yellow{background:#ffd600;color:#183153;border:2px solid #ffd600}.hero-btn-outline{background:#fff;color:#183153;border:2px solid #b0b8c9}.hero-btn .arrow{margin-left:8px;font-size:1.2em}.hero-btn .phone-icon{margin-right:8px;display:flex;align-items:center}.hero-image{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-width:260px}.hero-image img{max-width:620px;width:100%;height:auto;display:block}@media (max-width: 2560px){.hero-section{padding:0 32px 32px;gap:24px}.hero-title{font-size:2.2rem}.hero-buttons{display:flex;flex-direction:row;gap:18px;align-items:center;margin-top:8px;justify-content:center;margin-left:auto;margin-right:auto;left:211px}}@media (max-width: 600px){.hero-section{flex-direction:column;align-items:center;padding:18px 12px;gap:0;min-height:unset}.hero-title{font-size:2.1rem;font-weight:800;margin-bottom:14px;line-height:1.18;letter-spacing:-1px;text-align:center}.hero-image{width:100%;justify-content:center;margin:18px 0}.hero-image img{max-width:90vw;margin:0 auto;display:block}.hero-subtitle{font-size:1.08rem;margin-bottom:18px;line-height:1.5;color:#555;text-align:center;max-width:100%}.hero-buttons-absolute{position:static;transform:none;flex-direction:column;gap:14px;width:100%;margin:0;align-items:center;justify-content:center}.hero-btn{width:auto;min-width:0;justify-content:center;padding:15px 20px;font-size:1.08rem;margin-left:auto;margin-right:auto;display:flex}}.offer-section{padding:20px 0 40px;background:#fff;text-align:center}.offer-title{color:#183153;font-size:2.3rem;font-weight:800;margin-bottom:10px}.offer-subtitle{color:#5c6a82;font-size:1.1rem;margin-bottom:38px;font-weight:400}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px;justify-content:center;max-width:1200px;margin:0 auto}.offer-card{background:#fff;border-radius:14px;box-shadow:0 4px 24px #18315321;padding:36px 24px 28px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;min-width:260px;min-height:220px;position:relative}.offer-card:hover{box-shadow:0 8px 32px #1831532e;transform:translateY(-4px) scale(1.02)}.offer-icon-wrapper{background:#fff7e0;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 2px 8px #ffd60014}.offer-icon{font-size:2.2rem;color:#ffd600}.offer-icon-img{width:40px;height:40px;object-fit:contain;display:block}.offer-card-title{color:#183153;font-size:1.25rem;font-weight:700;margin-bottom:10px;margin-top:2px}.offer-card-desc{color:#5c6a82;font-size:1.05rem;margin-bottom:32px;font-weight:400}.offer-readmore{color:#222;font-size:1.05rem;font-weight:500;display:flex;align-items:center;gap:6px;cursor:pointer;margin-top:auto;justify-content:flex-end;width:100%;transition:color .2s}.offer-readmore:hover{color:#ffd600}.offer-arrow{color:#ffd600;font-size:1.3em;margin-left:2px;transition:color .2s}.offer-readmore:hover .offer-arrow{color:#222}@media (max-width: 1000px){.offer-grid{grid-template-columns:repeat(2,1fr);gap:28px 18px}}@media (max-width: 700px){.offer-section{padding:36px 12px 18px}.offer-title{font-size:1.5rem}.offer-grid{grid-template-columns:1fr;gap:18px}.offer-card{min-width:0;padding:28px 12px 20px;margin-left:4px;margin-right:4px}.offer-card-title{font-size:1.1rem}.offer-card-desc{font-size:.98rem;margin-bottom:18px}}@media (max-width: 900px){.offer-section,.about-section,.timeline-section,.choose-stories-section,.mistakes-section{padding-left:24px;padding-right:24px}}.about-section{display:flex;align-items:center;justify-content:center;gap:48px;padding:60px 0 40px;max-width:1300px;margin:0 auto;background:#fff}.about-img-col{flex:1 1 0;display:flex;align-items:center;justify-content:center}.about-img{max-width:520px;width:100%;height:auto;border-radius:0;box-shadow:none;background:transparent;display:block}@media (max-width: 1100px){.about-img{max-width:340px}}@media (max-width: 700px){.about-img{max-width:320px}}@media (max-width: 500px){.about-img{max-width:95vw;min-width:0;margin:0 auto;display:block}}.about-content-col{flex:1.2 1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.about-title{color:#183153;font-size:2.3rem;font-weight:800;margin-bottom:10px;position:relative;display:block;text-align:center}.about-title-underline{display:block;width:60px;height:4px;background:#4ecb9a;border-radius:2px;margin:8px auto 0}.about-desc{color:#5c6a82;font-size:1.13rem;margin-bottom:32px;font-weight:400;max-width:600px}.about-highlights-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 32px;width:100%;margin-top:18px;align-items:start}.about-highlight{display:flex;align-items:flex-start;gap:18px;justify-content:flex-start}.about-highlight-icon-wrapper{width:40px;height:40px;display:flex;align-items:flex-start;justify-content:center;margin-top:0}.about-highlight-icon{width:28px;height:28px;object-fit:contain;display:block}.about-highlight-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.about-highlight-title{color:#222;font-size:1.08rem;font-weight:700;margin-bottom:2px;line-height:1.3}.about-highlight-desc{color:#5c6a82;font-size:1.01rem;font-weight:400;line-height:1.4}.about-title-mobile{display:none}.about-title-desktop{display:block}@media (max-width: 1000px){.about-title-mobile{display:block;margin-bottom:18px}.about-title-desktop{display:none}.about-section{flex-direction:column;gap:32px;padding:36px 0 18px}.about-img{max-width:320px}.about-content-col{align-items:center;text-align:center}.about-title{text-align:center}.about-highlights-grid{grid-template-columns:1fr;gap:18px;align-items:start}.about-highlight{align-items:center;justify-content:flex-start}}@media (max-width: 600px){.about-highlight{flex-direction:row;align-items:flex-start;gap:10px;justify-content:flex-start}.about-highlight-text{align-items:flex-start;text-align:left}.about-highlight-title{display:inline-block;vertical-align:middle;text-align:left;font-size:1.05rem;font-weight:700;margin-bottom:2px;line-height:1.3}.about-highlight-desc{text-align:left}}@media (max-width: 900px){.about-section{padding-left:16px;padding-right:16px}}@media (max-width: 600px){.about-section{padding-left:12px;padding-right:12px}}.timeline-section{width:100%;max-width:900px;margin:0 auto 60px;padding:0 16px;text-align:center;background:#fff}.timeline-title{color:#183153;font-size:2rem;font-weight:800;margin-bottom:40px}.timeline-vertical{position:relative;display:flex;flex-direction:column;align-items:center;min-height:400px;background:#fff;width:100%}.timeline-vertical-line{position:absolute;left:50%;top:0;width:3px;height:100%;background:#cfd8dc;transform:translate(-50%);z-index:0;min-height:100%}.timeline-step{display:flex;align-items:center;position:relative;width:100%;max-width:900px;margin-bottom:60px;background:none;z-index:1;min-height:80px}.timeline-step-right{flex-direction:row;justify-content:flex-end;margin-left:0;text-align:left}.timeline-step-left{flex-direction:row-reverse;justify-content:flex-start;margin-right:0;text-align:left}.timeline-icon-wrapper{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:0 2px 8px #1831531a;position:absolute;left:50%;top:0;transform:translate(-50%);z-index:2;border:4px solid #fff}.timeline-step-right .timeline-icon-wrapper,.timeline-step-left .timeline-icon-wrapper{left:50%;right:auto;transform:translate(-50%)}.timeline-content{background:none;border-radius:0;box-shadow:none;padding:0;min-width:220px;max-width:340px;display:flex;flex-direction:column;align-items:flex-start;margin-top:0}.timeline-step-title{font-size:1.18rem;font-weight:700;margin-bottom:6px;line-height:1.3}.timeline-step-desc{font-size:1.01rem;color:#444;font-weight:400;line-height:1.5}.timeline-step-right .timeline-content{align-items:flex-start;margin-right:0;margin-left:48px}.timeline-step-left .timeline-content{align-items:flex-end;margin-right:550px;justify-content:flex-start;text-align:right}.timeline-cta{margin:40px auto 0;display:flex;justify-content:center}.timeline-cta-btn{background:#183153;color:#fff;font-size:1.1rem;font-weight:700;padding:14px 36px;border-radius:8px;border:none;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #1831531a}.timeline-cta-btn:hover{background:#2563eb}.timeline-contact-info{text-align:center;font-size:1rem;color:#444c5c;margin-top:18px;margin-bottom:0;opacity:.85}@media (max-width: 900px){.timeline-section{max-width:100%;padding:0 8px}.timeline-step{max-width:100%}.timeline-content{min-width:0;max-width:100%;padding:0}.timeline-step-right .timeline-content,.timeline-step-left .timeline-content{margin-left:50px;margin-right:50px}}@media (max-width: 600px){.timeline-section{width:100vw;max-width:100vw;overflow-x:hidden;padding:0}.timeline-vertical{width:100vw;max-width:100vw;overflow-x:hidden}.timeline-title{text-align:center;font-size:2.3rem;margin-bottom:24px;padding-left:36px}.timeline-vertical{align-items:flex-start;min-height:unset}.timeline-vertical-line{left:24px;width:2px;background:#cfd8dc}.timeline-step{flex-direction:row!important;align-items:flex-start;margin:0 0 38px 23px;max-width:100%;min-height:70px;position:relative;padding-left:0}.timeline-icon-wrapper{width:38px;height:38px;font-size:1.2rem;left:0;right:auto;top:0;transform:none;margin:0 10px 0 0;border-width:2px;position:absolute}.timeline-step-right .timeline-icon-wrapper,.timeline-step-left .timeline-icon-wrapper{left:0;right:auto;margin:0 10px 0 0}.timeline-content{max-width:90vw;min-width:0;margin-left:53px;margin-right:0;padding:0}.timeline-step-left .timeline-content,.timeline-step-right .timeline-content{margin-left:53px;margin-right:0}.timeline-step-title{font-size:1.08rem;margin-bottom:4px;font-weight:700;line-height:1.3}.timeline-step-desc{font-size:.98rem;line-height:1.5;color:#444}.timeline-step-right,.timeline-step-left{flex-direction:row!important;justify-content:flex-start;text-align:left}}.choose-stories-section{display:flex;justify-content:space-between;gap:48px;background:#f7fafd;padding:64px 5vw;align-items:flex-start}.choose-us,.customer-stories{flex:1 1 0}.choose-title,.stories-title{font-size:2.3rem;font-weight:800;color:#183153;margin-bottom:32px}.choose-features{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}.choose-feature{display:flex;align-items:flex-start;gap:16px}.choose-icon{width:32px;height:32px;margin-top:2px;font-size:2rem;color:#ffd600}.choose-feature-title{font-weight:700;color:#183153;margin-bottom:4px}.choose-feature-desc{color:#5c6a82;font-size:1.01rem}.customer-stories{margin-left:32px}.stories-list{display:flex;flex-direction:column;gap:28px}.story-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px #18315312;padding:18px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.story-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:4px}.story-user{display:flex;flex-direction:column;gap:2px}.story-name{font-weight:700;color:#183153}.story-location{color:#5c6a82;font-size:.98rem}.story-stars{color:#ffd600;font-size:1.2rem;margin:4px 0}.story-text{color:#222;font-size:1.05rem;margin-top:2px}@media (max-width: 900px){.choose-stories-section{flex-direction:column;gap:32px;padding:32px 2vw}.customer-stories{margin-left:0}.choose-features{grid-template-columns:1fr}}.mistakes-section{background:#fff;padding:64px 5vw 72px;text-align:center}.mistakes-title{font-size:2.3rem;font-weight:800;color:#183153;margin-bottom:10px}.mistakes-subtitle{color:#5c6a82;font-size:1.13rem;margin-bottom:44px;font-weight:400}.mistakes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;justify-content:center;max-width:1400px;margin:0 auto}.mistake-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #18315312;display:flex;flex-direction:column;align-items:stretch;padding:0 0 18px;overflow:hidden;min-width:0;box-sizing:border-box}.mistake-img{width:100%;height:200px;object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px}.mistake-content{padding:18px 16px 0;display:flex;flex-direction:column;justify-content:flex-end;flex:1 1 0;word-break:break-word;box-sizing:border-box;max-width:100%}.mistake-title{font-size:1.13rem;font-weight:700;margin-bottom:8px;color:#183153;max-width:100%;word-break:break-word}.mistake-list{padding-left:0;margin:0;font-size:.98rem;color:#444;line-height:1.5;max-width:100%;word-break:break-word;box-sizing:border-box;list-style:none;text-align:left}.mistake-list li{position:relative;padding-left:22px;margin-bottom:7px;text-align:left}.mistake-list li:before{content:"";position:absolute;left:0;top:.7em;width:10px;height:10px;border-radius:50%;background:#ffd600;display:inline-block;transform:translateY(-50%)}@media (max-width: 1200px){.mistakes-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width: 700px){.mistakes-grid{grid-template-columns:1fr;gap:22px}.mistake-img{height:150px}.mistake-content{padding:16px 10px 12px}.mistake-card{padding:0 0 12px}}.hero-btn-yellow:focus,.hero-btn-yellow:focus-visible{border-color:#ffd600;outline:none}.vertical-timeline *{box-sizing:border-box}.vertical-timeline{width:95%;max-width:1170px;margin:0 auto;position:relative;padding:2em 0}.vertical-timeline:after{content:"";display:table;clear:both}.vertical-timeline:before{content:"";position:absolute;top:0;left:18px;height:100%;width:4px;background:var(--line-color)}.vertical-timeline.vertical-timeline--one-column-right:before{right:18px;left:unset}@media only screen and (min-width:1170px){.vertical-timeline.vertical-timeline--two-columns{width:90%}.vertical-timeline.vertical-timeline--two-columns:before{left:50%;margin-left:-2px}}.vertical-timeline-element{position:relative;margin:2em 0}.vertical-timeline-element>div{min-height:1px}.vertical-timeline-element:after{content:"";display:table;clear:both}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}@media only screen and (min-width:1170px){.vertical-timeline-element{margin:4em 0}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}}.vertical-timeline-element-icon{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%}.vertical-timeline-element-icon.shadow-size-small{box-shadow:0 0 0 2px #fff,inset 0 1px #00000014,0 2px 0 4px #0000000d}.vertical-timeline-element-icon.shadow-size-medium{box-shadow:0 0 0 3px #fff,inset 0 2px #00000014,0 3px 0 5px #0000000d}.vertical-timeline-element-icon.shadow-size-large{box-shadow:0 0 0 4px #fff,inset 0 2px #00000014,0 4px 0 6px #0000000d}.vertical-timeline--one-column-right .vertical-timeline-element-icon{right:0;left:unset}.vertical-timeline-element-icon svg{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-icon{width:60px;height:60px;left:50%;margin-left:-30px}}.vertical-timeline-element-icon{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 .6s;-moz-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}to{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(.5)}60%{opacity:1;-moz-transform:scale(1.2)}to{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.vertical-timeline-element-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px #ddd}.vertical-timeline--one-column-right .vertical-timeline-element-content{margin-right:60px;margin-left:unset}.vertical-timeline-element--no-children .vertical-timeline-element-content{background:0 0;box-shadow:none}.vertical-timeline-element-content:after{content:"";display:table;clear:both}.vertical-timeline-element-content h2{color:#303e49}.vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline-element-content p{font-size:13px;font-size:.8125rem;font-weight:500}.vertical-timeline-element-content .vertical-timeline-element-date{display:inline-block}.vertical-timeline-element-content p{margin:1em 0 0;line-height:1.6}.vertical-timeline-element-title,.vertical-timeline-element-subtitle{margin:0}.vertical-timeline-element-content .vertical-timeline-element-date{float:left;padding:.8em 0;opacity:.7}.vertical-timeline-element-content-arrow{content:"";position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow{content:"";position:absolute;top:16px;right:unset;left:100%;height:0;width:0;border:7px solid transparent;border-left:7px solid #fff}.vertical-timeline--one-column-right .vertical-timeline-element-content:before{left:100%;border-left:7px solid #fff;border-right:unset}.vertical-timeline-element--no-children .vertical-timeline-element-content:before{display:none}.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow{display:none}@media only screen and (min-width:768px){.vertical-timeline-element-content h2{font-size:20px;font-size:1.25rem}.vertical-timeline-element-content p{font-size:16px;font-size:1rem}.vertical-timeline-element-content .vertical-timeline-element-date{font-size:14px;font-size:.875rem}}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-content{margin-left:0;padding:1.5em;width:44%}.vertical-timeline--two-columns .vertical-timeline-element-content-arrow{top:24px;left:100%;transform:rotate(180deg)}.vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date{position:absolute;width:100%;left:124%;top:6px;font-size:16px;font-size:1rem}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content{float:right}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{top:24px;left:auto;right:100%;transform:rotate(0)}.vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--one-column-right .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{top:24px;left:100%;right:auto;transform:rotate(0)}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date{left:auto;right:124%;text-align:right}}.vertical-timeline--animate .vertical-timeline-element-content.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 .6s;-moz-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s}@media only screen and (min-width:1170px){.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@media only screen and (max-width:1169px){.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}to{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}to{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translate(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translate(20px)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}to{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}to{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translate(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translate(-20px)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}.timeline-wrapper{padding:2rem 1rem;background-color:#f9f9f9}.timeline-title{margin:0;font-size:1.2rem;font-weight:700}.timeline-description{font-size:.95rem;color:#444}.timeline-cta{text-align:center;margin-top:2rem}.cta-button{background-color:#1e2a78;color:#fff;padding:.75rem 1.5rem;border:none;font-weight:600;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s}.cta-button:hover{background-color:#15215a}.timeline-contact{margin-top:1rem;font-size:.9rem;color:#333}body{margin:0;font-family:Geist,sans-serif}html{scroll-behavior:smooth}
